/* 阅读页面 */
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;
    background: #fff;
    /* overflow-x: hidden; */
    text-align: left;
    position: relative;
    /* font-size: 0.26rem; */
    color: #262626;
	background:#f6f4ec;
}

body.anye{
	background-color: #32373b;
    color: #999;
}

body.anye .top{
	background-color: #32373b;
    color: #999;
	border-color: #666;
}
body.anye .book-detail-top{
	border-color: #666;
}
body.huyan{
	background-color: #dcecd2;
}

.top{

}
.footer{
	background: #f6f4ec;
	border-top: 1px solid #ddd;
}
.book-detail-top{
	background: none;
	border-bottom: .1rem solid #ececec;
}
.book-info .con .book-info-item{
	margin-top: .8rem;
}

.art_info{
	margin-top: 1rem;
	margin-bottom: 2rem;
}
.art_info h1{
	font-size: 1.4rem;
}
.art_info .ni {
	color: #999;
	font-size: .9rem;
}
.art_info .ni span{
	margin-right: 1rem;
}
/*article 文章页*/
.art_header{
	height: 0.9rem;
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100;
	background:#f6f4ec;
	font-size:0.3rem;
	line-height: 0.9rem;
	border-bottom: 1px solid #ddd;
}
.art_header .backa{
	display: block;
	width: 0.9rem;
	height: 0.9rem;
	position: absolute;
	left: 0;
	top: 0;
	background:url("/statics/pko/mobile/images/art_back.png") no-repeat center center;
	background-size:auto 0.3rem;
}
.art_header .homea{
	display: block;
	width: 0.9rem;
	height: 0.9rem;
	position: absolute;
	right: 0;
	top: 0;
	background:url("/statics/pko/mobile/images/home.png") no-repeat center center;
	background-size:50%;
}
.art_header h1{
    font-size: 0.32rem;
    white-space:nowrap;
	width: 5.6rem;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    margin: 0 auto;
    text-indent: 0;
}

.art_zw{
	height: 0.88rem;
	clear: both;
}

.art_menu{
	padding:0 0.3rem 0.3rem 0.3rem;
}
.art_menu .cl{
	float: left;
	width: 0.5rem;
	height: 0.36rem;
	margin:0 0.15rem 0 0;
	border:2px solid #8b8c8d;
	border-radius:3px;
}
.art_menu .cl1{
	background:#f6f4ec;
}
.art_menu .cl2{
	border-color:#fafffa;
	background:#fafffa;
}
.art_menu .cl3{
	border-color:#fdf4ff;
	background:#fdf4ff;
}
.art_menu .cl4{
	border-color:#0f1417;
	background:#0f1417;
}
.art_menu .mof{
	float: right;
	display: inline-block;
	height: 0.44rem;
	line-height: 0.44rem;
	background:#e4e4e4;
	color:#969697;
	padding:0 .8rem;
	border-radius:0.05rem;
}

.art_cnt .big{
	font-size: 2.5rem !important;
}

.art_cnt .middle{
	font-size: 1.8rem !important;
}
.art_cnt .small{
	font-size: 1.2rem !important;
}
.art_cnt{
	margin:0 auto;
	line-height: 1.8;
	font-size: 1.2rem;
	line-height: 2.2rem;
	padding: 0 .8rem;
}
.art_cnt p{
    padding-top: 0.8rem;
    text-align: justify;
    text-indent: 1.5rem;
	line-height: 1.8;
}
.art_cnt img{
	display: block;
	width: 100%;
	height:auto;
}

.art_ctrl{
	width: 6.9rem;
	margin:0.5rem auto;
	display:flex;
	justify-content:space-between;
	font-size:0.28rem;
}
.art_ctrl a{
	display: inline-block;
	height: 0.66rem;
	line-height: 0.66rem;
	border:1px solid #b8b8b9;
	padding:0 0.4rem;
	border-radius:0.05rem;
	color:#b8b8b9;
}
.cnk {
    width: 100%;
    height: 2.8rem;
    box-sizing: border-box;
    padding: 0 1.2rem;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 1rem 0 1.4rem 0;
    /* border-bottom: 1px solid #ddd; */
}
.cnk .mr-prev {
    width: 6.8rem;
    height: 2.8rem;
    border: 1px solid #87674c;
}
.cnk a {
    display: block;
    color: #87674c;
    font-size: 1rem;
    line-height: 2.8rem;
    text-align: center;
}
.cnk .mr-ml {
    width: 6.8rem;
    height: 2.8rem;
    border: 1px solid #87674c;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cnk .mr-next {
    width: 6.8rem;
    height: 2.8rem;
    border: 1px solid #87674c;
}
.cnk .mr-noclick {
    border: 1px solid #a6a6a6;
    color: #a6a6a6;
}



/*article 文章页*/




/*
章节列表样式
 */
 .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: #e4e4d7;
	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;
}




.art_tool{
	overflow: hidden;
}
.art_tool button{
	text-transform: none;
	border: 1px solid #fd7c7c;
	border-radius: 999rem;
	padding: .2rem .6rem;
	background: none;
	color: #fd7c7c;
}
.art_tool button.active{
	background-color: #fd7c7c;
	color: #fff;
}



.book-info .book-cover{
	width: 6.2rem;
    height: 8rem;
}