.margin1{
    padding-top: 0.89rem;
}
.margin2{
    margin-top: 0.77rem;
    padding-bottom: 1rem;
}
.box1_p1 {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 0.36rem;
    color: #333333;
    text-align: center;
    position: relative;
}

.box1_p1::after {
    content: "";
    width: 1rem;
    height: 0.03rem;
    background: #BD261D;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -0.14rem;
}

.box1_body {
    display: flex;
    flex-wrap: wrap;
    gap: 0.3rem;
    margin-top: 0.96rem;
    margin-bottom: 0.8rem;
}

.box1_box {
    max-width: 4.8rem;
    width: 31.5%;
    height: 3rem;
    overflow: hidden;
}

.box1_box img {
    transition: 0.5s;
}

.box1_box:hover img {
    transform: scale(1.1);
}

@media only screen and (max-width: 768px) {
.box1_body{
        justify-content: space-between;
    }
    .box1_box{
        width: 47.5%;
    }
}