.advantage .publicModule3 {
    margin-top: 70px;
    padding-bottom: 70px;
}

.publicModule3 li:nth-child(1) .big h2 {
    background: url(../images/sdkadvantageW1.png)no-repeat top left;
    background-size: 26px 26px;
}

.publicModule3 li:nth-child(2) .big h2 {
    background: url(../images/sdkadvantageW2.png)no-repeat top left;
    background-size: 26px 26px;
}

.publicModule3 li:nth-child(3) .big h2 {
    background: url(../images/sdkadvantageW3.png)no-repeat top left;
    background-size: 26px 26px;
}

.publicModule3 li:nth-child(4) .big h2 {
    background: url(../images/sdkadvantageW4.png)no-repeat top left;
    background-size: 26px 26px;
}

.publicModule3 li:nth-child(5) .big h2 {
    background: url(../images/sdkadvantageW5.png)no-repeat top left;
    background-size: 26px 26px;
}

.publicModule3 li:nth-child(6) .big h2 {
    background: url(../images/sdkadvantageW6.png)no-repeat top left;
    background-size: 26px 26px;
}

.publicModule3 li:nth-child(7) .big h2 {
    background: url(../images/sdkadvantageW7.png)no-repeat top left;
    background-size: 26px 26px;
}

.publicModule3 li:nth-child(8) .big h2 {
    background: url(../images/sdkadvantageW8.png)no-repeat top left;
    background-size: 26px 26px;
}

/* 跨平台能力 */
.capability {
    padding-bottom: 70px;
}

.capability .pbulicPageTitle {
    margin-bottom: 70px;
}

.capability img {
    display: block;
    margin: 0px auto;
    width: 950px;
    height: auto;
}

/* 案例 */
.case {
    padding-bottom: 70px;
}

.case>p {
    text-align: center;
    margin: 50px auto;
    color: #8695B1;
}

.case .publicModule5Con {
    position: relative;
}

.case .publicModule5 .tag {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 1;
    line-height: 48px;
    padding: 0px 20px;
    background: #1E95E8;
    border-radius: 0px 8px 0px 8px;
    color: #fff;
}

.case .publicModule5Con .txtBox {
    height: 100%;
    overflow-y: auto;
}

.case .publicModule5Con>div::-webkit-scrollbar {
    display: none
}

.case .publicModule5Con>div {
    scrollbar-width: none;
}

.case .txtBox img {
    display: block;
    height: 34px;
    width: auto;
    margin-bottom: 12px;
}

.case .txtBox p {
    color: #8695B1;
    line-height: 1.7;
}

.case .txtBox h3 {
    position: relative;
    color: #333;
    margin: 36px 0px 16px 0px;
    z-index: 2;
}

.case .txtBox h3::after {
    content: "";
    display: block;
    width: 46px;
    height: 10px;
    background: #1E95E8;
    opacity: 0.18;
    position: absolute;
    left: 0px;
    top: 12px;
    z-index: 1;
}

/* 合作伙伴 */
.partners {
    padding-bottom: 70px;
}

.partners .pbulicPageTitle {
    margin-bottom: 70px;
}

.partnersList {
    display: flex;
    flex-wrap: wrap;
}

.partnersList li {
    width: 25%;
    height: 84px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 36px;
}

.partnersList li img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;

    /*-webkit-filter: grayscale(100%);*/
    /*-moz-filter: grayscale(100%);*/
    /*-ms-filter: grayscale(100%);*/
    /*-o-filter: grayscale(100%);*/
    /*filter: grayscale(100%);*/
    /*filter: gray;*/
    /*opacity: 1;*/
}



/* 移动端 */
@media (max-width: 767px) {
    .advantage .publicModule3 {
        margin-top: 40px;
        padding-bottom: 40px;
    }

    .advantage .publicModule3 li .big h2 {
        background: none;
    }

    .capability img {
        width: 92%;
        margin: 0px 4%;
    }

    .capability .pbulicPageTitle,
    .partners .pbulicPageTitle {
        margin-bottom: 40px;
    }

    .capability,
    .case,
    .partners {
        padding-bottom: 40px;
    }

    .case>p {
        margin: 30px auto;
    }

    .case .txtBox h3 {
        margin-top: 24px;
    }

    .case .txtBox h3::after {
        top: 6px;
        width: 36px;
    }

    .partnersList {
        justify-content: space-between;
    }

    .partnersList li {
        width: 46%;
        height: 70px;
    }

    .publicModule5 .publicModule5Con {
        padding: 32px 20px 22px 20px;
    }

    .case .publicModule5 .tag {
        line-height: 40px;
    }
}