/*kefu*/
.fixed-menu-wrap {
    position: fixed;
    right: 12px;
    bottom: 30%;
    background-color: #fff;
    text-align: center;
    width: 90px;
    /*overflow: hidden;*/
    border: 1px solid #D9D9D9;
    z-index: 10; 
}
.fixed-menu-wrap .fixed-menu li {border-bottom: 1px solid #d9d9d9; }
.fixed-menu-wrap .fixed-menu li.last {border-bottom: 0; }
.fixed-menu-wrap .fixed-menu li:hover {background-color: #FA6415;border-color: #454e58; }
.fixed-menu-wrap .fixed-menu li a {
    display: block;
    color: #000000;
    padding: 15px 0; 
}
.fixed-menu-wrap .fixed-menu li a i {font-size: 0; }
.fixed-menu-wrap .fixed-menu li a i img{
    height: 27px;
    margin-bottom: 5px;
}
.fixed-menu-wrap .fixed-menu li a span {display: block;font-size: 16px;margin-top:10px;}
.fixed-menu-wrap .go-top {display: block;font-size: 20px;color: #ffffff; }
.fixed-menu-wrap .go-top img{width:30px;}


.RH-msg{width: 138px;height: 178px;border:1px solid #e9e9e9;position: absolute;top: 157px;left:-154px;z-index: 999;background: #fff;box-shadow: 0px 1px 26px #999;z-index: 9999;display: none;}
.RH-msg.msg01{
    top: -30px;
}
.RH-msg.msg02{
    top: 108px;
    height: auto;
    padding: 20px 0;
}
.RH-msg.msg02 span{
    top: 22px;
}
.RH-msg .RH-wx{display: block;margin: 10px auto;width: 108px;height: 108px;}
.RH-msg p{height: auto;width: 100%;text-align: center;font-size: 16px;color:#999;line-height: 1.5;}
.RH-msg .RH-wx-text{color: #9c1309;}
.RH-msg .RH-xc-text{color: #9c1309;}
.RH-msg .RH-xc{display: block;width: 96px;height: 96px;margin: 15px auto;}
.RH-msg span{position: absolute;height: 0;width: 0;line-height: 0;border: 10px solid transparent;border-left: 10px solid #fff;top: 75px;right: -20px;}

/*kefu end*/