@charset "utf-8";
@media screen and (max-width: 320px) {
    html {
	font-size: 11px;
    }
}
@media screen and (min-width: 360px) {
    html {
	font-size: 13px;
	}
}

@media screen and (min-width: 380px) {
    html {
	font-size: 15px;
	}
}
@media screen and (min-width: 728px) {
    html {
	font-size: 26px;
    }
}
a, body, div, dl, dt, em, h1, h2, h3, h4, h5, h6, html, i, img, li, ol, p, span, ul{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0
}
html{
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	overflow-x: hidden;
}
body {
	max-width: 768px;
	margin: 0 auto;
	color: #333;
  background-color: #f5f5f5;
  position: relative;
}
ol, ul{
	list-style: none
}
strong{
	font-weight: 700
}
input{
	outline: 0
}
img{
	display: block;
	border: 0;
}
li{
	list-style: none;
}
::-moz-selection{
 background: #e6263b;
 color:#fff;
 text-shadow:none
}
::selection{
	background: #e6263b;
	color: #fff;
	text-shadow: none
}
a{
	text-decoration: none;
 	blr:expression(this.onFocus=this.blur());
	cursor: pointer;
	color: #333;
}
a:link, 
a:visited{
	text-decoration: none
}
a:active, 
a:hover{
	text-decoration: none
}
i,
em{
	font-style: normal;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.fc{
	clear: both;
}
.mt{
	margin-top: .8rem;
}
.mb{
	margin-bottom: .8rem;
}
.mainbox{
  width: 100%;
  padding: .8rem;
  margin: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bgcolor{
	background: #fff;
}
.show{
	display: block;
}
.hide{
	display: none;
}

/* 返回上一页 */
.headtit{
	max-width: 10rem;
	font-size: 1.2rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-left: .5rem;
	color: #e6263b;
}


/* 当前位置 */
.add{
	padding: .8rem;
	color: #888;
}
.add a{
	color: #888;
}
.add i{
	margin: 0 .3rem;
}

/* 分页 */
.pages{
	padding: .8rem;
	overflow: hidden;
	text-align: center;
}

.pages a{
	padding: .3rem 1.3rem;
	margin: 0 .3rem;
	border: 1px solid #ccc;
	border-radius: 3px;
}

/* 栏目标题 */
h3.title{
	height: 2.8rem;
	line-height: 2.8rem;
	padding: 0 .8rem;
	font-weight: 400;
	border-bottom: 1px solid #ddd;
}
h3.title a{
	float: right;
	font-size: .8rem;
	color: #888;
}
h3.title i{
	color: #333;
	margin: 0 .2rem;
}

/* 顶部 */
.top{
  max-width: calc(768px - 1.6rem);
  height: 2.1rem;
  line-height: 2rem;
  z-index: 999;
  padding: .5rem .8rem;
  width: calc(100% - 1.6rem);
  position: relative;
}
.top .logo{
	width: auto;
	height: 2.1rem;
	overflow: hidden;
}
.top .logo img{
	width: auto;
	height: 100%;
}
.top .sour{
	margin-left: .5rem;
	padding-left: 1.5rem;
	background: url(/statics/pko/mobile/images/icon-copyright.png) no-repeat left center;
	background-size: 1.5rem;
}
.top .sour a{
	color: #e6263b;
	font-size: 1.2rem;
}
.top .sear{
	margin-left: 1rem;
	padding: 0 0 0 1.5rem;
	background: url(/statics/pko/mobile/images/seac.png) no-repeat left center;
	background-size: 1.3rem;
	position: relative;
}
.top .sear a{
	font-size: 1.2rem;
	color: #e6263b;
}

/* 隐藏搜索 */
.hsearch{
    width: 100%;
    max-width: 768px;
    height: 3.5rem;
    display: none;
    background: #fff;
    overflow: hidden;
}
.hsearch form{
	width: 94%;
	height: 2.5rem;
	padding: .5rem 0;
	margin: auto;
}
.hsearch input{
	width: 79%;
	height: 2.5rem;
	float: left;
	text-indent: .5rem;
	border: .08rem solid #e6263b;
	border-right: none;
	border-radius: 2rem 0rem 0rem 2rem;
	font-size: 1rem;
	background: transparent;
}
.hsearch button{
  width: 20%;
  height: 2.5rem;
  float: left;
  background-color: transparent;
  background-image: url(/statics/pko/mobile/images/icon-search.png);
  background-repeat: no-repeat;
  background-position: 30px;
  background-size: 37%;
  border-radius: 0rem 2rem 2rem 0rem;
  border: .08rem solid #e6263b;
  border-left: none;
}

/* 导航 */
.nav{
	width: 100%;
	height: 3rem;
	line-height: 3rem;
	text-align: center;
	border-top: 1px solid #f5f5f5;
}
.nav li{
	overflow: hidden;
}
.nav li a{
	display: inline-block;
	width: 24%;
}
.nav li a.on{
	color: #e6263b;
	font-size: 1.2rem;
}

/* 幻灯片 */
.slidebox{
	position: relative;
	max-width: 100%;
	height: 13rem;
	overflow: hidden;
	background: #fff;
}
.slidebox .hd{
	position: absolute;
	height: 1rem;
	line-height: 1rem;
	bottom: 2.8rem;
	right: 0;
	z-index: 1;
	width: 100%;
	text-align: center;
}
.slidebox .hd li{
	display: inline-block;
	width: .5rem;
	height: .5rem;
	border-radius: 1rem;
	background: #e6263b;
	text-indent: 9999px;
	overflow: hidden;
	margin: 0 6px;
}
.slidebox .hd li.on{
	background: #fff;
}
.slidebox .bd{
	position: relative;
	z-index: 0;
}
.slidebox .bd li{
	position: relative;
	text-align: center;
}
.slidebox .bd li img{
	background: url(/statics/pko/mobile/images/loading.gif) center center no-repeat;
	vertical-align: top;
	width: 100%;
	height: 100%;
}
.slidebox .bd li a{
	display: block;
	height: 13rem;
	overflow: hidden;
	position: relative;
} 
.slidebox .bd li a span{
	display: block;
	width: 100%;
	height: 2.5rem;
	line-height: 2.5rem;
	color: #fff;
	background: url(/statics/pko/mobile/images/tmbj.png) repeat left center;
	position: absolute;
	bottom: 0;
	left: 0;
}

/* 主编力荐 */
.index-list{
	width: 100%;
	background: #fff;
}
.index-list ul{
	margin: .8rem 0;
	overflow: hidden;
}
.index-list ul li{
	width: 25%;
	padding: .2rem .8rem;
	float: left;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.index-list ul li p{
	width: 5.5rem;
	margin: auto;
}
.index-list ul li p.img{
	height: 7.7rem;
	overflow: hidden;
}
.index-list ul li p.img img{
	min-width: 100%;
	height: 100%;
}
.index-list ul li p.tit{
  height: 3.1rem;
  line-height: 1.5rem;
  margin: .2rem auto;
  text-align: center;
  overflow: hidden;
}

/* 标签 */
.index-tags{
	background: #fff;
}
.index-tags div.index-tags-box{
	margin: .8rem .8rem 0;
	overflow-y: hidden;
}
.index-tags div.index-tags-box ul{
	width: 102rem;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}
.index-tags ul li{
	width: 12rem;
	height: auto;
	margin-right: .8rem;
	float: left;
	overflow: hidden;
}
.index-tags ul li:last-child{
	margin-right: 0                                                                                                                                                                             ;
}
.index-tags ul li p.img{
	width: 12rem;
	height: 6rem;
	overflow: hidden;
}
.index-tags ul li p.img img{
	min-width: 100%;
	height: 100%;
}
.index-tags ul li p.tit{
	height: 2.5rem;
	line-height: 2.5rem;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/* 榜单 */
.index-rank{
	overflow: hidden;
}
.index-rank .hd{
	margin: .8rem;
	overflow: hidden;
	border: 1px solid #e6263b;
}
.index-rank .hd li{
	width: 33.33%;
	height: 2.5rem;
	line-height: 2.5rem;
	text-align: center;
	color: #e6263b;
	float: left;
	cursor: pointer;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.index-rank .hd li:nth-child(2){
	border-left: 1px solid #e6263b;
	border-right: 1px solid #e6263b;
}
.index-rank .hd li.on{
	background: #e6263b;
	color: #fff;
}
.index-rank .bd{
	background: #fff;
}
.index-rank .bd ul li{
	height: 7.7rem;
	padding: .8rem 6.5rem;
	margin: 0 .8rem;
	position: relative;
	overflow: hidden;
	border-bottom: 1px solid #ddd;
}
.index-rank .bd ul li:last-child{
	border-bottom: 0;
}
.index-rank .bd ul li a span.tit{
  display: block;
  width: 100%;
  margin-bottom: .2rem;
  font-size: 1.1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index-rank .bd ul li a span.img{
	display: block;
	width: 5.5rem;
	height: 7.7rem;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: .8rem;
}
.index-rank .bd ul li a span.img img{
	min-width: 100%;
	height: 100%;
}
.index-rank .bd ul li p.dec{
	height: 3.6rem;
	line-height: 1.8rem;
	margin-bottom: .3rem;
	color: #888;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.index-rank .bd ul li p.tag{
	color: #888;
	position: absolute;
	bottom: .8rem;
}
.index-rank .bd ul li p.tag i{
	color: #333;
}
.index-rank .bd ul li a.btn{
	display: block;
	width: 5rem;
	height: 2.3rem;
	line-height: 2.3rem;
	text-align: center;
	border-radius: .2rem;
	color: #fff;
	background: #e6263b;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 3rem;
}

/* 资讯 */
.index-news{
	overflow: hidden;
	background: #fff;
}
.index-news ul li{
	height: 3rem;
	line-height: 3rem;
	margin: 0 .8rem;
  border-bottom: .08rem dashed #ededed;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.index-news ul li:last-child{
	border-bottom: 0;
}

.index-news ol li{
	height: 3rem;
	line-height: 3rem;
	margin: 0 .8rem;
  border-bottom: .08rem dashed #ededed;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.index-news ol li:last-child{
	border-bottom: 0;
}

/* 友情链接 */
.friend-link{
	overflow: hidden;
	background: #fff;
}
.friend-link ul li{
	margin: .8rem;
}
.friend-link ul li a{
	display: inline-block;
	height: 2rem;
	margin-right: 1rem;
}

/* 排行榜-列表 */
.all-rank{
	margin-bottom: .8rem;
	overflow: hidden;
}
.all-rank h3{
	color: #e6263b;
}
.all-rank ul{
	padding: .8rem;
	overflow: hidden;
}
.all-rank ul li{
	width: 23%;
	height: 2.5rem;
	line-height: 2.5rem;
	text-align: center;
	border: 1px solid #ededed;
	margin: 0 1% .8rem;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.all-rank ul li:nth-child(4n){
	margin-right: 0;
}
.rank-list{
	margin-bottom: .8rem;
	overflow: hidden;
}
.rank-list h3{
	color: #e6263b;
}
.rank-list h3 a{
	color: #e6263b;
}
.rank-list li{
	width: 100%;
	height: 2.5rem;
	line-height: 2.5rem;
	border-bottom: 1px dotted #ccc;
	position: relative;
	padding: 0 .8rem;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.rank-list li em{
	width: 1.1rem;
	height: 1.1rem;
	line-height: 1.1rem;
	display: block;
	font-size: .8rem;
	text-align: center;
	color: #82a9e1;
	border: 1px solid #82a9e1;
	border-radius: 4rem;
	position: absolute;
	left: .8rem;
	top: .6rem;
}
.rank-list li:nth-child(1) em{
	border-color: #e6263b;
	color: #e6263b;
}
.rank-list li:nth-child(2) em{
	border-color: #d1acd8;
	color: #d1acd8;
}
.rank-list li a{
	padding-left: 1.8rem;
}
.rank-list li span{
	float: right;
	color: #888;
}
.all-rank ul li.on{
	border-color: #e6263b;
	background: #e6263b;
}
.all-rank ul li.on a{
	color: #fff;
}

/* 排行榜-详情 */
.rank-detail{
	overflow: hidden;
}
.rank-detail h3{
	color: #e6263b;
}
.rank-detail ul{
	padding: 0 .8rem .8rem;
	overflow: hidden;
}
.rank-detail ul li{
	height: 9.5rem;
	padding: .8rem 0 0 7rem;
	margin-top: .5rem;
	position: relative;
	border-top: 1px solid #ccc;
}
.rank-detail ul li:first-child{
	border-top: none;
}
.rank-detail ul li a{
	display: block;
}
.rank-detail ul li a.img{
	width: 6.5rem;
	height: 9.5rem;
	position: absolute;
	left: 0;
	top: .8rem;
}
.rank-detail ul li a.img img{
	width: 100%;
  box-shadow: 0 0.3rem 0.2rem 0 rgba(0,0,0,0.09), 0px 2px 2px 0 rgba(0,0,0,0.03);
  border-radius: 4px;
}
.rank-detail ul li h3{
	margin-bottom: .5rem;
  font-size: 1.2rem;
  font-weight: 400;
  color: #000;
}
.rank-detail ul li h3 a{
  width: 85%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.rank-detail ul li p.aut{
	width: 80%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	position: absolute;
	bottom: .2rem;
	color: #888;
}
.rank-detail ul li p.dec{
	height: 3.6rem;
	line-height: 1.8rem;
	overflow: hidden;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.rank-detail ul li p.dec span{
	color: #888;
}
.rank-detail ul li p.tag{
	margin-bottom: .5rem;
	overflow: hidden;
}
.rank-detail ul li p.tag span{
    display: block;
    float: left;
    border-radius: .2rem;
    margin-right: .5rem;
    padding: 0 .2rem;
    color: #82a9e1;
}
.rank-detail ul li p.tag span:nth-child(2){
    color: #e6263b;
}
.rank-detail ul li p.tag i{
	display: block;
	float: left;
	color: #888;
}
.rank-detail ul li p.rank-num{
	position: absolute;
	top: .8rem;
	right: 0;
	width: 2rem;
	height: 2.5rem;
	padding-top: .5rem;
	text-align: center;
	color: #fff;
	background: url(/statics/pko/mobile/images/fantasy4.png) no-repeat center;
	background-size: 2rem 3rem;
}
.rank-detail ul li:nth-child(1) p.rank-num{
	background: url(/statics/pko/mobile/images/fantasy1.png) no-repeat center;
	background-size: 2rem 3rem;
}
.rank-detail ul li:nth-child(2) p.rank-num{
	background: url(/statics/pko/mobile/images/fantasy2.png) no-repeat center;
	background-size: 2rem 3rem;
}
.rank-detail ul li:nth-child(3) p.rank-num{
	background: url(/statics/pko/mobile/images/fantasy3.png) no-repeat center;
	background-size: 2rem 3rem;
}

/* 资讯-列表 */
.news-box{
	background: #fff;
}
.news-box h3{
	color: #e6263b;
}
.news-box ul li{
	height: 8rem;
	padding: .8rem .8rem .8rem 7.3rem;
	position: relative;
	overflow: hidden;
	border-bottom: 1px solid #ddd;
}
.news-box ul li a span.tit{
  display: block;
  width: 100%;
  margin-bottom: .5rem;
  font-size: 1.2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-box ul li a span.img{
	display: block;
	width: 5.5rem;
	height: 7.7rem;
	overflow: hidden;
	position: absolute;
	left: .8rem;
	top: .8rem;
}
.news-box ul li a span.img img{
	min-width: 100%;
	height: 100%;
}
.news-box ul li p.dec{
	height: 3.6rem;
	line-height: 1.8rem;
	margin-bottom: .3rem;
	color: #888;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.news-box ul li p.time{
	color: #888;
	position: absolute;
	bottom: .8rem;
	left: 7.3rem;
}

/* 资讯-详情 */
.book-detail-top .news-title{
	font-size: 1.3rem;
	margin-bottom: 1rem;
}
.book-detail-top .news-tags{
	color: #888;
	margin-bottom: 1rem;
}
.book-detail-top .news-tags span{
	margin-right: .6rem;
}
.book-detail-top a.tit{
	display: block;
	font-size: 1.2rem;
	font-weight: 400;
	color: #e6263b;
	margin-top: -.2rem;
	margin-bottom: .8rem;
}
.news-detail-intro{
	background: #fff;
}
.news-detail-intro h3{
	line-height: 1.5rem;
	font-weight: 400;
	color: #e6263b;
  border-left: 3px solid #e6263b;
  border-bottom: 1px solid #f5ea6f5af5f5;
  padding-left: .8rem;
	margin-bottom: .8rem;
	overflow: hidden;
}
.news-detail-intro li{
	padding: .8rem;
	line-height: 2rem;
}
.news-detail-intro li p{
	margin-bottom: .3rem;
	text-indent: 2rem;
}


/* 标签-列表 */
.tags-box{
	background: #fff;
	overflow: hidden;
}
.tags-box h3{
	color: #e6263b;
}
.tags-box ul{
	padding-top:  1rem;
	overflow: hidden;
}
.tags-box ul li{
	width: 50%;
	height: 8rem;
	overflow: hidden;
	float: left;
}
.tags-box ul li a{
	display: block;
	width: 12rem;
	height: 100%;
	margin: auto;
	text-align: center;
	overflow: hidden;
}
.tags-box ul li a p.img{
	width: 100%;
	height: 5.5rem;
	overflow: hidden;
}
.tags-box ul li a p.img img{
	min-width: 100%;
	height: 100%;
}
.tags-box ul li a p.tit{
	height: 2rem;
	line-height: 2rem;
	overflow: hidden;
}

/* 标签-详情 */
.tags-detail{
	margin-bottom: .8rem;
	padding-bottom: .8rem;
}
.tags-detail li.img{
	padding: 0;
	width: 100%;
	height: 13rem;
	overflow: hidden;
	margin-top: .8rem;
}
.tags-detail li.img img{
  min-width: 100%;
  height: 100%;
  display: block;
}
.tags-detail li.adv{
	padding: 0 .8rem;
	height: 2.5rem;
	line-height: 2.5rem;
	color: #e4389e;
	background: #f5f5f5;
	overflow: hidden;
}
.tags-detail li.tit{
	padding: .3rem .8rem;
	overflow: hidden;
	height: 2rem;
	line-height: 2rem;
}
.tags-detail li.tit h3{
	font-weight: bold;
	margin-right: 1rem;
	float: left;
}
.tags-detail li.tit span.num{
	font-size: 1rem;
	color: #666;
	float: left;
}
.tags-detail li.tit span.num i{
	margin: 0 .2rem;
	color: #e4389e;
}
.tags-detail li.tit span.time{
	font-size: 1rem;
	color: #999;
	float: right;
	margin-right: .2rem;
}
.tags-detail li.dec{
	padding: 0 .8rem;
	overflow: hidden;
	line-height: 1.7rem;
	color: #888;
}


/* 小说库列表页 */
.booktype{
	padding: .5rem .8rem 0;
	margin-bottom: .8rem;
  border-bottom: .1rem solid #D1CFCD;
}
.booktype .type{
	overflow: hidden;
	margin: .5rem 0rem;
}
.booktype .type .t-name{
	width: 13%;
	padding: .1rem 0rem;
	display: block;
	float: left;
	position: relative;
	padding-left: 1.5rem;
}
.booktype .type .t-name:before{
	content: "";
	display: block;
	width: 1rem;
	height: 1rem;
	position: absolute;
    top: .3rem;
    left: 0;
}
.booktype .type:nth-child(1) .t-name:before{
	background: url(/statics/pko/mobile/images/c1.png) no-repeat center;
	background-size: 100%;
}
.booktype .type:nth-child(2) .t-name:before{
	background: url(/statics/pko/mobile/images/c2.png) no-repeat center;
	background-size: 100%;
}
.booktype .type:nth-child(3) .t-name:before{
	background: url(/statics/pko/mobile/images/c3.png) no-repeat center;
	background-size: 100%;
}
.booktype .type:nth-child(4) .t-name:before{
	background: url(/statics/pko/mobile/images/c4.png) no-repeat center;
	background-size: 100%;
}
.booktype .type .t-type{
	width: 81%;
	display: flex;
	display: webkit-flex;
	flex-wrap: wrap;
	float: left;
}
.booktype .type .t-type a{
	display: block;
	padding: .1rem .2rem;
	margin-right: .5rem;
	margin-bottom: .5rem;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.booktype .type .t-type a.current{
	color: #e6263b;
}

.booklist{
	padding: .8rem .8rem 0;
	overflow: hidden;
}
.booklist li{
	height: 8rem;
	padding: 0 5.8rem .8rem 6.5rem;
	margin-bottom: .5rem;
	position: relative;
	border-bottom: 1px solid #f2f2f2;
}
.booklist li a{
	display: block;
}
.booklist li a.img{
	width: 5.5rem;
	height: 7.7rem;
	position: absolute;
	left: 0;
	top: .2rem;
	overflow: hidden;
}
.booklist li a.img img{
	min-width: 100%;
	height: 100%;
  box-shadow: 0 0.3rem 0.2rem 0 rgba(0,0,0,0.09), 0px 2px 2px 0 rgba(0,0,0,0.03);
  border-radius: 4px;
}
.booklist li h3{
	margin-bottom: .5rem;
  font-size: 1.2rem;
  font-weight: 400;
  color: #000;
}
.booklist li h3 a{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.booklist li p.aut{
	margin-bottom: .5rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.booklist li p.aut span{
	color: #888;
}
.booklist li p.dec{
	height: 3.6rem;
	line-height: 1.8rem;
	overflow: hidden;
	color: #888;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}
.booklist li p.btn{
  width: 4.5rem;
  height: 2.3rem;
  line-height: 2.3rem;
  text-align: center;
  border-radius: .2rem;
  background: #e6263b;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 2.5rem;
}
.booklist li p.btn a{
	display: block;
  color: #fff;
}

/* 小说-详情页 */
.book-detail-top{
	padding: .8rem;
	position: relative;
	background: #fff;
	overflow: hidden;
}
.book-detail-top ul li.main{
	height: 8rem;
	padding-left: 6.5rem;
	margin-bottom: .5rem;
	position: relative;
	overflow: hidden;
}
.book-detail-top ul li.main div.img{

  display: block;
  width: 5.5rem;
  height: 8rem;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
}
.book-detail-top ul li.main div.img img {
  min-width: 100%;
  height: 100%;
}
.book-detail-top ul li.main h1{
	font-size: 1.2rem;
	font-weight: 400;
	color: #e6263b;
	margin-top: -.2rem;
	margin-bottom: .3rem;
}
.book-detail-top ul li.main p{
	height: 1.5rem;
	font-size: 1rem;
	color: #888;
}
.book-detail-top ul li.main p:last-child{
	height: auto;
	position: absolute;
	bottom: 0;
}
.book-detail-top ul li.main p:last-child i{
	margin: 0 .5rem;
}
.book-detail-top ul li.butn{
	display: flex;
	width: 100%;
	height: 2.5rem;
	line-height: 2.5rem;
	text-align: center;	
	margin-left: -0.5rem;
	margin-right: -1rem;
}
.book-detail-top ul li.butn a{
	display: block;
	color: #fff;
	flex: 1;
	margin-left: 0.5rem;
	background: #e6263b;
	border-radius: .3rem;
}
.book-detail-top ul li a.wewe{
	background: #4caf50;
}

.book-detail-intro{
	overflow: hidden;
	background: #fff;
}
.book-detail-intro h3.detail-title{
	width: 100%;
	height: 3rem;
	line-height: 3rem;
	font-weight: 400;
	color: #e6263b;
	overflow: hidden;
}
.book-detail-intro h3.detail-title span{
	display: block;
	width: 25%;
	text-align: center;
	border-top: 2px solid #e6263b;
}
.book-detail-intro li{
	margin: 0 .8rem .8rem;
	line-height: 2rem;
}

.book-like-list{
	background: #fff;
}
.book-like-list .like-list{
	overflow-y: hidden;
}
.book-like-list ul{
	width: 72rem;
	height: 10rem;
	margin: .8rem 0;
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
}
.book-like-list ul li{
	width: 6.5rem;
	padding: .2rem .5rem;
	float: left;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.book-like-list ul li p{
	width: 5.5rem;
	margin: auto;
}
.book-like-list ul li p.img{
	height: 7.7rem;
	overflow: hidden;
}
.book-like-list ul li p.img img{
	min-width: 100%;
	height: 100%;
}
.book-like-list ul li p.tit{
  height: 1.5rem;
  line-height: 1.5rem;
  margin: .2rem auto;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.book-detail-advc{
	overflow: hidden;
}
.book-detail-advc .hd{
	width: 100%;
	height: 3rem;
	line-height: 3rem;
	text-align: center;
	background: #f3f3f3;
}
.book-detail-advc .hd ul li{
	width: 50%;
	height: 100%;
	float: left;
	border: 1px solid #e6e6e6;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.book-detail-advc .hd ul li.on{
	border: none;
	border-top: 2px solid #e6263b;
	background: #fff;
	color: #e6263b;
}
.book-detail-advc .bd{
	background: #fff;
}
.book-detail-advc .bd ul{
	width: 100%;
	padding-top: .8rem;
}
.book-detail-advc .tempWrap{
	width: 100%;
}
.book-detail-advc .bd li{
	width: 25%;
	padding: .2rem .8rem;
	float: left;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.book-detail-advc .bd li p{
	width: 5.5rem;
	margin: auto;
}
.book-detail-advc .bd li p.img{
	height: 7.7rem;
	overflow: hidden;
}
.book-detail-advc .bd p.img img{
	min-width: 100%;
	height: 100%;
}
.book-detail-advc .bd p.tit{
  height: 3.1rem;
  line-height: 1.5rem;
  margin: .2rem auto;
  text-align: center;
  overflow: hidden;
}



/* footer */
.footer{
	width: 100%;
	height: 3rem;
	line-height: 3rem;
	text-align: center;
	padding: .5rem 0;
	background: #fff;
}
.footer i{
	margin: 0 .5rem;
}

/* 返回顶部按钮 */
#go_top{
	width: 2rem;
	height: 2rem;
	position: fixed;
	right: .3rem;
	bottom: 2.5rem;
}
#go_top img{
	width: 2rem;
	height: 2rem;
}

/* 版权页面 */
.shuj{
    position: absolute;
    right: 1rem;
    bottom: .5rem;
    height: 2.5rem;
    line-height: 2.5rem;
}
.shuj a{
	display:block;
	color: #e4389e;
	font-weight: bold;
}
.source{
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    background: #FFFFFF;
    box-sizing: border-box;
    padding: 0 .8rem 0;
    margin-bottom: 1rem;
}
h3.s-h3{
	color: #e6263b;
}
.source ul li{
	width: 33.333%;
	height: 11rem;
	float: left;
	overflow: hidden;
}
.source ul li a{
	width: 100%;
	height: 11rem;
	display: block;
	overflow: hidden;
}
.source ul li a span{
	display: block;
	margin: auto;
	overflow: hidden;
}
.source ul li a span:first-child{
	width: 8rem;
	height: 8rem;
	overflow: hidden;
	position: relative;
}
.source ul li a span:first-child img{
	width: 7rem;
	height: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
.source ul li a span:last-child{
	width: 7rem;
	height: 2rem;
	text-align: center;
}

.statement{
    width: 100%;
    padding: .8rem;
    height: auto;
    overflow: hidden;
    position: relative;
    background: #FFFFFF;
    box-sizing: border-box;
}
.statement ul li{
	line-height: 1.8rem;
	padding-bottom: .3rem;
	margin-bottom: .3rem;
	border-bottom: 1px dashed #c5c5c5;
}
.statement ul li:last-child{
	border-bottom: none;
}


/* 搜索结果页 */
.search-list{
	min-height: 30rem;
}
.search-list h3{
	margin-bottom: .8rem;
}
.search-list h3 i{
	color: #e6263b;
}



.book-detail-intro .intro {
    padding: 1rem;
    font-size: 0.3rem;
    line-height: 0.6rem;
    text-indent: 2em;
    color: #666666;
    padding-top: 0;
    height: auto !important;
}
.book-detail-intro .intro p {
    font-size: 1rem;
    line-height: 1.8rem;
    text-indent: 2em;
    color: #666666;
}




.intro{overflow: hidden}
.readMore{position:relative;padding:30px 0;text-align:center}
.readMore .gradient{position:absolute;top:-99px;left:0;height:100px;width:100%;background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,0)),to(#fff));background-image:-webkit-linear-gradient(top,rgba(255,255,255,0),#fff);background-image:linear-gradient(-180deg,rgba(255,255,255,0),#fff)}
.readMore .unfoldFullText{display:inline-block;background:#e6263b;color:#fff;width:160px;height:40px;border-radius:40px;line-height:40px;font-size:16px;cursor:pointer}



.articlelist li {
    padding-right: 0;
}

.nd_title{padding:1rem 4% 0 4%;line-height:1.4;border-bottom: 1px solid #eee;margin-bottom: 1rem}
.nd_title .t1{font-size:1.5rem;font-weight:700;color:#333}
.nd_title .writer{height:.5rem;line-height:.5rem;font-size:.48rem;color:#999;margin-top:.8rem;margin-bottom:.8rem}
.article-detail h2{
    font-size: 1.3rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.article-detail h3:first-child{
    margin-top: 0;
}
.article-detail h3{
	background: #ddd;
	background: #f6f7f8;
    border-left: 3px solid #e6263b;
    font-size: 1.2rem;
    line-height: 1.5;
    text-indent: 0;
    padding: .5rem 1rem;
    margin: 1rem 0
}


.shudan-box{text-align:left;padding: .8rem .8rem 0;background: #fff;margin-bottom: .8rem;}
.shudan-box h1{text-align: center;width:100%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-size: 1.4rem;margin-bottom: .5rem;}
.shudan{position:relative;padding:15px 0}
.shudan-txt{position:relative;height:6rem;overflow:hidden;line-height:2rem}
.shudan-box .fix{font-size: .8rem;text-align: center}



.author_ban{background: #f2ebcd url(/static/book/mobile/images/banner.jpg) no-repeat center center;background-size: auto 100%;padding: 20px 0;overflow: hidden;}
.author_ban i{width:4rem; height:4rem; margin:0 auto;background: url(/static/book/images/tb4.png) no-repeat center center;background-size: 100%;display: block;}
.author_ban h2{width:100%; height:2rem; text-align:center; margin:0.2rem 0 0.2rem 0; font-size:1.2rem; font-weight:bold}
.author_ban span{width:100%;text-align:center;display:block;/* height:0.4rem; */overflow:hidden;color:#999;}
.author_desc{padding: 0.8rem;line-height: 1.6;font-size: 1rem;background: #fff;margin-bottom: .8rem}





.tagslist li{
    padding-right: 0;
    padding-left: 9rem;
    height: 5.5rem;
}


.tagslist li a.img{
    width: 8rem;
    height: 5rem;
}
.mtags a{display:inline-block;padding:.05rem .2rem;background:#d8d8d8;margin:.05rem 0;border-radius:.2rem}
/*mod*/
.mod {
	position: relative;
	margin-top: 0.75rem;
	width: 100%;
	background: #fff;
}
.mod-head {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-moz-align-items: center;
	-webkit-align-items: center;
	align-items: center;
	-moz-justify-content: space-between;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	position: relative;
	height: 1.75rem;
	padding: 0 1rem;
	background: #fff;
	border-top: 0.75rem solid transparent;
}
.mod-head h2,
.mod-head h3 {
	float: left;
	font-size: 1.125rem;
	color: #333;
}
.mod-head h2:before,
.mod-head h3:before {
	content: " ";
	display: inline-block;
	vertical-align: -.22ex;
	margin-right: 0.625rem;
	width: 0.1875rem;
	height: 1.125rem;
	border-radius: 0.1875rem;
}
.mod-head a {
	float: right;
	margin-right: -0.5rem;
    padding: 0.5rem 0.5rem 0.5rem 0.75rem;
    line-height: 1.5rem;
	font-size: 1rem;
    white-space: nowrap;
    color: #999;
}
.mod-tabs {
    margin: 0.75rem 1rem 0.125rem 1rem;
}
.mod-tabs ol {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.mod-tabs li {
	flex: 1;
	margin-right: -1px;
	/* height: 1.6875rem; */
	line-height: normal;
	font-weight: 400;
	font-size: .8125rem;
	text-align: center;
	color: #ed424b;
	background: #fff;
	border: 1px solid #ed424b;
	padding: .3rem 0;
}
.mod-tabs li:first-child {
	border-radius: 0.25rem 0 0 0.25rem;
}
.mod-tabs li:last-child {
	border-radius: 0 0.25rem 0.25rem 0;
}
.mod-tabs li.on {
	color: #fff;
    background: #ed424b;
    border: 1px solid #ed424b;
}
.news-list {
	border-top: 0.5rem solid transparent;
	border-bottom: 0.5rem solid transparent;
}
.news-list ul li {
	position: relative;
}
.news-list ul li::after {
	display: block;
    margin-top: -1px;
    margin-left: 1rem;
    margin-right: 1rem;
    content: '';
    -webkit-transition: margin-left .15s;
    transition: margin-left .15s;
    border-bottom: 1px solid #f0f1f2;
}
.news-list ul li:last-child::after {
	display: none
}
.news-list ul li a {
	position: relative;
	z-index: 2;
	display: block;
	padding: 0.75rem 3rem 0.75rem 1rem;
	line-height: 1.25rem;
	font-size: 0.9375rem;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.news-list ul li span {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
	padding: 0.625rem 1rem;
	line-height: 1.25rem;
	font-size: 0.6875rem;
	color: #999;
}




.ck.mt {
    overflow: hidden;
    background: #fff;
}
.ck .title{
    height: 2.8rem;
    line-height: 2.8rem;
    padding: 0 0.8rem;
    font-weight: 400;
    border-bottom: 1px solid #ddd;
    font-size: 1.17em;
}
.ck .itm{
    height: 3rem;
    line-height: 3rem;
    margin: 0 0.8rem;
    border-bottom: 0.08rem dashed #ededed;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ck .itm a{
    display: block;
}