.footer_top {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 4.8rem;
    padding-top: 1rem;
}

.footer_top .main {
    display: flex;
    justify-content: space-between;
}

.footer_box1 {
    display: flex;
    gap: 1rem;
}

.footer_p1 {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.2rem;
    color: #333333;
    margin-bottom: 0.3rem;
    height: fit-content;
}

.footer_p2 {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.16rem;
    color: #333333;
    line-height: 0.44rem;
    height: fit-content;
}

.footer_box2_box {
    display: flex;
    gap: 0.6rem;
}

.code {
    width: 1.5rem;
    height: 1.5rem;
}

.footer_bottom {
    height: 0.6rem;
    background: #E1E1E1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer_bottom img {
    width: 0.18rem;
    height: 0.18rem;
    margin-left: 0.18rem;
    margin-right: 0.05rem;
}

.footer_bottom_p {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.14rem;
    color: #333333;
}
.footer_bottom1{
    margin-right: 0.3rem;
}


@media only screen and (max-width: 768px) {
.footer_box1{
        display:none;    
    
}
}