@media only screen and (max-width: 1340px) {
    .wrap {
        width: auto;
        max-width: 1100px;
        min-width: 1100px;
    }


    .headb-cnt {
        padding: 10px 0;
    }

    .headb-ctbimg>img {
        width: 120px;
        height: auto;
    }

    .ctbl-ul>li>a {
        padding: 10px 25px;
        font-size: 14px;
    }

    .search-btn img {
        width: 25px;
        height: auto;
    }

    .head-no {
        width: 100%;
        height: 70px;
    }









    .cd-top {
        height: 50px;
        width: 50px;
    }







    .footb-cnt {
        padding: 30px 0;
    }

    .footb-ctle ul li h3 {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .footb-ctle ul li a {
        font-size: 12px;
        margin-bottom: 10px;
    }



    .footb-ctrlink h3 {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .footb-ctrlink p {
        font-size: 12px;
        margin-bottom: 10px;
    }



    .footb-ctr-img {
        width: 100px;
        margin-left: 20px;
    }

    .footb-ctr-img p {
        font-size: 14px;
    }


    .footb-btm {
        padding: 15px 0;
    }

    .footb-btm p {
        font-size: 12px;
    }

    .footb-btm p a {
        font-size: 12px;
    }


}

@media only screen and (max-width: 769px) {
    .wrap {
        max-width: 100% !important;
        min-width: 100%;
    }

    .pcword {
        display: none;
    }

    .appword {
        display: block;
    }



    /* ---按钮--- */
    .menu-button {
        width: 20%;
        height: 100%;
        padding: .3rem .1rem;
        cursor: pointer;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        background-color: #ffffff;
    }

    .menu-button .bar:nth-of-type(1) {
        margin-top: 0px;
    }

    .menu-button .bar:nth-of-type(3) {
        margin-bottom: 0px;
    }

    .bar {
        position: relative;
        display: block;
        width: .5rem;
        height: .05rem;
        margin: .1rem auto;
        background-color: #E12809;
        border-radius: 10px;
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }

    .cross .bar:nth-of-type(1) {
        -webkit-transform: translateY(9px) rotate(-45deg);
        -ms-transform: translateY(9px) rotate(-45deg);
        transform: translateY(9px) rotate(-45deg);
    }

    .cross .bar:nth-of-type(2) {
        opacity: 0;
    }

    .cross .bar:nth-of-type(3) {
        -webkit-transform: translateY(-10px) rotate(45deg);
        -ms-transform: translateY(-10px) rotate(45deg);
        transform: translateY(-10px) rotate(45deg);
    }




    /* -----main-banner------- */
    .classify-banner {
        max-width: 100%;
        min-width: 100%;
    }

    /* 回到头部 */
    .cd-top {
        height: 40px;
        width: 40px;
    }

    .cd-top a i {
        font-size: 22px;
    }





    /* -----左侧列表----- */
    .head-no {
        width: 100%;
        height: 1rem;
    }

    /* .head-app{} */

    .appnav-top {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        position: fixed;
        top: 0;
        z-index: 999;
        background-color: #ffffff;
    }

    .appnav-tpimg {
        padding: 0 10px;
    }

    .appnav-tpimg img {
        width: 100px;
    }


    .appbjmont {
        width: 100vw;
        height: 100vh;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 91;
        background-color: rgba(0, 0, 0, .5);
        display: none;
    }

    .appnav-left {
        width: 60%;
        height: 100vh;
        background-color: #ffffff;
        position: fixed;
        left: -60vw;
        top: 0;
        z-index: 95;
        transition: all .3s;
        overflow-y: auto;
    }

    .frame-titap {
        border-bottom: 0px solid #e5e5e5;

    }

    .frame-titap>ul {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
    }

    .frame-titap>ul>li {
        width: 100%;
        position: relative;
        text-align: center;
    }

    .frame-titap>ul>li a {
        width: 100%;
        font-size: 14px;
        padding: 15px 0;
        display: inline-block;
        text-align: center;
    }

    .title-itm::after {
        bottom: 10px;
    }

    .lischild {
        width: 100%;
        background-color: #f5f5f5;
        border-top: 1px solid #e5e5e5;
        display: none;
        transition: all .5s;
    }

    .lischild>a {
        width: 100%;
        padding: .15rem .3rem;
        border-bottom: 1px solid #e5e5e5;
        text-align: center;
    }

    .apptile {
        background-color: #f9f9f9 !important;
        color: #E12809 !important;
        font-weight: 600;
    }

    .ctbl-uprod>a>img {
        width: 20px;
        height: 20px;
        margin-top: 0px;
    }

    .ctbl-uprod>a>span {
        font-size: 14px;
        margin-left: .1rem;
    }


    .headb-tcnt {
        flex-direction: column;
    }


    .headb-tcnt {
        display: flex;
        justify-content: center;
    }

    .headb-tcnt>a {
        width: 30px;
        display: inline-block;
        margin: auto;
    }






    /* ---------footer---------- */
    .foot-app {
        background-color: rgba(51, 51, 51, 1);
    }

    .footb-btm {
        padding: .15rem 0;
        flex-direction: column;
    }

    .footb-btm p {
        font-size: 12px;
        text-align: center;
        padding: .1rem;
    }

    .footb-btm p img {
        width: 18px;
        height: 18px;
        margin-right: .1rem;
    }
}