.cui-uploader-header {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  padding-bottom: 10px;
}
.cui-uploader-title {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.cui-uploader-info {
  color: #ccc;
}
.cui-uploader-body {
  margin-bottom: -4px;
  margin-right: -9px;
  overflow: hidden;
}
.cui-uploader-files {
  list-style: none;
}
.cui-uploader-file {
  float: left;
  margin-right: 9px;
  margin-bottom: 9px;
  width: 79px;
  height: 79px;
  background: no-repeat 50%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.cui-uploader-file-status {
  position: relative;
}
.cui-uploader-file-status:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: " ";
  background-color: rgba(0,0,0,0.5);
}
.cui-uploader-file-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
}
.cui-uploader-file-content .cui-i-warn-fill {
  color: #f43530;
  font-size: 24px;
}
.cui-uploader-file-content .cui-i-loading {
  color: #fff;
  font-size: 24px;
}
.cui-uploader-box {
  float: left;
  position: relative;
  margin-right: 9px;
  margin-bottom: 9px;
  width: 77px;
  height: 77px;
  border: 1px solid #d9d9d9;
}
.cui-uploader-box:before,
.cui-uploader-box:after {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #d9d9d9;
}
.cui-uploader-box:before {
  width: 2px;
  height: 39.5px;
}
.cui-uploader-box:after {
  width: 39.5px;
  height: 2px;
}
.cui-uploader-input {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
