/* 基础变量定义 */
:root {
    --webwidth: 1200px;
    --mobile-padding: 20px;
    --mobile-font-size: 14px;
    --mobile-line-height: 1.5;
}
/* 底部样式 采用bem 命名 */
.foot__payway__zftbox{
    padding:30px 0;
    background: linear-gradient( 101deg, #d2d2d2 0%, #d2d2d2 24%, #d2d2d2 74%, #d2d2d2 100%);
}
.foot__payway__zftbox-img{
    display: block;
    margin:0 auto;
    width:830px;
}
.footer__nav__warp{
    padding: 30px 0 0px;
    height: 350px;
    background: #242424;
}
.footer__disclaimer_warp{
    width: 100%;
    background-color: #242424;
    padding: 30px 0;
    color: #fff;
}
.footer__nav__container{
    width: var(--webwidth);
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.footer__nav__leftdetails{
    margin-right:30px ;
}
.footer__nav__leftdetails-img{
    width:150px;
    margin-right:20px;
}
.footer__nav__leftdetails-desc{
    margin-top: 10px;
    width: 270px;
    line-height: 21px;
    letter-spacing: 0;
    color: #fff;
    font-size: 14px;
}
.footer__nav__right-map{
    display: flex;
    margin-top:40px;
}
.footer__nav__section{
    margin-left: 100px;
}
.footer__nav__section-title{
    font-size: 16px;
    color: #fff;
    line-height: 21px;
    letter-spacing: 0;
    margin-bottom: 19px;
    text-align: left;
}
.footer__nav__section-items{
    display: flex;
}
.footer__nav__section-items-list{


}
.footer__nav__section-items-list li{
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
    line-height: 19px;
    letter-spacing: 0;
    margin-bottom: 7px;
}
.footer__nav__section-items-list li a{
    color: #fff;
}
.footer__nav__section-items-extra-margin{
    margin-right: 40px;
}
.footer__nav__section-title_margin{
    margin-top:40px;
}
.footer__disclaimer_warp-title{
    font-weight: bold;
    text-align: center;
    line-height: 18px;
    letter-spacing: 0;
    color: #fff;
    margin-bottom: 7px;
}
.footer__disclaimer_warp-body{
    text-align: center;
    margin-top: 10px;
    width: var(--webwidth);
    max-width: 100%;
    margin: 0 auto;
    font-size: 14px;
    line-height: 1.5;
}
.footer__disclaimer_warp-copyright{
    text-align: center;
    line-height: 18px;
    letter-spacing: 0;
    color: #958585;
    font-size: 14px;
    margin: 10px 0 0 0;
}

.section-items-list_li{
    margin-left: 10px;
}

/* 移动端响应式样式 */
@media screen and (max-width: 1024px) {
    .foot__payway__zftbox {
       display: none;
    }

    .footer__nav__warp {
        padding: 30px 0 0;
        height: auto;
    }

    .footer__nav__container {
        flex-direction: column;
        width: 100%;
        padding: 0 var(--mobile-padding);
    }

    .footer__nav__leftdetails {
        margin-right: 0;
        margin-bottom: 20px;
        text-align: center;
    }

    .footer__nav__leftdetails-img {
        width: 200px;
        margin: 0 auto;
    }

    .footer__nav__leftdetails-desc {
        width: 100%;
        max-width: 500px;
        margin: 15px auto 0;
        font-size: var(--mobile-font-size);
        line-height: var(--mobile-line-height);
        text-align: left;
    }

    .footer__nav__right-map {
        flex-direction: column;
        width: 100%;
       
    }

    .footer__nav__section {
        margin-left: 0;
        margin-bottom: 0px;
        width: 100%;
        display: none;
    }
    .footer__nav__section__phone__show{
        display: block;
    }
    .footer__nav__section-items-list{
        display: flex;
        flex-wrap: wrap;

    }
    .footer__nav__section-items-list li a{
                color: rgb(255, 255, 255,0.8);
    }
    .footer__nav__section-items-list li {
        width: 33%;
    }
    .footer__nav__section-title{
        display: none;
    }
    .footer__disclaimer_warp {
        padding-bottom: 25px;
        padding-top: 10px;
    }

    .footer__disclaimer_warp-title {
        font-size: 16px;
        margin-bottom: 15px;
        display: none;
    }

    .footer__disclaimer_warp-body {
        font-size: var(--mobile-font-size);
        line-height: var(--mobile-line-height);
        text-align: left;
        display: none;
    }

    .footer__disclaimer_warp-copyright {
        font-size: var(--mobile-font-size);
        margin-top: 15px;
    }

}

/* 小屏幕手机优化 */
@media screen and (max-width: 480px) {
    :root {
        --mobile-padding: 15px;
    }

    .footer__nav__leftdetails-img {
        display: none;
    }

    .footer__nav__section-title {
        font-size: 16px;
    }
        .footer__nav__section-title{
        display: none;
    }

    .footer__nav__section-items-list li {
        font-size: 13px;
                width: 33%;
    }
}



.footer{
    padding-top:45px;
    background: #3D3D49;
    }
    .pay-icon img{
        max-width: 100%;
    }
    .footer-center{
    margin-top:45px;
    border-top: 1px solid #686877;
    border-bottom: 1px solid #686877;
    padding:40px 10% 50px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    }
    .footer-center dl{
        display: inline-block;
        vertical-align: top;
       
    }
    .footer-center .menu{
        width:50%;
        display: flex;
        justify-content: space-between;
    }
    .footer-center dt,.footer-center .follow span{
    
    font-size: 18px;
    color: #FFFFFF;
    font-family: Poppins-Bold;
    margin-bottom: 20px;
    display: block;
    }
    .footer-center .follow{
        width: 36%;
    }
    .footer-center .follow .special a{
        display: inline-flex;
        width:50px;
        height:50px;
        border-radius: 50%;
        align-items: center;
        justify-content: center;
        margin-right:10px;
    }
    .footer-center .follow .special a.facebook {background-color:#3b5998}
    .footer-center .follow .special a.twitter {background:#1da1f2}
    .footer-center .follow .special a.discord {background-color:#cd201f}

    .footer-center .follow .special a i{
        font-size: 26px;
        color:#fff;
    }
    .footer-center .follow span{
        margin-bottom: 14px; 
    }
    .footer-center .follow .special{
        margin-bottom:30px;
    }
    .footer-center dd{
    font-size: 16px;
    color: #B9BEC8;
    line-height: 30px;
    
    }
    .footer-center .email {
        width: 100%;
    height: 60px;
    border-radius: 2px;
    border: 1px solid #686877;
    display: flex;
    justify-content: space-between;
    margin-top:10px;
    
    }
    .footer-center .email input{
        background:none;
        border:none;
        padding-left:25px;
    font-size: 16px;
    color: #B9BEC8;
    font-family: Poppins-Regular;
    outline: none;
    flex:1;
    }
    .footer-center .email button{
        height: 58px;
        width: 60px;
    background: url(../../images/next.png) no-repeat center center/10px;
    background-color: #FF6633;
    
    }
    
    .footer .copy{
        color: #B9BEC8;
       font-size: 16px;
       font-family: Poppins-Regular;
       line-height:90px;
       display: flex;
       justify-content: flex-end;
       align-items: center;
    }

    .footer-center dt svg{display: none;}

    @media (max-width: 1700px) {
   
        .footer-center{    padding: 40px 0% 50px;}
        .footer-center .menu{width:60%}
        .footer-center .follow{width:30%}
    
    } 

    @media (max-width: 1024px) {
       
        
        .footer{padding-top:30px;}
        .footer .wrapper{padding:0;}
        .footer-center{padding:0px;border:none;display:block;margin:0;}
        .footer-center dl,.footer-center .menu{width: 100%;display: block;}
        .footer-center dt{line-height:45px;padding:0 15px;font-size: 17px;margin:0;display:flex;justify-content: space-between;
        align-items: center;}
        .footer-center svg.cur{transform: rotate(180deg);}
        .footer-center dd{display: none;background:#5B5F70;padding:0 15px;margin-top:-1px;}
        .footer-center .follow{width:auto;padding:20px 15px;}
        .footer .copy{line-height:24px;padding:10px 15px;}
        .footer-center dt svg{display: block;transition: all .3s;}
        .footer-center .email{height:50px;line-height:50px;}
        .footer-center .email button{height:48px;line-height:48px;}
        .footer-center dl:last-child dd{display:block !important;background:none;}
    }
