*{
	margin: 0;
	padding: 0;
	outline: none;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
html{
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body{
	font-size: 12px;
	line-height: 1.8;
	font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif,"myFirstFont";
}
img{
	border: 0;
	width: auto;
	max-width: 100%;
	display: block;
	margin: 0 auto;
}
a{
	font-size: 12px;
	color: #fff;
	text-decoration: none;
}
ul,li{
	list-style: none;
}

/* mask */
#mask{
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999;
	background: rgba(0,0,0,0.7);
	display: block;
}
/* close */
#close{
	width: 37px;
	height: 37px;
	position: fixed;
	left: 50%;
	margin-left: -18px;
	bottom: 13%;
	background: url('../images/draw_close.png') no-repeat;
	background-size: cover;
	z-index: 10001;
	display: block;
}
/* bag_star */
#luckProp{
	width: 307px;
	height: 376px;
	position: fixed;
	left: 50%;
	margin-left: -153px;
	background: url('../images/draw_bg.png') no-repeat;
	background-size: cover;
	top: 45%;
	margin-top: -188px;
	z-index: 10000;
	display: block;
}
#luckProp a{
	color: #6a3906;
	font-size: 21px;
	text-align: center;
	margin-top: 310px;
	line-height: 66px;
	display: block;
}
