.footer {
    background: #202020;
    padding-top: 0.43rem;
}
.footer .main {
    display: flex;
    align-items: center;
}
.footer_left .logo{
    width: 3.47rem;
    height: .79rem;
    margin-bottom: .43rem;
}
.footer_p2{
    font-family: 'Sans-SemiBold';
    font-size: .22rem;
    margin-bottom: .38rem;
    color: #fff;
    letter-spacing: .01rem;
}
.footer_p3{
    display: flex;
    width: 4.5rem;
    gap: 0.1rem;
    margin-bottom: .14rem;
}
.footer_p3 img{
    width: .24rem;
    height: .24rem;
    margin-top: 0.04rem;
}
.footer_p3 p{
    font-family: 'w1';
    font-size: .16rem;
    color: #fff;
    line-height: .3rem;
}
.footer_last{
    padding-top: .25rem;
    padding-bottom: .4rem;
    border-top: 1px solid #343434;
}
.footer_last p{
    color: #BBBBBB;
    font-size: .16rem;

}
.footer_icon{
    display: flex;
    gap: 0.3rem;
    margin-bottom: .48rem;
    margin-top: .83rem;
}
.footer_icon img{
    width: 0.44rem;
    height: 0.44rem;
    object-fit: contain;
    filter: brightness(0) invert(1);
}


.footer_right {
    display: flex;
    gap: 0 1.13rem;
}

.footer_right a {
    height: fit-content;
}

.footer_p5 {
    font-family: Sans-SemiBold;
    font-size: 0.22rem;
    color: #fff;
    margin-bottom: 0.41rem;
}

.footer_p6 {
    font-family: w1;
    font-size: 0.16rem;
    color: #fff;
    line-height: 0.4rem;
}

.footer_p6:hover {
    color: #005DAB;
}

