/*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 span{
    font-weight: 400;
    font-size: 0.14rem;
    color: rgba(255,255,255,0.8);
    margin-left: 0.25rem;
}
