main.scss 23 KB

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