/* 初始化 */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
		/* touch-action: pan-y; */
}
body,ul,ol,li,p,h1,h2,h3,h4,h5,h6,form,fieldset,table,td,img,div,dl,dt,dd,input{
	margin: 0;padding: 0;
  }
  body{
    line-height: .42rem !important; 
  }
  .mui-bar-tab .mui-tab-item{
    height: 1rem !important;
  }
body{font-size: 12px;color: #222222; font-family: PingFang-SC-Regular; font-weight: 500;}
img{border: none;}
li{list-style-type: none;}
input,select,textarea{outline: none; border: none;}
textarea{resize:none;}
a{text-decoration: none; color: #656565;}

.clearfix:after{content: "";display: block;clear: both;}
.clearfix{zoom:1;}
.fl{float: left;}
.fr{float: right;}
.mui-bar.mui-bar-tab.footer{
  background: white!important;
  box-shadow:0px 16px 46px 0px rgba(28,44,29,0.17)!important;
}
.mui-bar-tab .mui-tab-item .mui-icon{
  width: 0.48rem!important;
  height: .48rem!important;
}
.mui-bar-tab .mui-tab-item .mui-icon~.mui-tab-label{
  font-size: 0.21rem!important;
}
.mui-bar.mui-bar-tab.footer{
  height: 1.24rem!important;
}
