.header .wap-banner{
    display: none;
}
#moreList{
    display: none;
}
.wap-phptolist{
    display: none;
}
@media screen and (max-width: 800px) {
    html,body{
        width: 100%;
        min-width: 100%;
    }
    .w12{
        width: 100%;
    }
    .header{
        width: 100%;
        min-width: 100%;
    }
    .header img{
        display: none;
    }
    .header .wap-banner{
        display: block;
    }
    .nav{
        position: relative;
        background-color: #9B0000;
        top: auto;
        height: 50px;
        line-height: 50px;
    }
    .nav ul{
        font-size: 0;
        display: flex;
        justify-content: space-between;
    }
    .nav li{
        width: auto;
        max-width: 25%;
        /* flex: 1; */
        margin: 0 8px;
        font-size: 16px;
    }
    .nav li a{
        height: 48px;
    }
    .nav li .on{
        border-bottom: 0;
    }
    .nav li .on::after {
        content: ' ';
        width: 40px;
        height: 0px;
        display: block;
        margin: 0 auto;
        margin-top: -10px;
        border: 2px #fff solid;
        border-radius: 5px;
    }
    .title {
        width: 45%;
        height: auto;
    }
    .w{
        width: 100%;
    }
    .list-header{
        text-align: center;
    }
    .bread{
        display: none;
    }
    /* 金句 */
    .wap-jjyk-header{
        width: 51%;
        height: auto;
    }
    .jinjulist {
        padding: 0 15px;
        box-sizing: border-box;
    }
    .jinjuitem{
        width: 100%;
        height: auto;
        font-size: 1.2rem;
        overflow: auto;
    }
    .jinjuitem .imgwrap{
        width: 50%;
        height: auto;
    }
    .jinjuitem .name{
        font-size: 1.8rem;
        margin-top: 5px;
    }
    .wap-show-jjsk img{
        width: 100%;
    }
    /* 咨询 */
    .listwrap{
        width: 100%;
        padding: 0 15px;
        box-sizing: border-box;
    }
    .listitem{
        width: 100%;
    }
    .wap-list .listitem {
        width: 100%;
        border-bottom: 1px dashed #C4B8AC;
        margin-bottom: 15px;
        padding-bottom: 15px;
    }
    .text-list .listitem{
        height: auto;
    }
    .wap-list .listitem .listitem-title{
        font-weight: 500;
    }
    .wap-list .listitem .listitem-title span{
        overflow: hidden;
        display: -webkit-box;
        word-break: break-all;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .wap-list .listitem .thumbwrap{
        width: 38%;
        height: auto;
        border-radius: 5px;
    }
    .wap-list .listitem .thumbwrap.dn{
        display: block;
        float: right;
        margin-left: 20px;
        margin-right: 0px;
    }
    .wap-list .listitem .iconvideo{
        right: 15%;
        bottom: 40%;
        left: auto;
    }
    .video-list .listitem .iconvideo{
        left: 15%;
        bottom: 40%;
        right: auto;
    }
    .listitem-date,#pages{
        display: none;
    }
    .moreList-box{
        width: 100%;
        padding: 0 15px;
        box-sizing: border-box;
        margin-bottom: 25px;
    }
    #moreList{
        display: block;
        border-radius: 5.3px;
        background: #e8ecf3;
        padding: 15px 0;
        text-align: center;
    }
    /* 视频 */
    .listitem .thumbwrap{
        width: 50%;
        height: auto;
    }
    .listitem .listitem-title{
        font-size: 16px;
    }
    /* 相册 */
    .phptolist{
        display: none;
    }
    .wap-phptolist{
        display: block;
        padding: 0 15px;
        box-sizing: border-box;
        margin-top: 20px;
        font-size: 16px;
    }
    .wap-phptolist .item{
        position: relative;
        display: block;
        border-radius: 5px;
        overflow: hidden;
        margin-bottom: 15px;
    }
    .wap-phptolist img{
        width: 100%;
    }
    .wap-phptolist .item-title{
        position: absolute;
        bottom: 0;
        background: linear-gradient(180deg, #ac000300 0%, #ac0003 62.62%);
        width: 100%;
        height: 40%;
        color: #fff;
    }
    .wap-phptolist .item-title p{
        position: absolute;
        bottom: 10%;
        width: 100%;
        box-sizing: border-box;
        padding: 0 15px;
    }
    .cattab .catitem{
        margin: 0 20px;
        font-size: 20px;
    }
}

/* 字体 */
@media screen and (min-width: 0px) and (max-width: 375px) {
    html {
        font-size: 50%;
    }
}

@media screen and (min-width: 376px) and (max-width: 414px) {
    html {
        font-size: 69%;
    }
}

@media screen and (min-width: 415px) and (max-width: 480px) {
    html {
        font-size: 80%;
    }
}

@media screen and (min-width: 481px) and (max-width: 540px) {
    html {
        font-size: 90%;
    }
}

@media screen and (min-width: 541px) and (max-width: 640px) {
    html {
        font-size: 106.5%;
    }
}

@media screen and (min-width: 641px) and (max-width: 750px) {
    html {
        font-size: 120%;
    }
}

@media screen and (min-width: 751px) {
    html {
        font-size: 120%;
    }
}