.lazynum {
    padding: 0 10px;
    font-size: 12px;
    color: #fff;
    line-height: 20px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    background: rgba(10, 10, 10, 0.2);
    position: fixed;
    right: 0;
    bottom: 260px;
    z-index: 100;
}


.fade {
    transition: opacity 0.6s linear;
    opacity: 0;
}

.fade.in {
    opacity: 0.86;
}

.acgTop {
    position: fixed;
    right: -3px;
    bottom: 0;
    z-index: 128;
    display: none;
    width: 172px;
    height: 258px;
    background: url("../img/reimu.png");
    cursor: pointer;
}

.con {
    text-align: center;
}