.index_1_box{
    background: url(../images/recommend_bg.png) no-repeat;
    background-position: right;
    background-position-y: 0px;
}

.recommend_2_box{
    width: 100%;
}
.recommend_2{
    max-width: 1420px;
    width: 90%;
    margin: auto;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: calc(8px + 5rem);
    row-gap: calc(8px + 4rem);
}

.recommend_2_item{
    width: calc(154px + 20rem);
}
.recommend_2_item .p1{
font-family: Source Han Sans, Source Han Sans;
font-weight: 500;
font-size: calc(4px + 1rem);
color: #152A3F;
line-height: calc(5px + 1.5rem);
}
.recommend_2_item .p2{
font-family: Source Han Sans, Source Han Sans;
font-weight: 350;
font-size: calc(6px + 0.5rem);
color: #999999;
line-height: calc(9px + 1rem);
margin-top: calc(8px + 1rem);
}

.recommend_3_box{
    width: 100%;
    margin-top: calc(20px + 2rem);
}

.recommend_3{
    width: 100%;
}
.recommend_swiper{
    width: 100%;
}
.recommend_pic_box{
    width: 100%;
    height: calc(60px + 15rem);
}
.recommend_pic_box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media screen and (max-width: 1100px){
    .recommend_2_item{
        width: 100%;
    }
    .recommend_2_item .p1{
        font-size: calc(12px + 1rem);
        line-height: 1.5;
    }
    .recommend_2_item .p2{
        font-size: calc(10px + 1rem);
        line-height: 1.5;
    }
}