/** @media (max-width:600px) {
    #web{
        display: none;
    }
    html{
        font-size: 55.2px;
    }
    .page-shouye::-webkit-scrollbar{
        display: none !important;
    }
    .page-xinwen::-webkit-scrollbar{
        display: none !important;
    }
    .page-zhengwu::-webkit-scrollbar{
        display: none !important;
    }
    .page-touzi::-webkit-scrollbar{
        display: none !important;
    }
    .page-rencai::-webkit-scrollbar{
        display: none !important;
    }
    .page-shenghuo::-webkit-scrollbar{
        display: none !important;
    }
    .page-yingwen::-webkit-scrollbar{
        display: none !important;
    }
    .page-jinrong::-webkit-scrollbar{
        display: none !important;
    }
    .page-jiankang::-webkit-scrollbar{
        display: none !important;
    }
    .page-xianshi::-webkit-scrollbar{
        display: none !important;
    }
    .page-tuku::-webkit-scrollbar{
        display: none !important;
    }
    .page-gongyi::-webkit-scrollbar{
        display: none !important;
    }
    .page-piyao::-webkit-scrollbar{
        display: none !important;
    }
    .page-jkq::-webkit-scrollbar{
        display: none !important;
    }
    .page-hhxf::-webkit-scrollbar{
        display: none !important;
    }
    .page-ljjj::-webkit-scrollbar{
        display: none !important;
    }
    #H5 {
        width: 100%;
        height: 100%;
        overflow: hidden;
        display: flex;
        flex-direction: column;
    }
    #H5 .header{
        background: #fff;
        position: fixed;
        z-index: 9;
        width: 100%;
        height: 2.5rem;
        overflow-x: hidden;
        -webkit-transition: -webkit-box-shadow 0.3s;
        transition: -webkit-box-shadow 0.3s;
        transition: box-shadow 0.3s;
        transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
        -webkit-box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.25);
        box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.25);
        background-image: url(../h5/img/bg-top.png);
        background-size: 100% 100%;
        background-position: center;
        z-index: 998;
        position: static !important;
    }
    #H5 .header .top{
        position: relative;
        padding: 0.3rem 0.4rem;
        margin-bottom: 0.02rem;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
    #H5 .header .logo {
        width: 2.5rem;
        height: 0.85rem;
        display: block;
    }
    #H5 .header .top .right-menu{
        display: flex;
        flex-direction: row;
        align-items: center;
        color: #fff;
        font-size: 0.28rem;
    }
    #H5 .header .top .right-menu .pc{
        display: flex;
        flex-direction: row;
        align-items: center;
        margin-right: 0.2rem;
    }
    #H5 .header .top .right-menu .pc img{
        width: 0.5rem;
        height: 0.5rem;
        margin-right: 0.1rem;
    }
    #H5 .header .swiper-container{
        line-height: 0.74rem;
        padding: 0 0.3rem;
        text-align: center;
    }
    #H5  .header .swiper-container a {
        color: #fff;
        font-size: .36rem;
    }
    #H5 .header .swiper-container .swiper-slide.on a {
        color: #fff;
        border-bottom: 3px solid #fff;
        height: 100%;
        display: inline-block;
    }
    #H5  .page-index {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        overflow: hidden;
        width: 100%;
        height: 100%;
        flex: 1;
        background: #eaf0f9;
    }
  
    #H5 .page-index div.pages {
        width: 100%;
        height: 100%;
        position: relative;
        z-index: 1;
        overflow: hidden !important;
    }
    #H5 .page-index div.pages > div {
        position: absolute !important;
        width: 100% !important;
        height: 100% !important;
        z-index: -1;
        opacity: 0;
        overflow: auto !important;
        -webkit-transition: opacity 0.5s;
        transition: opacity 0.5s;
    }
    #H5 .page-index div.pages > div.on {
        position: static;
        z-index: 1;
        height: auto;
        opacity: 1;
    }
    .mb-xuexi {
        background: url(../h5/img/h5-top-bg.png);
        background-size: 100% 100%;
        height: 8.35rem;
        position: relative;
        margin-bottom: 0.32rem;
    }
    .mb-xuexi .mb-xuexi-content {
        padding: 0 0.2rem;
    }
    .mb-xuexi-top {
        display: flex;
        flex-direction: row;
        color: #000;
        font-size: 0.33rem;
        line-height: .5rem;
        position: absolute;
        top: 3rem;
        width: 90%;
        height: 1.68rem;
        background: #fff;
        border-radius: 0.08rem;
        margin: 0 auto;
        left: 0;
        right: 0;
        box-shadow: 0rem 0.16rem 0.48rem 0rem rgba(149,157,165,0.2);
        z-index: 99;
        padding: 0.36rem 0.24rem;
    }
    .mb-xuexi-top2{
        color: #666;
        font-size: 0.28rem;
        line-height: 0.55rem;
    }
    .header-content{
        position: absolute;
        top: 3.76rem;
        color: #000 !important;
        font-size: 0.32rem !important;
        line-height: 0.55rem;
        width: 100%;
        background: #FFFFFF;
        border-radius: 0.08rem 0.08rem 0.08rem 0.08rem;
        left: 0;
        right: 0;
        margin: 0 auto;
        padding: 1.2rem 0.32rem 0.32rem 0.32rem;
    }
    .toutiao-title {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        font-size: .32rem;
        color: #3574F4;
        width: 2.5rem;
    }
    .mb-xuexi-top i{
        display: inline-block;
        width: 0.02rem;
        height: 1.04rem;
        background: #F2F3F5;
        margin: 0 0.24rem;
    }
    .mb-xuexi-top li {
        font-weight: bold;
        width: 5rem;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .mb-xuexi-top2 li{
        display: flex;
        flex-direction: row;
        align-items: center;
        height: 0.8rem;
        border-bottom: 1px solid #dfdfdf;
    }
    .mb-xuexi-top2 li i{
        display: inline-block;
        width: 0.08rem;
        height: 0.08rem;
        background: #3574F4;
        border-radius: 50%;
    }
    .mb-xuexi-top2 li p{
       flex: 1;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        padding-left: 0.2rem;
        font-size: .32rem;
        color: #000;
    }
    .xuexi-more{
        margin-top: 0.2rem;
    width: 100%;
    height: 0.6rem;
    background: #fff;
    color: #4a57a4;
    text-align: center;
    font-size: 0.3rem;
    line-height: .6rem;
    border-radius: 0.1rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    }
    .xuexi-more span {
        color: #646566;
        font-size: .28rem;
        margin-right: 0.08rem;
    }
    .xuexi-more img {
        width: 0.48rem;
        height: 0.48rem;
    }
    .lm-box{
        background: #fff;
        padding: 0.3rem 0.3rem;
        margin-bottom: 0.2rem;
    }
    .lm-box-label{
        background: #F2F3F5;
    color: #646566;
    font-size: .33rem;
    border-radius: 0.1rem;
    padding: 0.05rem 0.1rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    }
    .active {
        background: #3574F4;
        color: #fff;
        font-size: .33rem;
        border-radius: 0.1rem;
        padding: 0.05rem 0.1rem;
        display: flex;
        flex-direction: row;
        align-items: center;
    }
    .lm-box-label img {
        width: 0.4rem;
        height: 0.4rem;
    }
    .lm-box-label span {
        margin-left: 0.1rem;
    }
    .lm-box-more {
        font-size: .28rem;
        color: #4856a7;
    }
    .lm-box-more img {
        width: 0.48rem;
        height: 0.48rem;
    }
    .lm-box-zhounei li {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        background: #eaf0f9;
        font-size: .32rem;
        color: #4a57a4;
        padding: 0.2rem 0.3rem;
        text-align: center;
        line-height: .5rem;
    }
    .lm-box-zhounei li:first-child {
        margin-bottom: 0.2rem;
    }
    .box-content{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .shipinicon {
        width: 0.5rem !important;
        height: 0.5rem !important;
        position: absolute;
        top: 25% !important;
        left: 0;
        right: 0;
        margin: 0 auto !important;
    }
    .mb-shxw-top2 li {
        display: flex;
        flex-direction: row;
        align-items: center;
        height: auto;
        margin-bottom: 0.32rem;
    }
    .shxw-title-info {
        display: flex;
        flex-direction: column;
        width: 63%;
        padding-left: 0.2rem;
        justify-content: space-between;
        height: 1.5rem;
    }
    .shxw-title-info p {
        width: 100%;
        font-size: .32rem;
        color: #000;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        line-height: .48rem;
    }
    .shxw-title-info span {
        color: #666;
    }
    #H5 .footer {
        margin-top: 0.4rem;
        padding: 0.2rem 0.3rem;
        line-height: 0.36rem;
        color: #fff;
        font-size: 0.24rem;
        text-align: center;
        overflow-x: hidden;
        -webkit-transition: -webkit-box-shadow 0.3s;
        transition: -webkit-box-shadow 0.3s;
        transition: box-shadow 0.3s;
        transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
        -webkit-box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.25);
        box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.25);
        background-image: url(../h5/img/bg-top.png);
        background-size: 100% 100%;
        background-position: center;
    }
    .xw-lunbo {
        width: 100%;
        height: 100%;
    }
    .img-title {
        width: 100%;
        line-height: .4rem;
        position: absolute;
        bottom: 0;
        color: #fff;
        padding: 0.1rem 0.2rem;
        font-size: .32rem;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
        border-radius: 0.08rem 0.08rem 0.08rem 0.08rem;
    }
    .icon-pause {
        display: inline-block;
        width: 0.88rem;
        height: 0.88rem;
        background: url(../h5/img/icon-pause.png);
        background-size: 100% 100%;
        position: absolute;
        top: 35%;
        left: 0;
        right: 0;
        margin: 0 auto;
        bottom: 0;
    }
    .icon-pause2 {
        display: inline-block;
        width: 0.6rem;
        height: 0.6rem;
        background: url(../h5/img/icon-pause.png);
        background-size: 100% 100%;
        position: absolute;
        top: 35%;
        left: 0;
        right: 0;
        margin: 0 auto;
        bottom: 0;
    }
    .pager a, .pager span{
        width: 0.8rem;
        height: 0.8rem;
        margin-left: -1px;
        color: #464646;
        background-color: #F5F8FC;
        display: inline-block;
        line-height: .8rem;
        float: left;
        font-size: .32rem;
        text-decoration: none;
        margin: 0 0.08rem;
        border-radius: 6px;
      }
    .ld-content{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-bottom: .32rem;
      }
      .photo{
        width:2.5rem;
      }
      .ld-content p{
        font-size: .32rem;
        color: #000;
        margin-top: 0.2rem;
      }
} **/

/** @media (min-width:600px){
   #H5{
        display: none;
    }
} **/
 #H5{
        display: none;
}