@charset "utf-8";
/*====================微信下载提示=============================*/
#wx_wrap{
	/*overflow: hidden;*/
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0.85);
	z-index: 99999;
	text-align: left;
	display: none;
}
#wx_wrap div.gzbox {
	max-width: 360px;
	width: 98%;
	margin: 100px auto 0;
	height: 340px;
	position: static;
	margin: 0 auto;
	padding-top: 70px;
	/*background: url(../img/lottery_draw/gzj.png) right 10px no-repeat;*/
	background-size: 44% auto;
}
#wx_wrap div.gzbox>div{
	text-align: center;
}
#wx_wrap>div {
	max-width: 300px;
	margin: 100px auto 0;
	height: 340px;
	position: absolute;
	top: 40%;
	margin: -150px 0 0 -150px;
	left: 50%;
}

#wx_wrap .pz1 {
	background: url(../img/pk.png) center top no-repeat;
	height: 46px;
	background-size: auto 46px;
	/*padding-bottom: 20px;*/
	
}

#wx_wrap .pz2 {
	color: #fff;
	font-size: 14px;
	text-align: center;
	padding: 10px 0;
	line-height: 18px;
	height: 18px;
}
#wx_wrap div.pz3 {
	color: #ccc;
	font-size: 14px;
	padding-bottom: 5px;	
	line-height: 30px;
	/*padding-left: 10%;*/	
	padding-top: 40px;
	text-align: left;
	display: inline-block;
}
#wx_wrap .pz3 .gzd {
	display: inline-block;
	width: 50px;
	height: 30px;
	margin: auto 5px;
	background: url(../img/lottery_draw/gzd.png) center -2px no-repeat;
	background-size: auto 100%;
	vertical-align: middle;
}

#wx_wrap .pz3 .gz {
	display: inline-block;
	width: 34px;
	height: 30px;
	margin: auto 5px;
	background: url(../img/lottery_draw/gz.png) center -3px no-repeat;
	background-size: auto 100%;
	vertical-align: middle;
}

#wx_wrap .pz3 .safari{
	background: url(http://www.ruyizi.com/img/safari.png) no-repeat center bottom;
	background-size: auto 25px;		
	width: 3em;
	height: 30px;
	margin: auto 0px;	
	display: inline-block;
	margin-bottom: -5px;
}
#wx_wrap .pz3 .llq{
	background: url(http://www.ruyizi.com/img/llq.png) no-repeat center bottom;
	background-size: auto 25px;		
	width: 3em;
	height: 30px;
	margin: auto 0px;	
	display: inline-block;
	margin-bottom: -5px;
}
#wx_wrap  .v1,#wx_wrap  .v2,#wx_wrap  .v3,#wx_wrap  .num{
	display: inline-block;
	font-size: 14px;
}
#wx_wrap .num{
	width: 1.5em;
}
#wx_wrap  .v2{
	margin-left: 1.5em;
}
#wx_wrap  .v1,#wx_wrap  .v2{
	width: 4.5em;
}
/*========================免费下载================================ */
.download{
	position: fixed;
	bottom: 0;
	margin: 0 auto;
	color: #FFFFFF;
	display: none;
	width: 100%;
	height: 0;
	background:url(../img/logo.png) no-repeat 10px 10px rgba(0,0,0,0.6);
	background-size: 40px 40px;
	overflow: hidden;
	z-index: 1000;
}
.download span:nth-of-type(1){margin-top: 25px;font-size: 14px;}
.download span:nth-of-type(2){font-size: 12px;}
.download span{color: #FFFFFF;display: block;margin-left: 60px;}
.download input{
	position: absolute;
	right: 10px;
	top: 20px;
	padding: 5px;
	color: #3fdfff;
	background: transparent;
	border:  none;
	cursor: pointer;
	font-size: 16px;
	border: 1px solid #3fdfff;
	}
/*=================扫码下载=============================*/
.download2{position: fixed;right: 0;top: 100px;display:none;}

@media only screen and ( max-width:350px ) {
	#wx_wrap div.gzbox{
		padding-top: 50px;
	}
	#wx_wrap .pz3{
		/*padding-left: 5%;*/
	}
	#wx_wrap .pz3 .gzd{
		/*margin: 0 -5px;*/
	}
	.download span:nth-of-type(1){font-size: 12px;}
	.download input {right: 5px;font-size: 12px;}
	.download {display:block;}
	.download2{display: none;}
}

@media only screen and (min-width: 769px){
    .download{display: none;}
	.download2{display: block;}
	.download2 img{width:100px;height:100px}
	.download2 span{display: block;}
}