main.scss 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970
  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: 340px;
  208. font-size: 14px;
  209. &__imgfr {
  210. width: 100%;
  211. height: 28vh;
  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: 1.5rem;
  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. &__slider {
  346. height: 100%;
  347. .slide-item {
  348. height: 28vh;
  349. background-position: center center;
  350. background-size: contain;
  351. background-repeat: no-repeat;
  352. }
  353. }
  354. }
  355. .sec-09 {
  356. margin-bottom: 1rem;
  357. &__cardgrp {
  358. min-width: 100%;
  359. height: 20vh;
  360. overflow-x: auto;
  361. overflow-y: hidden;
  362. display: flex;
  363. box-shadow: 0 4px 2px -2px rgb(216, 216, 216);
  364. -webkit-box-shadow: 0 4px 2px -2px rgb(216, 216, 216);
  365. -moz-box-shadow: 0 4px 2px -2px rgb(216, 216, 216);
  366. &::-webkit-scrollbar {
  367. display: none;
  368. }
  369. -ms-overflow-style: none; /* IE and Edge */
  370. scrollbar-width: none;
  371. }
  372. &__card {
  373. margin: 5px;
  374. display: inline-block;
  375. min-width: 35vw;
  376. &__imgfr {
  377. width: 100%;
  378. img {
  379. width: 100%;
  380. height: 100%;
  381. }
  382. }
  383. p {
  384. font-size: 12.5px;
  385. margin-top: .5rem;
  386. }
  387. }
  388. }
  389. .sec-10 {
  390. margin-bottom: 1.5rem;
  391. &__slider {
  392. width: 100%;
  393. .slide-item {
  394. height: 28vh;
  395. background-position: center center;
  396. background-size: cover;
  397. background-repeat: no-repeat;
  398. position: relative;
  399. }
  400. }
  401. /* &__imgfr {
  402. width: 100%;
  403. height: 100%;
  404. img{
  405. width: 100%;
  406. }
  407. } */
  408. &__card__play {
  409. position: absolute;
  410. right: 1rem;
  411. bottom: 1rem;
  412. width: 2.5rem;
  413. height: 2.5rem;
  414. }
  415. &__cardtxt {
  416. font-size: 14px;
  417. }
  418. }
  419. .sec-11 {
  420. &__slider {
  421. width: 100%;
  422. .slide-item {
  423. height: 28vh;
  424. background-position: center center;
  425. background-size: cover;
  426. background-repeat: no-repeat;
  427. position: relative;
  428. }
  429. }
  430. &__imgfr {
  431. width: 100%;
  432. height: 100%;
  433. img{
  434. width: 100%;
  435. }
  436. }
  437. &__card__play {
  438. position: absolute;
  439. right: 1rem;
  440. bottom: 1rem;
  441. width: 2.5rem;
  442. height: 2.5rem;
  443. }
  444. &__cardtxt {
  445. font-size: 14px;
  446. }
  447. }
  448. .more {
  449. &link {
  450. text-decoration: none;
  451. color: #EE7800;
  452. &:hover {
  453. color: #EE7800;
  454. }
  455. }
  456. }
  457. .fixed_menu {
  458. height: 82px;
  459. position: fixed;
  460. z-index: 4;
  461. bottom: 0;
  462. left: 0;
  463. width: 100%;
  464. background-color: #fff;
  465. box-shadow: 0 3px 14px 2px rgba(0, 0, 0, 0.12);
  466. -webkit-box-shadow: 0 3px 14px 2px rgba(0, 0, 0, 0.12);
  467. -moz-box-shadow: 0 3px 14px 2px rgba(0, 0, 0, 0.12);
  468. //padding-bottom: 16px;
  469. }
  470. .sec-menu {
  471. display: none;
  472. z-index: 105;
  473. position: absolute;
  474. top: 0;
  475. left: 0;
  476. right: 0;
  477. font-size: 14px;
  478. &-block {
  479. padding-top: 61px;
  480. margin:0;
  481. // transform: translateX(-500px);
  482. //transition: transform 1s;
  483. position: fixed;
  484. top: 0;
  485. left: 0;
  486. right: 0;
  487. height: 100%;
  488. overflow-y: scroll;
  489. max-width: 100%;
  490. background-color: white;
  491. &.active {
  492. //transform: translateX(0px);
  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. .sec-search {
  622. display: none;
  623. z-index: 107;
  624. position: absolute;
  625. top: 0;
  626. left: 0;
  627. right: 0;
  628. font-size: 14px;
  629. &-block {
  630. padding-top: 61px;
  631. margin:0;
  632. position: fixed;
  633. top: 0;
  634. left: 0;
  635. right: 0;
  636. width: 100;
  637. height: 100%;
  638. overflow-y: scroll;
  639. background-color: rgba(0, 0, 0, 0.774);
  640. }
  641. &-list {
  642. background-color: #F3F3F3;
  643. padding: 1rem;
  644. padding-bottom: 1.4rem;
  645. hr {
  646. background-color: #aaaaaa;
  647. }
  648. }
  649. &-form {
  650. width: 100%;
  651. }
  652. .searchBar {
  653. font-size: 17px;
  654. padding: .5rem .3rem;
  655. display: inline-block;
  656. width: 88%;
  657. outline: none;
  658. border: 2px solid #EE7800;
  659. border-radius: 5px;
  660. }
  661. .searchBtn {
  662. outline: none;
  663. border: none;
  664. background-color: transparent;
  665. display: inline-block;
  666. width: 10%;
  667. }
  668. &-hots {
  669. padding: 1rem;
  670. background-color: white;
  671. box-shadow: 0 0 15px 2px rgba(190, 190, 190, 0.61);
  672. &__title {
  673. color: #AAAAAA;
  674. font-size: 18px;
  675. font-weight: 400;
  676. padding-top: .5rem;
  677. }
  678. &__link {
  679. display: inline-block;
  680. text-decoration: none;
  681. color: #797979;
  682. border: 1px solid #797979;
  683. border-radius: 3rem;
  684. padding: .3rem .5rem;
  685. margin-right: .8rem;
  686. margin-bottom: .8rem;
  687. &:hover {
  688. color: #797979;
  689. }
  690. }
  691. }
  692. }
  693. .sec-login {
  694. display: none;
  695. z-index: 109;
  696. position: absolute;
  697. top: 0;
  698. left: 0;
  699. right: 0;
  700. font-size: 14px;
  701. &-block {
  702. padding-top: 61px;
  703. margin:0;
  704. position: fixed;
  705. top: 0;
  706. left: 0;
  707. right: 0;
  708. width: 100;
  709. height: 100%;
  710. overflow-y: hidden;
  711. background-color: #F3F3F3;
  712. }
  713. &-list {
  714. background-color: #F3F3F3;
  715. padding: 1rem;
  716. padding-bottom: 1.4rem;
  717. hr {
  718. background-color: #aaaaaa;
  719. }
  720. }
  721. &-btns {
  722. padding: 1rem;
  723. background-color: white;
  724. box-shadow: 0 0 15px 2px rgba(190, 190, 190, 0.61);
  725. }
  726. }
  727. .sec-favor {
  728. display: block;
  729. z-index: 111;
  730. position: absolute;
  731. top: 0;
  732. left: 0;
  733. right: 0;
  734. font-size: 14px;
  735. &-title {
  736. color: #4C4C4C;
  737. font-size: 18px;
  738. }
  739. &-block {
  740. padding-top: 61px;
  741. margin:0;
  742. position: fixed;
  743. top: 0;
  744. left: 0;
  745. right: 0;
  746. width: 100;
  747. height: 100%;
  748. overflow-y: auto;
  749. background-color: #F3F3F3;
  750. }
  751. &-list {
  752. background-color: #F3F3F3;
  753. padding: 1rem;
  754. padding-bottom: 1.4rem;
  755. hr {
  756. background-color: #aaaaaa;
  757. }
  758. }
  759. &-form, &-checklist {
  760. .form-user {
  761. width: 50%;
  762. color: #707070;
  763. font-size: 16px;
  764. }
  765. .form-progressbar {
  766. width: 50%;
  767. display: flex;
  768. justify-content: space-between;
  769. li {
  770. width: 1.6rem;
  771. height: 1.6rem;
  772. border-radius: 50%;
  773. border: 2px solid #D3D3D3;
  774. line-height: 1.4rem;
  775. display: flex;
  776. justify-content: center;
  777. position: relative;
  778. color: #D3D3D3;
  779. background-color: #F3F3F3;
  780. z-index: 2;
  781. &.active {
  782. border: 2px solid #EE7800;
  783. color: #EE7800;
  784. &::before {
  785. border-top: 2px solid #EE7800;
  786. }
  787. }
  788. &::before {
  789. position: absolute;
  790. content: " ";
  791. width: 4rem;
  792. height: 0;
  793. border-top: 2px dashed #D3D3D3;
  794. right: 100%;
  795. top: 50%;
  796. z-index: 1;
  797. }
  798. &:nth-of-type(1)::before {
  799. display: none;
  800. }
  801. }
  802. }
  803. .form-step {
  804. background-color: white;
  805. border-radius: 3px;
  806. padding: 1.5rem 1rem;
  807. padding-bottom: 1.5rem;
  808. box-shadow: 0 0 15px 2px rgba(190, 190, 190, 0.61);
  809. overflow: visible;
  810. .next {
  811. padding: .6rem 5rem;
  812. background-color: #EE7800;
  813. border-radius: 3px;
  814. color: white;
  815. border: none;
  816. outline: none;
  817. }
  818. }
  819. .form-step1 {
  820. display: block;
  821. }
  822. .form-step2 {
  823. display: none;
  824. }
  825. .form-step3 {
  826. display: none;
  827. position: relative;
  828. padding-bottom: 1.5rem;
  829. }
  830. input[type="checkbox"], input[type="radio"] {
  831. display: none;
  832. }
  833. .imgfr {
  834. background-image: url('../images/2_2.webp');
  835. background-position: center center;
  836. background-size: cover;
  837. background-repeat: no-repeat;
  838. width: 100%;
  839. height: 4.5rem;
  840. border-radius: 8px;
  841. border: 2px solid transparent;
  842. }
  843. h4 {
  844. color: #AAAAAA;
  845. font-size: 15px;
  846. font-weight: 400;
  847. }
  848. input[type="checkbox"]:checked + .fs-label-info .imgfr {
  849. border: 2px solid #EE7800;
  850. }
  851. input[type="checkbox"]:checked + .fs-label-chbox {
  852. border: 1px solid #EE7800;
  853. color: #EE7800;
  854. }
  855. input[type="radio"]:checked + .fs-label-chbox {
  856. border: 1px solid #EE7800;
  857. color: #EE7800;
  858. }
  859. .step3-block {
  860. margin-bottom: 1rem;
  861. &:nth-of-type(3) {
  862. margin-bottom: 0;
  863. }
  864. &-title {
  865. color: #AAAAAA;
  866. display: block;
  867. margin-bottom: .5rem;
  868. font-size: 1rem;
  869. }
  870. .radio {
  871. display: inline-block;
  872. padding: .25rem .7rem;
  873. margin-right: .4rem;
  874. border: 1px solid #707070;
  875. border-radius: 2rem;
  876. color: #797979;
  877. margin-bottom: .5rem;
  878. }
  879. }
  880. .skip {
  881. padding: .3rem 1rem;
  882. color: #AAAAAA;
  883. border: none;
  884. outline: none;
  885. background-color: transparent;
  886. }
  887. .btngrp {
  888. /* position: absolute;
  889. left: 50%;
  890. transform: translateX(-50%);
  891. bottom: -6rem; */
  892. display: flex;
  893. flex-direction: column;
  894. align-items: center;
  895. .next {
  896. transform: translateY(0rem);
  897. }
  898. }
  899. }
  900. &-checklist .form-user {
  901. margin: 0 auto;
  902. text-align: center;
  903. margin-bottom: 1rem;
  904. }
  905. &-btns {
  906. padding: 1rem;
  907. background-color: white;
  908. box-shadow: 0 0 15px 2px rgba(190, 190, 190, 0.61);
  909. }
  910. }
  911. .text-main {
  912. color: #EE7800;
  913. }
  914. .text-phone {
  915. color: #EA068C;
  916. text-decoration: none;
  917. }
  918. #videoModal .modal-content {
  919. background-color: transparent;
  920. border: none;
  921. }
  922. .fixed-btn {
  923. position: fixed;
  924. right: 15px;
  925. bottom: 8rem;
  926. .btn-gotop {
  927. padding: 1.2rem .8rem;
  928. background-color: rgba(255, 255, 255, 0.897);
  929. display: flex;
  930. align-items: center;
  931. 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);
  932. -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);
  933. -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);
  934. }
  935. }