
/*-------------------------归零样式END，请于样式表最前面调用-------------------------*/
html,body{margin: 0;padding: 0;}
.wu-example {
    position: relative;
    padding: 15px;
    margin: 15px 0;
    background-color: #fafafa;
    box-shadow: inset 0 3px 6px rgba(0, 0, 0, .05);
    border-color: #e5e5e5 #eee #eee;
    border-style: solid;
    border-width: 1px 0;
    width: 98%;
    min-width: 300px;
}
.show_fileView_wrapper{
    margin:10px;
    position: relative;
}
.slider-wrapper{
	/* width: 100%; */
	overflow: hidden;
	position: relative;
    height:130px;
	/* padding: 0 20px; height:0;*/
	margin: 0 20px;
}
.queueList.filled {
    position: relative;
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 5px;
}
.upload_views_container .slider li{
    height:100%;
}
.upload_views_container .slider img{
    max-width: 800px;
    max-height:450px;
    margin:auto;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}
.movebtn{
	width: 32px;
	height: 100%;
	line-height: 100px;
	top:0;
	font-size: 30px;
	cursor:pointer; display: none;
}
.upload_views_container_wrapper .showimgs_close{
    display: inline-block;
    width: 50px;
    height:55px;
    background: url("../images/showimg_close.png") no-repeat;
    position: absolute;
    right:30px;
    top:20px;
}
.leftBtn{
	position: absolute;
	left: 0;
}
.movebtn a{
	display: inline-block;
	width: 32px;
	height: 100%;
}
a.left_a{
	background: url('../images/turn_left.png')  center no-repeat;
}
a.right_a{
	background: url('../images/turn_right.png') center no-repeat;
}
.rightBtn{
	position: absolute;
	right: 0;
}
.wu-example .queueList {
    margin: 20px;
    border: 3px dashed #e6e6e6;
}
.wu-example  .queueList.filled {
	position: relative;
    padding: 0 17px;
    min-height: 30px;
    margin: 0;
    border: 1px dashed #ddd;
}
.wu-example ul.filelist {
	position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
    height: 130px;
    overflow: hidden;
    display: inline-block;
}
.wu-example .filelist li {
    width: 110px;
    height: 110px;
    background: url(../images/bg.png) no-repeat;
    text-align: center;
    margin: 10px 10px 20px 0;
    position: relative;
    display: inline;
    float: left;
    overflow: hidden;
    font-size: 12px;
    cursor: pointer;
}
.wu-example .filelist li p.title {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    top: 5px;
    text-indent: 5px;
    text-align: left;
}
.wu-example .filelist li p.imgWrap {
    position: relative;
    z-index: 2;
    line-height: 110px;
    vertical-align: middle;
    overflow: hidden;
    width: 110px;
    height: 110px;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webit-transition: 200ms ease-out;
    -moz-transition: 200ms ease-out;
    -o-transition: 200ms ease-out;
    -ms-transition: 200ms ease-out;
    transition: 200ms ease-out;
}
.wu-example .filelist li img {
    width: 100%;
}
img {
    vertical-align: middle;
    border: 0;
}
.wu-example .filelist li p.progress {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    height: 8px;
    overflow: hidden;
    z-index: 50;
    margin: 0;
    border-radius: 0;
    background: none;
    -webkit-box-shadow: 0 0 0;
}
.wu-example .filelist li p.progress span {
    display: none;
    overflow: hidden;
    width: 0;
    height: 100%;
    background: #1483d8 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);
}
.wu-example .filelist div.file-panel {
    position: absolute;
    height: 0;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#80000000', endColorstr='#80000000')\0;
    background: rgba( 0, 0, 0, 0.5 );
    width: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 300;
    color: #fff;
}

.wu-example .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;
}
.wu-example .filelist div.file-panel span.cancel {
    background-position: -48px -24px;
}
.wu-example .filelist div.file-panel span.rotateRight {
    background-position: -24px -24px;
}
.wu-example .filelist div.file-panel span.rotateLeft {
    background-position: 0 -24px;
}
.wu-example .filelist:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    overflow: hidden;
    clear: both;
}
.wu-example .statusBar {
    height: 63px;
    border-bottom: 1px solid #dadada;
    padding: 0 20px;
    line-height: 63px;
    vertical-align: middle;
    position: relative;
}

.wu-example .statusBar .progress {
    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: 0 10px 0 0;
}
.wu-example .statusBar .progress span.text {
    position: relative;
    z-index: 10;
}
.wu-example .statusBar .progress span.percentage {
    width: 0;
    height: 100%;
    left: 0;
    top: 0;
    background: #1483d8;
    position: absolute;
}
.wu-example .statusBar .info {
    display: inline-block;
    font-size: 14px;
    color: #666666;
}
.wu-example .statusBar .btns {
    position: absolute;
    top: 10px;
    right: 20px;
    line-height: 40px;
}
.filePicker2 {
    display: inline-block;
    float: left;
}
.webuploader-container {
    position: relative;
}
/* .webuploader-pick {
    position: relative;
    display: inline-block;
    cursor: pointer;
    background: #00b7ee;
    padding: 10px 15px;
    color: #fff;
    text-align: center;
    border-radius: 3px;
    overflow: hidden;
} */
.wu-example .statusBar .btns .webuploader-pick, .wu-example .statusBar .btns .uploadBtn, .wu-example .statusBar .btns .uploadBtn.state-uploading, .wu-example .statusBar .btns .uploadBtn.state-paused {
    background: #ffffff;
    border: 1px solid #cfcfcf;
    color: #565656;
    padding: 0 18px;
    display: inline-block;
    border-radius: 3px;
    margin-left: 10px;
    cursor: pointer;
    font-size: 14px;
    float: left;
}
input[type="file"] {
    display: block;
}
.wu-example .statusBar .btns .uploadBtn {
    background: #00b7ee;
    color: #fff;
    border-color: transparent;
}
.webuploader-element-invisible {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px,1px,1px,1px);
}
.clearfix:after{
    content: '';
    height: 0;
    visibility: hidden;
    display: block;
    clear: both;
}
.btns{
    float: right;
}
.status_info{
    float: left;
    height: 40px;
    line-height: 40px;
}
/* 每个图片上的操作bar */
.file_bar{
    margin: 0;
    left: 0px;
    right: 0px;
    position: absolute;
    top: 0px;
    height:0px;
    padding:0px;
    margin: 0;
    opacity: 0.8;
    color:#fff;
    background: none repeat scroll 0 0 #000000;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    overflow: hidden;
    z-index: 999;
}
.file_bar a{
    color: #FFFFFF;
    position: absolute;
    right: 10px;
}
.file_hover{
    height:30px;
    cursor:pointer;
}
.file_failure{
    display: none;
    margin: 0;
    position: absolute;
    bottom:0px;
    height:24px;
    left:0px;
    right:0px;
    background: none repeat scroll 0 0 red;
    color:#fff;
    text-align:center;
    z-index: 999;
}
.file_success{
    display: none;
    margin: 0;
    position: absolute;
    bottom:0px;
    height:40px;
    left:0px;
    right:0px;
    background: url("../images/success.png") no-repeat scroll right bottom transparent;
    z-index: 999;
}
.file_name{
    margin:0px;
    white-space: nowrap;
    width: 66%;                  /* IE6 需要定义宽度 */
    overflow: hidden;            
    -o-text-overflow: ellipsis;    /* Opera */
    text-overflow:    ellipsis;    /* IE, Safari (WebKit) */
    float: left;
    height: 24px;
    margin: 5px 1px 1px;
}
.file_del{
    background: url("../images/delete_white.png") no-repeat scroll 0 0 transparent;
    width:18px;
    height:18px;
    display: inline;
    -moz-user-select: none;
    position: absolute;
    right:3px;
    margin-top:4px;
}
.file_del:hover{
    background: url("../images/delete_blue.png") no-repeat scroll 0 0 transparent;
}

.status_bar{
    margin-bottom: 10px;
    position: relative;
}
.ewm_sys{
    display: inline-block;
    height:32px;
    line-height:32px;
    color: #000;
    font-size: 14px;
    background: url("../images/cellphone.png") left center no-repeat;
    position: absolute;
    padding-left: 32px;
    right:110px;
    cursor: pointer;
}

.scan-ewm{
    position: absolute;
    right:100px;
    top:-140px;
    width:128px;
    height:128px;
    display: none;
}
.scan-ewm i{
    display: inline-block;
    width:10px;
    height:10px;
    border:1px solid #ddd;
    transform: rotate(-90deg);
}
/*-----------------自定义按钮样式，移动端不需要，PC端根据实际情况选择----------------*/
.upload_views_container_wrapper{
    background-color: #000;
    background-color: rgba(0,0,0,0.4);
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
   /*  opacity: 0.4; */
    filter: alpha(opacity=40);
    -moz-opacity: 0.4;
    display: none;
}
.upload_views_container {
    width: 800px;
    z-index: 9999;
    height: 450px;
    font-size: 14px;
    position: fixed;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;}

.slider_upload_btn{display: inline-block;height: 3em;line-height: 3em;width: 3em;background: url(../images/u104.png) center no-repeat;background-size: 2em;}
.slider_del_btn{display: inline-block;height: 3em;line-height: 3em;width: 3em;background: url(../images/u112.png) center no-repeat;background-size: 2em;}
/*----------------------------为保证最佳效果，建议设置如下样式------------------------*/
.addBtn{
    background: url("../images/imgadd.png") center no-repeat!important;
}
