
* {
	box-sizing: border-box;
}

.bsBox {
	box-sizing: content-box;
}


.clearfix {
	display: block;
	content: '';
	clear: both;
}

.pages {
	width: 1200px;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	margin: 0 auto;
	margin-top: 30px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 30px;
}



.pages>li {
	display: inline-block;
	width: fit-content !important;
	/* width: 37px;
	height: 40px; */
	padding: 0 14px 2px 14px;
	color: #333;
	background: #ededed;
	border-radius: 4px;
	font-family: PingFangSC-Semibold, PingFang SC;
	margin-right: 12px;
	box-sizing: border-box;
	border: 1px solid transparent;
}

.pages a {
	display: inline-block;
	width: 100%;
	height: 100%;
}

.pages>li:hover {
	background: #f60;
	color: #fff !important;
	border: 1px solid #f60;
}

.pages>li:hover a {
	color: #fff !important;

}


.pages .active {
	background: #da2519;
	color: #FFFFFF;
}

.pages .active a {
	color: #fff;
}

.page-all {
	margin: 10px;
}

