style.scss 42 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724
  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. cursor: pointer;
  1410. }
  1411. }
  1412. .sec-login {
  1413. &-list {
  1414. background-color: #F3F3F3;
  1415. padding: 1rem;
  1416. padding-bottom: 1.4rem;
  1417. hr {
  1418. background-color: #aaaaaa;
  1419. }
  1420. }
  1421. &-btns {
  1422. padding: 1rem;
  1423. background-color: white;
  1424. box-shadow: 0 0 15px 2px rgba(190, 190, 190, 0.61);
  1425. }
  1426. }
  1427. #loginModal {
  1428. .btn-close {
  1429. position: absolute;
  1430. right: -2rem;
  1431. top: -2rem;
  1432. }
  1433. }
  1434. #favorModal {
  1435. .btn-close {
  1436. position: absolute;
  1437. right: -2rem;
  1438. top: -2rem;
  1439. }
  1440. .sec-favor {
  1441. &-title {
  1442. color: #4C4C4C;
  1443. font-size: 18px;
  1444. }
  1445. &-list {
  1446. background-color: #F3F3F3;
  1447. padding: 1rem;
  1448. padding-bottom: 1.4rem;
  1449. hr {
  1450. background-color: #aaaaaa;
  1451. }
  1452. }
  1453. &-form, &-checklist {
  1454. .form-user {
  1455. width: 50%;
  1456. color: #707070;
  1457. font-size: 16px;
  1458. }
  1459. .form-progressbar {
  1460. width: 50%;
  1461. display: flex;
  1462. justify-content: space-between;
  1463. li {
  1464. width: 1.6rem;
  1465. height: 1.6rem;
  1466. border-radius: 50%;
  1467. border: 2px solid #D3D3D3;
  1468. line-height: 1.4rem;
  1469. display: flex;
  1470. justify-content: center;
  1471. position: relative;
  1472. color: #D3D3D3;
  1473. background-color: #F3F3F3;
  1474. z-index: 2;
  1475. &.active {
  1476. border: 2px solid #EE7800;
  1477. color: #EE7800;
  1478. &::before {
  1479. border-top: 2px solid #EE7800;
  1480. }
  1481. }
  1482. &::before {
  1483. position: absolute;
  1484. content: " ";
  1485. width: 4rem;
  1486. height: 0;
  1487. border-top: 2px dashed #D3D3D3;
  1488. right: 100%;
  1489. top: 50%;
  1490. z-index: 1;
  1491. }
  1492. &:nth-of-type(1)::before {
  1493. display: none;
  1494. }
  1495. }
  1496. }
  1497. .form-step {
  1498. background-color: white;
  1499. border-radius: 3px;
  1500. padding: 1.5rem 1rem;
  1501. padding-bottom: 1.5rem;
  1502. box-shadow: 0 0 15px 2px rgba(190, 190, 190, 0.61);
  1503. overflow: visible;
  1504. .next {
  1505. padding: .6rem 5rem;
  1506. background-color: #EE7800;
  1507. border-radius: 3px;
  1508. color: white;
  1509. border: none;
  1510. outline: none;
  1511. }
  1512. }
  1513. .form-step1 {
  1514. display: block;
  1515. }
  1516. .form-step2 {
  1517. display: none;
  1518. }
  1519. .form-step3 {
  1520. display: none;
  1521. position: relative;
  1522. padding-bottom: 1.5rem;
  1523. }
  1524. input[type="checkbox"], input[type="radio"] {
  1525. display: none;
  1526. }
  1527. .imgfr {
  1528. background-position: center center;
  1529. background-size: cover;
  1530. background-repeat: no-repeat;
  1531. width: 100%;
  1532. height: 4.5rem;
  1533. border-radius: 8px;
  1534. border: 2px solid transparent;
  1535. }
  1536. h4 {
  1537. color: #AAAAAA;
  1538. font-size: 15px;
  1539. font-weight: 400;
  1540. }
  1541. input[type="checkbox"]:checked + .fs-label-info .imgfr {
  1542. border: 2px solid #EE7800;
  1543. }
  1544. input[type="checkbox"]:checked + .fs-label-chbox {
  1545. border: 1px solid #EE7800;
  1546. color: #EE7800;
  1547. }
  1548. input[type="radio"]:checked + .fs-label-chbox {
  1549. border: 1px solid #EE7800;
  1550. color: #EE7800;
  1551. }
  1552. .step3-block {
  1553. margin-bottom: 1rem;
  1554. &:nth-of-type(3) {
  1555. margin-bottom: 0;
  1556. }
  1557. &-title {
  1558. color: #AAAAAA;
  1559. display: block;
  1560. margin-bottom: .5rem;
  1561. font-size: 1rem;
  1562. }
  1563. .radio {
  1564. display: inline-block;
  1565. padding: .25rem .7rem;
  1566. margin-right: .4rem;
  1567. border: 1px solid #707070;
  1568. border-radius: 2rem;
  1569. color: #797979;
  1570. margin-bottom: .5rem;
  1571. }
  1572. }
  1573. .skip {
  1574. padding: .3rem 1rem;
  1575. color: #AAAAAA;
  1576. border: none;
  1577. outline: none;
  1578. background-color: transparent;
  1579. }
  1580. .btngrp {
  1581. /* position: absolute;
  1582. left: 50%;
  1583. transform: translateX(-50%);
  1584. bottom: -6rem; */
  1585. display: flex;
  1586. flex-direction: column;
  1587. align-items: center;
  1588. .next {
  1589. transform: translateY(0rem);
  1590. }
  1591. }
  1592. }
  1593. &-checklist .form-user {
  1594. margin: 0 auto;
  1595. text-align: center;
  1596. margin-bottom: 1rem;
  1597. }
  1598. &-btns {
  1599. padding: 1rem;
  1600. background-color: white;
  1601. box-shadow: 0 0 15px 2px rgba(190, 190, 190, 0.61);
  1602. }
  1603. }
  1604. }
  1605. .test {
  1606. position: relative;
  1607. .cover {
  1608. width: 100%;
  1609. position: absolute;
  1610. left: 0;
  1611. bottom: 0;
  1612. display: block;
  1613. background-color: white;
  1614. height: 100%;
  1615. &.slidein {
  1616. //transform: translateX(0px);
  1617. -webkit-animation: slidein 2s forwards;
  1618. animation: slidein 2s forwards;
  1619. }
  1620. }
  1621. }
  1622. .title_back {
  1623. display: block;
  1624. position: relative;
  1625. width: 10em;
  1626. height: 1.75em;
  1627. overflow: hidden;
  1628. .title {
  1629. position: absolute;
  1630. left: 0;
  1631. bottom: -1.75em;
  1632. display: block;
  1633. transition: all 1s;
  1634. }
  1635. }
  1636. .test_content {
  1637. opacity: 0;
  1638. &.fadein {
  1639. //transform: translateX(0px);
  1640. -webkit-animation: fadein 2s forwards;
  1641. animation: fadein 2s forwards;
  1642. }
  1643. }
  1644. @-webkit-keyframes slidein {
  1645. 100% { height: 0px; }
  1646. }
  1647. @keyframes slidein {
  1648. 100% { height: 0px; }
  1649. }
  1650. @-webkit-keyframes fadein {
  1651. 100% { opacity: 1; }
  1652. }
  1653. @keyframes fadein {
  1654. 100% { opacity: 1; }
  1655. }
  1656. .last-step {
  1657. cursor: pointer;
  1658. }
  1659. .btn-call {
  1660. color: #EA068C;
  1661. padding: .6rem 1.5rem;
  1662. border: 1px solid #EA068C;
  1663. border-radius: 2rem;
  1664. background-color: transparent;
  1665. text-decoration: none;
  1666. &:hover {
  1667. color: #EA068C;
  1668. }
  1669. }