main.css 23 KB

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