/* 隐藏页面内容 */
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(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: 700px;
	max-width: 800px;
}

body[adapt='pc'] .container .iframe {
	width: 340px;
	height: 690px;
	background-image: url(pc-phone.png);
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center;
	float: left;
}

body[adapt='pc'] .container .iframe>iframe {
	width: 316px;
	height: 604px;
	background-color: #fff;
	box-sizing: content-box;
	border: none;
	margin: 43px 0 0 12px;
	border-radius: 4px;
}

body[adapt='pc'] .container .content {
	float: right;
	color: #409EFF;
	margin-left: 60px;
	width: 300px;
}

body[adapt='pc'] .container .content>h1 {
	font-size: 36px;
	font-weight: bold;
	margin: 0;
	padding: 100px 0 50px 0;
}

body[adapt='pc'] .container .content .qrcode {
	box-shadow: 0 0 10px #409EFF;
	border-radius: 15px;
	box-sizing: border-box;
	width: 240px;
	height: 240px;
	padding: 20px;
}

body[adapt='pc'] .container .content>p {
	font-size: 14px;
	margin: 0;
	padding: 20px 0 0 0;
	text-align: center;
	width: 240px;
}