.webuploader-container {
    position: relative;
}
.webuploader-element-invisible {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
}
.webuploader-pick {
    position: relative;
    display: inline-block;
    cursor: pointer;
    background: #ffa028;
    padding: 10px 15px;
    color: #fff;
    text-align: center;
    overflow: hidden;
}
.webuploader-pick-hover {
    background: #e48c1c;
}

.webuploader-pick-disable {
    opacity: 0.6;
    pointer-events:none;
}

/**图片上传插件CSS*/
.uploader-box .thumbnail {
    width: 110px;
    display: block;
    padding: 0;
    border: 0;
}

.thumbnail-place>div {
    width: 110px;
    border: 1px dotted #ccc;
    background: #f8f8f8;
}

.uploader-box .thumbnail img {
    width: 110px;
    min-height: 50px;
    padding: 4px;
    border: 1px solid #ccc;
    border-radius: 3px;
}
.uploader-box .thumbnail:hover {
    box-shadow: 0 0 6px rgba(0,0,0,.2);
}
.uploader-list {
    clear: both;
}
.uploader-list:after{
    content: " ";
    display: block;
    clear: both;
}
.file-item {
    float: left;
    position: relative;
    margin: 0 20px 20px 0;
    padding: 4px;
}
.file-item i.icon {
    position: absolute;
    right: -7px;
    top: -7px;
    cursor: pointer;
    display: none;
    z-index: 10;
    color: #999;
}
.file-item:hover i.icon{
    display: block;
}
.file-item i.icon:hover {
    color: #d14;
}
.file-item .error {
    position: absolute;
    top: 4px;
    left: 4px;
    right: 4px;
    background: red;
    color: white;
    text-align: center;
    height: 20px;
    font-size: 14px;
    line-height: 23px;
}
.file-item .info {
    position: absolute;
    left: 4px;
    bottom: 4px;
    right: 4px;
    height: 20px;
    line-height: 20px;
    text-indent: 5px;
    background: rgba(0, 0, 0, 0.6);
    color: white;
    overflow: hidden;
    white-space: nowrap;
    text-overflow : ellipsis;
    font-size: 12px;
    z-index: 10;
}
.upload-state-done:after {
    content:"\e66c";
    font-family: 'icon';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 22px;
    position: absolute;
    bottom: 3px;
    right: 4px;
    color: #4cae4c;
    z-index: 99;
}
.file-item .progress {
    position: absolute;
    right: 4px;
    bottom: 4px;
    height: 3px;
    left: 4px;
    height: 4px;
    overflow: hidden;
    z-index: 15;
    margin:0;
    padding: 0;
    border-radius: 0;
    background: transparent;
}
.file-item .progress span {
    display: block;
    overflow: hidden;
    width: 0;
    height: 100%;
    background: #d14 url(../../images/progress.png) repeat-x;
    -webit-transition: width 200ms linear;
    -moz-transition: width 200ms linear;
    -o-transition: width 200ms linear;
    -ms-transition: width 200ms linear;
    transition: width 200ms linear;
    -webkit-animation: progressmove 2s linear infinite;
    -moz-animation: progressmove 2s linear infinite;
    -o-animation: progressmove 2s linear infinite;
    -ms-animation: progressmove 2s linear infinite;
    animation: progressmove 2s linear infinite;
    -webkit-transform: translateZ(0);
}

/*文件显示*/
.file-line {
    display: inline-block;
    padding: 0 30px 0 10px;
    clear: both;
    margin-bottom: 10px;
    background: #fff;
    line-height: 34px;
    border: 1px dotted #ddd;
    color: #666;
    box-shadow: 0 1px 2px rgba(0,0,0,.05);
    min-width: 300px;
    overflow: initial;
    text-align: left;
}
.file-line em {
    font-style: normal;
    cursor: move;
}
.file-line select {
    position: absolute;
    right: -100px;
    top: 5px;
}
.file-line i.icon {
    color: #aaa;
    top: 0;
    z-index: 100;
    background: #fff;
    padding-left: 10px;
    padding-right: 5px;
    right: 0;
}
.file-line img {
    float: left;
    margin-right: 6px;
    margin-top: 8px;
}
.file-line.error {
    border-color: #f00;
    background: rgba(255,0,0,.03);
}
.file-line .span-error {
    color: red;
}
.file-line.upload-state-done:after {
    font-size: 18px;
    bottom: 9px;
}

.webuploader-container {
	position: relative;
}
.webuploader-element-invisible {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip: rect(1px,1px,1px,1px);
}

.polyv-layer-prog {
  width: 300px;
  font-size: 16px;
}
.polyv-layer {
  text-align: center;
  padding: 15px 15px 25px;
  position: relative;
}
.polyv-layer img {
  display: inline-block;
  margin: 0 0 10px;
  width: 60px;
}
.polyv-layer .pl-prog {
  width: 80%;
  height: 6px;
  position: relative;
  margin: 0 auto;
  float: left;
  background-color: #ddd;
  overflow: hidden;
}
.polyv-layer .pl-prog > div {
  float: left;
  height: 6px;
  min-width: 2px;
  background-color: #ffa028;
}
.polyv-layer > span {
  display: inline-block;
  float: left;
  margin: -6px 0 0 15px;
  font-size: 12px;
  color: #555;
}
.video-ok{
    background: #64b92b;
    color: #fff;
    overflow: hidden;
    width:230px;
    position: relative;
    top: 15px;
}
.video-ok:empty{
    display: none;
}
.video-ok strong{
    margin-left: 15px;
    line-height: 40px;
    height: 40px;
    display: inline-block;
}
.video-ok strong i{
    font-size: 26px;
}
.video-ok a{
    display:inline-block;
    padding: 5px;
    color: #fff;
    float:right;
    margin:2px 5px;
}
.video-ok a:hover{
    background: #589e28;
}
.video-ok a i.icon{
    font-size: 20px;
    display: block;
}

@-webkit-keyframes progressmove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 17px 0;
    }
}
@-moz-keyframes progressmove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 17px 0;
    }
}
@keyframes progressmove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 17px 0;
    }
}
