

/*浮动条*/
#Floatingbar{width:170px;height:519px;position:fixed;top:36%;right:5px;margin-top:-130px;padding-right:7px;padding-left:15px;background-color:#3a0505;z-index:12500;background:url("../images/Floatingbar.png"/*tpa=http://43.248.102.110:8888/images/Floatingbar.png*/) no-repeat left top;padding-top:10px}
.kefuList{margin-bottom:11px; list-style: none;}
.kefuList li{width:143px;line-height:24px;font-size:15px;border-bottom:1px solid #f6dac9;transition:all 0.2s linear;}
.kefuList li:hover{position:relative;margin-right:-7px;margin-left:-7px; list-style: none;}
.kefuList li a{padding-top:6px;padding-bottom:8px;padding-left:11px;text-decoration:none;display:block;background-color:#3a0505;color:#cee4eb}
.kefuList li:hover a{background-color:#4e3022;}
.kefuList li  em{line-height:18px;overflow:hidden;font-size:12px;color:#d5b003;text-overflow:ellipsis;white-space:nowrap;display:block;}
.kefuList li .userphoto{float:left;width:39px;height:39px;overflow:hidden;margin-right:5px;border-radius:50%;}
.kefuList li .userphoto img{width:100%;height:100%; object-fit: contain;}
.kefuList li .userphoto .userphoto img strong{font-weight:bold;}

#Floatingbar .erweima{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-align:center;
    padding-bottom:12px;
}
#Floatingbar .erweima .photo{width:120px;height:120px;position:relative;overflow:hidden;padding:10px;background-color:#220505;}
#Floatingbar .erweima .photo img{width:100%;height:100%;display:block;object-fit: contain;}
#Floatingbar .erweima strong{line-height:24px;font-size:16px;font-weight:500;display:block;font-family:'Microsoft YaHei';color:#fbcf00;margin-top:10px}
#Floatingbar .btn_backtop{width:147px;height:53px;line-height:53px;text-align:center;position:absolute;font-size:14px;top:100%;left:15px;font-weight:bold;color:#d3c9aa}
#Floatingbar .btn_backtop:hover{color:#e5f900;text-decoration:none;}
#Floatingbar .btn_openhide{width:25px;line-height:18px;text-align:center;position:absolute;font-size:13px;color:#fff;top:0px;right:100%;padding-top:6px;padding-right:6px;padding-bottom:6px;padding-left:6px;background-color:#9c3d1d;text-decoration:none;}
#Floatingbar .btn_openhide:hover{background-color:#e15222;}
#Floati.btn_backtop .btn_retract:hover{background-color:#ce4920;}

 ul, li {
    margin: 0;
    padding: 0;
    border: 0;
    font-style: inherit;
    font-family: inherit;
    vertical-align: baseline;
}

a {
    text-decoration: none;
}