html,
body,
div,
span,
object,
li,
ul,
img iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
a,
em,
img,
strong,
sub,
sup,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
article,
aside,
canvas,
details,
embed,
input,
figure,
figcaption,
footer,
header,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
button {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
	font-size: 100%;
	font-family: "微软雅黑", "宋体", "华文细黑", \5B8B\4F53, arial, sans-serif, "Helvetica Neue", Helvetica, "PingFang SC";
	box-sizing: border-box;
	color: #333;
}

table,
tbody,
tfoot,
thead,
tr,
th,
td {
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	border: 1px solid #333;
	font-size: 100%;
	font-family: "微软雅黑", "宋体", "华文细黑", \5B8B\4F53, arial, sans-serif, "Helvetica Neue", Helvetica, "PingFang SC";
	box-sizing: border-box;
	color: #333;
}

li {
	list-style: none;
}

img {
	width: auto;
	height: auto;
	border-width: 0 0 0 0;
}

a {
	text-decoration: none;
}

html,
body {
	min-height: 100%;
	width: 100%;
	overflow-x: hidden;
}


/* 分页 */
.current-page {
	float: right;
}

.current-page>span {
	font-size: 14px;
	float: left;
	line-height: 30px;
}

.current-page>span>i {
	display: none;
	font-size: 14px;
	line-height: 30px;
	font-style: normal;
	color: #b9986c;
}

.current-page>span>input {
	width: 50px;
	height: 32px;
	text-align: center;
}

#jump-page {
	transition: background 0.3s ease;
	-webkit-transition: background 0.3s ease;
	-moz-transition: background 0.3s ease;
	-ms-transition: background 0.3s ease;
	-o-transition: background 0.3s ease;
	height: 32px;
	padding: 0 10px;
	cursor: pointer;
	background: #fff;
	border: 1px solid #b9986c;
	color: #b9986c;
}

#jump-page:hover {
	background: #b9986c;
	color: #fff;
}

#all_page {
	line-height: 32px;
	color: #b9986c;
	margin-right: 10px;
}

#jump-value {
	width: 60px;
	height: 32px;
	cursor: pointer;
	background: #fff;
	border: 1px solid #b9986c;
	color: #b9986c;
}

.current-container {
	float: left;
}

.current-container li span {
	display: block;
	font-size: 30px;
	line-height: 0.4rem;
	margin: 0 5px 0 5px;
	cursor: pointer;
}

@media screen and (max-width: 960px) {
	#all_page {
		display: block;
		width: 100%;
		text-align: left;
		margin-bottom: 8px;
	}

	#main .pages .current-page>ul>li {
		/* margin-top: 10px; */
		margin-bottom: 10px;
	}

	#main .pages .current-page>ul>li {
		display: none;
	}

	#main .pages .current-page>ul>li:first-of-type,
	#main .pages .current-page>ul>li:last-of-type {
		display: block;
	}

	.current-container .float-left:first-of-type,
	.current-container .float-left:last-of-type {
		margin-left: 10px;
	}

	.current-page>span>i {
		display: inline;
		margin-left: 15px;
	}
}

/* 上一页   下一页 */
#links {
	width: 100%;
	overflow: hidden;
	margin-top: 50px;
	border-top: 1px solid #d9d9d9;
}

#links a {
	float: left;
	display: block;
	font-size: 14px;
	line-height: 42px;
}

#links .left-link {
	float: left;
}

#links .right-link {
	float: right;
}
