.fileUploadContent .box{
    border: none;
    min-height: auto;
    min-width: auto;
    margin-top: 30px;
    background-color:#fff;
    width: auto;
    height: auto;
}
.fileUploadContent .fileItem{
    border: none;
    width: auto;
    height: auto;
    display: inline-block;
    margin: 0px  0px 20px;
    text-align: center;
    border-radius: 5px;
    vertical-align:top;
}
.fileUploadContent .fileItem .imgShow{
    width: auto;
    margin: 5px auto;
    text-align: center;
    display: none;
    height: auto;
}
.fileUploadContent .fileItem .imgShow i{
    font-size: 120px;
    position: relative;
    top:-30px;
    z-index: 2;
}
.fileUploadContent .fileItem .imgShow img{
    width: 100%;
    height: 100%;
}
.fileUploadContent .fileItem .imgShow .fileType{
    color: #FFFFFF;
    font-size: 20px;;
    position: relative;
    top:63px;
    z-index: 3;
    left: -18px;
}
.fileUploadContent .fileItem .progress{
    height: 10px;
    width: 100%;
}
.fileUploadContent .fileItem .progress>.progress_inner{
    background-color: #0099FF;
    width: 0%;
    height: 10px;
    border-radius: 10px;
}
.fileUploadContent .fileItem .progress .error{
    background-color: red;
}
.fileUploadContent .fileItem .status{
    font-size: 15px;
    text-align: center;
    display: inline-block;
}
.fileUploadContent .fileItem .status i{
    display: inline-block;
    float: left;
    padding: 2px 5px;
    color: red;
    margin-left: 3px;
    border-radius: 5px;
    font-size: 15px;
    cursor: pointer;
}
.fileUploadContent .fileItem .fileName{
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    overflow: hidden;
    clear: both;
    padding: 2px 2px;
    display: inline-block;
}
.fileUploadContent .uploadBts {
    text-align: left;
    /* height: 40px */
}
.fileUploadContent .uploadBts>div{
    float: left;
    margin-right: 15px;
}
.fileUploadContent .uploadBts>div .selectFileBt{
    border: none;
    background-color: #0099FF;
    color: #FFFFFF;
    padding: 8px;
    font-size: 15px;
    border-radius: 5px;
    cursor: pointer;
    margin-top: -12px;
    border-radius: 5px;
}
.fileUploadContent .uploadBts>div .selectFileBt:hover{
    color: #DDDDDD;
}
.fileUploadContent .uploadBts>div i{
    font-size: 35px;
    color: #0099FF;
    cursor: pointer;
    display: none;
}
.fileUploadContent .subberProgress{
    padding: 5px;
    display: none;
}
.fileUploadContent .subberProgress .progress{
    border:solid thin #0099FF;
    height: 20px;
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
}
.fileUploadContent .subberProgress .progress>div{
    background-color: #0099FF;
    width: 0%;
    height: 20px;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
    text-align: center;
    color: #FFFFFF;
    transition: width 0.5s;
    -moz-transition: width 0.5s;	/* Firefox 4 */
    -webkit-transition: width 0.5s;	/* Safari å’Œ Chrome */
    -o-transition: width 0.5s;	/* Opera */
    transition-timing-function: linear;
    -moz-transition-timing-function: linear;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
}

.btn-upload{
    margin-top: 0px;
    background-color: #09f;
    border: none;
    color: #fff;
    font-size: 16px;
    padding: 7px 15px;
    border-radius: 5px;
    margin-left: 150px;
}
#fileUploadContent{
    padding-left: 100px;
    /* margin-top: -40px; */
    position: relative;
    top: -40px;
}