#newBridge .icon-right-center{
    right: -9999em!important;
}
.rightFixedBar{
    position: fixed;
    top: 30%;
    right: 30px;
    z-index: 2;
}
.rightFixedBar >div{
    width: 90px;
    height: 64px;
    background: #fafdff;
    font-size: 12px;
    border-radius: 5px;
    cursor: pointer;
    text-align: center;
    padding-top: 10px;
    box-sizing: border-box;
    margin-bottom: 10px;
    position: relative;
    box-shadow: 0px 0px 5px 0px rgb(204 204 204 / 60%);
}
.rightFixedBar >div:hover{
    background: #229d7e;
    color: #fff;
}
.rightFixedBar >div:hover .hoverConts{
    display: block;
}
.rightFixedBar i{
    margin-bottom: 5px;
    display: block;
    height: 25px;
    background-size: auto 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.rightFixedBar .kf i{
    background-image: url('../../../statics/images/barIcon/icon_zxkf.svg');
}
 .rightFixedBar >.kf:hover i{
    background-image: url('../../../statics/images/barIcon/icon_zxkf_hover.svg');
}
.rightFixedBar .tel i{
    background-image: url('../../../statics/images/barIcon/icon_dh.svg');
}
 .rightFixedBar >.tel:hover i{
    background-image: url('../../../statics/images/barIcon/icon_dh_hover.svg');
}
.rightFixedBar .zx i{
    background-image: url('../../../statics/images/barIcon/icon_wx.svg');
}
 .rightFixedBar >.zx:hover i{
    background-image: url('../../../statics/images/barIcon/icon_wx_hover.svg');
}
.hoverConts{
    position: absolute;
    top: 0;
    width: 200px;
    left: -200px;
    padding-right: 20px;
    box-sizing: border-box;
    display: none;
}
.hoverConts >div{
    background: #fafdff!important;
    border-radius: 4px;
    box-shadow: 0 0 5px #eee;
    color: #000;
    padding: 15px 0;
}
.hoverConts .telHover{
    position: relative;
}
.hoverConts .telHover:after{
    content: '';
    position: absolute;
    background: #fafdff!important;
    width: 8px;
    height: 8px;
    transform: rotate(-45deg);
    right: -4px;
    top: 30px;
}
.hoverConts .telHover h4{
    font-weight: bold;
    font-size: 16px;
    color: #229d7e;    
}
.hoverConts .telHover.wxinfo img{
    width: 115px;
    display: inline-block;
    margin-bottom: 5px;
}