#floatbtn {
    width: 50px;
    height: auto;
    position: fixed;
    top: auto;
    right: 50%;right: 1%;
    bottom: 60px;
    left: auto;
    z-index: 80;
    /*margin-right: -720px;*/
}
@media (max-width: 767px) {
    #floatbtn {
        display: none;
    }
}
#floatbtn.fixed {
    position: absolute;
    bottom: 279px;
    right: 50%;
}
#floatbtn > a,
#floatbtn .floatbtn-item {
    cursor: pointer;
    position: relative;
    z-index: 90;
    display: block;
    margin-top: 4px;
    width: 60px;
    height: 60px;
    line-height: 50px;
    text-align: center;
    font-size: 20px;
    color: #d5d5d5;
    background-color: #fff;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#floatbtn > a.hover:hover,
#floatbtn .floatbtn-item.hover:hover {
    -webkit-transition: background-color 400ms ease-out;
    -moz-transition: background-color 400ms ease-out;
    -o-transition: background-color 400ms ease-out;
    transition: background-color 400ms ease-out;
    background: #ff0000;
    text-decoration: none;
    text-align: center;
    line-height: 20px;
    padding: 5px;
}
#floatbtn > a.hover:hover i,
#floatbtn .floatbtn-item.hover:hover i {
    display: none;
}
/*xx 2025-7-23 开始*/
#floatbtn > a.hover:hover img,
#floatbtn .floatbtn-item.hover:hover .customer_icon {
    display: none;
}

/*xx 2025-7-23 结束*/

#floatbtn > a.hover:hover em,
#floatbtn .floatbtn-item.hover:hover em {
    display: block;
    color: #fff;
    font-size: 14px;
    font-style: normal;
    text-decoration: none;
}
#floatbtn > a em,
#floatbtn .floatbtn-item em {
    display: none;text-align: center;
}

/*xx 2025-7-23 开始*/
#floatbtn > a span,
#floatbtn .floatbtn-item span {
    display: none;
}
/*xx 2025-7-23 结束*/

#floatbtn > a:hover,
#floatbtn .floatbtn-item:hover {
    background: #ff0000;
}
#floatbtn > a:hover i,
#floatbtn .floatbtn-item:hover i {
    color: #fff;
}
#floatbtn > a:hover .floatbtn-wrapper,
#floatbtn .floatbtn-item:hover .floatbtn-wrapper {
    display: block; text-align: center;
}
#floatbtn .iconfont {
    display: inline-block;
    font: normal normal normal 14px/1 iconfont;
    font-size: inherit;
}
.floatbtn-wrapper {
    position: absolute;
    right: 59px;
    top: -55px;
    z-index: 120;
    display: none;
    width: 190px;
    height: 212px;
    background-color: #fff;
    border: 1px solid #eee;
}
.floatbtn-wrapper:before {
    content: "";
    position: absolute;
    right: -12px;
    top: 0;
    height: 200px;
    width: 12px;
    background: transparent;
}
.floatbtn-wrapper:after {
    content: "";
    position: absolute;
    right: -6px;
    top: 73px;
    display: block;
    width: 0;
    height: 0;
    border-left: 6px solid #d5d5d5;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
}
.floatbtn-wrapper > .qrcode {
    margin-top: 20px;
    line-height: 1;
}
.floatbtn-wrapper > .qrcode > img {
    width: 128px;
    height: 128px;
}
.floatbtn-wrapper p {
    font-size: 16px;
    line-height: 20px;
    color: #333333;
}
.floatbtn-wrapper p em {
    color: #dd3067;
}
.floatbtn-share .floatbtn-wrapper:after {
    top: 18px;
}
.floatbtn-share .floatbtn-wrapper .social-share .icon-wechat .wechat-qrcode p {
    font-size: 15px; color:#333333;
}