body[adapt='pc']>*{
	display: none !important;
}
 
body[adapt='pc']>uni-adapt-pc{
	display: block !important;
}
 
body[adapt='pc'] {
	margin: 0;
	background-color: #fff;
	width: 100vw;
	height: 100vh;
}
 
body[adapt='pc'] uni-adapt-pc .container{
	position: fixed;
	width: 375px;
	height: 100%;
	z-index: 1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	max-height: 680px;
	box-sizing: border-box;
	border: 1px solid #ddd;
	box-shadow: 0 0 10px #ddd;
}
 
body[adapt='pc'] uni-adapt-pc iframe{
	width: 100%;
	height: 100%;
	border: none;
}
/* iPad优化样式 */
 /* body.ipad-layout {
    max-width: 480px;
    margin: 0 auto;
    background-color: #f0f0f0;
    box-shadow: 0 0 8px rgba(0,0,0,0.1);
  }
  
  body.ipad-layout .container {
    width: 100%;
    overflow-x: hidden;
  }
  
  
  /* 类名根据你的 JS 动态添加的 ipad-layout 选择 */