/* 组件样式 */
.van-uploader[data-v-4b83156e] {
  font-size: 0.14rem;
  color: #262626;
}
.van-cell[data-v-4b83156e] {
  padding: 0.18rem;
}
.upload-file-page[data-v-4b83156e] {
  background: #f5f5f5;
  min-height: 100vh;
}
.upload-file-page .upload-title[data-v-4b83156e] {
  margin: 0.04rem auto;
  color: #000000a6;
}
.upload-file-page .upload-content[data-v-4b83156e] {
  background: white;
  padding: 0.04rem 0.16rem 0.35rem;
  border-radius: 0.3rem;
}
.upload-file-page .upload-content .upload-picture[data-v-4b83156e] {
  padding-bottom: 0.16rem;
  text-align: left;
  border-bottom: 0.01rem solid #F5F5F5;
}
.upload-file-page .upload-content .upload-file[data-v-4b83156e] {
  display: flex;
  justify-content: flex-start;
  margin: 0.2rem 0;
  font-size: 0.14rem;
  color: #000000a6;
  font-weight: 500;
}
.upload-file-page .upload-content .add-file[data-v-4b83156e] {
  border-bottom: 0.01rem solid #F5F5F5;
  display: flex;
  justify-content: flex-start;
  padding: 0.16rem;
  padding-bottom: 0.16rem;
}
.upload-file-page .upload-content .description-type[data-v-4b83156e] {
  margin-top: 0.18rem;
  margin-bottom: 0.03rem;
}
.main[data-v-4b83156e] {
  margin: 0.3rem 0.17rem 0;
  background: #fff;
  border-radius: 0.16rem;
}
.main .upload-image[data-v-4b83156e] {
  margin-bottom: 0.2rem;
  font-size: 0.14rem;
  color: #000000a6;
  font-weight: 500;
}
.main .description[data-v-4b83156e] {
  color: #b2b2b2;
  font-size: 0.13rem;
  text-align: left;
  font-weight: 300;
}
.van-cell[data-v-4b83156e] {
  border-radius: 0.2rem;
}
.tips[data-v-4b83156e] {
  padding: 0.17rem 0.17rem 0;
}
.tips .tip[data-v-4b83156e] {
  display: flex;
  justify-content: flex-start;
  margin-top: 0.08rem;
  font-size: 0.14rem;
}
.tips .content[data-v-4b83156e] {
  font-size: 0.14rem;
  display: flex;
  justify-content: flex-start;
  color: #6e6e6e;
  text-align: left;
  margin-top: 0.13rem;
}
.btns[data-v-4b83156e] {
  display: flex;
  justify-content: center;
  margin-top: 0.42rem;
  margin-bottom: 0.17rem;
}
.btns .btn[data-v-4b83156e] {
  width: calc(70vw - 0.24rem);
  height: 0.44rem;
  background: #1989fa;
  font-size: 0.14rem;
  color: white;
  border-radius: 0.2rem;
}
.btns .isDisabled[data-v-4b83156e] {
  background: #d9d9d9;
}
