* {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
  -webkit-appearance: none;
}

em,
i {
  font-style: normal;
}

img {
  border: none;
  display: block;
}

body {
  margin: 0;
  font-family: 'PingFang sc', 'Microsoft YaHei';
  max-width: 750px;
  font-size: 100px;
  margin: 0;
  overflow-x: hidden;
  background: #eeeff3;
}

a {
  display: block;
}

input,
textarea,
button {
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #b3b3b3;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #b3b3b3;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #b3b3b3;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #b3b3b3;
}

h1 {
  font-style: normal;
}

.clear {
  clear: both;
  width: 0;
  height: 0;
  content: "";
}
.clearfix::after{
  clear: both;
  content: "";
  display: block;
}

.fl_left {
  float: left;
}

.fl_right {
  float: right;
}

.hr {
  width: 100%;
  height: 0.2rem;
  background-color: #f5f5f5;
}

/* tab键 */
.tabBtn {
  width: 100%;
  height: 1.2rem;
  background-color: #fcfcfc;
  font-size: 0.2rem;
  border-top: 0.01rem solid #e6e6e6;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999;
}

.btn {
  color: #999;
  float: left;
  width: 50%;
  height: 1.2rem;
  padding-top: 0.69rem;
  box-sizing: border-box;
  text-align: center;
}

.routet-link-active {
  color: #dc4e5a;
}

.router-link-exact-active {
  color: #2c313e;
}

.btn1 {
  background: url('../imgs/tea_tabbar_pre_n.png') center top 0.16rem no-repeat;
  background-size: 0.5rem;
  width: 25%
}

.btn2{
  background: url('../imgs/tabbar_chaban_gray.png') center top 0.16rem no-repeat;
  background-size: 0.5rem;
  width: 25%;
}
.btn4 {
  background: url('../imgs/tea_tabbar_home_n.png') center top 0.16rem no-repeat;
  background-size: 0.5rem;
  width: 25%
}

.btn6 {
  background: url('../imgs/tea_tabbar_notice_n.png') center top 0.16rem no-repeat;
  background-size: 0.5rem;
  width: 25%
}

.router-link-exact-active.btn1 {
  background: url('../imgs/tea_tabbar_pre_p.png') center top 0.16rem no-repeat;
  background-size: 0.5rem;
}

.router-link-exact-active.btn2{
  background: url('../imgs/tabbar_chaban_red.png') center top 0.16rem no-repeat;
  background-size: 0.5rem;
}
.router-link-exact-active.btn4 {
  background: url('../imgs/tea_tabbar_home_p.png') center top 0.16rem no-repeat;
  background-size: 0.5rem;
}

.router-link-exact-active.btn6 {
  background: url('../imgs/tea_tabbar_notice_p.png') center top 0.16rem no-repeat;
  background-size: 0.5rem;
}


.alertBox {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1000;
}

.loginAlert {
  width: 5.4rem;
  height: 2.8rem;
  background-color: #fff;
  border-radius: 0.26rem;
  margin: 4rem auto 0;
  overflow: hidden;
}

.alertTop {
  font-size: 0.36rem;
  color: #000;
  line-height: 1.92rem;
  text-align: center;
  border-bottom: 1px solid #ebebeb;
}

.alertBot {
  line-height: 0.87rem;
}

.noBtn {
  border-right: 1px solid #ebebeb;
  font-size: 0.3rem;
  color: #666;
  width: 2.69rem;
  text-align: center;
}

.yesBtn {
  font-size: 0.3rem;
  color: #df5f69;
  width: 2.68rem;
  text-align: center;
}
