
::-webkit-scrollbar {
    display: none;
}
html,
body {
    width: 100vw;
    min-height: 100vh !important;
}
#app {
    width: 100vw;
    min-height: 100vh;
	overflow: hidden;
	font-family: "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei";
}


/**
* 1px 边框
* @direction {String} all四边    top left right bottom 一个边
* @color {String}  颜色
*/
.base-bottom-line {
  position: relative;
}
.base-bottom-line::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #eeeeee;
  transform: scale(1, 0.5);
  transform-origin: center center;
  box-sizing: border-box;
}
body {
  background: #f5f6fa;
}
a {
  color: unset;
}
.fz24 {
  font-size: 0.24rem;
}
.fz30 {
  font-size: 0.3rem;
}
.fz28 {
  font-size: 0.28rem;
}
.fz32 {
  font-size: 0.32rem;
}
.fz26 {
  font-size: 0.26rem;
}
.font-b {
  font-weight: bold;
}
.p-20 {
  padding: 0.2rem;
}
.p-l-20 {
  padding-left: 0.2rem;
}
.p-t-20 {
  padding-top: 0.2rem;
}
.bg-f {
  background: #fff;
}
.fixed {
  position: fixed;
}
.width-100 {
  width: 100%;
}
.height-100 {
  height: 100%;
}
.color-money {
  color: #ee0a24;
  font-size: 14px;
}
.rel {
  position: relative;
}
.abs {
  position: absolute;
}
.text-center {
  text-align: center;
}
.color-f {
  color: #fff;
}
.color-3 {
  color: #333;
}
.color-6 {
  color: #666;
}
.color-9 {
  color: #999;
}
.flex-box {
  display: flex;
}
.flex-1 {
  flex: 1;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-center {
  align-items: center;
}
.justify-center {
  justify-content: center;
}
.justify-s-b {
  justify-content: space-between;
}
.base-button-wrap {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1.2rem;
  padding: 0.14rem 0.5rem;
  display: flex;
  align-items: center;
  background: #FFFFFF;
  box-shadow: 0rem -0.02rem 0.12rem 0rem rgba(0, 0, 0, 0.06);
}
.base-button-wrap .van-button {
  height: 0.92rem;
}
.base-required::after {
  content: "*";
  color: #ff4e58;
  font-size: 0.3rem;
  margin-left: 0.05rem;
}
.base-form {
  background: #ffffff;
  padding: 0 0.3rem;
  border-radius: 0.2rem;
}
.base-form .base-form-item {
  padding: 0.4rem 0;
  display: flex;
  align-items: center;
  position: relative;
}
.base-form .base-form-item::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #eeeeee;
  transform: scale(1, 0.5);
  transform-origin: center center;
  box-sizing: border-box;
}
.base-form .base-form-item:last-child {
  border-bottom: none;
}
.base-form .base-form-item.vertical {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.base-form .base-form-item.vertical .label {
  margin-bottom: 0.3rem;
}
.base-form .base-form-item.vertical .content {
  width: 100%;
}
.base-form .base-form-item.required .label::after {
  content: "*";
  color: #ff4e58;
  font-size: 0.3rem;
  margin-left: 0.05rem;
}
.base-form .base-form-item .content {
  font-size: 0.24rem;
  font-weight: 400;
  color: #666666;
  line-height: 1;
}
.base-form .base-form-item .label {
  font-size: 0.28rem;
  font-weight: bold;
  color: #333333;
  line-height: 1;
  display: inline-block;
  min-width: 1.8rem;
}
.van-cell--required::before {
  content: "";
}
.van-field__label {
  color: #333333 !important;
}
.van-cell--required .van-field__label::after {
  content: "*";
  color: #ff4e58;
  font-size: 0.3rem;
  margin-left: 0.05rem;
}
.van-uploader__preview,
.van-uploader__upload {
  width: 1.52rem;
  height: 1.52rem;
  background: #f5f6fa;
  border-radius: 0.12rem;
  overflow: hidden;
  margin: 0 0.1rem 0.1rem 0;
}
.van-button--disabled {
  background: #84d7fe !important;
  opacity: 1;
}
.van-picker__toolbar {
  height: 55px;
}
.van-picker__toolbar .van-picker__title {
  font-size: 0.32rem;
  font-weight: bold;
  color: #333333;
}
.van-picker__toolbar .van-picker__confirm {
  font-size: 0.32rem;
  font-weight: bold;
  color: #333333;
  line-height: 0.28rem;
}
.van-picker__toolbar .van-picker__cancel {
  font-size: 0.32rem;
  font-weight: 400;
  color: #333333;
  line-height: 0.28rem;
}
.small-button {
  height: 0.52rem;
  padding: 0.14rem 0.2rem;
  color: #666666;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.24rem;
  position: relative;
  border-radius: 8px;
}
.small-button::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 200%;
  height: 200%;
  border: 1px solid rgba(102, 102, 102, 0.3);
  transform: scale(0.5, 0.5) translate(-50%, -50%);
  transform-origin: center center;
  box-sizing: border-box;
  border-radius: 8px;
}

.van-button--normal[data-v-2823c231] {
  border-radius: 0.36rem !important;
}
.van-button--round[data-v-2823c231] {
  border-radius: 999px !important;
}
.van-button--plain[data-v-2823c231] {
  background-color: transparent !important;
  color: #09AFFD;
}
.van-button--plain[data-v-2823c231]::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 200%;
  height: 200%;
  border: 1px solid #4FC4FC;
  transform: scale(0.5, 0.5) translate(-50%, -50%);
  transform-origin: center center;
  box-sizing: border-box;
  border-radius: 999px;
}

.page[data-v-61371364] {
  background: #f5f6fa;
  padding: 0.3rem 0.2rem;
  min-height: 100vh;
  padding-bottom: calc(env(safe-area-inset-bottom) + 100px);
}


[data-v-4685d31c] .van-radio__label {
  font-size: 0.28rem;
}
.icon-radio-wrap img[data-v-4685d31c] {
  width: 0.28rem;
  height: 0.28rem;
}

