@charset 'UTF-8';
body,dl,dd,dt,p,ul,ol,li,h1,h2,h3,h4,h5,h6,input,select,textarea,button {
	margin: 0;
	padding: 0;
}
html,body {
	height: 100%;
}
ul,ol {
	list-style: none;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}
i,s,u,em {
	font-style: normal;
	text-decoration: none;
}
img {
	vertical-align: top;
	border: none;
}
input,select,textarea,button {
	font-family: inherit;
	box-sizing: border-box;
	-webkit-tap-highlight-color: transparent;
}
a {
	color: inherit;
	text-decoration: none;
    outline: 0;
}
html {
	font-size: 16px;
}
@media screen and (min-width:320px) {
	html {
		font-size: calc(87.5% + 2 * (100vw - 320px)/ 55);
		font-size: calc(14px + 2 * (100vw - 320px)/ 55);
	}
}
@media screen and (min-width:375px) {
	html {
		font-size: calc(100% + 2 * (100vw - 375px)/ 39);
		font-size: calc(16px + 2 * (100vw - 375px)/ 39);
	}
}
@media screen and (min-width:414px) {
	html {
		font-size: calc(112.5% + 4 * (100vw - 414px)/ 186);
		font-size: calc(18px + 4 * (100vw - 414px)/ 186);
	}
}
@media screen and (min-width:600px) {
	html {
		font-size: calc(125% + 4 * (100vw - 600px)/ 400);
		font-size: calc(20px + 4 * (100vw - 600px)/ 400);
	}
}
@media screen and (min-width:1000px) {
	html {
		font-size: calc(137.5% + 6 * (100vw - 1000px)/ 1000);
		font-size: calc(22px + 6 * (100vw - 1000px)/ 1000);
	}
}

@font-face{font-family:iconfont;src:url(../fonts/iconfont.eot);src:url(../fonts/iconfont.eot) format('embedded-opentype'),url(../fonts/iconfont.woff2) format('woff2'),url(../fonts/iconfont.woff) format('woff'),url(../fonts/iconfont.ttf) format('truetype'),url(../fonts/iconfont.svg#iconfont) format('svg')}
.iconfont{font-family:iconfont!important;font-size:1rem;font-style:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}

body {
	font: 0.28rem/1 "microsoft yahei",Helvetica,sans-serif;
	color: #333;
	background: #f6f7f8;
	fill: currentColor;
	-webkit-user-select: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0.05);
	-webkit-text-size-adjust: none;
	-webkit-touch-callout: none;
}
body.show{
	overflow: hidden;
}
body.show .header{
	background-color: #fff;
}
aria {
	font-size: 0;
	position: absolute;
    clip: rect(0 0 0 0);
}
.cmargin{
	height: 0.75rem;
	background: #f6f7f8;
}
.bmargin{
	height: 0.75rem;
	background: #f6f7f8;
	border-top: #fff solid .75rem;
}
.clearfix::before,
.clearfix::after {
	display: block;
	clear: both;
	overflow: hidden;
	visibility: hidden;
	height: 0;
	content: " ";
}
.show {display: block;}
.hide {display: none;}
.red {color: #cc4040;}
.blue {color: #36c;}
.orange {color: #f60;}
.green {color: #093;}
.gray {color: #999;}
/*tips*/
.tips {
	position: fixed;
	z-index: 2000;
	display: none;
	height: 0.88rem;
	line-height: 0.88rem;
	background: rgba(0, 0, 0, 0.8);
	border-radius: 0.1rem;
	-webkit-border-radius: 0.1rem;
	-moz-border-radius: 0.1rem;
	-ms-border-radius: 0.1rem;
	color: #fff;
	font-size: 0.3rem;
}
.tips i {
	width: 0;
	height: 0;
}
.tips span {
	padding: 0 0.25rem;
	width: auto;
	height: 0.88rem;
}
/*分页*/
.pages {
	padding: 1.25rem 1rem;
	text-align: center;
	color: #484848;
	font-size: 0;
	letter-spacing: 0;
	border-top: 1px solid #f0f1f2;
}
.pages>a,
.pages>span {
	display: inline-block;
	box-sizing: border-box;
	vertical-align: top;
	width: 40%;
	height: 2.5rem;
	line-height: 2.5rem;
	font-size: 0.90625rem;
	background: #f6f7f8;
	border: 1px solid transparent;
	border-radius: 0.25rem;
	margin: 0 5%;
}

/* 新增分页 */
.pages .pageindex{
	border: none;
	background: transparent;
	color: #fe7031;
	display:none;
}

.pages>a {
	border: 1px solid #f0f1f2;
}
.pages>span {
	border: 1px solid #f0f1f2;
	color: #bbb;
}
.pages>dl {
	display: inline-block;
	box-sizing: border-box;
	vertical-align: top;
	position: relative;
	padding: 0 0.5rem;
	width: 40%;
	height: 2.5rem;
	font-size: 100%;
}
.pages>dl dt {
	display: inline-block;
	box-sizing: border-box;
	position: relative;
	padding-right: 0.5rem;
	width: 100%;
	height: 2.5rem;
	line-height: 2.5rem;
	font-size: 0.90625rem;
	background: #fff;
	border: 1px solid #f0f1f2;
	border-radius: 0.25rem;
}
.pages>dl dt::after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 0.5rem;
	margin-top: -0.1875rem;
	border-left: 0.375rem solid transparent;
	border-top: 0.375rem solid #333;
	border-right: 0.375rem solid transparent;
	transition: transform .3s;
	-webkit-transition: transform .3s;
}
.pages>dl dd {
	display: none;
	position: absolute;
	left: 0.5rem;
	right: 0.5rem;
	bottom: 2.75rem;
	z-index: 100;
	background: #fff;
	border-radius: 0.25rem;
	box-shadow: 0 0 0.25rem rgba(0,0,0,0.3);
}
.pages>dl dd a {
	display: block;
	border: none;
	border-radius: 0;
	height: 2.25rem;
	line-height: 2.25rem;
	font-size: 0.90625rem;
}
.pages dl.on dt::after {
	transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg);
}
.lazy {
	background: #f6f7f8;
}
/*头部*/
.home .header{
	border: none;
}
.book{
	background-color: transparent;
}
.book .header{
	background: transparent;
	border: none;
}
.book .wrap{
	background-color: #f6f7f8;
}
.header.show{
	background-color: #fff;
}
.header{background: #fff;display:-webkit-box;display:box;width:100%;height:2.75rem;position:relative;z-index:99999;border-bottom:1px solid #f0f1f2}
.header h1,.header h2,.header h3{line-height:2.75rem;-webkit-box-flex:1;font-size:1rem;font-weight:400;color:#545454;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}
.header h1.logo{padding:.6875rem 0 .6875rem 0;margin-left:1rem;height:1.375rem;line-height:1.375rem;text-indent:-9999px;-webkit-box-flex:1;overflow:hidden;background:url(../images/logo.png) no-repeat left center;background-size:6.562rem}
.header .icon-back{margin:0 1rem 0 1rem}
.header .icon-back,.icon-grouop{line-height:2.75rem}
.header .icon-back .iconfont,.icon-grouop .iconfont{font-size:1.25rem}
.header .icon-grouop{padding:0 .625rem 0 1rem}
.header .icon-grouop span{display:inline-block;width:1.875rem;text-align:center}
/*尾部*/
.footer{
	margin-top: 0.75rem;
	background: #fff;
	overflow: hidden;
}
.footer .links {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	padding: 1rem 1rem 0 1rem;
}
.footer .links a {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    padding: .5rem 0;
    font-size: 1rem;
	text-align: center;
	color: #888888;
}
.footer .copyright {
	padding: 1rem;
	font-size: 0.75rem;
	text-align: center;
	color: #888;
	line-height: 1.6;
}
.wrap {
	/* padding-top: 2.75rem; */
	/* overflow: hidden; */
}
/*面包屑*/
.bread {
	margin-top: 0.75rem; 
	padding: 0 1rem;
	font-size: 0.75rem;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	color: #999;
	line-height: 1.4;
}
.bread a {
	color: #999;
}
.datetime {
	margin: 0.2rem 0 -0.21rem 0; 
	padding: 0.25rem;
	background: #fff; 
	border-top: 1px solid #f0f1f2;
	border-bottom: 1px solid #f0f1f2;
	color: #999;
	text-align: center;
}
/*index*/
/*slide*/
.swiper-container {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    border: solid #fff;
    border-width: 0 1rem 0 1rem;
    box-sizing: border-box;
    background: #fff;
}
.swiper-wrapper {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	width: 100%;
	height: 100%;
	position: relative;
}
.swiper-slide {
	-webkit-flex-shrink: 0;
	-ms-flex: 0 0 auto;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
}
.swiper-slide img {
	width: 100%;
	height:160px;
	border-radius: 1.0rem
}
.swiper-slide span {
	display: none;
	width: 100%;
	height: 0.64rem;
	line-height: 0.64rem;
	font-size: 0.29rem;
	text-align: center;
	text-indent: 0.25rem;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	background: rgba(0,0,0,0.5);
	color: #f6f7f8;
	position: absolute;
	bottom: 0;
	left: 0;
}
.swiper-pagination {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0.625rem;
    text-align: center;
}
.swiper-pagination .swiper-pagination-bullet {
	display: inline-block;
	margin: 0 0.125rem;
	width: 0.625rem;
	height: 0.625rem;
	border-radius: 100%;
	background: #000;
	transition: background-color .15s
	-webkit-transition: background-color .15s;
	opacity: .3;
	cursor: pointer;
}
.swiper-pagination .swiper-pagination-bullet-active {
	opacity: 1;
}
/*bar*/
.bar {
	position: relative;
	padding: 1rem 1rem 0 1rem;
	background: #fff;
}
.bar form{
	position: relative;
}
.bar input {
	box-sizing: border-box;
    padding: 0 2rem 0 1rem;
    width: 100%;
    height: 2.4rem;
    font-size: .9375rem;
    background: #f7f7f7;
    border: none;
    border-radius: .312rem;
    color: grey;
}
.bar button {
	position: absolute;
    top: 0;
    right: .2rem;
    display: inline-block;
    box-sizing: border-box;
    overflow: hidden;
    width: 2rem;
    height: 2.4rem;
    text-indent: -9999px;
    background: url(../images/icon-search.png) no-repeat 50% 50%;
    background-size: 1rem;
    border: none;
}
/*nav*/
.nav {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
    -webkit-box-pack: justify;
    box-sizing: border-box;
	overflow: hidden;
	padding: 0.75rem;
	background: #fff;
}
.menu-list a .iconfont, .nav .iconfont {
    font-size: 1.875rem;
}
.nav a {
	flex: 25%;
    display: inline-block;
    padding: 0.25rem;
    width: 2.75rem;
    /* height: 4.25rem; */
	text-align: center;
}
.nav a img {
	width: 2.75rem;
	height: 2.75rem;
}
.nav a span {
    display: block;
    padding-top: .25rem;
    line-height: 1.25rem;
    font-size: .75rem;
    font-weight: 400;
}
/*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: 1rem;
    color: #1a1a1a;
    font-weight: 700;
}
.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;
}
.mod-body {}
.book-slide {
	padding: 0.5rem;
}
.book-slide ul {
	font-size: 0;
	letter-spacing: 0;
}
.book-slide ul li {
	display: inline-block;
	vertical-align: top;
	text-align: center;
	width: 25%;
	font-size: 100%;
	position: relative;
}
.book-slide ul li a {
	display: inline-block;
	padding: 0.5rem;
	width: 4.608125rem;
	text-align: left;
}
.book-slide ul li a img {
    display: block;
	width: 4.608125rem;
	height: 6.145625rem;
	box-shadow: 0rem 0.0625rem 0.125rem rgba(0,0,0,0.2);
}
.book-slide ul li a span {
	display: block;
	margin: 0.5rem 0 0.125rem;
	line-height: 1rem;
	max-height: 2rem;
	font-size: 0.8125rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.book-slide ul li a em {
	display: block;
	line-height: 1rem;
	font-size: 0.75rem;
	color: #999;
}
.book-slide ul li i {
	position: absolute;
	left: 0;
	top: 0;
}
.book-list {}
.book-list ul li {
	position: relative;
	padding: 1rem;
	height: calc(6.145625rem + 1px);
}
.book-list ul li::after {
	position: absolute;
	left: 1rem;
	right: 1rem;
	bottom: 0;
	display: block;
    content: '';
    -webkit-transition: margin-left .15s;
    transition: margin-left .15s;
    border-bottom: 1px solid #f0f1f2;
}
.book-list ul li:last-child::after {
	display: none
}
.book-list ul li .pic {
	float: left;
	margin-right: 0.625rem;
	width: 4.608125rem;
	height: 6.145625rem;
	box-shadow: 0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.2);
}
.book-list ul li .tit {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	box-sizing: border-box;
	padding: 1rem 1rem 1rem 6.233125rem;
	width: 100%;
	height: 8.145625rem;
	line-height: 1.5rem;
	font-size: 1rem;
	font-weight: bold;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.book-list ul li .intro {
	margin-top: 2rem;
	margin-bottom: 0.75rem;
	height: 2.25rem;
	line-height: 1.3;
	color: #999;
	font-size: 0.90625rem;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.book-list ul li .info {
	overflow: hidden;
}
.book-list ul li .info span {
	float: left;
	display: block;
	overflow: hidden;
	padding: 1px 0;
	max-width: 10em;
    max-width: calc(100vw - 2rem - (176rem / 16));
	line-height: 1rem;
	font-size: 0.8125rem;
	color: #999;
}
.book-list ul li .info em {
	float: right;
	display: inline-block;
	margin-left: 0.25rem;
	padding: 0 0.25rem;
	line-height: 1rem;
	font-size: 0.75rem;
}
.book-list ul li .info em.type {
    color: #ffa100;
    border: 1px solid #ffa100;
    border-radius: 1px;
}
.book-list ul li .info em.serial {
	color: #009944;
	border: 1px solid rgba(0,153,68,0.5);
	border-radius: 1px;
}
.book-list ul li .info em.finish {
	color: #ff3333;
	border: 1px solid rgba(255,51,51,0.5);
	border-radius: 1px;
}
.book-list ul li .num {
	display: none;
}

.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;
}

.tags-list {
	padding: 0.5rem;
}
.tags-list ul li {
	float: left;
	width: 50%;
    padding: 0.5rem;
	box-sizing: border-box;
}
.tags-list ul li a {
	display: block;
	position: relative;
}
.tags-list ul li img {
	display: block;
    width: 100%;
    height: calc(74rem / 16);
    object-fit: cover;
}
.tags-list ul li span {
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	padding-top: 0.25rem;
	width: 100%;
	line-height: 2rem;
	font-size: 0.9375rem;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	color: #fff;
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 75%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 75%);
}
.top-list {
}
.top-list ul {
}
.top-list ul li {
	position: relative;
	padding: 1rem;
	height: calc(6.145625rem + 1px);
}
.top-list ul li::after {
	position: absolute;
	left: 1rem;
	right: 1rem;
	bottom: 0;
	display: block;
    content: '';
    -webkit-transition: margin-left .15s;
    transition: margin-left .15s;
    border-bottom: 1px solid #f0f1f2;
}
.top-list ul li:last-child::after {
	display: none
}
.top-list ul li .pic {
	float: left;
	margin-right: 0.625rem;
	width: 4.608125rem;
	height: 6.145625rem;
	box-shadow: 0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.2);
}
.top-list ul li .tit {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	box-sizing: border-box;
	padding: 1rem 1rem 1rem 6.233125rem;
	width: 100%;
	height: 8.145625rem;
	line-height: 1.5rem;
	font-size: 1rem;
	font-weight: bold;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.top-list ul li .intro {
	margin-top: 2rem;
	margin-bottom: 0.75rem;
	height: 2.25rem;
	line-height: 1.3;
	color: #999;
	font-size: 0.90625rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.top-list ul li .info {
	overflow: hidden;
}
.top-list ul li .info span {
	float: left;
	display: block;
	overflow: hidden;
	padding: 1px 0;
	max-width: 10em;
    max-width: calc(100vw - 2rem - (176rem / 16));
	line-height: 1rem;
	font-size: 0.875rem;
	color: #999;
}
.top-list ul li .info em {
	float: right;
	display: inline-block;
	margin-left: 0.25rem;
	padding: 0 0.25rem;
	line-height: 1rem;
	font-size: 0.75rem;
}
.top-list ul li .info em.type {
	color: #ffa100;
    border: 1px solid #ffa100;
    border-radius: 1px;
}
.top-list ul li .info em.serial {
	color: #009944;
	border: 1px solid rgba(0,153,68,0.5);
	border-radius: 1px;
}
.top-list ul li .info em.finish {
	color: #ff3333;
	border: 1px solid rgba(255,51,51,0.5);
	border-radius: 1px;
}
.top-list ul li .num {
	position: absolute;
	left: 1rem;
	top: 1rem;
	display: block;
	width: 2rem;
	height: 2rem;
	overflow: hidden;
}
.top-list ul li .num::after {
    position: absolute;
    left: 0;
    top: 0;
    display: block;;
    content: "";
    width: 0.6875rem;
    height: 0.625rem;
	background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iOSIgdmlld0JveD0iMCAwIDEwIDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGc+PHBhdGggZD0iTTIuMDcgMi40ODdjLS4wMzktLjI3LjE2LS40NTQuNDE3LS40MTdMNS41IDIuNSA1Ljg3OS45ODRjLjA2Ny0uMjY3LjI3OC0uMzI3LjQ3LS4xMzZMOCAyLjUgMi41IDggLjg0OCA2LjM0OGMtLjE5Mi0uMTkyLS4xMzQtLjQwMi4xMzYtLjQ2OUwyLjUgNS41bC0uNDMtMy4wMTN6IiBmaWxsPSIjRkZGIi8+PHBhdGggZD0iTTMuNSA5TDkgMy41IiBzdHJva2U9IiNGRkYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPjwvZz48L3N2Zz4K) no-repeat 0 0;
	background-size: 0.6875rem 0.625rem;
}
.top-list ul li .num em {
    position: absolute;
    left: -1.375rem;
    top: -1.375rem;
	display: block;
	box-sizing: border-box;
	text-align: center;
	padding-top: 2.125rem;
	width: 2.75rem;
	height: 2.75rem;
	font-size: 0.625rem;
	font-family: "DIN Alternate";
	color: #fff;
	background: #999;
	background-size: 0.625rem 0.625rem; 
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);

}
.top-list ul li.s1 .num em {
	background: #ff8c09;
}
.top-list ul li.s2 .num em {
	background: #ff6666;
}
.top-list ul li.s3 .num em {
	background: #33ccff;
}
.top-list ul li.s10 .num em {
	padding-top: 2.175rem;
}
.top-index {

}
.top-index ul {
}
.top-index ul li {
	position: relative;
}
.top-index ul li::after {
	position: absolute;
	left: 1rem;
	right: 1rem;
	bottom: 0;
	display: block;
    content: '';
    -webkit-transition: margin-left .15s;
    transition: margin-left .15s;
    border-bottom: 1px solid #f0f1f2;
}
.top-index ul li:last-child::after {
	display: none
}
.top-index ul li.s1 {
	padding: 1rem 1rem 1rem 3rem;
	height: calc(6.145625rem + 1px);
}
.top-index ul li.s1 .pic {
	float: left;
	margin-right: 0.625rem;
	width: 4.608125rem;
	height: 6.145625rem;
	box-shadow: 0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.2);
}
.top-index ul li.s1 .tit {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	box-sizing: border-box;
	padding: 1rem 1rem 1rem 8.233125rem;
	width: 100%;
	height: 8.145625rem;
	line-height: 1.5rem;
	font-size: 1rem;
	font-weight: bold;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.top-index ul li.s1 .intro {
	margin-top: 2rem;
	margin-bottom: 0.75rem;
	height: 2.25rem;
	line-height: 1.3;
	color: #999;
	font-size: 0.90625rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.top-index ul li.s1 .info {
	overflow: hidden;
}
.top-index ul li.s1 .info span {
	float: left;
	display: block;
	overflow: hidden;
	padding: 1px 0;
	max-width: 10em;
    max-width: calc(100vw - 2rem - (176rem / 16));
	line-height: 1rem;
	font-size: 0.875rem;
	color: #999;
}
.top-index ul li.s1 .info em {
	float: right;
	display: inline-block;
	margin-left: 0.25rem;
	padding: 0 0.25rem;
	line-height: 1rem;
	font-size: 0.75rem;
}
.top-index ul li.s1 .info em.type {
	color: #fe7031;
	border: 1px solid rgba(255,73,57,0.5);
	border-radius: 1px;
}
.top-index ul li.s1 .info em.serial {
	color: #009944;
	border: 1px solid rgba(0,153,68,0.5);
	border-radius: 1px;
}
.top-index ul li.s1 .info em.finish {
	color: #ff3333;
	border: 1px solid rgba(255,51,51,0.5);
	border-radius: 1px;
}
.top-index ul li .tit {
	position: relative;
	z-index: 2;
	display: block;
	padding: 0.75rem 1rem 0.75rem 3rem;
	line-height: 1.25rem;
	font-size: 1rem;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.top-index ul li .num {
	position: absolute;
	left: 1rem;
	top: 0.75rem;
	display: block;
	width: 1.25rem;
	height: 1.25rem;
	line-height: 1.25rem;
	font-size: 0.875rem;
	font-weight: bold;
	font-family: 'DIN Alternate';
	text-align: center;
	background: #999;
	border-radius: 50%;
	color: #fff;
	overflow: hidden;
}
.top-index ul li.s1 .num {
	top: 1.25rem;
	background: #ff8c09;
}
.top-index ul li.s2 .num {
	background: #ff6666;
}
.top-index ul li.s3 .num {
	background: #33ccff;
}
/*top*/
.mod-top-nav {
	margin-top: 0;
}
.top-nav {
}
.top-nav ul {
	padding: 0.75rem;
}
.top-nav ul li {
	float: left;
	width: 25%;
}
.top-nav ul li a {
	display: block;
	margin: 0.25rem;
	/* height: 1.5rem; */
	line-height: normal;
	font-size: 0.875rem;
	text-align: center;
	color: #666;
	border: 1px solid #f0f1f2;
	border-radius: 100px;
	padding: .2rem 0;
}
.top-nav ul li.on::before {
	border-left: 2px solid #fe7031;
} 
.top-nav ul li.on a {
    color: #fe7031;
    border: 1px solid #fe7031;
}
.top-list {
    min-height: 42.5rem;
}

/*tags*/
.mod-tags {
	margin-top: 0;
}
.mod-tags-info {
	margin-top: 0;
}
.tags-info {}
.tags-info dl {
	padding: 1rem;
}
.tags-info dt img {
	display: block;
    width: 100%;
    height: calc(155rem / 16);
    object-fit: cover;
}
.tags-info dd {
	position: relative;
}
.tags-info dd h1,
.tags-info dd h2 {
	position: absolute;
	left: 0;
	right: 0;
	top: -2rem;
	height: 2rem;
	line-height: 2rem;
	font-size: 1rem;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #fff;
	background: rgba(0,0,0,0.6);
}
.tags-info dd p {
	display: block;
	padding-bottom: 0.5rem;
	padding-top: 0.75rem;
	max-height: 6rem; 
	font-size: 0.875rem;
	line-height: 1.5rem;
}
.tags-info dd p span {
	display: block;
	color: #999;
}
.tags-info dd p span em {
	margin: 0.25rem;
	color: #fe7031;
}
.tags-info dd section {
	position: relative;
	margin-bottom: 0.75rem;
}
.tags-info dd section article {
	display: block;
	max-height: 6rem; 
	font-size: 0.875rem;
	line-height: 1.5rem;
	text-align: justify;
	overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}
.tags-info dd section article.expand {
	display: block;
	max-height: 100%; 
}
.tags-info dd section i {
	position: absolute;
	right: 0;
	bottom: -2rem;
	display: block;
	width: 1.5rem;
	height: 1.5rem;
	text-indent: -9999px;
	background: url(../images/icon-down.png) no-repeat 50% 50%;
	background-size: 1.25rem;
}
.tags-info dd section i.expand {
	transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg);
}
.tags-info dd ul {
	letter-spacing: 0;
	font-size: 0;
	padding-right: 1.5rem;
	min-height: 1.875rem;
}
.tags-info dd ul li {
	display: inline-block;
	margin-right: 0.375rem;
	margin-bottom: 0.375rem;
	font-size: 100%;
}
.tags-info dd ul li a {
	display: block;
	padding: .2rem 0.75rem;
	line-height: normal;
	font-size: 0.875rem;
	text-align: center;
	color: #fe7031;
	border:1px solid #fe7031;
	border-radius: 100px;
}

.author-data{
	margin: 0;
}

/*news*/
.mod-news {
	margin-top: 0;
}
.mod-news-info {
	margin-top: 0;
	padding-bottom: 1rem;
}
.news-info .title {
	margin: 0 1rem;
	padding: 1rem 0;
	border-bottom: 1px solid #f0f1f2;
}
.news-info .title h1,
.news-info .title h2 {
	line-height: 2rem;
	font-size: 1.375rem;
	font-weight: bold;
}
.news-info .title p {
	margin-top: 0.5rem;
	line-height: 1.25rem;
	font-size: 0.875rem;
}
.news-info .title p span {
	margin-right: 1rem;
	color: #999;
}
.news-info .description {
    margin: 1rem 1rem 0 1rem;
    line-height: 1.8rem;
    font-size: 1.0625rem;
    text-align: justify;
    background: #f9f9f9;
    padding: 1rem;
    border: 1px solid #f1f1f1;
    border-radius: 0.4rem;
    display: none;
}
.news-info .cover {
    margin: 0 1rem;
    padding-top: 2rem; 
    overflow: hidden;
}
.news-info .cover .pic {
	position: relative;
	left: -0.4rem;
	z-index: 100;
	display: block;
	margin: 0 auto;
	width: 9.375rem;
	height: 12.5rem;
    transform: perspective(800px) rotateX(0) rotateY(-30deg) rotateZ(0);
}
.news-info .cover .pic img {
	position: absolute;
    z-index: 103;
	width: 9.375rem;
	height: 12.5rem;
	vertical-align: top;
	background: #f6f7f8;
}
/*.news-info .cover .pic::before {
	position: absolute;
    right: 1.5rem;
    bottom: -0.4rem;
    z-index: 101;
    width: 0;
    height: 1.5rem;
    content: "";
    -webkit-transform: perspective(75px) rotateX(-70deg);
    -moz-transform: perspective(75px) rotateX(-70deg);
    transform: perspective(75px) rotateX(-70deg);
    -ms-transform: scale(0);
    box-shadow: 1.5rem 0 0.5rem 0.5rem rgba(0,0,0,.3);
}*/
.news-info .cover .pic::after {
    position: absolute;
    left: 100%;
    top: 1.75%;
    z-index: 102;
    width: 5%;
    height: 96.5%;
    content: "";
    -webkit-transform: perspective(60px) rotateY(30deg);
    -moz-transform: perspective(60px) rotateY(30deg);
    transform: perspective(60px) rotateY(30deg);
    background-color: #efefef;
    box-shadow: inset 0 0 0.3125rem #666;
}
.news-info .cover .stars {
	margin-top: 1.25rem;
	font-size: 1rem;
	text-align: center;
}
.news-info .cover .stars .star {
	display: inline-block;
	margin-top: -4px;
	width: 90px;
	height: 16px;
	background: url(../images/1s.png) no-repeat 0 -40px;
	vertical-align: middle;
}
.news-info .cover .stars .star i {
	display: block;
	width: auto;
	height: 16px;
	background: url(../images/s1.png) no-repeat 0 -60px;
	text-indent: -9999px;
	overflow: hidden;
}
.news-info .cover .read {
	margin-top: 1.25rem;
	font-size: 1rem;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	line-height: normal;
}
.news-info .cover .read a {
	color: #fe7031;
	text-decoration: underline;
}
.news-info .content {
	position: relative;
	margin: 1.25rem 1rem 0 1rem;
	line-height: 1.8rem;
	font-size: 1.0625rem;
	text-align: justify;
	overflow: hidden;
	/* height: 23rem; */
	height: auto !important;
}
.news-info .content img{
	max-width: 100%;
	height: auto;
}
.news-info .content h3 {
	margin: 1rem 0;
    padding: 0.5rem 0.625rem;
	line-height: 1.5rem;
    font-size: 1.0625rem;
	font-weight: bold;
	background: #f6f7f8;
  	border-left: 3px solid;
}
.news-info .content p {
	margin: 0.75rem 0;
	line-height: 1.8rem;
	font-size: 1.0625rem;
	/* text-indent: 2em; */
}
.news-info .content p img {
	margin: 0.25em 0;
	vertical-align: top;
}
.news-info .content-more:after{
    content: "";
    display: block;
    width: 100%;
    height: 4rem;
    position: absolute;
    left: 0;
    background-image: linear-gradient(-180deg,hsla(0,0%,100%,0),#fff);
    bottom: 0;
    display: none;
}
.news-info .show-more {
	position: relative;
	font-size: 0.875rem;
	line-height: 1.8rem;
	display: none;
	width: 10rem;
	height: 1.8rem;
	margin: 0.75rem auto 1.25rem;
	cursor: pointer;
	text-align: center;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	display: none !important;
}
.news-info .show-fpage {
	display: -webkit-box;
	display: flex;
}
.news-info .show-fpage a{
	-webkit-box-flex: 1;
	flex: 1;
	margin: 1.25rem 1rem 0 1rem;
	height: 2.125rem;
	line-height: 2.125rem;
	text-align: center;
	color: #fff;
	font-size: 1.0rem;
}
.news-info .book {
    margin: 1rem 1rem 0 1rem;
	padding: 1rem 0;
	border-top: 1px solid #f0f1f2;
	border-bottom: 1px solid #f0f1f2;
}
.news-info .book dt {
	float: left;
	width: 6.5625rem;
	height: 8.75rem;
}
.news-info .book dt img {
	width: 100%;
	height: 100%;
	vertical-align: top;
	box-shadow: 0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.2);
}
.news-info .book dd {
	float: left;
	position: relative;
	padding-left: 0.75rem;
	width: calc(100% - 7.3125rem);
	height: 8.75rem;
	overflow: hidden;
}
.news-info .book dd h4 {
	margin-bottom: 0.625rem;
	line-height: 1.5rem;
	font-size: 1.125rem;
	font-weight: bold;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.news-info .book dd .intro {
	margin-bottom: 0.5rem;
	height: 2.25rem;
    line-height: 1.125rem;
	font-size: 1rem;
	color: #999;
	overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.news-info .book dd .info {
	margin-bottom: 1rem;
    line-height: 1rem;
    font-size: 0.875rem;
	color: #999;
}
.news-info .book dd .info span {
	margin-right: 1rem;
}
.news-info .book dd .view {
	display: block;
	width: 7.5rem;
	height: 1.875rem;
	line-height: 1.875rem;
	font-size: 0.875rem;
	text-align: center;
	color: #fff;
	background: #fe7031;
	border-radius: 2px;
}
.news-info .porn {
    margin: 0.5rem 1rem 0 1rem;
}
.news-info .porn li {
    padding: 0.625rem 0;
    line-height: 1.25rem;
    font-size: 0.9375rem;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.news-info .porn li a:hover {
	color: #fe7031;
}
.news-info .porn li span {
	color: #999;
}
.news-info .sort {
	margin: 0 1rem;
	position: relative;
}
.news-info .sort span {
	position: absolute;
	top: 1rem;
	right: 0;
	display: block;
	width: 3rem;
	height: 2.25rem;
	line-height: 2.25rem;
	text-align: center;
	font-size: 0.875rem;
	color: #999;
}
.news-info .sort span.sort-asc {
	right: 3rem;
}
.news-info .sort span.on {
	color: #fe7031;
}
.news-info .chapters {
	margin: 1rem;
}
.news-info .chapters h3 {
	font-size: 13px;
    padding: 0.5rem 0.625rem;
    line-height: 1.25rem;
    color: #969ba3;
    background-color: #f6f7f8;
}
.news-info .chapters li {
    display: list-item;
    text-align: -webkit-match-parent;
}
.news-info .chapters li::after {
    display: block;
    margin-top: -1px;
    content: '';
    border-top: 1px solid #f0f1f2;
    transform: scaleY(.75);
}
.news-info .chapters li:last-child::after {
    display: none;
}
.news-info .chapters li a {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 0.75rem 0;
    line-height: 1.25rem;
    font-size: 0.875rem;
}
.news-info .chapters li.vip {
	background: url(../images/vip.png) no-repeat 100% 50%;
	background-size: 0.625rem;
}
.news-info .chapters-more a {
	display: block;
    padding: 0.75rem 0;
    line-height: 1.25rem;
    font-size: 0.875rem;
    text-align: center;
}
/*book*/
.mod-nav {
	margin-top: 0;
}
.mod-subnav {
	margin-top: 0;
}
.mod-book {

}
/*.book-nav {
	background: #fff;
    position: relative;
    overflow-x: auto;
    white-space: nowrap;
    min-height: 2.75rem;
}
.book-nav::-webkit-scrollbar {
	display:none
}
.book-nav:not(.WX) {
	-webkit-overflow-scrolling: touch
}*/
.book-nav {
    position: relative;
	background: #fff;
}
.book-nav::after {
    position: absolute;
    left: 1rem;
    right: 1rem;
    bottom: 0;
    display: block;
    content: '';
    -webkit-transition: margin-left .15s;
    transition: margin-left .15s;
    border-bottom: 1px solid #f0f1f2;
}
.book-nav ul {
	padding: 0.75rem;
	font-size: 0;
	letter-spacing: 0;
}
.book-nav ul li {
	display: inline-block;
	width: 16.66%;
	font-size: 100%;
}
.book-nav ul li a {
	display: block;
	margin: 0.25rem 0.125rem;
	padding: .2rem;
	font-size: 0.875rem;
	line-height: normal;
	text-align: center;
	border: 1px solid transparent;
	border-radius: 100px;
}
.book-nav ul li.on a {
    color: #fff;
    background: #fe7031;
    border: 1px solid #fe7031;
}
.book-subnav {
	overflow: hidden;
	padding: 0.5rem 1rem;
}
.book-subnav p {
	display: none;
}
.book-subnav ul {
	margin: 0.5rem 0;
    letter-spacing: 0;
    font-size: 0;
}
.book-subnav ul li {
    display: inline-block;
}
.book-subnav ul li a {
	display: inline-block;
    padding: 0 0.75rem;
    font-size: 0.8125rem;
    line-height: 1.375rem;
    text-align: center;
    color: #999;
    border: 1px solid transparent;
    border-radius: 100px;
}
.book-subnav ul li.on a {
	color: #fe7031;
	border: 1px solid #fe7031;
}

.mod-info {
	margin-top: 0;
}
.mod-info .book-cover-blur {
    position: absolute!important;
    top: -2.75rem;
    width: 100%;
    height: 16.25rem;
    opacity: .02;
    opacity: calc(.1 + .05);
    -webkit-filter: blur(calc(10px + 1px));
    filter: blur(calc(10px + 1px));
    object-fit: cover;
}
.book-info {}
.book-info .base{position:relative;padding:1rem;overflow:hidden}
.book-info .base dt{position:absolute;left:1rem;top:1rem;width:7.125rem;height:9.5rem}
.book-info .base dt img{width:100%;height:100%;vertical-align:top}
.book-info .base dt i{position:absolute;left:-2.5rem;top:-2.5rem;display:block;margin:2.125rem 0;width:5.5rem;height:1.25rem;line-height:1.25rem;font-size:.75rem;text-align:center;overflow:hidden;transform:rotate(-45deg);-ms-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-webkit-transform:rotate(-45deg)}
.book-info .base dt i.serial{color:#fff;background:#489738}
.book-info .base dt i.finish{color:#fff;background:#c9142a}
.book-info .base dd{margin-left:8.125rem;height:9.5rem}
.book-info .base dd h1,.book-info .base dd h2{margin-bottom:.375rem;line-height:1.5rem;font-size:1rem;font-weight:700;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}
.book-info .base dd .info{margin-bottom:.75rem;line-height:1.5rem;font-size:.75rem;color:#999}
.book-info .base dd .info span{display:block;color:#1a1a1a}
.book-info .btns{position:relative;padding:0 .5rem 1rem .5rem}
.book-info .btns::after{position:absolute;left:1rem;right:1rem;bottom:0;display:block;content:'';-webkit-transition:margin-left .15s;transition:margin-left .15s}
.book-info .btns ul{width:100%;font-size:0;letter-spacing:0}
.book-info .btns li{display:inline-block;font-size:100%;width:50%}
.book-info .btns li a{display:block;margin:0 .5rem;line-height:1.875rem;font-size:.90625rem;text-align:center;cursor:pointer;color:#1a1a1a;background:#fff;border:1px solid #e3e4e6;border-radius:.125rem}
.book-info .btns li a.read-online{color:#fff;background:#fe7031;border:1px solid #fe7031}
.book-info .intro{position:relative;margin-bottom:.32rem}
.book-info .intro_p {padding:0 1rem;}
.book-info .intro p{display:block;line-height:1.7rem;font-size:.875rem;text-align:justify;overflow:hidden;color:#888;margin-bottom: 0.625rem;}
.book-info .intro p strong{
	font-size: 1rem;
    color: #1a1a1a;
    font-weight: 700;
}
.book-info .intro .content{overflow:hidden;position:relative;font-size: 1.0rem;padding: 1rem;height: auto !important;}
.show-more{position:relative;margin-bottom:.5rem;border: none;display: none;}
.show-more button{width:100%;height:1.875rem;background:0 0;border:none;color:#1060bb;font-size:.90625rem}
.show-more:after{content:"";display:block;width:100%;height:4rem;position:absolute;left:0;top:-4rem;background-image:linear-gradient(-180deg,hsla(0,0%,100%,0),#fff)}
.show-more button:after,.show-more button:before{position:absolute;top:-.6rem;left:50%;display:inline-block;margin-left:-.3rem;width:.6rem;height:.6rem;border-bottom:2px solid #1060bb;border-left:2px solid #1060bb;content:' ';transform:rotate(-45deg);z-index:77}
.show-more button:after{top:-1rem}

.book-info .tags {
	letter-spacing: 0;
	font-size: 0;
	padding: 0.25rem 1rem 1rem 1rem;
	min-height: 1.875rem;
}
.book-info .tags a{
	display: block;
	float: left;
	width: 25%;
	text-align: center;
}
.book-info .tags a span {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	display: inline-block;
	width: 90%;
	padding: .2rem 2%;
	font-size: 0.875rem;
	text-align: center;
	color: #e94e4e;
	border: 1px solid #e94e4e;
	border-radius: 100px;
	/* padding: 0.2rem 0; */
	line-height: normal;
}
.mod-editor .editor {
	position: relative;
	padding: 1rem 1rem 1rem 4.5rem;
	min-height: 3rem;
}
.mod-editor .editor .face {
	position: absolute;
	left: 1rem;
	top: 1rem;
	width: 3.0rem;
	height: 3.0rem;
	border-radius: 50%;
}
.mod-editor .editor .face img {
	width: 100%;
	height: 100%;
	vertical-align: top;
	border-radius: 50%;
}
.mod-editor .editor .info p {
	line-height: 1.5rem;
	font-size: 0.875rem;
	color: #999;
}
.mod-editor .editor .info p span {
	margin: 0 0.5rem;
	font-weight: bold;
}
.mod-editor .editor .info p.text {
	text-align: justify;
	color: #333;
}
.mod-attentions .attentions {
	border-top: 0.5rem solid transparent;
}
.mod-attentions .attentions li {
    display: list-item;
    text-align: -webkit-match-parent;
}
.mod-attentions .attentions li::after {
    display: block;
    margin-top: -1px;
    margin-left: 1rem;
    margin-right: 1rem;
    content: '';
    border-top: 1px solid #f0f1f2;
    transform: scaleY(.75);
}
.mod-attentions .attentions li:last-child::after {
    display: none;
}
.mod-attentions .attentions li a {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 0.75rem 1rem;
    line-height: 1.25rem;
    font-size: 0.90625rem;
}
.mod-chapters .chapters {
	border-top: 0.5rem solid transparent;
}
.mod-chapters .chapters h3 {
	font-size: 13px;
    padding: 0.5rem 1rem;
    line-height: 1.25rem;
    color: #969ba3;
    background-color: #f6f7f8;
}
.mod-chapters .chapters li {
    display: list-item;
    text-align: -webkit-match-parent;
    width: 50%;
    float: left;
    border-bottom: 1px solid #f0f1f2;
}

.mod-chapters .chapters li:last-child::after {
    display: none;
}
.mod-chapters .chapters li.vip {
	background: url(../images/vip.png) no-repeat 95% 50%;
	background-size: 0.75rem;
}
.mod-chapters .chapters li a ,.mod-chapters .chapters .text{
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 0.75rem 1rem;
    line-height: 1.25rem;
    font-size: 0.90625rem;
}
.chapters-more {
	padding: 0.5rem 1rem 1rem 1rem;
}
.chapters-more a {
	display: block;
	margin-left: auto;
	margin-right: auto;
	line-height: 2rem;
	font-size: 0.875rem;
	text-align: center;
	background: #f0f1f2;
	border-radius: 100px;
}
.mod-review .review-list {}
.mod-review .review-list li {
	position: relative;
    display: block;
    padding: 1rem;
}
.mod-review .review-list li::after {
	position: absolute;
    left: 1rem;
    right: 1rem;
    bottom: 0;
	display: block;
    content: '';
    -webkit-transition: margin-left .15s;
    transition: margin-left .15s;
    border-bottom: 1px solid #f0f1f2;	
}
.mod-review .review-list li:last-child::after {
	display: none;
}
.mod-review .review-list li .name {
	margin-bottom: 0.25rem;
	font-size: .8125rem;
    line-height: 1.5rem;
    color: #969ba3;
}
.mod-review .review-list li .name b {
	margin-right: 0.3125rem;
	font-weight: normal;
}
.mod-review .review-list li .text {
    font-size: .875rem;
    display: -webkit-box;
    overflow: hidden;
    line-height: 1.375rem;
    max-height: 2.75rem;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.mod-review .review-more {
	padding: 1rem;
}
.mod-review .review-more a {
	display: block;
	margin-left: auto;
	margin-right: auto;
	line-height: 2rem;
	font-size: 0.875rem;
	text-align: center;
	background: #f0f1f2;
	border-radius: 100px;
}
.mod-guess .topic-text {
	padding: 0.75rem 1rem 0 1rem;
	font-size: 0.875rem;
	line-height: 1.5rem;
	text-align: justify;
	color: #999;
}
.wrap-info .mod-head {
    display: block;
    margin-bottom: -0.5rem;
    padding: .5rem 1rem;
	line-height: 1.75rem;
    border-top: 0;
}
.wrap-info .mod-head h3 {
    font-weight: bold;
}
.wrap-info .mod-head h3::before {
	display: none;
}
.wrap-info .mod-head a {
	margin-top: -0.35rem;
}

/*search*/
#search{position:relative;z-index:199999!important}
.search{position:fixed;z-index:10;top:0;right:0;bottom:0;left:0;z-index:199999;visibility:hidden;overflow:hidden;/* transition:visibility .25s;-webkit-transition:visibility .25s */}
.search-mask{position:absolute;top:0;right:0;bottom:0;left:0;visibility:hidden;background-color:#fff}
.search-panel{position:fixed;top:0;right:0;bottom:0;left:0;z-index:3;overflow:hidden;background-color:#fff;-webkit-transform:translateY(-100%);transform:translateY(-100%);-webkit-transition:-webkit-transform .15s;transition:transform .15s}
.search.show{visibility:visible;-webkit-transition:none;transition:none}
.search.show .search-mask{visibility:visible}
.search.show .search-panel{-webkit-transform:translateY(0);transform:translateY(0)}
.search .bar{display:-webkit-flex;display:flex}
.search form{-webkit-flex:1;flex:1}
.search .lightbox-close{line-height:2.4rem;padding-left:.625rem;font-size:.875rem}
.search-bar{padding:.75rem 1rem .5rem 1rem;line-height:1.25rem;color:#999;font-size:.9375rem}
.search-tags{padding:0 .75rem;overflow:hidden;font-size:.9375rem;letter-spacing:0}
.search-tags a{display:inline-block;margin:.25rem;padding:.3rem .75rem;line-height:normal;text-align:center;font-size:.8125rem;color:#969ba3;border:.0625rem solid #969ba3;border-radius:100px}

/*menu*/
.menu {
    position: fixed;
    z-index: 10;
    top: 2.75rem;
    right: 0;
    bottom: 0;
    left: 0;
	z-index: 888;
    visibility: hidden;
    overflow: hidden;
    /* transition: visibility .25s;
    -wekit-transition: visibility .25s; */
}
.menu-mask {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
    background-color: #000;
    /* -webkit-transition: opacity .25s;
    transition: opacity .25s, visibility .25s; */
}
.menu-panel {
    position: fixed;
    top: 2.75rem;
    right: 0;
    left: 0;
    z-index: 3;
    overflow: hidden;
    background-color: #fff;
    /* -webkit-transform: translateY(-100%);
    transform: translateY(-100%); */
    /* -webkit-transition: -webkit-transform .15s;
    transition: transform .15s; */
}
.menu.show {
	visibility: visible;
    -wekit-transition: none;
    transition: none;
}
.menu.show .menu-mask {
	visibility: visible;
	opacity: .6;
}
.menu.show .menu-panel  {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.menu-list{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;justify-content:space-between;-webkit-box-pack:justify;box-sizing:border-box;overflow:hidden;padding:1.25rem 1rem;background:#fff}
.menu-list a{display:inline-block;padding:.3125rem .625rem;width:2.75rem;font-size:.75rem;text-align:center}
.menu-list a span{display: block;
    padding-top: .25rem;
    line-height: 1.25rem;
    font-size: .75rem;
    font-weight: 400;}
.menu-btn {
	padding: 2% calc(4% + 0.625rem); 
	text-indent: center;
}

/*search*/
.mod-search {
	margin-top: 0
}
.search-list .result {
	padding: 1rem;
	background: #f6f7f8;
	font-size: 0.9375rem;
}
.search-list .result span {
	color: #fe7031;
}
.search-list .result em {
	margin: 0 0.125rem;
	color: #fe7031;
}
.search-list ul li {
	position: relative;
	padding: 1rem;
	height: 6.17188rem;
}
.search-list ul li::after {
	position: absolute;
	left: 1rem;
	right: 1rem;
	bottom: 0;
	display: block;
    content: '';
    -webkit-transition: margin-left .15s;
    transition: margin-left .15s;
    border-bottom: 1px solid #f0f1f2;
}
.search-list ul li:last-child::after {
	display: none
}
.search-list ul li .pic {
	float: left;
	margin-right: 0.625rem;
	width: 4.60938rem;
	height: 6.17188rem;
	box-shadow: 0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.2);
}
.search-list ul li .tit {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	box-sizing: border-box;
	padding: 1rem 1rem 1rem 6.23438rem;
	width: 100%;
	height: 8.17188rem;
	line-height: 1.5rem;
	font-size: 1rem;
	font-weight: bold;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.search-list ul li .intro {
	margin-top: 2rem;
	margin-bottom: 0.75rem;
	height: 2.25rem;
	line-height: 1.125rem;
	color: #999;
	font-size: 0.9375rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.search-list ul li .info {
	overflow: hidden;
}
.search-list ul li .info span {
	float: left;
	display: block;
	overflow: hidden;
	padding: 1px 0;
	max-width: 10em;
    max-width: calc(100vw - 2rem - (176rem / 16));
	line-height: 1rem;
	font-size: 0.9375rem;
	color: #999;
}
.search-list ul li .info em {
	float: right;
	display: inline-block;
	margin-left: 0.25rem;
	padding: 0 0.25rem;
	line-height: 1rem;
	font-size: 0.75rem;
}
.search-list ul li .info em.type {
	color: #fe7031;
	border: 1px solid rgba(255,73,57,0.5);
	border-radius: 1px;
}
.search-list ul li .info em.serial {
	color: #009944;
	border: 1px solid rgba(0,153,68,0.5);
	border-radius: 1px;
}
.search-list ul li .info em.finish {
	color: #ff3333;
	border: 1px solid rgba(255,51,51,0.5);
	border-radius: 1px;
}
.search-list ul li .num {
	display: none;
}                       

.btns-widget #open-app,.fpage a{
	text-align: center;
    display: block;
    margin: 0 0 10px;
    background-color: #FFB31E;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 16px;
    border-radius: 5px;
    margin: 0 .8rem;
}
.fpage a {
    color: #fff;
    background: #d63333;
    margin-bottom: 1rem;
}

.banner2 {
    padding: .5rem;
    border-top: 5px solid #f2f2f2;
    border-bottom: 5px solid #f2f2f2;
    background-color: #fff;
}

.banner2 h4{
    color: #494646;
    font-weight: normal;
    font-size: 1.1rem;
    margin-bottom: .5rem;
}

.banner2 img {width: 100%;}

.banner2 .banner2Info{
    height: 1.6rem;
    line-height: 1.6rem;
    overflow: hidden;
    color: #ccc;
    font-size: .9rem;
    
}
.banner2 .imgBox{
    display: block;
    width: 100%;    
    position: relative;
    margin-bottom: 0.3rem;
    overflow: hidden;
}
.banner2 .imgBox span{
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    color: #fff;
    background: rgba(0,0,0,0.5);
}
.banner2 .fl{
    float: left;
    display: block;
    height: 100%;
    margin-right: 0.5rem;
}
.banner2 .fl a{
    color: #ccc;
}
.banner2 .imgBox i{
    font-style: normal;
}
.banner2 .fr{
    width: 4.5rem;
    display:block;
    float: right;
    background-color: #64a9f9;
    color: #fff;
    border-radius: 0.04rem;
    text-align: center;
}

.book-info .btns li a ,.layui-m-layer a.btn-wechat{
	display: block;
	margin: 0 0.5rem;
	line-height: 1.875rem;
	font-size: 0.90625rem;
	text-align: center;
	cursor: pointer;
	color: #666;
	background: #fff;
    border: 1px solid #e3e4e6;
	border-radius: 0.125rem;
}
.book-info .btns li a.read-online,.layui-m-layer a.btn-wechat {
	color: #fff;
	background: #e94e4e;
	border: 1px solid #e94e4e;
}
.layui-m-layer a.btn-wechat{
	margin-top: 1rem;
	margin-left: 1rem;
	margin-right: 1rem;
}


.ok-box{
    box-sizing:border-box;
    padding:20px 16px;
    background:linear-gradient(270deg,#9ed7ff 0,#0396ff 100%);
    border-radius:8px;
    margin: 10px 0;
}
.ok-box .tit{
    line-height:20px;font-size:16px;color:#fff;
}
.ok-box .conb{
    display:flex;padding-top:16px;justify-content:space-between;
}
.ok-box .btn-u{
    text-align:center;
    border-radius:6px;
    width:200px;height:44px;
    line-height:44px;
    margin-right:8px;
    font-size:14px;
    background-color:#fff;
    color:#0396ff;
    font-weight:500;
}
.ok-box .b-txt{
    text-align:center;
    border-radius:6px;
    flex:0 0 105px;
    line-height:44px;
    width:105px;
    font-size:14px;
    color:#fff;
}


/*color*/
.menu-list a .iconfont, .nav .iconfont,
.header .icon-back .iconfont, .icon-grouop .iconfont,
.search .lightbox-close,
.show-more button,
.tags-info dd ul li a,
.tags-info dd p span em{
    color: #f44336;
}

/*background*/
.mod-head h2:before, .mod-head h3:before,
.swiper-pagination .swiper-pagination-bullet,
.book-nav ul li.on a,
.book-info .btns li a.read-online,
.news-info .book dd .view,
.news-info .show-fpage a{
    background: #f44336;
}
/*border*/
.book-nav ul li.on a,
.book-info .btns li a.read-online,
.show-more button:after,.show-more button:before,
.tags-info dd ul li a,
.news-info .content h3, .news-info .chapters h3, .mod-chapters .chapters h3{
    border-color: #f44336;
}

/*辅颜色*/
.mod-tabs li.on{
    background: #d63429;
}
.mod-tabs li,.mod-tabs li.on,
.book-info .tags a span{
    border-color: #d63429;
}
.mod-tabs li,
.book-info .tags a span{
    color: #d63429;
}
a.title-book-a{
    background:#f44336;color:#fff;padding:2px 30px;font-size: 20px;text-decoration: underline;
}