
.jad-uploder-warp{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1 1 30%;
    min-height: 180px;
    border: 1px solid #eeeff0;
    text-align: center;
    background: #fff;
    border-radius: 2px;
    cursor: pointer;
    overflow: hidden;
    flex-wrap: wrap;
    flex-direction: column;
    p{
        margin: 0px;
        padding: 0px;
        text-align: center;
    }
    .icon{
        font-size: 48px;
        margin-bottom: 16px;
    }
    .title{
        font-size: 16px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: rgba(0, 0, 0, 0.85);
        margin-bottom: 4px;
        line-height: 24px;
    }
    .content{
        font-size: 14px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: rgba(0, 0, 0, 0.45);
        line-height: 22px;
    }
}


.jad-uploder-progress-modal{
    position: absolute;
    top:0px;
    bottom:0px;
    right: 0px;
    left:0px;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255,255,255,.5);
}

.jad-uploder-img-wrap{
    background: #fff;
    height: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.jad-uploder-img{
    display: inline;
    // height: 100%;
    // width: 100%;
    max-height: 100%;
    max-width: 100%;
}

.jad-uploder-asset-mask{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    visibility: hidden;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    background: rgba(0,0,0,.65);
    cursor: default;
}
.jad-uploder-img-wrap:hover .jad-uploder-asset-mask{
    visibility: visible;
}
.jad-uploder-source-image{
    width: 100%;
}

.jad-uploder-asset-action{
    position: absolute;
    right: 5px;
    font-size: 21px;
    top: 5px;
    font-size: 19px;
}

.jad-uploder-asset-action-1{
    // composes:asset-action;
    bottom: 5px;
    top: auto;
}

.jad-uploder-source-image{
    font-size: 13px;
    color: #292b2c;
    padding: 15px 15px 0;
    min-height: 50px;
    max-height: calc(90vh - 200px);
    overflow: auto;
}
