/*通用类*/
*{
    margin:0;
    padding:0;
    box-sizing: border-box;
}
.line20{
    height: 0.2rem;
    clear: both;
}
.clearfix{
    clear: both;
}
/*兼容老设备的rem-px基准*/
html{
    font-size:42.6667px;
}
@media screen and (max-width: 320px){
    html{
        font-size:42.6667px;
    }
}
@media screen and (min-width: 321px) and (max-width: 360px){
    html{
        font-size:48px;
    }
}
@media screen and (min-width: 361px) and (max-width: 375px){
    html{
        font-size:50px;
    }
}
@media screen and (min-width: 376px) and (max-width: 414px){
    html{
        font-size:55px;
    }
}
@media screen and (min-width: 415px) and (max-width: 484px){
    html{
        font-size:64px;
    }
}
@media screen and (min-width: 485px) and (max-width: 720px){
    html{
        font-size:96px;
    }
}
@media screen and (min-width: 721px) and (max-width: 768px){
    html{
        font-size:102px;
    }
}
@media screen and (min-width: 769px) and (max-width: 1080px){
    html{
        font-size:144px;
    }
}
@media screen and (min-width: 1080px){
    html{
        font-size:144px;
    }
}
/*新设备的rem-vw标准*/
html{
    overflow-x:hidden;
    font-size:13.3333333333vw;	/*一便rem.js失效，这里起作用*/
}

body{
    width:100%;
    min-width:320px;
    min-height: 100vh;
    margin:0 auto;
    font-family:PingFang SC,Hiragino Sans GB,Microsoft YaHei UI,Microsoft YaHei,Source Han Sans CN,sans-serif;
    overflow-x:hidden;
    text-align:left;
    position:relative;
    font-size:0.26rem;
    color:#333;
}

img{
    border:none;
}
h1,h2,h3{
    font-weight:normal;
}
a{
    color:#333;
    text-decoration:none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color:transparent;
    outline:none；
}
input,textarea,select{
    font-family:PingFang SC,Hiragino Sans GB,Microsoft YaHei UI,Microsoft YaHei,Source Han Sans CN,sans-serif;
    font-size:1em;
    outline:none;
    margin:0;
    padding:0;
}
input::-webkit-input-placeholder {
    color: #a0a0a0 !important;
}
textarea::-webkit-input-placeholder {
    color: #a0a0a0 !important;
}
input[type='button'],input[type='text'],input[type='search'], input[type='submit'], input[type='reset'],input[type='date'],input[type='time'],input[type='number'] {
    -webkit-appearance: none;
}
select{
    -webkit-appearance: none;
}
textarea{
    -webkit-appearance: none;
}
input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{
    -webkit-appearance: none !important;
    margin: 0;
}
ul,ol{
    padding:0;
    list-style-type:none;
}
em{
    font-style:normal;
}
.lt{
    float:left;
}
.rt{
    float:right;
}
input.sub,label{
    border:none;
    cursor:pointer;
}
input,textarea{
    font-family:PingFang SC,Hiragino Sans GB,Microsoft YaHei UI,Microsoft YaHei,Source Han Sans CN,sans-serif;
    outline:none;
    margin:0;
    padding:0;
}
table{
    border-collapse:collapse;
}
td,th{
    padding:0;
}
div.clear{
    font: 0px Arial; line-height:0;
    height:0;
    overflow:hidden;
    clear:both;
}
.h20{
    width: 100%;
    height: 0.2rem;
    background-color: #eaeaea;
}
.ht{
    width: 100%;
    height: 0.98rem
}
/*index*/
.head{
    width: 100%;
}
.hd{
    width: 100%;
    padding: 0.2rem 0.3rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.logo{
    width: 2.2rem;
    margin-top: 0.1rem;
}
.logo img{
    width: 2.2rem;
}
.seh{
    width: 4rem;
    border-radius: 0.15rem;
    height: 0.64rem;
    border: 1px solid #ddd;
    line-height: 0.64rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.cp-text{
    width: 3rem;
    height: 0.64rem;
    line-height: 0.64rem;
    border: none;
    background-color: transparent;
    padding-left: 0.15rem;
    box-sizing: border-box;
    outline: none;
}
.cp-btn{
    width: 0.64rem;
    height:0.64rem;
    background-color: transparent;
    border: none;
    background: url(../images/icon_search.png) no-repeat;
    margin-left: 0.1rem;
    background-position: center;
    outline: none;
}
.wg-nav{
    width: 100%;
    padding: 0 0.3rem;
    display: flex;
    justify-content: space-between;
}
.wg-nav li{
    width: 25%;
}
.wg-nav li a{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.wg-nav li a img{
    width: 1rem;
    height: 1rem;
}
.wg-nav li a  span{
    font-size: 0.32rem;
    margin: 0.2rem 0 ;
}
.wg-box{
    width: 100%;
    padding: 0.2rem 0.3rem;
}
.title{
    width: 100%;
    font-size: 0.32rem;
    line-height: 0.32rem;
    height: 0.32rem;
    font-weight: bold;
    padding-left: 0.3rem;
    border-left: 0.08rem solid #2196f3;
}
.wg1-list{
    width: 100%;
    margin-top: 0.3rem;
    display: flex;
    flex-wrap: wrap;
}
.wg1-list li{
    width: 25%;
    margin-bottom: 0.2rem;
}
.wg1-list li a{
    display: flex;
    align-items: center;
    flex-direction: column;
}
.wg1-list li a img{
    width: 1.2rem;
    height: 1.6rem;
}
.wg1-list li a .name{
    font-size: 0.26rem;
    margin: 0.06rem 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    width: 96%;
}
.wg1-list li a .zhe{
    font-size: 0.24rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    width: 90%;
}
.scrnk{
    width: 100%;
    margin-top: 0.3rem;
}
.scrnk .skitem{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.3rem;
}
.scrnk .skitem .info{
    width: 5rem;
    position: relative;
}
.scrnk .skitem .pt{
    width: 1.6rem;
    height: 2.12rem;
    overflow: hidden;
}
.scrnk .skitem .pt img{
    display: block;
    width: 100%;
    height: 100%;
}
.scrnk .skitem .info .name{
    font-size: 0.28rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.scrnk .skitem .info .decs{
    font-size: 0.26rem;
    color: #666;
    text-align: justify;
    line-height: 0.46rem;
    height: 0.92rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 0.2rem;
}
.scrnk .skitem .info .wt{
    font-size: 0.26rem;
    color: #999;
    margin-top: 0.2rem;
}
.scrnk .skitem .info .fl{
    font-size: 0.24rem;
    color: #f58604;
    border: 1px solid #f58604;
    position: absolute;
    right: 0;
    bottom: 0.04rem;
    line-height: 0.28rem;
    padding: 0 0.08rem;
}
.tjpr{
    width: 100%;
    margin-top: 0.1rem;
}
.tjpr a{
    display: flex;
    align-items: center;
    height: 0.8rem;
    border-bottom: 1px solid #eee;
}
.tjpr a .num{
    display: inline-block;
    width: 0.3rem;
    height: 0.3rem;
    line-height: 0.3rem;
    font-size: 0.24rem;
    background-color: #999;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    margin-right: 0.3rem;
}
.tjpr a .name{
    font-size: 0.28rem;
    width: 5.8rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

}
.tjpr a:nth-child(1) .num{
    background-color: #ff647c;
}
.tjpr a:nth-child(2) .num{
    background-color: #ff9c34;
}
.tjpr a:nth-child(3) .num{
    background-color: #ffd11c;
}
.wggx{
    width: 100%;
    margin-top: 0.1rem;
}
.wggx a{
    display: flex;
    align-items: center;
    height: 0.8rem;
    border-bottom: 1px solid #eee;
    padding-right: 0.2rem;
}
.wggx a .name{
    font-size: 0.28rem;
    width: 5.5rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.wggx a .wt{
    font-size: 0.26rem;
    color: #999;
    width: 1.8rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: right;
}
.wg-yl{
    width: 100%;
    margin-top: 0.3rem;
    display: flex;
    flex-wrap: wrap;
}
.wg-yl a{
    margin: 0 0.2rem 0.2rem 0;
    font-size: 0.26rem;
}
.footer{
    width: 100%;
    padding-bottom: 0.3rem;
    background-color: #2196f3;
    color: #fff;
    box-sizing: border-box;
    padding-top: 1px;
}
.m-nb-list{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0.3rem;
}
.m-nb-list li{
    display: inline-block;
    margin: 0 0.25rem;
}
.m-nb-list span{
    width: 1px;
    height: 0.2rem;
    background-color: #fff;
}
.m-nb-list li a{
    font-size: 0.3rem;
    color: #fff;
}
.footer p{
    margin-top: 0.2rem;
    text-align: center;
    font-size: 0.26rem;
}


/*list*/
.mop{
    width: 100%;
    height: 0.9rem;
    padding: 0 0.25rem;
    box-sizing: border-box;display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    background-color: #2196f3;
    border-bottom: 1px solid #2196f3;
}
.mop-cot{
    width: 5.6rem;
    text-align: center;
    font-size: 0.32rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #fff;
}
.mop-cot h1{
    width: 5.6rem;
    text-align: center;
    font-size: 0.32rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #fff;
}
.ht{
    width: 100%;
    height: 0.9rem;
}
.back-pre{
    width: 0.18rem;
    height: 0.9rem;
    display: flex;
    align-items: center;
}
.back-pre img{
    width: 0.18rem;
    display: block;
}
.back-home{
    width: 0.4rem;
    height: 0.9rem;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.back-home img{
    width: 0.4rem;
    display: block;
}
.wgox{
    width: 100%;
    box-sizing: border-box;
    padding: 0.2rem 0.25rem 0 0.25rem;
}
.mit1{
    width: 100%;
    margin-bottom: 0.2rem;
}
.t20{
    margin-top: 0.2rem;
}
.mit-title{
    font-size: 0.32rem;
    color: #999;
    line-height: 0.40rem;
    border-radius: 0.22rem;
    float: left;
}
.mit1-list {
    width: 5.8rem;
    float: left;
    display: flex;
    flex-wrap: wrap;
}
.mit1-list li{
    /* float: left; */
    margin: 0 0.15rem 0.2rem 0;
}
.mit1-list li a{
    line-height: 0.4rem;
    font-size: 0.32rem;
    border-radius: 0.22rem;
    padding: 0 0.15rem;
}
.mit1-list li a.active{
    color: #fff;
    line-height: 0.38rem;
    /* border: 1px solid #fc9753; */
    background-color: #fc9753;
    /* display: flex; */
}
.ml-page .pages{
    width: 100%;
    height: 0.96rem;
    background-color: #fff;
    display: flex;
    display: -webkit-flex;
    justify-content: space-around;
    align-items: center;
    margin: 0.2rem 0;
}
.ml-page .ml-prev {
    width: 0.8rem;
    height: 0.7rem;
    border: 1px solid #a6a6a6;
    display: block;
    font-size: 0.36rem;
    color: #333;
    text-align: center;
    line-height: 0.6rem;
    border-radius: 0.04rem;
    box-sizing: border-box;
}

.ml-page .ml-next {
    width: 0.8rem;
    height: 0.7rem;
    border: 1px solid #a6a6a6;
    display: block;
    font-size: 0.36rem;
    color: #333;
    text-align: center;
    line-height: 0.6rem;
    border-radius: 0.04rem;
    box-sizing: border-box;
}
.ml-page .nomore {
    color: #eee;
    border: 1px solid #eee;
}

/*news*/
.nehed{
    width: 100%;
}
.nehed .tit{
    font-size: 0.32rem;
    text-align: center;
}
.nehed .date{
    color: #999;
    text-align: center;
    margin: 0.15rem 0;
}
.necot{
    width: 100%;
    text-align: justify;
    color: #666;
    font-size: 0.3rem;
    line-height: 0.6rem;
    min-height: 9.3rem;
}
.necot p{
    line-height: 0.6rem;
    font-size: 0.3rem;
    text-indent: 2em;
    text-align: justify;
    color: #666;
}

/*chapter*/
.mwgr-top{
    width: 100%;
    height: 0.9rem;
    padding: 0 0.25rem;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #f4e8d0;
    border-bottom: 1px solid #c1b18f;
    position: fixed;
    top: 0;
    left: 0
}
.mwgr-top .top-cot {
    width: 5.6rem;
    text-align: center;
    font-size: 0.32rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.mwgr-top .top-cot h1{
    width: 5.6rem;
    text-align: center;
    font-size: 0.32rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #202020;
}
.mwgr-info{
    width: 100%;
    padding: 0 0.25rem;
    box-sizing: border-box;
}
.book-name{
    width: 100%;
    padding-top: 0.2rem;
    font-size: 0.32rem;
    color: #301e08;
    font-weight: 700;
}
.mwgr-zj{
    font-weight: bold;
    font-size: 0.42rem;
    color: #301e08;
    margin-top: 0.1rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.mwgr-cot{
    color: #301e08;
    font-size: 0.36rem;
    text-align: justify;
    width: 100%;
    box-sizing: border-box;
    padding: 0.2rem;
    line-height: 0.72rem;
}
.mwgr-cot p{
    font-size: 0.36rem;
    line-height: 0.72rem;
    text-indent: 2em;
}
.mwgr-bzj {
    width: 100%;
    height: 1.7rem;
    box-sizing: border-box;
    padding: 0 0.4rem;
    display: flex;
    justify-content: space-around;
    align-items: center;
    border-bottom: 1px solid #c1b18f;
}
.mwgr-bzj .mwgr-prev {
    width: 1.46rem;
    height: 0.7rem;
    border: 1px solid #87674c;
}
.mwgr-bzj a {
    display: block;
    color: #87674c;
    font-size: 0.3rem;
    line-height: 0.7rem;
    text-align: center;
}
.mwgr-bzj .mwgr-ml {
    width: 1.86rem;
    height: 0.7rem;
    border: 1px solid #87674c;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mwgr-bzj .mwgr-next {
    width: 1.46rem;
    height: 0.7rem;
    border: 1px solid #87674c;
}
.mwgr-bzj .mwgr-noclick {
    border: 1px solid #a6a6a6;
    color: #a6a6a6;
}
.mwgr-bzj .mwgr-ml img{
    width: 0.36rem;
    height: 0.32rem;
}
.hfooter{
    width: 100%;
    padding-bottom: 0.3rem;
    color: #87674c;
    box-sizing: border-box;
    padding-top: 1px;
}
.h-nb-list{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0.3rem;
}
.h-nb-list li{
    display: inline-block;
    margin: 0 0.25rem;
}
.h-nb-list span{
    width: 1px;
    height: 0.2rem;
    background-color: #87674c;
}
.h-nb-list li a{
    font-size: 0.3rem;
    color: #87674c;
}
.hfooter p{
    margin-top: 0.2rem;
    text-align: center;
    font-size: 0.26rem;
}

/*book*/
.wgbrek{
    width: 100%;
    box-sizing: border-box;
    padding: 0 0.3rem;
    font-size: 0.28rem;
    color: #666;
    line-height: 0.68rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.wgbrek a{
    font-size: 0.28rem;
    color: #666;
}
.wgbrek  h2{
    font-size: 0.28rem;
    display: inline;
}
.wgbk{
    width: 100%;
    padding: 0 0.3rem;
    display: flex;
    margin-top: 0.1rem;
}
.wgbk .pic{
    width: 2.2rem;
    height: 2.9rem;
}
.wgbk .pic img{
    display: block;
    width: 100%;
    height: 100%;
}
.wgbk .info{
    margin-left: 0.4rem;
    color: #666;
    font-size: 0.28rem;
    width: 4rem;
}
.wgbk .info .name{
    font-size: 0.32rem;
    color: #333;
    margin-bottom: 0.08rem;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.wgbk .info .name h2{
    font-size: 0.32rem;
    color: #333;
    margin-bottom: 0.08rem;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.wgbk .info p{
    line-height: 0.48rem;
}
.wgbk .info p span{
    color: #f58604;
}
.wgyed{
    width: 6.9rem;
    margin: 0.2rem auto ;
    display: block;
    font-size: 0.32rem;
    height: 0.62rem;
    line-height: 0.62rem;
    text-align: center;
    color: #fff;
    background-color: #fc9753;
    border-radius: 0.1rem;
}
.wgwj{
    width: 100%;
    padding: 0.1rem 0.3rem 0.2rem 0.3rem;
    font-size: 0.3rem;
    line-height: 0.6rem;
    color: #666;
    text-align: justify;
}
.wgwj span{
    font-weight: bold;
}
.wgml{
    width: 100%;
    margin-top: 0.1rem;
}
.wgml a{
    display: block;
    border-bottom: 1px solid #eee;
    font-size: 0.3rem;
    color: #666;
    height: 0.8rem;
    line-height: 0.8rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.mlgm{
    font-size: 0.3rem;
    line-height: 0.6rem;
    margin-top: 0.1rem;
    display: block;
    text-align: center;
    color: #f58604;
}
.wgxj{
    width: 100%;
    font-size: 0.3rem;
    line-height: 0.6rem;
    margin-top: 0.1rem;
    color: #666;
    text-indent: 2em;
}
.wgxj p{
    color: #666;
    text-indent: 2em;
    text-align: justify;
    font-size: 0.3rem;
    line-height: 0.6rem;
}

.wgxj p img{
    width: 100%;
    display: block;
    margin: 0.15rem 0 0.15rem 0;
}

/*three*/
.mit1-list li{
    font-size: 0;
}
.ml-page a,.ml-page span{
    /* width: 0.8rem; */
    padding: 0 .5rem;
    height: 0.7rem;
    border: 1px solid #a6a6a6;
    display: block;
    font-size: 0.36rem;
    color: #333;
    text-align: center;
    display: flex;
    align-items: center;
    border-radius: 0.04rem;
    box-sizing: border-box;
}


.wgbk .info .name h1{
    font-size: 0.32rem;
    color: #333;
    margin-bottom: 0.08rem;
    font-weight: 600;
}

.mwgr-bzj a {
    color: #87674c;
    font-size: 0.3rem;
    line-height: 0.7rem;
    text-align: center;
    width: 1.86rem;
    height: 0.7rem;
    border: 1px solid #87674c;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mwgr-bzj .noclick {
    border: 1px solid #a6a6a6;
    color: #a6a6a6;
}
.mwgr-bzj a img{
    width: 0.36rem;
    height: 0.32rem;
}

/*
章节列表样式
 */
.clg-layer {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: -100%;
    z-index: 9999;
    display: flex;
    bottom: 0;
    visibility: visible;
    -webkit-transition: none;
    transition: none;
}
.clgcont {
    width: 5.5rem;
    height: 100%;
    background-color: #f2ffe7;
    padding-left: 0.3rem;
    position: relative;
}
.clgcont .clg-gb {
    width: 0.64rem;
    height: 0.64rem;
    border: 1px solid #999;
    color: #999;
    text-align: center;
    position: absolute;
    top: 0.2rem;
    right: 0.3rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0;
}
.clgcont .clg-gb i {
    font-style: normal;
    font-size: 0.36rem;
    line-height: 0.36rem;
}
.clear-layer {
    width: 2rem;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6)
}
.clgcont .clg-name {
    width: 80%;
    margin-top: 0.6rem;
    font-size: 0.36rem;
    font-weight: 700;
    color: #000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.clgcont .clg-info {
    width: 100%;
    display: flex;
    font-size: 0.26rem;
    color: #999;
    align-items: center;
    margin-top: 0.2rem;
}
.clgcont .clg-info i {
    font-style: normal;
    margin: 0 0.16rem;
    font-size: 0.24rem;
}
.clgcont .clg-info .clg-wt {
    max-width: 2.8rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.clgcont .clg-info .clg-fh {
    margin: 0 0.1rem;
}
.clgcont .clg-line {
    width: 4.9rem;
    margin: 0.2rem 0;
    height: 1px;
    border-bottom: 1px dashed #999;
}
.clg-zj {
    width: 4.9rem;
    height: 70vh;
    overflow-y: scroll;
    -webkit-overflow-scrolling : touch;
    margin-top: 0.16rem;
    overflow: auto;
}
.clg-zj .clg-zj-list > a {
    display: block;
    font-size: 0.3rem;
    color: #202020;
    font-weight: 500;
    margin-bottom: 0.25rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.clg-zj > a {
    font-size: 0.32rem;
    color: #000;
    display: flex;
    justify-content: center;
    font-weight: 600;
}

/*comment*/
.kbComment {
    width: 100%;
    box-sizing: border-box;
    padding: 0.3rem;
}

.kbCommentTil {
    width: 100%;
    color: #222222;
    font-size: 0.32rem;
    padding-left: 0.32rem;
    line-height: 0.32rem;
}

.kbComment ul {
    padding: 0.4rem 0 0 0;
}

.kbComment ul li {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 0.3rem;
}

.kbComment ul li:last-child{
    margin-bottom: 0;
}

.kbComment .comPic {
    width: 0.54rem;
    height: 0.54rem;
    border-radius: 0.5rem;
    background: #ddd;
    overflow: hidden;
}

.kbComment .comPic img{
    width: 100%;
    height: 100%;
}

.kbComment .comInfo {
    width: calc(100% - 0.74rem);
    padding-bottom: 0.3rem;
    border-bottom: 1px solid #e5e5e5;
}

.kbComment ul li:last-child .comInfo {
    border-bottom: none;
    padding-bottom: 10px;
}

.kbComment .comInfo h4 {
    color: #444444;
    font-size: 0.3rem;
    line-height: 0.38rem;
    margin-bottom: 0.1rem;
    font-weight: 400;
}

.kbComment .comInfo p {
    color: #333333;
    font-size: 0.26rem;
    line-height: 0.34rem;
}




.BJ400{
    display: flex;
    justify-content: center;
    margin-top: .26rem;
}
.BJ400 .wgyed{
    margin: 0 0.2rem
}
.BJ400 .wgyed222{
    background-color: #4caf50;
}