main.css 24 KB

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