.app-upgrade {
    width: 100%;
}

.integrated-service-swiper > .intergrated-service-title {
    text-align: center;
    height: 48px;
    font-size: 32px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 48px;
}

.integrated-service-swiper > .service-nav > .active {
    border-bottom: 2px solid white;
    font-weight: 600;
}

.integrated-service-swiper > .service-content > li {
    display: none;
}

.integrated-service-swiper > .service-content > .active {
    display: block;
}

.integrated-service-swiper > .service-content > .content-item > .service-logo {
    width: 130px;
    height: 50px;
}

.integrated-service-swiper > .service-content > .content-item > .service-logo > img {
    width: 100%;
    height: 100%;
}

.integrated-service-swiper > .service-content > .content-item > a {
    display: block;
    width: 138px;
    height: 48px;
    border-radius: 4px;
    border: 1px solid #FFFFFF;
    text-align: center;
    font-size: 16px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 48px;
}

.integrated-service-swiper > .service-content > .content-item > a:hover {
    background: rgba(255, 255, 255, 0.15);
}

@media (min-width: 768px) {
    .integrated-service {
        height: 590px;
    }

    .integrated-service-swiper {
        width: 1200px;
        margin: 0 auto;
        padding-top: 69px;
    }


    .integrated-service-swiper > .service-nav {
        display: flex;
        justify-content: center;
        padding: 55px 0;
    }

    .integrated-service-swiper > .service-nav > li {
        margin: 0 40px;
        height: 35px;
        font-size: 18px;
        font-family: PingFangSC, PingFang SC;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 25px;
    }

    .integrated-service-swiper > .service-content > .content-item > p {
        margin: 32px 0;
        width: 650px;
        max-height: 60px;
        font-size: 16px;
        font-family: PingFangSC, PingFang SC;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 30px;
    }

}

@media (max-width: 768px) {
    .integrated-service-swiper {
        padding: 28px 24px;
    }

    .integrated-service-swiper > .intergrated-service-title {
        height: 36px;
        font-size: 24px;
        line-height: 36px;
        letter-spacing: 1px;
    }

    .integrated-service-swiper > .service-nav {
        display: flex;
        justify-content: space-around;
        padding: 48px 0 40px 0;
    }

    .integrated-service-swiper > .service-nav > li {
        margin: 0 20px;
        height: 30px;
        font-size: 14px;
        font-family: PingFangSC, PingFang SC;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 20px;
    }

    .integrated-service-swiper > .service-content > .content-item > p {
        margin-bottom:40px;
        height: 42px;
        font-size: 13px;
        font-family: PingFangSC, PingFang SC;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 21px;
    }

    .integrated-service-swiper > .service-content > .content-item > a{
        width: 104px;
        height: 36px;
        border-radius: 2px;
        font-size: 12px;
        line-height: 36px;
        margin-bottom: 65px;
    }
}

@media (min-width: 3840px) {
    .integrated-service {
        height: 1180px;
    }

    .integrated-service-swiper {
        width: 2400px;
        padding-top: 138px;
    }


    .integrated-service-swiper > .service-nav {
        padding: 110px 0;
    }

    .integrated-service-swiper > .service-nav > li {
        margin: 0 80px;
        height: 70px;
        font-size: 36px;
        line-height: 50px;
    }

    .integrated-service-swiper > .service-content > .content-item > p {
        margin: 64px 0;
        width: 1300px;
        max-height: 120px;
        font-size: 32px;
        line-height: 60px;
    }

}
