.fileUploader[data-v-4b6a6f58] {
  width: 100%;
}
.fileUploader .downloadFileContent[data-v-4b6a6f58] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 23px;
}
.fileUploader .downloadFileContent[data-v-4b6a6f58] .ak-icon {
  margin-right: 0;
}
.fileUploader .downloadFileContent[data-v-4b6a6f58] .ak-icon i {
  color: #1469fc;
  font-size: 16px;
}
.fileUploader .downloadFileContent div[data-v-4b6a6f58] {
  font-weight: 400;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  color: #1469fc;
  padding-right: 8px;
}
.fileUploader .downloadFileContent[data-v-4b6a6f58]:hover .ak-icon {
  background: #ecf6ff !important;
}
.fileUploader .downloadFileContent:hover div[data-v-4b6a6f58] {
  background: #ecf6ff !important;
}
.fileUploader .bottomUpload[data-v-4b6a6f58] {
  width: 100%;
}
.fileUploader .bottomUpload[data-v-4b6a6f58] .ak-upload {
  width: 100%;
}
.fileUploader .bottomUpload[data-v-4b6a6f58] .ak-upload .uploadContent {
  width: 100%;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px dashed #006dd3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  color: #31364e;
  caret-color: transparent;
  background-color: rgba(0, 109, 211, 0.04);
}
.fileUploader .bottomUpload[data-v-4b6a6f58] .ak-upload .uploadContent img {
  width: 100px;
  height: 100px;
  margin: 30px 0 15px 0;
}
.fileUploader .bottomUpload[data-v-4b6a6f58] .ak-upload .uploadContent .titleTip {
  font-weight: 400;
  font-size: 16px;
  color: #31364e;
  margin-bottom: 0;
}
.fileUploader .bottomUpload[data-v-4b6a6f58] .ak-upload .uploadContent .sizeTip {
  font-weight: 400;
  font-size: 14px;
  color: #9a9dad;
  margin-bottom: 13px;
}
.fileUploader .bottomUpload[data-v-4b6a6f58] .ak-upload .uploadContent .select-btn {
  margin-bottom: 29px;
  height: 36px;
  line-height: 36px;
  background: #ffffff;
  border-radius: 20px;
  border: 1px solid #1469fc;
  font-weight: 400;
  font-size: 14px;
  color: #1469fc;
  padding: 0 13px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.fileUploader .bottomUpload[data-v-4b6a6f58] .ak-upload .uploadContent .select-btn:hover {
  background: #ecf6ff;
  border-color: #005bf8;
}
.fileUploader .bottomUpload[data-v-4b6a6f58] .ak-upload .uploadContent .filed-path {
  font-size: 12px;
  color: #666;
  margin-bottom: 17px;
}
