style.scss 42 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645164616471648164916501651165216531654165516561657165816591660166116621663166416651666166716681669167016711672167316741675167616771678167916801681168216831684168516861687168816891690169116921693169416951696169716981699170017011702170317041705170617071708170917101711171217131714171517161717171817191720172117221723
  1. body {
  2. font-family: 'Helvetica Neue';
  3. }
  4. .sec-00 {
  5. background-color: rgb(202, 202, 202);
  6. transition-property: height;
  7. transition-duration: 300ms;
  8. &__close {
  9. position: absolute;
  10. top: 0;
  11. right: 20px;
  12. width: 50px;
  13. height: 30px;
  14. background-color: hsla(0,0%,100%,.66);
  15. border-radius: 0 0 50px 50px;
  16. color: #888;
  17. border: none;
  18. outline: none;
  19. font-size: 11px;
  20. box-shadow: 0 0 10px rgba(32, 32, 32, 0.25);
  21. line-height: 12px;
  22. z-index: 3;
  23. }
  24. &.bannerClose {
  25. height: 0;
  26. overflow: hidden;
  27. transition-property: height;
  28. transition-duration: 300ms;
  29. }
  30. .container-fluid {
  31. background-color: rgb(202, 202, 202);
  32. // height: 295px;
  33. // @media (max-width: 1850px) {
  34. // height: 260px;
  35. // }
  36. // @media (max-width: 1550px) {
  37. // height: 230px;
  38. // }
  39. // @media (max-width: 1100px) {
  40. // height: 200px;
  41. // }
  42. }
  43. &__slider {
  44. margin: 0 auto;
  45. width: 100%;
  46. height: 100%;
  47. max-width: 1310px;
  48. padding-top: 20px;
  49. padding-bottom: 24px;
  50. @media (max-width: 1850px) {
  51. max-width: 1310px;
  52. }
  53. @media (max-width: 1550px) {
  54. max-width: 1310px;
  55. }
  56. .slide-item {
  57. width: 100%;
  58. height: 100%;
  59. max-width: 1310px;
  60. max-height: 300px;
  61. -o-object-fit: contain;
  62. object-fit: contain;
  63. height: 300px;
  64. cursor: pointer;
  65. }
  66. }
  67. .slick-prev:before, .slick-next:before {
  68. display: none;
  69. }
  70. &__bulletList {
  71. position: absolute;
  72. bottom: 21px;
  73. left: calc(50% - 655px);
  74. width: 1310px;
  75. box-sizing: border-box;
  76. display: flex;
  77. z-index: 10;
  78. background-color: rgba(0,0,0,.1);
  79. }
  80. &__bullet {
  81. position: relative;
  82. width: 100%;
  83. height: 3px;
  84. background-color: rgba(0,0,0,.1);
  85. flex: 1 1 auto;
  86. opacity: 1;
  87. &::after {
  88. content: "";
  89. background: #ee7800;
  90. position: absolute;
  91. width: 0;
  92. height: 100%;
  93. left: 0;
  94. top: 0;
  95. border-radius: 2px;
  96. }
  97. }
  98. .bullet-active::after {
  99. width: 0;
  100. -webkit-animation-name: progress;
  101. animation-name: progress;
  102. -webkit-animation-duration: 4s;
  103. animation-duration: 4s;
  104. -webkit-animation-timing-function: linear;
  105. animation-timing-function: linear;
  106. }
  107. }
  108. @keyframes progress{
  109. 0%{
  110. width: 0%;
  111. }
  112. 25%{
  113. width: 25%;
  114. }
  115. 50%{
  116. width: 50%;
  117. }
  118. 75%{
  119. width: 75%;
  120. }
  121. 100%{
  122. width: 100%;
  123. }
  124. };
  125. @-webkit-keyframes progress{
  126. 0%{
  127. width: 0%;
  128. }
  129. 25%{
  130. width: 25%;
  131. }
  132. 50%{
  133. width: 50%;
  134. }
  135. 75%{
  136. width: 75%;
  137. }
  138. 100%{
  139. width: 100%;
  140. }
  141. };
  142. @-webkit-keyframes slidein {
  143. 100% {
  144. height: 0px;
  145. }
  146. }
  147. @keyframes slidein {
  148. 100% {
  149. height: 0px;
  150. }
  151. }
  152. .navbar {
  153. 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);
  154. -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);
  155. -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);
  156. padding-top: 5px;
  157. padding-bottom: 5px;
  158. background-color: white !important;
  159. z-index: 99;
  160. .container-fluid {
  161. padding:0 2.5rem;
  162. @media (max-width: 1100px) {
  163. padding:0 .6rem;
  164. }
  165. }
  166. &-toggler {
  167. padding-left: 0;
  168. border-color: transparent !important;
  169. &:focus {
  170. box-shadow: none;
  171. }
  172. }
  173. &-toggler-icon {
  174. display: flex;
  175. justify-items: center;
  176. i {
  177. font-size: 25px;
  178. line-height: 30px;
  179. display: inline-block;
  180. }
  181. }
  182. &-search, &-login {
  183. padding-right: 2px;
  184. }
  185. &-login {
  186. cursor: pointer;
  187. }
  188. &-search {
  189. &-magnify {
  190. cursor: pointer;
  191. }
  192. }
  193. &-brand {
  194. font-size: 1.5rem;
  195. &.navbar-logo {
  196. display: flex;
  197. align-items: center;
  198. }
  199. .navbar-login {
  200. font-size: 1rem;
  201. color: #EE7800;
  202. text-decoration: none;
  203. }
  204. }
  205. .nav-link {
  206. cursor: pointer;
  207. @media (max-width: 1100px) {
  208. padding: .5rem .5rem;
  209. font-size: .9rem;
  210. }
  211. }
  212. .navbar-nav {
  213. .nav-item {
  214. margin: 0 .5rem;
  215. @media (max-width: 1100px) {
  216. margin: 0 0rem;
  217. }
  218. .dropbox {
  219. visibility: hidden;
  220. opacity: 0;
  221. transition: all .4s;
  222. position: absolute;
  223. width: 100vw;
  224. top: 100%;
  225. left: 0;
  226. background-color: rgba(255, 255, 255, 0.932);
  227. padding-top: 1.5rem;
  228. padding-bottom: 3rem;
  229. ul {
  230. padding-left: 0;
  231. }
  232. &-item {
  233. margin-bottom: .5rem;
  234. &.first {
  235. font-size: 1.1rem;
  236. font-weight: 600;
  237. .dropbox-link {
  238. color: black;
  239. }
  240. }
  241. }
  242. &-link {
  243. text-decoration: none;
  244. color: rgb(146, 146, 146);
  245. font-size: .85rem;
  246. &:hover {
  247. color: #EE7800;
  248. }
  249. &.dropbox-btn {
  250. border: 1px solid rgb(146, 146, 146);
  251. padding: .5rem 2rem;
  252. border-radius: 5px;
  253. width: 85%;
  254. min-width: 7rem;
  255. max-width: 11rem;
  256. }
  257. }
  258. &-btn {
  259. display: flex;
  260. align-items: center;
  261. justify-content: center;
  262. }
  263. .container {
  264. max-width: 900px;
  265. width: 70%;
  266. &.stylebox {
  267. transform: translateX(-30%);
  268. }
  269. &.designerbox {
  270. transform: translateX(-5%);
  271. }
  272. &.newbox {
  273. transform: translateX(15%);
  274. }
  275. &.forumbox {
  276. transform: translateX(50%);
  277. }
  278. }
  279. }
  280. .nav-link {
  281. position: relative;
  282. }
  283. .nav-link:after {
  284. position: absolute;
  285. content: " ";
  286. width: 100%;
  287. height: 90%;
  288. top: 0;
  289. right: 0;
  290. border-bottom: 2px solid #EE7800;
  291. opacity: 0;
  292. transform: opacity 1s;
  293. }
  294. &:hover {
  295. .nav-link:after {
  296. opacity: 1;
  297. }
  298. >.dropbox {
  299. visibility: visible;
  300. opacity: 1;
  301. }
  302. }
  303. }
  304. .nav-item.lg {
  305. .container {
  306. max-width: 1200px;
  307. width: 90%;
  308. }
  309. .dropbox-link {
  310. text-decoration: none;
  311. color: rgb(146, 146, 146);
  312. font-size: .7rem;
  313. &:hover {
  314. color: #EE7800;
  315. }
  316. }
  317. .dropbox-item {
  318. margin-bottom: .1rem;
  319. &.first {
  320. .dropbox-link {
  321. font-size: .85rem;
  322. }
  323. }
  324. }
  325. }
  326. }
  327. &-search {
  328. .container {
  329. max-width: 900px;
  330. width: 70%;
  331. @media (max-width: 1100px) {
  332. width: 90%;
  333. }
  334. }
  335. .dropbox {
  336. visibility: hidden;
  337. opacity: 0;
  338. transition: all .2s;
  339. position: absolute;
  340. width: 100vw;
  341. top: 100%;
  342. left: 0;
  343. background-color: rgba(255, 255, 255, 0.932);
  344. padding-top: 1.5rem;
  345. padding-bottom: 3rem;
  346. &.open {
  347. visibility: visible;
  348. opacity: 1;
  349. }
  350. &__searchtab {
  351. width: 100%;
  352. background-color: gray;
  353. border-radius: 3px;
  354. padding: .2rem 1rem;
  355. padding-bottom: 1rem;
  356. }
  357. &__hots {
  358. &__title {
  359. font-size: 1rem;
  360. color: rgb(107, 107, 107);
  361. }
  362. &__link {
  363. font-size: .9rem;
  364. color: rgb(146, 146, 146);
  365. text-decoration: none;
  366. cursor: pointer;
  367. margin: 0 .2rem;
  368. }
  369. }
  370. &__searchBar {
  371. &__input {
  372. width: 100%;
  373. outline: none;
  374. border: 2px solid #EE7800;
  375. border-radius: 5rem;
  376. padding: .3rem 1.2rem;
  377. font-size: .9rem;
  378. }
  379. &__submit {
  380. outline: none;
  381. border: none;
  382. font-size: .9rem;
  383. background-color: transparent;
  384. color: #EE7800;
  385. margin-left: -1rem;
  386. transform: translateX(-100%);
  387. padding: 0 .6rem;
  388. }
  389. }
  390. &__tab {
  391. .nav-item {
  392. margin: 0 .6rem;
  393. }
  394. }
  395. .nav-item-link {
  396. border: none;
  397. outline: none;
  398. font-size: 1rem;
  399. color: white;
  400. padding: 3px;
  401. position: relative;
  402. &::after {
  403. position: absolute;
  404. content: "";
  405. top: 0;
  406. left: 0;
  407. width: 100%;
  408. height: 100%;
  409. border-bottom: 3px solid #EE7800;
  410. opacity: 0;
  411. }
  412. &.active::after {
  413. opacity: 1;
  414. }
  415. }
  416. }
  417. .dropbox-tab-content {
  418. .tabpar {
  419. display: flex;
  420. padding-top: .5rem;
  421. .col {
  422. margin: 0 .6rem;
  423. }
  424. .select {
  425. font-size: 1rem;
  426. padding: .6rem;
  427. border-radius: 3px;
  428. color: rgb(116, 116, 116);
  429. }
  430. button {
  431. border: none;
  432. outline: none;
  433. background-color: #EE7800;
  434. border-radius: 3px;
  435. color: white;
  436. font-size: 1rem;
  437. padding: .6rem;
  438. }
  439. .image-search {
  440. border: none;
  441. outline: none;
  442. background-color: #EE7800;
  443. border-radius: 3px;
  444. color: white;
  445. font-size: 1rem;
  446. }
  447. .article-btn {
  448. border: none;
  449. outline: none;
  450. background-color: #EE7800;
  451. border-radius: 3px;
  452. color: white;
  453. font-size: 1rem;
  454. padding: .6rem;
  455. }
  456. .home-btn {
  457. border: none;
  458. outline: none;
  459. background-color: #EE7800;
  460. border-radius: 3px;
  461. color: white;
  462. font-size: 1rem;
  463. padding: .6rem;
  464. }
  465. }
  466. }
  467. }
  468. }
  469. .navbar-search .dropbox__tab .nav-item-link.active .nav-item-link::after {
  470. opacity: 1;
  471. }
  472. .navbar-main.sticky {
  473. position: fixed;
  474. top: 0;
  475. width: 100%;
  476. }
  477. .navbar-main.sticky + .sec-02 {
  478. padding-top: 53.5px;
  479. }
  480. .sec-02 {
  481. &__slider {
  482. width: 100%;
  483. height: 100%;
  484. .slide-item {
  485. width: 100%;
  486. height: 74vh;
  487. background-position: center center;
  488. background-size: cover;
  489. background-repeat: no-repeat;
  490. cursor: pointer;
  491. }
  492. }
  493. .slick-prev:before, .slick-next:before {
  494. display: none;
  495. }
  496. .slick-prev {
  497. left: 15px;
  498. z-index: 3;
  499. }
  500. .slick-next {
  501. right: 15px;
  502. }
  503. }
  504. .sec-04 {
  505. background-color: #F4F4F4;
  506. padding: 4rem 1rem;
  507. .container {
  508. max-width: 950px;
  509. width: 70%;
  510. @media (max-width: 1100px) {
  511. width: 90%;
  512. }
  513. }
  514. .card {
  515. box-shadow: 1px 2px 8px 1px rgb(214, 214, 214);
  516. text-decoration: none;
  517. cursor: pointer;
  518. transition: all .6s;
  519. &-title {
  520. font-size: 1.4rem;
  521. line-height: 1.8rem;
  522. color: #4C4C4C;
  523. font-weight: 500;
  524. transition: all 2s;
  525. }
  526. &__imgfr {
  527. width: 100%;
  528. img {
  529. width: 100%;
  530. height: 100%;
  531. }
  532. }
  533. &:hover {
  534. transform: scale(1.05);
  535. }
  536. }
  537. }
  538. .sec-guessLike {
  539. .container {
  540. margin:0 auto;
  541. padding: 2rem 2rem;
  542. max-width: 1050px;
  543. width: 70%;
  544. @media (max-width: 1100px) {
  545. width: 90%;
  546. padding: 0 1rem;
  547. }
  548. }
  549. &__titlebox {
  550. &-h2 {
  551. margin: 0 auto;
  552. font-size: 1.8rem;
  553. font-weight: 600;
  554. color: rgb(83, 83, 83);
  555. padding: .8rem 0;
  556. border-bottom: 6px solid #EE7800;
  557. display: inline-block;
  558. }
  559. }
  560. &__title {
  561. display: block;
  562. text-align: center;
  563. position: relative;
  564. font-size: 1.2rem;
  565. margin-bottom: .8rem;
  566. &::before, &::after {
  567. position: absolute;
  568. content: " ";
  569. width: 40%;
  570. height: 0rem;
  571. border-top: 1px solid black;
  572. top: 50%;
  573. }
  574. &::before {
  575. left: 0;
  576. }
  577. &::after {
  578. left: 60%;
  579. }
  580. }
  581. &__article {
  582. h5 {
  583. font-size: 1.1rem;
  584. }
  585. p {
  586. font-size: 14px;
  587. }
  588. }
  589. &__case {
  590. p {
  591. font-size: 1.1rem;
  592. font-weight: 500;
  593. }
  594. }
  595. &__card {
  596. width: 100%;
  597. overflow: hidden;
  598. height: 26vh;
  599. position: relative;
  600. background-position: center center;
  601. background-size: cover;
  602. background-repeat: no-repeat;
  603. &.special {
  604. height: 45vh;
  605. }
  606. &__img {
  607. width: 100%;
  608. transition: all .8s;
  609. }
  610. &__txt {
  611. position: absolute;
  612. bottom: 1rem;
  613. left: 3rem;
  614. color: white;
  615. z-index: 2;
  616. font-size: 600;
  617. text-shadow: 1px 1px 2px gray;
  618. }
  619. }
  620. &__video__play {
  621. position: absolute;
  622. width: 2.5rem;
  623. left: 50%;
  624. top: 50%;
  625. transform: translate(-50%, -50%);
  626. }
  627. }
  628. .sec-05 {
  629. border-top: 1px solid rgb(187, 187, 187);
  630. padding-bottom: 2rem;
  631. .container {
  632. margin:0 auto;
  633. padding: 0 2rem;
  634. max-width: 1050px;
  635. width: 70%;
  636. @media (max-width: 1100px) {
  637. width: 90%;
  638. padding: 0 1rem;
  639. }
  640. }
  641. &__tabdiv {
  642. box-sizing: content-box;
  643. align-items: center;
  644. justify-content: space-between;
  645. .more {
  646. padding-bottom: .4rem;
  647. }
  648. .nav {
  649. &-item {
  650. position: relative;
  651. padding-right: 18px;
  652. padding-left: 18px;
  653. &::after {
  654. position: absolute;
  655. content: " ";
  656. width: 100%;
  657. height: 30%;
  658. left: 0;
  659. top: 35%;
  660. background-color: transparent;
  661. border-right: 1px solid rgb(179, 179, 179);
  662. z-index: -1;
  663. }
  664. &:nth-of-type(3)::after {
  665. display: none;
  666. }
  667. }
  668. &-item-link {
  669. color: black;
  670. font-weight: 500;
  671. font-size: 1.6rem;
  672. border: none;
  673. position: relative;
  674. padding: 1.5rem 0;
  675. outline: none;
  676. @media screen and(max-width: 385px) {
  677. font-size: 1.1rem;
  678. }
  679. &:focus {
  680. outline: none !important;
  681. }
  682. &.active {
  683. color: #EE7800;
  684. }
  685. &::before {
  686. position: absolute;
  687. content: " ";
  688. width: 101%;
  689. height: 100%;
  690. left: -2px;
  691. top: 0px;
  692. background-color: transparent;
  693. border-top: 3px solid #EE7800;
  694. opacity: 0;
  695. }
  696. }
  697. }
  698. .nav-item-link.active::before {
  699. opacity: 1;
  700. }
  701. }
  702. .tab-pane {
  703. height: 100%;
  704. }
  705. &tab-content {
  706. height: 35vh;
  707. }
  708. .tabpar {
  709. &__card {
  710. margin: 3px;
  711. position: relative;
  712. font-size: 14px;
  713. cursor: pointer;
  714. &__imgfr {
  715. width: 100%;
  716. height: 25vh;
  717. position: relative;
  718. background-position: center center;
  719. background-size: cover;
  720. background-repeat: no-repeat;
  721. @media (max-width: 1100px) {
  722. height: 20vh;
  723. }
  724. }
  725. h5 {
  726. font-size: 1rem;
  727. }
  728. p {
  729. font-size: .95rem;
  730. font-weight: 300;
  731. color: gray;
  732. }
  733. &__play {
  734. position: absolute;
  735. left: 50%;
  736. top: 50%;
  737. transform: translate(-50%, -50%);
  738. width: 2.5rem;
  739. }
  740. }
  741. }
  742. .slick-prev {
  743. top: 40%;
  744. left: -2rem;
  745. z-index: 2;
  746. }
  747. .slick-next {
  748. top: 40%;
  749. right: -2rem;
  750. z-index: 2;
  751. }
  752. .slick-prev:before, .slick-next:before {
  753. display: none;
  754. }
  755. }
  756. .sec-06 {
  757. padding: 2rem 0;
  758. .container {
  759. margin:0 auto;
  760. padding: 1rem 2rem;
  761. max-width: 1050px;
  762. width: 70%;
  763. @media (max-width: 1100px) {
  764. width: 90%;
  765. padding: 0 1rem;
  766. }
  767. }
  768. &__title {
  769. h3 {
  770. display: inline-block;
  771. font-size: 1.6rem;
  772. padding-bottom: .5rem;
  773. border-bottom: 6px solid #EE7800;
  774. color: #535353;
  775. margin-bottom: 0;
  776. }
  777. }
  778. &__video {
  779. width: 100%;;
  780. position: relative;
  781. &__imgfr {
  782. width: 100%;
  783. height: 34vh;
  784. background-position: center center;
  785. background-size: cover;
  786. background-repeat: no-repeat;
  787. @media (max-width: 1100px) {
  788. height: 25vh;
  789. }
  790. }
  791. &__play {
  792. position: absolute;
  793. left: 50%;
  794. top: 50%;
  795. width: 2.5rem;
  796. height: 2.5rem;
  797. z-index: 2;
  798. transform: translate(-50%, -50%);
  799. }
  800. }
  801. &__videotxt {
  802. width: 90%;
  803. margin: 0 auto;
  804. background-color: rgba(255, 255, 255, 0.842);
  805. box-shadow: 1px 1px 3px 1px rgba(196, 196, 196, 0.795);
  806. padding: .4rem .8rem;
  807. transform: translateY(-20%);
  808. font-weight: 600;
  809. font-size: 1.1rem;
  810. }
  811. &__btns {
  812. display: block;
  813. outline: none;
  814. border: none;
  815. padding: .4rem 1.2rem;
  816. width: 88%;
  817. margin: 0 auto;
  818. background-color: #ea068c;
  819. color: white;
  820. border-radius: 3px;
  821. box-shadow: 1px 1px 3px 1px rgba(196, 196, 196, 0.795);
  822. transition: all .4s;
  823. text-decoration: none;
  824. &:hover {
  825. transform: translate(2px , 2px);
  826. color: white;
  827. }
  828. &__txt {
  829. font-weight: 600;
  830. }
  831. &:nth-of-type(2), &:nth-of-type(3) {
  832. padding: 1rem 1.2rem;
  833. // #10506d;
  834. }
  835. }
  836. &__card {
  837. width: 100%;
  838. &:hover .sec-06__card__imgfr {
  839. transform: scale(1.1);
  840. }
  841. h5 {
  842. font-size: 1.1rem;
  843. margin-bottom: .3rem;
  844. }
  845. p {
  846. font-size: .9rem;
  847. }
  848. &__outer {
  849. width: 100%;
  850. height: 48vh;
  851. overflow: hidden;
  852. }
  853. &__play {
  854. position: absolute;
  855. left: 50%;
  856. top: 50%;
  857. transform: translate(-50%, -50%);
  858. width: 2.5rem;
  859. }
  860. &__imgfr {
  861. width: 100%;
  862. height: 48vh;
  863. background-position: center center;
  864. background-size: cover;
  865. background-repeat: no-repeat;
  866. transition: all .5s;
  867. position: relative;
  868. }
  869. }
  870. .slick-prev {
  871. top: 40%;
  872. left: .5rem;
  873. z-index: 2;
  874. }
  875. .slick-next {
  876. top: 40%;
  877. right: .5rem;
  878. z-index: 2;
  879. }
  880. .slick-prev:before, .slick-next:before {
  881. display: none;
  882. }
  883. }
  884. .sec-07 {
  885. padding: 2rem 0;
  886. .container {
  887. margin:0 auto;
  888. padding: .8rem 1.2rem;
  889. max-width: 1050px;
  890. width: 70%;
  891. background-color: #F4F4F4;
  892. @media (max-width: 1100px) {
  893. width: 90%;
  894. padding: 0 1rem;
  895. }
  896. }
  897. &__slider {
  898. height: 100%;
  899. .slide-item {
  900. height: 23vh;
  901. background-position: center center;
  902. background-size: contain;
  903. background-repeat: no-repeat;
  904. width: 100%;
  905. margin: 0 5px;
  906. cursor: pointer;
  907. @media (max-width: 1100px) {
  908. height: 18vh;
  909. }
  910. }
  911. }
  912. }
  913. .sec-08 {
  914. padding-bottom: 2.5rem;
  915. .container {
  916. margin:0 auto;
  917. padding: 1rem 0rem;
  918. max-width: 1050px;
  919. width: 70%;
  920. @media (max-width: 1100px) {
  921. width: 90%;
  922. padding: 0 1rem;
  923. }
  924. }
  925. &__title {
  926. border-bottom: 6px solid #EE7800;
  927. color: #535353;
  928. h3 {
  929. font-size: 1.6rem;
  930. }
  931. }
  932. &__slider {
  933. width: 100%;
  934. cursor: pointer;
  935. }
  936. &__imgfr {
  937. width: 100%;
  938. height: 28vh;
  939. background-position: center center;
  940. background-size: cover;
  941. background-repeat: no-repeat;
  942. position: relative;
  943. @media (max-width: 1100px) {
  944. height: 20vh;
  945. }
  946. }
  947. &__card {
  948. h5 {
  949. font-size: 1rem;
  950. }
  951. p {
  952. font-size: .9rem;
  953. }
  954. }
  955. &__card__play {
  956. position: absolute;
  957. left: 50%;
  958. top: 50%;
  959. transform: translate(-50%, -50%);
  960. width: 2.5rem;
  961. }
  962. &__cardtxt {
  963. font-size: 14px;
  964. padding-right: .6rem;
  965. }
  966. .slick-prev {
  967. top: 40%;
  968. left: -2rem;
  969. z-index: 2;
  970. }
  971. .slick-next {
  972. top: 40%;
  973. right: -2rem;
  974. z-index: 2;
  975. }
  976. .slick-prev:before, .slick-next:before {
  977. display: none;
  978. }
  979. }
  980. .sec-09 {
  981. background-color: #F4F4F4;
  982. .container {
  983. margin:0 auto;
  984. padding: 2rem 0rem;
  985. max-width: 1050px;
  986. width: 70%;
  987. @media (max-width: 1100px) {
  988. width: 90%;
  989. padding: 0 1rem;
  990. }
  991. }
  992. &__imgfr {
  993. width: 100%;
  994. height: 25vh;
  995. background-position: center center;
  996. background-size: cover;
  997. background-repeat: no-repeat;
  998. position: relative;
  999. @media (max-width: 1100px) {
  1000. height: 20vh;
  1001. }
  1002. }
  1003. &__card {
  1004. margin: 5px;
  1005. text-align: center;
  1006. cursor: pointer;
  1007. p {
  1008. font-size: 14px;
  1009. margin-top: .5rem;
  1010. }
  1011. &__play {
  1012. position: absolute;
  1013. right: .6rem;
  1014. bottom: .6rem;
  1015. width: 2.5rem;
  1016. }
  1017. }
  1018. &__title {
  1019. border-bottom: 6px solid #EE7800;
  1020. color: #535353;
  1021. h3 {
  1022. font-size: 1.6rem;
  1023. }
  1024. }
  1025. .slick-prev {
  1026. top: 40%;
  1027. left: -2rem;
  1028. z-index: 2;
  1029. }
  1030. .slick-next {
  1031. top: 40%;
  1032. right: -2rem;
  1033. z-index: 2;
  1034. }
  1035. .slick-prev:before, .slick-next:before {
  1036. display: none;
  1037. }
  1038. }
  1039. .sec-10 {
  1040. padding: 2.5rem 0;
  1041. .container {
  1042. max-width: 1000px;
  1043. width: 70%;
  1044. @media (max-width: 1100px) {
  1045. width: 90%;
  1046. padding: 0 1rem;
  1047. }
  1048. }
  1049. &__titlebox {
  1050. border-bottom: 1px solid rgb(75, 75, 75);
  1051. display: flex;
  1052. justify-content: center;
  1053. &-h2 {
  1054. margin: 0 auto;
  1055. font-size: 1.8rem;
  1056. font-weight: 600;
  1057. color: rgb(83, 83, 83);
  1058. padding: .8rem 0;
  1059. border-bottom: 6px solid #EE7800;
  1060. display: inline-block;
  1061. }
  1062. }
  1063. &__card {
  1064. cursor: pointer;
  1065. h5 {
  1066. font-size: 1rem;
  1067. margin-bottom: .3rem;
  1068. }
  1069. p {
  1070. font-size: .95rem;
  1071. font-weight: 300;
  1072. color: gray;
  1073. }
  1074. &-img {
  1075. width: 100%;
  1076. height: 25vh;
  1077. background-position: center center;
  1078. background-size: cover;
  1079. background-repeat: no-repeat;
  1080. position: relative;
  1081. @media (max-width: 1100px) {
  1082. height: 20vh;
  1083. }
  1084. }
  1085. &__play {
  1086. position: absolute;
  1087. right: 1rem;
  1088. bottom: 1rem;
  1089. width: 2.5rem;
  1090. height: 2.5rem;
  1091. }
  1092. }
  1093. }
  1094. .sec-11 {
  1095. padding: 2.5rem 0;
  1096. padding-top: 1rem;
  1097. .container {
  1098. max-width: 1000px;
  1099. width: 70%;
  1100. @media (max-width: 1100px) {
  1101. width: 90%;
  1102. padding: 0 1rem;
  1103. }
  1104. }
  1105. &__titlebox {
  1106. border-bottom: 1px solid rgb(75, 75, 75);
  1107. display: flex;
  1108. justify-content: center;
  1109. &-h2 {
  1110. margin: 0 auto;
  1111. font-size: 1.8rem;
  1112. font-weight: 600;
  1113. color: rgb(83, 83, 83);
  1114. padding: .8rem 0;
  1115. border-bottom: 6px solid #EE7800;
  1116. display: inline-block;
  1117. }
  1118. }
  1119. &__card {
  1120. cursor: pointer;
  1121. h5 {
  1122. font-size: 1rem;
  1123. margin-bottom: .3rem;
  1124. }
  1125. p {
  1126. font-size: .95rem;
  1127. font-weight: 300;
  1128. color: gray;
  1129. }
  1130. &-img {
  1131. width: 100%;
  1132. height: 25vh;
  1133. background-position: center center;
  1134. background-size: cover;
  1135. background-repeat: no-repeat;
  1136. position: relative;
  1137. @media (max-width: 1100px) {
  1138. height: 20vh;
  1139. }
  1140. }
  1141. &__play {
  1142. position: absolute;
  1143. right: 1rem;
  1144. bottom: 1rem;
  1145. width: 2.5rem;
  1146. height: 2.5rem;
  1147. }
  1148. }
  1149. }
  1150. .footer {
  1151. background: #e9e9e9;
  1152. padding: 2.5rem 0;
  1153. .container {
  1154. @media (max-width: 1100px) {
  1155. width: 98%;
  1156. max-width: 950px;
  1157. }
  1158. }
  1159. &__block {
  1160. padding: 1rem 3rem;
  1161. border-left: 1px solid rgb(143, 143, 143);
  1162. @media (max-width: 1100px) {
  1163. padding: 1rem 1rem;
  1164. }
  1165. &-title {
  1166. font-size: 1.3rem;
  1167. margin-bottom: 1.5rem;
  1168. }
  1169. &-list {
  1170. padding-left: 0;
  1171. }
  1172. &:nth-of-type(1) {
  1173. border-left: none;
  1174. }
  1175. &:nth-of-type(2) {
  1176. padding: 1rem 4rem;
  1177. @media (max-width: 1100px) {
  1178. padding: 1rem 1rem;
  1179. }
  1180. }
  1181. &-socials {
  1182. padding-left: 0;
  1183. display: flex;
  1184. align-items: center;
  1185. justify-content: space-between;
  1186. img {
  1187. @media (max-width: 1100px) {
  1188. width: 30px;
  1189. }
  1190. }
  1191. }
  1192. .follows-fp {
  1193. text-decoration: none;
  1194. color: #696969;
  1195. font-size: .9rem;
  1196. display: flex;
  1197. align-items: center;
  1198. @media (max-width: 1100px) {
  1199. font-size: .8rem;
  1200. }
  1201. }
  1202. &-phone {
  1203. p {
  1204. display: inline;
  1205. @media (max-width: 900px) {
  1206. display: block;
  1207. }
  1208. }
  1209. p, span {
  1210. font-size: .9rem;
  1211. }
  1212. .text-phone {
  1213. color: #EE7800;
  1214. text-decoration: none;
  1215. }
  1216. }
  1217. &-links {
  1218. display: flex;
  1219. align-items: center;
  1220. margin-top: 1rem;
  1221. justify-content: center;
  1222. &-grp {
  1223. padding: .3rem;
  1224. border-left: 1px solid rgb(185, 185, 185);
  1225. &:nth-of-type(1) {
  1226. border-left: none;
  1227. }
  1228. a {
  1229. display: block;
  1230. text-decoration: none;
  1231. color: #696969;
  1232. font-size: .9rem;
  1233. margin-bottom: .4rem;
  1234. @media (max-width: 1100px) {
  1235. font-size: .8rem;
  1236. }
  1237. }
  1238. }
  1239. }
  1240. &-subscribe {
  1241. width: 100%;
  1242. margin-top: 1rem;
  1243. .subscribeBar {
  1244. font-size: .8rem;
  1245. width: 70%;
  1246. margin-left: 7%;
  1247. @media (max-width: 900px) {
  1248. width: 75%;
  1249. margin-left: 3%;
  1250. font-size: .7rem;
  1251. }
  1252. }
  1253. .subscribeBtn {
  1254. width: 20%;
  1255. padding: .4rem .6rem;
  1256. padding-bottom: 9px;
  1257. border: none;
  1258. outline: none;
  1259. background-color: rgb(41, 41, 41);
  1260. color: white;
  1261. border-radius: 0 3px 3px 0;
  1262. margin-left: -.4rem;
  1263. @media (max-width: 900px) {
  1264. margin-left: -.3rem;
  1265. font-size: .8rem;
  1266. padding-top: 9px;
  1267. padding-bottom: 10px;
  1268. }
  1269. }
  1270. }
  1271. }
  1272. &__list-item {
  1273. display: flex;
  1274. align-items: center;
  1275. text-decoration: none;
  1276. margin-bottom: .5rem;
  1277. p {
  1278. color: #696969;
  1279. font-size: .9rem;
  1280. font-weight: 300;
  1281. }
  1282. }
  1283. &__list-icon {
  1284. width: 30px;
  1285. display: flex;
  1286. justify-content: center;
  1287. margin-right: .3rem;
  1288. }
  1289. .bottom-box {
  1290. padding: 1rem 0;
  1291. border-top: 1px solid rgb(185, 185, 185);
  1292. margin-top: 2.5rem;
  1293. }
  1294. }
  1295. #videoModal .modal-content {
  1296. background-color: transparent;
  1297. border: none;
  1298. width: fit-content;
  1299. }
  1300. #videoModal .modal-dialog {
  1301. max-width: 700px;
  1302. }
  1303. .more {
  1304. &link {
  1305. text-decoration: none;
  1306. color: #EE7800;
  1307. font-weight: 700;
  1308. &:hover {
  1309. color: #EE7800;
  1310. }
  1311. }
  1312. }
  1313. .fixed-btn {
  1314. position: fixed;
  1315. right: 15px;
  1316. bottom: 2rem;
  1317. .btn-gotop, .btn-login, .btn-favor,
  1318. .btn-match {
  1319. cursor: pointer;
  1320. padding: 1.2rem .8rem;
  1321. background-color: rgba(255, 255, 255, 0.897);
  1322. display: flex;
  1323. align-items: center;
  1324. 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);
  1325. -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);
  1326. -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);
  1327. }
  1328. .btn-match {
  1329. height: 100px;
  1330. padding: .2rem;
  1331. background-color: #EE7800;
  1332. color: #fff;
  1333. font-size: 1em;
  1334. word-spacing: 5px;
  1335. width: 53px;
  1336. text-align: center;
  1337. }
  1338. }
  1339. #matchModal .modal-content {
  1340. position: relative;
  1341. .btn-close {
  1342. position: absolute;
  1343. right: 1rem;
  1344. top: 1rem;
  1345. }
  1346. }
  1347. .match__next {
  1348. outline: none;
  1349. border: none;
  1350. background-color: #EE7800;
  1351. border-radius: .3rem;
  1352. padding-top: .5rem;
  1353. padding-bottom: .5rem;
  1354. color: white;
  1355. }
  1356. .match__next2 {
  1357. outline: none;
  1358. border: none;
  1359. background-color: #EE7800;
  1360. border-radius: .3rem;
  1361. padding-top: .5rem;
  1362. padding-bottom: .5rem;
  1363. color: white;
  1364. }
  1365. .sec-match {
  1366. position: relative;
  1367. p {
  1368. color: #707070;
  1369. }
  1370. &__imgfr {
  1371. width: 90%;
  1372. height: 14rem;
  1373. // background-image: url(https://images.hhh.com.tw/uploads/_hcolumn_orig/point05_244_01.jpg);
  1374. background-position: center;
  1375. background-size: cover;
  1376. }
  1377. &__designer {
  1378. // background-image: url(https://cloud.hhh.com.tw/upload/_hdesigner/img_path_611_20190318172644.jpg);
  1379. width: 80%;
  1380. height: 12rem;
  1381. background-position: center;
  1382. background-size: cover;
  1383. border-radius: 50%;
  1384. }
  1385. .btn-match {
  1386. outline: none;
  1387. border: none;
  1388. color: #EE7800;
  1389. border: 1px solid #EE7800;
  1390. background-color: transparent;
  1391. border-radius: 10px;
  1392. padding: .3rem .6rem;
  1393. transition: all .3s;
  1394. &:hover {
  1395. background-color: #EE7800;
  1396. color: white;
  1397. }
  1398. }
  1399. .container__row {
  1400. border-bottom: 1px solid #B2B2B2;
  1401. &:last-of-type {
  1402. border-bottom: none;
  1403. }
  1404. }
  1405. .close {
  1406. position: absolute;
  1407. right: 3%;
  1408. top: 0%;
  1409. }
  1410. }
  1411. .sec-login {
  1412. &-list {
  1413. background-color: #F3F3F3;
  1414. padding: 1rem;
  1415. padding-bottom: 1.4rem;
  1416. hr {
  1417. background-color: #aaaaaa;
  1418. }
  1419. }
  1420. &-btns {
  1421. padding: 1rem;
  1422. background-color: white;
  1423. box-shadow: 0 0 15px 2px rgba(190, 190, 190, 0.61);
  1424. }
  1425. }
  1426. #loginModal {
  1427. .btn-close {
  1428. position: absolute;
  1429. right: -2rem;
  1430. top: -2rem;
  1431. }
  1432. }
  1433. #favorModal {
  1434. .btn-close {
  1435. position: absolute;
  1436. right: -2rem;
  1437. top: -2rem;
  1438. }
  1439. .sec-favor {
  1440. &-title {
  1441. color: #4C4C4C;
  1442. font-size: 18px;
  1443. }
  1444. &-list {
  1445. background-color: #F3F3F3;
  1446. padding: 1rem;
  1447. padding-bottom: 1.4rem;
  1448. hr {
  1449. background-color: #aaaaaa;
  1450. }
  1451. }
  1452. &-form, &-checklist {
  1453. .form-user {
  1454. width: 50%;
  1455. color: #707070;
  1456. font-size: 16px;
  1457. }
  1458. .form-progressbar {
  1459. width: 50%;
  1460. display: flex;
  1461. justify-content: space-between;
  1462. li {
  1463. width: 1.6rem;
  1464. height: 1.6rem;
  1465. border-radius: 50%;
  1466. border: 2px solid #D3D3D3;
  1467. line-height: 1.4rem;
  1468. display: flex;
  1469. justify-content: center;
  1470. position: relative;
  1471. color: #D3D3D3;
  1472. background-color: #F3F3F3;
  1473. z-index: 2;
  1474. &.active {
  1475. border: 2px solid #EE7800;
  1476. color: #EE7800;
  1477. &::before {
  1478. border-top: 2px solid #EE7800;
  1479. }
  1480. }
  1481. &::before {
  1482. position: absolute;
  1483. content: " ";
  1484. width: 4rem;
  1485. height: 0;
  1486. border-top: 2px dashed #D3D3D3;
  1487. right: 100%;
  1488. top: 50%;
  1489. z-index: 1;
  1490. }
  1491. &:nth-of-type(1)::before {
  1492. display: none;
  1493. }
  1494. }
  1495. }
  1496. .form-step {
  1497. background-color: white;
  1498. border-radius: 3px;
  1499. padding: 1.5rem 1rem;
  1500. padding-bottom: 1.5rem;
  1501. box-shadow: 0 0 15px 2px rgba(190, 190, 190, 0.61);
  1502. overflow: visible;
  1503. .next {
  1504. padding: .6rem 5rem;
  1505. background-color: #EE7800;
  1506. border-radius: 3px;
  1507. color: white;
  1508. border: none;
  1509. outline: none;
  1510. }
  1511. }
  1512. .form-step1 {
  1513. display: block;
  1514. }
  1515. .form-step2 {
  1516. display: none;
  1517. }
  1518. .form-step3 {
  1519. display: none;
  1520. position: relative;
  1521. padding-bottom: 1.5rem;
  1522. }
  1523. input[type="checkbox"], input[type="radio"] {
  1524. display: none;
  1525. }
  1526. .imgfr {
  1527. background-position: center center;
  1528. background-size: cover;
  1529. background-repeat: no-repeat;
  1530. width: 100%;
  1531. height: 4.5rem;
  1532. border-radius: 8px;
  1533. border: 2px solid transparent;
  1534. }
  1535. h4 {
  1536. color: #AAAAAA;
  1537. font-size: 15px;
  1538. font-weight: 400;
  1539. }
  1540. input[type="checkbox"]:checked + .fs-label-info .imgfr {
  1541. border: 2px solid #EE7800;
  1542. }
  1543. input[type="checkbox"]:checked + .fs-label-chbox {
  1544. border: 1px solid #EE7800;
  1545. color: #EE7800;
  1546. }
  1547. input[type="radio"]:checked + .fs-label-chbox {
  1548. border: 1px solid #EE7800;
  1549. color: #EE7800;
  1550. }
  1551. .step3-block {
  1552. margin-bottom: 1rem;
  1553. &:nth-of-type(3) {
  1554. margin-bottom: 0;
  1555. }
  1556. &-title {
  1557. color: #AAAAAA;
  1558. display: block;
  1559. margin-bottom: .5rem;
  1560. font-size: 1rem;
  1561. }
  1562. .radio {
  1563. display: inline-block;
  1564. padding: .25rem .7rem;
  1565. margin-right: .4rem;
  1566. border: 1px solid #707070;
  1567. border-radius: 2rem;
  1568. color: #797979;
  1569. margin-bottom: .5rem;
  1570. }
  1571. }
  1572. .skip {
  1573. padding: .3rem 1rem;
  1574. color: #AAAAAA;
  1575. border: none;
  1576. outline: none;
  1577. background-color: transparent;
  1578. }
  1579. .btngrp {
  1580. /* position: absolute;
  1581. left: 50%;
  1582. transform: translateX(-50%);
  1583. bottom: -6rem; */
  1584. display: flex;
  1585. flex-direction: column;
  1586. align-items: center;
  1587. .next {
  1588. transform: translateY(0rem);
  1589. }
  1590. }
  1591. }
  1592. &-checklist .form-user {
  1593. margin: 0 auto;
  1594. text-align: center;
  1595. margin-bottom: 1rem;
  1596. }
  1597. &-btns {
  1598. padding: 1rem;
  1599. background-color: white;
  1600. box-shadow: 0 0 15px 2px rgba(190, 190, 190, 0.61);
  1601. }
  1602. }
  1603. }
  1604. .test {
  1605. position: relative;
  1606. .cover {
  1607. width: 100%;
  1608. position: absolute;
  1609. left: 0;
  1610. bottom: 0;
  1611. display: block;
  1612. background-color: white;
  1613. height: 100%;
  1614. &.slidein {
  1615. //transform: translateX(0px);
  1616. -webkit-animation: slidein 2s forwards;
  1617. animation: slidein 2s forwards;
  1618. }
  1619. }
  1620. }
  1621. .title_back {
  1622. display: block;
  1623. position: relative;
  1624. width: 10em;
  1625. height: 1.75em;
  1626. overflow: hidden;
  1627. .title {
  1628. position: absolute;
  1629. left: 0;
  1630. bottom: -1.75em;
  1631. display: block;
  1632. transition: all 1s;
  1633. }
  1634. }
  1635. .test_content {
  1636. opacity: 0;
  1637. &.fadein {
  1638. //transform: translateX(0px);
  1639. -webkit-animation: fadein 2s forwards;
  1640. animation: fadein 2s forwards;
  1641. }
  1642. }
  1643. @-webkit-keyframes slidein {
  1644. 100% { height: 0px; }
  1645. }
  1646. @keyframes slidein {
  1647. 100% { height: 0px; }
  1648. }
  1649. @-webkit-keyframes fadein {
  1650. 100% { opacity: 1; }
  1651. }
  1652. @keyframes fadein {
  1653. 100% { opacity: 1; }
  1654. }
  1655. .last-step {
  1656. cursor: pointer;
  1657. }
  1658. .btn-call {
  1659. color: #EA068C;
  1660. padding: .6rem 1.5rem;
  1661. border: 1px solid #EA068C;
  1662. border-radius: 2rem;
  1663. background-color: transparent;
  1664. text-decoration: none;
  1665. &:hover {
  1666. color: #EA068C;
  1667. }
  1668. }