@import 'http://at.alicdn.com/t/font_2693139_g85flz1nhn5.css';
@import 'http://at.alicdn.com/t/font_2663244_nvpo7x46oxs.css';
a {
  text-decoration: none;
  color: inherit;
}
ul,
li {
  list-style: none;
}
input,
button {
  outline: none;
}
body {
  font-family: PingFangSC;
  min-height: 100vh;
  font-size: 1rem;
  color: #666;
  background-color: #f2f2f2;
}
body {
  -moz-user-select: -moz-none;
  -moz-user-select: none;
  -o-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn {
  display: block;
  width: 100%;
  height: 2.67rem;
  color: #ffffff;
  border-radius: 100px;
  font-size: 1rem;
  text-align: center;
  line-height: 2.67rem;
  font-weight: bold;
}
#tabbar {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3.5rem;
  display: flex;
  border-top: 1px solid #eee;
  background-color: #fff;
  z-index: 999;
}
#tabbar a {
  color: #9e9e9e;
  display: flex;
  flex: 1;
  width: 33.3333%;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
}
#tabbar a .iconfont {
  font-size: 1.5rem;
  color: #9e9e9e;
}
#tabbar a .tabname {
  font-size: 0.66rem;
}
#tabbar img {
  width: 1.667rem;
  height: 1.667rem;
}
#tabbar .active {
  color: #1E7DFF;
}
#tabbar .active .iconfont {
  color: #1E7DFF;
}
.main-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 1rem;
  height: 3rem;
  background-color: #fff;
  color: #030303;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}
.main-title a {
  color: #030303;
}
.main-title .title_left {
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-title .title_left .title {
  font-size: 1rem;
  line-height: 1rem;
}
.msg-info {
  width: 200px;
  padding: 20px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 1rem;
  text-align: center;
  color: #fff;
  display: none;
  z-index: 999;
}
.hide {
  visibility: hidden;
}
#wrapper {
  position: relative;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
#wrapper ul {
  display: flex;
  flex-direction: column;
  position: relative;
}
#wrapper ul li {
  flex-shrink: 0;
  width: 100%;
}
.hide {
  visibility: hidden;
}
.pullDown {
  position: absolute;
  top: -1.25rem;
  left: 0;
  width: 100%;
  height: 3rem;
  z-index: 1;
  text-align: center;
}
.pullUp {
  position: absolute;
  bottom: -6rem;
  left: 0;
  height: 5rem;
  width: 100%;
  z-index: 1;
  text-align: center;
}
.loading {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}
.loading img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
}
