/*
 *这是单独为hello mui准备的个性化css，可以覆盖标准mui的css定义；
 * 在实际项目开发时，建议为App单独写一个css文件，从而实现项目的自定义皮肤功能；
 * 
 * */
.mui-android header.mui-bar{
	display: none;
}
.mui-android .mui-bar-nav~.mui-content{
	padding: 0;
}
.f12 {
	font-size: 12px;
}

.f14 {
	font-size: 14px;
}

.f16 {
	font-size: 16px;
}

.f18 {
	font-size: 18px;
}

.f20 {
	font-size: 20px;
}

.f22 {
	font-size: 22px;
}

.mt1 {
	margin-top: 1px;
}

.mt2 {
	margin-top: 2px;
}

.mt3 {
	margin-top: 3px;
}

.mt5 {
	margin-top: 5px;
}

.mt6 {
	margin-top: 6px;
}

.mt7 {
	margin-top: 7px;
}

.mt8 {
	margin-top: 8px;
}

.mt10 {
	margin-top: 10px;
}

.mt11 {
	margin-top: 11px;
}

.mt12 {
	margin-top: 12px;
}

.mt15 {
	margin-top: 15px;
}

.mt20 {
	margin-top: 20px;
}

.ml5 {
	margin-left: 5px;
}

.ml10 {
	margin-left: 10px;
}

.ml15 {
	margin-left: 15px;
}

.ml20 {
	margin-left: 20px;
}

.ml25 {
	margin-left: 20px;
}

.ml35 {
	margin-left: 35px;
}

.ml40 {
	margin-left: 40px;
}

.mr3 {
	margin-right: 3px;
}

.mr5 {
	margin-right: 5px;
}

.mr8 {
	margin-right: 8px;
}

.mr10 {
	margin-right: 10px;
}

.mr15 {
	margin-right: 15px;
}

.mr20 {
	margin-right: 20px;
}

.mr30 {
	margin-right: 30px;
}

.mr60 {
	margin-right: 60px;
}

.mr65 {
	margin-right: 60px;
}

.mb5 {
	margin-bottom: 5px;
}

.mb8 {
	margin-bottom: 8px;
}

.mb10 {
	margin-bottom: 10px;
}

.mb12 {
	margin-bottom: 12px;
}

.mb15 {
	margin-bottom: 15px;
}

.mb20 {
	margin-bottom: 20px;
}

.top3 {
	top: 3px;
}

.top5 {
	top: 5px;
}

.vert {
	vertical-align: top;
}

.overhidden {
	overflow: hidden;
}

.pa {
	position: absolute;
}

.pr {
	position: relative;
}

.left0 {
	left: 0px;
}

.right0 {
	right: 0px;
}

.right5 {
	right: 5px;
}

.right10 {
	right: 10px;
}

.top0 {
	top: 0px;
}

.top2 {
	top: 2px;
}

.top8 {
	top: 8px;
}

.top10 {
	top: 10px;
}

.bottom0 {
	bottom: 0px;
}

.text-blue {
	color: #32b9f6;
}
/**liangyao add end**/
.bg_orange {
	background: #ffb902;
}

.bg_green {
	background: #88d316;
}

.bg_blue {
	background: #004d88;
}

.contentbg_fff {
	background: #fff;
}

.text_999 {
	color: #999;
}

.text_666 {
	color: #666;
}
.text_444 {
	color: #444;
}

.text-orange {
	color: #ffaf2f;
}

.text-lightgray {
	color: #999;
}

.text_blue {
	color: #004d88;
}

.font16_bold {
	font-size: 16px;
	font-weight: bold;
}

.marginbottom10 {
	margin-bottom: 10px;
}

.marginbottom45 {
	margin-bottom: 45px;
}

a {
	display: inline-block;
}

a:hover {
	color: #88d316;
	text-decoration: none;
}

.link_gray:link,.link_gray:visited {
	color: #999;
}

.link_gray:hover {
	color: #88d316;
}

.link_fff:link,.link_fff:visited {
	color: #fff;
}

.link_fff:hover {
	color: #fff;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}

.clearfix {
	*zoom: 1;
}

.wt-hlink {
	color: #32b9f6;
	text-decoration: underline;
	cursor: pointer;
}

.wt-hlink:hover {
	color: #32b9f6;
}

.bg_detail{
	background:#fff;
	border-top:#e9eeefsolid 1px;
	border-bottom:#e9eeef solid 1px;
	}
.mui-card .mark
{
margin-right:6px;
display:inline-block;
height:16px;
border-left:5px solid #ffa20f;
}

.mui-card:last-child
{
margin-bottom:60px
}



.jqmOverlay {
	background-color: #000;
	left: 0px;
	top: 0px;
	z-index:1000;
	opacity: 0.7;
	bottom: 0px;
	right:0px;
	position: absolute;
}

.mui-col-p-20{
	width:20%
}

.bg_list_position{
background: #fff;
border: #e9eeef solid 1px;
margin: 5px;
position: relative;
 border-radius: 4px;
}
.fl{
	float:left
}
.fr{
	float:right
}
.db{
	display:block;
}
.mui-bar .mui-btn-link {
    font-size: 16px;
    line-height: 36px;
  	margin-bottom:3px;
  	top:3px;
    padding: 0;
    color: #007aff;
    border: 0;
}

.mui-bar a.mui-btn-link:nth-child(1){
	background-color:#D30101;
	border: 1px solid #D30101;
}
.mui-bar a.mui-btn-link:nth-child(2){
	background-color:#F5F6F6;
	color:#100F0F;
	border: 1px solid #BBB;
	
}

.mui-color-blue{
	color:#1E90FF;
}
.mui-color-red{
	color:#CB1A10;
}
.mui-input-group .mui-input-row {
    height: 50px;
}
input[type=text]{height:50px;}
.mui-input-row label{line-height:1.8}