main.scss 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945
  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. &.active {
  470. //transform: translateX(0px);
  471. }
  472. }
  473. &-list {
  474. background: white;
  475. margin-bottom: 0;
  476. .navbar-nav {
  477. padding: 0 2rem;
  478. width: 100%;
  479. .dropdown-menu {
  480. border: none;
  481. padding: 0;
  482. height: 0;
  483. opacity: 0;
  484. transition: all 1s;
  485. &.show {
  486. height: fit-content;
  487. opacity: 1;
  488. }
  489. .dropdown-item {
  490. padding-left: 3rem;
  491. &:active, &.active, &:focus {
  492. background-color: white;
  493. }
  494. &:hover {
  495. background-color: white;
  496. }
  497. }
  498. .sub-menu {
  499. .dropdown-item {
  500. padding-left: 6rem;
  501. }
  502. }
  503. }
  504. }
  505. .nav-item {
  506. font-size: 17px;
  507. display: block;
  508. width: 100%;
  509. }
  510. .nav-link {
  511. padding-top: 11px;
  512. padding-bottom: 8px;
  513. color: #707070;
  514. position: relative;
  515. .link_div {
  516. width: 25px;
  517. }
  518. a {
  519. color: #707070;
  520. text-decoration: none;
  521. }
  522. &.show {
  523. i {
  524. transform: rotate(-180deg);
  525. }
  526. }
  527. .expand {
  528. position: absolute;
  529. right: 10px;
  530. i {
  531. font-size: 11px;
  532. color: #D3D3D3;
  533. transition: all .5s;
  534. }
  535. }
  536. &.text-main {
  537. color: #EE7800;
  538. }
  539. }
  540. .sub-link {
  541. .expand {
  542. position: absolute;
  543. right: 25px;
  544. top: 8px;
  545. }
  546. }
  547. .sub-menu {
  548. display: none;
  549. }
  550. .sub-menu.show {
  551. display: block;
  552. }
  553. hr {
  554. margin: 3px 0;
  555. background-color: rgb(187, 187, 187);
  556. }
  557. }
  558. &-follows {
  559. padding: 2rem 2.5rem;
  560. background-color: #e6e6e6ef;
  561. margin-top: -9px;
  562. &-title {
  563. color: #797979;
  564. font-size: 14px;
  565. }
  566. }
  567. &-links {
  568. margin-bottom: 2.5rem;
  569. a {
  570. color: #797979;
  571. text-decoration: none;
  572. display: inline-block;
  573. padding: 1px 0;
  574. border-bottom: 1px solid #acacac;
  575. margin: 0 .6rem;
  576. flex-wrap: nowrap;
  577. @media screen and(max-width: 385px) {
  578. margin: 0 .4rem;
  579. }
  580. }
  581. }
  582. .follows-fp {
  583. color: #797979;
  584. text-decoration: none;
  585. font-weight: 400;
  586. display: block;
  587. padding-left: .5rem;
  588. &:nth-of-type(1) {
  589. margin-bottom: .6rem;
  590. }
  591. }
  592. .copyright {
  593. color: #797979;
  594. font-size: 13px;
  595. }
  596. }
  597. .sec-search {
  598. display: none;
  599. z-index: 107;
  600. position: absolute;
  601. top: 0;
  602. left: 0;
  603. right: 0;
  604. font-size: 14px;
  605. &-block {
  606. padding-top: 61px;
  607. margin:0;
  608. position: fixed;
  609. top: 0;
  610. left: 0;
  611. right: 0;
  612. width: 100;
  613. height: 100%;
  614. overflow-y: scroll;
  615. background-color: rgba(0, 0, 0, 0.774);
  616. }
  617. &-list {
  618. background-color: #F3F3F3;
  619. padding: 1rem;
  620. padding-bottom: 1.4rem;
  621. hr {
  622. background-color: #aaaaaa;
  623. }
  624. }
  625. &-form {
  626. width: 100%;
  627. }
  628. .searchBar {
  629. font-size: 17px;
  630. padding: .5rem .3rem;
  631. display: inline-block;
  632. width: 88%;
  633. outline: none;
  634. border: 2px solid #EE7800;
  635. border-radius: 5px;
  636. }
  637. .searchBtn {
  638. outline: none;
  639. border: none;
  640. background-color: transparent;
  641. display: inline-block;
  642. width: 10%;
  643. }
  644. &-hots {
  645. padding: 1rem;
  646. background-color: white;
  647. box-shadow: 0 0 15px 2px rgba(190, 190, 190, 0.61);
  648. &__title {
  649. color: #AAAAAA;
  650. font-size: 18px;
  651. font-weight: 400;
  652. padding-top: .5rem;
  653. }
  654. &__link {
  655. display: inline-block;
  656. text-decoration: none;
  657. color: #797979;
  658. border: 1px solid #797979;
  659. border-radius: 3rem;
  660. padding: .3rem .5rem;
  661. margin-right: .8rem;
  662. margin-bottom: .8rem;
  663. &:hover {
  664. color: #797979;
  665. }
  666. }
  667. }
  668. }
  669. .sec-login {
  670. display: none;
  671. z-index: 109;
  672. position: absolute;
  673. top: 0;
  674. left: 0;
  675. right: 0;
  676. font-size: 14px;
  677. &-block {
  678. padding-top: 61px;
  679. margin:0;
  680. position: fixed;
  681. top: 0;
  682. left: 0;
  683. right: 0;
  684. width: 100;
  685. height: 100%;
  686. overflow-y: hidden;
  687. background-color: #F3F3F3;
  688. }
  689. &-list {
  690. background-color: #F3F3F3;
  691. padding: 1rem;
  692. padding-bottom: 1.4rem;
  693. hr {
  694. background-color: #aaaaaa;
  695. }
  696. }
  697. &-btns {
  698. padding: 1rem;
  699. background-color: white;
  700. box-shadow: 0 0 15px 2px rgba(190, 190, 190, 0.61);
  701. }
  702. }
  703. .sec-favor {
  704. display: block;
  705. z-index: 111;
  706. position: absolute;
  707. top: 0;
  708. left: 0;
  709. right: 0;
  710. font-size: 14px;
  711. &-title {
  712. color: #4C4C4C;
  713. font-size: 18px;
  714. }
  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: auto;
  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. &-form, &-checklist {
  736. .form-user {
  737. width: 50%;
  738. color: #707070;
  739. font-size: 16px;
  740. }
  741. .form-progressbar {
  742. width: 50%;
  743. display: flex;
  744. justify-content: space-between;
  745. li {
  746. width: 1.6rem;
  747. height: 1.6rem;
  748. border-radius: 50%;
  749. border: 2px solid #D3D3D3;
  750. line-height: 1.4rem;
  751. display: flex;
  752. justify-content: center;
  753. position: relative;
  754. color: #D3D3D3;
  755. background-color: #F3F3F3;
  756. z-index: 2;
  757. &.active {
  758. border: 2px solid #EE7800;
  759. color: #EE7800;
  760. &::before {
  761. border-top: 2px solid #EE7800;
  762. }
  763. }
  764. &::before {
  765. position: absolute;
  766. content: " ";
  767. width: 4rem;
  768. height: 0;
  769. border-top: 2px dashed #D3D3D3;
  770. right: 100%;
  771. top: 50%;
  772. z-index: 1;
  773. }
  774. &:nth-of-type(1)::before {
  775. display: none;
  776. }
  777. }
  778. }
  779. .form-step {
  780. background-color: white;
  781. border-radius: 3px;
  782. padding: 1.5rem 1rem;
  783. padding-bottom: 1.5rem;
  784. box-shadow: 0 0 15px 2px rgba(190, 190, 190, 0.61);
  785. overflow: visible;
  786. .next {
  787. padding: .6rem 5rem;
  788. background-color: #EE7800;
  789. border-radius: 3px;
  790. color: white;
  791. border: none;
  792. outline: none;
  793. }
  794. }
  795. .form-step1 {
  796. display: block;
  797. }
  798. .form-step2 {
  799. display: none;
  800. }
  801. .form-step3 {
  802. display: none;
  803. position: relative;
  804. padding-bottom: 1.5rem;
  805. }
  806. input[type="checkbox"], input[type="radio"] {
  807. display: none;
  808. }
  809. .imgfr {
  810. background-image: url('../images/2_2.webp');
  811. background-position: center center;
  812. background-size: cover;
  813. background-repeat: no-repeat;
  814. width: 100%;
  815. height: 4.5rem;
  816. border-radius: 8px;
  817. border: 2px solid transparent;
  818. }
  819. h4 {
  820. color: #AAAAAA;
  821. font-size: 15px;
  822. font-weight: 400;
  823. }
  824. input[type="checkbox"]:checked + .fs-label-info .imgfr {
  825. border: 2px solid #EE7800;
  826. }
  827. input[type="checkbox"]:checked + .fs-label-chbox {
  828. border: 1px solid #EE7800;
  829. color: #EE7800;
  830. }
  831. input[type="radio"]:checked + .fs-label-chbox {
  832. border: 1px solid #EE7800;
  833. color: #EE7800;
  834. }
  835. .step3-block {
  836. margin-bottom: 1rem;
  837. &:nth-of-type(3) {
  838. margin-bottom: 0;
  839. }
  840. &-title {
  841. color: #AAAAAA;
  842. display: block;
  843. margin-bottom: .5rem;
  844. font-size: 1rem;
  845. }
  846. .radio {
  847. display: inline-block;
  848. padding: .25rem .7rem;
  849. margin-right: .4rem;
  850. border: 1px solid #707070;
  851. border-radius: 2rem;
  852. color: #797979;
  853. margin-bottom: .5rem;
  854. }
  855. }
  856. .skip {
  857. padding: .3rem 1rem;
  858. color: #AAAAAA;
  859. border: none;
  860. outline: none;
  861. background-color: transparent;
  862. }
  863. .btngrp {
  864. /* position: absolute;
  865. left: 50%;
  866. transform: translateX(-50%);
  867. bottom: -6rem; */
  868. display: flex;
  869. flex-direction: column;
  870. align-items: center;
  871. .next {
  872. transform: translateY(0rem);
  873. }
  874. }
  875. }
  876. &-checklist .form-user {
  877. margin: 0 auto;
  878. text-align: center;
  879. margin-bottom: 1rem;
  880. }
  881. &-btns {
  882. padding: 1rem;
  883. background-color: white;
  884. box-shadow: 0 0 15px 2px rgba(190, 190, 190, 0.61);
  885. }
  886. }
  887. .text-main {
  888. color: #EE7800;
  889. }
  890. .text-phone {
  891. color: #EA068C;
  892. text-decoration: none;
  893. }
  894. #videoModal .modal-content {
  895. background-color: transparent;
  896. border: none;
  897. }
  898. .fixed-btn {
  899. position: fixed;
  900. right: 15px;
  901. bottom: 8rem;
  902. .btn-gotop {
  903. padding: 1.2rem .8rem;
  904. background-color: rgba(255, 255, 255, 0.897);
  905. display: flex;
  906. align-items: center;
  907. 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);
  908. -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);
  909. -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);
  910. }
  911. }