
::-webkit-scrollbar {
	display: none;
}
html,
body {
	width: 100vw;
	min-height: 100vh !important;
}
#app {
	width: 100vw;
	min-height: 100vh;
	/* overflow: hidden;
	font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-align: center;
	color: #2c3e50; */
}

body {
  background: #F0F0F0;
}
a {
  color: unset;
}
.fz24 {
  font-size: .24rem;
}
.fz30 {
  font-size: .3rem;
}
.fz28 {
  font-size: .28rem;
}
.fz26 {
  font-size: .26rem;
}
.p-l-30 {
  padding-left: .3rem;
}
.p-t-30 {
  padding-top: .3rem;
}
.bg-f {
  background: #fff;
}
.fixed {
  position: fixed;
}
.width-100 {
  width: 100%;
}
.height-100 {
  height: 100%;
}
.color-9 {
  color: #999;
}
.color-money {
  color: #ee0a24;
  font-size: 14px;
}
.rel {
  position: relative;
}
.abs {
  position: absolute;
}
.text-center {
  text-align: center;
}
.color-f {
  color: #fff;
}
.flex-box {
  display: flex;
}
.flex-1 {
  flex: 1;
}
.justify-content {
  justify-content: space-between;
}


.upload-wrap[data-v-7d996622] {
  width: 100px;
  height: 100px;
}
.upload-wrap .upload[data-v-7d996622] {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.upload-wrap .upload .upload-input[data-v-7d996622] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
}
.upload-wrap .select-img[data-v-7d996622] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.upload-wrap .select-img[data-v-7d996622],
.upload-wrap .select-img-wrap[data-v-7d996622] {
  width: 100%;
  height: 100%;
  border-radius: 0.12rem;
}
.upload-wrap .colse[data-v-7d996622] {
  position: absolute;
  right: 0;
  top: 0;
  width: 22px;
  height: 22px;
  overflow: hidden;
  z-index: 2;
}
.upload-wrap .colse .close-img[data-v-7d996622] {
  width: 100%;
  height: 100%;
}
.upload-wrap .img-wrap[data-v-7d996622] {
  width: 40px;
}

.u-upload[data-v-4a68b4a8] .van-uploader__preview-image {
  width: 1.52rem;
  height: 1.52rem;
  border-radius: 0.12rem;
}

