.zxt {
	width: 1200px;
	display:flex;
	flex-direction:row;
	flex-wrap:nowrap;
	justify-content:space-between;
	align-items:stretch;
}
.center {
	width:100%;
	display:flex;
	flex-direction:column;
	flex-wrap:nowrap;
	justify-content:space-between;
	align-items:flex-start;
}
.aside {
	width:100%;
	height:0;
	padding-top:24%;
	flex-shrink:0;
	margin-top:2.8%;
	position:relative;
}
.aside > .asideMain {
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	display:flex;
	flex-direction:row;
	flex-wrap:nowrap;
	justify-content:space-between;
	align-items:stretch;
}
.asideLeft,.asideRight {
	width:585px;
	height:276px;
	box-sizing:border-box;
	box-sizing:border-box;
	padding:20px 10px;
	overflow:hidden;
	border-radius:8px;
}
.asideLeft{
	background-image: linear-gradient(to right, rgba(15,125,199,1), rgba(24,134,208,1));
}
.asideRight{
	background-image: linear-gradient(to right, rgba(4,163,145,1), rgba(12,187,167,1));
}
#countReg,#acitveNums{
	width: 585px;
	height: 276px;
	-webkit-tap-highlight-color: transparent;
	user-select: none;
	position: relative;
}
