﻿/**自定义浏览器样式开始**/
::-webkit-scrollbar-thumb {
	background-color: #BBBBBB;
	height: 0px;
	outline-offset: -2px;
	-webkit-border-radius: 0px;
}

::-webkit-scrollbar-thumb:hover {
	background-color: #F1AA00;
	height: 0px;
	-webkit-border-radius: 0px;
}

::-webkit-scrollbar {
	width: 0px;
	height: 0px;
}

::-webkit-scrollbar-track-piece {
	background-color: #F5F7FA;
	-webkit-border-radius: 0;
}

::-webkit-scrollbar-thumb:active {
	height: 0px;
	background-color: #27384A;
	-webkit-border-radius: 0px;
}

/**end**/

/**全局**/
* {
	margin: 0;
	padding: 0;
}

html,
body {
	-webkit-overflow-scrolling: touch;
}

body {
	width: 100%;
	overflow: hidden;
	overflow-y: auto;
	font-family: aaxihei, sans-serif;
	-webkit-user-select: none;
	font-size: 14px;
	background: #d9dbe0;
	color: #7d7d7d;
}

body.index_xs,
body.top_xs,
body.tmpbook,
body.login_xs {
	padding-top: 48px;
	background: #dfdddd;
	padding-top: 48px;
}

a {
	text-decoration: none;
	color: #333
}

h1,
h2,
h3,
h4,
h5,
h6,
h7 {
	font-weight: normal;
}

li {
	list-style-type: none;
}

i {
	font-style: normal
}

input,
textarea {
	-webkit-appearance: none;
	outline: none;
}

button {
	border-radius: 0;
	outline: none;
}


.z {
	float: left
}

.y {
	float: right
}

.r3,
.r2 {
	border-radius: 3px;
}

.gb {
	background: url("https://zjzh5.com/images/readbg5.png") #d0d0d0;
}

.bg1,
#read_bg1 {
	background: url("https://zjzh5.com/images/readbg1.jpg") #C4B397;
}

.bg2,
#read_bg2 {
	background: url("https://zjzh5.com/images/readbg2.png") #e0ce9e;
}

.bg3,
#read_bg3 {
	background: url("https://zjzh5.com/images/readbg3.png") #cddfcd;
}

.bg4,
#read_bg4 {
	background: url("https://zjzh5.com/images/readbg4.png") #cfdde1;
}

.bg5,
#read_bg5 {
	background: url("https://zjzh5.com/images/readbg5.png") #d0d0d0;
}

.bg6,
#read_bg6 {
	background: url("https://zjzh5.com/images/readbg6.png") #0f1112;
}

a[href*="uu.php"] {
	max-height: 100px !important;
	overflow: hidden !important;
}

#kdpoerk {
	position: relative;
	z-index: 999;
	width: 100%;
	overflow: hidden;
}

.xbk {
	border-color: #E2E2E2;
}

.dise {
	background-color: #971919;
}

.fc {
	background-color: #CCC;
}

.mt3 {
	margin-top: 3px !important;
}

.mt5 {
	margin-top: 5px !important;
}

.mt10 {
	margin-top: 10px !important;
}

.mb10 {
	margin-bottom: 10px !important;
}

.fs10 {
	font-size: 10px !important;
}

.fs12 {
	font-size: 12px !important;
}

.fs14 {
	font-size: 14px !important;
}

.fs16 {
	font-size: 16px !important;
}

.fs18 {
	font-size: 18px !important;
}

.fs20 {
	font-size: 20px !important;
}

.fs22 {
	font-size: 22px !important;
}

.fs24 {
	font-size: 24px !important;
}

.fs26 {
	font-size: 26px !important;
}

.fs28 {
	font-size: 28px !important;
}

.fs30 {
	font-size: 30px !important;
}

.fs32 {
	font-size: 32px !important;
}

.fs34 {
	font-size: 34px !important;
}

.fs36 {
	font-size: 36px !important;
}

.btn_cl_0 {
	color: #BBA783
}

.btn_cl_1 {
	color: #3d55a2
}

.btn_cl_2 {
	color: #D82E22
}

.btn_cl_3 {
	color: #3d4356
}

.btn_cl_4 {
	color: #07AF80
}

.btn_cl_5 {
	color: #E81979
}

.btn_cl_6 {
	color: #00BCD4
}

.btn_cl_7 {
	color: #13B5B1
}

/**end**/



.br-1,
.br-b-1,
.br-t-1,
.br-l-1,
.br-r-1 {
	position: relative;
}

/*线条颜色*/
.br-1::after,
.br-b-1::after,
.br-t-1::after,
.br-l-1::after,
.br-r-1::after {
	background-color: #eee;
}

/*底边边框一像素*/
.br-b-1::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	transform-origin: 0 0;
}

/*上边边框一像素*/
.br-t-1::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 1px;
	transform-origin: 0 0;
}

/*左边边框一像素*/
.br-l-1::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 1px;
	height: 100%;
	transform-origin: 0 0;
}

/*右边边框1像素*/
.br-r-1::after {
	content: "";
	box-sizing: border-box;
	position: absolute;
	right: 0;
	top: 0;
	width: 1px;
	height: 100%;
	transform-origin: 0 0;
}

/*边框一像素*/
.br-1::after {
	content: "";
	box-sizing: border-box;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border: 1px solid red;
}

/*设备像素比*/
@media only screen and (-webkit-min-device-pixel-ratio: 2.0),
only screen and (min-resolution: 2dppx) {

	.br-b-1::after,
	.br-t-1::after {
		transform: scaleY(0.5);
	}

	.br-l-1::after,
	.br-r-1::after {
		transform: scaleX(0.5);
	}

	.br-1::after {
		width: 200%;
		height: 200%;
		transform: scale(0.5);
		transform-origin: 0 0;
	}
}

/*设备像素比*/
@media only screen and (-webkit-min-device-pixel-ratio: 3.0),
only screen and (min-resolution: 3dppx) {

	.br-b-1::after,
	.br-t-1::after {
		transform: scaleY(0.333);
	}

	.br-l-1::after,
	.br-r-1::after {
		transform: scaleX(0.333);
	}

	.br-1::after {
		width: 300%;
		height: 300%;
		transform: scale(0.333);
		transform-origin: 0 0;
	}
}

/**全局底部网址**/
.fr_btm {
	text-align: center;
	height: 120px;
	line-height: 120px;
	width: 100%;
	color: #bbb;
}


/**页头header.top 除阅读页、小说信息页**/
header.top {
	height: 48px;
	line-height: 49px;
	overflow: hidden;
	width: 100%;
	max-width: 980px;
	box-sizing: border-box;
	background: linear-gradient(90deg, #87527296, #000000b8);
	backdrop-filter: blur(5px);
	top: 0;
	padding: 0;
	z-index: 999;
	position: fixed;
}

header.top a {
	color: #e7e7e7;
	padding: 0 10px;
}

.bg6 header.top>a {
	color: #b9b9b9;
}

header.top>a.sv {
	background: #26211529;
	color: #1c0000;
}

.novel_search {
	background: #fefefe;
	box-sizing: border-box;
	padding: 10px;
	overflow: hidden;
	background: linear-gradient(90deg, #a3829685, #1a161085);
	backdrop-filter: blur(5px);
	z-index: 99;
}

.novel_search #novel_search {
	position: relative;
	box-sizing: border-box;
	padding-right: 50px;
	width: 100%;
	-webkit-appearance: none;
}

.novel_search input.bk {
	height: 34px;
	line-height: 35px;
	box-sizing: border-box;
	border: 1px solid #971919;
	display: block;
	padding: 0 10px;
	width: 100%;
	color: #971919;
	border-radius: 3px 0 0 3px;
}

.novel_search button.submit {
	position: absolute;
	top: 0;
	right: 0;
	height: 34px;
	line-height: 35px;
	overflow: hidden;
	text-align: center;
	box-sizing: border-box;
	border: 0;
	background: #971919;
	color: #fefefe;
	width: 70px;
	z-index: 2;
	border-radius: 0 3px 3px 0;
}

.info_xs .novel_search,
.chapterlist_xs .novel_search {
	background: #222;
}

.info_xs .novel_search input.bk,
.chapterlist_xs .novel_search input.bk {
	color: #971919;
	border: 1px solid #971919;
	background: #0b0b0b;
}

.info_xs .novel_search button.submit,
.chapterlist_xs .novel_search button {
	background: #971919;
}

/**end**/


/**小说排行榜 无封面**/
.xs_phb,
.xs_info {
	background: #fefefe;
	margin: 10px 10px 15px;
	box-sizing: border-box;
	padding: 0 10px 0 10px;
	position: relative;
	border-radius: 5px;
}

.xs_phb>span,
.xs_info>span {
	font-size: 28px;
	position: absolute;
	left: 8px;
	top: 5px;
}

.xs_phb>i,
.xs_info i {
	position: absolute;
	font-size: 12px;
	top: 10px;
	right: 10px;
	color: #999;
	z-index: 2;
}

.xs_phb h2,
.xs_info h2 {
	font-size: 16px;
	height: 36px;
	line-height: 36px;
	border-bottom: 1px solid #eee;
	font-weight: normal;
	padding-left: 30px;
}

.ph_list li {
	height: 38px;
	line-height: 38px;
	overflow: hidden;
	position: relative;
}

.ph_list li>span {
	background: #87b72b;
	width: 20px;
	height: 20px;
	line-height: 20px;
	display: block;
	position: absolute;
	left: 0;
	top: 9px;
	text-align: center;
	border-radius: 5px;
	color: #fff;
	font-size: 9px;
}

.ph_list li>span.id1 {
	background: #eb6100;
}

.ph_list li>span.id2,
.up_list li>span.id3 {
	background: #d89a33;
}

.ph_list li>span.id3 {
	background: #d89a33;
}

.ph_list li>a {
	color: #b3b3b3;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	transition: 0.3s;
	float: right;
	font-size: 12px;
}

.ph_list li>a.s {
	color: #5e2c2c;
	float: left;
	font-size: 14px;
	cursor: pointer;
}

.chapterlist_xs .ph_list li>a.s {
	color: #cfcfcf;
}

.chapterlist_xs .ph_list .br-b-1::after {
	background-color: #3a3a3a;
}

.ph_list li>a.s:visited {
	color: #777
}

.ph_list li>a:hover {
	color: #eb6100;
}

.qs_zx .ph_list li>a {
	color: #435692;
	float: none;
	font-size: 13px;
}

.qs_zx .ph_list li>a.s {
	color: #8a1d1d
}

.qs_zx .ph_list li>a:visited {
	color: #eee
}

.qs_zx .ph_list li>a:hover {
	color: #eb6100;
}

.index_xs .xs_phb>span,
.xs_info>span {
	font-size: 24px;
	position: absolute;
	left: 8px;
	top: 5px;
}

.index_xs .rs {
	background: #fefefe;
	box-sizing: border-box;
	padding: 0px 10px 10px;
}

.index_xs .rs a {
	padding: 5px;
	color: #3d4356;
}

#xfsj {
	width: 120px;
	height: 36px;
	line-height: 36px;
	display: block;
	margin: 20px auto;
	background: #F44336;
	text-align: center;
	border-radius: 5px;
	color: #fff;
}

/**end**/

/**小说排更新列表 无封面**/
.up_list li {
	overflow: hidden;
	width: 100%;
	font-size: 12px;
}

.up_list li .s1 {
	height: 28px;
	line-height: 32px;
	overflow: hidden
}

.up_list li .s1>a {
	color: #777;
	float: right
}

.up_list li .s1>a.a1 {
	font-size: 14px;
	color: #EB6100;
	float: left
}

.up_list li .s2 {
	height: 24px;
	line-height: 20px;
}

.up_list li .s2>a {
	color: #ccc
}

/**end**/
/**首页友情链接区块**/
.in_yqlj {
	margin: 10px 0 0;
}

.link_index {
	width: 100%;
	overflow: hidden
}

.link_index>a {
	display: block;
	float: left;
	margin: 5px;
	padding: 0 12px;
	border: 1px solid #efefef;
	height: 24px;
	line-height: 24px;
	border-radius: 12px;
	color: #999;
}

/**end**/

/**info.html 小说详情页面**/

body.info_xs {
	background: #2a2220
}

.xs_info {
	margin: 0 0 10px;
}

.xs_info i>a {
	color: #999
}

.xs_info h2 {
	border: 0;
	padding-left: 25px;
}

.xs_info h2.br-b-1::after {
	background-color: #ddd
}

.xs_info>p {
	height: 28px;
	line-height: 28px;
}

.xs_bg {
	position: relative;
	min-height: 100vh;
	padding-top: 45px;
}

.xs_bg .xs_nav {
	background: linear-gradient(90deg, #a3829680, #1a161080);
	height: 43px;
	box-sizing: border-box;
	position: fixed;
	top: 0;
	width: 100vw;
	z-index: 999;
	backdrop-filter: blur(5px);
	max-width: 980px;
}

.xs_bg .xs_nav a {
	padding: 0 15px;
	height: 45px;
	line-height: 45px;
	color: #dfdfdf;
	font-size: 0.8em;
}

.xs_bg1 {
	width: 100vw;
	height: 145px;
	background: linear-gradient(224deg, #a38296, #1a1610);
	border-radius: 0 0 0 80%;
	position: absolute;
	top: 45px;
	z-index: 1;
	max-width: 980px;
}

.xs_bg2 {
	width: 100vw;
	height: 145px;
	background: linear-gradient(90deg, #a38296, #1a1610);
	border-radius: 0 0 0 90%;
	position: absolute;
	top: 43px;
	z-index: 3;
	max-width: 980px;
}

.xs_bg .intro {
	width: 100vw;
	height: 140px;
	z-index: 4;
	position: relative;
	padding: 15px;
	box-sizing: border-box;
}

.xs_bg .intro>img {
	border-radius: 5px;
	width: 75px;
	height: 100px;
	box-shadow: 3px 3px 6px rgb(0 0 0 / 60%);
	position: absolute;
	top: 15px;
}

.xs_bg .intro .word {
	width: 100%;
	box-sizing: border-box;
	padding-left: 100px;
	height: 115px;
}

.chapterlist_xs .xs_bg .intro .word .a2.sj {
	margin: 15px 0 15px 0;
	display: block;
	background: #41a591;
	width: 100px;
	text-align: center;
	height: 28px;
	line-height: 28px;
	border-radius: 16px;
	color: #fff;
}

.xs_bg .intro .word>h1 {
	color: #efefef;
	font-size: 1.2em;
	line-height: 1.3em;
	padding-bottom: 15px;
}

.xs_bg .intro .word>p {
	font-size: 0.8em;
	line-height: 1.8em;
	color: #ddd;
}

.xs_bg .intro .word>p a {
	color: #ddd;
}

.xs_bg .xs_dp {
	padding: 5px 15px;
	box-sizing: border-box;
	color: #ccc;
	font-size: 1em;
	line-height: 1.6em;
}

.xs_bg .xs_dp h2 {
	height: 50px;
	line-height: 50px;
	color: #eee;
	font-size: 1.2em;
}

.xs_bg .xs_dp .dv1 {
	max-height: 110px;
	overflow: hidden;
	overflow-y: auto;
}

.xs_bg .xs_dp .dv3 {
	max-height: 55px;
	overflow: hidden;
	overflow-y: auto;
	line-height: 2em;
}

.xs_bg .xs_dp .dv3>a {
	background: #1a1a1a;
	padding: 3px 5px;
	font-size: 0.8em;
	border-radius: 5px;
	margin: 0 3px;
	color: #666;
}

.xs_bg .xs_dp .dv3>p>a {
	color: #a28195;
}

.chapterlist_xs .xs_bg2 {
	background: linear-gradient(90deg, #82a383, #1a1610);
}

.chapterlist_xs .xs_bg .xs_nav {
	background: linear-gradient(90deg, #82a38380, #1a161080);
}

.chapterlist_xs .xs_bg1 {
	background: linear-gradient(224deg, #82a383, #1a1610);
}

.info_btn {
	overflow: hidden;
	width: 100%;
	text-align: center;
}

.info_xs>.info_btn {
	background: #00000030;
	backdrop-filter: blur(5px);
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 9;
	box-shadow: 0 -3px 5px rgba(0, 0, 0, 0.1);
	padding: 5px 0;
}

.info_btn a {
	display: inline-block;
	padding: 5px 15px;
	color: #fff;
	box-sizing: border-box;
	margin: 5px 15px;
	font-size: 0.8em;
}

.info_btn a.a3 {
	background: #cb5620;
	border: 1px solid #cb5620;
	border-radius: 15px;
}

.xs_info .ph_list {
	overflow: hidden;
}

.xs_info .ph_list li {
	padding: 0 5px 0 0;
	width: 50%;
	box-sizing: border-box;
	display: inline-block;
}

.info_xs .header_info {
	overflow: hidden;
	background-color: rgba(0, 0, 0, 0.15);
	position: relative;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.btn-normal.abt3 {
	display: block;
	line-height: 36px;
	background: #ef3325;
	text-align: center;
	width: 180px;
	margin: 10px auto;
	color: #fff;
	border-radius: 18px;
	overflow: hidden;
	transition: 0.3s;
}

.btn-normal.abt3:hover {
	background: #3d4356;
}

.info_xs .xs_info {
	margin: 10px 10px 15px;
	overflow: hidden;
}

.info_xs .b0 {
	background: rgba(255, 0, 0, 0.15);
}

.info_xs .b1 {
	background: rgba(255, 141, 0, 0.15);
}

.info_xs .b2 {
	background: rgba(180, 255, 0, 0.15);
}

.info_xs .b3 {
	background: rgba(0, 185, 6, 0.15);
}

.info_xs .b4 {
	background: rgba(91, 208, 143, 0.15);
}

.info_xs .b5 {
	background: rgba(23, 251, 240, 0.15);
}

.info_xs .b6 {
	background: rgba(7, 156, 243, 0.15);
}

.info_xs .b7 {
	background: rgba(7, 47, 243, 0.15);
}

.info_xs .b8 {
	background: rgba(65, 31, 249, 0.15);
}

.info_xs .b9 {
	background: rgba(249, 31, 212, 0.15);
}

.info_xs .header_info .btn_cl_2 {
	color: #fff
}

.info_xs .header_info .xs_info i {
	color: #eee;
}

.info_xs .header_info .xs_info i>a {
	color: #fff
}

.info_xs .header_info .info_btn a {
	color: #fff;
	border: 1px solid #fff;
	background: rgba(0, 0, 0, 0.1);
}

.info_xs .header_info .info_btn a.a3 {
	background: #eb6100;
	border: 1px solid #eb6100;
}

.info_xs .header_info header.top {
	background: #3d4356;
}

.info_xs .header_info .xsjs {
	background: #6f7588;
	margin: 0;
	color: #fff;
	border-radius: 0;
	padding: 0 10px 10px;
}

.info_xs .header_info .xs_introduce {
	color: #efefef;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
}

.info_xs .header_info .xs_introduce>a {
	color: #fff;
}

.info_xs .qs_zx .ph_list li {
	height: 32px;
	line-height: 32px;
	font-size: 13px;
}

/**end**/
/**chapter 目录页**/
.chapterlist_xs {
	background: #1e1c15;
}

.chapterlist_xs>.wbj10 {
	padding: 0 10px;
	box-sizing: border-box;
}

.chapterlist_xs .info_btn {
	background: #fff;
	background: #fff;
	padding: 2px 0 4px;
}

.chapterlist_xs .info_btn a.a3 {
	background: #3d4356;
	border: 1px solid #3d4356;
}

.fenye {
	overflow: hidden;
	text-align: center;
	background: #fff;
	padding: 10px 0;
}

.chapterlist_xs .fenye {
	background: #00000030;
	backdrop-filter: blur(5px);
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 9;
	box-shadow: 0 -3px 5px rgba(0, 0, 0, 0.1);
	padding: 10px 0;
	width: 100%;
}

.fenye .fy {
	display: inline-block;
	width: 150px;
	margin: 0 3px
}

.fenye .showpage {
	position: fixed;
	display: none;
	width: 240px;
	height: 360px;
	top: 50%;
	left: 50%;
	margin-left: -120px;
	margin-top: -180px;
	background-color: #fff;
	z-index: 9999
}

.fenye .showpage ul {
	position: absolute;
	top: 40px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	overflow: auto;
}

.fenye .showpage div {
	height: 40px;
	line-height: 40px;
	text-align: center
}

.fenye .showpage a {
	display: block;
	height: 40px;
	line-height: 40px;
	margin: 0px 10px;
	font-size: 12px;
}

.fenye .showpage a>span.iconfont {
	position: absolute;
	color: #F44336;
	right: 5px;
}

.fenye .showpage a.dqzj {
	color: #F44336;
}

#spagebg {
	display: none;
	position: fixed;
	left: 0px;
	right: 0px;
	top: 0px;
	background-color: #000;
	z-index: 999;
}

.fenye .spage {
	height: 30px;
	line-height: 30px;
	border: 1px solid #f1749e;
	background: #fff no-repeat center right url('https://zjzh5.com/theme/black//m/css/list2.png');
	border-radius: 3px;
	text-align: center;
	position: relative;
	box-sizing: border-box;
}

.fenye .spage>a {
	margin-left: -5px;
	color: #16AD8F;
}

.fenye .spage>a>span.iconfont {
	display: none;
}

.fenye .desc {
	display: inline-block;
	margin: 0 3px;
}

.fenye .desc a {
	display: block;
	color: #fff;
	text-align: center;
	height: 30px;
	line-height: 30px;
	padding: 0 25px;
	border-radius: 15px;
}

.fenye select {
	padding: 0 10px;
	height: 28px;
	line-height: 30px;
	box-sizing: border-box;
	border: 1px solid #971919;
	background: #d3d3d330;
	backdrop-filter: blur(5px);
	border-radius: 5px;
	margin: 0 10px;
	width: 140px;
	cursor: pointer;
	color: #db3d00;
}

.fenye .desc .fc {
	color: #fff;
}

.fenye .desc .mlbtn {
	color: #F47C36;
	background: #fff;
	border: 1px solid #F47C36;
}

.sorttop {
	margin-top: 10px;
}

.sorttop ul li {
	float: left;
	width: 46%;
	margin: 3px 2%;
	text-align: center;
}

.sorttop ul li a {
	padding: 10px 0px;
	display: block;
	background-color: #fff
}

.sorttop a span {
	color: #999
}



/**end**/
/**chapter 阅读页**/
.set {
	width: 100%;
	padding: 0 0.5em;
	font-size: 0.8em;
	clear: both;
	overflow: hidden;
	z-index: 5;
	position: relative;
	box-sizing: border-box;
	margin: 0 0 0.5em;
}

.set .set1 {
	float: right;
	border: 0.1em solid #777;
	padding: 0.3em 0.6em;
	margin-right: 1em;
	border-radius: 0.3em;
}

.set .set2 {
	margin-left: 10px;
}

.set .set2 span {
	float: left;
	display: block;
	border: 0.1em solid #777;
	padding: 0.3em 0.6em;
	margin-right: 0.5em;
	border-radius: 0.3em;
	color: #777
}

.content {
	margin: 10px auto;
}

.content h1 {
	padding: 10px 5px;
	font-weight: 700;
	font-size: 18px;
	text-align: center
}

.txt {
	line-height: 1.2em;
	padding: 0.5em 1.5em;
	font-size: 1.2em;
	font-family: "方正启体简体", "Microsoft YaHei", "宋体";
	text-align: justify;
	color: #5b4b4b;
}

.chapter-page-btn {
	margin: 0 0 0.8em;
	z-index: 5;
	position: relative;
}

.chapter-page-btn ul {
	display: table;
	table-layout: fixed;
	width: 100%;
	text-align: center;
}

.chapter-page-btn ul>span {
	font-size: 0.8em;
	font-weight: 100;
}

.chapter-page-btn li {
	display: table-cell;
	box-sizing: border-box;
	text-align: center;
}

.chapter-page-btn li.hh1 {
	display: table-cell;
	box-sizing: border-box;
	text-align: center;
	width: 50px;
}

.chapter-page-btn li.mulu {
	border-left: 0;
}

.chapter-page-btn li a {
	display: block;
	height: 28px;
	line-height: 28px;
	text-align: center;
	color: #777;
}

.chapter-page-btn li.hh1 a {
	display: block;
	height: 28px;
	line-height: 28px;
	text-align: center;
	color: #777;
	width: 50px;
}

.chapter-page-btn li.next {
	border-left: 0;
}

.novel_chapter {
	background: #d7d2bf
}

.novel_chapter #txt>p {
	padding-bottom: 1.2em;
	text-indent: 2em;
	line-height: 1.8em;
}

.novel_chapter .novel_search {
	background: rgba(255, 255, 255, 0);
	border-top: solid 1px rgba(10, 10, 10, 0.05);
	z-index: 5;
	position: relative;
}

.novel_chapter header.top {
	background: #3d4356
}

.novel_chapter .novel_search input.bk {
	background: rgba(0, 0, 0, 0);
	border: 1px solid #615b5b;
}

.novel_chapter .novel_search button.submit {
	background: #615b5b;
	color: #ccc;
}

.novel_chapter .hd_top {
	position: fixed;
	top: 0px;
	width: 100%;
	height: 48%;
	background-color: transparent;
	z-index: 1;
}

.novel_chapter .hd_bottom {
	position: fixed;
	bottom: 0px;
	width: 100%;
	height: 55%;
	background-color: transparent;
	z-index: 2;
}

.novel_chapter .fr_btm {
	color: #5d4b2e;
	overflow: hidden;
	line-height: 26px;
	padding: 0 0 10px;
}

/**end**/



/**阅读记录**/
#newcase .bookcasetip {
	text-align: center;
	padding: 20px 0;
	color: #de2900;
	background: #fff;
}

.bttl {
	background: #fff;
	border-bottom: dashed 1px #eee;
	overflow: hidden;
}

.bttl h2 {
	height: 22px;
	line-height: 22px;
	margin: 10px;
	padding: 0 10px;
	border-left: 5px solid #DE2900;
	color: #de2900;
}

.hot_sale {
	background: #fff;
	padding: 10px;
	border-bottom: 1px solid #f3f3f3;
}

.hot_sale>p {
	overflow: hidden;
	height: 20px;
	line-height: 20px;
}

.hot_sale .tl {
	height: 30px;
	line-height: 30px
}

.hot_sale .tl a {
	font-size: 16px;
	color: #FF5722;
}

.hot_sale .anbtn {
	overflow: hidden;
	text-align: center;
	cursor: default;
	margin: 10px 0 3px;
}

.hot_sale .anbtn a {
	color: #fff;
	margin: 5px 7px 0;
	padding: 5px 6px;
	display: inline-block;
	border-radius: 3px;
	border: 1px solid #5e6ea2;
	color: #5e6ea2;
	background: #fff;
}

.hot_sale .anbtn .a3 {
	background: #5e6ea2;
	color: #fff;
	margin-right: 0;
}

.hot_sale .anbtn a>span {
	margin-right: 3px;
}

.hot_sale .anbtn a.xsdel {
	border: 1px solid #de2900;
	color: #de2900;
	margin-left: 0;
}

.hot_sale .anbtn a.xsdel>span {
	margin-right: 0
}

.dvfd {
	background: #cdcdcd50;
	backdrop-filter: blur(8px);
	width: 200px;
	height: 140px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -70px;
	margin-left: -100px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
	text-align: center;
	border-radius: 15px;
	overflow: hidden;
	z-index: 99999;
	position: fixed;
}

.dvfd .red {
	display: block;
	margin: 35px 0 15px;
	font-size: 18px;
	color: #fff;
	text-shadow: 2px 2px 8px #000;
}

.dvfd .qdbtn {
	background: #af4827;
	display: inline-block;
	padding: 5px 30px;
	color: #fff;
	border-radius: 18px;
	font-size: 16px;
}

.tmpbook .hot_sale {
	padding: 10px 0;
}

/**#newcase .xs_phb{padding: 0;}**/
#newcase .xs_phb>span {
	left: 5px;
	top: 8px;
}

#newcase .hot_sale .tl,
#newcase .hot_sale>p {
	padding: 0 10px;
}

/**end**/
/**sort 书库分类**/
.navpf {
	width: 100%;
	position: relative;
	z-index: 99;
	background: #fff;
	overflow: hidden;
}

.sortChannel_nav {
	background: #fff;
	height: 40px;
	box-sizing: border-box;
	overflow: hidden;
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
	white-space: nowrap;
	position: relative;
	padding-left: 80px;
}

.sortChannel_nav a {
	white-space: nowrap;
	display: inline-block;
	padding: 10px;
	text-decoration: none;
	line-height: 20px;
	height: 20px;
	border-right: 1px solid #eee;
}

.sortChannel_nav a:last-of-type {
	border-right: 0;
}

.sortChannel_nav a.on {
	color: #dc0000;
	position: absolute;
	left: 0;
	border-right: 1px solid #eee;
}

.sortChannelG_nav a.on {
	color: #ff77a5;
}

.sortChannelP_nav a.on {
	color: #67c3a6;
}

.index_qb {
	background: #fff;
	padding: 0 10px;
	margin-top: 10px;
}

.index_qb .tl {
	background: #fff;
	height: 36px;
	line-height: 40px;
	font-size: 12px;
	color: #C3C3C3;
	border-bottom: solid 1px #eee;
}

.index_qb .tl span {
	font-size: 16px;
	padding: 0 5px 0 3px;
	height: 18px;
	line-height: 18px;
	overflow: hidden;
	display: block;
	margin-top: 9px;
	float: left;
	color: #172e75;
	border-left: 3px solid #172e75;
}

.index_qb .tl>i {
	float: right
}

.index_qb .t2 span {
	font-size: 16px;
	padding: 0 5px 0 3px;
	height: 18px;
	line-height: 18px;
	overflow: hidden;
	display: block;
	margin-top: 9px;
	float: left;
	color: #00A9A9;
	border-left: 3px solid #00C7C7;
}

.index_qb .list {
	display: block;
	position: relative;
	padding: 5px 0;
	overflow: hidden;
	width: 100%;
}

.index_qb .list:last-child {
	border-bottom: 0;
}

.index_xs .index_qb {
	background: #fff;
	padding: 0;
}

.list .img {
	display: block;
	width: 60px;
	height: 75px;
	float: left;
	overflow: hidden;
	background: url(https://zjzh5.com/img/book.jpg) 0 0 / 100% #eee;
	position: relative;
	box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
	border-radius: 3px;
}

.list .img img {
	width: 60px;
	height: 75px;
	position: relative;
	transform: scale(1.03);
	-ms-transform: scale(1.03);
	transition: all 0.5s;
}

.list:hover .img img {
	transform: scale(1.1);
	-ms-transform: scale(1.1);
}

.list .autho {
	line-height: 21px;
	font-size: 12px;
	display: block;
}

.list .fmy {
	margin: 0 0 0 70px;
	overflow: hidden;
	color: #999;
	font-size: 12px;
}

.list .fmy h4 {
	color: #3d4356;
	letter-spacing: 2px;
	height: 20px;
	line-height: 18px;
	font-size: 16px;
	overflow: hidden;
}

.list .fmy .info {
	max-height: 54px;
	line-height: 18px;
	overflow: hidden;
	margin: 5px 0;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.list .fmy.author .info {
	height: 74px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}

.sort_list .page {
	text-align: center;
	padding: 10px 0;
	line-height: 29px;
	background: #fff;
}

.sort_list .page>a {
	display: inline-block;
	text-align: center;
	height: 28px;
	line-height: 29px;
	padding: 0 15px;
	color: #1abc9c;
	border: 1px solid #1abc9c;
	background: #FFF;
	font-size: 14px;
	border-radius: 3px;
	margin: 0 5px;
}

.sort_list .page>a:hover {
	border: 1px solid #D82800;
	color: #D82800;
}

.sort_list .page #pageinput {
	width: 58px;
	display: inline-block;
	height: 28px;
	border: 1px solid #1ABC9C;
	border-radius: 3px 0 0 3px;
	padding-left: 5px;
	position: relative;
	top: -2px;
	color: #1abc9c;
	margin-left: 10px;
}

.sort_list .page .btn {
	height: 30px;
	border: 1px solid #1ABC9C;
	border-radius: 0 3px 3px 0;
	background: #1abc9c;
	color: #fff;
	padding: 0 8px;
	cursor: pointer;
	position: relative;
	top: -2px;
	margin-right: 10px;
}

.sort_list .page>span {}

.sort_page_num {
	text-align: center;
	padding: 10px;
	background: #fff;
	clear: both;
	box-sizing: border-box;
}

.sort_page_num>a {
	padding: 5px 10px;
	margin: 5px;
	display: inline-block;
	border-radius: 3px;
	background: #e3e3e3;
}

.sort_page_num>a.page_on {
	background: #971919;
	color: #fff;
}

.sort_page_num>a:hover {
	background: #3d4356;
	color: #fff;
}

.sort_page_num>a.prev_off {
	background: #e3e3e3;
}

.qs_nav {
	overflow: hidden;
	background: #fff;
	padding: 5px 0;
}

.qs_nav li {
	float: left;
	width: 33%;
	box-sizing: border-box;
	padding: 5px;
}

.qs_nav li>a {
	display: block;
	padding: 5px 10px;
	border-radius: 20px;
	text-align: center;
	border: 1px solid #eee;
}

.qs_nav li>a.page_on {
	border: 1px solid #009688;
	color: #009688
}

.top_xs .qs_list {
	padding: 0 10px;
	box-sizing: border-box;
	width: 100%;
	margin-bottom: 20px;
}

.top_xs .qs_list>.dv1 {
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
	border-radius: 5px 5px 0 0;
}

.top_xs .qs_list>.dv2 {
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
	border-radius: 0 0 5px 5px;
}

.top_xs .qs_list .fmy {
	margin: 0;
}

.top_xs .qs_list .fmy h4 {
	color: #971919;
}

.index_qb.fmtj {
	background: #fff;
	box-sizing: border-box;
	padding: 0 10px 0;
	margin: 10px 10px 15px;
	border-radius: 5px;
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
	overflow: hidden;
}

.chapter_xs .index_qb.fmtj {
	margin-bottom: 0;
	z-index: 4;
	position: relative;
}

/**end**/
/**top 分类排行榜页面**/
.top_xs .sortChannel_nav {
	padding-left: 112px;
	border-bottom: 1px solid #FBFBFB;
}

.top_xs .sortChannel_nav a {
	border: 0;
}

.top_xs .sortChannel_nav a.on {
	color: #C3C3C3
}

.top_xs .sortChannel_nav a.on2 {
	left: 40px;
	color: #3d4356;
}

/**end**/
/**login**/
.login_xs .xs_info {
	overflow: hidden;
	margin: 10px;
}

.login_xs .login {
	line-height: 50px;
}

.login_xs .login a {
	height: 38px;
	line-height: 38px;
	color: #1ABC9C;
}

.login_xs .login i {
	position: absolute;
	left: 29%;
}

.login_xs .login input[type="text"],
.login input[type="password"] {
	width: 100%;
	padding: 0px;
	border: none;
	outline: medium;
	height: 30px;
	line-height: 30px;
	padding-left: 10px;
	background: #F7F7F7;
	box-sizing: border-box;
}

.login_xs .login_name,
.login_pass,
.login_email,
.login_code {
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
}

.login_xs .login .l1,
.login .l2 {
	float: left;
}

.login_xs #logintips {
	text-align: center;
	color: #de2900;
}

.login_xs .login .l1 {
	width: 75px;
	text-align: right;
}

.login_xs .login .l2 {
	width: 100%;
	text-align: left;
	position: absolute;
	box-sizing: border-box;
	padding-left: 100px;
	right: 10px;
	overflow: hidden;
	padding-right: 15px;
}

.login_xs .login_name input {
	-webkit-appearance: none;
}

.login_xs .login_pass input {
	-webkit-appearance: none;
}

.login_xs .login_code input {
	-webkit-appearance: none;
}

.login_xs .login_code2 {
	margin: 0;
	padding: 0;
	text-align: center;
	border-bottom: 1px solid #eee;
}

.login_xs .login_code2>img {
	display: block;
	width: 140px;
	margin: 0 auto;
}

.login_xs .login_code2>a.blue {
	font-size: 16px;
	display: block;
	height: 38px;
	line-height: 38px;
}

.login_xs .login_btn {
	text-align: center;
	margin: 0;
	overflow: hidden;
}

.login_xs .login_btn a {
	display: block;
	color: #fff;
	border-radius: 2px;
	text-align: center;
	margin: 15px auto;
	width: 180px;
	box-sizing: border-box;
	border: 1px solid #3d4356;
	color: #3d4356;
	height: 40px;
	line-height: 40px;
}

.login_xs .login_btn a.ok {
	color: #fff;
	background: #3d4356;
}

.login_xs .login .login_save {
	width: 20px;
	height: 20px;
	padding: 5px;
}

.login_xs .login_code {
	margin-bottom: 0;
}

.login_xs header a.icon-login,
.mybook header a.icon-bookshelf,
.tmpbook header a.icon-liulanliang {
	background: #26211529;
	color: #1c0000;
}

/**end**/
.tag_news {
	margin: 10px 10px 15px;
	box-sizing: border-box;
	padding: 0 10px 10px;
	line-height: 28px;
	position: relative;
}

.tag_news>a {
	background: #cbcbcb;
	padding: 3px 5px;
	font-size: 0.8em;
	border-radius: 5px;
	margin: 0 3px;
	color: #666;
}


.novel_chapter .tag_news>a {
	background: #83838326;
	color: #666666bd;
}

/****/

@media (min-width: 992px) {
	body {
		box-sizing: border-box;
		margin: 0 auto;
		width: 980px;
		overflow-x: hidden;
	}

	.index_body .index_qb.fmtj {
		margin: 10px 0px 15px;
	}

	.index_body .index_qb.fmtj>a {
		overflow: hidden;
		display: block;
		width: 50%;
		box-sizing: border-box;
		float: left;
	}

	.index_body .xs_phb {
		width: 313px;
		margin-right: 10px;
		float: left;
	}

	.index_body .index_qb.fmtj .xs_phb {
		width: 940px;
		float: none;
	}

	.index_body .xs_phb:nth-child(3n) {
		margin-right: 0;
	}

	.index_body .xs_phb:nth-child(1),
	.index_body .xs_phb:nth-child(3n+1) {
		margin-left: 0;
	}

	.index_body .xs_phb.zxgx {
		width: 980px;
		float: none;
		clear: both;
		margin: 10px 0 25px 0;
	}

	.index_body .xs_phb.in_yqlj {
		display: none;
	}

	.info_xs .xs_info {
		margin: 10px 0 15px;
	}

	.xs_info .ph_list li {
		width: 33.33%
	}

	.index_qb.fmtj {
		margin: 10px 0 15px;
	}

	.index_qb.fmtj .list {
		width: 50%;
		float: left;
	}

	#chapter_head {
		width: 980px;
		margin-left: -25%;
		left: 50%;
	}

	.chapterlist_xs>.wbj10 {
		width: 980px;
		margin: 0 auto;
		padding: 0
	}

	.chapterlist_xs>.zxgx {
		margin: 0 0 15px;
	}

	.novel_chapter .content #txt {
		width: 960px;
		box-sizing: border-box;
		margin-left: 10px;
		border: 10px solid rgba(0, 0, 0, 0.02);
	}

	.top_xs .qs_list {
		padding: 0
	}

	.login_xs .xs_info {
		margin: 10px 0
	}

	#newcase .xs_phb {
		margin: 10px 0 15px;
	}
}



/*动画-start*/
.animated {
	animation-duration: 0.8s !important;
	-webkit-animation-duration: 0.8s !important;
	animation-fill-mode: both !important;
	-webkit-animation-fill-mode: both !important;
}

.animated1 {
	animation-duration: 1s !important;
	-webkit-animation-duration: 1s !important;
	animation-fill-mode: both !important;
	-webkit-animation-fill-mode: both !important;
}

.animated2 {
	animation-duration: 0.5s !important;
	-webkit-animation-duration: 0.5s !important;
	animation-fill-mode: both !important;
	-webkit-animation-fill-mode: both !important;
}

/*逐渐显示*/
.toShow {
	position: absolute;
	animation: toShow 1.5s 0.5s;
	animation: toShow 1.5s 0.5s;
	animation-fill-mode: both !important;
	-webkit-animation-fill-mode: both !important;
}

/* 放大效果*/
.enlarge {
	animation-name: enlarge;
	-webkit-animation: enlarge;
}

/*从上到下进入*/
.fadeInDown {
	animation-name: fadeInDown;
	-webkit-animation: fadeInDown;
}

/*从下到上进入*/
.fadeInUpLeft {
	animation-name: fadeInUpLeft;
	-webkit-animation: fadeInUpLeft;
}

/*从右到左进入*/
.fadeInRight {
	animation-name: fadeInRight;
	-webkit-animation: fadeInRight;
}

/*从左到右进入*/
.fadeInLeft {
	animation-name: fadeInLeft;
	-webkit-animation: fadeInLeft;
}

/*中心旋转*/
.coreRotate {
	animation-name: coreRotate;
	-webkit-animation-name: coreRotate;
}

@keyframes toShow {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-webkit-keyframes toShow {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes enlarge {
	from {
		opacity: 0;
		-ms-transform: scale(0.1, 0.1);
		/* IE 9 */
		-webkit-transform: scale(0.1, 0.1);
		/* Safari */
		transform: scale(0.1, 0.1);
		/* 标准语法 */
	}

	to {
		opacity: 1;
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
	}
}

@-webkit-keyframes enlarge

/* Safari 与 Chrome */
	{
	from {
		opacity: 0;
		-ms-transform: scale(0.1, 0.1);
		/* IE 9 */
		-webkit-transform: scale(0.1, 0.1);
		/* Safari */
		transform: scale(0.1, 0.1);
		/* 标准语法 */
	}

	to {
		opacity: 1;
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
	}
}

/*从上到下*/
@keyframes fadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate(0, -1000px);
		/* Safari */
		transform: stranslate(0, -1000px);
		/* 标准语法 */
	}

	to {
		opacity: 1;
		-webkit-transform: translate(0, 0);
		/* Safari */
		transform: stranslate(0, 0);
		/* 标准语法 */
	}
}

@-webkit-keyframes fadeInDown

/* Safari 与 Chrome */
	{
	from {
		opacity: 0;
		-webkit-transform: translate(0, -1000px);
		/* Safari */
		transform: stranslate(0, -1000px);
		/* 标准语法 */
	}

	to {
		opacity: 1;
		-webkit-transform: translate(0, 10px);
		/* Safari */
		transform: stranslate(0, 10px);
		/* 标准语法 */
	}
}

/*从左下到右上*/
@keyframes fadeInUpLeft {
	from {
		opacity: 0;
		-webkit-transform: translate(0, 1000px);
		/* Safari */
		transform: stranslate(0, 1000px);
		/* 标准语法 */
	}

	to {
		opacity: 1;
		-webkit-transform: translate(0, 0);
		/* Safari */
		transform: stranslate(0, 0);
		/* 标准语法 */
	}
}

@-webkit-keyframes fadeInUpLeft

/* Safari 与 Chrome */
	{
	from {
		opacity: 0;
		-webkit-transform: translate(0, 1000px);
		/* Safari */
		transform: stranslate(0, 1000px);
		/* 标准语法 */
	}

	to {
		opacity: 1;
		-webkit-transform: translate(0, 0);
		/* Safari */
		transform: stranslate(0, 0);
		/* 标准语法 */
	}
}

/*从右到左进入*/
@keyframes fadeInRight {
	from {
		opacity: 0;
		transform: stranslate(1000px, 0);
		-webkit-transform: translate(1000px, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translate(0, 0);
		transform: stranslate(0, 0);
	}
}

@-webkit-keyframes fadeInRight {
	from {
		opacity: 0;
		-webkit-transform: translate(1000px, 0);
		transform: stranslate(1000px, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translate(0, 0);
		transform: stranslate(0, 0);
	}
}

/*从左到右进入*/
@keyframes fadeInLeft {
	from {
		opacity: 0;
		-webkit-transform: translate(-1000px, 0);
		transform: stranslate(-1000px, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translate(0, 0);
		transform: stranslate(0, 0);
	}
}

@-webkit-keyframes fadeInLeft {
	from {
		opacity: 0;
		-webkit-transform: translate(-1000px, 0);
		transform: stranslate(-1000px, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translate(0, 0);
		transform: stranslate(0, 0);
	}
}

/*绕中心旋转*/
@keyframes coreRotate {
	5% {
		transform: rotate(5deg);
		-ms-transform: rotate(5deg);
		/* IE 9 */
		-webkit-transform: rotate(5deg);
		/* Safari and Chrome */
	}

	30% {
		transform: rotate(-5deg);
		-ms-transform: rotate(-5deg);
		-webkit-transform: rotate(-5deg);
	}

	60% {
		transform: rotate(5deg);
		-ms-transform: rotate(5deg);
		-webkit-transform: rotate(5deg);
	}

	90% {
		transform: rotate(-5deg);
		-ms-transform: rotate(-5deg);
		-webkit-transform: rotate(-5deg);
	}
}

@-webkit-keyframes coreRotate {
	5% {
		transform: rotate(5deg);
		-ms-transform: rotate(5deg);
		/* IE 9 */
		-webkit-transform: rotate(5deg);
		/* Safari and Chrome */
	}

	30% {
		transform: rotate(-5deg);
		-ms-transform: rotate(-5deg);
		-webkit-transform: rotate(-5deg);
	}

	60% {
		transform: rotate(5deg);
		-ms-transform: rotate(5deg);
		-webkit-transform: rotate(5deg);
	}

	90% {
		transform: rotate(-5deg);
		-ms-transform: rotate(-5deg);
		-webkit-transform: rotate(-5deg);
	}
}

/*动画-end*/



.footer {
	margin: 32px auto 0 auto;
	max-width: 900px;
	background: transparent;
	color: #666;
	font-size: 15px;
	text-align: center;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 24px 16px;
}

.footer .link {
	margin-bottom: 10px;
	font-size: 15px;
	color: #333;
	text-align: center;
	word-break: break-all;
}

.footer .link a {
	margin: 0 5px;
	color: #2a5db0;
	text-decoration: underline;
	display: inline-block;
}

.footer hr {
	margin: 10px 0;
	border: none;
	border-top: 1px solid #e0e0e0;
}

.footer p {
	margin: 8px 0;
	line-height: 1.7;
	word-break: break-all;
	text-align: center;
}

.footer a {
	color: #2a5db0;
	text-decoration: underline;
}

@media (max-width: 640px) {
	.footer {
		max-width: 100%;
		border-radius: 0;
		box-shadow: none;
		padding: 12px 6px;
		font-size: 13px;
		text-align: center;
		border: none;
		background: transparent;
		margin: 16px 0 0 0;
	}

	.footer .link {
		font-size: 13px;
		margin-bottom: 6px;
		word-break: break-all;
		text-align: center;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		/* 居中排列 */
		gap: 6px 10px;
		/* 行间距6px，列间距10px */
	}

	.footer .link a {
		margin: 0;
		font-size: 13px;
		display: inline-block;
	}

	.footer p {
		font-size: 13px;
		margin: 6px 0;
		line-height: 1.5;
		word-break: break-all;
		text-align: center;
	}

	.footer a {
		font-size: 13px;
		word-break: break-all;
	}
}



.top {
    background: #fff;
    padding: 0 8px;
    /* 不要设置overflow-x */
}
.nav-scroll {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    width: 100%;
}
.nav-scroll a {
    display: inline-block;
    padding: 0 14px;
    font-size: 16px;
    color: #333;
    text-decoration: none;
    line-height: 48px;
    white-space: nowrap;
    transition: color 0.2s;
}
.nav-scroll a:hover,
.nav-scroll a.active {
    color: #eb6100;
}
@media (max-width: 640px) {
    .nav-scroll a {
        font-size: 15px;
        padding: 0 10px;
        line-height: 42px;
    }
}

.sonews a{
	text-decoration: none;   /* 去掉下划线 */
    color: #333;    
}