*{margin: 0;padding: 0;	box-sizing: border-box;}
body {font: 16px/1.5rem '宋体',sans-serif;	color: #666;background:#E9FAFF;}
body,button,dd,div,dl,dt,form,h1,h2,h3,h4,h5,h6,iframe,input,ol,p,pre,select,table,td,textarea,th,ul,em,i {font-weight: 400;	font-style: normal;}
ol,li,ul{list-style: none;}dd,div,dl,dt,form,img,li,ol,ul {border: 0;}button,input{outline: none;}

.red{color:#bf2c24}.blue{color:#4284ed}.dark{color: #33373d}.green{color:green}.orange{color: #f0643a}.yellow {color: #f0c53a}.purple{color: #a091ff}.gray{color:#B3B3B3}

a{
	color:#666;
	text-decoration: none;
}

.s_gray{
	font-size:.7rem;
	color: #B3B3B3;
}

.mt8{
    margin-top: 8px!important;
}
.mb20{
    margin-bottom: 20px!important;
}
.with{
    width: 65px;
}
.w80{
    width: 80%;
}
.w100{
    width: 100%!important;
}
.indent{text-indent:2em;}
.tc{text-align:center}
.tl{text-align:left}
.fr{float: right}
.fl{float: left}
.flex{
	display:flex;
}
.flex-wrap{
	flex-flow: wrap;
}
.flex-between{
	justify-content: space-between;
}
.flex-center{
	justify-content: center;
}
.flex-flow-center{
	flex-flow: center;
}
.align-items-center{
	align-items: center;
}
.container{
    max-width: 980px;
    margin: 0 auto;
}

header, nav{
    max-width: 980px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding: 0 15px;
    flex-flow: wrap;
    align-items: center;
}
.logo{
    text-align: center;
    padding: 10px 0;

}
.logo em{
    font-size: 24px;
    font-weight: 700;
    display: block;
}

.search{
    margin-bottom: 5px;
    margin: 0 auto;
    padding-bottom: 5px;
    padding-right: 30px;
}
#searchkey{
    height: 38px;
    width: 250px;
    margin-right: -8px;
    border: 1px solid #C3DFEA;
    text-indent: 5px;
}
.search_btn{
    height: 38px;
    width: 60px;
    background: #88C6E5;
    border: none;
    color: #fff;
    border-bottom: 2px solid  #88C6E5;
    margin-bottom: 5px;
}

nav{
    background: #88C6E5;
    margin-bottom: 8px;
    font-weight: 700;
}
nav a{
    color: #fff;
    font-size: 16px;
    padding: 8px;

}
/* 封推及热门 */
.commend{
    width:70%;
    margin-right: 1%;
    padding: 10px 10px 0;
    flex-flow: wrap;
}
.commend .outdiv{
    width: 48%;
    display: flex;
}
.pages{
    width: 100%;
    padding: 10px 0;
    text-align: center;
}
.pages .pagelink a,.pages .pagelink strong{
    display: inline-block;
    margin: 2px;
    min-width: 35px;
    text-align: center;
    border: 1px solid #e6e6e6;
    height: 35px;
    line-height: 35px;
}
.pages .pagelink strong,.pages .pagelink a:hover{
    background: #bf2c24;
    color: #fff;
}
.commend img{
    width:100px;
    height: 133px;
    margin: 0 15px 18px 0;
    flex: none;
}
.commend .intro{
    line-height: 1.15rem;
    overflow: hidden;
    height: 100px;
    margin-top: 5px;
    padding: 10px 0;
    font-size: 13px;
    border-top: 1px dotted #A6D3E8;
}
.commend h3{
    max-width: 100%;
    font-size: 16px;
}
.commend span{
    color: #B3B3B3;
    font-size: 14px;
}
.commend-title{
    height: 20px;
    line-height: 20px;
    overflow: hidden;
}

.popular{
    width:29%;
}
.popular > p{
    background-color: #e1eced;
    border-bottom: 1px solid #ddd;
    font-size: 14px;
    font-weight: 700;
    height: 35px;
    line-height: 35px;
    padding-left: 10px;
}
/* .popular a, .lastupdate a{ */
.list-out {
    margin: 0 10px;
    padding: 5px 0;
    border-bottom: 1px solid #ddd;
    font-size: 13px;
    display: flex;
    justify-content: space-between;
    height: 35px;
    overflow: hidden;
}
.list-out span:last-child{
    border-bottom: unset;
}

/* 中间区块 */
.sort-section{
    width: 99%;
    margin-top: 8px;
}
.sort-section a{
    font-size: 13px;
}

.sort-section > div{
    width:33%;
}

.sort-title{
    border-bottom: solid 1px #A6D3E8;
    background-color: #F6F8FE;
    font-size: 14px;
    font-weight: 700;
    line-height: 30px;
    height: 30px;
    margin:0 3px 8px;
    padding-left: 8px;
}

.sort-bottom{
    padding: 0 8px 5px 8px;
    width: 100%;
}

.sort-bottom .sortdiv {
    width: 100%!important;
}

.sort-section img{
    width: 60px!important;
    flex: none;
    height: 80px;
    margin: 5px 18px 0 0;
}

.sort-section h4{
    font-size: 14px;
    margin: 5px 0 3px;

}

.sort-section p{
    font-size: 13px;
    line-height: 1.15rem;
    height: 55px;
    overflow: hidden;
    /*width: 228px;*/
}

.sort-section-more {
    margin-top: 10px;
}
.sortlist{
/* .sort-section-more a{ */
  margin-right:2%;
  width: 48%;
  overflow: hidden;
  height: 28px;
  line-height: 28px;
  border-bottom: solid 1px #ddd;
}
.sort-middle{
    border-left: dotted 1px #A6D3E8;
    border-right: dotted 1px #A6D3E8;
    width: 34%!important;
}
/* 最后更新和最新入库 */
.section-bottom{
    margin-top: 8px;
}

.section-bottom > div > p{
    padding-left: 10px;
    background-color: #A6D3E8;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    font-weight: 700;
    border-bottom: solid 1px #DDDDDD;
}

.lastupdate{
    width: 70%;
    margin-right: 1%;
}
.lastupdate1{
    width: 100%;
}
.lastupdate em:nth-child(1){width:14%;}
.lastupdate em:nth-child(2){width:36%;}
.lastupdate em:nth-child(3){width: 50%;}
.lastupdate1 em:nth-child(1){width:14%;}
.lastupdate1 em:nth-child(2){width:36%;}
.lastupdate1 em:nth-child(3){width: 50%;}
/* 通用3px边框 */
.border3{
    border: 3px solid #C3DFEA;
    background: #FEF9EF;
}

.border3-1{
    border: 3px solid #C3DFEA;
    background: #E1ECED;
}

.border3-2{
    border: 3px solid #C3DFEA;
}

/* 友情链接 */
.link{
    border: 1px solid #DDD;
    line-height: 22px;
    width: 980px;
    margin: 10px auto;
    padding: 9px 0 9px 9px;
    font-size: 13px;
    margin-bottom: 30px;
}

/* 信息页 info S */
.info-title{
    border-bottom: #88C6E5 1px solid;
    padding: 0px 10px;
    line-height: 40px;
    height: 40px;
    background-color: #E1ECED;
    font-size: 13px;
    overflow: hidden;
}

.info-main{
    display: flex;
    padding: 8px 8px 0;
    font-size: 14px;
}

.info-main h1{
    font-family: 黑体;
    font-size: 28px;
    font-weight: 700;
    padding: 1px;
    margin: 20px 0 10px 0;
    line-height: 2rem;
}

.info-main img{
    width: 150px;
    height: 190px;
    flex: none;
    background: #E1ECED;
    padding: 15px;
    margin: 5px 30px 12px 5px;
}

.info-main span{
    display: inline-block;
    width: 50%;
    margin: 2px 0;
}

.info-main-intro{
    border-top: 1px dashed #88C6E5;
    padding-top: 15px;
    height: 70px;
    overflow: hidden;
    line-height: 1.15rem;
}

.info-main-intro p{
    text-indent: 2rem;
    font-size: 13px;
    
}
.info-main-wap{
    padding: 3px 8px 0 20px;
    font-size: 13px;
    border-top: 1px dashed #ddd;

}
.info-chapters{
    padding: 8px;
}
.info-chapters-title{
    background-color: #e1eced;
    border-bottom: 1px solid #ddd;
    font-size: 14px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    overflow: hidden;
}
.info-chapters a{
    width: 33%;
    overflow: hidden;
    height: 35px;
    line-height: 35px;
    font-size: 13px;
    border-bottom: 1px dashed #CCC;
}

.info-commend{
    font-size: 13px;
    width: 90%;
    margin: 0 auto;
    height: 60px;
    line-height: 30px;
    overflow: hidden;
}



/* 阅读页 */
.reader-main{
    text-align: center;
}
.reader-main h1{
    font-size: 24px;
    font-weight: 700;
    margin: 25px 0 15px;
}
.reader-hr{
    border-bottom: 1px dashed #88C6E5;
    margin: 5px 0 10px;
}
article{
    font-family: 方正启体简体,"Microsoft YaHei",微软雅黑,宋体;
    font-size: 19pt;
    letter-spacing: 0.2em;
    width: 85%;
    margin: auto;
    text-align: justify;
    line-height: 1.5;
}
article p{
    text-indent: 2rem;
    margin: 1.5rem 0;

}

.reader-bottom{
    text-align: center;
    margin-bottom: 10px;
}

/* 分类列表页 */
.category-commend{
    width: 100%!important;
    margin: 0!important;
}
.category-commend .category-div{
    width: 32%;
    display: flex;
}

/* 底部 */
.footer{
    border-top: 2px solid #88C6E5;
    overflow: hidden;
    width: 92%;
    margin: 0 auto 10px;
    text-align: center;
    font-size: 12px;
}
.diswap{
    display: none;
}

.gotop{
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #000;
    background: #eee;
    position: fixed;
    right: 50%;
    bottom: 80px;
    z-index: 10;
    margin-right: -535px;
}
 .htrank{
    margin-bottom: 10px;
    }
    
    .listpage{
    margin: 15px 15px 30px 15px;
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    text-align: center;
}
.listpage span{
    display: block;
    width: 25%;
}
.listpage span a{
    width: 90%;
    display: block;
    color: #fff;
}
.listpage .left{
    float: left;
}
.listpage .right{
    float: right;
}
.listpage .middle{
    display: block;
    width: 49%;
    float: left;
    border: 1px solid #dfdfdf;
    height: 34px;
}
.listpage .middle select{
    height: 34px;
    line-height: 34px;
    border: none;
    display: inline-block;
    width: 100%;
    color: #999;
    float: left;
}
.listpage .onclick{
    background: #4baacd;
}
.listpage .unclick{
    background: #cecece;
}

.tran{
    height: 18px;
    width: 40px;
    background: #88C6E5;
    border: none;
    color: #fff;
    border-bottom: 2px solid #88C6E5;
}
    
    .onlymobile{display: none;}
@media (min-width: 950px){.search_btns{display:inline; height: 38px;
    width: 60px;
    background: #88C6E5;
    border: none;
    color: #fff;
    border-bottom: 2px solid  #88C6E5;
    text-align: center;
    line-height: 38px;
    font-size: 13px;
    font-weight: 400;
    font-style: normal;
    margin-bottom: 5px;
    margin-left: 30px;
    margin-right: -15px;
}
    .ygbook_btns{display:inline; height: 38px;
    width: 60px;
    background: #88C6E5;
    border: none;
    color: #fff;
    border-bottom: 2px solid  #88C6E5;
    text-align: center;
    line-height: 38px;
    font-size: 13px;
    font-weight: 400;
    font-style: normal;
}
.commend .intro{
  width: 190px; 
}
.textareas{
    width: 90%;
    margin-right: 30px;
}
.comment {border:2px solid #88C6E5;margin:0 auto 10px;width:980px;overflow:hidden;color:#666;}
.comment dt{width:100%;padding-left:10px;line-height:34px;border-bottom:1px dotted #459DF5;background:#C3DFEA;overflow:hidden;}
.comment dd {margin:10px;border-bottom:1px dotted #CCC;color:#999;}
.comment dd p{margin:6px 0;color:#666;}.comment dd b{color: #6F78A7;}
.comment_more,.loadmore{text-align:center;line-height:34px;overflow:hidden;}
}
    
@media screen and (max-width:767px){
    .search_btns{
    height: 38px;
    width: 60px;
    background: #88C6E5;
    border: none;
    color: #fff;
    border-bottom: 2px solid  #88C6E5;
    text-align: center;
    line-height: 38px;
    font-size: 13px;
    font-weight: 400;
    font-style: normal;
    margin-bottom: 5px;
}
  .ygbook_btns{display:inline; height: 38px;
    width: 60px;
    background: #88C6E5;
    border: none;
    color: #fff;
    border-bottom: 2px solid  #88C6E5;
    text-align: center;
    line-height: 38px;
    font-size: 13px;
    font-weight: 400;
    font-style: normal;
}
.textareas{
  width: 80%;
    margin-right: 10px;
}
.comment {border:2px solid #88C6E5;margin:0 auto 10px;width:980px;overflow:hidden;color:#666;}
.comment dt{width:100%;padding-left:10px;line-height:34px;border-bottom:1px dotted #459DF5;background:#C3DFEA;overflow:hidden;}
.comment dd {margin:10px;border-bottom:1px dotted #CCC;color:#999;}
.comment dd p{margin:6px 0;color:#666;}.comment dd b{color: #6F78A7;}
.comment_more,.loadmore{text-align:center;line-height:34px;overflow:hidden;}
.comment{width:100%;border:none;margin:0 auto;padding:0;zoom:1;overflow:hidden;}
  .gotop {
    right: 20px;
    margin-right: unset;
  }
  
  .lastupdate,.lastupdate1, .info-chapters a, .sort-section > div,.commend, .popular, .outdiv, .category-div{
    width: 100%!important;
    margin: 0;
    }

    .popular{
        margin-top: 8px;
    }

    .info-commend, .dispc{
        display: none;
    }
    .diswap{
        display: block;
    }
    .info-main img{
        width: 133px;
        height: 170px;
        margin-right: 15px;
    }
    article{
        width:95%;
    }
    
    .lastupdate a span:last-child,.lastupdate1 a span:last-child,
    .lastupdate .list-out span:first-child em:first-child,
    .lastupdate1 .list-out span:first-child em:first-child
    {
        display: none;
    }

    .lastupdate em:nth-child(2) {
        width: 45%;
    }
    .lastupdate a span:first-child{
        width: 100%!important;
    }
     .lastupdate1 em:nth-child(2) {
        width: 45%;
    }
    .lastupdate1 a span:first-child{
        width: 100%!important;
    }
   
}