button {
  background: #00897B;
  border-radius: 0.08rem;
  color: white;
  font-size: 0.32rem;
  font-weight: bold;
}
button.is-default {
  color: #00897B;
  background-color: white;
  border: 0.01rem solid #00897B;
}
button:disabled {
  opacity: 0.5;
  pointer-events: none;
}
.init {
  position: fixed;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 100;
  background-color: #F7F7F7;
}
.toast-text .weui-toast {
  margin-left: 0;
  top: 40%;
  width: auto;
  min-height: 0.1rem;
  padding: 0.16rem 0.48rem;
  line-height: 0.36rem;
  transform: translateX(-50%);
}
.toast-text .weui-mask_transparent {
  display: none;
}
.toast-text .weui-toast__content {
  margin: 0;
  font-size: 0.26rem;
}
.toast-text .weui-icon_toast {
  display: none;
}
.slogan {
  margin-top: 12px;
  padding-bottom: 20px;
  width: 100%;
  color: #C0C4CC;
  font-size: 0.24rem;
  line-height: 0.34rem;
  text-align: center;
}
#xb-toast {
  position: fixed;
  top: 40%;
  left: 49%;
  z-index: 999;
  max-width: 50%;
  padding: 0.16rem 0.48rem;
  color: #FFFFFF;
  font-size: 0.26rem;
  line-height: 0.36rem;
  border-radius: 0.1rem;
  background: rgba(77, 77, 77, 0.9);
  transform: translateX(-49%);
}
