@import "../css/weui.css";
body {
  background-color: #efeff4;
}
@font-face {
  font-family: 'iconfont';
  /* project id 483130 */
  src: url('//at.alicdn.com/t/font_483130_oalz01rlkyqwu3di.eot');
  src: url('//at.alicdn.com/t/font_483130_oalz01rlkyqwu3di.eot?#iefix') format('embedded-opentype'), url('//at.alicdn.com/t/font_483130_oalz01rlkyqwu3di.woff') format('woff'), url('//at.alicdn.com/t/font_483130_oalz01rlkyqwu3di.ttf') format('truetype'), url('//at.alicdn.com/t/font_483130_oalz01rlkyqwu3di.svg#iconfont') format('svg');
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
header {
  width: 100%;
  height: 58px;
  line-height: 38px;
  padding: 10px;
  background-color: #fff;
  border-bottom: 1px solid #e5e5e5;
  position: fixed;
  top: 0;
  left: 0;
  box-sizing: border-box;
  z-index: 3;
  *zoom: 1;
}
header .iconfont {
  font-size: 24px;
}
header:before,
header:after {
  display: table;
  content: "";
  line-height: 0;
}
header:after {
  clear: both;
}
header a {
  height: 38px;
  line-height: 38px;
  color: #333;
  float: left;
  vertical-align: middle;
}
header a span {
  display: inline-block;
  vertical-align: top;
}
header .home {
  vertical-align: middle;
  float: right;
}
footer {
  width: 100%;
  height: 60px;
  background-color: #fff;
  border-top: 2px solid #e5e5e5;
  display: flex;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 3;
}
footer a {
  flex: 1;
  text-align: center;
  color: #666;
  font-size: 14px;
}
footer a .iconfont {
  height: 40px;
  line-height: 50px;
  display: block;
  font-size: 26px;
}
footer a span {
  height: 30px;
  display: inline-block;
  vertical-align: bottom;
}
footer a.active {
  color: #1AAD19;
}
section {
  padding: 10px 0 10px;
}

.weui-navbar + .weui-tab__panel {
  padding-top: 65px;
  padding-bottom: 80px;
}
