footer{
    position: relative;
    z-index: 99999;
}
@media (min-width: 769px) {
    footer{
        background: #7E90A7;
        position: relative;
        z-index: 99999;
        left: 0;
        bottom: 0;
        width: 100%;
    }
    .bgimg{
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .box0{
        margin-bottom: .8rem;
        font-size: .3rem;
        font-weight: 600;
    }
    .box0 .text0{
        font-size: .3rem !important;
    }
    .box0 .text1{
        font-size: .3rem !important;
        letter-spacing:0 !important;
    }
    .bgimg-mobile{
        display: none;
    }
    body {
        position: relative;
    }
    .content-team{
        padding: 0 1.12rem;
        width: 100%;
        position: relative;
        z-index: 1;
    }
    .content-team .top-list{
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
    }
    .top-list-center-1{
        justify-content: flex-start !important;
        width: 11.2rem;
        margin: .5rem auto !important;
    }
    .content-team .top-list-center{
        display: flex;
        align-items: center;
        justify-content: center;
        margin: .5rem 0;
    }
    .content-team .top-list .top-item{
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        padding: 0 .3rem;
        flex-wrap: wrap;
        /*width: 25%;*/
        box-sizing: border-box;
        cursor: pointer;
    }
    .top-item-image{
        width: 100%;
    }
    .top-item-image img{
        display: block;
        width: 2.2rem;
        border-radius: 100%;
    }
    .top-item-name{
        font-size: .23rem;
        color: #40647F;
        margin-top: .1rem;
        font-family: SourceHanSansCN-Bold;
    }
    .top-item-zw{
        font-size: .18rem;
        margin-top: .08rem;
        color: #40647F;
        text-align: center;
        font-weight: bold;
        font-family:  AlibabaPuHuiTi_2_45_Light;
    }
    .yy-title{
        padding-bottom: .5rem;
        text-align: center;
        font-size: .3rem;
        color: #40647F;
        font-weight: 600;
        margin-top: 1rem;
        font-family: AlibabaPuHuiTi_2_65_Medium;
    }
}


.mt0{
    margin-top: 0 !important;
}

@media (max-width: 768px) {
    .bgimg-pc{
        display: none;
    }
    .bgimg{
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .box0{
        margin: 20px !important;
        font-weight: 600;
    }
    .box0 .text0{
        font-size: 20px !important;
    }
    .box0 .text1{
        font-size: 20px !important;
    }
    body {
        position: relative;
    }


    .content-team{
        padding: 0 2rem;
        width: 100%;
        position: relative;
        z-index: 1;
        box-sizing: border-box;
    }
    .content-team .top-list{
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        width: 100%;
    }
    .content-team .top-list-center{
        display: flex;
        align-items: center;
        justify-content: flex-start;
        margin: 1rem 0;
    }
    .content-team .top-list .top-item{
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        padding: 0 1rem;
        flex-wrap: wrap;
        width: 50%;
        box-sizing: border-box;
        cursor: pointer;
        margin-bottom: 20px;
    }
    .top-item-image{
        width: 100%;
    }
    .top-item-image img{
        display: block;
        width: 100%;
        border-radius: 100%;
    }
    .top-item-name{
        font-size: 16px;
        color: #40647F;
        margin-top: 10px;
        font-family: SourceHanSansCN-Bold;
    }
    .top-item-zw{
        font-size: 13px;
        margin-top: 4px;
        font-weight: bold;
        color: #40647F;
        text-align: center;
        font-family: AlibabaPuHuiTi_2_45_Light;
    }
    .yy-title{
        padding-bottom: 20px;
        text-align: center;
        font-size: 20px;
        font-weight:600;
        color: #40647F;
        margin-top: 10px;
        font-family: AlibabaPuHuiTi_2_65_Medium;
    }

}