.footer-height[data-v-7ea0b493] {
  height: 16vw;
}
[data-v-7ea0b493] .van-tabbar-item--active {
  color: #2e2d2d;
  font-size: 3.2vw;
}
[data-v-7ea0b493] .van-tabbar-item__text {
  color: #2e2d2d;
  font-size: 3.2vw;
}
[data-v-7ea0b493] .van-tabbar {
  height: 16vw;
  background: #ffffff;
  box-shadow: 0px -0.533333vw 4vw 0px rgba(0, 0, 0, 0.1);
}
[data-v-7ea0b493] .van-tabbar-item__icon {
  width: 5.333333vw;
  height: 5.333333vw;
  margin-bottom: 1.066667vw;
}
[data-v-7ea0b493] .disabled {
  filter: grayscale(100%);
}
[data-v-7ea0b493] .disabledTxt {
  opacity: 0.6;
}
#app {
  padding-bottom: constant(safe-area-inset-bottom);
  padding-bottom: env(safe-area-inset-bottom);
  -webkit-touch-callout: none !important;
  -webkit-user-select: none;
}
.el-input.is-active .el-input__inner,
.el-input__inner:focus {
  border: 1px solid #175ce6 !important;
}
.el-button--primary {
  background-color: #175ce6;
  border-color: #175ce6;
}
.el-button--primary:focus,
.el-button--primary:hover {
  background-color: #175ce6;
  border-color: #175ce6;
}
.el-button--primary.is-plain {
  color: #175ce6;
  background: #fff;
  border-color: #175ce6;
}
.el-button--primary.is-plain:focus,
.el-button--primary.is-plain:hover {
  color: #175ce6;
  background: #fff;
  border-color: #175ce6;
}
::-webkit-scrollbar {
  width: 0.4vw !important;
}
::-webkit-scrollbar-thumb {
  border-radius: 0.4vw;
  -webkit-box-shadow: inset 0 0 0.666667vw rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.2);
}
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0.2);
  border-radius: 0;
  background: rgba(0, 0, 0, 0.1);
}
.el-pagination {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-right: 3.333333vw;
}
.el-pagination .el-pager li:not(.disabled).active {
  background-color: #175ce6 !important;
}
.el-pagination .el-pager li {
  border-radius: 50% !important;
}
.el-pagination .btn-prev {
  background-color: #175ce6 !important;
  border-radius: 50% !important;
}
.el-pagination .btn-prev .el-icon-arrow-left:before {
  color: #fff;
}
.el-pagination .btn-next {
  background-color: #175ce6 !important;
  border-radius: 50% !important;
}
.el-pagination .btn-next .el-icon-arrow-right:before {
  color: #fff;
}
.van-popup .van-popover__content {
  font-size: 3.2vw;
  padding: 1.066667vw;
  border-radius: 1.066667vw;
}
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
figure,
footer,
header,
menu,
nav,
section,
time,
mark,
audio,
video,
details,
summary {
  margin: 0;
  padding: 0;
}

h1 {
  font-size: 2em !important;
}

div {
  white-space: normal;
  word-break: break-all;
  word-wrap: break-word;
}
a,
input,
textarea button {
  /*清除点击阴影*/
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
textarea {
  resize: none;
}
input,
button,
select,
textarea {
  outline: none;
  -webkit-appearance: none;
  border-radius: 0;
}
input,
textarea {
  background: none;
  outline: none;
  border: none;
  -webkit-appearance: none;
}
textarea,
input:focus {
  border: none;
}
.word-wrap {
  white-space: normal;
  word-break: break-all;
  word-wrap: break-word;
}
img {
  max-width: 100%;
}
/* html{
   background: #f3f5fc;
} */
body {
  font-size: 3.733333vw;
  background: rgba(48, 48, 48, 0.8);
  -webkit-text-size-adjust: 100%;
  font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", Helvetica, Tahoma, Arial, "Microsoft YaHei", 微软雅黑, 黑体, Heiti, sans-serif, SimSun, 宋体, serif;
  background-color: #fff;
  /* iOS禁止微信调整字体大小 */
  -webkit-text-size-adjust: 100% !important;
  text-size-adjust: 100% !important;
  -moz-text-size-adjust: 100% !important;
}

/*修改提示文字的颜色*/
input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #9d9d9d;
}
input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #9d9d9d;
}
input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #9d9d9d;
}
input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #9d9d9d;
}
.flex {
  display: flex;
  align-items: center;
}
.flex_b {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.bottom_20 {
  margin-bottom: 2.666667vw;
}
.bottom_10 {
  margin-bottom: 1.333333vw;
}
a {
  color: #696c77;
  text-decoration: none;
}

a:hover {
  color: #40589a;
  text-decoration: none;
}
.bold {
  font-weight: bold;
}
.w100 {
  width: 100%;
}
.relative {
  position: relative;
}
.page-title {
  font-size: 4.266667vw;
  color: #303030;
  letter-spacing: 0.94px;
  line-height: 4.266667vw;
  font-weight: 600;
}
.page-more {
  font-size: 3.2vw;
  color: #c4986e;
  margin-right: 1.333333vw;
}
.van-popup--bottom.van-popup--round {
  border-radius: 2.133333vw 2.133333vw 0 0;
}
.van-share-sheet__cancel::before {
  display: block;
  height: 0px;
  /* background-color: #f7f8fa; */
}
.van-share-sheet__options {
  padding: 7.466667vw 0 7.466667vw 0.4vw;
  background: #f9f9f9;
}
.van-share-sheet__icon {
  width: 16vw;
  margin: 0 1.6vw;
  height: 16vw;
}
.van-share-sheet__name {
  margin-top: 2.666667vw;
  font-size: 2.666667vw;
  font-weight: 400;
  text-align: center;
  color: #9d9d9d;
}
.van-share-sheet__cancel {
  height: 13.333333vw;
  line-height: 13.333333vw;
}
.vant-list {
  background: none !important;
}

.page-noscroll {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
}
@charset "UTF-8";
/* 改变主题色变量 */
@font-face {
  font-family: "MEBheiheiti";
  src: url(../fonts/MEBheiheiti.9bf5255c.ttf);
}
.loading-overlay[data-v-d960adee] {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3000;
  background: rgba(0, 0, 0, 0.15);
  display: flex;
  justify-content: center;
  align-items: center;
}
