@charset "utf-8";
* {
	margin: 0;
	padding: 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	list-style: none;
	 font-weight: normal;
	/*font-family: "Noto Sans SC";*/
	font-family: "Source Han Sans CN Regular";
}

.clearfloat:after {
	display: block;
	clear: both;
	content: "";
	visibility: hidden;
	height: 0;
}

.clearfloat {
	zoom: 1;
}
html,
body{
    width: 100%;
    height: 100%;
	font-size: 16px !important;
}
h1{
	font-weight: 500 !important;
	font-size: 22px !important;
}
h2{
	font-weight: 500 !important;
	font-size: 20px !important;
}
h3{
	font-weight: 500 !important;
	font-size: 18px !important;
}
@media (max-width: 768px) {
	html,
	body {
		font-size: 14px !important; /* 移动端基准缩小 */
	}
}

@media (max-width: 360px) {
	html,
	body {
		font-size: 12px !important; /* 更小屏幕进一步调整 */
	}
}
a,
a:hover,
a:link,
a:visited,
a:active{
    text-decoration: none;
}

/*ul,
ol{
    list-style: none;
}
img{
    border: 0;
}
input,
select,
textarea,
button{
    outline:0;
    border:none;
    resize:none;
    background: none;
    color: #666;
}
textarea{
    resize:none;
    overflow: auto;
}
table{
    border-collapse: collapse;
    border-spacing: 0;
}
th,
strong,
var,
em,
b,
i{
    font-weight: normal;
    font-style: normal;
}
a,
a:hover,
a:link,
a:visited,
a:active{
    text-decoration: none;
}
input[type=button],
input[type=submit],
input[type=file],
button {
    -webkit-appearance: none;
}*/
@font-face {
  font-family: "Source Han Sans CN Regular";
  src: url("../../plugins/font/Source Han Sans CN Regular.woff2") format("woff2"),
       url("../../plugins/font/Source Han Sans CN Regular.woff") format("woff"),
       url("../../plugins/font/Source Han Sans CN Regular.ttf") format("truetype"),
       url("../../plugins/font/Source Han Sans CN Regular.eot") format("embedded-opentype"),
       url("../../plugins/font/Source Han Sans CN Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

.page-content {
	text-align: center;
	margin-bottom: 35px;
	margin-top: 35px;
}
.pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
	background-color: #ec4221 !important;
	border-color: #ec4221 !important;
}