.index-brand-box{
    width: 100%;
    display: block;
    position: relative;
    background-color: #f5f5f5;
    margin-top: 80px;
}
.index-brand-info-box{
    width: 1300px;
    max-width: 100%;
    position: relative;
    margin: 0 auto;
    font-size: 0;
    box-sizing: border-box;
    padding: 30px 0;
    display:         flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    flex-direction: row;
}
.index-brand-info{
    max-width: 190px;
    
}



@media only screen and (max-width: 1300px){
    .index-brand-info-box {
        width: 1000px;
    }
    .index-brand-info {
        max-width: 130px;
    }
}
@media only screen and (max-width: 1000px){
    .index-brand-box{
        margin-top: 60px;
    }
    .index-brand-info-box {
        width: 750px;
        padding: 30px 0;
    }
    .index-brand-info {
        max-width: 100px;
    }
}
@media only screen and (max-width: 768px){
    .index-brand-box{
        margin-top: 40px;
    }
    .index-brand-info-box {
        width: 95vw;
        padding: 20px 0;
        display: block;
    }
    .index-brand-info {
        width: calc(95vw / 3);
        max-width: initial;
        height: 60px;
        text-align: center;
    }
    .index-brand-info img{
        max-height: 100%;
        margin: 0 auto;
    }
}
@media only screen and (max-width: 550px){
    .index-brand-box{
        margin-top: 20px;
    }
    .index-brand-info {
        width: calc(95vw / 2);
    }
}


footer{
    width: 100%;
    display: block;
    position: relative;
    font-size: 0;
    z-index: 999;
    background-color: #252422;
}
.footer-box{
    width: 1280px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
    box-sizing: border-box;
    padding-top: 50px;
    padding-bottom: 40px;
}
.footer-logo-box{
    display: inline-block;
    vertical-align: top;
    margin-right: 100px;
}


.footer-info-box{
    width: 550px;
    max-width: 100%;
    display: inline-block;
    vertical-align: top;
}
.footer-info{
    display: block;
    margin-bottom: 20px;
}
.footer-info span{
    font-size: 12px;
    color: #fffcf2;
    text-align: left;
    /* background-color: #fffcf2; */
    border-radius: 5px;
    width: 60px;
    line-height: 18px;
    display: inline-block;
    vertical-align: top;
    position: relative;
}
.footer-info span::after{
    content: '：';
    font-size: 12px;
    color: #fffcf2;
    position: absolute;
    right: 0;
    top: 0;
}
.footer-info span.footer-info-fax{
    font-family: 'Anton';
    letter-spacing: 1px;
}
.footer-info p{
    font-size: 14px;
    color: #fffcf2;
    letter-spacing: 1px;
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 60px);
    box-sizing: border-box;
    padding-left: 10px;
    font-family: MyCustomFont;
    transition: all .3s linear;
}

@font-face {
    font-family: MyCustomFont;
    src: local("微軟正黑體");
    unicode-range: U+4E00-9FFF;
}
@font-face {
    font-family: MyCustomFont;
    src: local(Roboto);
    unicode-range: U+00-024F;
}

.footer-logo-box{
    width: 150px;
}
.footer-menu-box{
    width: 300px;
    display: inline-block;
    vertical-align: top;
}
.footer-menu-title{
    font-size: 14px;
    color: #000;
    font-weight: bold;
    letter-spacing: 1px;
    display: inline-block;
    box-sizing: border-box;
    text-align: center;
    width: 80px;
    margin-bottom: 18px;
    margin-right: 10px;
}
.footer-menu{
    font-size: 14px;
    color: #fffcf2;
    letter-spacing: 1px;
    display: block;
    width: 100%;
    margin-top: 15px;
    text-align: center;
    line-height: 26px;
    transition: all .3s linear; 
}
.footer-menu:nth-child(1){
    margin-top: 0;
}
.footer-menu.footer-login{
    background-color: #eb5e28;
    color: #fff;
}
.footer-follow-mail-font{
    font-size: 14px;
    color: #fffcf2;
    letter-spacing: 1px;
    display: block;
    width: 100%;

    line-height: 26px;
    transition: all .3s linear;
}
.footer-follow-mail{
    width: calc(100% - 42px);
    max-width: 100%;
    display: inline-block;
    vertical-align: middle;
    /* margin-top: 15px; */
    font-size: 14px;
    background-color: #313131;
    color: #fff;
    border: none;
    box-sizing: border-box;
    padding: 0 5px;
    line-height: 32px;
    height: 32px;
    font-family: "微軟正黑體";
}
.footer-follow-mail-button{
    font-family: "微軟正黑體","Microsoft JhengHei";
    background-color: #ff6800;
    color: #fff;
    border: none;
    font-size: 14px;
    text-align: center;
    width: 42px;
    height: 32px;
    line-height: 32px;
    letter-spacing: 0.06em;
    cursor: pointer;
    outline: none;
    transition: all .3s linear;
    display: inline-block;
    /* margin-top: 15px; */
    vertical-align: middle;
    border-radius:0;
    padding: 0;
    padding-left: 0.06em;
}

.footer-follow-mail::-webkit-input-placeholder{
    font-family: "微軟正黑體";
    color: #fff;
    text-align: center;
}
.footer-follow-mail:-moz-placeholder{
    font-family: "微軟正黑體";
    color: #fff;
    text-align: center;
}
.footer-follow-mail::-moz-placeholder{
    font-family: "微軟正黑體";
    color: #fff;
    text-align: center;
}

.footer-menu-all-box{
    width: 80px;
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
}

.footer-follow-box{
    width: 180px;
    display: inline-block;
    vertical-align: middle;
}
.footer-follow-title{
    font-size: 14px;
    color: #fffcf2;
    font-weight: bold;
    letter-spacing: 1px;
    display: block;
    box-sizing: border-box;
    margin-bottom: 18px;
}
.footer-follow-title i{
    margin-left: 10px;
}
.footer-follow-title svg{
    margin-left: 10px;
}
.footer-follow a{
    transition: all .3s linear;
}
.footer-follow i{
    margin-right: 15px;
}
.footer-top-box{
    width: 45px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    opacity: 0;
    transform: scale(1.1);
    position: fixed;
    z-index: 999;
    bottom: 20px;
    right: 40px;
    transition: all .3s linear;
}
.footer-top-box.open{
    opacity: 1;
}
.footer-top-arrow-box{
    width: 100%;
    height: 45px;
    border-radius: 50%;
    border: 2px solid #555;
    display: inline-block;
    overflow: hidden;
    box-sizing: border-box;
    transition: all .3s linear;
    background-color: #f2f2f2;
}
.footer-top-arrow{
    width: 2px;
    height: 27px;
    display: inline-block;
    background-color: #555;
    margin-top: 18px;
    position: relative;
    transition: all .3s linear;
}
.footer-top-arrow:before{
    content: '';
    width: 7px;
    height: 2px;
    position: absolute;
    top: 0;
    right: 2px;
    background-color: #555;
    transform-origin: 100% 50%;
    transform: rotateZ(-45deg);
    transition: all .3s linear;
}
.footer-top-arrow:after{
    content: '';
    width: 7px;
    height: 2px;
    position: absolute;
    top: 0;
    left: 2px;
    background-color: #555;
    transform-origin: 0% 50%;
    transform: rotateZ(45deg);
    transition: all .3s linear;
}
.footer-web{
    font-size: 12px;
    font-family: 'Roboto';
    color: #888;
    font-weight: 300;
    line-height: 46px;
    border-top: 1px solid #d1d1d1;
    text-align: center;
    letter-spacing: 1px;
}
.footer-follow-box:hover{
    color: #ccc5b9;
}


.confirm-block{
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    z-index: 999999;
    display:         flex;
    display: -webkit-flex;
  }
  .confirm-block .three-list{
    text-align: left;
    padding:10px 13px;
    box-sizing: border-box;
  }
  .confirm-block .three-list .confirm-status-save{
    padding-left: 0;
  }
  .confirm-block .three-list .confirm-status-no{
    padding-right: 0;
  }
  .confirm-block.open{
    display:         flex;
    display: -webkit-flex;
  }
  .confirm-box{
    display: inline;
    max-width: 100%;
    min-height: 200px;
  }
  .confirm-info{
    padding: 0 13px;
    box-sizing: border-box;
    display: inline-block;
    text-align: left;
  }
  
  .confirm-info-box{
    position: relative;
    z-index: 1;
    display: block;
    text-align: center;
    min-width: 250px;
    border: 1px solid rgba(37,36,34,0.2);
    padding: 0 20px;
    padding-top: 30px;
    box-sizing: border-box;
    background-color: rgb(37,36,34);
    box-shadow: rgba(37,36,34,0.2) 0px 0px 8px;
  }
  .confirm-info-title{
    color: #ce6620;
    font-size: 20px;
    padding-bottom: 10px;
  }
  .confirm-status a{
    cursor: pointer;
  }
  .confirm-mask{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.9);
  }
  .confirm-info-titl{
    font-size: 20px;
    color: #FFF;
    letter-spacing: 1px;
    padding-bottom: 10px;
  }
  .confirm-info-p{
    font-size: 14px;
    color: #FFF;
    letter-spacing: 1px;
    padding-bottom: 10px;
  }
  .confirm-info-p:last-child{
    padding-bottom: 0;
  }
  .confirm-info-p span{
    color: #ce6620;
    font-size: 16px;
    font-weight: bold;
  }
  .confirm-status{
    padding: 30px 0;
    text-align: center;
  }
  .confirm-status .three-list{
    text-align: left;
  }
  .confirm-status-no{
    font-size: 14px;
    letter-spacing: 1px;
    color: #FFF;
    transition: all .5s ease;
    margin: 0 10px;
    background-color: transparent;
    border: 0;
    font-family: "Microsoft JhengHei";
    outline: none;
    cursor: pointer;
  }
  .confirm-status-save{
    font-size: 14px;
    letter-spacing: 1px;
     color: #ce6620;
    transition: all .5s ease;
    margin: 0 10px;
    background-color: transparent;
    border: 0;
    font-family: "Microsoft JhengHei";
    outline: none;
    cursor: pointer;
  }
.footer-follow-mail-button:hover {
    background-color: #b94b00;
}






.adPublic-close{
    width: 20px;
    height: 20px;
    line-height: 16px;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 20px;
    text-align: center;
    box-sizing: border-box;
    border: 1px solid #000;
    cursor: pointer;
}


.adIndex-super-box{
    width: 100%;
    display: block;
    position: relative;
    font-size: 0;
}
.adIndex-super{
    width: 50%;
    height: calc((90 / 960) * 50vw);
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.adIndex-platinum-box{
    width: 1160px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
    position: relative;
    font-size: 0;
}
.adIndex-platinum{
    width: 50%;
    height: calc((90 / 580) * 580px);
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.adIndex-gold-box{
    width: 1280px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
    position: relative;
    font-size: 0;
}
.adIndex-gold{
    width: 33.33%;
    height: calc((90 / (1280 / 33.33)) * (1280px / 33.33));
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.adServer-super-box{
    margin-top: 40px;
}

.adServer-fixed-gold-box{
    width: calc((300 / 600) * 64.035vh);
    height: 64.035vh;
    position: fixed;
    top: calc(94px + 5vh);
    right: 0;
    z-index: 1000;
    display: block;
    box-shadow: 0 0 10px rgba(0,0,0,0.35);
}
.adServer-fixed-gold{
    width: 100%;
    height: 100%;
    display: block;
}

.adContact-power-box{
    margin-top: 30px;
    padding: 0;
    display: block;
    height: 390px;
}
.adContact-power{
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}

.adNews-gold-box{
    width: 300px;
    height: 600px;
    display: block;
    margin-left: auto;
    margin-top: 50px
}
.adNews-gold{
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}


.adNews-gold-box .adPublic-close{
    display: none;
}








@media only screen and (max-width: 1280px){
    .footer-box{
        width: 1200px;
    }
    .footer-info-box{
        width: 470px;
    }

    .adIndex-platinum-box{
        width: 920px;
    }
    .adIndex-platinum{
        height: calc((90 / 580) * 460px);
    }

    .adIndex-gold-box{
        width: 1200px;
    }
    .adIndex-gold{
        height: calc((90 / (1280 / 33.33)) * (1200px / 33.33));
    }
}
@media only screen and (max-width: 1200px){
    .footer-box{
        width: 1000px;
    }
    .footer-logo-box{
        margin-right: 20px;
    }
    .footer-info-box{
        width: 370px;
        box-sizing: border-box;
        padding-right: 20px;
    }
    .footer-menu-box{
        width: 280px;
    }
    .footer-menu-all-box,
    .footer-menu-title{
        width: 70px;
    }

    
    .adIndex-gold-box{
        width: 1000px;
    }
    .adIndex-gold{
        height: calc((90 / (1280 / 33.33)) * (1000px / 33.33));
    }
}
@media only screen and (max-width: 1000px){
    .footer-box{
        width: 750px;
        position: relative;
    }
    .footer-menu-box{
        display: none;
    }
    .footer-follow a:nth-child(2)>i{
        margin-right: 0;
    }
    .footer-info-box{
        width: 450px;
    }
    .footer-logo-box{
        width: 100px;
    }
    
    .adIndex-platinum-box{
        width: 720px;
    }
    .adIndex-platinum{
        height: calc((90 / 580) * 360px);
    }

    
    .adIndex-gold-box{
        width: 750px;
    }
    .adIndex-gold{
        height: calc((90 / (1280 / 33.33)) * (750px / 33.33));
    }
    .adContact-power-box{
        height: calc((390 / 750) * 750px);
    }
    .adNews-gold-box{
        width: calc((300 / 600) * 64.035vh);
        height: 64.035vh;
        position: fixed;
        top: calc(94px + 5vh);
        right: 0;
        z-index: 1000;
        display: block;
        box-shadow: 0 0 10px rgba(0,0,0,0.35);
    }
    .adNews-gold-box .adPublic-close{
        display: block;
    }
    
}
@media only screen and (max-width: 800px){
    .adIndex-super{
        width: 100%;
        height: calc((90 / 960) * 100vw);
        display: block;
    }
    .adIndex-platinum-box{
        width: 600px;
    }
    .adIndex-platinum{
        width: 100%;
        height: calc((90 / 580) * 600px);
    }
    .adContact-power-box{
        height: calc((390 / 750) * 95vw);
    }
}
@media only screen and (max-width: 750px){
    .footer-box{
        width: 550px;
        padding: 30px 0;
    }
    .footer-logo-box{
        margin-right: 0;
        text-align: center;
        display: block;
        margin-bottom: 20px;
    }
    .footer-follow-title{
        margin-bottom: 0;
    }
    .footer-info-box{
        width: 490px;
    }
    .footer-top-box{
        display: none;
    }

    
    .adIndex-gold-box{
        width: 550px;
    }
    .adIndex-gold{
        width: 100%;
        height: calc((90 / 580) * 550px);
    }
}
@media only screen and (max-width: 600px){
    .adIndex-platinum-box{
        width: 400px;
    }
    .adIndex-platinum{
        height: calc((90 / 580) * 400px);
    }
}
@media only screen and (max-width: 550px){
    .footer-box{
        width: 400px;
        padding: 15px 0;
    }
    .footer-web{
        line-height: inherit;
        padding: 5px;
        box-sizing: border-box;
    }
    .footer-info span{
        vertical-align: top;
    }
    .footer-info-box{
        width: 100%;
        margin-right: 0;
        padding-right: 0;
    }
    .footer-follow-box{
        display: block;
        width: 100%;
    }
    .footer-logo{
        display: inline-block;
        width: 100px;
    }
    .footer-info p{
        font-size: 12px;
    }
    .footer-info{
        margin-bottom: 10px;
    }
    .footer-top-box{
        right: 20px;
        bottom: 60px;
    }
    .footer-follow-mail{
        width: 340px;
    }
    .footer-follow-mail-button{
        width: calc( 100% - 340px );
        font-size: 16px;
    }

    
    .adIndex-gold-box{
        width: 400px;
    }
    .adIndex-gold{
        width: 100%;
        height: calc((90 / 580) * 400px);
    }
    .adServer-fixed-gold-box{
        top: calc(59px + 5vh);
    }
    .adNews-gold-box{
        top: calc(59px + 5vh);
    }
}
@media only screen and (max-width: 400px){
    .footer-box{
        width: 300px;
    }
    .footer-follow-mail{
        width: 250px;
    }
    .footer-follow-mail-button{
        width: calc( 100% - 250px );
    }
    .adIndex-platinum-box{
        width: 300px;
        max-width: 95vw;
    }
    .adIndex-platinum{
        height: calc((90 / 580) * 300px);
    }

    
    .adIndex-gold-box{
        width: 300px;
    }
    .adIndex-gold{
        width: 100%;
        height: calc((90 / 580) * 300px);
    }
}
.footer-follow-mail:-webkit-autofill{
    -webkit-text-fill-color: #fff !important;
}





/*--------hover--------*/
.footer-info:hover p{
    color: #eb5e28;
}
.footer-menu:hover{
    color: #eb5e28;
}
.footer-menu.footer-login:hover{
    background-color: #403d39;
    color: #fff;
}
.footer-follow a:hover{
    color: #eb5e28;
}
.footer-top-arrow-box:hover{
    border-color: #eb5e28;
}
.footer-top-arrow-box:hover .footer-top-arrow{
    background-color: #eb5e28;
    margin-top: 0;
}
.footer-top-arrow-box:hover .footer-top-arrow:before{
    background-color: #eb5e28;
}
.footer-top-arrow-box:hover .footer-top-arrow:after{
    background-color: #eb5e28;
}