main.scss 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990
  1. body {
  2. font-family: 'Helvetica Neue';
  3. }
  4. .sec-00 {
  5. &__slider {
  6. width: 100%;
  7. height: 100%;
  8. }
  9. .slide-item {
  10. height: 110px;
  11. background-position: center center;
  12. background-size: cover;
  13. background-repeat: no-repeat;
  14. }
  15. }
  16. .navbar {
  17. box-shadow: 0 2px 4px -1px rgba(0,0,0,0.2), 0 4px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12);
  18. -webkit-box-shadow: 0 2px 4px -1px rgba(0,0,0,0.2), 0 4px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12);
  19. -moz-box-shadow: 0 2px 4px -1px rgba(0,0,0,0.2), 0 4px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12);
  20. padding-top: 5px;
  21. padding-bottom: 5px;
  22. background-color: white !important;
  23. z-index: 99;
  24. &-toggler {
  25. padding-left: 0;
  26. border-color: transparent !important;
  27. &:focus {
  28. box-shadow: none;
  29. }
  30. }
  31. &-toggler-icon {
  32. display: flex;
  33. justify-items: center;
  34. i {
  35. font-size: 25px;
  36. line-height: 30px;
  37. display: inline-block;
  38. }
  39. }
  40. &-search {
  41. padding-right: 2px;
  42. }
  43. &-brand {
  44. font-size: 1.5rem;
  45. }
  46. }
  47. .navbar-main.sticky {
  48. position: fixed;
  49. top: 0;
  50. width: 100%;
  51. }
  52. .navbar-main.sticky + .sec-01 {
  53. padding-top: 58px;
  54. }
  55. .sec-01 {
  56. padding: 0 1.5rem;
  57. margin-top: 1.5rem;
  58. @media screen and(max-width: 385px) {
  59. padding: 0 1rem;
  60. }
  61. .col {
  62. text-align: center;
  63. vertical-align: bottom;
  64. display: flex;
  65. align-items: flex-end;
  66. justify-content: center;
  67. @media screen and(max-width: 385px) {
  68. /* padding: 0 .3rem;
  69. &.special {
  70. padding-left: 0;
  71. } */
  72. }
  73. img {
  74. margin: 0 auto;
  75. margin-bottom: 0;
  76. vertical-align: baseline;
  77. }
  78. }
  79. .slick-dots {
  80. width: 16%;
  81. margin: 0 auto;
  82. margin-top: 1.5rem;
  83. height: 5px;
  84. background-color: rgb(214, 214, 214);
  85. border-radius: 2rem;
  86. display: flex;
  87. position: static;
  88. li {
  89. &.slick-active {
  90. button {
  91. background-color: #EE7800;
  92. }
  93. }
  94. margin: 0px;
  95. width: 50%;
  96. button {
  97. padding: 0;
  98. width: 100%;
  99. height: 5px;
  100. border-radius: 2rem;
  101. &::before {
  102. opacity: 0;
  103. }
  104. }
  105. }
  106. }
  107. .slick-dotted.slick-slider {
  108. margin-bottom: 0;
  109. }
  110. }
  111. .sec-02 {
  112. margin: 1.5rem 0;
  113. margin-bottom: 2rem;
  114. &__slider {
  115. width: 100%;
  116. height: 100%;
  117. .slide-item{
  118. height: 32vh;
  119. background-position: center center;
  120. background-size: cover;
  121. background-repeat: no-repeat;
  122. }
  123. }
  124. }
  125. .sec-03 {
  126. margin-bottom: .8rem;
  127. &__tabdiv {
  128. box-sizing: content-box;
  129. border-bottom: 3px solid rgba(221, 221, 221, 0.863);
  130. padding-left: .9rem;
  131. padding-right: .9rem;
  132. align-items: center;
  133. justify-content: space-between;
  134. .more {
  135. padding-bottom: .4rem;
  136. }
  137. .nav {
  138. &-item {
  139. position: relative;
  140. padding-right: 6px;
  141. padding-left: 6px;
  142. &::after {
  143. position: absolute;
  144. content: " ";
  145. width: 100%;
  146. height: 60%;
  147. left: 0;
  148. top: 5px;
  149. background-color: transparent;
  150. border-right: 1px solid rgb(179, 179, 179);
  151. z-index: -1;
  152. }
  153. &:nth-of-type(3)::after {
  154. display: none;
  155. }
  156. }
  157. &-item-link {
  158. color: black;
  159. font-weight: 400;
  160. font-size: 1.2rem;
  161. padding-bottom: .35rem;
  162. border: none;
  163. position: relative;
  164. @media screen and(max-width: 385px) {
  165. font-size: 1.1rem;
  166. }
  167. &.active {
  168. color: #EE7800;
  169. }
  170. &::before {
  171. position: absolute;
  172. content: " ";
  173. width: 101%;
  174. height: 100%;
  175. left: -2px;
  176. top: 3px;
  177. background-color: transparent;
  178. border-bottom: 3px solid #EE7800;
  179. opacity: 0;
  180. }
  181. }
  182. }
  183. .nav-item-link.active::before {
  184. opacity: 1;
  185. }
  186. }
  187. .tab-content {
  188. padding: .8rem 0;
  189. }
  190. .tab-pane {
  191. height: 100%;
  192. }
  193. .tabpar {
  194. min-width: 100%;
  195. height: 100%;
  196. overflow-x: auto;
  197. display: flex;
  198. padding: 0 12px;
  199. &::-webkit-scrollbar {
  200. display: none;
  201. }
  202. -ms-overflow-style: none; /* IE and Edge */
  203. scrollbar-width: none;
  204. &__card {
  205. margin: 3px;
  206. display: inline-block;
  207. min-width: 350px;
  208. font-size: 14px;
  209. &__imgfr {
  210. width: 100%;
  211. height: 29vh;
  212. overflow: hidden;
  213. position: relative;
  214. background-position: center center;
  215. background-size: cover;
  216. background-repeat: no-repeat;
  217. }
  218. &__play {
  219. position: absolute;
  220. right: 1.2rem;
  221. bottom: 1rem;
  222. width: 2.5rem;
  223. }
  224. }
  225. }
  226. }
  227. .sec-04 {
  228. background-color: #F4F4F4;
  229. padding: 1.5rem 1rem;
  230. .card {
  231. box-shadow: 1px 2px 8px 1px rgb(214, 214, 214);
  232. text-decoration: none;
  233. &-title {
  234. font-size: 1.1rem;
  235. line-height: 1.6rem;
  236. color: #4C4C4C;
  237. font-weight: 500;
  238. }
  239. &__imgfr {
  240. width: 100%;
  241. img {
  242. width: 100%;
  243. height: 100%;
  244. }
  245. }
  246. }
  247. }
  248. .sec-05 {
  249. &__video {
  250. width: 100%;
  251. height: 30vh;
  252. position: relative;
  253. &__play {
  254. position: absolute;
  255. left: 50%;
  256. top: 50%;
  257. transform: translate(-50%, -50%);
  258. width: 3.5rem;
  259. height: 3.5rem;
  260. }
  261. &__imgfr {
  262. width: 100%;
  263. height: 30vh;
  264. background-position: center center;
  265. background-size: cover;
  266. background-repeat: no-repeat;
  267. }
  268. }
  269. p {
  270. font-size: 14px;
  271. text-align: center;
  272. }
  273. }
  274. .sec-06 {
  275. .carousel {
  276. height: 32vh;
  277. &-inner {
  278. height: 100%;
  279. overflow: hidden;
  280. }
  281. &-item {
  282. height: 100%;
  283. width: 100%;
  284. background-size: cover;
  285. background-repeat: no-repeat;
  286. background-position: center;
  287. }
  288. &-control-next-icon, &-control-prev-icon {
  289. width: 2.5rem;
  290. height: 2.5rem;
  291. }
  292. }
  293. }
  294. .sec-07 {
  295. &__slider {
  296. width: 100%;
  297. }
  298. &__imgfr {
  299. width: 100%;
  300. height: 28vh;
  301. overflow: hidden;
  302. img{
  303. width: 100%;
  304. }
  305. }
  306. &__cardtxt {
  307. font-size: 14px;
  308. padding-right: .6rem;
  309. }
  310. .slick-dots {
  311. width: 15%;
  312. margin: 0 auto;
  313. margin-top: 1rem;
  314. height: 5px;
  315. background-color: rgb(214, 214, 214);
  316. border-radius: 1rem;
  317. display: flex;
  318. position: static;
  319. li {
  320. &.slick-active {
  321. button {
  322. background-color: #EE7800;
  323. }
  324. }
  325. margin: 0px;
  326. width: 33.33%;
  327. button {
  328. padding: 0;
  329. width: 100%;
  330. height: 5px;
  331. border-radius: 1rem;
  332. &::before {
  333. opacity: 0;
  334. }
  335. }
  336. }
  337. }
  338. .slick-dotted.slick-slider {
  339. margin-bottom: 0;
  340. }
  341. }
  342. .sec-08 {
  343. padding: 1.5rem 0;
  344. &__slider {
  345. height: 100%;
  346. .slide-item {
  347. height: 24vh;
  348. background-position: center center;
  349. background-size: contain;
  350. background-repeat: no-repeat;
  351. }
  352. }
  353. }
  354. .sec-09 {
  355. margin-bottom: 1rem;
  356. &__cardgrp {
  357. width: 100%;
  358. height: 25vh;
  359. box-shadow: 0 4px 2px -2px rgb(216, 216, 216);
  360. -webkit-box-shadow: 0 4px 2px -2px rgb(216, 216, 216);
  361. -moz-box-shadow: 0 4px 2px -2px rgb(216, 216, 216);
  362. &::-webkit-scrollbar {
  363. display: none;
  364. }
  365. }
  366. &__card {
  367. margin: 5px;
  368. text-align: center;
  369. &__imgfr {
  370. width: 100%;
  371. img {
  372. width: 100%;
  373. height: 100%;
  374. }
  375. }
  376. p {
  377. font-size: 12.5px;
  378. margin-top: .5rem;
  379. }
  380. }
  381. }
  382. .sec-10 {
  383. margin-bottom: 1.5rem;
  384. &__slider {
  385. width: 100%;
  386. .slide-item {
  387. height: 28vh;
  388. background-position: center center;
  389. background-size: cover;
  390. background-repeat: no-repeat;
  391. position: relative;
  392. }
  393. }
  394. /* &__imgfr {
  395. width: 100%;
  396. height: 100%;
  397. img{
  398. width: 100%;
  399. }
  400. } */
  401. &__card__play {
  402. position: absolute;
  403. right: 1rem;
  404. bottom: 1rem;
  405. width: 2.5rem;
  406. height: 2.5rem;
  407. }
  408. &__cardtxt {
  409. font-size: 14px;
  410. }
  411. }
  412. .sec-11 {
  413. &__slider {
  414. width: 100%;
  415. .slide-item {
  416. height: 28vh;
  417. background-position: center center;
  418. background-size: cover;
  419. background-repeat: no-repeat;
  420. position: relative;
  421. }
  422. }
  423. &__imgfr {
  424. width: 100%;
  425. height: 100%;
  426. img{
  427. width: 100%;
  428. }
  429. }
  430. &__card__play {
  431. position: absolute;
  432. right: 1rem;
  433. bottom: 1rem;
  434. width: 2.5rem;
  435. height: 2.5rem;
  436. }
  437. &__cardtxt {
  438. font-size: 14px;
  439. }
  440. }
  441. .more {
  442. &link {
  443. text-decoration: none;
  444. color: #EE7800;
  445. &:hover {
  446. color: #EE7800;
  447. }
  448. }
  449. }
  450. .fixed_menu {
  451. height: 82px;
  452. position: fixed;
  453. z-index: 4;
  454. bottom: 0;
  455. left: 0;
  456. width: 100%;
  457. background-color: #fff;
  458. box-shadow: 0 3px 14px 2px rgba(0, 0, 0, 0.12);
  459. -webkit-box-shadow: 0 3px 14px 2px rgba(0, 0, 0, 0.12);
  460. -moz-box-shadow: 0 3px 14px 2px rgba(0, 0, 0, 0.12);
  461. //padding-bottom: 16px;
  462. }
  463. .sec-menu {
  464. display: none;
  465. z-index: 105;
  466. position: absolute;
  467. top: 0;
  468. left: 0;
  469. right: 0;
  470. font-size: 14px;
  471. &-block {
  472. padding-top: 61px;
  473. margin:0;
  474. // transform: translateX(-500px);
  475. transition: transform .5s;
  476. position: fixed;
  477. top: 0;
  478. left: -100%;
  479. right: 0;
  480. height: 100%;
  481. overflow-y: scroll;
  482. max-width: 100%;
  483. background-color: white;
  484. &.slidein {
  485. //transform: translateX(0px);
  486. -webkit-animation: slidein 0.3s forwards;
  487. animation: slidein 0.3s forwards;
  488. }
  489. &.slideout {
  490. //transform: translateX(0px);
  491. -webkit-animation: slideout 0.3s forwards;
  492. animation: slideout 0.3s forwards;
  493. }
  494. }
  495. &-list {
  496. background: white;
  497. margin-bottom: 0;
  498. .navbar-nav {
  499. padding: 0 2rem;
  500. width: 100%;
  501. .dropdown-menu {
  502. border: none;
  503. padding: 0;
  504. height: 0;
  505. opacity: 0;
  506. transition: all 1s;
  507. &.show {
  508. height: fit-content;
  509. opacity: 1;
  510. }
  511. .dropdown-item {
  512. padding-left: 3rem;
  513. &:active, &.active, &:focus {
  514. background-color: white;
  515. }
  516. &:hover {
  517. background-color: white;
  518. }
  519. }
  520. .sub-menu {
  521. .dropdown-item {
  522. padding-left: 6rem;
  523. }
  524. }
  525. }
  526. }
  527. .nav-item {
  528. font-size: 17px;
  529. display: block;
  530. width: 100%;
  531. }
  532. .nav-link {
  533. padding-top: 11px;
  534. padding-bottom: 8px;
  535. color: #707070;
  536. position: relative;
  537. .link_div {
  538. width: 25px;
  539. }
  540. a {
  541. color: #707070;
  542. text-decoration: none;
  543. }
  544. &.show {
  545. i {
  546. transform: rotate(-180deg);
  547. }
  548. }
  549. .expand {
  550. position: absolute;
  551. right: 10px;
  552. i {
  553. font-size: 11px;
  554. color: #D3D3D3;
  555. transition: all .5s;
  556. }
  557. }
  558. &.text-main {
  559. color: #EE7800;
  560. }
  561. }
  562. .sub-link {
  563. .expand {
  564. position: absolute;
  565. right: 20px;
  566. top: 8px;
  567. width: 1.5rem;
  568. text-align: center;
  569. }
  570. }
  571. .sub-menu {
  572. display: none;
  573. }
  574. .sub-menu.show {
  575. display: block;
  576. }
  577. hr {
  578. margin: 3px 0;
  579. background-color: rgb(187, 187, 187);
  580. }
  581. }
  582. &-follows {
  583. padding: 2rem 2.5rem;
  584. background-color: #e6e6e6ef;
  585. margin-top: -9px;
  586. &-title {
  587. color: #797979;
  588. font-size: 14px;
  589. }
  590. }
  591. &-links {
  592. margin-bottom: 2.5rem;
  593. a {
  594. color: #797979;
  595. text-decoration: none;
  596. display: inline-block;
  597. padding: 1px 0;
  598. border-bottom: 1px solid #acacac;
  599. margin: 0 .6rem;
  600. flex-wrap: nowrap;
  601. @media screen and(max-width: 385px) {
  602. margin: 0 .4rem;
  603. }
  604. }
  605. }
  606. .follows-fp {
  607. color: #797979;
  608. text-decoration: none;
  609. font-weight: 400;
  610. display: block;
  611. padding-left: .5rem;
  612. &:nth-of-type(1) {
  613. margin-bottom: .6rem;
  614. }
  615. }
  616. .copyright {
  617. color: #797979;
  618. font-size: 13px;
  619. }
  620. }
  621. @-webkit-keyframes slidein {
  622. 100% { left: 0; }
  623. }
  624. @keyframes slidein {
  625. 100% { left: 0; }
  626. }
  627. @-webkit-keyframes slideout {
  628. 100% { left: -100%; }
  629. }
  630. @keyframes slideout {
  631. 100% { left: -100%; }
  632. }
  633. .sec-search {
  634. display: none;
  635. z-index: 107;
  636. position: absolute;
  637. top: 0;
  638. left: 0;
  639. right: 0;
  640. font-size: 14px;
  641. &-block {
  642. padding-top: 61px;
  643. margin:0;
  644. position: fixed;
  645. top: 0;
  646. left: 0;
  647. right: 0;
  648. width: 100;
  649. height: 100%;
  650. overflow-y: scroll;
  651. background-color: rgba(0, 0, 0, 0.774);
  652. }
  653. &-list {
  654. background-color: #F3F3F3;
  655. padding: 1rem;
  656. padding-bottom: 1.4rem;
  657. hr {
  658. background-color: #aaaaaa;
  659. }
  660. }
  661. &-form {
  662. width: 100%;
  663. }
  664. .searchBar {
  665. font-size: 17px;
  666. padding: .5rem .3rem;
  667. display: inline-block;
  668. width: 88%;
  669. outline: none;
  670. border: 2px solid #EE7800;
  671. border-radius: 5px;
  672. }
  673. .searchBtn {
  674. outline: none;
  675. border: none;
  676. background-color: transparent;
  677. display: inline-block;
  678. width: 10%;
  679. }
  680. &-hots {
  681. padding: 1rem;
  682. background-color: white;
  683. box-shadow: 0 0 15px 2px rgba(190, 190, 190, 0.61);
  684. &__title {
  685. color: #AAAAAA;
  686. font-size: 18px;
  687. font-weight: 400;
  688. padding-top: .5rem;
  689. }
  690. &__link {
  691. display: inline-block;
  692. text-decoration: none;
  693. color: #797979;
  694. border: 1px solid #797979;
  695. border-radius: 3rem;
  696. padding: .3rem .5rem;
  697. margin-right: .8rem;
  698. margin-bottom: .8rem;
  699. &:hover {
  700. color: #797979;
  701. }
  702. }
  703. }
  704. }
  705. .sec-login {
  706. display: none;
  707. z-index: 109;
  708. position: absolute;
  709. top: 0;
  710. left: 0;
  711. right: 0;
  712. font-size: 14px;
  713. &-block {
  714. padding-top: 61px;
  715. margin:0;
  716. position: fixed;
  717. top: 0;
  718. left: 0;
  719. right: 0;
  720. width: 100;
  721. height: 100%;
  722. overflow-y: hidden;
  723. background-color: #F3F3F3;
  724. }
  725. &-list {
  726. background-color: #F3F3F3;
  727. padding: 1rem;
  728. padding-bottom: 1.4rem;
  729. hr {
  730. background-color: #aaaaaa;
  731. }
  732. }
  733. &-btns {
  734. padding: 1rem;
  735. background-color: white;
  736. box-shadow: 0 0 15px 2px rgba(190, 190, 190, 0.61);
  737. }
  738. }
  739. .sec-favor {
  740. display: block;
  741. z-index: 111;
  742. position: absolute;
  743. top: 0;
  744. left: 0;
  745. right: 0;
  746. font-size: 14px;
  747. &-title {
  748. color: #4C4C4C;
  749. font-size: 18px;
  750. }
  751. &-block {
  752. padding-top: 61px;
  753. margin:0;
  754. position: fixed;
  755. top: 0;
  756. left: 0;
  757. right: 0;
  758. width: 100;
  759. height: 100%;
  760. overflow-y: auto;
  761. background-color: #F3F3F3;
  762. }
  763. &-list {
  764. background-color: #F3F3F3;
  765. padding: 1rem;
  766. padding-bottom: 1.4rem;
  767. hr {
  768. background-color: #aaaaaa;
  769. }
  770. }
  771. &-form, &-checklist {
  772. .form-user {
  773. width: 50%;
  774. color: #707070;
  775. font-size: 16px;
  776. }
  777. .form-progressbar {
  778. width: 50%;
  779. display: flex;
  780. justify-content: space-between;
  781. li {
  782. width: 1.6rem;
  783. height: 1.6rem;
  784. border-radius: 50%;
  785. border: 2px solid #D3D3D3;
  786. line-height: 1.4rem;
  787. display: flex;
  788. justify-content: center;
  789. position: relative;
  790. color: #D3D3D3;
  791. background-color: #F3F3F3;
  792. z-index: 2;
  793. &.active {
  794. border: 2px solid #EE7800;
  795. color: #EE7800;
  796. &::before {
  797. border-top: 2px solid #EE7800;
  798. }
  799. }
  800. &::before {
  801. position: absolute;
  802. content: " ";
  803. width: 4rem;
  804. height: 0;
  805. border-top: 2px dashed #D3D3D3;
  806. right: 100%;
  807. top: 50%;
  808. z-index: 1;
  809. }
  810. &:nth-of-type(1)::before {
  811. display: none;
  812. }
  813. }
  814. }
  815. .form-step {
  816. background-color: white;
  817. border-radius: 3px;
  818. padding: 1.5rem 1rem;
  819. padding-bottom: 1.5rem;
  820. box-shadow: 0 0 15px 2px rgba(190, 190, 190, 0.61);
  821. overflow: visible;
  822. .next {
  823. padding: .6rem 5rem;
  824. background-color: #EE7800;
  825. border-radius: 3px;
  826. color: white;
  827. border: none;
  828. outline: none;
  829. }
  830. }
  831. .form-step1 {
  832. display: block;
  833. }
  834. .form-step2 {
  835. display: none;
  836. }
  837. .form-step3 {
  838. display: none;
  839. position: relative;
  840. padding-bottom: 1.5rem;
  841. }
  842. input[type="checkbox"], input[type="radio"] {
  843. display: none;
  844. }
  845. .imgfr {
  846. background-image: url('../images/2_2.webp');
  847. background-position: center center;
  848. background-size: cover;
  849. background-repeat: no-repeat;
  850. width: 100%;
  851. height: 4.5rem;
  852. border-radius: 8px;
  853. border: 2px solid transparent;
  854. }
  855. h4 {
  856. color: #AAAAAA;
  857. font-size: 15px;
  858. font-weight: 400;
  859. }
  860. input[type="checkbox"]:checked + .fs-label-info .imgfr {
  861. border: 2px solid #EE7800;
  862. }
  863. input[type="checkbox"]:checked + .fs-label-chbox {
  864. border: 1px solid #EE7800;
  865. color: #EE7800;
  866. }
  867. input[type="radio"]:checked + .fs-label-chbox {
  868. border: 1px solid #EE7800;
  869. color: #EE7800;
  870. }
  871. .step3-block {
  872. margin-bottom: 1rem;
  873. &:nth-of-type(3) {
  874. margin-bottom: 0;
  875. }
  876. &-title {
  877. color: #AAAAAA;
  878. display: block;
  879. margin-bottom: .5rem;
  880. font-size: 1rem;
  881. }
  882. .radio {
  883. display: inline-block;
  884. padding: .25rem .7rem;
  885. margin-right: .4rem;
  886. border: 1px solid #707070;
  887. border-radius: 2rem;
  888. color: #797979;
  889. margin-bottom: .5rem;
  890. }
  891. }
  892. .skip {
  893. padding: .3rem 1rem;
  894. color: #AAAAAA;
  895. border: none;
  896. outline: none;
  897. background-color: transparent;
  898. }
  899. .btngrp {
  900. /* position: absolute;
  901. left: 50%;
  902. transform: translateX(-50%);
  903. bottom: -6rem; */
  904. display: flex;
  905. flex-direction: column;
  906. align-items: center;
  907. .next {
  908. transform: translateY(0rem);
  909. }
  910. }
  911. }
  912. &-checklist .form-user {
  913. margin: 0 auto;
  914. text-align: center;
  915. margin-bottom: 1rem;
  916. }
  917. &-btns {
  918. padding: 1rem;
  919. background-color: white;
  920. box-shadow: 0 0 15px 2px rgba(190, 190, 190, 0.61);
  921. }
  922. }
  923. .text-main {
  924. color: #EE7800;
  925. }
  926. .text-phone {
  927. color: #EA068C;
  928. text-decoration: none;
  929. }
  930. #videoModal .modal-content {
  931. background-color: transparent;
  932. border: none;
  933. }
  934. .fixed-btn {
  935. position: fixed;
  936. right: 15px;
  937. bottom: 8rem;
  938. .btn-gotop {
  939. padding: 1.2rem .8rem;
  940. background-color: rgba(255, 255, 255, 0.897);
  941. display: flex;
  942. align-items: center;
  943. box-shadow: 1px 1px 1px -3px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12);
  944. -webkit-box-shadow: 1px 1px 1px -3px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12);
  945. -moz-box-shadow: 1px 1px 1px -3px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12);
  946. }
  947. }