body > .jq-tips {
    line-height: 20px;
    position: fixed;
    z-index: 29;
    top: 15%;
    left: 50%;
    max-width: 90%;
    max-width: calc(98%);
    padding: 12px 16px;
    transform: translate(-50%, -50%);
    white-space: nowrap;
    color: #ccc;
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0.8);
}

.jq-tips.fadein {
    animation: fadein 0.15s;
}

.jq-tips.fadeout {
    animation: fadeout 0.35s;
}
