.watermarkVip-hint {
    display: none;
    position: absolute;
    width: 274px;
    padding: 15px;
    background: #fff;
    box-shadow: 0 0 5px #eceef0;
    left: 600px;
    top: 301px;
    -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;
}
.nwatermarkVip-hint {
    display: none;
    position: absolute;
    width: 274px;
    padding: 15px;
    background: #fff;
    box-shadow: 0 0 5px #eceef0;
    left: 510px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    color: #333;
    border-radius: 10px;
}
.nwatermarkVip-hintB {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-top: 15px;
}
.nwatermarkVip-hintB p {
    background: #eceef0;
    margin-right: 15px;
    cursor: pointer;
}
.nwatermarkVip-hintB p, .nwatermarkVip-hintB a {
    width: 100px;
    height: 30px;
    line-height: 30px;
    border-radius: 30px;
}
.nwatermarkVip-hintB a {
    background: #0083e9;
    color: #fff;
}