.caseService2206131711 {
    max-width: 768px;
    margin: 0 auto;
    position: relative;
}

.caseService2206131711 * {
    box-sizing: border-box;
}

.caseService2206131711 .swiper-container {
    height: 100%;
}

.caseService2206131711 .swiper-content-item {
    height: 0;
    position: relative;
    width: 100%;
}

.caseService2206131711 .swiper-container-active {
    height: 350px;
}

.caseService2206131711 .scene_img {
    width: 100%;
    height: 124px;
    object-fit: cover;
    max-width: 100%;
    display: block;
    border: none;
}

.caseService2206131711 a {
    display: block;
    text-decoration: none;
    border-radius: 2px;
    border: 1px solid #e9ebed;
}

.caseService2206131711 .swiper-slide-active a {
    box-shadow: 0 2px 4px 0 rgba(102, 102, 102, 0.1);
}

.caseService2206131711 a .content {
    padding: 20px 10px;
    text-align: center;
}

.caseService2206131711 a .content .title {
    color: #263858;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.caseService2206131711 a .content .des {
    color: #1c2147;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-height: 1.6;
    height: 56px;
    text-align: center;
    margin-bottom: 14px;
}

.caseService2206131711 a .content .more_btn {
    display: inline-block;
    height: 24px;
    width: 100px;
    line-height: 24px;
    font-size: 12px;
    color: #263858;
    border: 1px solid #263858;
    border-radius: 2px;
}

.caseService2206131711 .swiper-pagination {
    width: 100%;
    bottom: 30px;
}

.caseService2206131711 .swiper-pagination-bullet {
    width: 16px;
    height: 2px;
    border-radius: 0;
    margin: 0 4px;
    background: #5c88e8;
}

.caseService2206131711 .swiper-pagination-bullet-active {
    width: 30px;
    background: #007aff;
}

.caseService2206131711 .nav_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    font-size: 12px;
    color: #6c7588;
    margin-bottom: 20px;
}

.caseService2206131711 .nav_list .nav_item img {
    width: 30px;
    height: 30px;
    object-fit: scale-down;
    margin: 0 auto;
    display: block;
}

.caseService2206131711 .nav_list .nav_item {
    width: 64px;
    display: flex;
    justify-content: center;
    text-align: center;
    transition: all .3s ease 0s;
    position: relative;
    padding: 10px 0;
}

.caseService2206131711 .nav_list .nav_item .hover_img {
    display: none;
}

.caseService2206131711 .nav_list .nav_item_active .normal_img {
    display: none;
}

.caseService2206131711 .nav_list .nav_item_active .hover_img {
    display: block;
}

.caseService2206131711 .nav_list .nav_item_active {
    background: #6395ff;
    border-radius: 4px;
    color: #fff;
}

.caseService2206131711 .nav_list .nav_item_active:after {
    position: absolute;
    content: "";
    width: 46px;
    height: 3px;
    background: #fff;
    bottom: 0;
}

.caseService2206131711 .nav_list .nav_item_title {
    padding-top: 8px;
    font-size: 12px;
}