.btn[data-v-2a8b476f] {
  height: 30px;
  line-height: 30px;
  border-radius: 16px;
  padding: 0px 15px;
  color: #f99d33;
  background: #fff;
  border: 1px solid #f99d33;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100px;
  font-weight: 500;
  text-align: center;
  margin-top: 5px;
  cursor: pointer;
}
.btn[data-v-2a8b476f]:hover {
  background-color: #f99d33;
  color: #fff;
}
.upload-file[data-v-2a8b476f] {
  width: 100% !important;
}
.file-list[data-v-2a8b476f] {
  margin-top: 10px;
}
.file-list li[data-v-2a8b476f] {
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  color: #606266;
  cursor: pointer;
}
.file-list li .icon-left[data-v-2a8b476f] {
  margin-left: 4px;
  float: left;
  height: 24px;
  line-height: 24px;
}
.file-list li .file-message[data-v-2a8b476f] {
  margin-left: 4px;
  text-decoration: underline;
  color: #f99d33;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  width: calc(100% - 28px);
  cursor: pointer;
}
.file-list li + li[data-v-2a8b476f] {
  margin-top: 4px;
}
.file-list li[data-v-2a8b476f]:hover {
  background-color: #f99d33;
  color: #fff;
}
.file-list li:hover .file-message[data-v-2a8b476f] {
  color: #fff;
}

