/*引入字体*/
@font-face{font-family: 'YouSheBiaoTiHei';src : url('ysbth.ttf');}
@font-face{font-family: 'SourceHanSansCN';src : url('SourceHanSansCN-Normal.otf');}
@font-face{font-family: 'OPPOSans-M-, OPPOSans-M';src : url('SourceHanSansCN-Medium.otf');}
@font-face{font-family: 'OPPOSans-R-, OPPOSans-R';src : url('SourceHanSansCN-Regular.otf');}


#MAINFORM {

}
/* 整个页面 */
#LAYOUTMAINTABLE_MPAGE {
    background: #030b58;
    background-image: url(../img/backgroup.png);
    background-size: 100% 100%;
    /*position: absolute;	*/


}
#APP_MPAGE {
	/*transform: scaleX(0.553) scaleY(0.659) translateZ(0px);*/
}
.screen-bg {

}
/* 表头 */
.comm-top-row {
	height: calc(7.5vh);
	margin-right: -15px;
    background-image: url(../img/header_img.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
/*	标题	*/
.top-title {
	width: calc(37vw);
	font-family: YouSheBiaoTiHei;
	font-size: 0.45rem;
	font-weight: normal;
	color: #FFFFFF;
	line-height: calc(7vh);
	text-align: center;
	margin-right: calc(2vw);
	padding-top: calc(0.6vh);
}
/* 菜单按钮行 */
.top-bar-row {

}
/* 按钮 */
.top-bar {
	width: calc(11vw);
	height: calc(5vh);
	margin-top: calc(2.5vh);
	margin-left: calc(-1.5vw);
	background-image: url('../img/header_button.png')!important;
	background-repeat: no-repeat;
	background-size: 100% 100%;	
	font-size: 0.3rem;
	color: #088DF2;
	font-family: YouSheBiaoTiHei;
	padding-left: calc(2.5vw);
	line-height: calc(5vh);
}
.bar-active {
	color: #00FFF8;
}
.view-vertical, #weather-view-he {
	z-index: 9999;
}