body .aside-box ul li {
    background-color: #d6000f;
    border-bottom:1px solid rgba(255,255,255,.2);
    height:50px;
}
body .aside-box {
    width:152px
}
body .aside-box ul li:first-child {
    border-radius: 4px 0px 0px 0px;
}
    body .aside-box ul li:last-child {
        border-radius: 0px 0px 0px 4px;
    }
    body .aside-box ul li span {
        height: 50px;
        line-height: 50px;
    }
    body .aside-box ul li:hover {
        background-color: #f9ad09;
    }
    body .aside-box ul li:hover i{
        background-color: #f9ad09;
    }
    body .aside-box ul li img {
    
        margin-top:15px;
    }
    body .aside-box ul li:hover span{
        color:#fff;
    }

    body .aside-box ul li i {
        background-color: #d6000f;
    }

.aside-box .trigger {
    position:absolute;
    top:50%;
    transform:translate(-100%,-50%);
    left:0;
    z-index:1;
    cursor:pointer;
}



.aside-box .trigger .arrow {
    position: absolute;
    transition: all .3s ease;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
    .aside-box .trigger .arrow.close {
        transform: translate(-50%,-50%) rotate(180deg)
    }

    #hotline .number {
        color: #d6000f;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translate(-100%,-50%);
        width: 183px;
        height: 70px;
        z-index: 1;
        background-image: url('/assets/images/sideBar/22.png');
        background-position: top left;
        background-repeat: no-repeat;
        font-size: 16px;
        padding-top: 22px;
        padding-left: 28px;
        display: none;
    } 

#hotline:hover {
}

#slide-wechat .wechat {
    color: #d6000f;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-100%,-50%);
    width: 183px;
    height: 172px;
    z-index: 9;
    background-image: url('/assets/images/sideBar/21.png');
    background-position: top left;
    background-repeat: no-repeat;
    display:none;
}

    #slide-wechat .wechat img {
        width:133px;
        display:block;
        margin-top:18px;
        margin-left:19px;
    }

