.box1 {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding-top: 0.89rem;
    padding-bottom: 1.23rem;
}

.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.42rem 0.3rem;
    margin-top: 1.06rem;
}

.box1_box {
    max-width: 4.8rem;
    width: 31.5%;
    height: 4.3rem;
    background: #FFFFFF;
    box-shadow: 0rem 0rem 0.15rem 0.01rem rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 0.31rem;
}

.box1_imgBox {
    overflow: hidden;
}

.box1_imgBox img {
    width: 100% !important;
    height: 2.8rem !important;
    transition: 0.5s;
}

.box1_p5 {
    max-width: 4.4rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.2rem;
    color: #333333;
    line-height: 0.3rem;
    text-align: left;
    margin-left: 0.2rem;
    margin-top: 0.15rem;
}

.box1_box_bottom {
    width: 4.4rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.box1_p2 {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.14rem;
    color: #999999;
    text-align: left;
}

.box1_p3 {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 0.2rem;
    color: #BD261D;
}

.box1_p4 {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 0.14rem;
    color: #999999;
}

.box1_box:hover .box1_p5 {
    font-weight: bold;
}

.box1_box:hover img {
    transform: scale(1.1)
}
@media only screen and (max-width: 768px) {
.box1_body{
            justify-content: space-between;
    }
    .box1_box_bottom{
            width: 3rem;
    }
    .box1_box{
        width: 47.5%;
    }
}