.box1 {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding-top: 0.89rem;
    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;
    justify-content: space-between;
    margin-top: 0.76rem;
}

.box1_p2 {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 0.24rem;
    color: #333333;
    position: relative;
    margin-left: 0.2rem;
    margin-bottom: 0.3rem;
}

.box1_p2::after {
    content: '';
    position: absolute;
    width: 0.05rem;
    height: 0.28rem;
    background: #BD261D;
    top: 50%;
    transform: translateY(-50%);
    left: -0.15rem;
}
.box1_left_flex{
    display: flex;
    gap: 0.6rem;
    margin-bottom: 0.58rem;
}
.box1_left_box_flex {
    display: flex;
    align-items: center;
    gap: 0.1rem;
    margin-bottom: 0.2rem;
}

.box1_left_box_flex img {
    width: 0.26rem;
    height: 0.26rem;
}
.box1_code{
    width: 2rem;
    height: 2rem;
}
.box1_right{
    width: 8.3rem;
    height: 5.51rem;
}



@media only screen and (max-width: 768px) {
.box1_body{
            flex-direction: column;
    }
    .box1_right{
            width: 7.1rem;
    }
}