.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;
    text-align: center;
    overflow: hidden;
}

.webuploader-pick-disable {
    opacity: 0.6;
    pointer-events:none;
}
.word-new {
    -webkit-user-select: none;
    font-size: 14px;
    color: #45597C;
    display: inline-block;
    width: 90px;
}

.perImage p.imgWrap{
    word-wrap: break-word;
    word-break: normal;
}
.file-panel{
    background: rgba( 0, 0, 0, 0.5 );
    position: absolute;
    top: 0px;
    width: 100%;
    height: 0px;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#80000000', endColorstr='#80000000')\0;
}
.file-panel > div{
    overflow: hidden;
    position: absolute;
    width: 90px;
    display: none;
    height: 90px;
    line-height: 90px;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    margin: auto;
    text-align: center;
   
}
.file-panel > div a{
    color: #ffffff;
    font-size: 14px;
    display: block;
    float: left;
    margin-top: 10px;
    width: 100%;
    height: 20px;
    line-height: 20px;
}

.file-panel > div a.deleteFileClass {
    margin-top: 20px;
}
.file-panel > div a:hover{
    color: white;
}

/* 增加进度条 */
.progress {
    height: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}
.progress-bar-info {
    background-color: #5bc0de;
}
.progress-bar-striped, .progress-striped .progress-bar {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px;
}
.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}
.perImage  {
    margin-right: 15px;
    margin-bottom: 15px;
}
/*增加裁剪区域样式 by xingjinjin*/ 
.cropper-wraper {
    display: none;
    /*position: absolute;*/
    z-index: 99;
    left: -100px;
    width: 580px;
    margin: 10px auto 70px auto;
    height: 325px;
    padding: 20px 20px 10px 20px;
    border: 1px dashed #d6d7d7;
    background: #fff;
}
.img-container {
    /*margin-right: 30px;*/
    width: 300px;
    height: 300px;
}
#wrapper{
    position:relative;
}
.addfiles {
    position: relative;
}

.img-preview {
    width: 200px;
    height: 150px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
}
.fl-l {
    float: left;
}
.btn-control {
    margin-top: 15px;
}
.btn-control a {
    display: inline-block;
    margin-right: 7px;
}
.btn-control a:last-child {
    margin-right: 0;
}
.wrap-crop-shape {
    position: absolute;
    display: none;
    z-index: 999;
    left: 160px;
    top: -10px;
    width: 18px;
    height: 11px;
    background: url('/images/shape.png');
}

