.sidebar {
    position: fixed;
    right: 0px;
    top: 26%;
    width: auto;
    z-index: 50;
}
.sidebar-item{
    width: 70px;
    height: 70px;
    background: #f86a20;
    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:#be6030;

}
.sidebar-item>img{
    z-index: 100;
}
.hotline-detail{
    z-index: 10;
    position: absolute;
    background:  #f86a20;
    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: 150px;
    height: 150px;
    
   
}
.gzh-QRcode>img{
    height: 150px;
    width: 150px;
    display: block;
    
}
.hotline-active{
    right: 72px;
    /*-webkit-transform: translateX(-136px);
    transform: translateX(-136px);*/
    /*right: 76px;*/
}
.sidebar-box .side-chat{
    z-index: 100;
    background: #f86a20;
    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:#be6030;
     cursor: pointer;
}

.sidebar-box .sidebar a{
    padding: 10px 0 0 0px; !important;
}
.sidebar-box .sidebar a:hover{
    background-color:#be6030; !important;
}