/*footer*/
footer {
    width: 100%;
    min-height: 5rem;
    padding-top: .4rem;
    border-top: 0.01rem solid rgba(255, 255, 255, 0.3);
}

footer .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: .7rem;
}

.footLogo {
    width: 2rem;
    height: .88rem;
}

footer .top h2 {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 600;
    font-size: 0.36rem;
    color: #FFFFFF;
}

footer .bottom {
    display: flex;
    justify-content: space-between;
    padding-bottom: 0.4rem;
    box-sizing: border-box;
}

footer .bottom .left {
    width: 2.88rem;
}

footer .bottom .left h4 {
    font-family: Arial, Arial;
    font-weight: bold;
    font-size: 0.2rem;
    color: #FFFFFF;
    margin-bottom: .2rem;
}

footer .bottom .left .item {
    width: 2.88rem;
    display: flex;
    margin-bottom: 0.15rem;
}
footer .bottom .left .item:last-child{
    margin-bottom: 0;
}
footer .bottom .left .item img{
    max-width: 0.24rem;
    max-height: 0.24rem;
    object-fit: contain;
    margin-right: 0.12rem;
}
footer .bottom .left .item a{
    font-family: Arial, Arial;
    font-weight: 400;
    font-size: 0.16rem;
    color: #FFFFFF;
}
footer .bottom .foot_nav{
    display: flex;
    width: calc(100% - 4.63rem);
    justify-content: space-between;
    padding: 0 0.9rem 0 1.11rem;
    box-sizing: border-box;
}
footer .bottom .foot_nav .foot_class1{
    font-family: Arial, Arial;
    font-weight: bold;
    font-size: 0.2rem;
    color: #FFFFFF;
    margin-bottom: 0.2rem;
    white-space: nowrap;
}
footer .bottom .foot_nav .foot_class2{
    font-family: PingFang SC;
    font-weight: 400;
    font-size: 0.18rem;
    color: #FFFFFF;
    white-space: nowrap;
    margin-bottom: 0.16rem;
}
footer .bottom .foot_nav .foot_class2:last-child{
    margin-bottom: 0;
}
footer .bottom .foot_fr{
    width: 1.75rem;
}
footer .bottom .foot_code{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

footer .bottom .foot_code img{
    width: 100%;
    height: auto;
}
footer .bottom .foot_code span{
    width: 100%;
    display: block;
    font-family: PingFang SC;
    font-weight: 400;
    font-size: 0.18rem;
    color: #FFFFFF;
    margin-top: 0.05rem;
    text-align: center;
}


footer .bottom .foot_fr .foot_share{
    display: flex;
    align-items: center;
    column-gap: 0.12rem;
    margin-top: 0.2rem;
}
footer .bottom .foot_fr .foot_share a{
    width: 0.36rem;
    height: 0.36rem;
    transition: all 0.5s;
    display: flex;
}
footer .bottom .foot_fr .foot_share a:hover{
    transform: translateY(-0.06rem);
}

footer .banquan{
    border-top: 0.01rem solid rgba(255, 255, 255, 0.3);
    width: 100%;
    height: 0.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Arial, Arial;
    font-weight: 400;
    font-size: 0.16rem;
    color: #FFFFFF;
}
footer .banquan a{
    font-family: Arial, Arial;
    font-weight: 400;
    font-size: 0.16rem;
    color: #FFFFFF;
    margin-left: 0.16rem;
}


