@charset "UTF-8";
.j-uploader-wrap{
    position:relative;
    margin:0;
    padding:0;
}
.j-uploader-img-list{
    width:100%;
}
.j-uploader-img-list li{
    display:block;
    float:left;
}
.j-uploader-img-box{
    text-align: center;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    position:relative;
    margin-bottom: 0;
    background: #34637F;
}
.j-uploader-btn-box{
    text-align: center;
    font-family: 'microsoft yahei', tahoma, arial, sans-serif;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    border: dashed 2px #999;
    background-color: #fff;
    border-radius: 4px;
    background-image: none;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

}
.j-uploader-btn-box:hover{
   border-color: #333;
   background-color: #fff;
}
.j-uploader-file-select{
    position: absolute;
    top: 0;
    left: 0;
}
.j-uploader-file-select div,
.j-uploader-file-select input{
    width:100% !important;
    height:100% !important;
}
.j-uploader-file-select .webuploader-container,
.j-uploader-file-select .webuploader-pick{
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  -ms-filter: 'alpha(opacity=0)';
  font-size: 0px;
  direction: ltr;
  cursor: pointer;
}
/* Fixes for IE < 8 */
@media screen\9 {
  .j-uploader-file-select input{
    filter: alpha(opacity=0);
    font-size: 100%;
    height: 100%;
  }
}
.handle-repick div,
.handle-repick input{
	width:100% !important;
	height:100% !important;
}
.webuploader-element-invisible {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip: rect(1px,1px,1px,1px);
}

.webuploader-pick-disable {
	opacity: 0.6;
	pointer-events:none;
}

.j-uploader-handle-wrap{
    top: 100%;
    width: 100%;
}
.j-uploader-handle-box-mask,
.j-uploader-handle-box{
    margin-top: -30px;
    height: 30px;
    width: 100%;
    position: absolute;
}
.j-uploader-handle-box-mask{
    background: #000;
    opacity: 0.35;
    -ms-filter: 'alpha(opacity=35)';
    z-index: 99;
}
.j-uploader-handle-box p{
    float:left;
    position:relative;
    width:49%;
    height:30px;
    line-height:30px;
    font-size:20px;
    color:#fff;
    font-weight: bold;
    z-index: 100;
}
.j-uploader-handle-box p.btn-left{
    border-right:#858585 2px solid;
}
.j-uploader-handle-box p:hover{
    color:#D2D2D2;
}
.j-uploader-handle-box i{
    display:block;
    float:left;
    width:2px;
    height:30px;
    z-index:100;
    background-color: #5E0000;
}
.j-uploader-img-box p,
.j-uploader-btn-box p,
.j-uploader-img-box img
{
    display:block;
    margin: 0;
    padding:0;
    position: relative;
}
.j-uploader-img-box img{
    height: 100%;
    width: 100%;
    margin:auto;
}
.j-uploader-img-box .j-uploader-tag-name{
    color: #000;
    top:90px;
}
.j-uploader-tag-plus{
    top: 25%;
    font-size: 45px;
    color: #999;
    height: 45px;
    line-height: 45px;
    font-weight: 800;
}
.j-uploader-tag-name{
    top: 28%;
    color: #aaa;
    font-size: 15px;
}
.j-uploader-tag-tips{
    top: 32%;
    color:#CACACA;
    font-size: 12px;
    height:15px;
}
.j-uploader-tag-plus:hover,
.j-uploader-tag-tips:hover{
    color: #3b3b3b;
}
.j-uploader-success-tips{
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 40px;
    width: 100%;
    z-index: 200;
    background: url(../images/success.png) no-repeat right bottom;
}
.ps-file-upload-info{
	margin:5px 0 5px 0;
}

.j-uploader-img-box div.j-uploader-handle-box-top {
    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;
}

.j-uploader-img-box div.j-uploader-handle-box-top 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;
}

.j-uploader-img-box  div.j-uploader-handle-box-top span.handle-rotate-left {
    background-position: 0 -24px;
}
.j-uploader-img-box  div.j-uploader-handle-box-top span.handle-rotate-left:hover {
    background-position: 0 0;
}

.j-uploader-img-box  div.j-uploader-handle-box-top span.handle-rotate-right {
    background-position: -24px -24px;
}
.j-uploader-img-box  div.j-uploader-handle-box-top span.handle-rotate-right:hover {
    background-position: -24px 0;
}

.j-uploader-img-box  div.j-uploader-handle-box-top span.handle-del {
    background-position: -48px -24px;
}
.j-uploader-img-box  div.j-uploader-handle-box-top span.handle-del:hover {
    background-position: -48px 0;
}

.j-common-file-uploader-wrap{
    margin:0;
    padding:0;
}
.j-common-file-uploader-wrap .j-progress{
    margin: 5px 15px 0px 0px;
}
.j-common-file-uploader-wrap .j-show-file-info-wrap{
    padding-left:0;
}

.uploader-btn{
    cursor:pointer;
}