/*@font-face {
  font-family: Futura;
  src: url(../font/da950f2527dc01bebcbedd536e38c145.eot) format('embedded-opentype'),
    url(../font/da950f2527dc01bebcbedd536e38c145.ttf) format('opentype'),
    url(../font/da950f2527dc01bebcbedd536e38c145.woff) format('woff')
}*/

/*@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@300;400;500;600;700;900&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;400;500;600;700&display=swap');

img{width: 100%;}
html,body{
	width: 100%;height: 100%;font-size: 10px;
	font-family:'Noto Sans TC','微軟正黑體', 'Microsoft JhengHei', sans-serif;
	letter-spacing: .125em;
}
main{position: relative;width: 100%;overflow-x: hidden;}
section{
	position: relative;
    min-height: 100vh;
    overflow: hidden;
    /*height: 100vh;*/
    /*background: #FDFFF2;*/
}
header{
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    width: 8rem;
    border:1px solid #fff;
    z-index: 10;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
}
.header-scroll{
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-shrink: 1;
    align-items: stretch;
    height: inherit;
    flex-direction: column;
    align-items: center;
}
.header-line{
    position: relative;
    width: 1px;
    height: 80px;
    background: #fff;
    display: block;
    margin-bottom: 10px;
}
.header-scroll img{width: 13px;}
.contact-btn{
    cursor: pointer;
    width: 100%;
    border-top: 1px solid #fff;
    padding: 20px 0 18px 0;
    display: flex;
    justify-content: center;align-items: center;
}
.contact-btn img{width: 24px;}
.top-btn{
    cursor: pointer;
    height: 90px;
    display: flex;
    justify-content: center;align-items: center;
    border-top: 1px solid #fff;
    width: 100%;
}
.top-btn img{width: 23px;}


.nav-btn {
    width: 22px;
    height: 10px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    cursor: pointer;
    position: absolute;
    z-index: 99;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
}

.nav-btn span {
    position: absolute;
    display: block;
    width: 100%;
    height: 1px;
    background: #fff;
    top: calc(50% - 2px);
    border-radius: 0px;
    -webkit-transition: transform .3s ease;
    transition: transform .3s ease;
}

.nav-btn span:nth-child(1) {
    -webkit-transform: scale(1, 1) translate(0, -4px) rotate(0);
    transform: scale(1, 1) translate(0, -4px) rotate(0);
}
.nav-btn span:nth-child(2) {
    -webkit-transform: scale(1, 1) translate(0, 4px) rotate(0);
    transform: scale(1, 1) translate(0, 4px) rotate(0);
}
.nav-btn.open span:nth-child(1) {
    -webkit-transform: scale(1, 1) translate(0, 0) rotate(45deg);
    transform: scale(1, 1) translate(0, 0) rotate(45deg);
}

.nav-btn.open span:nth-child(2) {
    -webkit-transform: scale(1, 1) translate(0, 0) rotate(-45deg);
    transform: scale(1, 1) translate(0, 0) rotate(-45deg);
}
nav{
    width: 43rem;
    height: 100vh;
    position: fixed;
    top: 0;
    z-index: 9;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#b28247+0,40220f+100&0.8+0,0.8+100 */
    background: linear-gradient(to right,  rgba(178,130,71,0.8) 0%,rgba(64,34,15,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 4.3rem;
    -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  right: -100%;
}
nav.open{
    right: 0%;
}
nav a{margin:2.5rem 0;display: block;  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;}
nav a:hover{
    opacity: .5;
}

nav a img{height: 3.6rem; width auto;}

nav a p{font-size: 1.8rem;color: #fff;font-weight: bold;letter-spacing: .25em;margin-top: 2.5rem;}

footer{padding: 3rem 0 5rem 0;}
.footer-logo{display: flex;justify-content: center;align-content: flex-end;margin-bottom: 3rem;}
.footer-logo img{width: 12rem;}
.footer-logo div{display: flex;justify-content: center;align-items: center;margin:0 3.6rem;}
.footer-logo p{font-size: 3.6rem;font-weight: 400;color: #000;margin-left: .5em;}
footer > p{text-align: center;font-size: 3.6rem;line-height: 4rem;margin-bottom: .25em;font-weight: 400;}
footer > span{text-align: center;font-size: 2.4rem;line-height: 4rem;display: block;font-weight: 400;}
@media screen and (max-width: 1919px){
    html,body{font-size:.520833vw; }
}
.pc {}

.mb {
    display: none;
}
.intro,.kv{
    display: flex;justify-content: flex-end;
    align-items: flex-end;
    height: 100vh;
}
.intro{
    justify-content: center;
    align-items: center;
}
/*kv*/
.intro-video,.kv-video{
    width: 100%;
    height: auto;
}
.intro-video video,.kv-video video {width: 100%;height: 100%;display: block;}
@media (max-aspect-ratio: 1920/1080) {
  .intro-video{
        width: auto;
        height: 100%;
    }
    .intro-video video{width: 189.44%;height: 100%;display: block;left: 50%;position: relative;transform: translateX(-50%);}
}
@media (max-aspect-ratio: 1364/720) {
  .kv-video{
        width: auto;
        height: 100%;
    }
   .kv-video video {width: 189.44%;height: 100%;display: block;left: 50%;position: relative;transform: translateX(-50%);}
}

.kv-content{
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;align-items: center;
}
.kv-title{
    width: 76.8rem;
}
.kv-logo{
    width: 11.7rem;
    position: absolute;
    top: 8.5rem;
    right: 10rem;
}


/*sec2*/
.wrap{
    background: url(../images/bg.jpg) center top;
    background-repeat:repeat-y;
    background-size: 100% auto;
}

.section-title{
    position: relative;
    height: 21.1rem;
    width: 100%;
    text-align: center;
    margin:4.5rem auto;
}
.section-title img{height: 100%;width: auto;}

.section-title h2{
    color: #40220F;
    font-size: 4.8rem;
    line-height: 5.8rem;
    font-weight: bold;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);

}
/*sec2*/
.sec2-nav,.sec4-nav{
    text-align: center;
    margin:4.5rem 0;
}
.sec2-nav li,.sec4-nav li{
    color: #000;
    font-size: 3rem;
    font-weight: 500;
    display: inline-block;
    padding:0 .5em;
    line-height: 1em;
    border-right:1px solid #000;
    
    cursor: pointer;
}
.sec2-nav li:last-child,.sec4-nav li:last-child{border-right: none;}

.sec2-nav{margin-top: -5rem;}

.sec2-txts{text-align: center;width: 100%;height: 21rem;display: flex;
justify-content: center;align-items: center;}
.sec2-txts h3{
    font-size: 3.6rem;
    font-weight: 500;
    color: #fff;
    margin-top: 0em;
}
.sec2-txts p{
    font-size: 2.1rem;
    line-height: 1.5em;
    color: #000;
}

.sec2-box{
    width: 123.8rem;
    margin:0 auto;
}
.sec2-box img{margin-bottom: 0rem;}

/*sec3*/
.sec3{padding-bottom: 6rem;}
.sec3-container{display: flex;justify-content: center;align-items: center;position: relative;width: 166rem;
margin:0 auto;margin-top: 5rem;background:rgb(149 97 52 / .8);}
.sec3-pics{
    position: relative;
    width: 100.9rem;
}
.sec3-pics img{display: block;}
.sec3-txts{
    padding: 1.5em;
    width: 65.9rem;
    position: relative;
    font-size: 2.4rem;
    line-height: 2em;
    text-align: left;
    color: #fff;
    height: 100%;
    display: flex;
    align-items: stretch;

}
.sec3-txts p{
    font-weight: 300;
}
/*sec4*/
.sec4{
    padding-bottom: 9rem;
}
.sec4-wrapper{
    margin:0 auto;
}
.sec4-box{
    display: flex;
    justify-content: center;
}
.sec4-box:not(:first-child){
    
}
.sec4-box.even{
    flex-direction: row-reverse;
    align-items: flex-end;
    margin-top: -19rem;
}
.sec4-box img{
    width: 78.8rem;
    margin:0 1.6rem;
}
.sec4-box-txt{
    width: 78.8rem;
    margin:0 1.6rem;
    height: 33.5rem;
    color: #fff;
    font-weight: bold;
    display: flex;
    justify-content: center;align-items: center;
    flex-direction: column;
}
.sec4-box-txt p{font-size: 3.6rem;margin-bottom: 1.2em;line-height: 1em;}
.sec4-box-txt span{font-size: 2.4rem;line-height: 1em;}
/*sec5*/
.sec5{padding-bottom: 8rem;}
.sec5 .section-title p{
    font-size: 3rem;
    font-weight: 500;
    color: #000;
}
.sec5-pic-row{
    display: flex;
    justify-content: center;align-items: flex-start;
}
.sec5-pic-row img{margin:.6rem 0;}
.sec5-pic-left{width:83.8rem;margin:0 .6rem; }
.sec5-pic-right{width:71.5rem;margin:0 .6rem; }
/*sec6*/

.sec6-pic{width: 133.8rem;margin:10rem auto;}

/*form*/


.form{
    padding-top: 3rem;
    padding-bottom: 13.2rem;
}

.form > .con{
    width: 100%;
    height: 100%;
    margin: 0 auto;
    z-index: 2;
    position: relative;
    overflow: hidden;
}
.form h3{
    font-size: 4.6rem;
    line-height: 1.25em;
    color: #fff;
    letter-spacing: 0.125em;
    margin-bottom: .5em;
    margin-top: 1em;
}
.form h3 p{
  display: inline-block;
  width: 50%;
}
.form h3 span{
    width: 21.6%;
  display: inline-block;
  margin-top: 0em;
  margin-left: 1em;
    color: #fff;
    font-size: 20px;
}
.form-line{
    margin:0 6.5vw;
}
.form  .btns{
    width: calc(50% - 22px);
    height: 100%;
}
.form .form-main{
    margin:0 auto;
    position: relative;
    width: 159rem;
    height: 50rem;
}
.form .form-logo{
    width: 51.7rem;
    margin-bottom: 2rem;
}
.form .form-map{
    width: 100%;
    height: 100%;
}
.form  .form-content{
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.form  .form-content h3{
    width: 27.4rem;
}
.form  .form-content ul{
    width: 100%;
    max-width: 159rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;

}
.form  .form-content > ul{
    margin-bottom: 6rem;
    padding: 0 3.5rem;
}
.form  .form-content > ul > li{
    width: 100%;
    /*border-bottom: 1px solid #7D7D7D;*/
    /*height: 44px;*/
    /*line-height: 44px;*/
    /*color: #fff;*/
    font-size: 22px;
    text-align: center;
    margin: .5em 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.form  .form-content > ul > li.half{width: calc(50% - 7.5rem);justify-content: space-between;}

.form  .form-content > ul > li.half :nth-child(2){
    width: 34.5rem;
    background: rgb(127 79 33 / .8);
}
.form  .form-content > ul > li.send-row{
    border-bottom: none;
}
.form  .form-content li.send-row{
    display: flex;align-items: flex-end;justify-content: flex-end;
}
.form  .form-content li.xs-6{
    width: 48%;
}
.form  .form-content ul li:first-child,
.form  .form-content ul li:last-child{
    /*border:1px solid #C5E7FF;*/
    /*border-radius: 5px;*/
}
.form .form-content li label{
    color: #fff;
    font-weight: 400;
    padding-right: 1em;
    font-size: 3rem;
    /*width: 7em;*/
}
.form  .form-content li input[type="text"],
.form  .form-content li input[type="tel"],
.form  .form-content li input[type="email"],.form  .form-content li select{
    width: 100%;
    height: 100%;
    border:none;
    outline: none;
    padding: 0 1em;
    color: #fff;
    font-size: 2.4rem;
    line-height: 5rem;
    height: 5rem;
    background: transparent;
}
.form  .form-content li select{
    width: 100%;
    height: 100%;
    outline: none;
    padding: 0 1em;
    color: #fff;
    font-size: 2rem;
    height: 5rem;
    line-height: 5rem;
}

.form label{
    display: block;
    position: relative;
    text-align: left;
    font-size: 2.6rem;
    /*margin-bottom: .8em;*/
}
.form-content textarea{
    font-size: 20px;
    line-height: 1.5em;
    height: 12em;
    width: 45%;
    /*padding-left: 5%;*/
    margin-left: 5%;
    position: relative;
    background: #F8F4F1;
    border-radius: 10px;
    border:2px solid #EAAD3C;

}
.form-bottom{
    text-align: center;
    margin: 0 auto;
}
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus{
      /*border: 1px solid #fff;*/
       -webkit-background-clip: text;
    -webkit-text-fill-color: #ffffff;
  /*-webkit-text-fill-color: #fff;*/
  /*-webkit-box-shadow: 0 0 0px 1000px #A97F36 inset;*/
  transition: background-color 5000s ease-in-out 0s;
}
.form  .form-content li input[type="checkbox"]{
    width: 18px;
    height: 18px;
    border-radius: 2px;
    border: 1px solid rgb(255 255 255 / .5);
    background: transparent;
    outline: none;
}
.form .demand-check{
    color: #fff;
    font-size: 14px;
    text-align: left;
    margin-top: 2em;
}
.form .demand-check span{
    color: #fff;
    font-weight: 400;
}
.form  .form-content li.demand-check p:first-child{
    line-height: 1.5em;
}
.form  .form-content li:last-child{
    margin-top: 1em;   
}
::placeholder {
  color: rgb(255 255 255 / .8);
  font-size: 1em;
  letter-spacing: .25em;
}
.form  .form-content li select:invalid { color: gray; }

option[value=""][disabled] {
  display: none;
}
option {
    background-color: #000;
  color: #fff;
}

/*.form  .form-content ul li :last-child{
    width: 100%;
}*/
/*.form-check-inline{
    margin-right: 1em;
}*/
.form button.send{

    /*width: 100%;*/
    display: inline-block;
    height: 100%;
    color: #fff;
    font-size: 2.8rem;
    line-height: 5.5rem;
    letter-spacing: .125em;
    cursor: pointer;
    border:none;
    outline: none;
    background: rgb(127 79 33 / .8);
    padding:0 6.5em;
    margin:0 auto;
    border-radius: 2.8rem;

}
.form button.send:focus{
    outline: none;
}

.form .grass{
    position: absolute;
    right: -20px;
    top: 0;
}

.form .form-content li.demand-check{
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: none;
    /*line-height: 70px;*/
}

.form .form-content li.demand-check label{
    width: auto;
    border:none;
    text-align: center;
    padding-right: 0;
    font-size: 2.8rem;
    letter-spacing: .125em;
}
.demand-check a{
    text-decoration: underline;
    color: #fff;
    font-weight: 400;
}
.btns{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: column;
    max-width: 1150px;
    margin: 0 auto;
}

.btn{
    width: 100%;
    max-width: 500px;
    /*border:5px solid #fff;*/
    position: relative;
    display: flex;
    background:#fff;
    text-align: center;
    color: #EAAD3C;
    font-size: 2.5rem;
    line-height: 2.5em;
    border-radius: 10px;
    margin-top: 1em;
}

.btn i{
    /*height: 50%;*/
    width: 30%;
    display: inline-block;
    background-size: 50% 50% !important;
}

.btn i.icon1{background: url(../img/icon_1.svg) center center no-repeat;}
.btn i.icon2{background: url(../img/icon_2.svg) center center no-repeat;}
.btn i.icon3{background: url(../img/icon_3.svg) center center no-repeat;}
.btn i.icon4{background: url(../img/icon_4.svg) center center no-repeat;}

.btn p{width: 80%;margin-left: -2em;color: #EAAD3C;font-weight: 500;}
/*.btn.map-btn p{color: #fff;}*/
.btn.map-btn{
    background: #EAAD3C;
    border:none;
    color: #fff;
    margin-top: 0em;
    max-width: 32%;
}
.btn-list{width: 100%;display: flex;justify-content: space-between;align-items: center;}
.btn-list .btn{
    width: 32%;
}

.bulid-info p{
    font-size: 24px;
    line-height: 1.9em;
    color: #505050;
}
.bulid-info p span{
    font-size: 19px;
}

.form-footer{
    display: flex;justify-content: center;align-items: center;
}

.form .form-footer li{
    font-size: 2.1rem;
    line-height: 1em;
    color: #595757;
    margin:.8rem 0;
    font-weight: 500;
}
.form .form-footer li:last-child{margin:0;}
.form-footer a{
    width: 6.1rem;
    position: relative;
    display: block;
    padding-left: 2rem;
    border-left: 1px solid #595757;
}
.form-footer a img{width: 100%;}
.slide-area.mb,.section-txt.mb{display: none;}
@media screen and (min-width: 1101px) {
    .fixed-btns>a:hover > p{opacity:.65;}
    .fixed-btns>a:hover > img{opacity: .65;}
    .kv-slog li:hover{
        color: #00348d;
    }
}

@media screen and (max-width: 800px) {
    .pc{display: none;}
    .mb{display: block;}
    html,body{
        font-size: calc( 10 / 1280 * 100vw);
    }
    header{width: 5%;}
    nav{
        width: 50%;
        height: 100vh;
        padding-left: 6rem;
    }
    nav a{margin:2.5rem 0;}
    nav a img{height: 6rem; width auto;}
    nav a p{font-size:3rem;margin-top: 2.5rem;}

    section{min-height: initial;}
    .container{max-width: 90%;margin:0 auto;}
    .intro,.kv{
        height: 100%;
    }
    .section-title{
        height: 14rem;
    }
    .sec2-box{width: 100%;}
    .sec3-container{
        flex-direction: column;
        width: 100rem;
    }
    .sec3-pics{width: 100%;}
    .sec3-txts{width: 100%;}
    .sec4-box img{width: calc(50% - 1.6rem);}
    .sec4-box.even{margin-top: -8rem;}
    .section-title h2{width: 100%;}
    .sec5-pic-row{width: 90%;margin:0 auto;}
    .sec6-pic{width: 90%;}
    .form > .con{
        width: 90%;
    }
    .arrow-left{transform: scaleX(-1);position: absolute;left: 8vw;top: 35%;width: 5.46875vw;z-index: 0;}
    .arrow-right{position: absolute;right: 8vw;width: 5.46875vw;top: 35%;z-index: 0;}
    .sec6-tip{font-size: 5.625vw;text-align: center;color: #fff;top: 50%;position: absolute;padding: 0 .125em;border-radius: 5px; 
        background: linear-gradient(to right, rgba(199,159,98,1) 0%,rgba(128,79,33,1) 100%,rgba(128,79,33,1) 100%);
        left: 50%;transform: translateX(-50%);
        z-index: 0;
    }
    .form .form-content > ul > li.half{    width: calc(50% - 2.5rem);}
    .form .form-content > ul{padding: 0 1.5rem;}
    .form .form-content li label{width: 6em;}
    footer{padding: 3rem 0 5rem 0;}
    .footer-logo img{width: 8rem;}
    .footer-logo p{font-size: 3rem;font-weight: 500;color: #000;margin-left: .5em;}
    footer > p{font-size: 3rem;line-height: 3.6rem;}
    footer > span{font-size: 2rem;line-height: 3.6rem;}
}


@media screen and (max-width: 640px) {
    nav{
        width: 100%;
        padding-left: 10rem;
    }
    nav a{margin:3rem 0;}
    nav a img{height: 10rem; width auto;}
    nav a p{font-size:5rem;margin-top: 3rem;}
    .nav-btn{width: 90%;}
    .header-scroll img{width: 60%;}
    .top-btn img,.contact-btn img{width: 80%;}
    .top-btn{height: 8vw;}
    .section-title h2{font-size: 6.8rem;line-height: 1.25em;}
    .sec5 .section-title p{font-size: 3.6rem;}
    .section-title{height: 15rem;}
    .sec2-txts h3{font-size: 5rem;}
    .sec2-txts p{font-size: 3rem;}
    .sec2-nav li, .sec4-nav li{font-size: 5rem;}
    .sec4-box.even,.sec4-box{flex-direction: column-reverse;margin:0;}
    .sec4-box img{width: 100%;margin:0;}
    .sec4-box-txt{width: 100%;height: auto;margin: 5rem 0;}
    .sec4-box-txt p{        font-size: 4.6rem;    }
    .sec4-box-txt span{font-size: 3.6rem;}

    .sec3-container{width: 90%;}
    .sec3-txts{font-size: 3rem;}


    .sec5-pic-row{flex-direction: column;}
    .sec5-pic-left,.sec5-pic-right{width: 100%;}
    .sec5-pic-row img{margin:2rem 0;}




    .form .form-content > ul > li.half{width: 100%;}
    .form .form-content li label{width: 12em;font-size: 4.5rem;}
    .form .form-content > ul > li.half :nth-child(2){
        width: calc(100% - 4.5rem * 12);
        height: 10rem;
        line-height: 10rem;
        font-size: 4rem;
        padding:0 .5em;
    }
    .form .form-content li.demand-check label{font-size: 4rem;}
    .form .form-content > ul > li{font-size: 4rem;}
    .form button.send{font-size: 4rem;line-height: 10rem;border-radius: 5rem;}

    .footer-logo img{width: 12rem;}
    .footer-logo p{font-size: 4rem;}
    footer > p{font-size: 4rem;line-height: 6rem;padding: 0 7em;}
    footer > span{font-size: 2.4rem;line-height: 3.6rem;}


    .sec6-con{
        background: url(../images/sec6-bg.jpg) center center no-repeat;
        background-size: cover;
        height: 188.555vw;
    }
    
    .sec6-circle{
        position: absolute;
        width: 180vw;
        height: 180vw;
        left: 50%;
        top: 0;
        transform: translate(-50%,-52%);
        z-index: 2;
    }
    .center-circle{
        position: absolute;
        width: 53.125vw;
        height: 53.125vw;
        border-radius: 50%;
        background: #B28146;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
    }
    .line-circle1,.line-circle2{
        position: absolute;
        width: 53.125vw;
        height: 53.125vw;
        border-radius: 50%;
        border:1px solid #fff;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
    }
    .line-circle1{width: 93.125vw;        height: 93.125vw;}
    .line-circle2{width: 143.125vw;        height: 143.125vw;}
    .item-num{
        position: absolute;
        background: linear-gradient(to right,  rgba(199,159,98,1) 0%,rgba(128,79,33,1) 100%,rgba(128,79,33,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        width: 10.78125vw;
        height: 10.78125vw;
        color:#fff;
        border-radius: 50%;
        text-align: center;
        line-height: 10.78125vw;
        left: 0;
        top: 0;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
    .center-circle img{
        width: 45.46875vw;
        position: absolute;
        bottom: -4vw;
        left: 50%;
        transform: translateX(-50%);
    }
    .dotCircle {
        width: 100%;
        height: 100%;
        position: absolute;
        margin: auto;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        border-radius: 100%;
        z-index: 20;
    }
    .dotCircle  .itemDot{
        position: absolute;
        display:block;
        width:33vw;
        height:33vw;
    }
    .dotCircle  .itemDot .item-box-con{
        width:33vw;
        height:33vw;
        position:absolute;
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#c79f62+0,804f21+100,804f21+100 */
        background: linear-gradient(to right,  rgba(199,159,98,1) 0%,rgba(128,79,33,1) 100%,rgba(128,79,33,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

        color:#fff;
        border-radius:100%;
        text-align: center;
        line-height: 1.25em;
        font-size:5.625vw;
        z-index:3;
        cursor:pointer;     
        justify-content: center;align-items: center;
        display: flex;
        font-weight: 300;
        left: 50%;
        top: 0%;
        transform: translate(-50%,0);
          -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
    .item-box-small{-webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;}
    .item-box-small p b{
        font-weight: bold;
    }
    .item-box-big{
        position: absolute;
        width: 100%;
        height: 100%;
    }
    .itemDot.active .item-box-con{
        width:91.875vw;
        height: 91.875vw;
    }
    .itemDot.active .item-num{
        left: 50%;
        transform: translate(-50%,-50%);
    }
    .itemDot.active .item-box-small{
        opacity: 0;
    }
    .item-box-big{opacity: 0;-webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;}
    .item-box-big{padding-top:15.625vw; }
    .item-box-big p{font-size: 8.125vw;line-height: 1em;margin-bottom: .5em;}
    .item-box-big hr{width: 62vw;}
    .item-box-big span{font-size: 5.46875vw;line-height: 1.6em; margin-top: 1em;display: block;}

    .itemDot.active .item-box-big{
        opacity: 1;
    }
    .itemDot.active::before{
        content: "";
        position: absolute;
        width: 300vw;
        height: 500vh;
        background: rgb(0 0 0 / .5);
        left: 50%;
        top: 50%;
        transform: translate(-50%,-40%);
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        transition-delay: 1s;
        -webkit-transition-delay: 1s;
        opacity: 0;
    }
    .itemDot.active{z-index: 4;}
    .itemDot.active::before{
        opacity: 1;
    }
}


/*
 * author:evanliu2968
 * github:https://github.com/EvanLiu2968/el-checkbox
 * lincense:MIT
 */
/*checkbox radio component*/
.el-radio,
.el-checkbox {
  position: relative;
  font-size: 100%;
}
label.el-radio,
label.el-checkbox {
  display: block;
  cursor: pointer;
}
.el-radio > input[type="radio"],
.el-checkbox > input[type="checkbox"],
.el-checkbox > input[type="radio"] {
  display: none;
}
.el-radio > input[type="radio"][disabled],
.el-checkbox > input[type="checkbox"][disabled] {
  cursor: not-allowed;
}
.el-radio > input[type="radio"] + .el-radio-style,
.el-checkbox > input[type="checkbox"] + .el-checkbox-style,
.el-checkbox > input[type="radio"] + .el-checkbox-style {
  position: relative;
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  vertical-align: middle;
  cursor: pointer;
}
.el-radio > input[type="radio"] + .el-radio-style:hover:before,
.el-checkbox > input[type="checkbox"] + .el-checkbox-style:hover:before,
.el-checkbox > input[type="radio"] + .el-checkbox-style:hover:before {
  border-color: #7F4F21;
}
.el-radio > input[type="radio"] + .el-radio-style:before,
.el-checkbox > input[type="checkbox"] + .el-checkbox-style:before,
.el-checkbox > input[type="radio"] + .el-checkbox-style:before {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 1em;
  height: 1em;
  content: '';
  background: transparent;
  border: 1px solid rgb(255 255 255 / 1);
}
.el-radio > input[type="radio"] + .el-radio-style:after,
.el-checkbox > input[type="checkbox"] + .el-checkbox-style:after,
.el-checkbox > input[type="radio"] + .el-checkbox-style:after {
  position: absolute;
  display: none;
  content: '';
}
.el-radio > input[type="radio"][disabled] + .el-radio-style,
.el-checkbox > input[type="checkbox"][disabled] + .el-checkbox-style,
.el-checkbox > input[type="radio"][disabled] + .el-checkbox-style {
  cursor: not-allowed;
  color: #D3DCE6;
}
.el-radio > input[type="radio"][disabled] + .el-radio-style:hover,
.el-radio > input[type="radio"][disabled] + .el-radio-style:before,
.el-radio > input[type="radio"][disabled] + .el-radio-style:after,
.el-checkbox > input[type="checkbox"][disabled] + .el-checkbox-style:hover,
.el-checkbox > input[type="checkbox"][disabled] + .el-checkbox-style:before,
.el-checkbox > input[type="checkbox"][disabled] + .el-checkbox-style:after,
.el-checkbox > input[type="radio"][disabled] + .el-checkbox-style:hover,
.el-checkbox > input[type="radio"][disabled] + .el-checkbox-style:before,
.el-checkbox > input[type="radio"][disabled] + .el-checkbox-style:after {
  cursor: not-allowed;
}
.el-radio > input[type="radio"][disabled] + .el-radio-style:hover:before,
.el-checkbox > input[type="checkbox"][disabled] + .el-checkbox-style:hover:before,
.el-checkbox > input[type="radio"][disabled] + .el-checkbox-style:hover:before {
  border: 1px solid #D3DCE6;
  animation-name: none;
}
.el-radio > input[type="radio"][disabled] + .el-radio-style:before,
.el-checkbox > input[type="checkbox"][disabled] + .el-checkbox-style:before,
.el-checkbox > input[type="radio"][disabled] + .el-checkbox-style:before {
  border-color: #D3DCE6;
}
.el-radio > input[type="radio"]:checked + .el-radio-style:before,
.el-checkbox > input[type="checkbox"]:checked + .el-checkbox-style:before,
.el-checkbox > input[type="radio"]:checked + .el-checkbox-style:before {
  animation-name: none;
}
.el-radio > input[type="radio"]:checked + .el-radio-style:after,
.el-checkbox > input[type="checkbox"]:checked + .el-checkbox-style:after,
.el-checkbox > input[type="radio"]:checked + .el-checkbox-style:after {
  display: block;
}
.el-radio > input[type="radio"] + .el-radio-style:before {
  border-radius: 50%;
}
.el-radio > input[type="radio"] + .el-radio-style:after {
  top: 0.4em;
  left: 0.4em;
  width: 0.6em;
  height: 0.6em;
  border-radius: 50%;
  background: #20a0ff;
}
.el-radio > input[type="radio"]:checked + .el-radio-style:before {
  border: 1px solid #20a0ff;
}
.el-radio > input[type="radio"]:checked[disabled] + .el-radio-style:before {
  border: 1px solid #b0d7f5;
}
.el-radio > input[type="radio"]:checked[disabled] + .el-radio-style:after {
  background: #b0d7f5;
}
.el-checkbox > input[type="checkbox"] + .el-checkbox-style:before,.el-checkbox > input[type="radio"] + .el-checkbox-style:before {
  border-radius: 3px;
}
.el-checkbox > input[type="checkbox"] + .el-checkbox-style:after,.el-checkbox > input[type="radio"] + .el-checkbox-style:after {
  top: 0.1em;
  left: 5px;
  box-sizing: border-box;
  width: 0.4em;
  height: 0.75em;
  transform: rotate(45deg);
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.el-checkbox > input[type="checkbox"]:checked + .el-checkbox-style:before,.el-checkbox > input[type="radio"]:checked + .el-checkbox-style:before {
  border: #7F4F21;
  background: #7F4F21;
}
.el-checkbox > input[type="checkbox"]:checked[disabled] + .el-checkbox-style:before,.el-checkbox > input[type="radio"]:checked[disabled] + .el-checkbox-style:before {
  border: #b0d7f5;
  background: #b0d7f5;
}
/*blue theme*/
.el-radio.el-radio-blue > input[type="radio"] + label:hover:before,
.el-checkbox.el-checkbox-blue > input[type="checkbox"] + label:hover:before,
.el-radio.el-radio-blue > input[type="radio"]:checked + label:before,
.el-checkbox.el-checkbox-blue > input[type="checkbox"]:checked + label:before {
  border-color: #7F4F21;
}
.el-checkbox.el-checkbox-blue > input[type="checkbox"]:checked + label:before,
.el-radio.el-radio-blue > input[type="radio"] + label:after {
  background: #7F4F21;
}
.el-radio.el-radio-blue > input[type="radio"][disabled] + label:hover:before,
.el-checkbox.el-checkbox-blue > input[type="checkbox"][disabled] + label:hover:before {
  border-color: #7F4F21;
}
.el-checkbox.el-checkbox-blue > input[type="checkbox"]:checked[disabled] + label:before,
.el-radio.el-radio-blue > input[type="radio"]:checked[disabled] + label:before {
  border-color: #b0d7f5;
}
.el-checkbox.el-checkbox-blue > input[type="checkbox"][disabled]:checked + label:before,
.el-radio.el-radio-blue > input[type="radio"]:checked[disabled] + label:after {
  background: #b0d7f5;
}
/*green theme*/
.el-radio.el-radio-green > input[type="radio"] + label:hover:before,
.el-checkbox.el-checkbox-green > input[type="checkbox"] + label:hover:before,
.el-radio.el-radio-green > input[type="radio"]:checked + label:before,
.el-checkbox.el-checkbox-green > input[type="checkbox"]:checked + label:before {
  border-color: #13ce66;
}
.el-checkbox.el-checkbox-green > input[type="checkbox"]:checked + label:before,
.el-radio.el-radio-green > input[type="radio"] + label:after {
  background: #13ce66;
}
.el-radio.el-radio-green > input[type="radio"][disabled] + label:hover:before,
.el-checkbox.el-checkbox-green > input[type="checkbox"][disabled] + label:hover:before {
  border-color: #D3DCE6;
}
.el-checkbox.el-checkbox-green > input[type="checkbox"]:checked[disabled] + label:before,
.el-radio.el-radio-green > input[type="radio"]:checked[disabled] + label:before {
  border-color: #a1efc4;
}
.el-checkbox.el-checkbox-green > input[type="checkbox"][disabled]:checked + label:before,
.el-radio.el-radio-green > input[type="radio"]:checked[disabled] + label:after {
  background: #a1efc4;
}
/*red theme*/
.el-radio.el-radio-red > input[type="radio"] + label:hover:before,
.el-checkbox.el-checkbox-red > input[type="checkbox"] + label:hover:before,
.el-radio.el-radio-red > input[type="radio"]:checked + label:before,
.el-checkbox.el-checkbox-red > input[type="checkbox"]:checked + label:before {
  border-color: #ff4949;
}
.el-checkbox.el-checkbox-red > input[type="checkbox"]:checked + label:before,
.el-radio.el-radio-red > input[type="radio"] + label:after {
  background: #ff4949;
}
.el-radio.el-radio-red > input[type="radio"][disabled] + label:hover:before,
.el-checkbox.el-checkbox-red > input[type="checkbox"][disabled] + label:hover:before {
  border-color: #D3DCE6;
}
.el-checkbox.el-checkbox-red > input[type="checkbox"]:checked[disabled] + label:before,
.el-radio.el-radio-red > input[type="radio"]:checked[disabled] + label:before {
  border-color: #f9b3b3;
}
.el-checkbox.el-checkbox-red > input[type="checkbox"][disabled]:checked + label:before,
.el-radio.el-radio-red > input[type="radio"]:checked[disabled] + label:after {
  background: #f9b3b3;
}
/*yellow theme*/
.el-radio.el-radio-yellow > input[type="radio"] + label:hover:before,
.el-checkbox.el-checkbox-yellow > input[type="checkbox"] + label:hover:before,
.el-radio.el-radio-yellow > input[type="radio"]:checked + label:before,
.el-checkbox.el-checkbox-yellow > input[type="checkbox"]:checked + label:before {
  border-color: #f7ba2a;
}
.el-checkbox.el-checkbox-yellow > input[type="checkbox"]:checked + label:before,
.el-radio.el-radio-yellow > input[type="radio"] + label:after {
  background: #f7ba2a;
}
.el-radio.el-radio-yellow > input[type="radio"][disabled] + label:hover:before,
.el-checkbox.el-checkbox-yellow > input[type="checkbox"][disabled] + label:hover:before {
  border-color: #D3DCE6;
}
.el-checkbox.el-checkbox-yellow > input[type="checkbox"]:checked[disabled] + label:before,
.el-radio.el-radio-yellow > input[type="radio"]:checked[disabled] + label:before {
  border-color: #fbeac1;
}
.el-checkbox.el-checkbox-yellow > input[type="checkbox"][disabled]:checked + label:before,
.el-radio.el-radio-yellow > input[type="radio"]:checked[disabled] + label:after {
  background: #fbeac1;
}
/*switch component*/
.el-switch,
.el-switch-style,
.el-switch-style:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.el-switch {
  display: inline-block;
  font-size: 100%;
  height: 1.6em;
  position: relative;
}
.el-switch .el-switch-style {
  height: 1.6em;
  left: 0;
  background: #C0CCDA;
  -webkit-border-radius: 0.8em;
  border-radius: 0.8em;
  display: inline-block;
  position: relative;
  top: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 3em;
  cursor: pointer;
}
.el-switch .el-switch-style:before {
  display: block;
  content: '';
  height: 1.4em;
  position: absolute;
  width: 1.4em;
  background-color: #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  left: 0.1em;
  top: 0.1em;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.el-switch > input[type="checkbox"] {
  display: none;
}
.el-switch > input[type="checkbox"][disabled] + .el-switch-style {
  cursor: not-allowed;
  background-color: #D3DCE6;
}
.el-switch > input[type="checkbox"]:checked + .el-switch-style {
  background-color: #7F4F21;
}
.el-switch > input[type="checkbox"]:checked + .el-switch-style:before {
  left: 50%;
}
.el-switch > input[type="checkbox"]:checked[disabled] + .el-switch-style {
  background-color: #b0d7f5;
}
.el-switch.el-switch-blue > input[type="checkbox"]:checked + .el-switch-style {
  background-color: #20a0ff;
}
.el-switch.el-switch-blue > input[type="checkbox"]:checked[disabled] + .el-switch-style {
  background-color: #b0d7f5;
}
.el-switch.el-switch-green > input[type="checkbox"]:checked + .el-switch-style {
  background-color: #13ce66;
}
.el-switch.el-switch-green > input[type="checkbox"]:checked[disabled] + .el-switch-style {
  background-color: #a1efc4;
}
.el-switch.el-switch-red > input[type="checkbox"]:checked + .el-switch-style {
  background-color: #ff4949;
}
.el-switch.el-switch-red > input[type="checkbox"]:checked[disabled] + .el-switch-style {
  background-color: #f9b3b3;
}
.el-switch.el-switch-yellow > input[type="checkbox"]:checked + .el-switch-style {
  background-color: #f7ba2a;
}
.el-switch.el-switch-yellow > input[type="checkbox"]:checked[disabled] + .el-switch-style {
  background-color: #fbeac1;
}
/*define size*/
.el-radio.el-radio-sm,
.el-checkbox.el-checkbox-sm,
.el-switch.el-switch-sm {
  /*font-size: 85%;*/
}
.el-radio.el-radio-lg,
.el-checkbox.el-checkbox-lg,
.el-switch.el-switch-lg {
  font-size: 125%;
}

.popupcontent p{font-size: 16px;}