main.scss 24 KB

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