.file-preview-img-show-warp{
    padding: 10px;
}
.file-preview-img-show{
    position: relative;
    height: 100px;
    overflow: hidden;
}
.file-preview-img-list{
    position: absolute;
    transition: all .5s;
}
.file-preview-img-show-left{
    height: 100px;
    line-height: 100px;
    margin-right: 10px;
    cursor: pointer;
}
.file-preview-img-show-right{
    height: 100px;
    line-height: 100px;
    margin-left: 10px;
    cursor: pointer;
}
.file-preview-img-item{
    position: relative;
    width: 100px;
    height: 100px;
    margin-right: 10px;
    border: 1px solid #e7ecf3;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
}
.file-preview-img-item:last-child{
    margin-right: 0;
}
.file-preview-img-item>img{
    display: inline-block;
    width: 100%;
    height: 100%;
}
.file-preview-img-item:hover > .file-preview-img-open-btn{
    display: block;
}
.file-preview-img-open-btn{
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    background: #2783F2;
    color: #fff;
    cursor: pointer;
    border-radius: 3px;
}
.file-preview-img-open-bac{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100001;
    background: rgba(0,0,0,.5);
}
/*.file-preview-img-open-body{*/
/*    position: fixed;*/
/*    z-index: 100003;*/
/*}*/
.file-preview-img-open-head{
    display: inline-block;
    margin: 30px 30px 0 0;
}
.file-preview-img-open-head-icon{
    display: inline-block;
    width: 50px;
    height: 50px;
    margin-right: 10px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    cursor: pointer;
}
.file-preview-img-open-head-icon:last-child{
    margin-right: 0;
}
.file-preview-img-open-left-arrow{
    position: absolute;
    width: 80px;
    height: 80px;
    left: 120px;
    top: calc(50% - 50px);
    line-height: 80px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
}
.file-preview-img-open-left-arrow:hover,.file-preview-img-open-right-arrow:hover{
    background: rgba(92, 191, 255, 0.52);
}
.file-preview-img-open-right-arrow{
    position: absolute;
    width: 80px;
    height: 80px;
    right: 120px;
    top: calc(50% - 40px);
    line-height: 80px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
}
.file-preview-img-open-main{
    position: absolute;
    top: 80px;
    left: 200px;
    right: 200px;
    bottom: 160px;
    text-align: center;
    display: flex;
    align-items: center;
}
.file-preview-img-open-main>img{
    display: inline-block;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    align-items: center;
}
.file-preview-detail-item{
    padding: 10px;
    border: 1px solid #eee;
    border-radius: 3px;
    margin-bottom: 5px;
}
.file-preview-detail-item:last-child{
    margin-bottom: 0;
}
.file-preview-detail-item-img-icon>img{
    display: inline-block;
    width: 60px;
    height: 60px;
    cursor: pointer;
}
.file-preview-detail-item-info{
    max-width: calc(100% - 280px);
    padding-left: 10px;
}
.file-preview-detail-item-info-text{
    height: 20px;
    font-size: 14px;
    color: #666;
}
.file-preview-detail-item-btn{
    position: absolute;
    right: 10px;
    bottom: 10px;
    top: 10px;
    display: flex;
    align-items: flex-end;
}
.file-preview-detail-item-btn-icon{
    position: relative;
    display: inline-block;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border-radius: 50%;
    background: #EDF5FF;
    cursor: pointer;
    color: #2783F2;
    margin-right: 10px;
    align-items: flex-end;
}
.file-preview-detail-item-btn-icon:last-child{
    margin-right: 0;
}
.file-preview-tip{
    width: 180px;
    padding: 6px;
    line-height: 28px;
    text-align: center;
    font-size: 12px;
    color: #666;
    margin-bottom: 3px;
    margin-left: -75px;
}
.file-preview-detail--no{
    cursor: not-allowed;
    color: #999;
}
