.caseService220613 {
    max-width: 320px;
    margin: 0 auto;
    position: relative;
}

.caseService220613 * {
    box-sizing: border-box;
}

.caseService220613 .swiper-container {
    height: 100%;
}

.caseService220613 .scene_img {
    width: 100%;
    height: 176px;
    object-fit: scale-down;
    max-width: 100%;
    display: block;
    border: none;
    height: auto;
}

.caseService220613 a {
    display: block;
    text-decoration: none;
    border-radius: 2px;
    border: 1px solid #e9ebed;
}

.caseService220613 .swiper-slide-active a {
    box-shadow: 0 2px 4px 0 rgba(102, 102, 102, 0.1);
}

.caseService220613 a .content {
    padding: 20px 10px;
    text-align: center;
}

.caseService220613 a .content .title {
    color: #263858;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 10px;
    display: block;
/*    overflow: hidden;*/
    white-space: nowrap;
    text-overflow: ellipsis;
}

.caseService220613 a .content .des {
    color: #333;
    font-size: 12px;
    display: block;
    overflow: hidden;
/*    white-space: nowrap;*/
    text-overflow: ellipsis;
}

.caseService220613 .swiper-pagination {
    width: 100%;
    bottom: -30px;
}

.caseService220613 .swiper-pagination-bullet {
    width: 16px;
    height: 2px;
    border-radius: 0;
    margin: 0 4px;
    background: #5c88e8;
}

.caseService220613 .swiper-pagination-bullet-active {
    width: 30px;
    background: #007aff;
}