body[adapt='pc']>*{
	/* display: none !important; */
}
 
body[adapt='pc']>uni-adapt-pc{
	display: block !important;
}
 
body[adapt='pc'] {
	margin: 0;
	background-color: #333333;
	width: 100vw;
	height: 100vh;
}
 
body[adapt='pc'] uni-adapt-pc .container{
	position: fixed;
	width: 500px;
	height: 100%;
	z-index: 1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	max-height: 100vh;
	box-sizing: border-box;
}
 
body[adapt='pc'] uni-adapt-pc iframe{
	width: 100%;
	height: 100%;
	border: none;
}

