/*footer*/
.footer {
    width: 100%;
    height: 8rem !important;
    background: url(../images/img/foot_bg.png) center no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
}
.footer .fp-tableCell {
    height: 8rem !important;
}
.foot_top{
    padding-top: 0.54rem;
    box-sizing: border-box;
    display: flex;
    column-gap: 0.44rem;
}
.foot_top .foot_name{
    font-weight: bold;
    font-size: 0.2rem;
    color: #FFFFFF;
    white-space: nowrap;
}
.foot_top .foot_url{
    width: calc(100% - 1.43rem);
    display: flex;
    flex-wrap: wrap;
    row-gap: 0.22rem;
}
.foot_top .foot_url a{
    width: 20%;
    height: auto;
    font-weight: 400;
    font-size: 0.16rem;
    color: rgba(255,255,255,0.8);
}
.foot_top .foot_url a:hover{
    color: #fff;
}


.font_cen{
    border-top: 0.01rem solid rgba(255,255,255,0.13);
    padding: 0.66rem 0 0.72rem;
    box-sizing: border-box;
    margin-top: 0.48rem;
    display: flex;
    justify-content: space-between;
}
.foot_fl{
    width: 5.3rem;
    padding-top: 0.14rem;
    box-sizing: border-box;
}
.foot_fl .foot_logo{
    width: auto;
    height: 0.4rem;
    margin-bottom: 0.47rem;
}
.foot_fl .foot_logo img{
    width: auto;
    height: 100%;
    object-fit: contain;
}
.foot_fl .foot_div{
    display: flex;
    align-items: center;
    margin-bottom: 0.15rem;
}
.foot_fl .foot_icon{
    width: 0.36rem;
    height: 0.36rem;
    border-radius: 50%;
    margin-right: 0.16rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.foot_fl .foot_icon img{
    object-fit: contain;
}
.foot_fl .foot_txt{
    display: flex;
    flex-wrap: wrap;
    width: calc(100% - 0.54rem);
    align-content: normal;
    font-weight: 400;
    font-size: 0.16rem;
    color: #FFFFFF;
}




.foot_nav{
    width: calc(100% - 5.3rem);
    display: flex;
    justify-content: space-between;
}
.foot_nav .nav_lan1{
    height: auto;
    font-weight: bold;
    font-size: 0.2rem;
    color: #FFFFFF;
    margin-bottom: 0.35rem;
    position: relative;
}
.foot_nav .nav_lan1::before{
    content: "";
    position: absolute;
    width: 0.23rem;
    height: 0.03rem;
    background: linear-gradient( 90deg, #4FCCE8 0%, #0071FF 100%);
    border-radius: 0.02rem;
    left: 0;
    bottom: -0.16rem;
}
.foot_nav .nav_list2 .nav_lan2{
    font-weight: 400;
    font-size: 0.16rem;
    color: rgba(255,255,255,0.7);
    line-height: 1;
    margin-bottom: 0.2rem;
}
.foot_nav .nav_list2 .nav_lan2:hover{
    color: #fff;
}









.footer .foot_bot{
    width: 100%;
    padding: 0.26rem 0 0.36rem;
    box-sizing: border-box;
    border-top: 0.01rem solid rgba(255,255,255,0.13);
}
.footer .foot_bot .main{
    display: flex;
    justify-content: space-between;
}
.footer .foot_bot .bot_txt{
    padding-top: 0.11rem;
    box-sizing: border-box;
    font-weight: 400;
    font-size: 0.16rem;
    color: rgba(255,255,255,0.8);
    line-height: 0.3rem;
}
.footer .foot_bot .code_img{
    width: 0.98rem;
    height: 0.98rem;
    margin-bottom: 0.13rem;
}
.footer .foot_bot .bot_code span{
    width: 100%;
    text-align: center;
    display: block;
    font-weight: 400;
    font-size: 0.16rem;
    color: rgba(255,255,255,0.7);
}









