/* 文件上传 */
[v-cloak] {
  display: none;
}

.page-title {
  width: 100%;
  height: 11.73vw;
  line-height: 11.73vw;
  text-align: center;
  font-size: 4.8vw;
  position: relative;
}
.page-return {
  width: 3.47vw;
  height: 3.47vw;
  position: absolute;
  left: 6.4vw;
  top: 4.5vw;
  background: url(/mobile/images/return.png) no-repeat;
  background-size: auto 100% ;
}
.upload-content {
  padding: 4.27vw 6.4vw;
}
.upload-item {
  margin-bottom: 4.27vw;;
}
.upload-label {
  display: flex;
  margin-bottom: 2.13vw;
  position: relative;
}
.upload-label span{
  color: #222222;
  font-size: 3.2vw;
  line-height: 4.48vw;
  display: inline-block;
 
}
.upload-label.required span {
  padding-left: 3.2vw;
}
.upload-label.required::before {
  position: absolute;
  /* top: 1.2vw; */
  color: #ee0a24;
  font-size: 14px;
  content: '*';
}
.upload-input {
  width: 100%;
  height: 12.8vw;
  border-radius: 1.07vw;
  border: 1px solid #E9E9E9;
}
.upload-input-equip {
  width: 100%;
  height: 12.8vw;
  border-radius: 1.07vw;
  border: 1px solid #E9E9E9;
}
.upload-select {
  width: 100%;
  height: 12.8vw;
  border-radius: 1.07vw;
  border: 1px solid #E9E9E9;
  color: #222;
}
.upload-textarea {
  width: 100%;
  height: 29.33vw;
  border-radius: 1.07vw;
  border: 1px solid #E9E9E9;
}
.tips { 
  margin-top: 2.13vw;
  font-size:3.2vw;
}

.btn-upload {
  margin-top: 21.87vw;
  width: 100%;
  height: 12.8vw;
  line-height: 12.8vw;
  border-radius: 1.67vw;
  background-color: #4095F8;
  color: #FFF;
  font-size: 3.73vw;
  text-align: center;
  border: transparent;
}