@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-shouye:before {
	content: "\e62a";
  }
  
  .icon-zhuanti:before {
	content: "\e66c";
  }
  
  .icon-zixun:before {
	content: "\e630";
  }
  
  .icon-dianying:before {
	content: "\e60a";
  }
  


  .icon-icon3:before {
	content: "\e632";
  }
  
  


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: #ff5e66;
 color:#fff;
 text-shadow:none
}
::selection{
	background: #ff5e66;
	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-po{
	padding: .8rem 0;
}
.ch-title h3{
	border-left: .2rem solid #ff5e66;
	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: #ff5e66;
	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: #ff5e66;
}

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

.top .menu .icon .iconfont{
	font-size: 1.8rem;
	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 #ff5e66;
	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 #ff5e66;
  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: #ff5e66;
	font-size: 1.2rem;
}

/* 幻灯片 */
.index-focus {
	--swiper-theme-color: #ff5e66
}
.index-focus.swiper-container{
	width: 80%;
	margin: 0 auto 0;
	padding: .5rem 0;
	padding: 3rem 0 4rem;
	box-sizing: border-box;
}
.index-focus .swiper-pagination-bullet-active{
	background-color: #ff5e66;
	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: 50%;
	float: left;
	text-align: center;
	padding: 1.5rem 0;
}

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

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

.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;
	border-radius: .4rem;
}
.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 #ff5e66;
	color: #ff5e66;
	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 #ff5e66;
}
.index-rank .hd li{
	width: 33.33%;
	height: 2.5rem;
	line-height: 2.5rem;
	text-align: center;
	color: #ff5e66;
	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 #ff5e66;
	border-right: 1px solid #ff5e66;
}
.index-rank .hd li.on{
	background: #ff5e66;
	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 #ff5e66;
	color: #ff5e66;
	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: #ff5e66;
}
.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: #ff5e66;
}
.rank-list h3 a{
	color: #ff5e66;
}
.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: #ff5e66;
	color: #ff5e66;
}
.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: #ff5e66;
	background: #ff5e66;
}
.all-rank ul li.on a{
	color: #fff;
}

/* 排行榜-详情 */
.rank-detail{
	overflow: hidden;
}
.rank-detail h3{
	color: #ff5e66;
}
.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: #ff5e66;
}
.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: #ff5e66;
}
.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: #ff5e66;
	margin-top: -.2rem;
	margin-bottom: .8rem;
}
.news-detail-intro{
	background: #fff;
}
.news-detail-intro h3{
	line-height: 1.5rem;
	font-weight: 400;
	color: #ff5e66;
  border-left: 3px solid #ff5e66;
  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: #ff5e66;
}
.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: #ff5e66;
}


.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;
}
.book-info .book-cover{
	float: left;
	width: 8rem;
	height: 11rem;
}
.book-info .book-cover img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: .5rem;
}
.book-info .con{
	float: left;
	margin-left: 1rem;
	max-width: calc(100% - 9rem);
}

.book-info .con h1{
	line-height: 1.6rem;
	font-size: 1.2rem;
	font-weight: 700;
    margin-bottom: .5rem;
}
.book-info .con .book-info-item{
	font-size: .9rem;
	margin-top: .6rem;
	margin-right: 2%;
	width: 48%;
	float: left;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.book-info .con .book-info-item.book-info-item-line{
	width: 100%;
}
.book-intro p{
	line-height: 2rem;
}
.book-intro span{
	color: #888;
}
.book-detail-top .b_btn{
	display: flex;
	height: 2.2rem;
	line-height: 2.2rem;
	border-radius: 999rem;
	background: #ff5e66;
	text-align: center;
	margin: 1rem 0;
	color: #fff;
	justify-content: center;
	align-items: center;
}

.book-detail-top .b_btn_no{
	background-color: #ccc;
}

.book-detail-top .b_btn i{
	display: inline-block;
	width: 1.2rem;
	height: 1.2rem;
	background: url(../images/play.png) no-repeat;
	background-size: 1.2rem 1.2rem;margin-left: .5rem;
}

/* 小说-详情页 */
.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: #ff5e66;
	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: #ff5e66;
	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: #ff5e66;
	overflow: hidden;
}
.book-detail-intro h3.detail-title span{
	display: block;
	width: 25%;
	text-align: center;
	border-top: 2px solid #ff5e66;
}
.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: #ff5e66;
	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 #ff5e66;
	background: #fff;
	color: #ff5e66;
}
.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;
}

.footer-nav{
	background: #ff5e66;
	display: flex;
}
.footer-nav a{
	flex: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0.6rem;
	font-size: 1rem;
	color: #fff;
}

/* 返回顶部按钮 */
#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: #ff5e66;
}
.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: #ff5e66;
}



.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: #ff5e66;
}
.book-detail-intro .intro .backnext {
	margin-top: 1rem;
	padding-top: 1rem;
	border-top: 1px solid #f1f1f1;
	font-size: 0.8rem;
}
.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:#ff5e66;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: .8rem;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 #ff5e66;
    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: #ff5e66;
}
















.btn__box{
    margin-top: 15px;
	margin-bottom: 15px;
    display: flex;
}
.btn__box a{
    padding: 8px;
    display: block;
    text-align: center;
    cursor: pointer;
    color: #333a38;
    background: #ff7073;
    font-size: 16px;
    border: 1px solid #ff7073;
    border-radius: 3px;
    color: #fff !important;;
    height: 42px;
    line-height: 26px;
    box-sizing: border-box;
    flex: 1;
}
.btn__box .btn_x_z {
    padding: 4px;
}
.btn__box .btn_w_x {
    margin-left: 10px;
        background: #3690cf;
            border: 1px solid #3690cf;

}
.btn__box span{
    display: block;
    font-size: 14px;
    line-height: 16px;
}


.book_doc{
    display: inline-block;
    background: rgb(84,181,219);
    font-size: 14px;
    padding: 4px 10px;
    color: #fff;
}




.deeposlist .time{
	margin: .6rem 0;
	color: #888
}

.booklist.deeposlist ul li:nth-child(n+4) p.dec{
	margin-bottom: 0 !important;
}

.booklist.deeposlist li {
	padding: .8rem 0 .8rem 0 !important;
}



.intro .tags{
	text-indent: 0 !important;
	margin-top: 1rem;
}

.intro .tags a{
	padding: .2rem .6rem;
	border: 1px solid #eee;
	border-radius: 9999rem;
	margin-right: .3rem;
	color: #888;
}



.intro-pm {
	padding: 1rem;
	/* width: 100%; */
	box-sizing: border-box;
	margin: 1rem;
	background-color: #daeeff;
	border-radius: 0.4rem;
}

.intro-pm a {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.intro-pm img {
	width: 8rem;
	height: 10rem;
	border-radius: 0.5rem;
	object-fit: cover;
}

.intro-pm-hzi {
	display: flex;
	align-items: center;
}

.intro-pm-con {
	width: 12.86rem;
	margin-left: 1.6rem;
}

.intro-pm-con h5 {
	font-size: 1.5rem;
	color: #333;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: normal;
	margin-bottom: 1.4rem;
	line-height: 1;
	text-indent: 0;
}
.intro-pm-con p {
	font-size: 1rem !important;
	color: #666;
	line-height: 2rem !important;
	text-indent: 0 !important;
}

.intro-pm-con span {
	font-size: 0.22rem;
	color: #999;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: normal;
}

.intro-pm .anniu {
	width: 8rem;
    height: 2rem;
	font-size: 0.28rem;
	text-align: center;
	line-height: 0.66rem;
	/* color: #b41720; */
	background: #ff5e66;
	border-radius: 0.08rem;
	display: block;
	color: #fff !important;
	margin-top: 1rem;
	text-indent: 0 !important;
}


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



.duanju-list{
	overflow: hidden;
	padding: 0 .5rem .5rem;
}
.duanju-list-con{
	width: 33.33333%;
	display: block;
	float: left;
	box-sizing: border-box;
	padding: .5rem;
}

.duanju-list-con .img{
	width: 100%;
	height: 10.5rem;
	display: block;
}
.duanju-list-con .img img{
	width: 100%;
	height: 10.5rem;
	object-fit: cover;
	border-radius: .4rem;
}

.duanju-list-con .tit{
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	margin-top: .6rem;
	font-size: .9rem;
}

.duanju-ll{
	display: flex;
	margin-bottom: .8rem;
}
.duanju-ll a{
	flex: 1;
	display: flex;
	background: #f1f1f1;
	margin-right: .8rem;
	padding: .7rem 0;
	border-radius: .4rem;
	justify-content: center;
	align-items: center;
}

.duanju-ll a:last-child{
	margin-right: 0;
}

.duanju-ll a.quan{
	margin-right: 0;
	color: #ff5e66;
}


.pl-box{

}

.add-pl{
	padding: 0 .8rem 0;
	display: flex;
}

.add-pl input{
    height: 2.5rem;
    border: 1px solid #eeeeee;
    background-color: #fafafa;
    box-sizing: border-box;
    border-radius: .3rem;
    font-size: 1rem;
    text-indent: .3rem;
	flex: 1;
	margin-right: .8rem;
}

.add-pl button{
	width: 6rem;
    height: 2.5rem;
    background-color: #ff5e66;
    box-sizing: border-box;
    border-radius: .3rem;
    font-size: 1rem;
    border: none;
    color: #fff;
}
.pl-list {
	margin-top: 1rem;
}
.pl-list .item{
	display: flex;
	padding: 0 .8rem 1rem;
}

.pl-list .item .tx{
	width: 3rem;
	height: 3rem;
	border-radius: 1.5rem;
	overflow: hidden;
}
.pl-list .item .tx img{
	width: 100%;
	height: 100%;
}

.pl-list .item .con{
	flex: 1;
	margin-left: .8rem;
	border-bottom: 1px solid #f1f1f1;
	padding-bottom: .8rem;
}

.pl-list .item .con .na{
	font-size: 1.05rem;
	font-weight: 700;
	margin-bottom: .4rem;
}










.duanju-fenji{
	margin-top: .8rem;
}

.duanju-fenji .item{
	position: relative;
	margin-bottom: 2rem;
}

.duanju-fenji .item:last-child{
	margin-bottom: 0;
}
.duanju-fenji .item .tit{
	font-size: 1.2rem;
	font-weight: 700;
	margin-bottom: .8rem;
}
.duanju-fenji .item .con{
	margin-bottom: .8rem;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	line-height: 1.75rem;
	max-height: 5.25rem;
	color: #666;
}

.duanju-fenji .item .more{
	display: block;
	text-align: center;
	color: #ff5e66;
	position: absolute;
	right: 0;
	bottom: .15rem;
	background: #fff;
}

.duanju-fenji .item .more::before{
	content: "";
    position: absolute;
    right: 4rem;
    bottom: 0;
    top: 0;
    width: 100px;
    background: linear-gradient(90deg, transparent, #fff);
}



@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/44*27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none !important;letter-spacing:0;text-transform:none;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:50%;background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity,.2)}button.swiper-pagination-bullet{border:0;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none !important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity,1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-slide-visible .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}.swiper{width:100%;height:200px}.swiper-slide{text-align:center;font-size:18px;background:#fff;display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center}.swiper-slide img{display:block;width:100%;height:100%;object-fit:cover}.swiper{width:50%;height:100%;margin-left:auto;margin-right:auto}.swiper-slide{background-size:cover;background-position:center}.swiper-button-next:after,.swiper-button-prev:after{font-size:2rem}.mySwiper2{height:100%;width:50%}.mySwiper{height:25%;box-sizing:border-box;padding:10px 0}.mySwiper .swiper-slide{width:25%;opacity:.4}.mySwiper .swiper-slide-thumb-active{opacity:1}.swiper-slide img{display:block;width:100%;height:100%;object-fit:cover}@media only screen and (max-width:479px){.mySwiper2{height:100%;width:100%}.swiper{width:100%;height:100%;margin-left:auto;margin-right:auto}}

.images-box{
	margin: 0 auto;
	padding: 0 .8rem 1rem;
}

.images-box .mySwiper2{
	height: 26rem;
}

.images-box .mySwiper{
	height: 6rem;
}
