.platform-management {
    width: 100%;
}

.platform-management-swiper .platform-management-content > .brief > a:hover {
    background: #0071EF;
    border: none;
    color: white;
}

.platform-management-swiper .platform-management-content > .brief-img > img {
    width: 100%;
    height: 100%;
}

@media (min-width: 768px) {
    .platform-management-swiper {
        width: 1200px;
        margin: 0 auto;
        padding: 64px 0 24px 0;
    }

    .platform-management-swiper .platform-management-content {
        display: flex;
        height: 366px;
        margin-bottom: 56px;
    }

    .platform-management-swiper .platform-management-content {
        display: flex;
        height: 366px;
        margin-bottom: 56px;
    }

    .platform-management-swiper .platform-management-content > .brief {
        width: 50%;
        background-color: white;
        padding: 56px;
    }

    .platform-management-swiper .platform-management-content > .brief-img {
        width: 50%;
    }

    .platform-management-swiper .platform-management-content > .brief > h3 {
        height: 40px;
        font-size: 28px;
        font-family: PingFangSC, PingFang SC;
        font-weight: 500;
        color: #222222;
        line-height: 40px;
        margin-bottom: 31px;
    }

    .platform-management-swiper .platform-management-content > .brief > p {
        max-height: 90px;
        font-size: 16px;
        font-family: PingFangSC, PingFang SC;
        font-weight: 400;
        color: #222222;
        line-height: 30px;
        margin-bottom: 32px;
    }

    .platform-management-swiper .platform-management-content > .brief > a {
        display: block;
        width: 122px;
        height: 40px;
        border-radius: 4px;
        text-align: center;
        border: 1px solid #222222;
        font-size: 14px;
        font-family: PingFangSC, PingFang SC;
        font-weight: 500;
        color: #222222;
        line-height: 40px;
        letter-spacing: 1px;
    }
}

@media (max-width: 768px) {
    .platform-management-swiper {
        padding: 28px 22px;
        font-size: 12px;
    }

    .platform-management-swiper .platform-management-content:nth-child(even) {
        display: flex;
        flex-flow: column-reverse;
    }

    .platform-management-swiper .platform-management-content {
        background-color: white;
        margin-bottom: 20px;
    }

    .platform-management-swiper .platform-management-content > .brief {
        padding: 20px 28px;
    }

    .platform-management-swiper .platform-management-content > .brief > h3 {
        height: 25px;
        font-size: 20px;
        font-family: PingFangSC, PingFang SC;
        font-weight: 500;
        color: #222222;
        line-height: 25px;
    }

    .platform-management-swiper .platform-management-content > .brief > p {
        max-height: 84px;
        font-size: 12px;
        font-family: PingFangSC, PingFang SC;
        font-weight: 400;
        color: #222222;
        line-height: 21px;
        margin: 12px 0 16px 0;
    }

    .platform-management-swiper .platform-management-content > .brief > a {
        display: block;
        width: 110px;
        height: 36px;
        border-radius: 2px;
        border: 1px solid #222222;
        text-align: center;
        font-size: 13px;
        font-family: PingFangSC, PingFang SC;
        font-weight: 500;
        color: #222222;
        line-height: 36px;
    }

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

}

@media (min-width: 3840px) {
    .platform-management-swiper {
        width: 2400px;
        padding: 128px 0 48px 0;
    }

    .platform-management-swiper .platform-management-content {
        height: 732px;
        margin-bottom: 112px;
    }

    .platform-management-swiper .platform-management-content {
        height: 732px;
        margin-bottom: 112px;
    }

    .platform-management-swiper .platform-management-content > .brief {
        padding: 112px;
    }

    .platform-management-swiper .platform-management-content > .brief > h3 {
        height: 80px;
        font-size: 56px;
        line-height: 80px;
        margin-bottom: 62px;
    }

    .platform-management-swiper .platform-management-content > .brief > p {
        max-height: 180px;
        font-size: 32px;
        line-height: 60px;
        margin-bottom: 64px;
    }

    .platform-management-swiper .platform-management-content > .brief > a {
        width: 244px;
        height: 80px;
        font-size: 28px;
        line-height: 80px;
    }
}