@charset "utf-8";*{box-sizing:border-box;word-break:normal;}
body html{height:100%;}
body{background-color:#093679;font:.22rem/1 "microsoft yahei";}
.wrapper{position:absolute;top:0;left:0;width:100%;height:100%;background:url(//png.pookcdn.net/website_img/net/activity/2019qx/active_bg_m.jpg) no-repeat center center;background-size:auto 100%;}

@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 2) {
 .wrapper{
 	transform: scale(.94);
 	-webkit-transform: scale(.94);
 }

}
@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
	 .wrapper{
 	transform: scale(.94);
 	-webkit-transform: scale(.94);
 }
}