/**
 * uni-app 电脑端浏览兼容样式表
 * 作者：河浪
 * 联系方式：QQ 1846492969，邮箱 helang.love@qq.com
 */

/* 隐藏页面内容 */
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-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	width: 110vw;
	height: 100vh;
}

body[adapt='pc'] .container{
	position: fixed;
	width: 100%;
	height: calc(100vh);
	z-index: 1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	min-width: 1000px;
	max-width: 1200px;
}

body[adapt='pc'] .container .iframe{
	width: 540px;
	height: calc(100vh);
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center;
	float: left;
}

body[adapt='pc'] .container .iframe > iframe {
	width: 546px;
	height: calc(100vh - 12px);
	background-color: #fff;
	box-sizing: content-box;
	border: none;
	margin: 12px 0 0 12px;
}

body[adapt='pc'] .container .content{
	float: right;
	color: #42b983;
	margin-left: 60px;
	margin-top: 90px;
	width: 400px;
}

body[adapt='pc'] .container .content > h1{
	font-size: 36px;
	font-weight: bold;
	margin: 0;
	padding: 100px 0 50px 0;
}

body[adapt='pc'] .container .content > h3{
	font-size: 18px;
	font-weight: bold;
	margin: 0;
	padding: 0 0 50px 0;
}

body[adapt='pc'] .container .content .qrcode{
	border: #42b983 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: left;
	width: 360px;
	color: #333;
}