a{
    text-decoration: none;
}
.float_right_box{
    width: 60px;
    right:20px;
    bottom:20%;
    position: fixed;
    z-index: 5555;
}
.box-content{
    width: 60px;
    height: 60px;
    border-radius: 4px;
    background-color: white;
    display: block;
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-position-y: 8px;
    background-position-x: center;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    padding-top:40px;
    color: #575D6C;
    position: relative;
    box-shadow: 0 0 5px #e7e7e7;
    margin-bottom:2px;
}
.box-content>span{
    display: block;
    text-align: center;
}
.online-right{
    background-image: url("../../images/float/online.png");
    background-size: 25px 26px;
}
.online-right:hover{
    background-image: url("../../images/float/online_hover.png");
}
.online-right:hover>span{
    color:#C7000B;
}

.outer-box {
    position: absolute;
    left: -260px;
    top: 0;
    width: 244px;
    background: white;
    transition: all 0.3s;
    visibility: hidden;
    opacity: 0;
    padding:18px;
    box-sizing: border-box;
    box-shadow: 0 0 10px #e4e4e4;
}
.box-content:hover div.outer-box{
    visibility: visible;
    opacity: 1;
}
.outer-box:after{
    content: "";
    width: 15px;
    height: 15px;
    background: white;
    position: absolute;
    right:-7px;
    top:22px;
    transform:rotate(45deg);
}
/*@font-face {*/
/*    font-family: PingFang SC;*/
/*    src: url('PINGFANG-SC-SEMIBOLD-2.TTF');*/
/*}*/
/*@font-face {*/
/*    font-family: PingFangSC-Bold;*/
/*    src: url('PINGFANG-BOLD-2.TTF');*/
/*}*/
.floatTitle{
    display: flex;
    align-items: center;
    padding-left:32px;
    height: 18px;
    font-size: 14px;
    font-family: 微软雅黑;
    color: #333333;
}
.qq-icon{
    background: url("../../images/float/qq-icon.png") no-repeat center;
    background-size: 16px 18px;
    background-position-x: left;
}
.wx-icon{
    background: url("../../images/float/wx-icon.png") no-repeat center;
    background-size: 21px 18px;
    background-position-x: left;
}
.floatBody{
    padding-left:32px;
}
.floatBody .qqOpen{
    font-family: 微软雅黑;
    font-size: 12px;
    color: #C7000B;
}
.wxBox{
    display: flex;
    justify-content: space-between;
}
.wxBox>div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.wxBox>div>img{
    width: 80px;
    height: 80px;
}
.wxBox>div>div{
    font-size: 12px;
    font-family: 微软雅黑;
    color: #666666;
    margin-top:6px;
}
.phone-right{
    background-image: url("../../images/float/phone.png");
    background-size: 24px 24px;
}
.phone-right:hover{
    background-image: url("../../images/float/phone_hover.png");
}
.phone-right:hover>span{
    color:#C7000B;
}
.phone-icon{
    background: url("../../images/float/phone.png") no-repeat center;
    background-size: 17px 17px;
    background-position-x: left;
}
.phone-number>div{
    font-size: 12px;
    font-family:'微软雅黑';
    color: #C7000B;
    margin-bottom:12px;
}
.beian-right{
    background-image: url("../../images/float/beian.png");
    background-size: 23px 26px;
}
.beian-right:hover{
    background-image: url("../../images/float/beian_hover.png");
}
.beian-right:hover>span{
    color:#C7000B;
}
.workorder-right{
    background-image: url("../../images/float/order.png");
    background-size: 23px 24px;
}
.workorder-right:hover{
    background-image: url("../../images/float/order_hover.png");
}
.workorder-right:hover>span{
    color:#C7000B;
}
.recharge-right{
    background-image: url("../../images/float/recharge.png");
    background-size: 25px 26px;
}
.recharge-right:hover{
    background-image: url("../../images/float/recharge_hover.png");
}
.recharge-right:hover>span{
    color:#C7000B;
}
.toTop-right{
    background-image: url("../../images/float/toTop.png");
    background-position-y:12px;
    background-size: 24px 21px;
    background-color:#c7000b;
}
.toTop-right>span{
    color:white;
}
.back-top{
    visibility: hidden;
}