*{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;
}
.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;
}
#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;
}

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;
}

.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;
}

.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%;
}
.lastupdate em:nth-child(1){width:14%;}
.lastupdate em:nth-child(2){width:36%;}
.lastupdate 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: 30px;
    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;
}
    
@media screen and (max-width:767px){
  .gotop {
    right: 20px;
    margin-right: unset;
  }
  
  .lastupdate, .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,
    .lastupdate .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;
    }
}
@media screen and (max-width:767px){
	#store_right {
		display:none;
	}
	.store_left{
		width:100%;
		margin:0;
	}
	.store_left #store_menu{
		display:block;
		color:#bf2c24;
		position:absolute;
		right:0;
	}

	.navigation{
		display:none;
	}
	.text_title{
		padding: 15px 2px 0;
	}
	#article {
		padding: 0 2px;
	}
	header form,
	.header_right{
		margin:0 auto;
	}
	.header_right #home{
		display:block;
	}
	.header_right{
		width:100%;
		justify-content:space-between;
		padding:20px 5px 0;
	}
	.header_right a{
		padding-left:0;
	}
	#tempBookcase ul li,
	.side_commend li{
		width:100%!important;
	}

} 
/* 书库 */
.store {
	display: flex;
	/* flex-flow: wrap; */
	max-width: 960px;
	margin: 10px auto;
	position:relative;
}

.store_left #store_menu{
	float:right;
	cursor:pointer;
	margin-right:5px;
	display:none;
}

.store_left {
	width: 760px;
	margin-right: 10px;
	display:block;
}

#store_right {
	width: 190px;
	z-index:1;
}

.store_left>.side_commend {
	margin: 0;
}

#store_right a {
	text-decoration: none;
	display: table;
}

.onselect,
#store_right a:hover {
	background: #bf2c24;
	color: #fbfbfb;
}

#store_right>* {
	border: 1px solid #e6e6e6;
}

#store_right>ul,
#store_right>div {
	margin-bottom: 10px;
	/* background: #f7f6f2; */
	background: #ffffff;
}


.store_title {
	border-bottom: 1px solid #e6e6e6;
	line-height: 41px;
	font-size: 1.2em;
	text-align: center;
	letter-spacing: .1em;
}

#store_right li {
	line-height: 50px;
	text-align: center;
	font-size: 1.2em;
	border-bottom: 1px solid #eee;
}

#store_right li:last-child {
	border-bottom: none;
}

#store_right li a {
	width: 100%;
}

#store_right>div {
	display: flex;
	flex-flow: wrap;
	justify-content: space-around;
	text-align: center;
}

#store_right>div>* {
	line-height: 41px;
	font-size: 1.1em;
	width: 50%;
}
.title {
	display: flex;
	align-items: center;
	flex-flow: wrap;
	width: 100% !important;
	font-weight: 700;
	color: #555;
	font-size: 1.1em;
	padding-bottom: 8px;
	border-bottom: 1px solid #ddd;
}
.side_commend,
aside {
	margin-top: 10px;
	padding: 10px 10px 5px;
	background:#ffffff;
}

aside {
	width: 250px;
	margin-left: 10px;
}

.side_commend_width {
	width: 700px;
}

.flex {
	display: flex;
	flex-flow: wrap;
}

.side_commend li {
	width: 49%;
	display: flex;
	margin: 10px 6px 18px 0;
	line-height:1.7em;
}

.side_commend .li_bottom{
	display:flex;
	overflow:hidden;
	align-items: center;
	flex-flow:nowrap;
}
.side_commend .li_bottom > *{
	height:20px;
	line-height:20px;
}

.side_commend .li_bottom > div{
	margin-left:auto;
}
.side_commend em{
	border:1px solid #ccc;
	border-radius: 1px;
	padding:0 2px;
	font-size:10px;
	margin-right:4px;
}

.side_commend h2{ /*_commend block articlename*/
	font-size:1.15em;
	display:block;
	height:24px;
	line-height:24px;
	overflow: hidden;
}

.section_mark img,
.side_commend img {
	width: 100px;
	height: 133px;
	transition: transform .4s ease-out;
}

.section_mark img:hover,
.side_commend img:hover {
	transform:scale(1.1)
}

/* 翻页按钮*/

.pages {
	width: 100%;
	padding: 10px 0;
	text-align: center;
}

#pagestats {
	display:none;
	font-style: normal;
	margin-left: 5px;
}

.pages a,
.pages a:visited,
.pages strong,
kbd input {
	display: inline-block;
	margin: 2px 2px;
	padding: 0 2px;
	min-width: 35px;
	border: 1px solid #e6e6e6;
	border-radius: 3px;
	text-align: center;
	text-decoration: none;
	height:35px;
	line-height: 35px;
}

.pages a:hover,
.pages strong {
	background: #bf2c24;
	color: #fff;
}

p.indent{
	line-height:1.8em;
	height:77px;
	overflow: hidden;
	margin:7px 0;
}

.img_span {
	position: relative;
	margin-right:15px;
}

.img_span a{
	width:100px;
	height:133px;
	overflow:hidden;
	display:block;
	/* box-shadow: 0 1px 1px rgba(0,0,0,.35); */
}
.img_span a:hover{
	position: unset;
}

.img_span span {
	width: 100px;
	height: 25px;
	background: rgba(0, 0, 0, .4);
	display: flex;
	position: absolute;
	top: 108px;
	color: #fff;
	justify-content: center;
	align-items: center;
}
/* 完本图标 */
span[class=full]{background:rgba(191,44,36, .75);}

.hot,.fa-user-circle-o:hover,a[class="gray"]:hover,
.header_right a:hover, .act *,
a:hover {
	color: #ed4259;
}

.gray, .fa-user-circle-o{
	color:#666;
}
.w_gray{
	color:#969ba3;
}