#web-uploader.dialog-web-uploader {
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    border: 1px solid #e2e2e2;
    box-shadow: 0 0 10px #ccc;
    margin-bottom: -2px;
    position: fixed;
    width: 633px;
    top: auto;
    bottom: 0px;
    left: 180px;
    right: auto;
    display: block;
    visibility: visible;
    z-index: 1042;
}

#web-uploader.dialog-web-uploader.animated {
    -webkit-animation-duration: 0s;
    animation-duration: 0s
}

#web-uploader.dialog-web-uploader .dialog-header,
#web-uploader.dialog-web-uploader .dialog-min-header{
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    background-color: #fff
}

#web-uploader.dialog-web-uploader .dialog-header .dialog-header-title {
    display: block;
    margin-right: 50px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #666;
}

#web-uploader.dialog-web-uploader .dialog-min-header h3,
#web-uploader.dialog-web-uploader .dialog-header h3 {
    height: 44px;
    line-height: 44px;
    color: #424e67;
    position: relative;
    display: block;
    text-indent: 1em;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 0;
    margin-top: 0;
}

#web-uploader.dialog-web-uploader .dialog-control {
    top: 13px;
    right: 12px;
    position: absolute;
    height: 20px;
    line-height: 20px;
}

#web-uploader.dialog-web-uploader .dialog-control span {
    font-size: 28px;
    text-align: center;
    color: #999;
    margin: 0 4px;
    cursor: pointer;
    float: right;
    line-height: 20px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
    font-variant: tabular-nums;
}

#web-uploader.dialog-web-uploader .dialog-control span:hover {
  color: #bbb;
}

@font-face {
  font-family: 'Glyphicons Halflings';

  src: url('./fonts/glyphicons-halflings-regular.eot');
  src: url('./fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('./fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('./fonts/glyphicons-halflings-regular.woff') format('woff'), url('./fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('./fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-info-sign:before {
  content: "\e086";
}

.glyphicon-pause:before {
  content: "\e073";
}

.glyphicon-play-circle:before {
  content: "\e029";
}

.glyphicon-remove-sign:before {
  content: "\e083";
}

.glyphicon-refresh:before {
  content: "\e031";
}

.glyphicon-trash:before {
  content: "\e020";
}

.jconfirm.jconfirm-material .jconfirm-box .jconfirm-buttons button {
  width: auto;
}

@media (max-width: 414px) {
  #web-uploader.dialog-web-uploader {
    width: 100%;
    left: 0;
  }

  #web-uploader.dialog-web-uploader .qq-upload-list .middle-content {
    width: 60%;
  }
}
