.solution_read_box {
    width: 100%;
    padding-top: calc(30px + 5rem);
    padding-bottom: calc(80px + 5rem);
}

.solution_read {
    max-width: 1440px;
    width: 85%;
    margin: auto;
}

.solution_read_title .p1 {
    font-family: Alibaba;
    font-size: calc(4px + 1.5rem);
    color: #333333;
    line-height: calc(8px + 2rem);
    text-align: center;
}

.solution_read_title .p2 {
    font-family: pingfang_regular;
    font-weight: 400;
    font-size: calc(8px + 0.5rem);
    color: #777777;
    line-height: calc(10px + 1rem);
    text-align: center;
    margin: auto;
    margin-top: calc(3px + 0.5rem);
    width: calc(65px + 41rem);

}

.solution_read_sub_pic {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: calc(20px + 2rem);
    margin-bottom: calc(10px + 5rem);
}

.solution_read_sub_pic img {
    width: 25%;
    height: calc(68px + 15rem);
    object-fit: cover;
}

.solution_read_pic {
    width: calc(102px + 40rem);
    margin: auto;
    margin-top: calc(20px + 2rem);
}

.solution_read_pic img {
    width: 100%;
}

@media screen and (max-width: 1100px) {
    .solution_read_title .p1 {
        font-size: calc(16px + 1rem);
        line-height: 1.5;
    }

    .solution_read_title .p2 {
        width: 100%;
        font-size: calc(10px + 1rem) !important;
        line-height: 1.5;
    }

    .solution_read_sub_pic img {
        height: calc(68px + 5rem);
    }

    .solution_read_pic {
        width: 100%;
    }
}