/*引入字体*/
@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;
}


/*	右侧bar	*/
.right-bar-main{width:25px;height:255px;position:fixed;bottom:350px;overflow: hidden;right:0px;}
.right-bar-main{position:absolute;top:expression(eval(document.documentElement.scrollTop));}
.right-bar-main2{width:145px;height:155px;position:relative;}
.right-bar-main2 ul {width: 120px;padding:10px 10px 10px 20px;border: 1px solid #00FFF8;border-radius: 0 0 6px 6px;margin-left: 25px;margin-bottom: 0px;background-color: #061b38cc;}
.right-bar-main2 ul li{width:100%;height:22px;line-height:22px;text-align:left;}
.right-bar-main2 ul li a{color:#00FFF8;text-decoration:none;}
.right-bar-main2 ul li a:hover{text-decoration:underline;color:#FFF;}
.right-bar-bar{width:25px;height:105px;position:absolute;right:120px;top:-1px;background:url(../img/mini_bg.png) no-repeat;display:block;background-position: -25px 0px;}