.webuploader-container {
    position: relative;
    width: 50px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    height: 50px;
    text-align: center;
    line-height:50px;
    background: #f6f6f6;
    color: #c0c1c2;
}
.webuploader-container:before{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}
.webuploader-element-invisible {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
}

.webuploader-pick {
    position: relative;
    width: 50px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    height: 50px;
    text-align: center;
    line-height:50px;
}
.webuploader-pick-hover {
    background: none;
}

.webuploader-pick-disable {
    opacity: 0.6;
    pointer-events: none;
}

.uploaderBt {
    overflow: hidden;
}

/**
 * 
 * @文件上传
 * @杨朝杰
 * @2015.02.11
 * @return
 */

.uploader-file-list {
    display: block;
    clear: both;
    padding: 0 0 5px 0;
}

.uploader-file-list dd {
    margin: 0px;
    padding: 0px;
    border: none;
    float: none;
    display: flex;
    margin-bottom: 10px;
}
.uploader-file-list dd:before{ display:none;}
.uploader-file-list dd .info {
    position: relative;
    flex: 1;
    display: block;
    background: none;
    color: #333;
}
.uploader-file-list dd .info span{
    display: block;
    height: 1rem;
    line-height: 1rem;
    overflow: hidden;
    color: #333;
    font-size: .7rem;
    white-space: nowrap; text-overflow: ellipsis;
}
.uploader-file-list dd .info em{display: block; height: 1rem; line-height: 1rem; overflow: hidden; font-size: .6rem; color: #999; font-style: normal}
.uploader-file-list dd .state {
    width: auto;
    position: absolute;
    z-index: 9;
    height: 20px;
    line-height: 20px;
    display: block;
    background: #70ca10;
    padding: 0 10px;
    color: #fff;
    right: 4px;
    top: 20px;
	display: none;
}

.uploader-file-list dd div.file-panel {
     width: .75rem; height: .75rem; border-radius: .75rem; background: #000; color: #FFF; line-height: .85rem; text-align: center;margin-top: .6rem;margin-left:10px;
}

.uploader-file-list dd div.file-panel span {
    font-size: .45rem !important;
    display: block;
    overflow: hidden;
}

.uploader-file-list dd div.file-panel span.editor {
    display: none;
}

.uploader-file-list dd .imgWrap {
    width: 2rem;
    height: 2rem;
    margin-right: 10px;
}
.uploader-file-list dd .imgWrap p{ margin-bottom: 0px;}

.uploader-file-list dd .imgWrap img {
    width: 2rem;
    height: 2rem;
}

.uploader-file-list dd.upload-state-done:after {
    display: none;
}

.uploader-file-list .progress {
    width: px;
    position: absolute;
    right: 4px;
    bottom: 6px;
    height: 3px;
    left: 4px;
    height: 4px;
    overflow: hidden;
    z-index: 15;
    margin: 0;
    padding: 0;
    border-radius: 0;
    background: transparent;
    border-top: 1px solid #808080;
    border-left: 1px solid #808080;
    border-right: 1px solid #c5c5c5;
    border-bottom: 1px solid #c5c5c5;
    background: #fff;
}

.uploader-file-list .progress-bar {
    display: block;
    overflow: hidden;
    width: 0;
    height: 100%;
    background: #0099ff 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);
}


/**
 * 
 * @图片上传
 * @杨朝杰
 * @2015.02.10
 * @return
 */

.uploader-img-list {
    width: 100%;
}
.uploader-img-list .uploaderBt{ float: left; display: inline; margin-right: 10px;margin-bottom: 10px;clear: both;}
.uploader-img-list dd{
    margin: 0px;
    padding: 0px;
    border: none;
    width:80px; height: 80px; position: relative; float: left; margin-right: 10px; margin-bottom: 10px;
}
.file-item {
    float: left;
    position: relative;
    margin: 5px 10px 5px 0;
}

.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 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
}

.upload-state-done:after {
    content: "\f00c";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 32px;
    position: absolute;
    bottom: 0;
    right: 4px;
    color: #4cae4c;
    z-index: 99;
    display: none;
}

.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);
}

/*图片边框*/

.uploader-img-list div.imgWrap {
    width:80px;
    height:80px;
}

.uploader-img-list div.imgWrap p {
    width: 80px;
    height: 80px;
}

.uploader-img-list div.imgWrap p img {
    width: 80px;
    height: 80px;
	object-fit: cover;
	object-position:center center;
}

/*旋转、删除*/

.uploader-img-list div.file-panel {
    position: absolute;
    width: .75rem; height: .75rem; border-radius: .75rem; background: #000; color: #FFF; font-size: .45rem !important; line-height: .85rem; text-align: center;
    right: -.25rem;
    top: -.25rem;
}

.uploader-img-list div.file-panel span {
   display: block;
    width: 100%;
    height: 100%;
    color: #FFF;
    font-size:0.45rem !important;
}
.uploader-img-list .info{ display: none;}

.uploader-img-list div.file-panel span.rotateLeft {
    background-position: 0 -24px;
    display: none;
}

.uploader-img-list div.file-panel span.rotateLeft:hover {
    background-position: 0 0;
}

.uploader-img-list div.file-panel span.rotateRight {
    background-position: -24px -24px;
    display: none;
}

.uploader-img-list div.file-panel span.rotateRight:hover {
    background-position: -24px 0;
}

.uploader-img-list div.file-panel span.delete {
    background-position: -48px -24px;
}

.uploader-img-list div.file-panel span.delete:hover {
    background-position: -48px 0;
}

.uploader-img-list div.file-panel span.editor {
    background-position: -70px -24px;
}

.uploader-img-list div.file-panel span.editor:hover {
    background-position: -70px 0;
}
