/*===================CSS Reset============================*/
@font-face{ font-family: fontB; src: url('/main/fonts/SourceHanSansCN-Bold.otf');}
@font-face{ font-family: fontN; src: url('/main/fonts/SourceHanSansCN-Normal.otf');}

html{ -webkit-box-sizing:border-box; box-sizing:border-box; overflow-y:scroll; overflow-x:auto;}
*,*:before,*:after{ -webkit-box-sizing:inherit; box-sizing:inherit;}
body {
	font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, PingFang SC, Microsoft YaHei, WenQuanYi Micro Hei, sans-serif;
	color: #333;
}

/*===================Common Style============================*/

/*============================ Header ============================*/


/*============================ Footer ============================*/

/*============================ Index ============================*/
.page-item.active .page-link {
	z-index: 3;
	color: #fff;
	background-color: #007bff;
	border-color: #007bff;
}

/*============================ 媒体查询 ============================*/

