html,
body {
  height: 100%;
  overflow: hidden;
  overscroll-behavior: none;
}
#app {
  font-family: Avenir, Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #333333;
  word-wrap: break-word !important;
  height: 100%;
  overflow-y: auto;
  /* 交给容器滚动 */
  -webkit-overflow-scrolling: touch;
  /* iOS 弹性滚动 */
}
:root {
  --safe-top: 44px;
}
body {
  margin: 0;
  overflow-x: hidden;
}
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
li {
  list-style: none;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
p {
  margin: 0;
}
h5 {
  margin: 0;
}
a {
  text-decoration: none;
}
.van-dialog__message {
  font-size: 0.37333rem !important;
  color: #000001 !important;
  line-height: 1.6 !important;
}
.van-dialog__header {
  font-size: 0.53333rem !important;
}
.van-dialog__confirm,
.van-dialog__cancel {
  font-size: 0.48rem !important;
}
.van-dialog__confirm,
.van-dialog__confirm:active {
  color: #00bfbf !important;
}
.van-toast--fail {
  width: 6.4rem !important;
  min-height: 1.33333rem !important;
}
.van-toast--fail .van-toast__icon {
  font-size: 0.53333rem !important;
}
.van-toast--success {
  width: 4rem !important;
}
.van-field__control {
  border: none !important;
}
.van-cell:after {
  display: none !important;
}
.van-image-preview__overlay {
  background: rgba(26, 34, 51, 0.5) !important;
  backdrop-filter: blur(0.10667rem) !important;
}
.van-image-preview__close-icon {
  color: #fff !important;
  font-size: 0.64rem !important;
  top: 0.85333rem !important;
}
.van-image-preview__index {
  font-size: 0.42667rem !important;
  top: 0.93333rem !important;
}
.loading .van-loading[data-v-2196f496] {
  width: 1.06667rem;
  height: 1.06667rem;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -0.53333rem;
  margin-left: -0.53333rem;
  z-index: 9999;
}
