* {
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbo;
}
body {
  background-color: #f5f6fa;
  max-width: 750px;
  margin: 0 auto !important;
}
.van-tabbar {
  max-width: 750px;
}
@media (min-width: 750px) {
  .van-tabbar {
    left: calc((100vw - 750px) / 2) !important;
  }
}
.line_bottom {
  position: relative;
}
.line_bottom :after {
  position: absolute;
  box-sizing: border-box;
  content: " ";
  pointer-events: none;
  right: 5px;
  bottom: 0;
  left: 5px;
  border-bottom: 1px solid #ebedf0;
  transform: scaleY(0.5);
}
.el-date-range-picker__content {
  float: none !important;
}
.el-picker__popper {
  width: 320px !important;
}
.current-row > td {
  background: #e6ecf8 !important;
}
.current-row .check_icon {
  visibility: visible !important;
}
@media screen and (min-width: 750px) {
  .van-dropdown-item--down {
    max-width: 750px !important;
    left: calc((100vw - 750px) / 2) !important;
  }
}
.van-tabbar-item--active .icon {
  color: #1989fa;
}
.el-date-range-picker__content.is-right {
  border-right: 1px solid #e4e7ed;
}
.van-nav-bar__title {
  max-width: 66% !important;
  overflow: visible !important;
}
.searchNav .van-nav-bar__title {
  margin-left: 90px !important;
}
.this_only_ol ol {
  /* 或者直接重置为初始值 */
  list-style: auto;
}
.el-dialog {
  background-color: rgba(0, 0, 0, 0.5) !important;
}
.el-dialog__title {
  color: #fff !important;
}
.el-dialog__headerbtn .el-dialog__close {
  color: #fff !important;
  font-weight: bold;
  width: 1.5em;
  height: 1.5em;
}

