@font-face{
	font-family:'Roboto';
	src:url('SourceHanSansCN-Light.otf');
}
html, body{
	background: #fff;
}
body{
	height: 100%;
    width: 100%;
    background: #fff;
    color:#4d4d4d;
    font-size: 14px;
    font-family:'Roboto', 'Helvetica', 'Arial', sans-serif;
    -webkit-overflow-scrolling : touch;  
}
a:active, a:hover{background-color: inherit;}
.secondary{
	padding: 0px 5px;
	background: #fff;
}
p {
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 10px;
    color: #666;
}
ul,li{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.mui-plus header.mui-bar{
	display: none;
}
.mui-plus .mui-bar-nav~.mui-content{
	padding: 0;
}


.hm-description{
	margin: .5em 0;
}

.hm-description>li {
	font-size: 14px;
	color: #8f8f94;
}
header.mui-bar{
	background-color:rgba(37,109,183,1);
	box-shadow: inherit;
	font-size: 20px;
	box-shadow: inherit;
}
.mui-title{color: #fff;}
.mui-bar a{color: #fff;}
.footer{
	z-index: 20;
	background-color: #fff;
	/*-webkit-box-shadow: 2px 4px 12px rgba(0,0,0,.5);*/
	box-shadow: none;
	border-top: 1px solid #eee;
}
.mui-bar-tab .mui-tab-item.mui-active,
.mui-bar-tab .mui-tab-item.mui-active .mui-icon:before{
	color: #4392df;
}
.mask{
	position:absolute;
	top: 0px;
	left: 0px;
	bottom: 0;
	height: 100%;
	width: 100%;
	z-index:12;
	background-color: rgba(0,0,0,.5);
	display: none;
}
/*pop*/
.pop{
	position:absolute;
	top:50%;
	left: 50%;
	width: 96%;	
	z-index: 13;	
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);	
	-moz-transform: translate(-50%,-50%);	
	display: none;
}
.airpop{
	position:absolute;
	/*display: none;*/
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	z-index:12;
}
.airpop .mask,
.airpop .pop{
	display: block;
}
.popTitle{
	width: 100%;
	height:40px;
	line-height:40px;
	padding-left: 10px;
	color: #fff;
	background-color: #256DB7;
	border-radius: 5px 5px 0px 0px;
}
.pop .popClose{
	display: block;
	height: 40px;
	width: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 20px;
	color: #fff;
	font-size: 28px;
	font-weight: bold;
	background-color:#b2b7bf;
	margin: 10px auto 0px;
}	
.popbox{
	 margin: 0;
    padding: 10px;
    background-color: #fff;
    border-radius: 0px 0px 5px 5px;
}
.citySearch{
    position: fixed;
    width: 100%;
    height: 40px;
    top: 44px;
    overflow: hidden;
    z-index: 1;
    background: #fff;
    border-bottom: 1px solid #c8c7cc;
}
.citySearch input{
    width: calc(100% - 60px);
    height: 40px;
    line-height: 40px;
    margin: auto;
    float: left;
    border: none;
    padding: 0px;
	font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
	font-size: 16px;
}
.citySearch .searchBtn{
    position: relative;
    display: inline-block;
    width: 50px;
    height: 40px;
    float: left;
}
.citySearch .searchBtn::before{
	content: "";
    position: absolute;
    left: 14px;
    top: 10px;
    display: inline-block;
    width: 12px;
    height: 12px;
    border: 2px solid #7f7f7f;
    border-radius: 50%;
}
.citySearch .searchBtn::after{
	content: "";
    position: absolute;
    left: 29px;
    top: 22px;
    display: inline-block;
    width: 0px;
    height: 8px;
    border-left: 2px solid #7f7f7f;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
.versionUpdate{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.3);
    z-index: 9999;
    display: none;
}
.UpdateContent{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 90%;
	height: auto;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);	
	border-radius: 5px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background: #fff;
}
.updateHeader{
    height: 40px;
    line-height: 40px;
    padding-left: 20px;
    color: #fff;
    background-color: #256DB7;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-radius: 5px 5px 0px 0px;
}
.updataWrap{
	max-height: 200px;
	overflow: auto;
	padding: 0px 10px;
}
.updateSection{
	list-style-type: none;
	counter-reset: sectioncounter;
}
.updateSection>li{
	padding-left: 5px;
	font-size: 15px;
}
.updateSection>li>div{
	height: 30px;
	line-height: 30px;
	font-weight: bold;
}
.updateSection>li>div::before{
	content: counter(sectioncounter) "、";
	counter-increment: sectioncounter;
}
.versionClose{
	position: absolute;
    bottom: -60px;
    left: 50%;
    margin: 0px 0px 0px -20px;
    padding: 0;
    display: block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 20px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    background-color: #b2b7bf;
}
.updateList{
	list-style-type: none;
	counter-reset: setListCount;
	font-size: 13px;
	margin-left: 12px;
}
.updateList>li::before{
	content: counter(setListCount) ") ";
	counter-increment: setListCount;
}
