.swiper-slide .service-wrapper {
    display: flex;
    width: 100%;
    height: 100%;
    background-image: url('../../img/index/index_service_bg.jpg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    padding-top: 22.68vh;
    align-content: center;
    position: relative;
}

.swiper-slide .service-wrapper .content-wrapper {
    display: flex;
    box-sizing: border-box;
    flex-direction: column;
    align-items: center;
    margin-left: 40px;
    margin-right: 40px;
    width: calc(100% - 80px);
    max-width: 1200px;
}

.swiper-slide .service-wrapper .content-wrapper .title{
    font-weight: 800;
    font-size: 48px;
    color: #1755ED;
    line-height: 1;
}
.swiper-slide .service-wrapper .content-wrapper .title-en{
    font-weight: 500;
    font-size: 30px;
    color: rgba(23, 85, 237, 0.5);
    line-height: 1;
    margin-top: 30px;
}

.swiper-slide .service-wrapper .content-wrapper .line{
    display: flex;
    margin-top: 30px;
    width: 114px;
    height: 9px;
    background: #1755ED;
}

.swiper-slide .service-wrapper .content-wrapper .content-title{
    display: flex;
    margin-top: 83px;
    font-weight: 800;
    font-size: 36px;
    color: #333333;
    margin-bottom: 34px;
}

.swiper-slide .service-wrapper .content-wrapper .content-text{
    font-size: 18px;
    align-self: center;
    line-height: 2;
    font-weight: 400;
    color: #999999;
}

.swiper-slide .service-wrapper .content-wrapper .more{
    font-weight: bold;
    font-size: 17px;
    color: #1755ED;
    margin-top: 100px;
}

.swiper-slide .service-wrapper .icp {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 14px;
    font-weight: 400;
    color: #999999;
}

.swiper-slide .service-wrapper .icp a {
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    text-decoration:none
}
