ins{
    background-color: none !important;
}
#mynewBridge ins {
    display: block;
    text-decoration: none;
    background-color: none !important;
}

#mynewBridge .nb-middle {
    top: 50%;
    left: 50%;
    bottom: auto;
    right: auto;
    margin: -80px 0 0 -230px;
}
#mynewBridge .nb-position-base {
    position: fixed;
    _position: absolute;
}
#mynewBridge .nb-invite-wrap-base {
    background: no-repeat;
    border-radius: 3px;
    overflow: hidden;
}

#mynewBridge .nb-invite-wrap {
    color: #000;
    z-index: 2;
}

#mynewBridge .nb-invite-skin-8 {
    display: block;
    background: #4092df url(../image/chatbg.jpg) no-repeat;
    background-size: cover;
}

#mynewBridge .nb-invite-body {
    position: relative;
    overflow: hidden;
}

#mynewBridge .nb-invite-wrap-base .nb-invite-tool-base {
    width: 18px;
    height: 18px;
    position: absolute;
    right: 8px;
    top: 8px;
    left: auto;
    bottom: auto;
    cursor: pointer;
    background: transparent url(../image/close1.png) no-repeat;
    _background: none;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='../image/close1.png');
}

#mynewBridge .nb-invite-wrap .nb-invite-text {
    position: absolute;
    top: 44px;
    left: 128px;
    right: 26px;
    font-size: 13px;
    color: #fff;
}

#mynewBridge .nb-invite-wrap-base .nb-invite-text-base .nb-invite-welcome-base, #mynewBridge .nb-invite-wrap-base .nb-invite-text-base p {
    margin: 0;
    font-size: 13pt;
    color: #fff;
    word-break: break-all;
}

#mynewBridge .nb-show {
    display: block;
}
#mynewBridge .nb-invite-wrap-base .nb-invite-btn-base {
    position: absolute;
    bottom: 12px;
    right: 12px;
    top: auto;
    left: auto;
}

#mynewBridge .nb-invite-wrap-base .nb-invite-cancel-base {
    display: inline-block;
    width: 80px;
    height: 32px;
    line-height: 32px;
    color: #000;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 5px;
    cursor: pointer;
    font-size: 13px;
    color: #fff;
    background-color: #fff;
}
#mynewBridge .nb-invite-skin-8 .nb-invite-cancel {
    color: #fff;
    background-color: transparent;
    vertical-align: middle;
}

#mynewBridge .nb-invite-wrap-base .nb-invite-ok-base {
    display: inline-block;
    width: 80px;
    height: 32px;
    line-height: 32px;
    color: #000;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 5px;
    cursor: pointer;
    font-size: 13px;
    color: #0085DA;
    margin-left: 8px;
}
#mynewBridge .nb-invite-skin-8 .nb-invite-ok {
    color: #4092df;
    background-color: #fff !important;
    vertical-align: middle;
}