.next-upload-list-text .next-upload-list-item .next-icon {
  position: absolute;
  right: 12px;
  color: #999999;
  cursor: pointer;
  text-align: center;
}

.next-upload-list-text .next-upload-list-item .next-icon:before {
  width: 12px;
  font-size: 12px;
  line-height: inherit;
}

.next-upload-list-text .next-upload-list-item:hover {
  background-color: #F2F3F7;
}

.next-upload-list-text .next-upload-list-item:hover .next-icon {
  color: #666666;
}

.next-upload-list-text .next-upload-list-item-hovered {
  background-color: #F2F3F7;
}

.next-upload-list-text .next-upload-list-item-hovered .next-upload-list-item-name {
  color: #2192D9;
}

.next-upload-list-text .next-upload-list-item-hovered .next-icon {
  color: #666666;
}

.next-upload-list-text .next-upload-list-item-info {
  line-height: 28px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.next-upload-list-text .next-upload-list-item-name {
  color: #333333;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  float: left;
  margin-right: 5%;
}

.next-upload-list-text .next-upload-list-item-name .next-upload-list-item-extra {
  color: #999999;
  margin-left: 8px;
}

.next-upload-list-text .next-upload-list-item-error {
  background-color: #FAE7E7 !important;
}

.next-upload-list-text .next-upload-list-item-uploading .next-upload-list-item-name {
  max-width: 35%;
}

.next-upload-list-text .next-upload-list-item-progress {
  float: left;
  width: 50%;
  line-height: 28px;
  font-size: 0;
}

.next-upload-list-text .next-upload-list-item-progress .next-progress-line {
  vertical-align: middle;
}

.next-upload-list-text .next-upload-list-item-done .next-upload-list-item-info {
  width: 80%;
}

.next-upload-list-text .next-upload-list-item-done:hover .next-upload-list-item-name {
  color: #2192D9;
}

.next-upload-list-text-image .next-upload-list-item {
  position: relative;
  width: 350px;
  border-width: 1px;
  border-style: solid;
  border-color: #DCDEE3;
  background-color: #FFFFFF;
  padding: 8px;
  line-height: 50px;
  font-size: 12px;
  margin-bottom: 5px;
}

.next-upload-list-text-image .next-upload-list-item:after {
  visibility: hidden;
  display: block;
  height: 0;
  font-size: 0;
  content: '\0020';
  clear: both;
}

.next-upload-list-text-image .next-upload-list-item .next-icon {
  float: right;
  margin-right: 4px;
  cursor: pointer;
  color: #999999;
  text-align: center;
}

.next-upload-list-text-image .next-upload-list-item .next-icon:before {
  width: 12px;
  font-size: 12px;
  line-height: inherit;
}

.next-upload-list-text-image .next-upload-list-item:hover {
  border-color: #DCDEE3;
  background-color: #F7F8FA;
}

.next-upload-list-text-image .next-upload-list-item:hover .next-icon {
  color: #666666;
}

.next-upload-list-text-image .next-upload-list-item-hovered {
  border-color: #DCDEE3;
  background-color: #F7F8FA;
}

.next-upload-list-text-image .next-upload-list-item-hovered .next-upload-list-item-name {
  color: #2192D9;
}

.next-upload-list-text-image .next-upload-list-item-hovered .next-upload-list-item-extra {
  color: #999999;
}

.next-upload-list-text-image .next-upload-list-item-hovered .next-icon {
  color: #666666;
}

.next-upload-list-text-image .next-upload-list-item-error {
  border-color: #FF3333 !important;
}

.next-upload-list-text-image .next-upload-list-item-name {
  color: #333333;
}

.next-upload-list-text-image .next-upload-list-item-name .next-upload-list-item-extra {
  color: #999999;
  margin-left: 8px;
}

.next-upload-list-text-image .next-upload-list-item-progress {
  float: left;
  width: 70%;
  line-height: 50px;
  font-size: 0;
}

.next-upload-list-text-image .next-upload-list-item-progress .next-progress-line {
  vertical-align: middle;
}

.next-upload-list-text-image .next-upload-list-item-done:hover .next-upload-list-item-name {
  color: #2192D9;
}

.next-upload-list-text-image .next-upload-list-item-thumbnail {
  float: left;
  width: 50px;
  height: 50px;
  color: #C4C6CF;
  border: 1px solid #DCDEE3;
  background-color: #F7F8FA;
  margin-right: 8px;
  vertical-align: middle;
  text-align: center;
}

.next-upload-list-text-image .next-upload-list-item-thumbnail>* {
  display: block;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
}

.next-upload-list-text-image .next-upload-list-item-thumbnail .next-icon {
  display: block;
  margin: 0;
  line-height: 50px;
}

.next-upload-list-text-image .next-upload-list-item-thumbnail .next-icon:before {
  width: 24px;
  font-size: 24px;
  line-height: inherit;
}

.next-upload-drag {
  position: relative;
  width: 553px;
  padding: 16px;
  border-width: 1px;
  border-style: dashed;
  border-color: #DCDEE3;
  background-color: #FFFFFF;
  color: #999999;
  font-size: 14px;
}

.next-upload-drag-over {
  color: #999999;
  border-color: #DCDEE3;
}

.next-upload-drag-tips {
  pointer-events: none;
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.next-upload-drag-tips-over {
  pointer-events: none;
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #F2F3F7;
  text-align: center;
}

.next-upload-drag-tips-over span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.next-upload-drag-tips-hide {
  display: none;
}

.next-upload-drag .next-upload-list-item {
  margin: 0 12px 16px 0;
}

.next-upload-drag .next-upload-select-picture-card {
  margin-bottom: 0;
}

.next-upload-crop-inner-cropper {
  width: 400px;
  height: 260px;
  float: left;
}

.next-upload-crop-inner-reset {
  display: inline-block;
  cursor: pointer;
  font-size: 12px;
  color: #666666;
  margin: 12px 0;
}

.next-upload-crop-inner-preview {
  float: left;
  overflow: hidden;
  margin-left: 20px;
}

.next-upload-crop-inner-preview>div {
  margin-bottom: 12px;
}

.next-upload-crop-inner-preview>div:last-child {
  margin-bottom: 0;
}

.next-upload-crop-inner-preview>div .img-preview {
  overflow: hidden;
}