/* >=1160px */
@media screen and (min-width:1680px) {

    .terminals-top-icon {
        padding: 0 13%;
    }

    /* 首屏 */
    .terminals-top-text h1 {
        font-size: 42px;
    }

    .terminals-top-text p {
        font-size: 20px;
    }

    .terminals-top-text a {
        font-size: 18px;
    }

    .terminals-top-icon-items p {
        font-size: 16px;
    }

    .provide-terminals {
        margin: 75px 0 88px;
    }

    .provide-terminals h1 {
        font-size: 28px;
    }

    .why-terminals-text h2 {
        font-size: 28px;
    }

    .why-terminals-text p {
        font-size: 16px;
    }


    .all-in-one-title p {
        font-size: 20px;
    }

    /* .all-in-one-title-solutions h2 {
        font-size: 30px;
    }

    .all-in-one-title-solutions-line {
        width: calc(100% - 380px);
    } */

    /* 菜单展开 */
    .radio {
        width: 90px;
    }
}

/* <1440 */
@media screen and (max-width:1440px) {
    .terminals-top-text h1 {
        font-size: 2.8vw;
    }

}

@media screen and (max-width:1280px) {

    /* all-in-one */
    .all-in-one-sdk-left p {
        font-size: 18px;
        margin: 38px 0 25px;
    }

    /* .all-in-one-title-solutions h2 {
        font-size: 22px;
    }

    .all-in-one-title-solutions-line {
        width: calc(100% - 280px);
    } */

    .all-in-one-title-j {
        width: 22px;
    }

    .radio {
        width: 55px;
    }

    .client-right-text p {
        font-size: 18px;
        margin: 38px 0 25px;
    }

    .compatible-top h3 {
        font-size: 20px;
    }
}

@media screen and (max-width:900px) {

    /* 首屏 */
    .terminals-top {
        height: auto;
        padding: 0;
    }

    .terminals-top-text {
        position: relative;
        top: unset;
        transform: unset;
        text-align: center;
        margin-top: 40px;
    }

    .terminals-top-text h1 {
        font-size: 24px;
    }

    .terminals-top-text p {
        /* font-size: 18px; */
        margin: 24px 0;
    }

    .terminals-top-text a {
        /* font-size: 14px; */
        padding: 8px 20px;
        min-width: unset;
    }

    .mb-terminals-top-img {
        width: 90%;
        margin: 35px auto 0;
        font-size: 0;
    }

    .terminals-top-icon {
        flex-direction: column;
        padding: 20px 10% 55px;
    }

    .terminals-top-icon-items {
        width: 100%;
        margin-top: 40px;
        padding: 0;
    }

    .terminals-top-icon-items p {
        font-size: 14px;
        width: auto;
    }

    .provide-terminals {
        margin: 50px 0 60px;
    }

    .provide-terminals h1 {
        width: 90%;
        margin: 0 auto;
        font-size: 22px;
    }

    /* why */
    .why-terminals {
        display: block;
        padding: 40px 5%;
    }

    .why-terminals-img {
        width: 100%;
        display: block;
    }

    .why-terminals-img img {
        width: 100%;
        position: relative;
        top: unset;
        transform: unset;
    }

    .why-terminals-text {
        width: 100%;
        display: block;
        padding: 20px 0 0;
    }

    .why-terminals-text h2 {
        text-align: center;
        font-size: 24px;
    }
    .why-terminals-text-1{
        margin: 46px 0 0px;
        font-size: 16px;
    }
    /* all-in-one */
    .all-in-one-title {
        width: 90%;
        margin: 50px auto 30px;
    }

    .all-in-one-title p {
        text-align: center;
    }

    .all-in-one-content-top {
        width: 90%;
        margin: 0 auto 20px;
    }

    .sdk-left-title {
        width: 50%;
    }

    .sdk-left-title::after {
        width: 120%;
    }

    .all-in-one-content-top p {
        margin: 30px 0;
        font-size: 16px;
        text-align: left;
        line-height: 1.5;
    }

    .learn-more {
        font-size: 14px;
        width: 130px;
        height: 35px;
        line-height: 35px;
    }

    .all-in-one-content-bottom {
        font-size: 0;
    }

    .mb-sdk-left-img {
        width: 67%;
        float: left;
        position: relative;
    }

    .mb-sdk-right-img {
        width: 33%;
        float: left;
    }

    .box_btn {
        transform: translate(-50%, -50%);
    }

    .sdk-right-menu {
        transform: unset;
    }

    .mb-radio {
        position: absolute;
        width: 45px;
    }

    .animate_0 {
        top: 80px;
        right: 80px;
        transform: translateX(50%);
    }

    .animate_1 {
        top: 80px;
        left: 80px;
        transform: translateX(-50%);
    }

    .animate_2 {
        top: 50%;
        left: 90px;
        transform: translateY(-50%);
    }

    .animate_3 {
        top: 50%;
        right: 90px;
        transform: translateY(-50%);
    }

    .animate_4 {
        bottom: 80px;
        right: 80px;
        transform: translateX(50%);
    }

    .animate_5 {
        bottom: 80px;
        left: 80px;
        transform: translateX(-50%);
    }

    .mb-client {
        margin: 60px auto 20px;
    }

    /* compatible */
    .compatible {
        margin: 50px 0 40px;
    }

    .compatible-an {
        width: 80%;
    }

    .compatible-l {
        width: 90%;
        margin: 20px auto;
    }

    .compatible-top h3 {
        font-size: 16px;
        line-height: 1.5;
    }

    .compatible-img {
        width: 90%;
        margin: 20px auto 0;
    }
}

@media screen and (max-width:320px) {
    .animate_0 {
        top: 70px;
        right: 70px;
        transform: translateX(50%);
    }

    .animate_1 {
        top: 70px;
        left: 70px;
        transform: translateX(-50%);
    }

    .animate_2 {
        top: 50%;
        left: 75px;
        transform: translateY(-50%);
    }

    .animate_3 {
        top: 50%;
        right: 75px;
        transform: translateY(-50%);
    }

    .animate_4 {
        bottom: 70px;
        right: 70px;
        transform: translateX(50%);
    }

    .animate_5 {
        bottom: 70px;
        left: 70px;
        transform: translateX(-50%);
    }
}