body,html {
	margin: 0;
	padding: 0;
}

.pagebox {
	position: relative;
}

@font-face {
	font-weight:400;font-style:normal;font-family:Sy-Normal;src:url(https://static202.yun300.cn/upload/font/SourceHanSansSC-Normal.otf?tenantId=64067&v=1641460449000&viewType=1) format("opentype");
}

@font-face {
	font-weight:400;font-style:normal;font-family:Sy-Regular;src:url(https://static202.yun300.cn/upload/font/SourceHanSansSC-Regular.otf?tenantId=64067&v=1641460449000&viewType=1) format("opentype");
}

@font-face {
	font-weight:400;font-style:normal;font-family:Sy-Medium;src:url(https://static202.yun300.cn/upload/font/SourceHanSansSC-Medium.otf?tenantId=64067&v=1641460449000&viewType=1) format("opentype");
}

@font-face {
	font-weight:400;font-style:normal;font-family:ariblk;src:url(https://static202.yun300.cn/upload/font/ariblk.woff2?tenantId=64067&v=1641460449000&viewType=1) format("woff2"),url(../font/ariblk.woff) format("woff"),url(../font/ariblk.ttf) format("truetype"),url(../font/ariblk.eot) format("embedded-opentype"),url(https://static202.yun300.cn/upload/font/ariblk.svg?tenantId=64067&v=1641460449000&viewType=1) format("svg"),url(https://static202.yun300.cn/upload/font/ariblk.otf?tenantId=64067&v=1641460449000&viewType=1) format("opentype");
}

@keyframes starwinkle {
	0% {
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

	50% {
		top: -10%;
		left: -10%;
		width: 120%;
		height: 120%;
	}

	to {
		top: -20%;
		left: -20%;
		width: 140%;
		height: 140%;
	}
}

@-moz-keyframes starwinkle {
	0% {
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

	50% {
		top: -10%;
		left: -10%;
		width: 120%;
		height: 120%;
	}

	to {
		top: -20%;
		left: -20%;
		width: 140%;
		height: 140%;
	}
}

@-webkit-keyframes starwinkle {
	0% {
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

	50% {
		top: -10%;
		left: -10%;
		width: 120%;
		height: 120%;
	}

	to {
		top: -20%;
		left: -20%;
		width: 140%;
		height: 140%;
	}
}

@-o-keyframes starwinkle {
	0% {
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

	50% {
		top: -10%;
		left: -10%;
		width: 120%;
		height: 120%;
	}

	to {
		top: -20%;
		left: -20%;
		width: 140%;
		height: 140%;
	}
}