.sidebar {
    position: fixed;
    right: 0px;
    top: 26%;
    width: auto;
    z-index: 50;
}

.sidebar-item {
    display: block;
    width: 70px;
    height: 70px;
    background: #019cff;
    margin-top: 1px;
    text-align: center;
    box-sizing: border-box;
    padding-top: 10px;
    cursor: pointer;
    z-index: 100;
    position: relative;
}

.sidebar-item>p {
    color: white;
    font-size: 14px;
    margin-top: 6px;
    z-index: 100;
}

.sidebar-item:hover {
    background-color: #085d9b;
}

.sidebar-item>img {
    z-index: 100;
}

.hotline-detail {
    z-index: 10;
    position: absolute;
    background: #019cff;
    width: 150px;
    height: 70px;
    top: 71px;
    right: -80px;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    line-height: 70px;
    color: white;
    transition: 0.2s;
}

.sidebar-box .gzh-QRcode {
    z-index: 100;
    bottom: 0;
    right: 80px;
    width: 0px;
    height: 0px;
    display: none;
    position: absolute;
    transition: 1.0s;
}

.sidebar-box .show-gzh-QRcode {
    display: block;
    /* width: 100%; */
    width: 449px;
    height: 150px;
}

.gzh-QRcode>img {
    height: 150px;
    width: 449px;
    display: block;
}

.hotline-active {
    right: 72px;
}

.sidebar-box .side-chat {
    z-index: 999;
    background: #019cff;
    height: 50px;
    width: 150px;
    position: fixed;
    right: 0;
    bottom: 0;
    color: white;
    font-size: 16px;
    line-height: 50px;
    text-align: center;
    border-radius: 10px 0 0 0;
}

.sidebar-box .side-chat:hover {
    background-color: #085d9b;
    cursor: pointer;
}

.sidebar-box .sidebar a {
    display: block;
    padding: 10px 0 0 0px;
}

.sidebar-box .sidebar a:hover {
    background-color: #085d9b;
}
/*# sourceMappingURL=sidebar.css.map */
