.yichen_service_wall {
    padding: var(--component-gap) 0 0;
}

.yichen_service_wall_box {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-end;
    height: 450px;
}
.yichen_service_wall_box_item{
    width: calc(20% - 11.2px);
    overflow: hidden;
    border-radius: 5px;
    background: #F5F5F5;
}
.yichen_service_wall_box_item:nth-child(1) {
    height: 62%;
}

.yichen_service_wall_box_item:nth-child(2) {
    height: 36%;
    margin-top: 0.6%;
}

.yichen_service_wall_box_item:nth-child(3) {
    height: 79.1%;
}

.yichen_service_wall_box_item:nth-child(4) {
    height: 56.2%;
}

.yichen_service_wall_box_item:nth-child(5) {
    height: 79.1%;
}

.yichen_service_wall_box_item:nth-child(6) {
    height: 62%;
}

.yichen_service_wall_box_item:nth-child(7) {
    height: 36%;
    margin-top: 0.6%;
}
.yichen_service_wall_list{
    width: 100%;
    height: 100%;
}
.yichen_service_wall_item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media screen and (max-width: 1200px) {
    .yichen_service_wall_box {
        height: 350px;
    }
}
@media screen and (max-width: 992px) {
    .yichen_service_wall_box {
        height: 250px;
    }
}
@media screen and (max-width: 768px) {
    .yichen_service_wall_box_item {
        width: calc(20% - 4.8px);
    }
    .yichen_service_wall_box {
        height: 195px;
    }
}
@media screen and (max-width: 576px) {
    .yichen_service_wall_box_item {
        width: calc(20% - 3.6px);
    }
    .yichen_service_wall_box {
        height: 150px;
    }
}