.onlines, .online-open {
    position: fixed;
    right: 0;
    top: 61.8%;
    z-index: 9999999;
    overflow: hidden;
}

.onlines {
    display: none;
    width: 70px;
    height: 70px;
    background: url(../image/online.png);
    background-size: contain;
}

.online-open {
    width: 340px;
    height: 70px;
    background: url(../image/line-open.png) no-repeat;
    background-size: contain;
}

.allss {
    position: fixed;
    top: 61.8%;
    right: 0;
    display: none;
    z-index: 9999999;
}

.closed {
    position: fixed;
    margin-top: -23px;
    right: 2%;
    width: 20px;
    z-index: 99999999;
}

.crile {
    width: 20px;
    height: 20px;
    background: url(../image/closess.png);
    background-size: contain;
}

.lines {
    position: relative;
    left: 50%;
    margin-left: -1px;
    width: 2px;
    height: 10px;
    background: #eeb869;
}

