/*footer*/
.footer{
    min-height: 3rem;
    padding-top: 0.6rem;
    padding-bottom: 0.4rem;
    box-sizing: border-box;
    background: url(../img/foot_bg.png) center no-repeat;
    background-size: cover;
}
.footer .main{
    max-width: 15rem;
}
.foot_top{
    display: flex;
    justify-content: space-between;
    padding-bottom: 0.16rem;
}
.foot_nav{
    width: 80%;
    padding: 0.05rem 0 0.2rem;
    box-sizing: border-box;
    display: flex;
}
.foot_nav .foot_item{
    width: 20%;
    padding: 0 0.1rem;
    box-sizing: border-box;
}
.foot_nav .foot_item .foot_class{
    width: auto;
    height: auto;
    font-size: 0.24rem;
    line-height: 2;
    color: #fff;
    margin-bottom: 0.08rem;
}
.foot_nav .foot_item .foot_li{
    width: auto;
    height: auto;
    color: #fff;
    line-height: 2;
    font-size: 0.16rem;
    font-family: "微软雅黑" !important;
} 
.foot_box{
    width: 20%;
}
.foot_box .foot_title{
    line-height: 2;
    font-size: 0.24rem;
    color: rgba(255, 255, 255, 1);
}
.foot_box .foot_txt{
    height: auto;
    font-weight: 400;
    line-height: 2;
    font-size: 0.16rem;
    color: rgba(255, 255, 255, 1);
    font-family: "微软雅黑" !important;
}
.foot_box .foot_code{
    margin-top: 0.2rem;
    display: flex;
    column-gap: 0.05rem;
}
.foot_box .foot_code .icon {
    width: 0.3rem;
    height: 0.3rem;
}
.foot_box .foot_code .icon img{
    object-fit: cover;
}
.foot_bottom{
     padding: 0.2rem 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.foot_bottom .bottom_txt{
    box-sizing: border-box;
    display: flex;
    align-items: center;
    column-gap: 0.1rem;
    font-size: 0.14rem;
    color: rgba(255, 255, 255, 1);
    font-family: Microsoft YaHei, 微软雅黑;
}
.foot_bottom .bottom_txt p,
.foot_bottom .bottom_txt a,
.foot_bottom .bottom_txt span{
    width: auto;
    height: auto;
    line-height: 2;
    font-size: 0.14rem;
    color: rgba(255, 255, 255, 1);
    font-family: Microsoft YaHei, 微软雅黑;
}
.foot_bottom .bottom_txt a{
    display: flex;
    align-items: center;
}
.foot_bottom .bottom_txt a img{
    width: 0.18rem;
    height: 0.18rem;
    object-fit: contain;
    margin-right: 0.04rem;
}
.foot_bottom .bottom_txt a:last-child{
    margin-left: 0.1rem;
    text-decoration: underline;
}
.foot_bottom .bottom_txt:last-child{
    column-gap: 0;
}
.foot_bottom .bottom_txt:last-child span{
    color: #FF0000;
    font-weight: 600;
}









@media screen and (max-width: 1025px){
    .footer{
        min-height: 300px;
        padding-top: 0.6rem;
        padding-bottom: 0.4rem;
    }
    .foot_nav{
        padding: 5px 0 20px;
    }
    .foot_nav .foot_item{
        padding: 0 10px;
    }
    .foot_nav .foot_item .foot_class{
        font-size: 24px;
        margin-bottom: 8px;
    }
    .foot_nav .foot_item .foot_li{
        font-size: 16px;
    }
    .foot_box .foot_title{
        font-size: 24px;
    }
    .foot_box .foot_txt{
        font-size: 16px;
    }
    .foot_box .foot_code{
        margin-top: 20px;
        column-gap: 5px;
    }
    .foot_box .foot_code svg{
        width: 30px !important;
        height: 30px !important;
    }
    .foot_bottom{
        padding: 20px 0;
        column-gap: 10px;
        flex-wrap: wrap;
    }
    .foot_bottom p, .foot_bottom a, .foot_bottom span{
        font-size: 14px;
    }
}


@media screen and (max-width: 769px){
    .foot_nav{
        display: none;
    }
    .foot_box,
    .foot_box .foot_title{
        width: 100%;
        text-align: center;
    }
    .foot_box .foot_code,
    .foot_bottom{
        justify-content: center;
    }
    
    
    .foot_box .foot_code, .foot_bottom,
    .foot_box .foot_txt,
    .foot_bottom .bottom_txt,
    .foot_bottom .bottom_txt *{
        font-size: 14px !important;
        flex-wrap: wrap;
        text-align: center;
        justify-content: center;
    }
    
    .foot_bottom .bottom_txt a img{
        width: 16px;
        height: 16px;
    }
}
