.footer {
    width: 100%;
    background: #FFFFFF;
    padding-top: 0.5rem;
    padding-bottom: 0.71rem;
    border-top: 0.01rem solid #E5E5E5;
}

.footer_main {
    max-width: 16.4rem;
    width: 95%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.footer_left_top {
    display: flex;
    align-items: center;
    gap: 0.72rem;
    margin-bottom: 0.73rem;
}

.footer_logo {
    width: 2.3rem;
    height: 0.6rem;
}

.footer_p1 {
    font-family: Microsoft YaHei UI, Microsoft YaHei UI;
    font-weight: 400;
    font-size: 0.3rem;
    color: #000000;
}

.footer_p2 {
    font-family: Microsoft YaHei UI, Microsoft YaHei UI;
    font-weight: 400;
    font-size: 0.16rem;
    color: #666666;
    line-height: 0.19rem;
    margin-bottom: 0.18rem;
}

.footer_p3 {
    font-family: Microsoft YaHei UI, Microsoft YaHei UI;
    font-weight: bold;
    font-size: 0.16rem;
    color: #666666;
    line-height: 0.19rem;
    padding-right: 0.22rem;
}

.footer_left_bottom_box {
    display: flex;
    align-items: center;
    gap: 0.48rem;
}

.footer_right_top {
    margin-bottom: 0.49rem;
}

.footer_right_top p {
    font-family: Microsoft YaHei UI, Microsoft YaHei UI;
    font-weight: 400;
    font-size: 0.16rem;
    color: #666666;
    line-height: 0.19rem;
    text-align: center;
    margin-top: 0.19rem;
}

.footer_right_top_box {
    display: flex;
    align-items: center;
    gap: 0.23rem;
}

.footer_right_top_box img {
    width: 1.35rem;
    height: 1.35rem;
}

.footer_right_bottom {
    display: flex;
    align-items: center;
    gap: 0.16rem;
}

.footer_right_bottom img {
    width: 0.6rem;
    height: 0.25rem;
}
.footer_right_bottom p{
    font-family: Microsoft YaHei UI, Microsoft YaHei UI;
    font-weight: 400;
    font-size: 0.2rem;
    color: #000000;
}


@media only screen and (max-width:768px){
    .footer_main{
        flex-wrap:wrap;
    }
    .footer_left_top{
            gap: 0.2rem;
    }
}