.newBridge{
display: none;
position: fixed;
z-index: 2147483649;
}

table{
margin: auto;
}

@media only screen and (max-width: 899px){
#newBridge {
display: none!important;
}
.newBridge {
    font-family: Arial,Helvetica,"Microsoft YaHei",sans-serif;
    position: absolute;
}

.newBridge,.newBridge a{
width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    background-color: transparent;
    background-position: 0 0;
    background-size: auto;
    background-repeat: repeat;
    background-origin: padding-box;
    background-clip: border-box;
    background-attachment: scroll;
    background-image: none;
    border: none;
    outline: invert none medium;
    direction: ltr;
    letter-spacing: inherit;
    line-height: normal;
    text-align: left;
    text-decoration: none;
    text-indent: 0;
    text-transform: none;
    white-space: inherit;
    word-spacing: normal;
    font-size: 12px;
    font-family: inherit;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: inherit;
    font-variant: normal;
    font-weight: inherit;
    visibility: visible;
    overflow: visible;
    list-style: none;
    float: none;
    clear: none;
    display: block;
    position: static;
    top: auto;
    left: auto;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.newBridge{
display: block;
}

.nb_icon_wrap{
    left: 20px;
    bottom: 10px;
    top: auto;
    right: auto;
    position: fixed;
    height: 70px;
    width: 70px;
}

.newBridge .nb_icon_wrap{
    right: 5px;
    top: 50%;
    left: auto;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

    .newBridge .nb_icon_wrap a {
        border-radius: 9px;
        background: #016dc5 url(/UploadFiles/module-bg-0.png) center center no-repeat;
        background-size: 100%;
        box-shadow: 0 2px 20px 0 rgb(0 0 0 / 20%);
height:70px;
width:70px;
    }
    
}