﻿@media only screen and (max-width: 1400px) {
    .wrap {
        width: auto;
        max-width: 1000px;
        min-width: 1000px;
    }

    .head-no {
        width: 100%;
        height: 160px;
    }

    .headb-cnt {
        padding: 10px 0;
    }

    .headb-ctble>img {
        width: 100px;
        height: auto;
    }

    .ctbsearch-input {
        padding: 10px 10px;
    }

    .ctbsearch-input input {
        font-size: 14px;
    }

    .ctbsearch-btn {
        padding: 10px 0;
    }

    .headb-ctbr-itm {
        width: 25px;
        height: 25px;
        margin-left: 20px;
    }

    .shop-num {
        position: absolute;
        top: -5px;
        right: -5px;
        font-size: 12px;
        padding: 1px 4px;
    }

    .ctbl-ul>li>a {
        padding: 10px 20px;
        font-size: 16px;
    }




    .ctbr-itm-down {
        width: 210px;
    }
    .down-cont {
        padding: 15px 20px 5px;
    }
    .down-ctit {
        padding: 8px 0;
    }

    .down-ctit > a {
        font-size: 16px;
    }
    .down-cul {
        padding: 8px 0;
    }
    .down-cul > li {
        padding: 5px 0;
    }
    .down-cul > li > a {
        font-size: 16px;
    }
    .down-cbtn {
        padding: 10px 0;
    }
    .down-cbtn a {
        font-size: 16px;
    }





    .footb-cnt {
        padding: 30px 0;
    }

    .ctitem-tit h2 {
        font-size: 18px;
        padding: 10px 0;
    }

    .ctitem-ul {
        padding: 15px 0;
    }

    .ctitem-ul li {
        padding: 5px 0;
    }

    .ctitem-ul li a {
        font-size: 14px;
    }

    .ctitem-utit img {
        width: 15px;
        height: 15px;
    }

    .ctitem-utit h4 {
        font-size: 14px;
    }

    .ctitem-ul li>p {
        font-size: 14px;
        margin-top: 5px;
    }

    .ctitem-media {
        padding: 15px 0;
    }

    .ctitem-media li {
        margin-right: 10px;
        padding: 5px 0;
    }

    .ctitem-media li a {
        width: 30px;
        height: 30px;
        line-height: 27px;
    }

    .ctitem-media li a img {
        width: 15px;
        height: 15px;
    }

    .footb-btm {
        padding: 15px 0;
    }

    .footb-btm p {
        font-size: 14px;
    }

    .footb-btm p a {
        font-size: 14px;
        padding-left: 15px;
        margin-left: 15px;
    }


    .child-list {
        width: 210px;
        position: absolute;
        top: 37px;
        left: 15px;
    }

    .child-lstbx {
        padding: 15px 0;

    }

    .child-lstli {
        padding: 5px 15px;
    }

    .child-lstli a p {
        font-size: 14px;
    }

    .lstli-two{
        width: 210px;
        min-height: 145px;
        position: absolute;
        top: 0;
        left: 200px;
    }
    .twoul{
        padding: 15px 0;
    }
    .twoli{
        padding: 5px 15px;
    }
    

    .lstli-three{
        width: 210px;
        min-height: 145px;
        position: absolute;
        top: 0;
        left: 200px;
    }
    .threeul{
        padding: 15px 0;
    }
    .threeli{
        padding: 5px 15px;
    }


    .lstli-four {
        width: 210px;
        min-height: 145px;
        position: absolute;
        top: 0;
        left: 200px;
    }

    .fourul {
        padding: 15px 0;
    }

    .fourli {
        padding: 5px 15px;
    }


    .navi-box {
        padding: 15px 0;
    }



}

@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: #771f78;
        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 ----- */
    .navi-box {
        padding: .2rem 0;
    }



    /* -----左侧列表----- */
    .head-no {
        width: 100%;
        height: 60px !important;
    }

    /* .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: 50px;
    }


    .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: #fafafa;
        border-top: 1px solid #e5e5e5;
        display: none;
        transition: all .5s;
    }
    .lischild > .listli{
        border-bottom: 1px solid #e5e5e5;
    }
    .lischild > .listli a {
        width: 100%;
        padding: .2rem .3rem;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .list-litwo{
        padding: 0 .2rem;
        background-color: #f5f5f5;
        display: none;
    }


    .apptile {
        background-color: #f9f9f9 !important;
        color: #771f78 !important;
        font-weight: 600;
    }
	
	.lischild > a{
		width:100%;
		display: flex;
    	justify-content: space-between;
    	align-items: center;
    	padding: .2rem .4rem;
	}

    .ctbl-uprod>a>img {
        width: 20px;
        height: 20px;
        margin-top: 0px;
    }

    .ctbl-uprod>a>span {
        font-size: 14px;
        margin-left: .1rem;
    }


    .headb-ctbri {
        width: 100%;
        padding: 0 .1rem;
    }

    .headb-tcnt {
        flex-direction: column;
    }

    .headb-tctle>a {
        font-size: 12px;
        margin-right: 10px;
    }

    .headb-tctri {
        padding: .1rem 0;
    }

    .languag-down {
        top: 20px;
        left: 20%;
    }

    .headb-ctbsearch {
        width: 100%;
        padding: .1rem;
    }

    .ctbsearch-input {
        width: 85%;
    }

    .ctbsearch-btn {
        width: 15%;
    }


    .headb-ctbri {
        display: flex;
        justify-content: center;
        margin-top: .2rem;
    }

    .headb-ctbr-itm {
        margin-left: 35px;
    }

  




    /* ---------footer---------- */
    .foot-app {
        background-color: #5c5d60;
    }

    .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;
    }
}