1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225 |
- body {
- font-family: 'Helvetica Neue';
- }
- .sec-00__slider {
- width: 100%;
- height: 100%;
- }
- .sec-00 .slide-item {
- height: 110px;
- background-position: center center;
- background-size: cover;
- background-repeat: no-repeat;
- }
- .navbar {
- 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);
- -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);
- -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);
- padding-top: 5px;
- padding-bottom: 5px;
- background-color: white !important;
- z-index: 99;
- }
- .navbar-toggler {
- padding-left: 0;
- border-color: transparent !important;
- }
- .navbar-toggler:focus {
- -webkit-box-shadow: none;
- box-shadow: none;
- }
- .navbar-toggler-icon {
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- justify-items: center;
- }
- .navbar-toggler-icon i {
- font-size: 25px;
- line-height: 30px;
- display: inline-block;
- }
- .navbar-search {
- padding-right: 2px;
- }
- .navbar-brand {
- font-size: 1.5rem;
- }
- .navbar-main.sticky {
- position: fixed;
- top: 0;
- width: 100%;
- }
- .navbar-main.sticky + .sec-01 {
- padding-top: 58px;
- }
- .sec-01 {
- padding: 0 1.5rem;
- margin-top: 1.5rem;
- }
- @media screen and (max-width: 385px) {
- .sec-01 {
- padding: 0 1rem;
- }
- }
- .sec-01 .col {
- text-align: center;
- vertical-align: bottom;
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-align: end;
- -ms-flex-align: end;
- align-items: flex-end;
- -webkit-box-pack: center;
- -ms-flex-pack: center;
- justify-content: center;
- }
- @media screen and (max-width: 363px) {
- .sec-01 .col {
- padding: 0 .3rem;
- }
- .sec-01 .col.special {
- padding-left: 0;
- padding-right: .4rem;
- }
- }
- .sec-01 .col img {
- margin: 0 auto;
- margin-bottom: 0;
- vertical-align: baseline;
- }
- .sec-01 .slick-dots {
- width: 16%;
- margin: 0 auto;
- margin-top: 1.5rem;
- height: 5px;
- background-color: #d6d6d6;
- border-radius: 2rem;
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- position: static;
- }
- .sec-01 .slick-dots li {
- margin: 0px;
- width: 50%;
- }
- .sec-01 .slick-dots li.slick-active button {
- background-color: #EE7800;
- }
- .sec-01 .slick-dots li button {
- padding: 0;
- width: 100%;
- height: 5px;
- border-radius: 2rem;
- }
- .sec-01 .slick-dots li button::before {
- opacity: 0;
- }
- .sec-01 .slick-dotted.slick-slider {
- margin-bottom: 0;
- }
- .sec-02 {
- margin: 1.5rem 0;
- margin-bottom: 2rem;
- }
- .sec-02__slider {
- width: 100%;
- height: 100%;
- }
- .sec-02__slider .slide-item {
- height: 32vh;
- background-position: center center;
- background-size: cover;
- background-repeat: no-repeat;
- }
- .sec-03 {
- margin-bottom: .8rem;
- }
- .sec-03__tabdiv {
- -webkit-box-sizing: content-box;
- box-sizing: content-box;
- border-bottom: 3px solid rgba(221, 221, 221, 0.863);
- padding-left: .9rem;
- padding-right: .9rem;
- -webkit-box-align: center;
- -ms-flex-align: center;
- align-items: center;
- -webkit-box-pack: justify;
- -ms-flex-pack: justify;
- justify-content: space-between;
- }
- .sec-03__tabdiv .more {
- padding-bottom: .4rem;
- }
- .sec-03__tabdiv .nav-item {
- position: relative;
- padding-right: 6px;
- padding-left: 6px;
- }
- .sec-03__tabdiv .nav-item::after {
- position: absolute;
- content: " ";
- width: 100%;
- height: 60%;
- left: 0;
- top: 5px;
- background-color: transparent;
- border-right: 1px solid #b3b3b3;
- z-index: -1;
- }
- .sec-03__tabdiv .nav-item:nth-of-type(3)::after {
- display: none;
- }
- .sec-03__tabdiv .nav-item-link {
- color: black;
- font-weight: 400;
- font-size: 1.2rem;
- padding-bottom: .35rem;
- border: none;
- position: relative;
- }
- @media screen and (max-width: 385px) {
- .sec-03__tabdiv .nav-item-link {
- font-size: 1.1rem;
- }
- }
- .sec-03__tabdiv .nav-item-link.active {
- color: #EE7800;
- }
- .sec-03__tabdiv .nav-item-link::before {
- position: absolute;
- content: " ";
- width: 101%;
- height: 100%;
- left: -2px;
- top: 3px;
- border: none;
- background-color: transparent;
- border-bottom: 3px solid #EE7800;
- opacity: 0;
- }
- .sec-03__tabdiv .nav-item-link.active::before {
- opacity: 1;
- }
- .sec-03 .tab-content {
- padding: .8rem 0;
- }
- .sec-03 .tab-pane {
- height: 100%;
- }
- .sec-03 .tabpar {
- min-width: 100%;
- height: 100%;
- overflow-x: auto;
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- padding: 0 12px;
- -ms-overflow-style: none;
- /* IE and Edge */
- scrollbar-width: none;
- }
- .sec-03 .tabpar::-webkit-scrollbar {
- display: none;
- }
- .sec-03 .tabpar__card {
- margin: 3px;
- display: inline-block;
- min-width: 350px;
- font-size: 14px;
- }
- .sec-03 .tabpar__card__imgfr {
- width: 100%;
- height: 29vh;
- overflow: hidden;
- position: relative;
- background-position: center center;
- background-size: cover;
- background-repeat: no-repeat;
- }
- .sec-03 .tabpar__card__play {
- position: absolute;
- right: 1.2rem;
- bottom: 1rem;
- width: 2.5rem;
- }
- .sec-04 {
- background-color: #F4F4F4;
- padding: 1.5rem 1rem;
- }
- .sec-04 .card {
- -webkit-box-shadow: 1px 2px 8px 1px #d6d6d6;
- box-shadow: 1px 2px 8px 1px #d6d6d6;
- text-decoration: none;
- }
- .sec-04 .card-title {
- font-size: 1.1rem;
- line-height: 1.6rem;
- color: #4C4C4C;
- font-weight: 500;
- }
- .sec-04 .card__imgfr {
- width: 100%;
- }
- .sec-04 .card__imgfr img {
- width: 100%;
- height: 100%;
- }
- .sec-05__video {
- width: 100%;
- height: 30vh;
- position: relative;
- }
- .sec-05__video__play {
- position: absolute;
- left: 50%;
- top: 50%;
- -webkit-transform: translate(-50%, -50%);
- transform: translate(-50%, -50%);
- width: 3.5rem;
- height: 3.5rem;
- }
- .sec-05__video__imgfr {
- width: 100%;
- height: 30vh;
- background-position: center center;
- background-size: cover;
- background-repeat: no-repeat;
- }
- .sec-05 p {
- font-size: 14px;
- text-align: center;
- }
- .sec-06 .carousel {
- height: 32vh;
- }
- .sec-06 .carousel-inner {
- height: 100%;
- overflow: hidden;
- }
- .sec-06 .carousel-item {
- height: 100%;
- width: 100%;
- background-size: cover;
- background-repeat: no-repeat;
- background-position: center;
- }
- .sec-06 .carousel-control-next-icon, .sec-06 .carousel-control-prev-icon {
- width: 2.5rem;
- height: 2.5rem;
- }
- .sec-07__slider {
- width: 100%;
- }
- .sec-07__imgfr {
- width: 100%;
- height: 28vh;
- overflow: hidden;
- }
- .sec-07__imgfr img {
- width: 100%;
- }
- .sec-07__cardtxt {
- font-size: 14px;
- padding-right: .6rem;
- }
- .sec-07 .slick-dots {
- width: 15%;
- margin: 0 auto;
- margin-top: 1rem;
- height: 5px;
- background-color: #d6d6d6;
- border-radius: 1rem;
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- position: static;
- }
- .sec-07 .slick-dots li {
- margin: 0px;
- width: 33.33%;
- }
- .sec-07 .slick-dots li.slick-active button {
- background-color: #EE7800;
- }
- .sec-07 .slick-dots li button {
- padding: 0;
- width: 100%;
- height: 5px;
- border-radius: 1rem;
- }
- .sec-07 .slick-dots li button::before {
- opacity: 0;
- }
- .sec-07 .slick-dotted.slick-slider {
- margin-bottom: 0;
- }
- .sec-08 {
- padding: 1.5rem 0;
- }
- .sec-08__slider {
- height: 100%;
- }
- .sec-08__slider .slide-item {
- height: 24vh;
- background-position: center center;
- background-size: contain;
- background-repeat: no-repeat;
- }
- .sec-09 {
- margin-bottom: 1rem;
- }
- .sec-09__cardgrp {
- width: 100%;
- height: 25vh;
- box-shadow: 0 4px 2px -2px #d8d8d8;
- -webkit-box-shadow: 0 4px 2px -2px #d8d8d8;
- -moz-box-shadow: 0 4px 2px -2px #d8d8d8;
- }
- .sec-09__cardgrp::-webkit-scrollbar {
- display: none;
- }
- .sec-09__card {
- margin: 5px;
- text-align: center;
- }
- .sec-09__card__imgfr {
- width: 100%;
- position: relative;
- }
- .sec-09__card__img {
- width: 100%;
- height: 100%;
- }
- .sec-09__card__play {
- position: absolute;
- right: .8rem;
- bottom: .8rem;
- width: 2rem;
- }
- .sec-09__card p {
- font-size: 12.5px;
- margin-top: .5rem;
- }
- .sec-10 {
- margin-bottom: 1.5rem;
- /* &__imgfr {
- width: 100%;
- height: 100%;
- img{
- width: 100%;
- }
- } */
- }
- .sec-10__slider {
- width: 100%;
- }
- .sec-10__slider .slide-item {
- height: 28vh;
- background-position: center center;
- background-size: cover;
- background-repeat: no-repeat;
- position: relative;
- }
- .sec-10__card__play {
- position: absolute;
- right: 1rem;
- bottom: 1rem;
- width: 2.5rem;
- height: 2.5rem;
- }
- .sec-10__cardtxt {
- font-size: 14px;
- }
- .sec-11__slider {
- width: 100%;
- }
- .sec-11__slider .slide-item {
- height: 28vh;
- background-position: center center;
- background-size: cover;
- background-repeat: no-repeat;
- position: relative;
- }
- .sec-11__imgfr {
- width: 100%;
- height: 100%;
- }
- .sec-11__imgfr img {
- width: 100%;
- }
- .sec-11__card__play {
- position: absolute;
- right: 1rem;
- bottom: 1rem;
- width: 2.5rem;
- height: 2.5rem;
- }
- .sec-11__cardtxt {
- font-size: 14px;
- }
- .sec-guessLike__title {
- display: block;
- text-align: center;
- position: relative;
- }
- .sec-guessLike__title::before, .sec-guessLike__title::after {
- position: absolute;
- content: " ";
- width: 40%;
- height: 0rem;
- border-top: 1px solid black;
- top: 50%;
- }
- .sec-guessLike__title::before {
- left: 0;
- }
- .sec-guessLike__title::after {
- left: 60%;
- }
- .sec-guessLike__img {
- height: 14vh;
- background-position: center center;
- background-size: cover;
- background-repeat: no-repeat;
- background-image: url("https://images.hhh.com.tw/uploads/_hcase_orig/designer355_14_02.jpg");
- }
- .sec-guessLike__txt {
- font-size: 14px;
- }
- .morelink {
- text-decoration: none;
- color: #EE7800;
- }
- .morelink:hover {
- color: #EE7800;
- }
- .fixed_menu {
- height: 78px;
- position: fixed;
- z-index: 4;
- bottom: 0;
- left: 0;
- width: 100%;
- background-color: #fff;
- box-shadow: 0 3px 14px 2px rgba(0, 0, 0, 0.12);
- -webkit-box-shadow: 0 3px 14px 2px rgba(0, 0, 0, 0.12);
- -moz-box-shadow: 0 3px 14px 2px rgba(0, 0, 0, 0.12);
- }
- .sec-menu {
- display: none;
- z-index: 105;
- position: absolute;
- top: 0;
- left: 0;
- right: 0;
- font-size: 14px;
- }
- .sec-menu-block {
- padding-top: 61px;
- margin: 0;
- -webkit-transition: -webkit-transform .5s;
- transition: -webkit-transform .5s;
- transition: transform .5s;
- transition: transform .5s, -webkit-transform .5s;
- position: fixed;
- top: 0;
- left: -100%;
- right: 0;
- height: 100%;
- overflow-y: scroll;
- max-width: 100%;
- background-color: white;
- }
- .sec-menu-block.slidein {
- -webkit-animation: slidein 0.3s forwards;
- animation: slidein 0.3s forwards;
- }
- .sec-menu-block.slideout {
- -webkit-animation: slideout 0.3s forwards;
- animation: slideout 0.3s forwards;
- }
- .sec-menu-list {
- background: white;
- margin-bottom: 0;
- }
- .sec-menu-list .navbar-nav {
- padding: 0 2rem;
- width: 100%;
- }
- .sec-menu-list .navbar-nav .dropdown-menu {
- border: none;
- padding: 0;
- height: 0;
- opacity: 0;
- -webkit-transition: all 1s;
- transition: all 1s;
- }
- .sec-menu-list .navbar-nav .dropdown-menu.show {
- height: -webkit-fit-content;
- height: -moz-fit-content;
- height: fit-content;
- opacity: 1;
- }
- .sec-menu-list .navbar-nav .dropdown-menu .dropdown-item {
- padding-left: 3rem;
- }
- .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 {
- background-color: white;
- }
- .sec-menu-list .navbar-nav .dropdown-menu .dropdown-item:hover {
- background-color: white;
- }
- .sec-menu-list .navbar-nav .dropdown-menu .sub-menu .dropdown-item {
- padding-left: 6rem;
- }
- .sec-menu-list .nav-item {
- font-size: 17px;
- display: block;
- width: 100%;
- }
- .sec-menu-list .nav-link {
- padding-top: 11px;
- padding-bottom: 8px;
- color: #707070;
- position: relative;
- }
- .sec-menu-list .nav-link .link_div {
- width: 25px;
- }
- .sec-menu-list .nav-link a {
- color: #707070;
- text-decoration: none;
- }
- .sec-menu-list .nav-link.show i {
- -webkit-transform: rotate(-180deg);
- transform: rotate(-180deg);
- }
- .sec-menu-list .nav-link .expand {
- position: absolute;
- right: 10px;
- }
- .sec-menu-list .nav-link .expand i {
- font-size: 11px;
- color: #D3D3D3;
- -webkit-transition: all .5s;
- transition: all .5s;
- }
- .sec-menu-list .nav-link.text-main {
- color: #EE7800;
- }
- .sec-menu-list .sub-link .expand {
- position: absolute;
- right: 20px;
- top: 8px;
- width: 1.5rem;
- text-align: center;
- }
- .sec-menu-list .sub-menu {
- display: none;
- }
- .sec-menu-list .sub-menu.show {
- display: block;
- }
- .sec-menu-list hr {
- margin: 3px 0;
- background-color: #bbbbbb;
- }
- .sec-menu-follows {
- padding: 2rem 2.5rem;
- background-color: #e6e6e6ef;
- margin-top: -9px;
- }
- .sec-menu-follows-title {
- color: #797979;
- font-size: 14px;
- }
- .sec-menu-links {
- margin-bottom: 2.5rem;
- }
- .sec-menu-links a {
- color: #797979;
- text-decoration: none;
- display: inline-block;
- padding: 1px 0;
- border-bottom: 1px solid #acacac;
- margin: 0 .6rem;
- -ms-flex-wrap: nowrap;
- flex-wrap: nowrap;
- }
- @media screen and (max-width: 385px) {
- .sec-menu-links a {
- margin: 0 .4rem;
- }
- }
- .sec-menu .follows-fp {
- color: #797979;
- text-decoration: none;
- font-weight: 400;
- display: block;
- padding-left: .5rem;
- }
- .sec-menu .follows-fp:nth-of-type(1) {
- margin-bottom: .6rem;
- }
- .sec-menu .copyright {
- color: #797979;
- font-size: 13px;
- }
- @-webkit-keyframes slidein {
- 100% {
- left: 0;
- }
- }
- @keyframes slidein {
- 100% {
- left: 0;
- }
- }
- @-webkit-keyframes slideout {
- 100% {
- left: -100%;
- }
- }
- @keyframes slideout {
- 100% {
- left: -100%;
- }
- }
- .sec-search {
- display: none;
- z-index: 107;
- position: absolute;
- top: 0;
- left: 0;
- right: 0;
- font-size: 14px;
- }
- .sec-search-block {
- padding-top: 61px;
- margin: 0;
- position: fixed;
- top: 0;
- left: 0;
- right: 0;
- width: 100;
- height: 100%;
- overflow-y: scroll;
- background-color: rgba(0, 0, 0, 0.774);
- }
- .sec-search-list {
- background-color: #F3F3F3;
- padding: 1rem;
- padding-bottom: 1.4rem;
- }
- .sec-search-list hr {
- background-color: #aaaaaa;
- }
- .sec-search-form {
- width: 100%;
- }
- .sec-search .searchBar {
- font-size: 17px;
- padding: .5rem .3rem;
- display: inline-block;
- width: 88%;
- outline: none;
- border: 2px solid #EE7800;
- border-radius: 5px;
- }
- .sec-search .searchBtn {
- outline: none;
- border: none;
- background-color: transparent;
- display: inline-block;
- width: 10%;
- }
- .sec-search-hots {
- padding: 1rem;
- background-color: white;
- -webkit-box-shadow: 0 0 15px 2px rgba(190, 190, 190, 0.61);
- box-shadow: 0 0 15px 2px rgba(190, 190, 190, 0.61);
- }
- .sec-search-hots__title {
- color: #AAAAAA;
- font-size: 18px;
- font-weight: 400;
- padding-top: .5rem;
- }
- .sec-search-hots__link {
- display: inline-block;
- text-decoration: none;
- color: #797979;
- border: 1px solid #797979;
- border-radius: 3rem;
- padding: .3rem .5rem;
- margin-right: .8rem;
- margin-bottom: .8rem;
- }
- .sec-search-hots__link:hover {
- color: #797979;
- }
- .sec-login {
- display: none;
- z-index: 109;
- position: absolute;
- top: 0;
- left: 0;
- right: 0;
- font-size: 14px;
- }
- .sec-login-block {
- padding-top: 61px;
- margin: 0;
- position: fixed;
- top: 0;
- left: 0;
- right: 0;
- width: 100;
- height: 100%;
- overflow-y: hidden;
- background-color: #F3F3F3;
- }
- .sec-login-list {
- background-color: #F3F3F3;
- padding: 1rem;
- padding-bottom: 1.4rem;
- }
- .sec-login-list hr {
- background-color: #aaaaaa;
- }
- .sec-login-btns {
- padding: 1rem;
- background-color: white;
- -webkit-box-shadow: 0 0 15px 2px rgba(190, 190, 190, 0.61);
- box-shadow: 0 0 15px 2px rgba(190, 190, 190, 0.61);
- }
- .sec-favor {
- display: block;
- z-index: 111;
- position: absolute;
- top: 0;
- left: 0;
- right: 0;
- font-size: 14px;
- }
- .sec-favor-title {
- color: #4C4C4C;
- font-size: 18px;
- }
- .sec-favor-block {
- padding-top: 61px;
- margin: 0;
- position: fixed;
- top: 0;
- left: 0;
- right: 0;
- width: 100;
- height: 100%;
- overflow-y: auto;
- background-color: #F3F3F3;
- }
- .sec-favor-list {
- background-color: #F3F3F3;
- padding: 1rem;
- padding-bottom: 1.4rem;
- }
- .sec-favor-list hr {
- background-color: #aaaaaa;
- }
- .sec-favor-form .form-user, .sec-favor-checklist .form-user {
- width: 50%;
- color: #707070;
- font-size: 16px;
- }
- .sec-favor-form .form-progressbar, .sec-favor-checklist .form-progressbar {
- width: 50%;
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-pack: justify;
- -ms-flex-pack: justify;
- justify-content: space-between;
- }
- .sec-favor-form .form-progressbar li, .sec-favor-checklist .form-progressbar li {
- width: 1.6rem;
- height: 1.6rem;
- border-radius: 50%;
- border: 2px solid #D3D3D3;
- line-height: 1.4rem;
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-pack: center;
- -ms-flex-pack: center;
- justify-content: center;
- position: relative;
- color: #D3D3D3;
- background-color: #F3F3F3;
- z-index: 2;
- }
- .sec-favor-form .form-progressbar li.active, .sec-favor-checklist .form-progressbar li.active {
- border: 2px solid #EE7800;
- color: #EE7800;
- }
- .sec-favor-form .form-progressbar li.active::before, .sec-favor-checklist .form-progressbar li.active::before {
- border-top: 2px solid #EE7800;
- }
- .sec-favor-form .form-progressbar li::before, .sec-favor-checklist .form-progressbar li::before {
- position: absolute;
- content: " ";
- width: 4rem;
- height: 0;
- border-top: 2px dashed #D3D3D3;
- right: 100%;
- top: 50%;
- z-index: 1;
- }
- .sec-favor-form .form-progressbar li:nth-of-type(1)::before, .sec-favor-checklist .form-progressbar li:nth-of-type(1)::before {
- display: none;
- }
- .sec-favor-form .form-step, .sec-favor-checklist .form-step {
- background-color: white;
- border-radius: 3px;
- padding: 1.5rem 1rem;
- padding-bottom: 1.5rem;
- -webkit-box-shadow: 0 0 15px 2px rgba(190, 190, 190, 0.61);
- box-shadow: 0 0 15px 2px rgba(190, 190, 190, 0.61);
- overflow: visible;
- }
- .sec-favor-form .form-step .next, .sec-favor-checklist .form-step .next {
- padding: .6rem 5rem;
- background-color: #EE7800;
- border-radius: 3px;
- color: white;
- border: none;
- outline: none;
- }
- .sec-favor-form .form-step1, .sec-favor-checklist .form-step1 {
- display: block;
- }
- .sec-favor-form .form-step2, .sec-favor-checklist .form-step2 {
- display: none;
- }
- .sec-favor-form .form-step3, .sec-favor-checklist .form-step3 {
- display: none;
- position: relative;
- padding-bottom: 1.5rem;
- }
- .sec-favor-form input[type="checkbox"], .sec-favor-form input[type="radio"], .sec-favor-checklist input[type="checkbox"], .sec-favor-checklist input[type="radio"] {
- display: none;
- }
- .sec-favor-form .imgfr, .sec-favor-checklist .imgfr {
- background-image: url("../images/2_2.webp");
- background-position: center center;
- background-size: cover;
- background-repeat: no-repeat;
- width: 100%;
- height: 4.5rem;
- border-radius: 8px;
- border: 2px solid transparent;
- }
- .sec-favor-form h4, .sec-favor-checklist h4 {
- color: #AAAAAA;
- font-size: 15px;
- font-weight: 400;
- }
- .sec-favor-form input[type="checkbox"]:checked + .fs-label-info .imgfr, .sec-favor-checklist input[type="checkbox"]:checked + .fs-label-info .imgfr {
- border: 2px solid #EE7800;
- }
- .sec-favor-form input[type="checkbox"]:checked + .fs-label-chbox, .sec-favor-checklist input[type="checkbox"]:checked + .fs-label-chbox {
- border: 1px solid #EE7800;
- color: #EE7800;
- }
- .sec-favor-form input[type="radio"]:checked + .fs-label-chbox, .sec-favor-checklist input[type="radio"]:checked + .fs-label-chbox {
- border: 1px solid #EE7800;
- color: #EE7800;
- }
- .sec-favor-form .step3-block, .sec-favor-checklist .step3-block {
- margin-bottom: 1rem;
- }
- .sec-favor-form .step3-block:nth-of-type(3), .sec-favor-checklist .step3-block:nth-of-type(3) {
- margin-bottom: 0;
- }
- .sec-favor-form .step3-block-title, .sec-favor-checklist .step3-block-title {
- color: #AAAAAA;
- display: block;
- margin-bottom: .5rem;
- font-size: 1rem;
- }
- .sec-favor-form .step3-block .radio, .sec-favor-checklist .step3-block .radio {
- display: inline-block;
- padding: .25rem .7rem;
- margin-right: .4rem;
- border: 1px solid #707070;
- border-radius: 2rem;
- color: #797979;
- margin-bottom: .5rem;
- }
- .sec-favor-form .skip, .sec-favor-checklist .skip {
- padding: .3rem 1rem;
- color: #AAAAAA;
- border: none;
- outline: none;
- background-color: transparent;
- }
- .sec-favor-form .btngrp, .sec-favor-checklist .btngrp {
- /* position: absolute;
- left: 50%;
- transform: translateX(-50%);
- bottom: -6rem; */
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-orient: vertical;
- -webkit-box-direction: normal;
- -ms-flex-direction: column;
- flex-direction: column;
- -webkit-box-align: center;
- -ms-flex-align: center;
- align-items: center;
- }
- .sec-favor-form .btngrp .next, .sec-favor-checklist .btngrp .next {
- -webkit-transform: translateY(0rem);
- transform: translateY(0rem);
- }
- .sec-favor-checklist .form-user {
- margin: 0 auto;
- text-align: center;
- margin-bottom: 1rem;
- }
- .sec-favor-btns {
- padding: 1rem;
- background-color: white;
- -webkit-box-shadow: 0 0 15px 2px rgba(190, 190, 190, 0.61);
- box-shadow: 0 0 15px 2px rgba(190, 190, 190, 0.61);
- }
- .text-main {
- color: #EE7800;
- }
- .text-phone {
- color: #EA068C;
- text-decoration: none;
- }
- #videoModal .modal-content {
- background-color: transparent;
- border: none;
- height: 30vh;
- }
- #videoModal .modal-content .modal-body {
- width: 100%;
- height: 100%;
- }
- #videoModal .modal-content iframe {
- width: 100%;
- height: 100%;
- }
- .fixed-btn {
- position: fixed;
- right: 15px;
- bottom: 8rem;
- }
- .fixed-btn .btn-gotop {
- padding: 1.2rem .8rem;
- background-color: rgba(255, 255, 255, 0.897);
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-align: center;
- -ms-flex-align: center;
- align-items: center;
- 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);
- -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);
- -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);
- }
- /*# sourceMappingURL=main.css.map */
|