html,
 body {
 	margin: 0;
 	padding: 0;
 }

 .pagebox {
 	position: relative;
 }

 .yx_iconfont {
 	font-family: "yx_iconfont" !important;
 }

 @font-face {
 	font-family: 'yx_iconfont';
 	src: url('/static/font/font_2650718_7y5x4wx4e6a.woff2') format('woff2'), url('/static/font/font_2650718_7y5x4wx4e6a.woff') format('woff'), url('/static/font/font_2650718_7y5x4wx4e6a.ttf') format('truetype');
 }

 @-webkit-keyframes warn {
 	0% {
 		-webkit-transform: scale(0);
 		transform: scale(0);
 		opacity: 1
 	}

 	100% {
 		-webkit-transform: scale(1.3);
 		transform: scale(1.3);
 		opacity: 0
 	}
 }

 @-moz-keyframes warn {
 	0% {
 		-moz-transform: scale(0);
 		transform: scale(0);
 		opacity: 1
 	}

 	100% {
 		-moz-transform: scale(1);
 		transform: scale(1);
 		opacity: 0
 	}
 }

 @-o-keyframes warn {
 	0% {
 		-o-transform: scale(0);
 		transform: scale(0);
 		opacity: 1
 	}

 	100% {
 		-o-transform: scale(1.3.3);
 		transform: scale(1.3);
 		opacity: 0
 	}
 }

 @keyframes warn {
 	0% {
 		-webkit-transform: scale(0);
 		-moz-transform: scale(0);
 		-o-transform: scale(0);
 		transform: scale(0);
 		opacity: 1
 	}

 	100% {
 		-webkit-transform: scale(1.3);
 		-moz-transform: scale(1.3);
 		-o-transform: scale(1.3);
 		transform: scale(1);
 		opacity: 0
 	}
 }
