.customerCase .banner {
    width: 100%;
    position: relative;
}

.customerCase .banner .swiper {
    width: 100%;
    height: 5.16rem;
    overflow: hidden;
}

.customerCase .banner .swiper-container {
    position: relative;
}
.customerCase .banner .swiper-container .swiper-pagination {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    bottom: 0.4rem;
}
.customerCase .banner .swiper-container .swiper-pagination-bullet {
    margin: 0 0.06rem;
    width: 0.48rem;
    height: 0.04rem;
    background: #FFFFFF;
    opacity: 1;
    border-radius: 0 !important;
}
.customerCase .banner .swiper-container .swiper-pagination-bullet-active {
    background: #203AE6;
}

.customerCase .banner .slide-content {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.customerCase .banner .slide-content-box {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.customerCase .banner .slide-content .case-pic {
    display: block;
    width: 100%;
    height: 100%;
}

.customerCase .banner .slide-content .con {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background:rgba(40, 40, 45, .6)
}

.customerCase .banner .slide-content .con-box {
    width: 100%;
    padding: 1.2rem 0.2rem 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.customerCase .banner .slide-content .con .name {
    font-weight: 700;
    font-size: 0.6rem;
    color: #ffffff;
    line-height: 0.8rem;
    text-align: center;
}

.customerCase .banner .slide-content .con .desc {
    margin-top: 0.08rem;
    font-weight: 300;
    font-size: 0.24rem;
    color: #F8F8FA;
    line-height: 0.32rem;
    text-align: center;
}

.customerCase .banner .slide-content .con .link {
    margin-top: 0.52rem;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.customerCase .banner .slide-content .con .more-btn {
    display: inline-block;
    padding: 0.16rem 0.6rem;
    background: #203AE6;
    border-radius: 0.16rem;
    overflow: hidden;
    font-weight: 300;
    font-size: 0.28rem;
    color: #FFFFFF;
    line-height: 0.38rem;
}

.customerCase .case-section {
    padding-top: 0.8rem;
    padding-bottom: 2rem;
    background: #f5f5fa;
}

.customerCase .case-section .case .case-list {
    margin-bottom: -0.38rem;
}

.customerCase .case-section .case .case-list .case-item {
    margin-bottom: 0.38rem;
    display: block;
    background: #ffffff;
    border-radius: 0.24rem;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}

.customerCase .case-section .case .case-list .case-item .case-pic {
    display: block;
    width: 100%;
    height: 4rem;
    background: #203ae6;
}

.customerCase .case-section .case .case-list .case-item .case-pic .img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.customerCase .case-section .case .case-list .case-item .con {
    padding: 0.4rem;
}

.customerCase .case-section .case .case-list .case-item .con .name {
    font-weight: 500;
    font-size: 0.32rem;
    color: #28282d;
    line-height: 0.48rem;
}

.customerCase .case-section .case .case-list .case-item .con .desc {
    margin-top:0.08rem;
    font-weight: 400;
    font-size: 0.24rem;
    color: #69696D;
    line-height: 0.32rem;
}

.customerCase .case-section .case .case-list .case-item .con .tag-list {
    margin-top: 0.32rem;
}

.customerCase .case-section .case .case-list .case-item .con .logo-link {
    margin-top: 0.24rem;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.customerCase .case-section .case .case-list .case-item .con .logo-link .logo {
    -webkit-flex: 0 0 2.2rem;
    -moz-box-flex: 0;
    -ms-flex: 0 0 2.2rem;
    flex: 0 0 2.2rem;
    height: 0.8rem;
    background: #f2f2f2;
}
.customerCase .case-section .case .case-list .case-item .con .logo-link .logo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.customerCase .case-section .case .case-list .case-item .con .logo-link .link-btn {
    display: inline-block;
    padding: 0.13rem 0.32rem;
    border: 0.5px solid #203AE6;
    font-weight: 300;
    font-size: 0.24rem;
    color: #203AE6;
    line-height: 0.38rem;
    border-radius: 0.12rem;
    overflow: hidden;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}