*{
    margin:0;
    padding: 0;
}

.content{
    width: 1200px;
    margin: 0 auto;
}
.file_upload{
    width: 90%;
    margin: 10px;
    position: relative;
    display: inline-block;
    vertical-align: top;
}
.file_upload > div{
    width: 100%;
    height: 100%;
}
.file_con .hide{
    position: absolute;
    right: 0px;
    top: 0px;
    opacity: 0;
    cursor: pointer;
}
.file_con .fileW{
    border-radius: 4px;
    text-decoration: none;
    text-indent: 0px;
    line-height: 20px;
    position: relative;
    display: inline-block;
    background: #FFF;
    border: 1px solid #dbdbdb;
    padding: 4px 12px;
    overflow: hidden;
    color: #333;
    cursor: pointer;
}
.file_con .hide:hover{
    box-shadow: 1px 2px #44795b;
}
.img_holder,.m_holder{
    margin-top: 10px;
}
.img_holder img,.m_holder img{
    max-width: 200px;
}
.img_box{
    display: inline-block;
    position: relative;
    overflow: hidden;
    font-size: 12px;
    border-radius: 4px;
    width: calc(10% - 10px);
    margin-right: 10px;
    float: left;
}
.img_box_see{
    width: calc(6% - 10px);
}
.img_box:hover .del{
    display: block;
}
.img_box:hover p{
    opacity: 0;
}
.img_box .del{
    /*display: none;*/
    cursor: pointer;
    float: right;
    margin:-1px 16px 0 0;
}
.img_box:hover .delZ{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    border-radius: 5px;
    background: #000;
    opacity: 0.3;
    cursor: pointer;
}

.img_box P{
    margin-top: 5px;
}
.img_box .fileN{
    position: absolute;
    bottom: 0;
    opacity: 1;
    background: rgba(0,0,0,0.55);
    left: 0;
    color: #fff;
    width: 100%;
    z-index: 9;
    text-align: left;
    padding: 2px 5px;
    min-height: 32px;
    line-height: 32px;
}
.img_box .fileN_see{
    position: absolute;
    bottom: 0;
    opacity: 1;
    background: rgba(0,0,0,0.55);
    left: 0;
    color: #fff;
    width: 100%;
    z-index: 9;
    text-align: left;
    height: 32px;
    line-height: 32px;
    height: 60%;
    display: none;
}
.img_box_see:hover .fileN_see{
    display: block;
}
.img_box .fileN_see span{
    display: inline-block;
    width: 50%;
    height: 32px;
    text-align: center;
    line-height: 32px;
    position: absolute;
    z-index: 1111;
    color: #fff;
}
.img_box .fileN_see span:hover{
    background: #969696;
}
.img_box .fileN_see .fileSee{
    left: 0;
}
.img_box .fileN_see .fileDown{
    right: 0;
}
.img_box .logo{
    text-align: center;
    border: 1px solid #e1e1e1;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.img_box .logo .jFiler-icon-file{
    box-shadow: #709c27 96px -40px 0 0 inset;
    margin: 10px 0 40px 0;
    position: relative;
    width: 110px;
    height: 54px;
    display: inline-block;
    line-height: 54px;
    text-align: center;
    border-radius: 3px;
    color: #fff;
    font-family: sans-serif;
    font-size: 13px;
    font-weight: bold;
    overflow: hidden;
    box-sizing: border-box;
}
.img_box .logo .jFiler-icon-file-see{
    box-shadow: #709c27 50px -27px 0 0 inset;
    margin: 5px 0 5px 0;
    position: relative;
    width: 60px;
    height: 36px;
    display: inline-block;
    line-height: 36px;
    text-align: center;
    border-radius: 3px;
    color: #fff;
    font-family: sans-serif;
    font-size: 13px;
    font-weight: bold;
    overflow: hidden;
    box-sizing: border-box;
}