@charset "utf-8";

/* CSS Document */

@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
/*	增加头部适配层  */
.has_topbar { height: 100%; box-sizing: border-box; padding-top: 44px; }
.has_topbar::before { content: ''; position: fixed; top: 0; left: 0; width: 100%; height: 44px; background-color: #fff; z-index: 9998; }
/*	增加底部适配层  */
.has_bottombar { height: 100%; box-sizing: border-box; padding-bottom: 34px; }
.has_bottombar::after { 
	content: ''; 
	position: fixed; 
	bottom: 0; left: 0; 
	width: 100%; 
	height: 34px; 
	background-color: #FFF; 
	z-index: 9998; }
/*	导航操作栏上移  */
.bottom_menu_fixed { bottom: 34px; background-color: #FFF; }
}
