#wechatTips{
	background:rgba(0,0,0,.7);
	position:fixed;
	z-index:9;
	width:100%;
	height:100%;
}

.wechat_tip, .wechat_tip > i {
	position: absolute;
	right: 10px
}
.dn{
	display:none!important;
}
.wechat_tip {
	z-index:9;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: #3ab2a7;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	width: 135px;
	height: 60px;
	border-radius: 10px;
	top: 15px
}

.wechat_tip > i {
	top: -10px;
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 12px solid #3ab2a7
}

#wxIosTips{
	width:100%;
	height:auto;
	position:fixed;
	z-index:9;
}