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

@font-face {
	font-family: "iconfont"; /* Project id 4324434 */
	src: url('iconfont.woff2?t=1699579358728') format('woff2'),
		 url('iconfont.woff?t=1699579358728') format('woff'),
		 url('iconfont.ttf?t=1699579358728') format('truetype');
  }
  
  .iconfont {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
  }
  .icon-caidan:before {
	content: "\e607";
  }
  .icon-nvsheng:before {
	content: "\e63f";
  }
  
  .icon-nansheng:before {
	content: "\e6d4";
  }
  
  .icon-zhuanti:before {
	content: "\e63e";
  }
  
  .icon-zhuanti1:before {
	content: "\e60f";
  }
  


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: #584caf;
 color:#fff;
 text-shadow:none
}
::selection{
	background: #584caf;
	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: 20rem;
	font-size: 1.2rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-left: .5rem;
	color: #6d6d6d;
}

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

/* 分页 */
.pages{
	padding: 1.2rem 0;
	overflow: hidden;
	text-align: center;
}
.pages li {
	width: 100%;
	height: 3rem;
	line-height: 3rem;
	text-align: center;
}
.pages a,.pages span{
	padding: .3rem 1.3rem;
	margin: 0 .3rem;
	border: 1px solid #e5e5e5;
	border-radius: 3px;
	background-color: #fff;
}
.pages .nomore{
	border: 1px solid #e5e5e5;
	color: #e5e5e5;
}

/* 栏目标题 */
.ch-title{
	font-weight: 400;
	padding: .8rem;
}
.ch-title h3{
	border-left: .2rem solid #584caf;
	padding-left: 0.8rem;
	font-weight: 400;
}

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;
  border-bottom: .1rem solid #e5e5e5;
  z-index: 100;
}
.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: #584caf;
	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: #584caf;
}

.top .menu .icon {
	float: right;
}

.top .menu .icon .iconfont{
	font-size: 2rem;
	color: #ccc;
}

.menu-box{
	position: absolute;
	z-index: 99;
	right: 0;
	left: 0;
	box-shadow: 0px .3rem .5rem #eee;
	border-bottom: 1px solid #eee;
	transition: all .2s;
	top: -100%;
}

.menu-box.cur {
	top: 3.1rem;
}

/* 隐藏搜索 */
.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 #584caf;
	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 #584caf;
  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: 19%;
}
.nav li a.on{
	color: #584caf;
	font-size: 1.2rem;
}

/* 幻灯片 */
.index-focus {
	--swiper-theme-color: #584caf
}
.index-focus.swiper-container{
	width: 80%;
    margin: 0 auto 0;
    padding: .5rem 0;
	padding: 4rem 0 5rem;
	box-sizing: border-box;
}
.index-focus .swiper-pagination-bullet-active{
	background-color: #584caf;
	padding: 0 0.4rem;
	border-radius: 9999px;
}
.index-focus .swiper-slide{
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: scale(.85);
    -moz-transform: scale(.85);
    -ms-transform: scale(.85);
    transform: scale(.85);
}
.index-focus .swiper-slide.swiper-slide-next{
	-webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
   
    z-index: 2;
}
.index-focus  .swiper-slide .img{
	max-height: 9.7rem;
	text-align: center;
	overflow: hidden;
}
.index-focus  .swiper-slide .img img{
	width: 98%;
    height: 98%;
    -webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,.2);
    -moz-box-shadow: 0 0 15px 0 rgba(0,0,0,.2);
    box-shadow: 0 0 15px 0 rgba(0,0,0,.2);
	object-fit: cover;
}


/* 首页导环 */
.index-nav{
	background: #fff;
	overflow: hidden;
}
.index-nav li {
	width: 25%;
	float: left;
	text-align: center;
	padding: 1.5rem 0;
}

.index-nav li .icon{
	width: 2.6rem;
	height: 2.6rem;
	text-align: center;
	line-height: 2.6rem;
	background-color: #82a9e1;
	margin: 0 auto;
	color: #fff;
	border-radius: 1.5rem;
	margin-bottom: .4rem;
}

.index-nav li .iconfont{
	font-size: 1rem;
}

.index-nav li:nth-child(1) .icon {background-color: #8bd7ff;}
.index-nav li:nth-child(2) .icon {background-color: #ffa3d3;}
.index-nav li:nth-child(3) .icon {background-color: #c5b6fa}
.index-nav li:nth-child(4) .icon {background-color: #ff8787}



/* 编辑推荐 */
.index-list{
	width: 100%;
	background: #fff;
}
.index-list ul{
	margin: .8rem 0;
	overflow: hidden;
}
.index-list ul li{
	width: 33.3333%;
	float: left;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 .2rem;
}

.index-list ul li:nth-child(n+4) {
	width: 100%;
	border-top: 1px solid #e5e5e5;
	padding:  .8rem
}

.index-list ul li p.img{
	height: 7.9rem;
	/* width: 5.4rem; */
	padding: 0 1.5rem;
	overflow: hidden;
	text-align: center;
	margin-bottom: .8rem;
}
.index-list ul li p.img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.index-list ul li p.tit{
  height: 3.1rem;
  line-height: 1.5rem;
  margin: .2rem auto;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 6rem;
}


/* 首页热门小说 */
.index-hot{
	overflow: hidden;
	background: #fff;
}

.index-hot ul{
	background: #fff;
}
.index-hot  ul li{
	height: 7.7rem;
	padding: .8rem 0 .8rem 6.5rem;
	margin: 0 .8rem;
	position: relative;
	overflow: hidden;
	border-bottom: 1px solid #ddd;
}
.index-hot  ul li:last-child{
	border-bottom: 0;
}
.index-hot  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-hot  ul li a span.img{
	display: block;
	width: 5.5rem;
	height: 7.7rem;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: .8rem;
}
.index-hot  ul li a span.img img{
	min-width: 100%;
	height: 100%;
}
.index-hot  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-hot  ul li p.tag{
	color: #888;
	position: absolute;
	right: 0;
	bottom: .8rem;
	left: 6.5rem;
}

.index-hot  ul li p.tag i{
	color: #333;
	font-size: 0.9rem;
}
.index-hot  ul li p.tag span{
	float: right;
	font-size: 0.9rem;
	border: 1px solid #584caf;
	color: #584caf;
	padding: 0 .3rem;
	margin-left: .4rem;
	border-radius: 0.2rem;
}
.index-hot  ul li:nth-child(n+4){
	padding-left: 0;
	height: auto;
}
.index-hot  ul li:nth-child(n+4) p.dec{
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
	height: 1.8rem;
	margin-bottom: 0;
}

.index-topic{
	background-color: #fff;
}
.index-topic ul {
	padding: 1rem 1rem;
}
.index-topic ul li{
    position: relative;
    margin-top: 1rem;
}
.index-topic ul li .cover{
	width: 100%;
    height: 7.7rem;
    position: relative;
    text-align: center;
    border-bottom: .16rem solid #e2cd98;
}
.index-topic ul li .cover img{
	width: 22%;
    height: 7.7rem;
    margin: 0 4%;
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
    -moz-box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
    box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
	display: inline-block;
}
.index-topic ul li .tit{
	font-size: 1rem;
    color: #333;
	height: 2.8rem;
	line-height: 2.8rem;
}
.index-topic ul li .tit span{
	color: #999;
    font-size: .28rem;
	float: right;
}

.topic{
	background-color: #f2f8f8;
}
.topic .index-topic{
	background-color: #f2f8f8;
}
.topic .index-topic ul li{
	background-color: #fff;
	padding: 1rem .6rem 0;
	box-shadow: 0px .3rem .6rem #eee;
}

/* 标签 */
.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;
	background-color: #fff;
}
.index-rank .hd{
	margin: .8rem;
	overflow: hidden;
	border: 1px solid #584caf;
}
.index-rank .hd li{
	width: 33.33%;
	height: 2.5rem;
	line-height: 2.5rem;
	text-align: center;
	color: #584caf;
	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 #584caf;
	border-right: 1px solid #584caf;
}
.index-rank .hd li.on{
	background: #584caf;
	color: #fff;
}


.index-rank .bd ul li{
	height: 7.7rem;
	padding: .8rem 0 .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;
	right: 0;
	bottom: .8rem;
	left: 6.5rem;
}

.index-rank .bd ul li p.tag i{
	color: #333;
	font-size: 0.9rem;
}
.index-rank .bd ul li p.tag span{
	float: right;
	font-size: 0.9rem;
	border: 1px solid #584caf;
	color: #584caf;
	padding: 0 .3rem;
	margin-left: .4rem;
	border-radius: 0.2rem;
}

/* 资讯 */
.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 .time{float: right;color: #888;font-size: 0.8rem;margin-left: .6rem;}

/* 友情链接 */
.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: #584caf;
}
.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: #584caf;
}
.rank-list h3 a{
	color: #584caf;
}
.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: #584caf;
	color: #584caf;
}
.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: #584caf;
	background: #584caf;
}
.all-rank ul li.on a{
	color: #fff;
}

/* 排行榜-详情 */
.rank-detail{
	overflow: hidden;
}
.rank-detail h3{
	color: #584caf;
}
.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: #584caf;
}
.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: #584caf;
}
.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: #584caf;
	margin-top: -.2rem;
	margin-bottom: .8rem;
}
.news-detail-intro{
	background: #fff;
}
.news-detail-intro h3{
	line-height: 1.5rem;
	font-weight: 400;
	color: #584caf;
  border-left: 3px solid #584caf;
  border-bottom: 1px solid #f5ea6f;
  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: #584caf;
}
.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;
  box-shadow: 0px 0.2rem 0.5rem #f6f6f6;
  position: relative;
    z-index: 1;
}
.booktype .type{
	overflow: hidden;
	margin: .5rem 0rem 0;
}
.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{
	display: flex;
	display: webkit-flex;
	flex-wrap: wrap;
	float: left;
}
.booktype .type .t-type a{
	/* width: calc(20% - .4rem); */
	display: block;
	padding: .1rem .2rem;
	margin-right: 1rem;
	margin-bottom: 1rem;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	/* border: 1px solid #e9e9e9;
	border-radius: 666rem;
	text-align: center; */
}

.booktype .type .t-type a.current{
	color: #584caf;
}


.booklist ul{
	margin-bottom: 1rem;
}
.booklist ul li:nth-child(n+4) {
	height: 7.7rem;
	padding: .8rem 0 .8rem 6.5rem;
}
.booklist ul li:nth-child(n+4) p.dec{
	height: 3.6rem;
	margin-bottom: .3rem;
}

.booklist ul li{
	border-color: #f1f1f1;
}


.book-info{
	overflow: hidden;
	margin-bottom: .9rem;
}
.book-info .book-cover{
	float: left;
	width: 8rem;
	height: 11rem;
}
.book-info .book-cover img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.book-info .con{
	float: left;
	margin-left: 1rem;
	max-width: calc(100% - 9rem);
}

.book-info .con h1{
	height: 3.2rem;
	line-height: 1.6rem;
	font-size: 1.2rem;
	font-weight: 400;
}
.book-info .con .book-info-item{
	font-size: .9rem;
	margin-top: .4rem;
}
.book-intro{margin-top: .6rem}
.book-intro p{
	line-height: 2rem;
}
.book-intro span{
	color: #888;
}
.book-detail-top .b_btn{
	display: block;
	height: 2.2rem;
	line-height: 2.2rem;
	border-radius: 999rem;
	background: #584caf;
	text-align: center;
	margin: 1rem 0;
	color: #fff;
}

/* 小说-详情页 */
.book-detail-top{
	padding: .8rem;
	position: relative;
	background: #fff;
	overflow: hidden;
}
.book-detail-top ul li.main{
	min-height: 7.7em;
	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: 7.7rem;
  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: #584caf;
	margin-top: -.2rem;
	margin-bottom: .4rem;
}
.book-detail-top ul li.main p{
	height: 1.7rem;
	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: #584caf;
	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: #584caf;
	overflow: hidden;
}
.book-detail-intro h3.detail-title span{
	display: block;
	width: 25%;
	text-align: center;
	border-top: 2px solid #584caf;
}
.book-detail-intro li{
	margin: 0 .8rem .8rem;
	line-height: 2rem;
}


.book-detail-intro .con{
	margin: 0 .8rem .8rem;
	line-height: 2rem;
	/* height: 16rem; */
	overflow: hidden;
	transition: all .3s;
}

.book-detail-intro .con.auto{
	height: auto;
}
.book-detail-intro .detail-more{
	display: block;
	width: 5rem;
	height: 2.2rem;
	line-height: 2.2rem;
	text-align: center;
	background: #584caf;
	color: #fff;
	margin: 0 auto .8rem;
	border-radius: 999rem;
}

.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 #584caf;
	background: #fff;
	color: #584caf;
}
.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%;
	
	line-height: 2rem;
	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: #584caf;
}
.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: #584caf;
}



.book-detail-intro .intro {
    padding: 1rem;
    font-size: 0.3rem;
    line-height: 0.6rem;
    text-indent: 2em;
	color: #666666;
	padding-top: 0;
	
}
.book-detail-intro .intro p {
    font-size: 1rem;
    line-height: 1.8rem;
    text-indent: 2em;
    color: #666666;
}
.book-detail-intro .intro p.p-img{
	text-indent: 0;
	text-align: center;
	margin-bottom: 2rem;
	
}
.book-detail-intro .intro p.p-img img {
	max-width: 10rem;
	margin: 0 auto;
	display: inline-block;
}
.book-detail-intro .intro p.p-img a{
	color: #1e90ff;
}
.book-detail-intro .intro .backnext {
	margin-top: 1rem;
	padding-top: 1rem;
	border-top: 1px solid #f1f1f1;
	font-size: 1rem;
}
.book-detail-intro .intro .backnext li{
	margin: 0;
	text-indent: 0;
}




.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:#584caf;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;line-height: 2.6rem;}
.nd_title .writer{/* height:.5rem; *//* line-height:.5rem; */font-size: 1rem;color:#999;margin-top:.8rem;margin-bottom:.8rem;}
.article-detail h2{
    font-size: 1.3rem;
}
.article-detail h3:first-child{
    margin-top: 0;
}
.article-detail h3{
	background: #ddd;
	background: #f6f7f8;
    border-left: 3px solid #584caf;
    font-size: 1.2rem;
    line-height: 1.5;
    text-indent: 0;
    padding: .5rem 1rem;
    margin: 1rem 0
}


.shudan-box{text-align:left;padding: .8rem;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}
.shudan-box span{
	margin: 0 .3rem;
}


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

















.adn{
	display: block;
	margin: 1rem;
	height: 4rem;
	line-height: 4rem;
	background: url(../images/app-img.png) no-repeat;
	background-size: auto 4rem;
}

.adn .itxt{
	margin-left: 1rem;
}
.adn .btn{
	float: right;
	margin-right: 1rem;
	display: inline-block;
	height: 2rem;
	margin-top: 1rem;
	line-height: 2rem;
	color: #fff;
	padding: 0 1rem;
	border-radius: 999rem;
	background-color: #584caf;
}




.book-intro{margin-top: .6rem}

.xqbut{display:flex;/* margin-top: .6rem; */}
.xqbut a{height: 2.5rem;line-height: 2.5;display:block;border:1px solid #dfe1e3;border-radius:.2rem;text-align:center;flex:1;}
.xqbut a.yuedu{background: #19b955;color:#fff;margin-right: 15px;border-color: #19b955;}
.xqbut a.jiaru{/* margin-right:15px; *//* margin-left:4%; */color: #fff;border-color: #584caf;/* margin-top: 20px; */color: #fff;background: #584caf;}
.xqbut a.jiaru2 {
    margin-top: .8rem;
    background: #03A9F4;
    color: #fff;
    border-color: #03A9F4;
}
.xqjian{position:relative;padding:15px}
.xqjian-txt{position:relative;line-height:2rem}
