/* 隐藏页面内容 */
body[adapt='pc']>* {
	display: none !important;
}

/* 显示 uni-adapt-pc 标记内容 */
body[adapt='pc']>uni-adapt-pc {
	display: block !important;
}

body[adapt='pc'] {
	margin: 0;
	background-color: #fff;
	background-image: url("https://img.vmos.cn/wechat/static/images/adapt-pc/pc-bg.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	width: 100vw;
	height: 100vh;
}

body[adapt='pc'] .container {
	position: fixed;
	width: 100%;
	height: 690px;
	z-index: 1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	min-width: 800px;
	max-width: 1000px;
}

body[adapt='pc'] .container .iframe {
	width: 380px;
	height: 770px;
	background-image: url("https://img.vmos.cn/wechat/static/images/adapt-pc/pc-iPhoneX.png");
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center;
	float: left;
}

body[adapt='pc'] .container .iframe>iframe {
	width: 356px;
	height: 684px;
	background-color: #fff;
	box-sizing: content-box;
	border: none;
	margin: 43px 0 0 12px;
}

body[adapt='pc'] .container .content {
	float: right;
	color: #3071F2;
	margin-left: 60px;
	width: 400px;
}

body[adapt='pc'] .container .content>h1 {
	font-size: 36px;
	margin: 0;
	padding: 100px 0 50px 0;
	font-family: MiSans-Heavy, MiSans;
	font-weight: 800;
	text-shadow: 0px 2px 7px #1F6AF9;
	text-stroke: 0px rgba(42, 119, 255, 0.8);
	color: #ffffff
}

body[adapt='pc'] .container .content>h3 {
	font-size: 18px;
	font-weight: bold;
	margin: 0;
	padding: 0 0 50px 0;
	font-family: MiSans-Heavy, MiSans;
	font-weight: 800;
	color: #FFFFFF;
	text-shadow: 0px 3px 10px #1F6AF9;
	font-family: MiSans-Semibold, MiSans;
	font-weight: 600;
}

body[adapt='pc'] .container .content .qrcode {
	border: #ffffff solid 2px;
	box-sizing: content-box;
	width: 260px;
}

body[adapt='pc'] .container .content>p {
	font-size: 14px;
	margin: 0;
	padding: 4px 0 0 0;
	text-align: center;
	width: 260px;
	margin-top: 20px;
	font-size: 12px;
	font-family: MiSans-Semibold, MiSans;
	font-weight: 600;
	color: #6E7BAF;
}

#phone-rotation {
	background: #3071f2;
    color: #FFF;
    width: 100px;
    height: 30px;
    position: absolute;
    left: 400px;
    text-align: center;
    line-height: 30px;
    border-radius: 10px;
	margin-right: 30px;
}