body {
	background: #ce3a38;
	padding: 0;
	margin: 0;
}
#load_bg {
	width: 100%;
	height: 6.33rem;
	position: relative;
}

#load_img {
	width: 100%;
	height: 6.33rem;
	position: absolute;
}

#load_msg {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	line-height: 6.33rem;
	margin-left: 2.1rem;
	color: #fdfe00;
	font-size: 0.72rem;
}

#btn_div {
	margin-top: 1.5rem;
	margin-left: 0.4rem;
	margin-right: 0.4rem;
	text-align: center;
}

#btn_btn {
	width: 45%;
	height: 1rem;
	line-height: 1rem;
	font-size: 0.36rem;
	color: #b51d18;
	box-shadow: 0.06rem 0.06rem 0.16rem #b51d18;
	background: #ffe65e;
	border-radius: 0.1rem;
	display: inline-block;
	float: left;
}

#btn_ios {
	width: 40%;
	height: 1rem;
	line-height: 1rem;
	font-size: 0.36rem;
	color: #b51d18;
	box-shadow: 0.06rem 0.06rem 0.16rem #b51d18;
	background: #ffe65e;
	border-radius: 0.1rem;
	display: inline-block;
	float: right;
	text-decoration: none;
}

#btn_div:active {
	background: #efd232;
}


/*浏览器中打开*/

#weixin-tip {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.8);
	filter: alpha(opacity=80);
	width: 100%;
	height: 100%;
	z-index: 100;
}

#weixin-tip p {
	text-align: center;
	margin-top: 10%;
	padding: 0 5%;
	position: relative;
}

#weixin-tip .close {
	color: #fff;
	padding: 5px;
	font: bold 20px/24px simsun;
	text-shadow: 0 1px 0 #ddd;
	position: absolute;
	top: 0;
	left: 5%;
}

.live_weixin {
	width: 100%;
}