.set-file-title{
    height: 26px;
    line-height: 26px;
    font-size: 14px;
    color: #666;
}
.set-file-warp{
    margin-bottom: 10px;
}
.set-file-tips{
    height: 26px;
    line-height: 26px;
    font-size: 14px;
}
.set-file-condition-up-btn-warp{
    position: relative;
    display: block;
    width: 80px;
    height: 32px;
    font-size: 14px;
    line-height: 32px;
    text-align: center;
    overflow: hidden;
    border-radius: 3px;
    color: #5CBFFF;
    background-color: #fff;
    border: 1px solid;
    border-color: #E7E7E7;
}
.set-file-condition-up-btn{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    cursor: pointer;
}
.set-file-item{
    position: relative;
    width: 80px;
    padding: 5px 5px 0 5px;
    border: 1px solid #ccc;
    border-radius: 3px;
    margin: 10px 10px 0 0;
}
.set-file-item-load{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    line-height: 84px;
    font-size: 24px;
    font-weight: 800;
    background: rgba(0,0,0,.3);
    color: #fff;
}
.set-file-item-head{
    width: 100%;
    height: 50px;
    text-align: center;
    line-height: 50px;
}
.set-file-item-name{
    width: 100%;
    height: 28px;
    line-height: 28px;
    font-size: 12px;
    color: #666;
    text-align: center;
}
.set-file-icon{
    font-size: 42px;
}