.w-desc-text[data-v-989f8e6a] {
  color: #a2a4a8;
}
.w-row-text[data-v-989f8e6a] {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.w-t-center[data-v-989f8e6a] {
  text-align: left;
}
.w-t-left[data-v-989f8e6a] {
  left: 0;
  text-align: left;
}
.w-t-right[data-v-989f8e6a] {
  right: 0;
  text-align: left;
}
.w-h-center[data-v-989f8e6a] {
  display: flex;
  align-items: center;
}
.cancellation-info .header-title[data-v-989f8e6a] {
  color: red;
}
.cancellation-info .header-title .order-num[data-v-989f8e6a] {
  color: #afbdcf;
  font-size: 16px;
  text-decoration: line-through;
}
.cancellation-info .file-item[data-v-989f8e6a] {
  width: 100%;
  color: #606266;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.cancellation-info .file-item[data-v-989f8e6a]:hover {
  color: #2e7fff;
  text-decoration: underline;
  background-color: #eff5ff;
}
.cancellation-info .file-item .file-download[data-v-989f8e6a] {
  width: 15px;
  height: 15px;
  margin-left: 10px;
  margin-top: 6px;
  flex-shrink: 0;
}
.cancellation-info .file-item .file-download img[data-v-989f8e6a] {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
