#Floatingbar {
    width: 44px;
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background: #5f1718 url(../img/bg_floatingbar.jpg)/*tpa=https://tp.5uj.com/images/bg_floatingbar.jpg*/ no-repeat right -200px;
    background-color: #723f00;
    z-index: 5000;
}

#Floatingbar ul {
    position: absolute;
    top: 50%;
    margin-top: -240px;
}

#Floatingbar ul li {
    border-bottom: 1px solid #c68a05;
}

#Floatingbar ul li a {
    line-height: 15px;
    text-align: center;
    font-size: 13px;
    color: #fff;
    padding-top: 10px;
    padding-right: 6px;
    padding-bottom: 10px;
    padding-left: 6px;
    display: block;
}

#Floatingbar ul li [class^='icon'] {
    margin-bottom: 5px;
}

.icon_kefu {
    width: 29px;
    height: 32px;
    margin: 0 auto;
    background: url(../img/icon_kefu.png)/*tpa=https://tp.5uj.com/images/icon_kefu.png*/ no-repeat left top;
    display: block;
}

.icon_kefu.icon_kefu1x1 {
    background-position: 0 0;
}

.icon_kefu.icon_kefu1x2 {
    background-position: 0 -32px;
}

.icon_kefu.icon_kefu1x3 {
    background-position: 0 -64px;
}

#Floatingbar .erweima {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 125px;
    left: 0px;
    display: block;
}

#Floatingbar .erweima .btn_ewm {
    height: 23px;
    position: relative;
    margin-bottom: 12px;
    padding-top: 8px;
    padding-bottom: 8px;
    border-radius: 5px;
}

.icon_ewm {
    width: 23px;
    height: 23px;
    background: url(../img/icon_ewm.png)/*tpa=https://tp.5uj.com/images/icon_ewm.png;; no-repeatleft top; */;
    display: inline-block;
}

.icon_ewm.icon_ewm1x1 {
    background-position: 0 0;
}

.icon_ewm.icon_ewm2x1 {
    background-position: -23px 0;
}

#Floatingbar .erweima .btn_ewm .ewm {
    width: 140px;
    height: 152px;
    position: absolute;
    top: 0px;
    right: 100%;
    padding-top: 10px;
    background: #fff;
    box-shadow: 0 0 14px rgb(0 0 0 / 20%);
    display: none;
}

#Floatingbar .erweima .btn_ewm .ewm img {
    width: 120px;
    height: 120px;
    margin: 0 auto;
    background-color: #020202;
}

.ewm_wechat {
    display: block;
}

#Floatingbar .erweima .btn_ewm .ewm span {
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#Floatingbar .btn_ewm:hover .icon_ewm1x1 {
    background-position: 0 -23px;
}

#Floatingbar .btn_ewm:hover .ewm{
    display:block
}

#Floatingbar .btn_close {
    height: 23px;
    padding-top: 8px;
    padding-bottom: 8px;
    border-radius: 5px;
    cursor: pointer;
}

#Floatingbar .btn_backtop {
    line-height: 23px;
    text-align: center;
    position: absolute;
    color: #fff;
    right: 0px;
    bottom: 50px;
    left: 0px;
}

#Floatingbar .btn_backtop .icon_arrowtop {
    width: 18px;
    height: 9px;
    margin: 0 auto 2px auto;
    background: url(../img/icon_arrow.png)/*tpa=https://tp.5uj.com/images/icon_arrow.png*/ no-repeat left top;
    display: block;
}