/*footer*/

.footer{
    width: 19.2rem;
    height: 4.9rem;
    margin: 0 auto;
    background: linear-gradient( 132deg, #03AF9F 0%, #00AFEA 100%);
    position: relative;
    padding: 0.7rem 0;
    box-sizing: border-box;
}
.footer .main{
    display: flex;
    justify-content: space-between;
}
.foot_fl{
    width: 3.6rem;
    border-right: 0.01rem solid rgba(255,255,255,0.3);
}
.foot_fl .foot_logo{
    width: 2.8rem;
    height: 0.49rem;
    overflow: hidden;
    margin-bottom: 0.38rem;
}
.foot_fl .foot_logo img{
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.foot_fl .foot_xx span{
    display: block;
    width: 100%;
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 0.16rem;
    color: #FFFFFF;
    margin-bottom: 0.2rem;
}
.foot_fl .foot_xx span img{
    width: 0.2rem;
    height: 0.2rem;
    display: inline-block;
    margin-right: 0.1rem;
}
.foot_fl .foot_code{
    margin-top: 0.3rem;
    width: 1.2rem;
    height: 1.2rem;
    overflow: hidden;
}
.foot_fl .foot_code img{
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.foot_fr{
    width: calc(100% - 3.6rem);
    padding-left: 0.68rem;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}
.foot_fr .foot_list>a{
    font-weight: bold;
    font-size: 0.16rem;
    color: #FFFFFF;
    margin-bottom: 0.2rem;
    display: block;
    height: auto;
}
.foot_fr .foot_list .foot_nav>a{
    font-weight: 400;
    font-size: 0.14rem;
    color: rgba(255,255,255,0.8);
    margin-bottom: 0.2rem;
    display: block;
}





.foot_bot{
    width: 15.2rem;
    height: 0.5rem;
    left: 50%;
    position: absolute;
    bottom: 0;
    transform: translateX(-50%);
    border-top: 0.01rem solid rgba(255,255,255,0.3);
    line-height: 0.5rem;
    display: flex;
    justify-content: space-between;
}
.foot_bot .banquan,
.foot_bot .banquan a{
    display: flex;
    font-weight: 400;
    font-size: 0.14rem;
    color: rgba(255,255,255,0.8);
    align-items: center;
    white-space: nowrap;
}
.foot_bot .banquan a{
    margin: 0 0.06rem;
}
.foot_bot .foot_txt{
    display: flex;
}
.foot_bot .foot_txt span{
    font-weight: 400;
    font-size: 0.14rem;
    color: rgba(255,255,255,0.8);
    margin-left: 0.25rem;
}







@media (max-width: 1042px){
    .footer{
        width: 100%;
        height: auto;
        padding: 0.7rem 0 0;
    }
    .footer .main{
        display: flex;
        flex-wrap: wrap;
    }
    .foot_fr{
        display: none;
    }
    .foot_fl{
        width: 100%;
        border: none;
    }
    .foot_fl .foot_logo{
        width: 80%;
        height: auto;
        margin: 0 auto 0.4rem;
    }
    .foot_fl .foot_xx span{
        justify-content: center;
        font-size: 0.3rem;
    }
    .foot_fl .foot_code{
        width: 2rem;
        height: auto;
        margin: 0.4rem auto;
    }
    .foot_bot{
        width: 100%;
        height: auto;
        position: relative;
        flex-wrap: wrap;
        justify-content: center;
        padding: 0.4rem 0;
        box-sizing: border-box;
    }
    .foot_bot .banquan, 
    .foot_bot .banquan a,
    .foot_bot .foot_txt{
        line-height: 2;
        font-size: 0.22rem;
        flex-wrap: wrap;
        height: auto;
        text-align: center;
        width: 100%;
        justify-content: center;
        display: flex;
    }
    .foot_bot .foot_txt{
        margin-top: 0.4rem;
    }

    .foot_bot .foot_txt span{
        font-size: 0.22rem;
    }
}








