﻿.onBox {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.onLine {
    margin-bottom: 13px;
    transition: all 0.3s linear;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}

.onLine li {
    width: 68px;
    height: 70px;
    border: 1px solid #dddddd;
    border-right: none;
    position: relative;
    margin-top: -1px;
    background-color: #fcfcfc;
}

.onBtn_one {
    display: block;
    width: 30px;
    height: 30px;
    margin: 0 auto;
    background: url(images/onBtn.png) center center no-repeat;
    cursor: pointer;
    transition: all 0.3s linear;
}

.onBox li a {
    display: block;
    height: 68px;
    text-align: center;
    color: #999999;
}

    .onBox li a i {
        display: block;
        font-size: 22px;
        padding: 13px 0 0 0;
    }

    .onBox li a:hover {
        background-color: #e60012;
        color: #fff !important;
    }

.div1 {
    width: 158px;
    height: 70px;
    background: #e60012;
    position: absolute;
    right: 68px;
    top: -1px;
    display: none;
}

    .div1 p {
        color: #fff;
        font-size: 16px;
        font-weight: bold;
        line-height: 70px;
        text-align: center;
    }
.onBtn_one {
    display: block;
    width: 30px;
    height: 30px;
    margin: 0 auto;
    background: url(../images/onBtn.png) center center no-repeat;
    cursor: pointer;
    transition: all 0.3s linear;
}
.onBtn_one.active {
    transform: rotate(45deg);
}

.onBox li:hover div {
    display: block !important;
}
