main.scss 22 KB

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