@media screen and (max-width: 768px) {    /* 头部固定 */    .header-first {        display: none;    }    .kong {        display: none;    }    .header-secent {        display: none;    }    .header {        padding-top: 45px;        display: block !important;    }    .header-top {        width: 100%;        position: fixed;        top: 0;        left: 0;        justify-content: center;        align-items: center;        z-index: 20001;        background: white;        overflow: hidden;        padding: 0 12px;        height: 45px;        padding-top: 13px;    }    .header-nav {        width: 25px;        /* height: auto; */        float: left;    }    .header-nav .navimg {        width: 100%;        /* height:auto; */        /* float:left; */    }    .header-nav .navimg img {        width: 100%;    }    .nav_colone {        display: none;    }    .header-logo {        width: calc(100% - 25px);        vertical-align: middle;        /* height: auto; */        float: left;        text-align: center;        margin-top: 6px;    }    .header-logo img {        float: none;        margin: 0 auto;        width: 11rem;    }    /* 弹框遮照 */    .index_show {        display: none;    }    .index_show_fixed {        position: fixed;        top: 0;        left: 0;        width: 100%;        height: 100%;        background: rgba(0, 0, 0, 0.6);        z-index: 2222;    }    .index_show_cons {        position: fixed;        bottom: 0;        left: 0;        width: 50%;        height: calc(100% - 45px);        background: #fff;        z-index: 2223;        /* position:relative; */    }    .index_show_conlis {        width: 100%;        height: auto;        position: relative;        background: white;    }    .index_show_conlis li {        text-align: center;    }    .index_show_conlis li a {        width: 100%;        height: auto;        display: block;        text-align: center;        padding: 10px 0px;        /*font-size: auto;*/        margin-top: 10%;        overflow-y: hidden;    }    /* 手机底部 */    .ontele {        position: relative;    }    .ontele_con {        position: absolute;        top: -60px;        left: 0;        width: 100%;        background: #fff;        border-radius: 15px;        /*box-shadow: 0px 0px 5px 0px rgb(0, 0, 0, 0.2);*/        display: none;    }    .ontele_con>ul>li {        border-bottom: 1px solid #e9e9e9;        padding: 6px 13px;        text-align: center;    }    .ontele_con>ul>li:last-child {        border-bottom: none;        position: relative;    }    .ontele_con>ul>li:last-child::after {        position: absolute;        content: "";        width: 1.1rem;        height: .6rem;        bottom: -11px;        left: 42%;        /*background: url(../images/jianss.png)no-repeat;*/        background-size: 100% 100%;    }    .ontele_con>ul>li h1 {        font-size: .65rem;        color: #747474;        padding-bottom: 2px;        line-height: 18px;    }    .ontele_con>ul>li h2 {        font-family: "Arial";        font-size: .75rem;        color: #d60210;        line-height: 18px;    }    /* 返回顶部 */    .every_top {        width: 64px !important;        height: 64px !important;        bottom: 10% !important;        background: #2f84d6 !important;        /* display:none !important; */    }    .every_top img {        margin: 6px 0 10px 0 !important;        display: inline-block;    }    .every_top span {        font-size: 11px;        color: #fff;        display: block;    }    /* 手机底部 已隐藏 */    .right {        position: fixed;        right: 0;        z-index: 9999;        width: 80px;        bottom: 0;        /* height: 284px; */        border: 1px solid #eaeaea;        background-color: white;        width: 100%;        display: inline-block;        height: auto !important;        display: none;    }    /* banner */    .bannerbox {        width: 100%;        height: auto;        text-align: center;        margin: 0 auto;    }    .banner {        width: 100% !important;        /* height:100% !important; */        margin: 0 auto;        position: static !important;    }    .banner img {        width: 100%;        height: auto !important;        background-position: center;        background-repeat: no-repeat;        /* margin-bottom:0px; */    }    .list {        width: 100% !important;        height: auto !important;        margin-top: 0px !important;        float: none !important;    }    /*.box {        max-width: 768px !important;        min-width: 320px !important;        margin: 0 auto !important;    }*/    .biao {        position: relative !important;        width: 100% !important;        height: 100% !important;        margin: 0 auto !important;        padding: 12px;    }    .biao ul {        position: relative !important;        width: 100% !important;    }    .biao li {        width: calc((100% - 21px)/4) !important;        height: 4.5rem !important;        float: left !important;        margin: 0 7px 10px 0 !important;    }    .biao li:nth-child(4n) {        margin-right: 0 !important;    }    .biao li img {        width: 100% !important;        float: none !important;        vertical-align: middle !important;        padding: 0.01rem auto !important;    }    .last {        display: none !important;    }}