style.scss 43 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734173517361737173817391740174117421743174417451746174717481749175017511752175317541755175617571758175917601761176217631764176517661767
  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: 500px;
  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. justify-content: center;
  1325. 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. -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);
  1327. -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);
  1328. }
  1329. .btn-match {
  1330. height: 57px;
  1331. padding: .2rem;
  1332. background-color: white;
  1333. font-size: 1em;
  1334. word-spacing: 5px;
  1335. width: 57px;
  1336. text-align: center;
  1337. position: relative;
  1338. &::after {
  1339. content: "快速媒合設計師";
  1340. background-color: #EE7800;
  1341. color: white;
  1342. width: 180%;
  1343. right: -5px;
  1344. top: -15px;
  1345. position: absolute;
  1346. font-size: .8rem;
  1347. padding: 1.5px 3px;
  1348. opacity: 0;
  1349. transition: all .4s;
  1350. }
  1351. &__back {
  1352. width: 35px;
  1353. height: 35px;
  1354. background-image: url('../images/match_icon_uncover.png');
  1355. background-position: center;
  1356. background-size: contain;
  1357. transition: all .4s;
  1358. }
  1359. &:hover .btn-match__back {
  1360. background-image: url('../images/match_icon.png');
  1361. }
  1362. &:hover::after {
  1363. opacity: 1;
  1364. top: -25px;
  1365. }
  1366. }
  1367. }
  1368. #matchModal .modal-content {
  1369. position: relative;
  1370. .btn-close {
  1371. position: absolute;
  1372. right: 1rem;
  1373. top: 1rem;
  1374. }
  1375. }
  1376. .match__next {
  1377. outline: none;
  1378. border: none;
  1379. background-color: #EE7800;
  1380. border-radius: .3rem;
  1381. padding-top: .5rem;
  1382. padding-bottom: .5rem;
  1383. color: white;
  1384. }
  1385. .match__next2 {
  1386. outline: none;
  1387. border: none;
  1388. background-color: #EE7800;
  1389. border-radius: .3rem;
  1390. padding-top: .5rem;
  1391. padding-bottom: .5rem;
  1392. color: white;
  1393. }
  1394. .sec-match {
  1395. position: relative;
  1396. p {
  1397. color: #707070;
  1398. }
  1399. &__imgfr {
  1400. width: 100%;
  1401. height: 14rem;
  1402. // background-image: url(https://images.hhh.com.tw/uploads/_hcolumn_orig/point05_244_01.jpg);
  1403. background-position: center;
  1404. background-size: cover;
  1405. cursor: pointer;
  1406. transition: all .4s;
  1407. &:hover {
  1408. transform: scale(1.1);
  1409. }
  1410. }
  1411. &__designer {
  1412. // background-image: url(https://cloud.hhh.com.tw/upload/_hdesigner/img_path_611_20190318172644.jpg);
  1413. width: 80%;
  1414. height: 12rem;
  1415. background-position: center;
  1416. background-size: cover;
  1417. border-radius: 50%;
  1418. }
  1419. .btn-match {
  1420. outline: none;
  1421. border: none;
  1422. color: #EE7800;
  1423. border: 1px solid #EE7800;
  1424. background-color: transparent;
  1425. border-radius: 10px;
  1426. padding: .3rem .6rem;
  1427. transition: all .3s;
  1428. &:hover {
  1429. background-color: #EE7800;
  1430. color: white;
  1431. }
  1432. }
  1433. .container__row {
  1434. border-bottom: 1px solid #B2B2B2;
  1435. &:last-of-type {
  1436. border-bottom: none;
  1437. }
  1438. }
  1439. .close {
  1440. position: absolute;
  1441. right: 3%;
  1442. top: 0%;
  1443. cursor: pointer;
  1444. }
  1445. }
  1446. .sec-login {
  1447. &-list {
  1448. background-color: #F3F3F3;
  1449. padding: 1rem;
  1450. padding-bottom: 1.4rem;
  1451. hr {
  1452. background-color: #aaaaaa;
  1453. }
  1454. }
  1455. &-btns {
  1456. padding: 1rem;
  1457. background-color: white;
  1458. box-shadow: 0 0 15px 2px rgba(190, 190, 190, 0.61);
  1459. }
  1460. }
  1461. #loginModal {
  1462. .btn-close {
  1463. position: absolute;
  1464. right: -2rem;
  1465. top: -2rem;
  1466. }
  1467. }
  1468. #favorModal {
  1469. .btn-close {
  1470. position: absolute;
  1471. right: -2rem;
  1472. top: -2rem;
  1473. }
  1474. .sec-favor {
  1475. &-title {
  1476. color: #4C4C4C;
  1477. font-size: 18px;
  1478. }
  1479. &-list {
  1480. background-color: #F3F3F3;
  1481. padding: 1rem;
  1482. padding-bottom: 1.4rem;
  1483. hr {
  1484. background-color: #aaaaaa;
  1485. }
  1486. }
  1487. &-form, &-checklist {
  1488. .form-user {
  1489. width: 50%;
  1490. color: #707070;
  1491. font-size: 16px;
  1492. }
  1493. .form-progressbar {
  1494. width: 50%;
  1495. display: flex;
  1496. justify-content: space-between;
  1497. li {
  1498. width: 1.6rem;
  1499. height: 1.6rem;
  1500. border-radius: 50%;
  1501. border: 2px solid #D3D3D3;
  1502. line-height: 1.4rem;
  1503. display: flex;
  1504. justify-content: center;
  1505. position: relative;
  1506. color: #D3D3D3;
  1507. background-color: #F3F3F3;
  1508. z-index: 2;
  1509. &.active {
  1510. border: 2px solid #EE7800;
  1511. color: #EE7800;
  1512. &::before {
  1513. border-top: 2px solid #EE7800;
  1514. }
  1515. }
  1516. &::before {
  1517. position: absolute;
  1518. content: " ";
  1519. width: 4rem;
  1520. height: 0;
  1521. border-top: 2px dashed #D3D3D3;
  1522. right: 100%;
  1523. top: 50%;
  1524. z-index: 1;
  1525. }
  1526. &:nth-of-type(1)::before {
  1527. display: none;
  1528. }
  1529. }
  1530. }
  1531. .form-step {
  1532. background-color: white;
  1533. border-radius: 3px;
  1534. padding: 1.5rem 1rem;
  1535. padding-bottom: 1.5rem;
  1536. box-shadow: 0 0 15px 2px rgba(190, 190, 190, 0.61);
  1537. overflow: visible;
  1538. .next {
  1539. padding: .6rem 5rem;
  1540. background-color: #EE7800;
  1541. border-radius: 3px;
  1542. color: white;
  1543. border: none;
  1544. outline: none;
  1545. }
  1546. }
  1547. .form-step1 {
  1548. display: block;
  1549. }
  1550. .form-step2 {
  1551. display: none;
  1552. }
  1553. .form-step3 {
  1554. display: none;
  1555. position: relative;
  1556. padding-bottom: 1.5rem;
  1557. }
  1558. input[type="checkbox"], input[type="radio"] {
  1559. display: none;
  1560. }
  1561. .imgfr {
  1562. background-position: center center;
  1563. background-size: cover;
  1564. background-repeat: no-repeat;
  1565. width: 100%;
  1566. height: 4.5rem;
  1567. border-radius: 8px;
  1568. border: 2px solid transparent;
  1569. }
  1570. h4 {
  1571. color: #AAAAAA;
  1572. font-size: 15px;
  1573. font-weight: 400;
  1574. }
  1575. input[type="checkbox"]:checked + .fs-label-info .imgfr {
  1576. border: 2px solid #EE7800;
  1577. }
  1578. input[type="checkbox"]:checked + .fs-label-chbox {
  1579. border: 1px solid #EE7800;
  1580. color: #EE7800;
  1581. }
  1582. input[type="radio"]:checked + .fs-label-chbox {
  1583. border: 1px solid #EE7800;
  1584. color: #EE7800;
  1585. }
  1586. .step3-block {
  1587. margin-bottom: 1rem;
  1588. &:nth-of-type(3) {
  1589. margin-bottom: 0;
  1590. }
  1591. &-title {
  1592. color: #AAAAAA;
  1593. display: block;
  1594. margin-bottom: .5rem;
  1595. font-size: 1rem;
  1596. }
  1597. .radio {
  1598. display: inline-block;
  1599. padding: .25rem .7rem;
  1600. margin-right: .4rem;
  1601. border: 1px solid #707070;
  1602. border-radius: 2rem;
  1603. color: #797979;
  1604. margin-bottom: .5rem;
  1605. }
  1606. }
  1607. .skip {
  1608. padding: .3rem 1rem;
  1609. color: #AAAAAA;
  1610. border: none;
  1611. outline: none;
  1612. background-color: transparent;
  1613. }
  1614. .btngrp {
  1615. /* position: absolute;
  1616. left: 50%;
  1617. transform: translateX(-50%);
  1618. bottom: -6rem; */
  1619. display: flex;
  1620. flex-direction: column;
  1621. align-items: center;
  1622. .next {
  1623. transform: translateY(0rem);
  1624. }
  1625. }
  1626. }
  1627. &-checklist .form-user {
  1628. margin: 0 auto;
  1629. text-align: center;
  1630. margin-bottom: 1rem;
  1631. }
  1632. &-btns {
  1633. padding: 1rem;
  1634. background-color: white;
  1635. box-shadow: 0 0 15px 2px rgba(190, 190, 190, 0.61);
  1636. }
  1637. }
  1638. }
  1639. .test {
  1640. position: relative;
  1641. .cover {
  1642. width: 100%;
  1643. position: absolute;
  1644. left: 0;
  1645. bottom: 0;
  1646. display: block;
  1647. background-color: white;
  1648. height: 100%;
  1649. &.slidein {
  1650. //transform: translateX(0px);
  1651. -webkit-animation: slidein 2s forwards;
  1652. animation: slidein 2s forwards;
  1653. }
  1654. }
  1655. }
  1656. .title_back {
  1657. display: block;
  1658. position: relative;
  1659. width: 10em;
  1660. height: 1.75em;
  1661. overflow: hidden;
  1662. .title {
  1663. position: absolute;
  1664. left: 0;
  1665. bottom: -1.75em;
  1666. display: block;
  1667. transition: all 1s;
  1668. }
  1669. }
  1670. .test_content {
  1671. opacity: 0;
  1672. &.fadein {
  1673. //transform: translateX(0px);
  1674. -webkit-animation: fadein 2s forwards;
  1675. animation: fadein 2s forwards;
  1676. }
  1677. }
  1678. @-webkit-keyframes slidein {
  1679. 100% { height: 0px; }
  1680. }
  1681. @keyframes slidein {
  1682. 100% { height: 0px; }
  1683. }
  1684. @-webkit-keyframes fadein {
  1685. 100% { opacity: 1; }
  1686. }
  1687. @keyframes fadein {
  1688. 100% { opacity: 1; }
  1689. }
  1690. .last-step {
  1691. cursor: pointer;
  1692. }
  1693. .btn-call {
  1694. color: #EA068C;
  1695. padding: .6rem 1.5rem;
  1696. border: 1px solid #EA068C;
  1697. border-radius: 2rem;
  1698. background-color: transparent;
  1699. text-decoration: none;
  1700. &:hover {
  1701. color: #EA068C;
  1702. }
  1703. }
  1704. .small {
  1705. font-size: .7rem;
  1706. }
  1707. .container_match, .container_match2 {
  1708. label {
  1709. margin-top: .4rem;
  1710. }
  1711. }