main.css 20 KB

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