@import url(/assets/element-ui/lib/theme-chalk/index.css);
@import url(/assets/vant/index.css);
body {
  font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, Helvetica, Segoe UI, Arial, Roboto, PingFang SC, miui, Hiragino Sans GB, Microsoft Yahei, sans-serif;
}

.icon5box[data-v-f950f6ae] {
  width: 0.69rem;
  height: 0.86rem;
  background: url(/assets/web/assets/icon5.png) no-repeat center center;
  background-size: 0.25rem auto;
}
.icon6box[data-v-f950f6ae] {
  width: 0.77rem;
  height: 0.86rem;
  background: url(/assets/web/assets/icon6.png) no-repeat center center;
  background-size: 0.33rem auto;
  transition: all 0.5s ease 0s;
}
.icon6box.on[data-v-f950f6ae] {
  transform: rotate(90deg);
}
header[data-v-f950f6ae] {
  position: fixed;
  max-width: 640px;
  margin: 0 auto;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  padding: 0;
  height: 0.86rem;
  background: url(/assets/web/assets/topbg.jpg) no-repeat center top;
  background-size: 7.5rem .87rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0;
  /* img {
    width: 0.86rem;
    transition: transform 0.4s;

    &.on {
      transform: rotate(90deg);
    }
  } */
}
header .title[data-v-f950f6ae] {
  font-size: 0.34rem;
  color: #fff;
  margin: 0;
  padding: 0;
}
header .icon6[data-v-f950f6ae] {
  width: 0.33rem;
  height: 0.32rem;
  transition: all 0.5s ease 0s;
}
header .icon6.on[data-v-f950f6ae] {
  transform: rotate(90deg);
}
header .common_hmenu[data-v-f950f6ae] {
  position: absolute;
  top: 0.9rem;
  right: 0.2rem;
  width: 2.28rem;
  border-radius: 0.06rem;
  z-index: 50;
  padding: 0 .25rem 0 .2rem;
  box-sizing: border-box;
  background: url(/assets/web/assets/icon7.png) no-repeat center top;
  background-size: 2.28rem 5.46rem;
}
header .common_hmenu a[data-v-f950f6ae] {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 0.85rem;
  border-bottom: 1px solid #7d7d7d;
}
header .common_hmenu a .icon[data-v-f950f6ae] {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-right: 0.2rem;
  width: initial;
}
header .common_hmenu a .icon img[data-v-f950f6ae] {
  width: 0.31rem;
}
header .common_hmenu a span[data-v-f950f6ae] {
  font-size: 0.28rem;
  color: #ffffff;
}
header .common_hmenu a[data-v-f950f6ae]:last-child {
  border-bottom: 0;
}
header .common_hmenu[data-v-f950f6ae]::before {
  content: "";
  position: absolute;
  top: -0.12rem;
  right: 0.08rem;
  border-left: 0.08rem solid transparent;
  border-right: 0.08rem solid transparent;
  border-bottom: 0.12rem solid #333333;
  display: none;
}

.uploader-btn {
  border: none !important;
  padding: 0 !important;
  border-radius: 0 !important;
}
.uploader-btn:hover {
  background-color: unset !important;
}
.uploader-btn input {
  width: 100% !important;
  height: 100% !important;
  visibility: visible !important;
  left: 0;
  top: 0;
  opacity: 0;
}

