﻿@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);
	}
}
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;
}
aria {
	font-size: 0;
	position: absolute;
    clip: rect(0 0 0 0);
}
.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;
}
.pages>a,
.pages>span {
	display: inline-block;
	box-sizing: border-box;
	vertical-align: top;
	width: 30%;
	height: 2.5rem;
	line-height: 2.5rem;
	font-size: 0.90625rem;
	background: #f6f7f8;
	border: 1px solid transparent;
	border-radius: 0.25rem;
	margin: 0 0.5rem;
}
.pages>a {
	border: 1px solid #f0f1f2;
}
.pages>span {
	border: 1px solid #f0f1f2;
	color: #bbb;
}
.pages select {
	background: #fff none repeat scroll 0 0;
border: 1px solid #f0f1f2;
border-radius: 0.25rem;
box-sizing: border-box;
display: inline-block;
font-size: 0.90625rem;
height: 2.5rem;
line-height: 2.5rem;
padding-right: 0.5rem;
position: relative;
width: 100%;
}
.pages select::after {
  border-left: 0.375rem solid transparent;
  border-right: 0.375rem solid transparent;
  border-top: 0.375rem solid #333;
  content: "";
  display: inline-block;
  margin-top: -0.1875rem;
  position: absolute;
  right: 0.5rem;
  top: 50%;
  transition: transform 0.3s ease 0s;
}
.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 option {
	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;
}
.pageinfo {
    line-height: 44px;
    padding: 20px 0;
    text-align: center;
	font-size:0.8rem;
}
.pageinfo a {
    background-color: #fff;
    border-color: #ddd;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    color: #666;
    margin: 2px;
    padding: 5px 10px;
    text-decoration: none;
    transition: all 0.2s ease 0s;
}
.pageinfo a:hover {
    background-color: #80604c;
    border-color: #80604c;
    border-style: solid;
    border-width: 1px;
    color: #fff;
}
.pageinfo a.active {
	background:#80604c;
    border-color: #80604c;
    border-style: solid;
    border-width: 1px;
    color: #fff;
}
.pageinfo span.thisclass {
    background-color: #80604c;
    border-color: #80604c;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    color: #fff;
    font-weight: bold;
    margin: 2px;
    padding: 8px 15px;
}
.pageinfo span.disabled {
    background-color: #fff;
    border-color: #ddd;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    color: #666;
    margin-right: 2px;
    padding: 8px 15px;
}
/*头部*/
.header {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
	width: 100%;
	height: 2.75rem;
	background: #80604c;
}
.header h1,
.header h2,
.header h3 {
    position: absolute;
    left: 2.75rem;
    line-height: 2.75rem;
    max-width: 60%;
	font-size: 1rem;
    font-weight: 400;
    color: #fff;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.header h1.logo {
	margin: 0.5875rem 0 0.5875rem -1.75rem;
	width: 5.9375rem;
	height: 1.6rem;
    line-height: 1.6rem;
	text-indent: -9999px;
	overflow: hidden;
	background:url("../images/newlogom.png") no-repeat scroll 0 0 / 100% auto;
	background-size: 100%;
}
.header .icon-back {
	float: left;
	width: 2.75rem;
	height: 2.75rem;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEgAAABICAYAAABV7bNHAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ppVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo5NjNERTgzNDg2REYxMUU3QUUxQUU2MDQ3NkVDNjc3NCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2MkQwRUJGNEQ0MEExMUU3QUEzOEE4QjNDM0FDODExMCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2MkQwRUJGM0Q0MEExMUU3QUEzOEE4QjNDM0FDODExMCIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxNSAoV2luZG93cykiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5NzFDOTMwMzhDNzUxMUU3QkU2NEI0NjY0NDFBMEQ0MyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5NzFDOTMwNDhDNzUxMUU3QkU2NEI0NjY0NDFBMEQ0MyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PoqS5dsAAAOXSURBVHja7JxpTxRBEIZ7VxSjJv4H/4YJuhoQQRFB8SCKxwcj4gm6iKySRWQ91wM0YuKB9xUEFaOJxviP/GD85loVuuNkQ1eT0DPdvWUlb0KoZGd5eN+a2Z6eTZVKJVFBtQf0C/Ta1gumKghQK+iN/Lke9NnGi6YrBE5bmWsmQbX/Af1zzktMQ+R31aAvoJ3cAW2OxGq2WjHfA1QFDKfFMIz7QMNcATWD3hL9nA04oQLaCJog+qdBBVsHC20GbTLA6bcJJzQHNUk4KU1/ADRk+6ChXCg2gD4S/bOgwTgOHELENoDeEf1zccEJIWINEs4CTR/B5ON8Az4DWmeIVV66J9ZKexyrKddwfB3SjRKO7p83LK+SEynfHITLFB+I9zWUJBzfAK03xOq8vBBMtHyJWL2Es1DTvwTKunhjPpzF6kCfiP5FUK+rN+c6YrWGWBVcwnEdsToJp1rTvwrqcW1vV4DWgL4S/Sugkz4MRxcRWytP5YIYyF7AcTGkFZzFhHOywqNKMmKrQN+Jvhczx1XEMqBpw6ncOzhJOWi1jNVSTb8IOuHrkkLcM6gG9E3ol0mv+wwn7ohl5BVyipg5x4XnFVfEMjJWSzT9m6CjIoCKA1CNPFvpnDMCOiwCqXQMcKYJOMWQ4Nh2EMLBNeRlmv4oqEsEVrYArQT9IBx5B9QpAiwbEWuUM4daJg0Sji1AiwzXUz9FwGUDEN4vbzJ8Os9zBoT1Xszs2dENtFyokGye5nHjJG5P+UNAynEGpJzUQvQTuyPq82exSQOkgZAgxbncoTY86f4JZ0AXODpI1ZTBSXh91M8Z0FziNuj74E5iyXVCQioRg7uPMyAFqTXEuCV5XwwhtRni5h0kF3dWtwj6EQKrG8FDcpAqfPhkK9HHHWRZzoAUpB1Ev+DL4Ha9gWo76DnRPwW6zNFBql5ISLrCpZJuzoCw8GnBdqLvdEODT9uATXHDO7BFjg6Kxm0b0b8GOsYZENYrQT+Iiw7q4QxIyJjtIvp4VjvCcQaVF14nPSP6eId2hKOD5uqkW0nMJN8fqHsiZr6Pg5pJXVwjFq12CUtXh0C3OTpI1VPQXqI/GtfgDumx8Ieg/UT/Bugg14hFazfoEdE/ABrj6CBV4wYn3RUWN2mF+u0v9w2QcA9kJ2dAClKHYXB3cwak4raP6P+e7wGqRPj1QP4dY7MM88fcHaTqXpmTOmzAqRQHRZ20XMZq3NaL/hVgAJHzzfF6sJCgAAAAAElFTkSuQmCC) no-repeat 50% 50%;
	background-size: 1.125rem;
}
.header .icon-grouop {
	float: right;
	padding: 0.25rem;
	height: 2.25rem;
	font-size: 0;
	letter-spacing: 0;
}
.header .icon-search {
	display: inline-block;
	width: 2.25rem;
	height: 2.25rem;
	background: url(../images/search.png) no-repeat 50% 50%;
	background-size: 1.125rem;
	position: relative;
}
.header .icon-menu {
	display: inline-block;
	width: 2.25rem;
	height: 2.25rem;
	background: url(../images/anniu.png) no-repeat 50% 50%;
	background-size: 1.125rem;
	position: relative;
}
.header .icon-bookshelf {
	display: inline-block;
	width: 2.25rem;
	height: 2.25rem;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEgAAABICAYAAABV7bNHAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA9RJREFUeNrsnE1IFVEUx2csMTLzo1BMK4q+hIISKjdhRRS8XRCUVGZFQdHOqGWIbVq4aRGFFVFESkQfYkUJRlEgRZsWtYiijNIWoRSllU7/4zvU8zVv5s6defNw3jnwA59z7nn3/Jm598yduc+0LMvIgO0BB8F8Rf834BQ4H3ZHzQwItAVc9dH2WpidzcnA2XPAR9v9YXc2bIFMUOijfQnHiPQZNOKj7WjUz6AJZyKQCCQCpdUmRywfKjzrebZTsbdcfA5mg0CrQAco9dhuJ4iBvqhfYsc1xCFbAQ5FfQyaChb7aF8VdYGmgEk+2v+OukAWk5FZbDVYxPdAlsM9FtELHoFf2TDN54HToMFjzG5QB/qjXiju0xCHbB04lg2V9FofcTdGpcbKSdPSAs0qBVEXyM+sYGXDJSYmAolAIpAIJAKJQCKQCCQCiYlAIpAIJAKJQCKQCCQCiYlAnkznyQM973phxB8OLgHzAuoLPXR8acTXs5eCioDi0isur0AuWAbKPLWm96RT0G6NtxHQBMoSfIrAXjCQ5NsLim1i0nvZPUm+P8ARMCPBbyb/byjJt4djJMct5u9MtAHuW1GCH/W9mXNJtPZUOngRqNHBN5aUjKpAo2C7Q9z6pGRUBRriPqWKe1hVINUx6BlocTh+G7RrnP53wGWH4xfBXY24V7hPqayFcwpskO5Q8LmukchNBZ9OjbhufbFU46oK9FnB54tGIn0KPh814g4qTjaBCbRQwWeORiIqb4Ut0IhbHlRcVYE2g3wXn10aiWxzKTVoaq7TiNvgcjyfcwpMIKp1ThqpN5I0gg0aiVSDJofjzezj1TZxn+zM5FzU6jcP0zxZJ6gFJaAQVINWGz8vdRBZG6jhmqWI/26z8fNSB5GdAcvBdO5zLedgqU7zXivpGEMD5whf60G8B7SV+cCfKwOqoml/2W7wifs5K4xbDUPnixStMg0xczUnENcxyM/GNTPkuGa6+puTpjv9IfDVoUjTtVSb8b6B4bCXOx74iHvPsH85m8S57zOuncA/+ZiuPdSZxfLAOcu7dYFSh7jTwC2NuDdAgUPcctCtEbeVc7WNq7ItnOqQKh7Q3Zzfg8eG+4vkdObWeKiSX4MnigPyGjDbpa8mn+G0/vTccXDK0A8LTBgTgUQgEUgEEoFEIBEoqwRaCeYa8T2g2aKeyfd578DTVALRUgNtsl9v+NsgO5GNROoy/q0hjRPoEtghF9WYXWCRxglEj2DKRJsxoxXTiuTlju+iy18btlsPOiu6/K9F4iVGA/NRI/5jH9l6qfXzWHyCB2zjjwADAPVNgmVkKAntAAAAAElFTkSuQmCC) no-repeat 50% 50%;
	background-size: 1.125rem;
	position: relative;
}
/*尾部*/
.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;
}
.wrap {
	padding-top: .75rem;
}
.wrap1 {
    padding-top: 0.55rem;
}
/*面包屑*/
.bread {
	padding: 0.8rem 1rem;
	font-size: 0.75rem;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	color: #999;
}
.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;
}
.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%;
	max-height: 650px;
	position: relative;
}
.swiper-slide img {
    width: 100%;
    /*height: 100%;*/
    /* height: auto; */
    max-height: 300px;
    margin-top: 44px;
}
.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 {
	background: #80604c;
	opacity: 1;
}
/*bar*/
.bar {
	position: relative;
	padding: 1rem 1rem 0 1rem;
	background: #fff;
}
.bar input {
	box-sizing: border-box;
	padding: 0 2rem 0 1rem;
	width: 100%;
	height: 2rem;
    font-size: 0.9375rem;
    background: #f0f1f2;
    border: none;
    border-radius: 100px;
}
.bar button {
	position: absolute;
	top: 1rem;
	right: 1rem;
	display: inline-block;
	box-sizing: border-box;
	overflow: hidden;
	width: 2rem;
	height: 2rem;
	text-indent: -9999px;
	background: url(../images/icon-search.png) no-repeat 50% 50%;
	background-size: 1.0rem;
	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;
}
.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: 0.25rem;
	line-height: 1.25rem;
	font-size: 0.875rem;
	font-weight: normal;
}
/*mod*/
.novel__nav {
    background: #fff none repeat scroll 0 0;
    position: relative;
}
.novel__nav::after {
    border-bottom: 1px solid #f0f1f2;
    bottom: 0;
    content: "";
    display: block;
    left: 1rem;
    position: absolute;
    right: 1rem;
    transition: margin-left 0.15s ease 0s;
}
.novel__nav ul {
    font-size: 0;
    letter-spacing: 0;
    padding: 0.75rem;
}
.novel__nav ul li {
    display: inline-block;
    font-size: 100%;
    width: 25%;
}
.novel__nav ul li a {
    border: 1px solid transparent;
    border-radius: 100px;
    display: block;
    font-size: 0.875rem;
    line-height: 1.375rem;
    margin: 0.25rem 0.125rem;
    text-align: center;
}
.novel__nav ul li.on a {
    background: #ff6177 none repeat scroll 0 0;
    border: 1px solid #ff6177;
    color: #fff;
}

.mod {
	position: relative;
	margin-top: 0.75rem;
	padding-bottom: 0.75rem;
	width: 100%;
	background: #fff;
}
.mod__nav {
  margin-top: 0;
}
.mod__news {
  margin-top: 0;
}
.book-info .mod-editor{border-top: 1px solid #f0f1f2;padding-top:0; padding-bottom: 0;}
.mod-head {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-moz-align-items: center;
	-webkit-align-items: center;
	align-items: center;
	-moz-justify-content: space-between;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	position: relative;
	height: 1.75rem;
	padding: 0 1rem;
	background: #fff;
	border-top: 0.75rem solid transparent;
}
.mod-head h2,
.mod-head h3 {
	float: left;
	font-size: 1.125rem;
	color: #333;
}
.mod-head h2:before,
.mod-head h3:before {
	content: " ";
	display: inline-block;
	vertical-align: -.22ex;
	margin-right: 0.625rem;
	width: 0.1875rem;
	height: 1.125rem;
	background: #80604c;
	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;
}
.mod-tabs ol {
    display: flex;
}
.mod-tabs li {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #80604c;
    color: #80604c;
    flex: 1 1 0;
    font-size: 0.8125rem;
    font-weight: 400;
    height: 1.6875rem;
    line-height: 1.6875rem;
    margin-right: -1px;
    text-align: center;
}
.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 {
    background: #80604c none repeat scroll 0 0;
    border: 1px solid #80604c;
    color: #fff;
}
.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.125rem;
	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: #ff6177;
	border: 1px solid rgba(255,73,57,0.5);
	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 6rem 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.8rem;
	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.125rem;
	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: #ff6177;
	border: 1px solid rgba(255,73,57,0.5);
	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.125rem;
	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: #ff6177;
	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: 1.5rem;
    font-size: 0.875rem;
    text-align: center;
    color: #666;
    border: 1px solid #f0f1f2;
    border-radius: 100px;
}
.top-nav ul li.on::before {
	border-left: 2px solid #ff6177;
} 
.top-nav ul li.on a {
    color: #ff6177;
    border: 1px solid #ff6177;
}
.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: #ff6177;
}
.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: 0 0.75rem;
	height: 1.5rem;
	line-height: 1.5rem;
	font-size: 0.875rem;
	text-align: center;
	color: #ff6177;
	box-shadow: inset 1px 0 #ff6177, inset 0 1px #ff6177, inset 0 -1px #ff6177, inset -1px 0 #ff6177;
	border-radius: 100px;
}

/*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: 1rem;
    text-align: justify;
	max-height: 38rem;
	overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
	color:#555;
}
.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/stars.png) no-repeat 0 -40px;
	vertical-align: middle;
}
.news-info .cover .stars .star i {
	display: block;
	width: auto;
	height: 16px;
	background: url(../images/stars.png) no-repeat 0 -60px;
	text-indent: -9999px;
	overflow: hidden;
}
.news-info .cover .stars .star i.i5 {
    width: 100%;
}
.news-info .cover .stars .star i.i4 {
    width: 80%;
}
.news-info .cover .stars .star i.i3 {
    width: 60%;
}
.news-info .cover .read {
	margin: 1rem 0;
	font-size: 1rem;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.news-info .cover .read a {
	color: #ff6177;
	text-decoration: none;
	font-size: 1.0625rem;
    font-weight: bold;
}
.news-info .content {
	line-height: 1.8rem;
    font-size: 1.0625rem;
	text-align: justify;
}
.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 #80604c;
}
.news-info .content p {
	margin: 0.75rem 0;
	line-height: 1.8rem;
    font-size: 1.0625rem;
}
.news-info .content p span{color:#ff6939;font-weight: bold;}

.news-info .content p img {
	margin: 0.25em 0;
	vertical-align: top;
	width:50%;
}
.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.5rem;
	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: #00ce61e3;
	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 {
	color: #0c0c0c;
}
.news-info .porn li a:hover {
	color: #0c0c0c;
}
.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: #ff6177;
}
.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;
    border-left: 3px solid #80604c;
}
.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;
    font-size: 0.8rem;
    line-height: 1.375rem;
    text-align: center;
    border: 1px solid transparent;
    border-radius: 100px;
}
.book-nav ul li.on a {
    color: #fff;
    background: #ff6177;
    border: 1px solid #ff6177;
}
.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: #ff6177;
	border: 1px solid #ff6177;
}

.mod-info {
	margin-top: 0;
}
.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;
	/*box-shadow: 0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.2);*/
}
.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: 0.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: 0.375rem;
	line-height: 1.5rem;
	font-size: 1rem;
	font-weight: bold;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.book-info .base dd .info {
	margin-bottom: 0.75rem;
	line-height: 1.5rem;
	font-size: 0.875rem;
	color: #999;
}
.book-info .base dd .info span {
	display: block;
}
.book-info .btns {
	position: relative;
	padding: 0 0.5rem 0.5rem 0.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;
    overflow:hidden;
}
.book-info .btns ul li {
	width:50%;
	float:left;
}

@media screen and (min-width:570px) {
	.book-info .btns li {
		display: inline-block;
		width: 100%;
		font-size: 100%;
	}
	.book-info .btns li:first-child {
	}
}
.book-info .btns li a {
	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 {
	color: #fff;
	background: #ff6177;
    border: 1px solid #ff6177;
}
.book-info .btnsa {
	position: relative;
	padding: 0 0.5rem 0.2rem 0.5rem;
}
.book-info .btnsa::after {
    position: absolute;
    left: 1rem;
    right: 1rem;
    bottom: 0;
    display: block;
    content: '';
    -webkit-transition: margin-left .15s;
    transition: margin-left .15s;
}
.book-info .btnsa ul {
	width: 100%;
    font-size: 0;
    letter-spacing: 0;
}

	.book-info .btnsa li {
		display: inline-block;
		width: 49.99%;
		font-size: 100%;
	}
	
.book-info .btnsa li a {
	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 .btnsa li a.green-online {
	color: #fff;
	background: #80604c;
    border: 1px solid #80604c;
}

.btns .yxxYxxzDn::before{
  background: rgba(0, 0, 0, 0) url("../images/bg4.png") no-repeat scroll  -70px -22px;
  content: "";
  display: inline-block;
  height: 26px;
  margin-right: 3px;
  vertical-align: -4px;
  width: 30px;
}
.btnsa .yxxYxxzAz::before{
  background: rgba(0, 0, 0, 0) url("../images/bg4.png") no-repeat scroll 0 -22px;
  content: "";
  display: inline-block;
  height: 26px;
  margin-right: 3px;
  vertical-align: -4px;
  width: 30px;
}
.btnsa .yxxYxxzPg::before{
  background: rgba(0, 0, 0, 0) url("../images/bg4.png") no-repeat scroll -35px -22px;
  content: "";
  display: inline-block;
  height: 26px;
  margin-right: 3px;
  vertical-align: -4px;
  width: 30px;
}

.book-info .update {
	position: relative;
}
.book-info .update::after {
    position: absolute;
    left: 1rem;
    right: 1rem;
    top: 0;
    display: block;
    content: '';
    border-top: 1px solid #f0f1f2;
}
.book-info .update a {
	display: block;
	padding: 0.1rem 1rem 0.05rem 1rem;
	line-height: 1.5rem;
	font-size: 0.875rem;
	color: #80604c;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.book-info .update a img {
  height: 0.9rem;
  margin: 0.38rem 0.3rem 0 0.078125rem;
  width: 0.9rem;
}
.book-info .update a span {
  color: #666;
  font-size: 0.8rem;
  position: absolute;
  right: 36px;
}
.book-info .intro {
	position: relative;
	padding: 0 1rem;
}
.book-info .intro h3{
color: #ff0000;
font-size: 1.125rem;
font-weight: bold;
margin: 0.6rem 0;
}
.book-info .intro .clmro {
	display: block;
	line-height: 1.5rem;
	font-size: 1.0625rem;
	max-height: 48rem;
	color:#666;
	text-align: justify;
	overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}
.book-info .intro .show-more::after,.news-info .show-more::after{
  background-image: linear-gradient(-180deg, hsla(0, 0%, 100%, 0), #fff);
  content: "";
  display: block;
  height: 4rem;
  left: 0;
  position: absolute;
  top: -4rem;
  width: 100%;
}
.book-info .intro .show-more,.news-info .show-more {
  border: medium none;
  margin-bottom: 0.5rem;
  position: relative;
  text-align:center;
}
.book-info .intro .show-more i::after, .book-info .intro .show-more i::before ,
.news-info .show-more i::after, .news-info .show-more i::before{
  border-bottom: 2px solid #ff6177;
  border-left: 2px solid #ff6177;
  content: " ";
  display: inline-block;
  height: 0.6rem;
  left: 50%;
  margin-left: -0.3rem;
  position: absolute;
  top: -0.6rem;
  transform: rotate(-45deg);
  width: 0.6rem;
  z-index: 999;
}
.book-info .intro .show-more i::after, .news-info .show-more i::after{
  top: -1rem;
}
.book-info .intro .show-more i,.news-info .show-more i {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  color: #ff6177;
  font-size: 0.90625rem;
  height: 1.875rem;
  width: 100%;
}
.book-info .intro p{line-height: 1.5rem;overflow: hidden;position: relative;}
.book-info .intro img{margin-top:1.3rem;width:10rem;}

.book-info .intro  span{font-size: 0.875rem;}
.book-info .intro div.expand,.news-info .description.expand {
	display: block;
	max-height: 100%; 
}
.book-info .intro i {
		display: block;
	margin-left: auto;
	margin-right: auto;
	line-height: 2rem;
	font-size: 0.875rem;
	text-align: center;
	background: #f0f1f2;
	border-radius: 100px;

	background: #f0f1f2 ;

}
.book-info .intro .show-more.expand,.news-info .show-more.expand {
	transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg);
	display:none;
}
.book-info .tags {
	letter-spacing: 0;
	font-size: 0;
	padding: 0rem 2.5rem 0.5rem 0rem;
}
.book-info .tags a {
	display: inline-block;
	margin-right: 0.375rem;
	margin-bottom: 0.375rem;
	padding: 0 0.75rem;
	height: 1.275rem;
	line-height: 1.275rem;
	font-size: 0.875rem;
	text-align: center;
	color: #ff6177;
	border: 1px solid #ff6177;
	border-radius: 100px;
}
.book-info .intro  p a{color:#80604c;}
.book_abstract {
  color: #999;
  padding: 0.590625rem 0.3125rem 0.5rem 1rem;
}
.book_abstract .m-cmsinfo-h1 {
  background: rgba(0, 0, 0, 0) url("../images/cmsinfo-h1-bg.png") repeat-y scroll 0 0;
  box-sizing: border-box;
  display: block;
  height: auto;
  margin: 0 0.23rem;
  overflow: hidden;
  padding: 0 0 0 0.36rem;
  width: auto;
}
.book_abstract .m-cmsinfo-h1 dt {
  display: block;
  height: auto;
  overflow: hidden;
  width: 100%;
  color: #777;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1.35rem;
   margin-left: 0.8rem;
}
.book_abstract .m-cmsinfo-h1 dt  img {
  height: 1.2rem;
margin: 0.08rem 0.5rem 0 0.078125rem;
width: 0.9rem;
}

.book_abstract .m-cmsinfo-h1 dd {
  display: block;
  height: auto;
  margin: 0.06rem 0 0 0.8rem;
  overflow: hidden;
  width: 100%;
}
.book_abstract .m-cmsinfo-h1 dd p {
  font-size: 0.875rem;
  line-height: 1.5rem;
  text-align: justify;
  text-indent: 0.75rem;
  width: 96%;
}
.mod-editor .editor {
	position: relative;
	padding: 1rem 1rem 0.5rem 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: #666;
}
.mod-editor .editor .info p em{margin-top:5px;}
.lstar0, .lstar1, .lstar2, .lstar3, .lstar4, .lstar5 {
  background: rgba(0, 0, 0, 0) url("../images/litterstar.png") no-repeat scroll 0 0;
  display: block;
  height: 13px;
  width: 84px;
}
.lstar3{background-position:0 -78px;}
.lstar4{background-position:0 -104px;}
.lstar5{background-position:0 -130px;}

.mod-editor .editora {
	position: relative;
	padding: 0rem 1rem 0rem 1rem;
		margin-bottom:0.8rem;

}
.mod-editor .editora .info p {
	line-height: 1.5rem;
	font-size: 0.875rem;
	color: #999;
}
.mod-editor .editora .info p span {
	margin: 0 0.5rem;
	font-weight: bold;
}
.mod-editor .editora .info p.text {
	text-align: justify;
	color: #666;
}
.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;
    border-left: 3px solid #80604c;
}
.mod-chapters .chapters li {
    display: list-item;
    text-align: -webkit-match-parent;
}
.mod-chapters .chapters li::after {
    display: block;
    margin-top: -1px;
    margin-left: 1rem;
    margin-right: 1rem;
    content: '';
    border-top: 1px solid #f0f1f2;
    transform: scaleY(.75);
}
.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 {
    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-more {
	padding: 0.5rem 1rem 1rem 1rem;
}
.mod-chapters .chapters-more a {
}
.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;
}

/*bookshelf*/
.bookshelf-mask {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 10000;
	width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .3s ease;
	transition: .3s ease;
	-webkit-backdrop-filter: blur(10px) saturate(180%);
	pointer-events: none;
	background: #000;
}
.bookshelf-mask.show {
	opacity: 0.6;
    visibility: visible;
    pointer-events: auto;
}
.bookshelf-panel {
	background: #fff;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 10001;
	width: 20rem;
	height: 100%;
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-transition: -webkit-transform .5s ease;
	transition: transform .3s ease;
}
.bookshelf-panel.show {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}
.bookshelf-head {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	z-index: 10002;
	padding-left: 1rem; 
	height: 2.75rem;
	overflow: hidden;
	background: #fff;
}
.bookshelf-head::after {
	position: absolute;
	left: 1rem;
	right: 0;
	bottom: 0;
	display: block;
    content: '';
    -webkit-transition: margin-left .15s;
    transition: margin-left .15s;
    border-bottom: 1px solid #f0f1f2;
}
.bookshelf-head h4 {
	float: left;
	line-height: 2.75rem;
    font-size: 1.125rem;
	font-weight: bold;
}
.bookshelf-head a {
    float: right;
    margin-right: 0.375rem;
    padding: 0.625rem;
    line-height: 1.5rem;
    font-size: 0.875rem;
    white-space: nowrap;
    color: #999;
}
.bookshelf-head.edit a {
	color: #ff6177;
}
.bookshelf-list {
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
}
.bookshelf-list::-webkit-scrollbar {
	display:none
}
.bookshelf-list:not(.WX) {
	-webkit-overflow-scrolling: touch
}
.bookshelf-list ul {
	padding-top: 2.75rem;
}
.bookshelf-list ul li {
	position: relative;
	overflow: hidden;
	padding: 1rem;
	height: 4.5rem;
}
.bookshelf-list ul li::after {
	position: absolute;
	left: 1rem;
	right: 0;
	bottom: 0;
	display: block;
    content: '';
    -webkit-transition: margin-left .15s;
    transition: margin-left .15s;
    border-bottom: 1px solid #f0f1f2;
}
.bookshelf-list ul li:last-child::after {
	display: none;
}
.bookshelf-list ul li .pic {
	float: left;
	width: 3.375rem;
	height: 4.5rem;
	box-shadow: 0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.2);
}
.bookshelf-list ul li .tit {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	box-sizing: border-box;
	padding: 1rem 1rem 1rem 5rem;
	width: 100%;
	height: 6.5rem;
	line-height: 1.5rem;
	font-size: 0.9375rem;
	font-weight: bold;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.bookshelf-list ul li .update {
	margin-top: 2rem;
	margin-bottom: 0.75rem;
	margin-left: 4rem;
	height: 2.25rem;
	line-height: 1.125rem;
	color: #999;
	font-size: 0.875rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.bookshelf-list ul li .update span {
	display: block;
}
.bookshelf-list ul li .del {
	position: absolute;
	left: 0.5rem;
	top: 0.5rem;
	z-index: 10;
	display: none;
	width: 1.5rem;
	height: 1.5rem;
	text-indent: -9999px;
	background: url(../images/icon-close.png) no-repeat 50% 50%;
	background-size: 100%;
	overflow: hidden;
}
.bookshelf-list.edit .del {
	display: block;
}

/*search*/
.search {
    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;
}
.search-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;
}
.search-panel {
    position: fixed;
    top: 2.75rem;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3;
    overflow: hidden;
	height: 5rem;
    background-color: #fff;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: -webkit-transform .15s;
    transition: transform .15s;
}
.search.show {
	visibility: visible;
    -wekit-transition: none;
    transition: none;
}
.search.show .search-mask {
	visibility: visible;
	opacity: .6;
}
.search.show .search-panel  {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.search-form {
	padding: 1rem 1rem 0 1rem;
	position: relative;
}
.search-form input {
	box-sizing: border-box;
	padding: 0 2.25rem 0 0.75rem;
	width: 100%;
	height: 2.25rem;
    font-size: 0.9375rem;
    background: #fff;
    border: 1px solid #80604c;
    border-radius: 0.25rem;
}
.search-form button {
	position: absolute;
	top: 1rem;
	right: 1rem;
	display: inline-block;
	box-sizing: border-box;
	width: 2.25rem;
	height: 2.25rem;
	line-height: 2.25rem;
	font-size: 1rem;
	color: #fff;
	background: #80604c;
	border: none;
    border-radius: 0 0.25rem 0.25rem 0;
}
.search-bar {
	padding: 0.75rem 1rem 0.5rem 1rem;
	line-height: 1.25rem;
	color: #999;
}
.search-tags {
	padding: 0 0.75rem;
	height: 9.5rem;
	overflow: hidden;
	font-size: 0;
	letter-spacing: 0;
}
.search-tags a {
    display: inline-block;
	margin: 0.25rem;
    padding: 0 0.75rem;
    line-height: 1.75rem;
    text-align: center;
    font-size: .8125rem;
    color: #969ba3;
    border: 0.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;
    bottom: 0;
    left: 0;
    z-index: 3;
    overflow: hidden;
	height: 12rem;
    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: 0.3125rem 0.625rem;
    width: 2.75rem;
    height: 4.25rem;
    font-size: 0.75rem;
	text-align: center;
}
.menu-list a img {
	width: 2.75rem;
	height: 2.75rem;
}
.menu-list a span {
	display: block;
	padding-top: 0.25rem;
	line-height: 1.25rem;
	font-size: 0.875rem;
	font-weight: normal;
}
.menu-btn {
	padding: 2% calc(4% + 0.625rem); 
	text-indent: center;
}
.menu-btn .btn-bookshelf {
	display: block;
	line-height: 2.25rem; 
	font-size: 0.9375rem;
	text-align: center;
	cursor: pointer;
	color: #fff;
	background: #ff6177;
	border-radius: 100px;
}

/*chapter*/
.chapter-body {
	background: #fff;
	/*background: #e5d7bd url(../images/chapter-bg.jpg) 0 0 fixed;*/
}
.chapter-wrap {
	position: relative;
	padding-top: 2.75rem;
}
.chapter-top {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	height: 2.75rem;
	background: #fff;
}
.chapter-top .icon-back {
	float: left;
	width: 2.75rem;
	height: 2.75rem;
	background: url(../images/icon-back.png) no-repeat 50% 50%;
	background-size: 1.125rem;
}
.chapter-top h1 {
	float: left;
	margin: 1rem 0;
	width: 9.5rem;
	height: 0.75rem;
	line-height: 0.75rem;
	font-size: 0.625rem;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.chapter-top p {
	float: right;
	margin: 1rem 1rem 1rem 0;
	height: 0.75rem;
	line-height: 0.75rem;
	font-size: 0.625rem;
	color: #999;
}
.chapter-wrap .title {
	padding: 1rem;
}
.chapter-wrap .title h1,
.chapter-wrap .title h2 {
	margin-bottom: 0.5rem;
	line-height: 1.2;
	font-size: 1.75rem;
	font-weight: normal;
}
.chapter-wrap .title p {
	line-height: 1.5;
	font-size: 0.875rem;
}
.chapter-wrap .title p span {
	margin-right: 1rem;
	color: #999;
}
.chapter-wrap .content {
    padding: 0.5rem 1rem 1rem 1rem;
	line-height: 1.8;
	font-size: 1.125rem;
	text-align: justify;
}
.chapter-wrap .content p {
	margin: 0.1em 0;
	line-height: 1.8;
	font-size: 1.125rem;
	text-indent: 2em;
}
.chapter-porn {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	padding: 0 0.5rem 1rem 0.5rem;
	font-size: 0;
	letter-spacing: 0;
}
.chapter-porn a,
.chapter-porn span {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    display: inline-block;
	margin: 0 0.5rem;
	height: 2.25rem;
	line-height: 2.25rem;
	text-align: center;
	font-size: 1rem;
	background: #f6f7f8;
	border-radius: 0.125rem;
}
.chapter-porn span {
	color: #ccc;
}

/*search*/
.mod-search {
	margin-top: 0
}
.search-list .result {
	padding: 1rem;
	background: #f6f7f8;
}
.search-list .result span {
	color: #ff6177;
}
.search-list .result em {
	margin: 0 0.125rem;
	color: #ff6177;
}
.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: #ff6177;
	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;
}
/*xin*/
.mod-tabsa {
    margin: 0.75rem 1rem 0.125rem 1rem;
}
.mod-tabsa ol {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.mod-tabsa li {
	flex: 1;
    margin-right: -1px;
    height: 1.6875rem;
    line-height: 1.6875rem;
    font-weight: 400;
    font-size: .8125rem;
    text-align: center;
    color: #80604c;
    background: #fff;
    border: 1px solid #80604c;
}

.mod-tabsa li.on {
    background: #80604c;
    border: 1px solid #80604c;
	color:#fff;
}
.book-slidea {
	padding: 0.5rem;
}
.book-slidea ul {
	font-size: 0;
	letter-spacing: 0;
}
.book-slidea ul li {
	display: inline-block;
	vertical-align: top;
	text-align: center;
	width: 25%;
	font-size: 100%;
	position: relative;
}
.book-slidea ul li a {
	display: inline-block;
	padding: 0.5rem;
	width: 4.608125rem;
	text-align: left;
}
.book-slidea 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-slidea 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-slidea ul li a em {
	display: block;
	line-height: 1rem;
	font-size: 0.75rem;
	color: #999;
}
.book-slidea ul li i {
	position: absolute;
	left: 0;
	top: 0;
}
.book-list {}
.book-lista ul li {
	position: relative;
	padding: 1rem;
	height: calc(6.145625rem + 1px);
}
.book-lista 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-lista ul li:last-child::after {
	display: none
}
.book-lista 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-lista 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-lista ul li .intro {
	margin-top: 2rem;
	margin-bottom: 0.75rem;
	height: 2.25rem;
	line-height: 1.125rem;
	color: #999;
	font-size: 0.90625rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.book-lista ul li .info {
	overflow: hidden;
}
.book-lista 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-lista 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-lista ul li .info em.type {
	color: #ff6177;
	border: 1px solid rgba(255,73,57,0.5);
	border-radius: 1px;
}
.book-lista ul li .info em.serial {
	color: #009944;
	border: 1px solid rgba(0,153,68,0.5);
	border-radius: 1px;
}
.book-lista ul li .info em.finish {
	color: #ff3333;
	border: 1px solid rgba(255,51,51,0.5);
	border-radius: 1px;
}
.book-lista ul li .num {
	display: none;
}

.mod__head {
  align-items: center;
  background: #fff none repeat scroll 0 0;
  border-top: 0.75rem solid transparent;
  display: flex;
  height: 1.75rem;
  justify-content: space-between;
  padding: 0 1rem;
  position: relative;
}
.mod__head h2, .mod__head h3 {
    color: #333;
    float: left;
    font-size: 1.125rem;
}
.mod__head h2::before, .mod__head h3::before {
    background: #80604c none repeat scroll 0 0;
    border-radius: 0.1875rem;
    content: " ";
    display: inline-block;
    height: 1.125rem;
    margin-right: 0.625rem;
    vertical-align: -0.22ex;
    width: 0.1875rem;
}
.mod__head a {
    color: #999;
    float: right;
    font-size: 1rem;
    line-height: 1.5rem;
    margin-right: -0.5rem;
    padding: 0.5rem 0.5rem 0.5rem 0.75rem;
    white-space: nowrap;
}
.search-list .result {
  background: #f6f7f8 none repeat scroll 0 0;
  font-size: 0.8rem;
  padding: 1rem;
}
.search-list .result span {
  color: #ff6177;
}
.mod__search {
  margin-top: 0;
}

header {
    position: relative;
    height: 45px;
    line-height: 45px;
}
.head {
    position: relative;
    text-align: center;
    background: #fff;
    border-bottom: 1px solid #f0f1f2;
}
.sy-nav {
    margin-right: 90px;
    height: 45px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: left;
    font-size: 1rem;
}
.back {
    width: 30px;
    height: 45px;
}
.back::before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 15px 5px 0 15px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    -webkit-transform: rotateZ(135deg);
    transform: rotateZ(225deg);
}
.operate {
    position: absolute;
    z-index: 0;
}
.operate {
    right: 0;
    top: 0;
    width: 58px;
}
.operate a {
    float: left;
}
.nav-item a::before, .history .del, .head .popBox li a::before, .head .operate a, #comment .fb, .search-text, .reset-btn, .list-ul .author, .searBtn a::before, .search-btn {
    background: url(../images/index-ico.png) no-repeat;
    background-size: 30px auto;
}
.head .operate a, .search-btn {
    display: block;
    width: 26px;
    height: 26px;
    overflow: hidden;
    margin: 8px 0 0 0;
    text-indent: -999px;
    background-position: 3px -228px;
}
.head .operate .gohome {
    background-position: 0 -321px;
}
.menu_handle {
    border: none;
    width: 20px;
    height: 20px;
    padding: 0;
    outline: none;
    position: absolute;
    top: 11px;
    right: 9px;
    z-index: 2000;
}
.menu_handle::before, .menu_handle::after, .menu_handle span {
    background: #666;
	
}
.menu_handle::before, .menu_handle::after {
    content: '';
    position: absolute;
    height: 1px;
    width: 100%;
    left: 0;
    top: 70%;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: -webkit-transform 0.25s;
    transition: transform 0.25s;
}
.menu_handle::before {
    top: 70%;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
}
.menu_handle::before, .menu_handle::after, .menu_handle span {
    background: #666;
}
.menu_handle span {
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    top: 11px;
    overflow: hidden;
    text-indent: 200%;
    -webkit-transition: opacity 0.25s;
    transition: opacity 0.25s;
}
.menu_handle::after {
    top: 40%;
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
}
.head .popBox {
    display: none;
    position: relative;
    z-index: 1;
    position: fixed;
    z-index: 333;
    top: 46px;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    transition: visibility .25s;
    -wekit-transition: visibility .25s;
}
.head .popBox ul {
    position: relative;
    z-index: 2;
    background: #fff;
}
.head .popBox ul {
    padding: 10px 0;
    background: #fff;
    overflow: hidden;
}
.head .popBox ul li {
    float: left;
    width: 25%;
    line-height: 20px;
    text-align: center;
	font-size:.75rem;
}
.head .popBox ul li a {
    display: block;
}
.overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition: opacity .25s;
    transition: opacity .25s;
    opacity: 0;
    background-color: #000;
    width: 100%;
    height: 100%;
}

.foot-nav {
    display: -moz-box;
    display: -webkit-box;
    display: box;
}
.foot-nav a {
    display: block;
    line-height: 40px;
    text-align: center;
    font-size: .9rem;
    -moz-box-flex: 1;
    -webkit-box-flex: 1;
    box-flex: 1;
}
.foot-b {
    width: 100%;
    border-top: 1px solid #d9d9d9;
    text-align: center;
    position: relative;
}
.foot-b #goTop {
    position: absolute;
    right: 10px;
    top: 12px;
    text-indent: -9999px;
    width: 26px;
    height: 26px;
    background: #ccc url(../images/index-ico.png) 5px -206px no-repeat;
    background-size: 24px auto;
}
.foot-b p {
    height: 46px;
    line-height: 180%;
    font-size: .8rem;
}



.nav-item a::before, .history .del, .head .popBox li a::before, .head .operate a, #comment .fb, .search-text, .reset-btn, .list-ul .author, .searBtn a::before, .search-btn {
    background: url(../images/index-ico.png) no-repeat;
    background-size: 30px auto;
}
.head .popBox ul li a::before {
    content: "";
    display: block;
    width: 50px;
    height: 50px;
    margin: 0 auto 3px;
    background-size: 100% auto;
    border-radius: 50%;
}
.nav-item a:nth-child(1)::before, .head .popBox ul li:nth-child(1) a::before {
    background-position: center 10px;
    background-color: #ff737a;
}
.nav-item a:nth-child(2)::before, .head .popBox ul li:nth-child(2) a::before {
    background-position: center -26px;
    background-color: #78b7ff;
}
.nav-item a:nth-child(3)::before, .head .popBox ul li:nth-child(3) a::before {
    background-position: center -64px;
    background-color: #ffa978;
}
.nav-item a:nth-child(4)::before,.head .popBox ul li:nth-child(4) a::before{background-position:center -100px;background-color:#78a8ff;}


.menu_handle::before {top:70%;-webkit-transform:translate3d(0, -10px, 0);transform:translate3d(0, -10px, 0);}
.menu_handle::after {top:40%;-webkit-transform:translate3d(0, 10px, 0);transform:translate3d(0, 10px, 0);}
.close.menu_handle span {opacity:0;}
.close.menu_handle::before {top:50%;-webkit-transform:rotate3d(0, 0, 1, 45deg);transform:rotate3d(0, 0, 1, 45deg);}
.close.menu_handle::after {top:50%;-webkit-transform:rotate3d(0, 0, 1, -45deg);transform:rotate3d(0, 0, 1, -45deg);}

.foot-nav {
    margin: 0 3rem;
}
.foot-b {
	border-top:none;
}
footer {
	background:#fff;
	color: #969ba3;
}
.foot-nav a {
	color: #969ba3;
	font-size:.8rem;
}

.home-nav {
    display: flex;
    display: -webkit-box;
    display: box;
    padding: .5rem;
    background-color: #fff;
    justify-content: space-between;
    -webkit-box-pack: justify;
    box-pack: justify;
	position:relative;
	z-index:1;
	margin-bottom:8px;
}
.guide-nav-a {
    font-size: .75rem;
    position: relative;
    display: inline-block;
    width: 3.5rem;
    height: 3.625rem;
    text-align: center;
}
.home-nav .guide-nav-a {
    display: block;
}
.icon-sort {
    background-image: url(../images/sprite.b2b30.png);
    background-position: -31px 0px;
    width: 27px;
    height: 27px;
}
.icon-rank {
    background-image: url(../images/sprite.b2b30.png);
    background-position: 0 0;
    width: 27px;
    height: 27px;
}
.icon-free {
    background-image: url(../images/sprite.b2b30.png);
    background-position: 0 -30px;
    width: 27px;
    height: 27px;
}
.icon-end {
    background-image: url(../images/sprite.b2b30.png);
    background-position: 0 -60px;
    width: 27px;
    height: 27px;
}
.guide-nav-a>.icon {
    position: absolute;
    right: 0;
    bottom: 1.625rem;
    left: 0;
    margin: auto;
}
.guide-nav-h {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
	top:1.3rem;
	font-weight:bold;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
	.icon-sort {
		background-image: url(../images/sprite@2x.f5569.png);
		background-size: 87px 87px;
	}
	.icon-rank {
		background-image: url(../images/sprite@2x.f5569.png);
		background-size: 87px 87px;
	}
	.icon-free {
		background-image: url(../images/sprite@2x.f5569.png);
		background-size: 87px 87px;
	}
	.icon-end {
		background-image: url(../images/sprite@2x.f5569.png);
		background-size: 87px 87px;
	}
}


