@media (max-width:1300px) {

    .header-left ul li img {
        max-width: 85px;
    }
}


@media (max-width:1180px) {

    .header-left ul li img {
        max-width: 80px;
    }

    .header-right {
        width: calc(100% - 305px);
        margin: 0 0 0 45px;
    }

    .page-nav {
        margin: 20px 0 20px 0;
    }
}


@media (max-width:1080px) {

    .header-left ul li img {
        max-width: 74px;
    }
}

@media (max-width:1000px) {
    .page-side {
        display: none;
    }

    #showRightPush {
        display: block;
    }

    .page-main {
        margin: 0;
        width: 100%;
    }

    .header-left,
    .header-right {
        width: 100%;
        margin: 0;
    }

    .header-left {
        display: none;
    }

    .rwd-header-inner {
        width: 90%;
        margin: 0 auto 10px;
        display: block !important;
    }

    .header {
        z-index: 9;
        width: 100%;
        display: inline-block;
        margin: 67px 0 0 0;
        position: relative;
    }

    .header-inner {
        flex-direction: column-reverse;
    }

    #showRightPush {
        display: block;
        top: -37px;
        position: absolute;
        right: 20px;
    }

    .header-left ul {
        padding: 0;
        margin: 0 auto;
        width: 100%;
        list-style: none;
        padding-right: 0;
        max-width: 600px;
    }

    .ending-title.sticky {
        position: fixed;
        top: 243px;
        left: 50%;
    }

    .bind-btn img {
        width: 130px;
        height: 78px;
    }


}

@media (max-width:750px) {

    /*-footer-*/
    .footer-left,
    .footer-nav,
    .footer-update {
        float: left;
        width: 100%;
        text-align: center;
    }

    .copyright {

        margin: 0;
        text-align: center;
    }

    .footer-update {

        margin: 5px 0;
    }
}


@media (max-width:700px) {
    .header-left ul li img {
        max-width: 70px;
    }

    .header-left ul {
        max-width: 92%;
    }

    .bind-tb th:first-child {
        width: 170px;
        border-right: 1px solid;
        border-right-color: rgba(255, 255, 255, 0.5);
    }

    .page {
        font-size: 1.0em;
        line-height: 26px;
    }

    section.bind-tb.combo-tb {
        overflow-x: auto;
        width: 100%;
    }
}

@media (max-width:550px) {

    .header-left ul li p {
        font-size: 0.95rem;
    }

    .page-main {
        padding: 25px;
    }

    .header-left ul {
        max-width: 100%;
    }

    .header-left ul li img {
        max-width: 64px;
    }

}


@media (max-width:480px) {

    .header-left ul li img {
        max-width: 60px;
    }

    .header-left ul li p {
        margin: 9px 0 0 0;
        font-weight: bold;
        font-size: 0.9rem;
    }

    .header-left ul li:nth-child(4) p {
        width: 95px;
        margin: 9px auto 0 auto;
    }

    #showRightPush {
        display: block;
        top: -35px;
        position: absolute;
        right: 6%;
    }

    .bind-tb th:first-child {
        width: 120px;
    }

    .bind-tb.range-tb th:first-child {
        width: 92px;
    }

    .bind-tb td {
        padding: 15px 14px;
        font-size: 0.98rem;
    }

    .back-top {
        right: 17px;

    }

    .topArr {
        font-size: 1rem;
        line-height: 35px;
    }

    .back-top a {
        width: 35px;
        height: 35px;
    }

    .combo-pic ul li {
        float: left;
        width: 100%;
    }

    .combo-pic ul li:first-child {
        margin: 0 0 30px 0;
    }

    .bind-remind-cont2 {
        flex-basis: 100%;
        line-height: 1.3;
        padding: 10px 0;
    }
}


@media (max-width:480px) {

    .page-main {
        padding: 22px;
    }

    .header-left ul li {
        width: calc(100% / 2 - 2%);

        margin: 0 1%;
    }

    .header-left ul li p br {
        display: none;
    }

    .header-left ul li:nth-child(4) p {
        width: 100%;
        margin: 9px auto 0 auto;
    }

    .header-left ul li {
        width: calc(100% / 2 - 2%);
        margin: 0 1% 15px 1% !important;
    }

    .header-left ul li:last-child,
    .header-left ul li:nth-last-child(2) {
        margin-bottom: 0 !important;
    }

    .header {
        margin: 50px 0 10px 0;
    }

    .bind-remind-cont {
        flex-basis: 100%;

    }

    .bind-remind-i {
        display: none;
    }

    .ending-title {
        font-size: 10vw;
    }

    .articleContainer .FloatRightImg {
        float: left;
        margin: 0 0 15px 0;
        width: 100%;
    }

    .solution {
        margin-top: 30px;
    }
}