@media screen and (max-width:768px){
    .wrap{
        opacity: 0;
    }
}
/* 头部banner区域 */
.banner-service-isshow {
    display: none;
}

.swiper-container-banner .swiper-pagination-banner {
    top: unset;
    bottom: 0.5rem !important;
}

.banner-btn {
    display: inline-block;
    width: 1.96rem;
    height: 0.64rem;
    line-height: 0.64rem;
    font-size: 0.28rem;
    font-weight: 400;
    text-align: center;
}

.banner-btn-more {
    background: rgba(255, 255, 255, 1);
    /* background: rgba(35, 134, 238, 1); */
    margin-right: 10px;
    color: rgba(0, 0, 0, 1);
}

/* 轮播图底部圆点 */
.swiper-pagination-bullet {
    border-radius: 0;
    width: 0.12rem !important;
    height: 0.12rem !important;
}

.swiper-pagination-bullet-active {
    border-radius: 0 !important;
    width: 0.36rem !important;
    height: 0.12rem !important;
    opacity: 1;
}

.swipe-style,
.swipe-style2,
.swipe-style3 {
    width: 0.1rem;
    height: 0.1rem;
}

/* 产品优势 */
.relative-product {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding-top: 0.9rem;

}

.introduce-title {
    margin-bottom: 0.38rem;
    font-size:24px;
    font-weight: bold;
    color: rgba(6, 24, 40, 1);
}

.introduce-text {
    width: 6rem;
    height: 1.28rem;
    margin: 0 auto 0.53rem auto;
    text-align: left;
    font-size: 0.26rem;
    font-weight: 300;
    color: rgba(13, 10, 38, 1);
    line-height: 0.36rem;
    opacity: 0.8;
}

.introduce-card-box {
    display: flex;
    flex-direction: row;
    justify-content: center;

}

.introduce-card {
    width: 3.4rem;
    height: 4.85rem;
    background: rgba(246, 246, 246, 1);
    margin-right: 0.1rem;

}

.introduce-icon {
    margin-top: 0.27rem;
    margin-left: 0.41rem;
    width: 1.12rem;
    height: 0.67rem;
}

.introduce-card-icon img {
    display: block;
}

.introduce-card-title {
    margin-left: 0.42rem;
    margin-top: 0.25rem;
    text-align: left;
    height: 0.27rem;
    font-size: 0.32rem;
    font-weight: bold;
    color: rgba(12, 30, 45, 1);
}

.introduce-card-text {
    line-height: 0.32rem;
    font-size: 0.26rem;
    color: #0E1C28;
    text-align: left;
    margin-top: 0.3rem;
    margin-left: 0.4rem;
    margin-right: 0.41rem;
    height: 1.46rem;
    font-weight: 400;
    opacity: 0.75;
    overflow: hidden;
}

.relative-product-text {
    width: 4.7rem;
    max-height: 0.61rem;
    margin: 0.33rem 0.51rem 0.29rem 0.51rem;
    font-size: 13px;
    font-weight: 400;
    color: rgba(6, 24, 40, 1);
    line-height: 0.41rem;
    opacity: 0.75;
    text-align: justify;
}

.introduce-card-title-bar {
    width: 0.44rem;
    height: 0.06rem;
    background: rgba(0, 204, 254, 1);
    margin-top: 0.2rem;
    margin-left: 0.42rem;
}

.introduce-card-button {
    text-align: left;
    width: 1.3rem;
    height: 0.48rem;
    text-align: center;
    line-height: 0.48rem;
    background: rgba(35, 134, 238, 1);
    color: #FFFFFF;
    font-size: 0.26rem;
    margin-top: 0.32rem;
    margin-left: 0.4rem;
}

.introduce-swipe-container {
    position: relative;
    padding-bottom: 0.8rem;

}

.introduce-text {
    width: 6rem;
    height: auto;
    margin: 0 auto 0.53rem auto;
    text-align: justify;
    font-size: 0.26rem;
    font-weight: 300;
    color: rgba(13, 10, 38, 1);
    line-height: 0.36rem;
    opacity: 0.8;
}

.introduce-card-box {
    width: 5.77rem;
    height: 3.24rem;
}

.introduce-card {
    width: 5.77rem;
    height: 3.24rem;
    background: rgba(248, 248, 248, 1);
}

.introduce-card-title {
    margin-top: 0.47rem;
    margin-left: 0.52rem;
    text-align: left;
    height: 0.27rem;
    font-size: 16px;
    font-weight: bold;
    color: rgba(12, 30, 45, 1);
}

.introduce-card-title-bar {
    width: 0.44rem;
    height: 0.06rem;
    background: rgba(0, 204, 254, 1);
    margin-top: 0.23rem;
    margin-left: 0.51rem;
}

.introduce-swipe-container .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition: 300ms;
    transform: scale(0.9);
}

.introduce-swipe-container .swiper-slide-active,
.swiper-slide-duplicate-active {
    transform: scale(1);
}

/* 成功故事 */
.success-case {
    width: 100%;
    /* margin-top:0.7rem ; */
    position: relative;
    padding-bottom: 0.7rem;
    height: auto;
}

.success-bg {
    position: absolute;
    top: 0;
    height: 100%;
}

.success-case-container {
    padding: 40px 20px 0 20px;
    position: relative;
    width: 100%;
}

.success-case-title {
    font-size: 24px;
    margin: 0 0 0.49rem 0;
    height: 0.8rem;
    font-weight: bold;
    color: rgba(6, 24, 40, 1);
    font-weight: bold;
}

.success-case-title-pc {
    color: rgba(0, 0, 0, 1) !important;
}

.case-swipe-container {

    overflow: hidden;
    padding-bottom: 0.8rem;
}

.case-box {
    width: 100%;
    height: 5.05rem;
    padding-bottom: 0.9rem;
}

.case-img-box {
    height: 3.93rem;

}

.case-img-box img {
    display: block;
    width: 100%;
    height: 100%;
}

.case-logo {
    position: absolute;
    width: auto;
    max-height: 0.72rem;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.case-info {
    width: 100%;
    height: 1.12rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0.41rem 0 0.42rem 0;
    background: rgba(246, 246, 246, 1);
    position: absolute;
    bottom: 0;
}

.case-title {
    margin-left: 0.29rem;
    margin-top: -0.1rem;

    font-size: 16px;
    font-weight: bold;
    color: rgba(12, 30, 46, 1);
}

.case-more-btn {
    display: none;
    padding: 0.16rem 0.25rem;
    background-color: #2386EE;
    font-size: 0.18rem;
    margin-top: -0.1rem;
    margin-right: 0.34rem;
    color: #FFFFFF;
}

.case-info-text {
    margin-top: 1rem;
    font-size: 0.16rem;
}

.case-play-btn-hidden {
    display: none;
}


/* 服务云 */
.service-cloud {
    width: 100%;
    height: auto;
    background: rgba(246, 246, 246, 1);
    padding-top: 0.7rem;
    padding-bottom: 0.5rem;
    margin-top: 0.3rem;
}

.service-cloud-title {
    width: auto;
    height: 0.42rem;
    font-size: 24px;
    font-weight: bold;
    color: rgba(6, 24, 40, 1);
    margin: 0 auto;
    text-align: center;
}

.service-cloud-container {
    width: 100%;
    height: auto;
    margin: 0.5rem auto 0 auto;
    padding: 0 0.3rem;
}

.service-cloud-container li {
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    background: rgba(255, 255, 255, 1);
    margin-bottom: 0.3rem;
}

.service-cloud-img {
    width: 1.12rem;
    height: 0.77rem;
    margin: 0 0.33rem;
    position: absolute;
    top:50%;
    transform: translateY(-50%);
}

.service-cloud-img img {
    display: block;
    width: auto;
    height: 100%;
}

.service-cloud-info {
    max-width: 4.8rem;
    height: auto;
    margin: 0.39rem 0 0 1.8rem;
}

.service-cloud-subtitle {
    width: auto;
    height: 0.26rem;
    font-size: 16px;
    font-weight: bold;
    color: rgba(12, 30, 46, 1);
    text-align: left;
    margin: 0 0 0 0.33rem;
}

.service-cloud-text {
    width: auto;
    min-height: 0.54rem;
    max-height: .94rem;
    font-size: 13px;
    font-weight: 400;
    color: rgba(14, 28, 40, 1);
    line-height: 0.34rem;
    opacity: 0.75;
    text-align: left;
    margin: 0.28rem 0 0.39rem 0.35rem;
    overflow: hidden;
}

@media (max-width: 750px) {
    .banner-box {
        top: 2rem;
    }
}