body {background: white;line-height: unset;}
* {  box-sizing: border-box;  margin: 0;  padding: 0;  color: #333;}
ul {  margin: 0;  padding: 0;}
ul li {  list-style: none;}

a,button,p{color: #333;margin:0; padding: 0;}
.c-red{color:#e01222 !important;}
.c-gray {color: #a6a6a6;}
.f12{font-size:12px!important;}
.f14{font-size:14px !important;}
.f16{font-size:16px!important;}
.bg_color{background: #fff;}
.bg_color_header{background: #232729; }
.bg_color_header .mui-title{color:#fff;}
.headGap{margin-top:69px!important;padding:0!important;}
.mui-badge{margin-left: -10px; background: #E01222; color: #fff;z-index: 999; font-size: 12px;transform: scale(0.83);}
.nodata:after{content:"没有数据"; display:block; margin-top: 10px;  padding: 0; width:100%; height:120px; line-height: 120px; text-align: center; font-size: 16px; color: #999;}
.mui-content{background: #fff;}
.mui-bar-nav{box-shadow:none;}

.icon{display:inline-block; margin:0 auto;    vertical-align: middle;}
.icon_zoom{zoom:0.5;}

 html,body{height:100%;}
 .footer{display: flex;background:#fff;box-shadow:unset;border:0;    border-top: 1px solid #f3f3f3;}
 .footer .f_nav{width: 25%;display: flex;flex-direction: column;align-items: center;justify-content:center}
 .footer .f_nav img{width:25px;}
 .footer .mui-icon{font-size: 20px}
 .footer .mui-active{color: #007aff !important;}
 .footer .mui-tab-label {font-size: 14px;transform: scale(0.8);color: #ccc;}

 .vertical-middle::after{
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0;
 }
 .clearfix::after{
  content: "";
  clear: both;
  display: block;
  visibility: hidden;
 }
 .fl{
  float: left;
 }
 .fr{
  float: right;
 }
 .z-title{
  margin-top: 15px;
  font-size: 16px;
  color: #000000;
  letter-spacing: 0;
 }
.z-header{
 padding-top: 7px;
 box-sizing: border-box;
 height: 44px;
}
.z-header .arrow-left{
 display: inline-block;
 width: 25px;
 height: 25px;
 background: url("../images/arrow-left-icon.png");
 background-size: 100% 100%;
}