#__bs_notify__ {
  display: none !important;
}

.mobile-wrap {
  position: relative;
  height: 100%;
  min-height: 100vh;
}
.pic {
  position: relative;
  width: 100%;
}
.pic img {
  width: 100%;
  vertical-align: top;
}
.a1{
  position: fixed;
  z-index: 10;
  left: 50%;
  bottom: .2rem;
  width: 88%;
  height: .96rem;
  line-height: .96rem;
  transform: translateX(-50%);
  background: #0686d8;
  font-size: .54rem;
  color: #fff;
  text-align: center;
  border-radius: .15rem;
  letter-spacing: .01rem;
}
.a1:active{
  background: #1e91db;
}
.pic strong{
  position: absolute;
  font-size: .58rem;
  font-weight: normal;
  bottom: 1.2rem;
  left: 50%;
  transform: translateX(-50%);
  color: #e7433a;
  letter-spacing: .03rem;
}
.pic strong b{
  font-weight: normal;
  font-size: .76rem;
}