/* 阅读页面 */
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;
}
/*article 文章页*/

.artbg{
	background:#f6f4ec;
}
.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;
	margin-left:0.1rem;
	padding:0 0.1rem;
	border-radius:0.05rem;
}
.art_cnt{
	width: 6.9rem;
	margin:0 auto;
	line-height: 1.8;
	font-size: 0.36rem;
	line-height: 0.64rem
}
.art_cnt p{
    padding-top: 0.3rem;
	font-size: 0.32rem;
	text-align: justify;
	text-indent: 2em;
	line-height: 0.64rem
}
.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: 1.7rem;
    box-sizing: border-box;
    padding: 0 0.4rem;
    display: flex;
    justify-content: space-around;
	align-items: center;
	margin: 0.2rem 0 0.4rem 0;
	border-bottom: 1px solid #ddd;
}
.cnk .mr-prev {
    width: 1.46rem;
    height: 0.7rem;
    border: 1px solid #87674c;
}
.cnk a {
    display: block;
    color: #87674c;
    font-size: 0.3rem;
    line-height: 0.7rem;
    text-align: center;
}
.cnk .mr-ml {
    width: 1.86rem;
    height: 0.7rem;
	border: 1px solid #87674c;
	display: flex;
	align-items: center;
	justify-content: center;
}
.cnk .mr-next {
    width: 1.46rem;
    height: 0.7rem;
    border: 1px solid #87674c;
}
.cnk .mr-noclick {
    border: 1px solid #a6a6a6;
    color: #a6a6a6;
}




.mr-cnk {
    width: 100%;
    height: 1.7rem;
    box-sizing: border-box;
    padding: 0 0.4rem;
    display: flex;
    justify-content: space-around;
	align-items: center;
	margin: 0.2rem 0 0.4rem 0;
	border-bottom: 1px solid #ddd;
}
.mr-cnk .mr-prev {
    width: 1.46rem;
    height: 0.7rem;
    border: 1px solid #87674c;
}
.mr-cnk a {
    display: block;
    color: #87674c;
    font-size: 0.3rem;
    line-height: 0.7rem;
    text-align: center;
}
.mr-cnk .mr-ml {
    width: 1.86rem;
    height: 0.7rem;
	border: 1px solid #87674c;
	display: flex;
	align-items: center;
	justify-content: center;
}
.mr-cnk .mr-next {
    width: 1.46rem;
    height: 0.7rem;
    border: 1px solid #87674c;
}
.mr-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;
}

.footer{
    height: 1rem;
	padding-top:0.15rem;
}
.ft_nav{
	text-align: center;
	height: 0.8rem;
	line-height: 0.8rem;
	font-size:0.32rem;
	color:#ccc;
}
.ft_nav a{
	margin:0 0.2rem;
}

.ft_copy{
	padding:0.2rem 0.2rem;
	text-align: center;
	color:#999;
}