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

.webuploader-pick-disable {
	opacity: 0.6;
	pointer-events:none;
}
/* 文件上传 */
.eos_uploader_box {
    position: relative;
    min-height: 10px;
    padding: 0px 0px;
    margin: 10px 0;
}
.uploader_box_title{
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.eos_uploader_box .btns {
    height: 34px;
    margin-top: 0px;
}
.eos_uploader_box .btns .webuploader-container,
.eos_uploader_box .btns button{
    float: left;
    margin-right: 50px;
}
.eos_uploader_box .btns .webuploader-container{
    height: 0px;
}
.eos_uploader_box .btns .webuploader-pick{
    height: 34px;
    line-height: 34px;
    padding: 0 15px;
}
.eos_uploader_box .item{
    height: 50px;
    margin: 8px 8px 8px 0;
    padding: 2px 0px;
}
.eos_uploader_box .item .info{
    float: left;
    padding: 0;
    margin: 0;
    width: 180px;
    height: 28px;
    font-size: 14px;
    line-height: 28px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow : ellipsis;
}
.eos_uploader_box .item .progress{
    float: left;
    width: 230px;
    height: 22px;
    margin-top: 4px;
}
.eos_uploader_box .item .state{
    float: left;
    margin-left: 12px;
    font-size: 14px;
    line-height: 28px;
}
.eos_uploader_box .item .action{
    float: left;
}
.eos_uploader_box .item .action button{
    float: left;
    height: 30px;
    margin: 0 0 0 12px;
    padding: 0 8px;
    font-size: 14px;
    line-height: 20px;
}
/*  上传图片 */
.eos_uploader_img {
	float: left;
    /*border: 1px solid #dadada;
    color: #838383;
    font-size: 12px;
    margin-top: 0px;
    margin-bottom: 5px;
    background-color: #FFF;*/
}
.eos_uploader_img .queueList {
    /*margin: 5px;*/
    float: left;
}
.eos_uploader_img .placeholder {
    /*border: 0px dashed #e6e6e6;
    min-height: 120px;
    padding-top: 100px;
    text-align: center;
    color: #cccccc;
    font-size: 18px;
    position: relative;*/
}
.eos_uploader_img .placeholder .webuploader-pick {
    font-size: 18px;
    background: #00b7ee;
    border-radius: 3px;
    line-height: 44px;
    padding: 0 30px;
    color: #fff;
    display: inline-block;
    margin: 0px auto;
    cursor: pointer;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.eos_uploader_img .placeholder .webuploader-pick-hover {
    background: #00a2d4;
}
.eos_uploader_img .filelist{
    
}
.eos_uploader_img .filelist li{
	position: relative;
	width: 142px;
	height: 142px;
	margin: 0;
}
.eos_uploader_img .filelist li p.log {
    position: relative;
    top: -45px;
}

.eos_uploader_img .filelist li p.title {
	display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 37px;
    margin: 0;
    padding: 0 0 5px 0;
    color: black;
    overflow: hidden;
    white-space: nowrap;
    text-overflow : ellipsis;
    text-indent: 5px;
    text-align: left;
    line-height: 32px;
    text-align: center;
}
.eos_uploader_img .filelist .imgWrap{
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
        background-position: top center;
    background-repeat: no-repeat;
    overflow: hidden;
}
.eos_uploader_img .filelist li p.imgWrap img{
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
        background-position: top center;
        background-repeat: no-repeat;
}
.eos_uploader_img .filelist li p.progress {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    height: 4px;
    margin: 0;
    padding: 0;
    border-radius: 0;
    overflow: hidden;
    z-index: 50;
}
.eos_uploader_img .filelist li p.progress span {
    display: block;
    overflow: hidden;
    width: 0%;
    height: 4px;
    background: #1483d8;
    -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);
}

.eos_uploader_img .filelist div.file-panel {
	display: none;
    position: absolute;
    height: 0;
    background: rgba( 0, 0, 0, 0.5 );
    width: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 300;
}

.eos_uploader_img .filelist div.file-panel span {
    width: 24px;
    height: 24px;
    display: inline;
    float: right;
    text-indent: -9999px;
    overflow: hidden;
    background: url(images/icons.png) no-repeat;
    margin: 5px 1px 1px;
    cursor: pointer;
}
.eos_uploader_img .filelist div.file-panel span.cancel {
    background-position: -48px -24px;
}
.eos_uploader_img .filelist div.file-panel span.cancel:hover {
    background-position: -48px 0;
}
.eos_uploader_img .statusBar {
	float: left;
	padding-top: 84px;
	padding-left: 34px;
    /*height: 63px;
    border-top: 1px solid #dadada;
    padding: 10px;
    vertical-align: middle;
    position: relative;*/
}

.eos_uploader_img .statusBar .progress {
    margin-left: 250px;
    border: 1px solid #1483d8;
    width: 198px;
    background: #fff;
    height: 18px;
    position: relative;
    display: inline-block;
    text-align: center;
    line-height: 20px;
    color: #6dbfff;
    position: relative;
    margin-right: 10px;
}
.eos_uploader_img .statusBar .progress span.percentage {
    width: 0;
    height: 100%;
    left: 0;
    top: 0;
    background: #1483d8;
    position: absolute;
}
.eos_uploader_img .statusBar .progress span.text {
    position: relative;
    z-index: 10;
}

.eos_uploader_img .statusBar .info {
	display: none;
    padding-top: 10px;
    font-size: 14px;
    line-height: 20px;
    color: #666666;
}
.eos_uploader_img .filelist li .error {
    background: #ff4949;
    color: #fff;
    position: absolute;
    bottom: 0px;
    left: 0;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    width: 100%;
    z-index: 100;
}

.eos_uploader_img .filelist li .success {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0px;
    height: 40px;
    width: 100%;
    z-index: 200;
    background: url(images/success.png) no-repeat right bottom;
    text-indent: -20000em;
}
.eos_uploader_img .statusBar .btns {
	line-height: 30px;
    width: 220px;
}
.eos_uploader_img .statusBar .btns .tis{
	padding-bottom: 10px;
	color: #7c7b7b;
	font-size: 12px;
	line-height: 16px;
}
.eos_uploader_img .statusBar .btns .webuploader-pick,
.eos_uploader_img .statusBar .btns .uploadBtn,
.eos_uploader_img .statusBar .btns .uploadBtn.state-uploading,
.eos_uploader_img .statusBar .btns .uploadBtn.state-paused {
    background: #ffffff;
    border: 1px solid #cfcfcf;
    color: #565656;
    padding: 0 18px;
    display: inline-block;
    border-radius: 3px;
    margin-right: 10px;
    cursor: pointer;
    font-size: 14px;
    float: left;
}
.eos_uploader_img .statusBar .btns .webuploader-pick-hover,
.eos_uploader_img .statusBar .btns .uploadBtn:hover,
.eos_uploader_img .statusBar .btns .uploadBtn.state-uploading:hover,
.eos_uploader_img .statusBar .btns .uploadBtn.state-paused:hover {
    background: #f0f0f0;
}

.eos_uploader_img .statusBar .btns .uploadBtn {
    background: #2f89ae;
    color: #fff;
    border-color: transparent;
}
.eos_uploader_img .statusBar .btns .uploadBtn:hover {
    background: #00a2d4;
}

.eos_uploader_img .statusBar .btns .uploadBtn.disabled {
    pointer-events: none;
    opacity: 0.6;
}