.upload_item_out {
    position: relative;
    margin-right: 10px;
    float: left;
    height: 80px
}

.upload_itemsList {
    display: block;
}

.upload_item {
    width: 60px;
    height: 40px;
    display: block;
    justify-content: center;
    align-items: center;
    background: #ccd5db;
    font-size: 15px;
    color: #2f3c4d;
    cursor: move;
    position: relative;
}

.hintTextWrap {
    display: none;
    position: absolute;
    top: 10px;
    z-index: 100;
}

.xzhintTextWrap {
    display: none;
    position: absolute;
    top: 10px;
    z-index: 100;
}

.hintText {
    width: 112px;
    background: #000;
    padding: 5px 8px;
    border-radius: 5px;
    color: #fff;
    font-size: 12px;
    line-height: 22px;
    text-align: left;
}

.xzhintText {
    width: 120px;
    background: #000;
    padding: 5px 8px;
    border-radius: 5px;
    color: #fff;
    font-size: 12px;
    line-height: 22px;
    text-align: left;
}

.tjtp {
    width: 110px;
    height: 40px;
    background: #f0f3f4
}

.watermarkVip-hint {
    display: none;
    position: absolute;
    width: 274px;
    padding: 15px;
    background: #fff;
    box-shadow: 0 0 5px #eceef0;
    left: 220px;
    top: -5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    color: #333;
    border-radius: 10px;
}

.watermarkVip-hintB {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-top: 15px;
}

.watermarkVip-hintB p {
    background: #eceef0;
    margin-right: 15px;
    cursor: pointer;
}

.watermarkVip-hintB p, .watermarkVip-hintB a {
    width: 100px;
    height: 30px;
    line-height: 30px;
    border-radius: 30px;
}

.watermarkVip-hintB a {
    background: #0083e9;
    color: #fff;
}

.actives {
    background: #2980b9 !important;
    color: #fff !important;
}