﻿@charset "utf-8";
body,div,h1,h2,h3,input,ul,li,p { margin: 0; padding: 0; }
header,section,footer,article,img { display: block; }
fieldset , a img { border: 0; }
img { -webkit-touch-callout: none; max-width: 100%; }
a,img,input[type="radio"] { -webkit-tap-highlight-color: transparent; }
h1,h2,h3,strong { font-weight: normal; line-height: 1; }
a { text-decoration: none; }
input { -webkit-appearance: none; border-radius: 0; }
ul,li { list-style: none; }
em { font-style: normal; }
body { line-height: 1; -webkit-user-select: none; user-select: none; font: 14px/1.5 tahoma, arial, \5b8b\4f53; font-family:"微软雅黑",Arial, sans-serif;}
img , input , label , li , div { -webkit-appearance: none; -webkit-tap-highlight-color: transparent; }
.pull-left { float: left; }
.pull-right { float: right; }
.clearfix:before , .clearfix:after { content: ''; display: table; }
.clearfix:after { clear: both; }
.hidden{display:none;}
audio{display:none; width:0; height:0;}
input,button,a{outline:none;}
/*底部菜单栏样式*/
.weui-tabbar {
  display: flex;
  position: fixed;
  z-index: 500;
  bottom: 0;
  width: 100%;
  background-color: white;
  border-top: 1px solid #efeff4;
}
.weui-tabbar__item {
  display: block;
  flex: 1;
  font-size: 0;
  color: #808080;
  text-align: center;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.weui-tabbar__item.weui-bar__item_on .weui-tabbar__icon,
.weui-tabbar__item.weui-bar__item_on .weui-tabbar__icon > i,
.weui-tabbar__item.weui-bar__item_on .weui-tabbar__label {
  color: #09BB07;
}
.weui-tabbar__icon {
  display: inline-block;
  width: 27px;
  height: 27px;
}
i.weui-tabbar__icon,.weui-tabbar__icon > i {
  font-size: 24px;
  color: #A5A5A5;
}
.weui-tabbar__label {
  text-align: center;
  color: #A5A5A5;
  font-size: 13px;
  line-height: 1.8;
}

