html{background:#f0eff5;}
body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td{margin:0;padding:0;}
pre{white-space: pre-wrap;word-wrap: break-word;font-family:Helvetica, STHeiti STXihei, Microsoft YaHei, Tohoma, Arial;}
table{border-collapse:collapse;border-spacing:0;}
fieldset, img{border:0;}
address, caption, cite, code, dfn,  th, var{font-style:normal;font-weight:normal;}
ol, ul{list-style:none;margin:0px;padding:0px;}
caption, th{text-align:left;}
h1, h2, h3, h4, h5, h6{font-size:100%;font-weight:normal;}
q:before, q:after{content:'';}
abbr, acronym{border:0;font-variant:normal;}
sup{vertical-align:text-top;}
sub{vertical-align:text-bottom;}
input, textarea, select{font-family:inherit;font-size:inherit;font-weight:inherit;}
input, textarea, select{font-size:100%;}
em,span,p{font-style: normal;}
legend{color:#000;}
body{background:#f0eff5;color:#222;font-size:14px;font-family: STHeiti,"Arial","Microsoft YaHei","黑体","宋体",sans-serif;height:100%;position:relative;}
/**14px/1.5 Helvetica,"微软雅黑","黑体",Arial,Tahoma**/
.vm{vertical-align:middle;}
.tc{text-align:center;}
.tl{text-align:left;}
.tr{text-align:right;}
.fl{float:left;}
.fr{float:right;}
.db{display:block;}
.dib{display:inline-block;}
.b{font-weight:700;}
.clearfix {
}
.clearfix{clear:both;}
.clearfix:after {
    clear: both;
    content: "";
    display: block;
    font-size: 0;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}
.operation_btn{
    border-radius:2px;
	color:#ffffff;
	font-family:"微软雅黑";
	font-size:15px;
	border: medium none;
}
.operation_btn_disable{
	background-color:#aaa;
}
.operation_btn_click{
	background-color:#21a62d;
}
body button:disabled{
	background-color:#999;
}
body button:disabled:active{
	background-color:#999;
}

.submenu{
	background: url("../images/base_submenu.png") no-repeat scroll 0 0 transparent;
    display: inline-block;
    height: 16px;
    width: 16px;
}
.ft_name{font-size:14px;color:#21a62d;font-weight:bold;}
.ft_red{color:#f7592c;}
.ft_green{color:#30b460;}
.mt5{margin-top:5px;}
.mr5{margin-right:5px;}
.footer_mb{margin-bottom: 60px;}
.footer{
	position: fixed;
	bottom: 0;
	background-color: #fff;
	width: 100%;
	text-align: center;
	z-index:1000;border-top:1px solid #e0e0e0}
#loading {
    background: url("../images/innerpicloading.gif") no-repeat scroll 0 0 transparent;
    bottom: 300px;
    display: none;
    height: 30px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0.8;
    position: fixed;
    width: 110px;
    z-index: 1;
}
.innerpicloading{
	position: fixed;
	width: 110px;
	height: 30px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
/*公用头部*/
.base_title{
	background-color: #f0f0f0;
	border-bottom: 1px solid #ddd;
	text-align: center;
}
.base_title .base_return{
	float: left;
	width: 40px;
	height: 34px;
	padding-top: 10px;
	background-color: #e0e0e0;
}
.base_title .base_right{
	float: right;
	width: 40px;
	height: 34px;
	padding-top: 6px;
}
.base_title h2{
	overflow: hidden;
	line-height: 44px;
	font-size: 16px;
	font-weight: bold;
}

body .btn_click{
	background-color:#f76518;
}
body .btn_click:hover{
	background-color:#ff5b22;
}
body .btn_click:active{background-color: #ff5b22;}


::-webkit-input-placeholder {
	font-weight:normal;
}

/*公用底部*/
.wxfooter{padding: 10px 0;text-align: center;}
.wxfooter img{height: 40px;opacity:0.5;}
/*公用下载app指引*/
.download_app{position: fixed;bottom: 0;width: 100%;background-color: #fff;border-top: 1px solid #ddd;}
.download_info{padding: 10px;}
.download_info img{display:block;float:left;width:40px;height:40px;border-radius: 3px;margin-right: 10px;}
.download_info button{display:block;float:right;border-radius:2px;color:#fff;font-family:"微软雅黑";font-size:14px;border: medium none;background-color:#21a62d;padding: 10px 20px;}
.download_text{overflow:hidden;}
.download_text h3{font-size:16px;}
.download_text p{font-size:14px;color:#666;}
/*公用toast*/
.gb_toast{display:none;font-size: 14px;color: #fff;position: fixed;z-index:10000003;left: 50%;top: 80%;background: rgba(0,0,0,0.8);text-align: center;padding: 10px;border-radius: 5px;transform: translate(-50%, -50%);}
/*公用alert*/
.alert_hint{display:none;}
.alert_box{position: fixed;top: 50%;z-index: 10000003;background-color: #fff;color: #666;width: 80%;left: 50%;transform: translate(-50%, -50%);border-radius: 5px;}
.alert_text{font-size: 18px;padding: 20px;text-align:center;}
.alert_text h2{margin-bottom: 10px;border-bottom: 1px solid #f0f0f0;color: #5f5f5f;font-weight: bold;}
.alert_btn{border-top: 1px solid #f0f0f0;display: flex}
.alert_btn button{color: #666;font-family: "微软雅黑";font-size: 16px;border: medium none;background-color: #fff; float: left;padding: 15px 0; flex: 5}
.alert_btn button.confirm_hintbtn{color: #fff; background-color: #ff5b22; flex: 5}
.alert_btn button:active{background-color:#eee;}
.btn_two button:first-child{border-radius:0 0 0 5px;}
.btn_two button:last-child{border-radius:0 0 5px 0;border-left: 1px solid #f0f0f0;}
.btn_one button{color: #333;font-family: "微软雅黑";font-size: 16px;border: medium none;background-color: #fff;width: 100%;padding: 15px 0;border-radius:0 0 5px 5px;}
.alert_layer{position: fixed;top: 0%;left: 0%;width: 100%;height: 100%;background:rgba(0,0,0,0.8);z-index: 10000001;}

/*loading样式*/
.loading{display:none;width: 60px;height: 15px;background: rgba(0,0,0,0.8);border-radius: 10px;text-align: center;padding: 40px 30px;position: fixed;top: 50%;left: 50%;transform: translate(-50%, -50%);z-index:100000000;}
@-webkit-keyframes loading {
  50% {opacity: 0.2;-webkit-transform: scale(0.75);transform: scale(0.75); }
  100% {opacity: 1;-webkit-transform: scale(1);transform: scale(1); }
}
@keyframes loading {
  50% {opacity: 0.2;-webkit-transform: scale(0.75);transform: scale(0.75); }
  100% {opacity: 1;-webkit-transform: scale(1);transform: scale(1); }
}
.loading > div {background-color: #fff;width: 10px;height: 10px;border-radius: 100%;margin: 2px;-webkit-animation-fill-mode: both;animation-fill-mode: both;display: inline-block;-webkit-animation: loading 0.7s 0s infinite linear;animation: loading 0.7s 0s infinite linear; }
.loading > div:nth-child(2n-1) {-webkit-animation-delay: 0.35s !important;animation-delay: 0.35s !important; }

/*底部菜单*/
.mui_bar{position: fixed;z-index: 100002;bottom: 0;width: 100%;background-color:#f9f9f9;border-top:1px solid #ddd;}
.mui_bar .mui_item{float:left;width:20%;text-align:center;padding:5px 0 2px 0;}
.mui_bar .mui_item img{width:24px; height:24px;display:block;margin:0 auto;font-size: 12px;}
.mui_bar .mui_item p{font-size:12px;padding-top:3px;color: #666;}
.mui_bar .mui_select p{color:#21a62d;}
.mui_bar .mui_item .news_box{position: relative;width: 24px;margin: 0 auto;}
.mui_bar .mui_item .news_box em{position: absolute;font-size: 0.16em;top: -4px;right: -6px;width:10px;height:10px;border-radius:10px;background-color: #f00;color: #fff;text-align: center;}
