/**
 * uni-app 电脑端浏览兼容样式表
*/

/* 隐藏页面内容 */
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("/static/adapt-pc/image/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: 760px;
	z-index: 1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	max-width: 375px;
}

body[adapt='pc'] .container .iframe {
	width: 375px;
	height: 760px;
	background-image: url("/static/adapt-pc/image/pc-iPhoneX.png");
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center;
}

body[adapt='pc'] .container .iframe>iframe {
	width: 348px;
	height: 662px;
	background-color: #fff;
	box-sizing: content-box;
	border: none;
	margin: 50px 0 0 13px;
}