.upload-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 590px;
}
.upload-container-title {
  margin-bottom: 26px;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  color: #1b1f25;
}
.upload-container-box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 0;
}
.upload-container-box .el-upload {
  height: 100%;
}
.upload-container-box .el-upload .el-upload-dragger {
  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;
  height: 100%;
}
.upload-container-box .el-upload .upload-icon {
  text-align: center;
}
.upload-container-box .el-upload .upload-icon i {
  font-size: 80px;
  color: #409eff;
}
.upload-container-box .el-upload .upload-title {
  margin-top: 20px;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  color: #000;
}
.upload-container-box .el-upload .upload-text {
  margin-top: 30px;
  font-size: 16px;
  line-height: 30px;
  color: #5d6c89;
}
.upload-container-box .el-upload .upload-description {
  font-size: 14px;
  color: #a0acbb;
  line-height: 20px;
}
.upload-container .upload-list {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 996px;
  height: 400px;
  background-color: #FFF;
  border-radius: 6px;
}
.upload-container .upload-list-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 60px;
  border-bottom: 1px solid #d9dde4;
  color: #5d6c89;
}
.upload-container .upload-list-header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.upload-container .upload-list-main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 22px 17px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 0;
  overflow: auto;
}
.upload-container .upload-list-main .file-item {
  float: left;
  margin-right: 16px;
  margin-bottom: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 308px;
  height: 128px;
  border-radius: 6px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  border: 1px solid #f8f8fc;
  -webkit-box-shadow: 0 4px 26px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 4px 26px 0 rgba(0, 0, 0, 0.08);
  position: relative;
  overflow: hidden;
}
.upload-container .upload-list-main .file-item:nth-child(3n) {
  margin-right: 0;
}
.upload-container .upload-list-main .file-item-img {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 128px;
  height: 128px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.upload-container .upload-list-main .file-item-img img {
  max-width: 100%;
  max-height: 100%;
}
.upload-container .upload-list-main .file-item-img-title {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  height: 24px;
  width: 100%;
  padding: 0 12px;
  color: #fff;
  font-size: 12px;
  line-height: 24px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: rgba(0, 0, 0, 0.5);
}
.upload-container .upload-list-main .file-item-detail {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 8px 16px;
  overflow: hidden;
  font-size: 12px;
}
.upload-container .upload-list-main .file-item-detail-text {
  color: #5d6c89;
}
.upload-container .upload-list-main .file-item-detail-info {
  margin-bottom: 6px;
  color: #a0acbb;
}
.upload-container .upload-list-main .file-item-detail-info span {
  margin-right: 6px;
}
.upload-container .upload-list-main .file-item-detail-info span:nth-child(3n) {
  margin-right: 0;
}
.upload-container .upload-list-main .file-item-detail-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 8px;
  width: 100%;
}
.upload-container .upload-list-main .file-item-detail-button-item {
  margin-right: 8px;
  width: 64px;
  height: 28px;
  text-align: center;
  line-height: 28px;
  font-size: 12px;
  color: #5d6c89;
  border-radius: 2px;
  border: none;
  background-color: #f2f4fa;
  cursor: pointer;
}
.upload-container .upload-list-main .file-item-detail-button-item:nth-child(2) {
  margin-right: 0;
}
.upload-container .upload-list-main .file-item-detail-corner {
  position: absolute;
  top: 0;
  right: 0;
  width: 36px;
  height: 36px;
  cursor: pointer;
  background-image: url(/themes/default/images/card_corner.svg);
  background-size: cover;
  background-repeat: no-repeat;
}
.upload-container .upload-list-main .file-item-detail-corner-icon {
  position: absolute;
  top: 7px;
  right: 4px;
  width: 12px;
  height: 8px;
  background-image: url(/themes/default/images/card_corner_true.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
}
.upload-container .upload-list-main .file-item-detail-corner:hover .file-item-detail-corner-icon {
  top: 1px;
  right: 0;
  width: 22px;
  height: 22px;
  background-image: url(/themes/default/images/card_corner_false.svg);
}
.upload-container .upload-list-main .file-image-item {
  float: left;
  margin-right: 12px;
  margin-bottom: 12px;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  color: #5d6c89;
  width: 148px;
}
.upload-container .upload-list-main .file-image-item:nth-of-type(6n) {
  margin-right: 0;
}
.upload-container .upload-list-main .file-image-item-img {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 148px;
  height: 168px;
  border-radius: 8px;
  background: #f2f4fa;
  border: 1px solid #d9dde4;
  overflow: hidden;
}
.upload-container .upload-list-main .file-image-item-img:hover .file-image-item-img-delete {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.upload-container .upload-list-main .file-image-item-img .image {
  max-width: 100%;
  border: 0;
}
.upload-container .upload-list-main .file-image-item-img-delete {
  display: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-size: 14px;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
}
.upload-container .upload-list-main .file-image-item-img-delete img {
  width: 48px;
  height: 48px;
  border: 0;
}
.upload-container .upload-list-main .file-image-item-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  text-align: center;
  margin-top: 8px;
  padding: 0 12px;
}
.upload-container .upload-list-main .file-image-item-title span {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.upload-container .upload-list-main .audio-file-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 65px;
  font-size: 16px;
  color: #282828;
  border: 1px solid rgb(225, 230, 236);
}
.upload-container .upload-list-main .audio-file-item-left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.upload-container .upload-list-main .audio-file-item-img {
  margin-right: 15px;
  width: 22px;
  height: 22px;
}
.upload-container .upload-list-main .audio-file-item-name {
  margin-right: 20px;
  width: 280px;
}
.upload-container .upload-list-main .audio-file-item-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.upload-container .upload-list-main .audio-file-item-type-status {
  margin-left: 15px;
  padding: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1em;
  font-size: 14px;
  color: #24a3da;
  border: 1px solid #24a3da;
  border-radius: 2px;
}
.upload-container .upload-list-main .audio-file-item-size {
  margin-left: 60px;
  width: 100px;
  text-align: right;
}
.upload-container .upload-list-main .audio-file-item-download {
  width: 95px;
  line-height: 35px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  background: #fc4f32;
  border-radius: 6px;
  cursor: pointer;
}
.upload-container .upload-list-footer {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 124px;
  border-top: 1px solid #d9dde4;
}
.upload-container .upload-list-footer-left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.upload-container .upload-list-footer-left .config-title {
  margin-right: 10px;
}
.upload-container .upload-list-footer-left .label {
  font-size: 14px;
  color: #1b1f25;
}
.upload-container .upload-list-footer-left .specify-definition-title {
  margin-right: 20px;
}
.upload-container .upload-list-footer-left .specify-definition .el-radio__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.upload-container .upload-list-footer-left .specify-definition .el-radio__label .el-slider {
  width: 100px;
}
.upload-container .upload-list-footer-left .specify-definition .el-input {
  margin-left: 16px;
  margin-right: 6px;
  width: 51px;
}
.upload-container .upload-list-footer-left .specify-size .el-radio__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.upload-container .upload-list-footer-left .specify-size .el-input {
  margin-left: 16px;
  margin-right: 6px;
  width: 51px;
}

.custom-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-width: 140px;
  height: 36px;
  font-size: 16px;
  border: 1px solid #ccc;
}
.custom-select:hover .custom-select-icon i {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.custom-select-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-self: center;
  padding: 0 10px;
  font-weight: bold;
}
.custom-select-icon i {
  -webkit-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.custom-select.disabled {
  cursor: not-allowed;
}
.custom-select.disabled:hover .custom-select-icon i {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

.audio-types {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.audio-types-item {
  margin: 7px 15px 7px 0;
  width: 80px;
  line-height: 36px;
  text-align: center;
  font-size: 14px;
  color: #292929;
  background: #f6f6f6;
  cursor: pointer;
}
.audio-types-item:nth-child(4n) {
  margin-right: 0;
}
.audio-types-item.active {
  color: #165dff;
  background: #eaf0ff;
}