/** 微信提示打开浏览器 **/
.arivoc-tips-wxtip {
	width: 100%;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.7);
	background-size: cover;
	background-image: url(wxtip.png);
	background-repeat: no-repeat;
	background-position: 0;
	position: fixed;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
}
