style.scss 40 KB

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