html{font-size:100px;}
*{margin: 0;padding: 0;box-sizing: border-box;list-style: none;}
body{background:#fff;font-size: 16px;font-family: 'Microsoft yahei';color: #333;}
.w{width:100%;max-width:1200px;margin:0 auto;}
.fl{float: left;}
.fr{float: right;}
.clear:after{content: "";display: block;clear:both;}
a{text-decoration: none;color: #231815;}
a:hover{text-decoration: none;}
.w100{width: 100%;}
.zhong{margin: 0 auto;}
.center{text-align: center}
.hei{color:#000;}
.bai{color:#fff;}

.jz{
    text-align: center;
    /*font-size: 18px;*/
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}


p{margin: 0;}
/*头部*START*/
header{
    width: 100%;
    background: #fff;
    /*opacity:0.7;*/
    padding-top: 10px;
    padding-bottom: 10px;
}
.header_f{
    height:10px;
    background: #f5f4f3;
}
.navbar-brand.logo{
    width: 100px;
    height:100px;
    margin-left: -15px;
    margin-right: 20px;

}
.navbar-brand.logo img{
    width: 100%;
}
.navbar{
    /*border:none;*/
    margin-bottom: 0;
}
.nav{
    /*line-height: 100px;*/
    margin-top: 25px;
    /*margin-left: 116px;*/
    float:left;
}
.navbar-default .navbar-nav > li{
    position: relative;

    margin: 0 10px;
    transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}
.navbar-default{
    border: none;
    background: #ffffff;
}
.navbar-default .navbar-nav > li > .header_nav_02{
    width: 100%;
    display: none;
    /*background: rgba(221,39,39,0.5);*/
    background: rgba(200,200,200,0.9);
    position: absolute;
    left:0;
    top:60px;
    z-index: 999999999999999999999!important;
}
.navbar-default .navbar-nav > li > .header_nav_02 li{
    padding: 4px 0;
    margin-top: 2px;
    text-align: center;
    /*border-bottom: 1px solid #999;*/
}

.navbar-default .navbar-nav > li > a{
    color: #000;
    font-size: 18px;
    padding: 20px 2em;
    /*line-height: 100px;*/
    /*transition: all .5s;*/
    /*-o-transition: all .5s;*/
    /*-moz-transition: all .5s;*/
    /*-webkit-transition: all .5s;*/
}
/*.navbar-default .navbar-nav >li.li_active{background: #6bbbfe;}*/
.navbar-default .navbar-nav >li.li_active > a{color:#ff0000}
/*.navbar-default .navbar-nav li:hover{background: #6bbbfe;}*/
.navbar-default .navbar-nav > li:hover .header_nav_02{
    display: block;
}

/*nav  li*/
.navbar-default .navbar-nav > li:hover{
    background: #0163a2;
}
.navbar-default .navbar-nav > li:hover > a{
    color:#fff;
}
/*nav  li nav-2 li*/
.navbar-default .navbar-nav > li > .header_nav_02 li:hover{
    /*border-bottom: 1px solid #ff0000;*/
    background: #0163a2;
}
.navbar-default .navbar-nav > li > .header_nav_02 li:hover a{
    color:#fff;
}
.navbar-default .navbar-nav > li > .header_nav_02 li.li_active_02{
    /*background: #6bbbfe;*/
    /*border-bottom: 1px solid #ff0000;*/
}
.navbar-default .navbar-nav > li > .header_nav_02 li.li_active_02 a{
    color:#fff;
}
.navbar-brand{
    padding: 0;
}
@media (max-width: 766px) {
    .logo {
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .container-fluid > .navbar-collapse {

        width: 100%;
        background: rgba(200,200,200,0.9);
        position: absolute;
        z-index: 999;

    }
    .navbar-default .navbar-nav > li > .header_nav_02{
        width: 100%;
    }
}
.tx{
    background: #ff0000;
}
.navbar-default .navbar-nav li.tx > a{
    color:#fff;
}
.header_nav_02{
    z-index: 999999999999999999999;
}
/*语言模块*/
.lang{z-index: 9999}
.lang_0{
    display:block;
    padding-left: 14px;
    padding-right: 14px;
    float:left;
    opacity: 0.6;
    background: #0068E4;
    font-size: 14px;
    color:#ffffff;
    line-height: 40px;
    text-align: center;
}
.lang_1{margin-right:10px;}
a.lang_0:hover{
    opacity: 1;
    color:#ffffff;
}
/*头部*END*/
/*banner开始*/
.banner{
    height: 750px;
    position: relative;
}
.banner .banner-list{
    /*height:600px;*/
    margin: 0;
}
.banner .banner-list li{
    display: none;
    width: 100%;
    height: inherit;
    position: absolute;
    top:0;
    left: 0;
}
.banner .banner-list li img{
    width: 100%;
    height: inherit;
}
/*.banner_01{width:100%;height:450px;background: url("../img/banner_01.jpg") no-repeat center;}*/
/*.banner_02{width:100%;height:450px;background: url("../img/banner_02.png") no-repeat center;}*/
/*.banner_03{width:100%;height:450px;background: url("../img/banner_03.png") no-repeat center;}*/
.banner .banner-list li:first-child{display: block;}
.banner .points{
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    bottom: 3%;
    left: 50%;
}
.banner .points li {
    width: 15px;
    height: 15px;
    background-color: #FFFFFF;
    border-radius: 50%;
    float: left;
    margin: 5px;
}
.banner .points li.active {background-color: #dd2727;}
.banner .prev,.banner .next{
    width: 30px;
    height: 50px;
    font-size: 50px;
    background-color: rgba(0,0,0,0.4);
    position: absolute;
    top:50%;
    color: #FFFFFF;
    display: none;
}
.banner:hover .prev,.banner:hover .next{
    display: block;
}
.banner .prev{
    left: 3%;
}
.banner .next{
    right: 3%;
}
.banner .prev span{
    position: relative;
    right: 20px;
    top: -14px;
}
.banner .next span{
    position: relative;
    left: 0;
    top: -14px;
}
/*banner*END*/
/*数字浮动*/
.ban_float{
    display: none;}
.ban_f{
    display: block;
    width: 100%;
    height:200px;
    /*background:#74a8d8;*/
}
.ban_f .info{min-height:2rem; font-size:0px; text-align:center;}
.ban_f .info dl{padding-top: 50px;margin-bottom: 50px;}
.ban_f .info dd{width:180px;height:1.05rem; font-size:.16rem;display:inline-block; text-align:left; white-space:nowrap;}
.ban_f .info dd:not(:last-child){
    border-right: 1px solid #dcdcdc;
}
.ban_f .info dd .name{color:#74a8d8;text-align: center;}
.ban_f .info dd b{font-size:.42rem; font-weight:400; display:inline-block; /*position:relative; top:.02rem;*/ padding-right:.06rem;}
.ban_f .info dd b i{font-size:.36rem; display:inline-block; /*position:relative; top:-.2rem;*/}
.ban_f .info dd p{color:#74a8d8;font-size: 16px;/*font-weight: bold;position:relative; top:-.03rem;*/}
/*数字浮动*/

footer{
    background:#000;
    padding-top: 10px;

}
/*.footer_01{*/
/*padding-top: 20px;*/
/*padding-bottom: 20px;*/
/*}*/
/*.footer_add{*/
/*margin-top:20px;*/
/*margin-bottom:10px;*/
/*}*/
.footer_add p{
    line-height: 36px;
    font-size: 16px;
}
.footer_add p img{
    margin-right: 10px;
}
.footer_tel .footer_tel_h{
    margin: 0;
}
.footer_tel .footer_tel_h img{
    display: block;
    width: 30px;
    margin-right: 10px;
    margin-top: 6px;
    margin-bottom:1px;

}
.footer_tel .footer_tel_h span{
    font-size: 24px;
}
.footer_02{
    /*border-top: 1px solid #474747;*/
    padding-top: 6px;
    padding-bottom: 4px;
}
.footer_p1{
    font-size: 14px;
}
.copy{
    margin-bottom: 10px;
    line-height: 24px;
    padding: 0 10px;
}
.copy a{
    margin-right: 20px;
    color: #ffffff;
    font-size: 14px;
}

.gongshang{
    width: 100px;
    float:left;
    height:24px;
    padding-left: 6px;
    line-height:24px;
    margin: 0 0 0 5px;
    background: url("../img/gsbj.png");
}



.p {
    width: 100%;
    border-top: 1px solid #CCC;
    line-height: 2em;
}
.pa {
    /*width: 1140px;*/
    margin: auto;
    line-height: 60px;
    color: #333;
    font-size: 14px;
}

/*.pa{width:1140px;margin:auto;line-height:60px;color:#333;font-size:14px;}*/
.pa a{color:#666;padding:0 10px;}
.pa a:hover{ text-decoration:underline;}

.dibu{width:100%;background:#0163a2;padding:40px 0 0;}
.divtop {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    overflow: hidden;
}
.dibua{/*width:120px;*/padding:0 12px;float:left;font-size:14px;overflow:hidden;}
.dibub{/*width:320px;*/float:left;font-size:14px;padding:10px;}
.dibub img{width:100px;}

.dibuc{width:140px;float:left;margin-left:20px;text-align:center;font-size:12px;color:#fff;line-height:28px;}
.dibua h3,.dibub h3{font-size:16px;margin-bottom:20px;color:#fff; font-weight:normal}
.dibua li,.dibub li{line-height:28px;color:#ddd}
.dibub a{color:#F00}
.dibua li a{color:#ddd}
.dibuc img{width:100%}
.dibu a:Hover{color:#FFF}
#dibua{width:390px;}
#dibua li{float:left;width:130px}
.dibub_1{background: #fff;}

/*.ny_dh_bj{width:100%; background:#fff; border-bottom:1px solid #ebebeb;}*/
/*.ny_dh ul{overflow:hidden;}*/
/*.ny_dh ul li{ float:left; padding:0 40px; line-height:54px; transition:all 0.5s; border-top:4px #fff solid;}*/
/*.ny_dh ul li a{ color:#747474;}*/


@media (max-width: 766px) {
    .navbar-toggle{margin-right: 0;}
    .lang{
        position: absolute;
        right:120px;
        top:-4px;
    }
    .dibu{background: #333;}
    .dibua{padding: 0 6px}

}



/*在线留言*/
.mge{
    width:70px;
    height: 70px;
    position:fixed;
    right: 0;
    top:150px;
    z-index: 99999;
}
.msg_f{
    width:70px;
    height: 70px;
    background: url("../img/mge.png");
}
#newBridge{
    color:#000;
    font-style:normal;
    font-weight:normal;
    letter-spacing:normal;
    word-spacing:normal;
    white-space:normal;
    display:none;
}

#newBridge ins,
#nbInviteWrapper ins,
#nbWebImLightContainer ins,
#newBridge a,
#nbInviteWrapper a,
#nbWebImLightContainer a,
#newBridge div,
#nbInviteWrapper div,
#nbWebImLightContainer div,
#newBridge p,
#nbInviteWrapper p,
#nbWebImLightContainer p,
#newBridge em,
#nbInviteWrapper em,
#nbWebImLightContainer em,
#newBridge b,
#nbInviteWrapper b,
#nbWebImLightContainer b,
#newBridge dd,
#nbInviteWrapper dd,
#nbWebImLightContainer dd,
#newBridge dl,
#nbInviteWrapper dl,
#nbWebImLightContainer dl,
#newBridge ul,
#nbInviteWrapper ul,
#nbWebImLightContainer ul,
#newBridge li,
#nbInviteWrapper li,
#nbWebImLightContainer li,
#newBridge i,
#nbInviteWrapper i,
#nbWebImLightContainer i,
#newBridge h1,
#nbInviteWrapper h1,
#nbWebImLightContainer h1,
#newBridge h2,
#nbInviteWrapper h2,
#nbWebImLightContainer h2,
#newBridge h3,
#nbInviteWrapper h3,
#nbWebImLightContainer h3,
#newBridge h4,
#nbInviteWrapper h4,
#nbWebImLightContainer h4,
#newBridge h5,
#nbInviteWrapper h5,
#nbWebImLightContainer h5,
#newBridge span,
#nbInviteWrapper span,
#nbWebImLightContainer span,
#newBridge table,
#nbInviteWrapper table,
#nbWebImLightContainer table,
#newBridge td,
#nbInviteWrapper td,
#nbWebImLightContainer td,
#newBridge tr,
#nbInviteWrapper tr,
#nbWebImLightContainer tr,
#newBridge tbody,
#nbInviteWrapper tbody,
#nbWebImLightContainer tbody,
#newBridge thead,
#nbInviteWrapper thead,
#nbWebImLightContainer thead,
#newBridge strong,
#nbInviteWrapper strong,
#nbWebImLightContainer strong,
#newBridge u,
#nbInviteWrapper u,
#nbWebImLightContainer u,
#newBridge img,
#nbInviteWrapper img,
#nbWebImLightContainer img,
#newBridge font,
#nbInviteWrapper font,
#nbWebImLightContainer font,
#newBridge select,
#nbInviteWrapper select,
#nbWebImLightContainer select,
#newBridge option,
#nbInviteWrapper option,
#nbWebImLightContainer option,
#newBridge input
 {
    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 img,
#nbInviteWrapper img,
#nbWebImLightContainer img,
#newBridge a,
#nbInviteWrapper a,
#nbWebImLightContainer a,
#newBridge em,
#nbInviteWrapper em,
#nbWebImLightContainer em,
#newBridge b,
#nbInviteWrapper b,
#nbWebImLightContainer b,
#newBridge strong,
#nbInviteWrapper strong,
#nbWebImLightContainer strong,
#newBridge span,
#nbInviteWrapper span,
#nbWebImLightContainer span {
    display:inline
}
#newBridge strong,
#nbInviteWrapper strong,
#nbWebImLightContainer strong {
    font-weight:bold
}

#newBridge a,
#nbInviteWrapper a,
#nbWebImLightContainer a {
    text-decoration:underline
}
#newBridge li,
#nbInviteWrapper li,
#nbWebImLightContainer li {
    display:list-item
}
#newBridge .nb-invite-wrap p {
    color:inherit;
    font-size:inherit
}
#newBridge .nb-invite-wrap span {
    text-decoration:inherit;
    color:inherit;
    font-size:inherit;
    font-family:inherit
}
#newBridge .nb-invite-wrap em {
    text-decoration:inherit;
    color:inherit;
    font-size:inherit;
    font-family:inherit;
    font-weight:inherit
}
#newBridge .nb-invite-wrap strong {
    text-decoration:inherit;
    color:inherit;
    font-size:inherit;
    font-family:inherit;
    font-style:inherit
}
#newBridge .nb-invite-wrap span {
    text-decoration:inherit;
    color:inherit;
    font-size:inherit;
    font-family:inherit;
    font-style:inherit;
    font-weight:inherit
}
#newBridge .nb-invite-wrap {
    color:#000;
    z-index:2
}
#newBridge .nb-invite-wrap .nb-invite-text {
    position:absolute;
    top:44px;
    left:128px;
    right:26px;
    font-size:13px;
    color:#fff
}
#newBridge .nb-invite-wrap .nb-invite-text-ls {
    position:absolute;
    top:40px;
    left:0;
    right:164px;
    font-size:13px;
    color:#000;
    font-family:microsoft yahei;
    margin-left:26px
}
#newBridge .nb-invite-wrap .nb-invite-text-ls-center {
    right:0;
    position:absolute;
    top:16%;
    left:110px;
    font-size:13px;
    color:#fff;
    font-family:microsoft yahei;
    margin-right:26px
}
#newBridge .nb-invite-wrap .nb-invite-text-ls-bottom {
    width:100%;
    background:#fff;
    margin-left:0;
    color:#000;
    font-family:microsoft yahei
}
#newBridge .nb-invite-body {
    position:relative;
    overflow:hidden
}
#newBridge .mess-placeholder {
    color:#a9a9a9
}
#newBridge .place-style {
    color:#000
}
#newBridge .nb-invite-wrap-base {
    background:no-repeat;
    border-radius:3px;
    overflow:hidden
}
#newBridge .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('//sgoutong.baidu.com/embed/1587466667/asset/embed/css/pc/invite/img/close.png') no-repeat;
    _background:none;
    _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='//sgoutong.baidu.com/embed/1587466667/asset/embed/css/pc/invite/img/close.png')
}
#newBridge .nb-invite-wrap-base .nb-invite-tool-base-ls {
    width:12px;
    height:12px;
    position:absolute;
    right:10px;
    top:9px;
    font-size:1.6em;
    color:#000;
    cursor:pointer;
    background:transparent url('//sgoutong.baidu.com/embed/1587466667/asset/embed/css/pc/invite/img/close_2.png') no-repeat;
    _background:none;
    _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='//sgoutong.baidu.com/embed/1587466667/asset/embed/css/pc/invite/img/close.png');
    background-size:100% 100%
}
#newBridge .nb-invite-wrap-base .nb-invite-tool-logo {
    position:absolute;
    bottom:63px;
    right:25px;
    width:15px;
    height:15px;
    background:transparent url('//sgoutong.baidu.com/embed/1587466667/asset/embed/css/pc/invite/img/lks-logo.png') no-repeat;
    background-repeat:no-repeat;
    background-size:100% 100%;
    cursor:pointer
}
#newBridge .nb-invite-wrap-base .nb-invite-text-base .nb-invite-welcome-base,
#newBridge .nb-invite-wrap-base .nb-invite-text-base p {
    margin:0;
    font-size:13pt;
    color:#fff;
    word-break:break-all
}
#newBridge .nb-invite-wrap-base .nb-invite-text-base-ls {
    font-size:1.4em !important
}
#newBridge .nb-invite-wrap-base .nb-invite-text-base-ls .nb-invite-welcome-base,
#newBridge .nb-invite-wrap-base .nb-invite-text-base-ls p {
    margin:0;
    color:#545151;
    word-break:break-all;
    font-size:17px;
    -webkit-line-clamp:2;
    display:-webkit-box;
    overflow:hidden;
    white-space:normal;
    text-overflow:ellipsis;
    -webkit-box-orient:vertical
}
#newBridge .nb-invite-wrap-base .nb-invite-text-base-ls .nb-invite-welcome-base .nb-invite-point,
#newBridge .nb-invite-wrap-base .nb-invite-text-base-ls p .nb-invite-point {
    font-weight:bold;
    display:inline;
    font-size:1em
}
#newBridge .nb-invite-wrap-base .nb-invite-text-base-ls .nb-smartInvite-text-edu {
    line-height:30px;
    padding-left:15px
}
#newBridge .nb-invite-wrap-base .nb-direct-send-btn {
    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
}
#newBridge .nb-invite-wrap-base .nb-invite-btn-base {
    position:absolute;
    bottom:12px;
    right:12px;
    top:auto;
    left:auto
}
#newBridge .nb-invite-wrap-base .nb-invite-btn-base-ls,
#newBridge .nb-invite-wrap-base .smart-invite-btn {
    position:absolute;
    bottom:25px;
    left:27px;
    top:auto
}
#newBridge .nb-invite-wrap-base .nb-invite-btn-base-ls .nb-invite-ok,
#newBridge .nb-invite-wrap-base .smart-invite-btn .nb-invite-ok {
    margin-left:0;
    background-color:transparent;
    border-color:transparent;
    border-radius:0;
    padding:8px;
    color:#ccc;
    vertical-align:middle;
    width:auto;
    height:auto
}
#newBridge .nb-invite-wrap-base .nb-invite-btn-base-ls .nb-invite-ok .nb-invite-ok-show,
#newBridge .nb-invite-wrap-base .smart-invite-btn .nb-invite-ok .nb-invite-ok-show {
    color:#fff;
    background-color:#3998FC;
    border-radius:0;
    width:80px;
    height:32px;
    border:1px solid #fff;
    border-color:#3998FC;
    line-height:32px;
    text-align:center;
    font-size:13px;
    margin-top:-1px
}
#newBridge .nb-invite-wrap-base .nb-invite-btn-base-ls .nb-invite-cancel,
#newBridge .nb-invite-wrap-base .smart-invite-btn .nb-invite-cancel {
    color:#3998fc;
    border-color:#3998fc;
    background-color:transparent;
    border-radius:0
}
#newBridge .nb-invite-wrap-base .smart-invite-btn {
    bottom:5%;
    right:12px;
    top:auto;
    left:auto
}
#newBridge .nb-invite-wrap-base .smart-invite-btn .nb-invite-cancel {
    border-color:#fff;
    border-radius:0;
    background-color:#fff !important;
    color:#000 !important
}
#newBridge .nb-invite-wrap-base .nb-invite-access-box {
    margin:0 27px 0;
    display:none;
    transition:opacity .5s linear
}
#newBridge .nb-invite-wrap-base .nb-invite-access-box-open {
    display:block
}
#newBridge .nb-invite-wrap-base .nb-invite-access-box .nb-invite-access-cut {
    opacity:.5;
    border-top:1px solid #9FBBEE
}
#newBridge .nb-invite-wrap-base .nb-invite-access-box .nb-invite-access-btn-box {
    margin-top:18px
}
#newBridge .nb-invite-wrap-base .nb-invite-access-box .nb-invite-access-btn-box::after {
    content:'';
    clear:both;
    visibility:hidden;
    height:0;
    display:block;
    width:0
}
#newBridge .nb-invite-wrap-base .nb-invite-access-box .nb-invite-access-btn-box .nb-invite-access-btn-text {
    font-size:15px;
    color:#000000;
    text-align:left;
    line-height:15px;
    float:left
}
#newBridge .nb-invite-wrap-base .nb-invite-access-box .nb-invite-access-btn-box .nb-invite-access-btn-right {
    margin-top:-3px;
    float:right;
    font-size:13px
}
#newBridge .nb-invite-wrap-base .nb-invite-access-box .nb-invite-access-btn-box .nb-invite-access-btn-right #nb-invite-access-btn-info {
    display:inline
}
#newBridge .nb-invite-wrap-base .nb-invite-access-box .nb-invite-access-btn-box .nb-invite-access-btn-right .nb-invite-access-btn {
    display:none
}
#newBridge .nb-invite-wrap-base .nb-invite-access-box .nb-invite-access-btn-box .nb-invite-access-btn-right .nb-invite-access-btn+label {
    cursor:pointer;
    margin-top:-2px;
    vertical-align:middle;
    -webkit-appearance:none;
    -moz-appearance:none;
    -ms-appearance:none;
    -o-appearance:none;
    appearance:none
}
#newBridge .nb-invite-wrap-base .nb-invite-access-box .nb-invite-access-btn-box .nb-invite-access-btn-right .nb-invite-access-btn+label {
    margin-left:5px;
    position:relative;
    box-sizing:border-box;
    display:inline-block;
    width:35px;
    height:15px;
    border:1px solid #b8b8b8;
    border-radius:16px;
    outline:0;
    background-color:#b8b8b8;
    -webkit-transition:background-color .1s,border .1s;
    -moz-transition:background-color .1s,border .1s;
    -ms-transition:background-color .1s,border .1s;
    -o-transition:background-color .1s,border .1s;
    transition:background-color .1s,border .1s
}
#newBridge .nb-invite-wrap-base .nb-invite-access-box .nb-invite-access-btn-box .nb-invite-access-btn-right .nb-invite-access-btn+label:before {
    content:" ";
    position:absolute;
    top:0;
    left:0;
    width:34px;
    height:13px;
    border-radius:15px;
    background-color:#b8b8b8;
    -webkit-transition:-webkit-transform .35s cubic-bezier(.45, 1, .4, 1);
    -moz-transition:-webkit-transform .35s cubic-bezier(.45, 1, .4, 1);
    -ms-transition:-webkit-transform .35s cubic-bezier(.45, 1, .4, 1);
    -o-transition:-webkit-transform .35s cubic-bezier(.45, 1, .4, 1);
    transition:transform .35s cubic-bezier(.45, 1, .4, 1)
}
#newBridge .nb-invite-wrap-base .nb-invite-access-box .nb-invite-access-btn-box .nb-invite-access-btn-right .nb-invite-access-btn+label:after {
    content:" ";
    position:absolute;
    top:0;
    left:0;
    width:13px;
    height:13px;
    border-radius:15px;
    background-color:#fff;
    box-shadow:0 1px 3px rgba(0,0,0,0.4);
    -webkit-transition:-webkit-transform .35s cubic-bezier(.4, .4, .25, 1.35);
    -moz-transition:-webkit-transform .35s cubic-bezier(.4, .4, .25, 1.35);
    -ms-transition:-webkit-transform .35s cubic-bezier(.4, .4, .25, 1.35);
    -o-transition:-webkit-transform .35s cubic-bezier(.4, .4, .25, 1.35);
    transition:transform .35s cubic-bezier(.4, .4, .25, 1.35)
}
#newBridge .nb-invite-wrap-base .nb-invite-access-box .nb-invite-access-btn-box .nb-invite-access-btn-right .nb-invite-access-btn:checked+label {
    border-color:#3998fc;
    background-color:#3998fc
}
#newBridge .nb-invite-wrap-base .nb-invite-access-box .nb-invite-access-btn-box .nb-invite-access-btn-right .nb-invite-access-btn:checked+label:before {
    -webkit-transform:scale(0);
    -moz-transform:scale(0);
    -o-transform:scale(0);
    -ms-transform:scale(0);
    transform:scale(0)
}
#newBridge .nb-invite-wrap-base .nb-invite-access-box .nb-invite-access-btn-box .nb-invite-access-btn-right .nb-invite-access-btn:checked+label:after {
    -webkit-transform:translateX(20px);
    -moz-transform:translateX(20px);
    -ms-transform:translateX(20px);
    -o-transform:translateX(20px);
    transform:translateX(20px)
}
#newBridge .nb-invite-wrap-base .nb-invite-access-box .nb-invite-access-info {
    font-size:12px;
    color:#555555;
    text-align:left;
    line-height:15px;
    margin-top:10px
}
#newBridge .nb-invite-wrap-base .nb-invite-access-box .nb-invite-access-close {
    position:relative;
    width:50px;
    height:28px;
    font-size:12px;
    color:#000000;
    text-align:left;
    line-height:28px;
    padding-left:15px;
    cursor:pointer;
    margin:0 auto;
    margin-top:10px;
    margin-bottom:10px
}
#newBridge .nb-invite-wrap-base .nb-invite-access-box .nb-invite-access-close::after {
    content:'';
    border:6px solid transparent;
    border-bottom-color:#fff;
    position:absolute;
    left:41px;
    top:6px
}
#newBridge .nb-invite-wrap-base .nb-invite-access-box .nb-invite-access-close::before {
    content:'';
    border:6px solid transparent;
    border-bottom-color:#000;
    position:absolute;
    left:41px;
    top:5px
}
#newBridge .nb-invite-wrap-base .nb-invite-access-box .nb-invite-access-close:active {
    background:rgba(0,0,0,0.05)
}
#newBridge .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
}
#newBridge .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
}
#newBridge .nb-invite-wrap-base-lks {
    overflow:inherit
}
#newBridge .nb-invite-wrap-lks-edu .nb-invite-tool-logo {
    bottom:auto;
    top:36%
}
#newBridge .customer-invite-style .nb-invite-cancel,
#newBridge .customer-invite-style .nb-invite-ok {
    border:none !important
}
#newBridge .customer-invite-style .nb-invite-cancel {
    background-color:#fff !important;
    color:#000 !important
}
#newBridge .driect-talk-style {
    border-bottom-right-radius:0;
    border-bottom-left-radius:0
}
#newBridge .blank-talk-style {
    cursor:pointer
}
#newBridge .nb-position-base {
    position:fixed;
    _position:absolute
}

#newBridge .nb-left-bottom {
    left:20px;
    bottom:20px;
    top:auto;
    right:auto;
    margin:0
}
#newBridge .nb-right-bottom {
    right:20px;
    bottom:20px;
    top:auto;
    left:auto;
    margin:0
}
#newBridge .nb-left-bottom-direct {
    left:20px;
    bottom:20px;
    top:auto;
    right:auto;
    margin:0
}
#newBridge .nb-right-bottom-direct {
    right:20px;
    bottom:20px;
    top:auto;
    left:auto;
    margin:0
}



#newBridge .nb-invite-skin-1 .nb-invite-ok {
    color:#0a62c3;
    background-color:#fff
}
#newBridge .nb-invite-skin-1 .nb-invite-cancel {
    background-color:transparent
}

#newBridge .nb-invite-skin-2 .nb-invite-ok {
    color:#735300;
    background-color:#fff
}
#newBridge .nb-invite-skin-2 .nb-invite-cancel {
    background-color:transparent
}

#newBridge .nb-invite-skin-3 .nb-invite-ok {
    color:#0085da;
    background-color:#fff
}
#newBridge .nb-invite-skin-3 .nb-invite-cancel {
    color:#fff;
    background-color:transparent
}

#newBridge .nb-invite-skin-4 .nb-invite-ok {
    color:#fff;
    background-color:#F0611A;
    border:1px solid #d34f1b
}
#newBridge .nb-invite-skin-4 .nb-invite-cancel {
    color:#f0611a
}
#newBridge .nb-invite-skin-5 {
    display:block;
    background:#62B2E7 url('//sgoutong.baidu.com/embed/1587466667/asset/embed/css/pc/invite/img/inviteBack6.png') no-repeat
}
#newBridge .nb-invite-skin-5 .nb-invite-ok {
    color:#fff;
    background-color:#63B4E9
}
#newBridge .nb-invite-skin-5 .nb-invite-cancel {
    color:#3a92d2
}

#newBridge .nb-invite-skin-6 .nb-invite-ok {
    color:#fff;
    background-color:#fa9425;
    border:1px solid #d5ae33
}
#newBridge .nb-invite-skin-6 .nb-invite-cancel {
    color:#d5ae33
}

#newBridge .nb-invite-skin-7 .nb-invite-ok {
    color:#7c5a4b;
    background-color:#fff
}
#newBridge .nb-invite-skin-7 .nb-invite-cancel {
    color:#7c5a4b;
    opacity:.6;
    border:1px solid #fff;
    _filter:alpha(opacity=60)
}

#newBridge .nb-invite-skin-8 .nb-invite-ok {
    color:#fd4f74;
    background-color:#fff
}
#newBridge .nb-invite-skin-8 .nb-invite-cancel {
    color:#fff;
    background-color:transparent
}
#newBridge .nb-invite-skin-9 {
    display:block;
    background:#4587e8 url('//sgoutong.baidu.com/embed/1587466667/asset/embed/css/pc/invite/img/inviteBack9.png') no-repeat
}
#newBridge .nb-invite-skin-9 .nb-invite-ok {
    color:#4587e8;
    background-color:#fff
}
#newBridge .nb-invite-skin-9 .nb-invite-cancel {
    color:#fff;
    background-color:transparent
}
#newBridge .nb-invite-skin-ls-pub {
    background:#f6f9fe url('//sgoutong.baidu.com/embed/1587466667/asset/embed/css/pc/invite/img/inviteBackLSPub.png') no-repeat
}
#newBridge .nb-invite-skin-ls-edu {
    background:#f6f9fe url('//sgoutong.baidu.com/embed/1587466667/asset/embed/css/pc/invite/img/inviteBackLSEdu.png') no-repeat
}
#newBridge .nb-invite-skin-ls-body {
    background-position:100% 100%;
    background-size:196px 177px
}
#newBridge .nb-invite-skin-ls {
    color:#000;
    display:block;
    background-position:100% 100%;
    border-radius:10px;
    background-size:196px 177px;
    border:1px solid #9fbbee;
    box-shadow:0 4px 12px 0 rgba(72,106,151,0.5)
}
#newBridge .nb-invite-skin-ls .nb-invite-ok {
    color:#fff;
    background-color:#3998FC
}
#newBridge .nb-invite-skin-ls .nb-invite-cancel {
    color:#7a99dd;
    border-color:#7a99dd;
    background-color:transparent
}
#newBridge .nb-invite-skin-xc-0 {
    display:block;
    height:162px !important;
    background:transparent url('//sgoutong.baidu.com/embed/1587466667/asset/embed/css/pc/invite/img/inviteColorBack0.png') no-repeat
}
#newBridge .nb-invite-skin-xc-0 .nb-invite-btn-base {
    right:50px
}
#newBridge .nb-invite-skin-xc-0 .nb-invite-tool {
    background:url(invite/img/close.png) no-repeat center;
    _background:none;
    _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='//sgoutong.baidu.com/embed/1587466667/asset/embed/css/pc/invite/img/close_1.png')
}
#newBridge .nb-invite-skin-xc-0 .nb-invite-tool-base {
    top:40px;
    right:20px
}
#newBridge .nb-invite-skin-xc-0 .nb-invite-text {
    left:180px;
    top:60px
}
#newBridge .nb-invite-skin-xc-0 .nb-invite-ok {
    color:#0085da;
    background-color:#fff
}
#newBridge .nb-invite-skin-xc-0 .nb-invite-cancel {
    color:#fff !important;
    border:1px solid #fff !important;
    background-color:transparent !important
}
#newBridge .nb-invite-skin-xc-1 {
    display:block;
    height:163px !important;
    background:transparent url('//sgoutong.baidu.com/embed/1587466667/asset/embed/css/pc/invite/img/inviteColorBack1.png') no-repeat
}
#newBridge .nb-invite-skin-xc-1 .nb-invite-btn-base {
    right:50px
}
#newBridge .nb-invite-skin-xc-1 .nb-invite-tool {
    background:url(invite/img/close.png) no-repeat center;
    _background:none;
    _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='//sgoutong.baidu.com/embed/1587466667/asset/embed/css/pc/invite/img/close_1.png')
}
#newBridge .nb-invite-skin-xc-1 .nb-invite-tool-base {
    top:40px;
    right:20px
}
#newBridge .nb-invite-skin-xc-1 .nb-invite-text {
    left:180px;
    top:60px
}
#newBridge .nb-invite-skin-xc-1 .nb-invite-ok {
    color:#0085da;
    background-color:#fff
}
#newBridge .nb-invite-skin-xc-1 .nb-invite-cancel {
    color:#fff !important;
    border:1px solid #fff !important;
    background-color:transparent !important
}
#newBridge .nb-invite-skin-xc-2 {
    display:block;
    background:transparent url('//sgoutong.baidu.com/embed/1587466667/asset/embed/css/pc/invite/img/inviteColorBack2.png') no-repeat
}
#newBridge .nb-invite-skin-xc-2 .nb-invite-ok {
    color:#0085da;
    background-color:#fff
}
#newBridge .nb-invite-skin-xc-2 .nb-invite-cancel {
    color:#fff !important;
    border:1px solid #fff !important;
    background-color:transparent !important
}
#newBridge .nb-invite-skin-xc-2 .nb-invite-btn-base {
    right:30px;
    bottom:25px
}
#newBridge .nb-invite-skin-xc-2 .nb-invite-text {
    left:200px;
    top:155px
}
#newBridge .nb-invite-skin-xc-2 .nb-invite-tool {
    background:url(invite/img/close.png) no-repeat center;
    _background:none;
    _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='//sgoutong.baidu.com/embed/1587466667/asset/embed/css/pc/invite/img/close_1.png')
}
#newBridge .nb-invite-skin-xc-2 .nb-invite-tool-base {
    top:125px;
    right:25px
}
#newBridge .driect-talk-style .nb-invte-btns-2 {
    border:1px solid #d4d4d4
}
#newBridge .driect-talk-style .nb-invte-btns-2 .nb-invite-input-wrap {
    display:block;
    width:auto;
    background-color:#fff;
    margin-right:80px;
    border-radius:0
}
#newBridge .driect-talk-style .nb-invte-btns-2 .nb-invite-input {
    width:90%;
    height:32px;
    line-height:32px;
    *height:30px;
    *line-height:30px;
    margin-left:10px
}
#newBridge .driect-talk-style .nb-invte-btns-2 .nb-invite-ok {
    color:#0085da;
    float:right;
    border-radius:0;
    border:none;
    line-height:32px;
    height:32px;
    background-color:#bfecff;
    margin-left:0
}
#newBridge .driect-talk-style .nb-invte-btns-2 .nb-invite-ok:hover {
    background-color:#7bd8ff
}
#newBridge .driect-talk-style .nb-invite-btn-skin-4 .nb-invite-ok,
#newBridge .driect-talk-style .nb-invite-btn-skin-6 .nb-invite-ok {
    color:#fff;
    background-color:#fa9521
}
#newBridge .driect-talk-style .nb-invite-btn-skin-4 .nb-invite-ok:hover,
#newBridge .driect-talk-style .nb-invite-btn-skin-6 .nb-invite-ok:hover {
    background-color:#f57a17
}
#newBridge .nb-icon-base {
    position:fixed;
    _position:absolute;
    cursor:pointer;
    border-radius:5px
}
#newBridge .nb-icon-base .nb-icon-inner-wrap {
    position:relative;
    border-radius:5px;
    overflow:hidden
}
#newBridge .nb-icon-base .nb-icon-bridge-base {
    display:block;
    height:45px;
    width:130px;
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-65px;
    margin-top:-20px;
    background-repeat:no-repeat;
    background-position:center;
    overflow:hidden
}
#newBridge .nb-icon-group {
    border-radius:0
}
#newBridge .nb-icon-group .nb-icon-icon {
    border-bottom-left-radius:0;
    border-bottom-right-radius:0;
    cursor:default
}
#newBridge .nb-icon-group .nb-icon-groups {
    position:relative;
    overflow:hidden
}
#newBridge .nb-icon-group .nb-icon-groups-item {
    cursor:pointer;
    margin:10px 10px;
    border-radius:16px
}
#newBridge .nb-icon-group .nb-clearfix {
    *zoom:1
}
#newBridge .nb-icon-group .nb-clearfix:after {
    content:"";
    display:block;
    height:0;
    line-height:0;
    clear:both;
    visibility:hidden
}
#newBridge .nb-icon-group .nb-group-icon {
    width:31px;
    height:31px;
    display:inline-block;
    _zoom:1;
    _display:inline;
    vertical-align:middle;
    float:left
}
#newBridge .nb-icon-group .nb-group-text {
    height:31px;
    line-height:31px;
    vertical-align:middle;
    margin-left:38px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    _text-overflow:clip;
    _width:60%;
    _overflow:hidden
}
#newBridge .nb-customer-icon-style .nb-icon-inner-wrap {
    background-color:transparent !important
}
#newBridge .nb-customer-icon-style .nb-icon-bridge-base {
    background-image:none !important
}
#newBridge .icon-left-bottom {
    left:2px;
    bottom:2px;
    top:auto;
    right:auto
}
#newBridge .icon-right-bottom {
    right:2px;
    bottom:2px;
    top:auto;
    left:auto
}
#newBridge .icon-right-top {
    right:2px;
    top:2px;
    left:auto;
    bottom:auto
}
#newBridge .icon-left-top {
    left:2px;
    top:2px;
    bottom:auto;
    right:auto
}
#newBridge .icon-left-center {
    left:2px;
    top:50%;
    right:auto;
    bottom:auto;
    margin:-25px 0 0 0
}
#newBridge .icon-right-center {
    right:2px;
    top:50%;
    left:auto;
    bottom:auto;
    margin:-25px 0 0 0
}
#newBridge .nb-icon-skin-0 .nb-icon-bridge0 {
    height:50px;
    width:140px;
    margin-left:-68px;
    margin-top:-25px;
    background:transparent url('//sgoutong.baidu.com/embed/1587466667/asset/embed/css/pc/icon/img/iconWord0.png') no-repeat;
    _background:none;
    _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='//sgoutong.baidu.com/embed/1587466667/asset/embed/css/pc/icon/img/iconWord0.png')
}
#newBridge .nb-icon-skin-0 .nb-icon-inner-wrap {
    background-color:#00AEF3
}
#newBridge .nb-icon-skin-0 .nb-icon-inner-wrap .nb-icon-bridge-base {
    background:transparent url('//sgoutong.baidu.com/embed/1587466667/asset/embed/css/pc/icon/img/iconWord0.png') no-repeat;
    _background:none;
    _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='//sgoutong.baidu.com/embed/1587466667/asset/embed/css/pc/icon/img/iconBack0.png')
}
#newBridge .nb-icon-skin-0 .nb-icon-groups {
    background-color:#fff;
    border:1px solid #00aef3
}
#newBridge .nb-icon-skin-0 .nb-icon-groups-item {
    background-color:#d6f3ff;
    border:1px solid #00aef3
}
#newBridge .nb-icon-skin-0 .nb-icon-groups-item .nb-group-text {
    color:#008edf
}
#newBridge .nb-icon-skin-0 .nb-icon-groups-item .nb-group-icon {
    background-image:url('//sgoutong.baidu.com/embed/1587466667/asset/embed/css/pc/icon/img/icongroup0.png');
    _background:none;
    _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='//sgoutong.baidu.com/embed/1587466667/asset/embed/css/pc/icon/img/icongroup0.png')
}

#newBridge .nb-icon-skin-1 .nb-icon-inner-wrap {
    background:transparent url('//sgoutong.baidu.com/embed/1587466667/asset/embed/css/pc/icon/img/iconBack1.png') no-repeat;
    _background:none;
    _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='//sgoutong.baidu.com/embed/1587466667/asset/embed/css/pc/icon/img/iconBack1.png');
    background-position:0 0
}

#newBridge .nb-icon-skin-1 .nb-icon-groups {
    margin-left:19px;
    background-color:#fff;
    border:1px solid #5178dd
}
#newBridge .nb-icon-skin-1 .nb-icon-groups-item {
    background-color:#daedf7;
    border:1px solid #5178dd
}
#newBridge .nb-icon-skin-1 .nb-icon-groups-item .nb-group-text {
    color:#5178dd
}
#newBridge .nb-icon-skin-1 .nb-icon-groups-item .nb-group-icon {
    background-image:url('//sgoutong.baidu.com/embed/1587466667/asset/embed/css/pc/icon/img/icongroup1.png');
    _background:none;
    _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='//sgoutong.baidu.com/embed/1587466667/asset/embed/css/pc/icon/img/icongroup1.png')
}
#newBridge .nb-icon-skin-2 .nb-icon-inner-wrap {
    background:#B4A479 url('//sgoutong.baidu.com/embed/1587466667/asset/embed/css/pc/icon/img/iconBack2.png') no-repeat
}
#newBridge .nb-icon-skin-2 .nb-icon-inner-wrap .nb-icon-bridge0 {
    left:55%;
    background-image:url('//sgoutong.baidu.com/embed/1587466667/asset/embed/css/pc/icon/img/iconWord1.png');
    _background:none;
    _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='//sgoutong.baidu.com/embed/1587466667/asset/embed/css/pc/icon/img/iconWord1.png')
}
#newBridge .nb-icon-skin-2 .nb-icon-groups {
    background-color:#fff;
    border:1px solid #c28412
}
#newBridge .nb-icon-skin-2 .nb-icon-groups-item {
    background-color:#eee6c2;
    border:1px solid #c28412
}
#newBridge .nb-icon-skin-2 .nb-icon-groups-item .nb-group-text {
    color:#7c591b
}
#newBridge .nb-icon-skin-2 .nb-icon-groups-item .nb-group-icon {
    background-image:url('//sgoutong.baidu.com/embed/1587466667/asset/embed/css/pc/icon/img/icongroup2.png');
    _background:none;
    _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='//sgoutong.baidu.com/embed/1587466667/asset/embed/css/pc/icon/img/icongroup2.png')
}
#newBridge .nb-icon-skin-3 .nb-icon-inner-wrap {
    background:#5882ED url('//sgoutong.baidu.com/embed/1587466667/asset/embed/css/pc/icon/img/iconBack3.png') no-repeat
}
#newBridge .nb-icon-skin-3 .nb-icon-inner-wrap .nb-icon-bridge0 {
    left:55%;
    background-image:url('//sgoutong.baidu.com/embed/1587466667/asset/embed/css/pc/icon/img/iconWord2.png');
    _background:none;
    _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='//sgoutong.baidu.com/embed/1587466667/asset/embed/css/pc/icon/img/iconWord2.png')
}
#newBridge .nb-icon-skin-3 .nb-icon-groups {
    background-color:#fff;
    border:1px solid #5882ed
}
#newBridge .nb-icon-skin-3 .nb-icon-groups-item {
    background-color:#cbdaff;
    border:1px solid #5178dd
}
#newBridge .nb-icon-skin-3 .nb-icon-groups-item .nb-group-text {
    color:#5178dd
}
#newBridge .nb-icon-skin-3 .nb-icon-groups-item .nb-group-icon {
    background-image:url('//sgoutong.baidu.com/embed/1587466667/asset/embed/css/pc/icon/img/icongroup3.png');
    _background:none;
    _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='//sgoutong.baidu.com/embed/1587466667/asset/embed/css/pc/icon/img/icongroup3.png')
}
#newBridge .nb-icon-skin-4 .nb-icon-inner-wrap {
    background:#E8A114 url('//sgoutong.baidu.com/embed/1587466667/asset/embed/css/pc/icon/img/iconBack5.png') no-repeat
}
#newBridge .nb-icon-skin-4 .nb-icon-inner-wrap .nb-icon-bridge0 {
    left:55%;
    background-image:url('//sgoutong.baidu.com/embed/1587466667/asset/embed/css/pc/icon/img/iconWord2.png');
    _background:none;
    _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='//sgoutong.baidu.com/embed/1587466667/asset/embed/css/pc/icon/img/iconWord2.png')
}
#newBridge .nb-icon-skin-4 .nb-icon-groups {
    background-color:#fff;
    border:1px solid #f49c11
}
#newBridge .nb-icon-skin-4 .nb-icon-groups-item {
    background-color:#fae6a1;
    border:1px solid #f9c55b
}
#newBridge .nb-icon-skin-4 .nb-icon-groups-item .nb-group-text {
    color:#f0611a
}
#newBridge .nb-icon-skin-4 .nb-icon-groups-item .nb-group-icon {
    background-image:url('//sgoutong.baidu.com/embed/1587466667/asset/embed/css/pc/icon/img/icongroup2.png');
    _background:none;
    _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='//sgoutong.baidu.com/embed/1587466667/asset/embed/css/pc/icon/img/icongroup2.png')
}
#newBridge .nb-icon-skin-5 .nb-icon-inner-wrap {
    background:#67B8EA url('//sgoutong.baidu.com/embed/1587466667/asset/embed/css/pc/icon/img/iconBack6.png') no-repeat
}
#newBridge .nb-icon-skin-5 .nb-icon-inner-wrap .nb-icon-bridge0 {
    left:55%;
    background-image:url('//sgoutong.baidu.com/embed/1587466667/asset/embed/css/pc/icon/img/iconWord2.png');
    _background:none;
    _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='//sgoutong.baidu.com/embed/1587466667/asset/embed/css/pc/icon/img/iconWord2.png')
}
#newBridge .nb-icon-skin-5 .nb-icon-groups {
    background-color:#fff;
    border:1px solid #63b4e9
}
#newBridge .nb-icon-skin-5 .nb-icon-groups-item {
    background-color:#aedef6;
    border:1px solid #63b4e9
}
#newBridge .nb-icon-skin-5 .nb-icon-groups-item .nb-group-text {
    color:#015db4
}
#newBridge .nb-icon-skin-5 .nb-icon-groups-item .nb-group-icon {
    background-image:url('//sgoutong.baidu.com/embed/1587466667/asset/embed/css/pc/icon/img/icongroup6.png');
    _background:none;
    _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='//sgoutong.baidu.com/embed/1587466667/asset/embed/css/pc/icon/img/icongroup6.png')
}
#newBridge .nb-icon-skin-6 .nb-icon-inner-wrap {
    background:#67B8EA url('//sgoutong.baidu.com/embed/1587466667/asset/embed/css/pc/icon/img/iconBack7.png') no-repeat
}
#newBridge .nb-icon-skin-6 .nb-icon-inner-wrap .nb-icon-bridge0 {
    left:55%;
    background-image:url('//sgoutong.baidu.com/embed/1587466667/asset/embed/css/pc/icon/img/iconWord2.png');
    _background:none;
    _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='//sgoutong.baidu.com/embed/1587466667/asset/embed/css/pc/icon/img/iconWord2.png')
}
#newBridge .nb-icon-skin-6 .nb-icon-groups {
    background-color:#fff;
    border:1px solid #e4ad00
}
#newBridge .nb-icon-skin-6 .nb-icon-groups-item {
    background-color:#f7df95;
    border:1px solid #e4ad00
}
#newBridge .nb-icon-skin-6 .nb-icon-groups-item .nb-group-text {
    color:#e17107
}
#newBridge .nb-icon-skin-6 .nb-icon-groups-item .nb-group-icon {
    background-image:url('//sgoutong.baidu.com/embed/1587466667/asset/embed/css/pc/icon/img/icongroup7.png');
    _background:none;
    _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='//sgoutong.baidu.com/embed/1587466667/asset/embed/css/pc/icon/img/icongroup7.png')
}
#newBridge .nb-icon-skin-7 .nb-icon-inner-wrap {
    background:#CCAEA1 url('//sgoutong.baidu.com/embed/1587466667/asset/embed/css/pc/icon/img/iconBack8.png') no-repeat
}
#newBridge .nb-icon-skin-7 .nb-icon-inner-wrap .nb-icon-bridge0 {
    left:55%;
    background-image:url('//sgoutong.baidu.com/embed/1587466667/asset/embed/css/pc/icon/img/iconWord2.png');
    _background:none;
    _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='//sgoutong.baidu.com/embed/1587466667/asset/embed/css/pc/icon/img/iconWord2.png')
}
#newBridge .nb-icon-skin-7 .nb-icon-groups {
    background-color:#fff;
    border:1px solid #da9475
}
#newBridge .nb-icon-skin-7 .nb-icon-groups-item {
    background-color:#efe7e3;
    border:1px solid #ccaea0
}
#newBridge .nb-icon-skin-7 .nb-icon-groups-item .nb-group-text {
    color:#c17c5f
}
#newBridge .nb-icon-skin-7 .nb-icon-groups-item .nb-group-icon {
    background-image:url('//sgoutong.baidu.com/embed/1587466667/asset/embed/css/pc/icon/img/icongroup8.png');
    _background:none;
    _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='//sgoutong.baidu.com/embed/1587466667/asset/embed/css/pc/icon/img/icongroup8.png')
}
#newBridge .nb-icon-skin-8 .nb-icon-inner-wrap {
    background-color:#FE96AC
}
#newBridge .nb-icon-skin-8 .nb-icon-bridge0 {
    height:50px;
    width:140px;
    margin-left:-68px;
    margin-top:-25px;
    background-image:url('//sgoutong.baidu.com/embed/1587466667/asset/embed/css/pc/icon/img/iconWord4.png');
    _background:none;
    _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='//sgoutong.baidu.com/embed/1587466667/asset/embed/css/pc/icon/img/iconWord4.png')
}
#newBridge .nb-icon-skin-8 .nb-icon-groups {
    background-color:#fff;
    border:1px solid #ff96ac
}
#newBridge .nb-icon-skin-8 .nb-icon-groups-item {
    background-color:#ffdde4;
    border:1px solid #ffbaa2
}
#newBridge .nb-icon-skin-8 .nb-icon-groups-item .nb-group-text {
    color:#dd2a00
}
#newBridge .nb-icon-skin-8 .nb-icon-groups-item .nb-group-icon {
    background-image:url('//sgoutong.baidu.com/embed/1587466667/asset/embed/css/pc/icon/img/icongroup9.png');
    _background:none;
    _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='//sgoutong.baidu.com/embed/1587466667/asset/embed/css/pc/icon/img/icongroup9.png')
}
#newBridge .nb-icon-skin-9 .nb-icon-inner-wrap {
    background:#4587e8 url('//sgoutong.baidu.com/embed/1587466667/asset/embed/css/pc/icon/img/iconBack10.png') no-repeat
}
#newBridge .nb-icon-skin-9 .nb-icon-bridge0 {
    height:50px;
    width:140px;
    margin-left:-68px;
    margin-top:-25px;
    background-image:url('//sgoutong.baidu.com/embed/1587466667/asset/embed/css/pc/icon/img/iconWord2.png');
    _background:none;
    _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='//sgoutong.baidu.com/embed/1587466667/asset/embed/css/pc/icon/img/iconWord2.png')
}
#newBridge .nb-icon-skin-9 .nb-icon-groups {
    background-color:#fff;
    border:1px solid #4587e8
}
#newBridge .nb-icon-skin-9 .nb-icon-groups-item {
    background-color:#cbdaff;
    border:1px solid #4587e8
}
#newBridge .nb-icon-skin-9 .nb-icon-groups-item .nb-group-text {
    color:#4587e8
}
#newBridge .nb-icon-skin-9 .nb-icon-groups-item .nb-group-icon {
    background-image:url('//sgoutong.baidu.com/embed/1587466667/asset/embed/css/pc/icon/img/icongroup10.png');
    _background:none;
    _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='//sgoutong.baidu.com/embed/1587466667/asset/embed/css/pc/icon/img/icongroup10.png')
}
#newBridge .nb-icon-groups {
    border-top:0 !important
}
#newBridge .nb-icon-skin-xc-0 .nb-icon-inner-wrap {
    height:87px !important;
    background:transparent url('//sgoutong.baidu.com/embed/1587466667/asset/embed/css/pc/icon/img/seekColorBack0.png') no-repeat;
    _background:none;
    _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='//sgoutong.baidu.com/embed/1587466667/asset/embed/css/pc/icon/img/seekColorBack0.png')
}
#newBridge .nb-icon-skin-xc-0 .nb-icon-inner-wrap .nb-icon-bridge-base {
    display:none
}
#newBridge .nb-icon-skin-xc-0 .nb-icon-group .nb-icon-inner-wrap {
    height:83px !important;
    background:transparent url('//sgoutong.baidu.com/embed/1587466667/asset/embed/css/pc/icon/img/seekColorGroup0.png') no-repeat;
    _background:none;
    _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='//sgoutong.baidu.com/embed/1587466667/asset/embed/css/pc/icon/img/seekColorGroup0.png');
    border-radius:0
}
#newBridge .nb-icon-skin-xc-0 .nb-icon-group .nb-icon-inner-wrap .nb-icon-bridge-base {
    display:none
}
#newBridge .nb-icon-skin-xc-0 .nb-icon-groups {
    margin:0;
    background-color:#fff;
    border:1px solid #2599ba
}
#newBridge .nb-icon-skin-xc-0 .nb-icon-groups-item {
    background-color:#b4eeff;
    border:1px solid #2599ba
}
#newBridge .nb-icon-skin-xc-0 .nb-icon-groups-item .nb-group-text {
    color:#0084b9
}
#newBridge .nb-icon-skin-xc-0 .nb-icon-groups-item .nb-group-icon {
    background:transparent url('//sgoutong.baidu.com/embed/1587466667/asset/embed/css/pc/icon/img/seekcoloricon.png') no-repeat
}
#newBridge .nb-icon-skin-xc-1 .nb-icon-inner-wrap {
    height:103px !important;
    background:transparent url('//sgoutong.baidu.com/embed/1587466667/asset/embed/css/pc/icon/img/seekColorBack1.png') no-repeat;
    _background:none;
    _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='//sgoutong.baidu.com/embed/1587466667/asset/embed/css/pc/icon/img/seekColorBack1.png')
}
#newBridge .nb-icon-skin-xc-1 .nb-icon-inner-wrap .nb-icon-bridge-base {
    display:none
}
#newBridge .nb-icon-skin-xc-1 .nb-icon-group .nb-icon-inner-wrap {
    height:90px !important;
    background:transparent url('//sgoutong.baidu.com/embed/1587466667/asset/embed/css/pc/icon/img/seekColorGroup1.png') no-repeat;
    _background:none;
    _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='//sgoutong.baidu.com/embed/1587466667/asset/embed/css/pc/icon/img/seekColorGroup1.png');
    border-radius:0
}
#newBridge .nb-icon-skin-xc-1 .nb-icon-group .nb-icon-inner-wrap .nb-icon-bridge-base {
    display:none
}
#newBridge .nb-icon-skin-xc-1 .nb-icon-groups {
    margin:0;
    background-color:#fff;
    border:1px solid #2599ba
}
#newBridge .nb-icon-skin-xc-1 .nb-icon-groups-item {
    background-color:#b4eeff;
    border:1px solid #2599ba
}
#newBridge .nb-icon-skin-xc-1 .nb-icon-groups-item .nb-group-text {
    color:#0084b9
}
#newBridge .nb-icon-skin-xc-1 .nb-icon-groups-item .nb-group-icon {
    background:transparent url('//sgoutong.baidu.com/embed/1587466667/asset/embed/css/pc/icon/img/seekcoloricon.png') no-repeat
}
#newBridge .nb-icon-skin-xc-2 .nb-icon-inner-wrap {
    height:151px !important;
    background:transparent url('//sgoutong.baidu.com/embed/1587466667/asset/embed/css/pc/icon/img/seekColorBack2.png') no-repeat;
    _background:none;
    _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='//sgoutong.baidu.com/embed/1587466667/asset/embed/css/pc/icon/img/seekColorBack2.png')
}
#newBridge .nb-icon-skin-xc-2 .nb-icon-inner-wrap .nb-icon-bridge-base {
    display:none
}
#newBridge .nb-icon-skin-xc-2 .nb-icon-group .nb-icon-inner-wrap {
    height:118px !important;
    background:transparent url('//sgoutong.baidu.com/embed/1587466667/asset/embed/css/pc/icon/img/seekColorGroup2.png') no-repeat;
    _background:none;
    _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='//sgoutong.baidu.com/embed/1587466667/asset/embed/css/pc/icon/img/seekColorGroup2.png');
    border-radius:0
}
#newBridge .nb-icon-skin-xc-2 .nb-icon-group .nb-icon-inner-wrap .nb-icon-bridge-base {
    display:none
}
#newBridge .nb-icon-skin-xc-2 .nb-icon-groups {
    margin:0;
    background-color:#fff;
    border:1px solid #2599ba
}
#newBridge .nb-icon-skin-xc-2 .nb-icon-groups-item {
    background-color:#b4eeff;
    border:1px solid #2599ba
}
#newBridge .nb-icon-skin-xc-2 .nb-icon-groups-item .nb-group-text {
    color:#0084b9
}
#newBridge .nb-icon-skin-xc-2 .nb-icon-groups-item .nb-group-icon {
    background:transparent url('//sgoutong.baidu.com/embed/1587466667/asset/embed/css/pc/icon/img/seekcoloricon.png') no-repeat
}
#newBridge .nb-customer-icon-style .nb-icon-icon,
#newBridge .nb-customer-icon-style .nb-icon-bridge-base {
    _filter:none
}
#newBridge .nb-customer-icon-style .nb-icon-groups {
    border:1px solid #008edf;
    border-top:0
}
#newBridge .nb-customer-icon-style .nb-icon-groups-item {
    border:1px solid #008edf
}
#newBridge .nb-customer-icon-style .nb-icon-groups-item .nb-group-icon {
    background:transparent url('//sgoutong.baidu.com/embed/1587466667/asset/embed/css/pc/icon/img/icongroup0.png') no-repeat
}
#newBridge .nb-icon-group .nb-icon-groups {
    _padding:10px 0
}
#newBridge .nb-icon-group .icon-disable {
    background-color:#f2f2f2;
    border-color:#848484
}
#newBridge .nb-icon-group .icon-disable .nb-group-text {
    color:#848484
}
#newBridge .nb-icon-group .icon-disable .nb-group-icon {
    background:transparent url('//sgoutong.baidu.com/embed/1587466667/asset/embed/css/pc/icon/img/icondisable.png') no-repeat;
    _background:none;
    _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='//sgoutong.baidu.com/embed/1587466667/asset/embed/css/pc/iconicon/img/icondisable.png')
}
#newBridge .nodeName {
    background:#fff url('//sgoutong.baidu.com/embed/1587466667/asset/embed/css/pc/message/img/user.png') no-repeat 9px center
}
#newBridge .nodePhone {
    background:#fff url('//sgoutong.baidu.com/embed/1587466667/asset/embed/css/pc/message/img/nodephone.png') no-repeat 9px center
}
#newBridge .nodeAddress {
    background:#fff url('//sgoutong.baidu.com/embed/1587466667/asset/embed/css/pc/message/img/nodelocation.png') no-repeat 9px center
}
#newBridge .nodeMail {
    background:#fff url('//sgoutong.baidu.com/embed/1587466667/asset/embed/css/pc/message/img/nodemail.png') no-repeat 9px center
}
#newBridge .nodeExt {
    background:#fff url('//sgoutong.baidu.com/embed/1587466667/asset/embed/css/pc/message/img/custom-select.png') no-repeat center center
}
#newBridge .nb-nodeboard-base {
    height:auto;
    width:240px;
    border-radius:3px;
    z-index:3
}
#newBridge .nb-nodeboard-base .nb-nodeboard-contain-base {
    color:#000;
    border-radius:5px;
    background-color:#ededed
}
#newBridge .nb-nodeboard-base .nb-nodeboard-contain-base .nb-nodeboard-top {
    height:35px;
    line-height:35px;
    font-size:14px;
    background-color:#00aef3;
    border-top-left-radius:5px;
    border-top-right-radius:5px
}
#newBridge .nb-nodeboard-base .nb-nodeboard-contain-base .nb-head-title {
    float:left;
    font-size:14px;
    color:#fff;
    margin-left:12px;
    line-height:35px
}
#newBridge .nb-nodeboard-base .nb-nodeboard-contain-base .nb-nodeboard-close {
    display:inline-block;
    float:right;
    height:30px;
    width:34px;
    margin-top:2px;
    cursor:pointer;
    background:transparent url('//sgoutong.baidu.com/embed/1587466667/asset/embed/css/pc/message/img/nodeMin.png') no-repeat;
    _background:none;
    _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='//sgoutong.baidu.com/embed/1587466667/asset/embed/css/pc/nodeboard/img/nodeMin.png')
}
#newBridge .nb-nodeboard-base .nb-nodeboard-contain-base .nb-nodeboard-max {
    background:transparent url('//sgoutong.baidu.com/embed/1587466667/asset/embed/css/pc/message/img/nodeMax.png') no-repeat;
    _background:none;
    _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='//sgoutong.baidu.com/embed/1587466667/asset/embed/css/pc/nodeboard/img/nodeMax.png')
}
#newBridge .nb-nodeboard-base .nb-nodeboard-contain-base .nb-nodeboard-text {
    zoom:1;
    padding:12px 0;
    border-bottom:1px solid #d5d5d5
}
#newBridge .nb-nodeboard-base .nb-nodeboard-contain-base .nb-nodeboard-text p {
    word-break:break-all;
    line-height:18px;
    margin:0 8px 0 9px
}
#newBridge .nb-nodeboard-base .nb-nodeboard-contain-base .nb-nodeboard-text .nb-nodeboard-company {
    font-size:14px;
    background-color:transparent;
    color:#666
}
#newBridge .nb-nodeboard-base .nb-nodeboard-contain-base .nb-nodeboard-text .nb-nodeboard-link {
    background-color:transparent;
    color:#999
}
#newBridge .nb-nodeboard-base .nb-nodeboard-contain-base .nb-board-form {
    display:inline;
    background-color:#ededed
}
#newBridge .nb-nodeboard-base .nb-nodeboard-contain-base .nb-board-form .nb-nodeboard-set {
    _margin-left:20px
}
#newBridge .nb-nodeboard-base .nb-nodeboard-contain-base .nb-board-form .error-tips {
    color:#f00 !important
}
#newBridge .nb-nodeboard-base .nb-nodeboard-contain-base .nb-board-form .place-style {
    color:#000
}
#newBridge .nb-nodeboard-base .nb-nodeboard-contain-base .nb-board-form .nb-nodeboard-content {
    position:relative;
    width:222px;
    margin:7px auto 0
}
#newBridge .nb-nodeboard-base .nb-nodeboard-contain-base .nb-board-form .nb-nodeboard-tips {
    position:absolute;
    left:0;
    color:#f00;
    line-height:22px
}
#newBridge .nb-nodeboard-base .nb-nodeboard-contain-base .nb-board-form .nb-nodeboard-set-content {
    width:212px;
    height:79px;
    margin:12px auto 7px;
    _margin:12px 0 7px -10px;
    padding:0 4px;
    resize:none;
    overflow:hidden;
    border:1px solid #d5d5d5;
    background-color:#fff;
    text-align:left;
    _line-height:14px
}
#newBridge .nb-nodeboard-base .nb-nodeboard-contain-base .nb-board-form .nb-nodeboard-name {
    height:30px;
    width:221px;
    line-height:30px;
    margin:7px auto 0;
    _margin:7px 0 0 -10px;
    border:1px solid #d5d5d5;
    position:relative;
    background-color:#fff
}
#newBridge .nb-nodeboard-base .nb-nodeboard-contain-base .nb-board-form .nb-nodeboard-icon {
    width:35px;
    height:30px;
    display:inline-block;
    text-align:center;
    background-color:#fff;
    vertical-align:top;
    border-right:1px solid #fff
}
#newBridge .nb-nodeboard-base .nb-nodeboard-contain-base .nb-board-form .nb-nodeboard-input {
    margin:0;
    width:140px;
    height:30px;
    line-height:30px;
    _overflow:hidden;
    border:none;
    display:inline-block
}
#newBridge .nb-nodeboard-base .nb-nodeboard-contain-base .nb-board-form .nb-nodeboard-err {
    margin-bottom:20px;
    border-color:#f00
}
#newBridge .nb-nodeboard-base .nb-nodeboard-contain-base .nb-board-form .nb-nodeboard-err textarea {
    border-color:#f00
}
#newBridge .nb-nodeboard-base .nb-nodeboard-contain-base .nb-board-form .nb-nodeboard-ext-select {
    width:221px;
    margin:0 auto;
    _margin:0 0 0 -10px;
    position:relative
}
#newBridge .nb-nodeboard-base .nb-nodeboard-contain-base .nb-board-form .select {
    width:30px;
    height:32px;
    display:inline-block;
    text-align:center;
    color:#e5e4e4;
    vertical-align:top
}
#newBridge .nb-nodeboard-base .nb-nodeboard-contain-base .nb-board-form .nb-nodeboard-select-title {
    color:#ccc;
    height:30px;
    line-height:30px;
    background:#fff url('//sgoutong.baidu.com/embed/1587466667/asset/embed/css/pc/message/img/custom-select.png') no-repeat 10px center;
    background-color:transparent;
    padding:0 20px 0 34px;
    white-space:nowrap;
    text-overflow:ellipsis;
    border:none;
    outline:none;
    overflow:hidden
}
#newBridge .nb-nodeboard-base .nb-nodeboard-contain-base .nb-board-form .nb-nodeboard-ext-input {
    background:#fff url('//sgoutong.baidu.com/embed/1587466667/asset/embed/css/pc/message/img/custom-input.png') no-repeat 9px center
}
#newBridge .nb-nodeboard-base .nb-nodeboard-contain-base .nb-nodeboard-success {
    display:none;
    height:314px;
    background-color:#ededed
}
#newBridge .nb-nodeboard-base .nb-nodeboard-contain-base .nb-success-box {
    width:120px;
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-60px;
    margin-top:-55px
}
#newBridge .nb-nodeboard-base .nb-nodeboard-contain-base .nb-success-icon {
    height:72px;
    width:80px;
    margin:0 auto;
    background:#fff url('//sgoutong.baidu.com/embed/1587466667/asset/embed/css/pc/message/img/bridge.png') no-repeat center center;
    background-color:transparent
}
#newBridge .nb-nodeboard-base .nb-nodeboard-contain-base .nb-success-title {
    color:#333;
    font-size:14px;
    text-align:center;
    margin-top:10px
}
#newBridge .nb-nodeboard-base .nb-nodeboard-contain-base .nb-success-content {
    color:#333;
    text-align:center
}
#newBridge .nb-nodeboard-base .nb-nodeboard-contain-base .nb-sucess-close {
    height:30px;
    width:90px;
    color:#fff;
    margin:20px auto 0;
    background-color:#00aef3;
    text-align:center;
    line-height:32px;
    cursor:pointer
}
#newBridge .nb-nodeboard-base .nb-nodeboard-contain-base .nb-nodeboard-send {
    width:202px;
    margin:12px auto 0 10px;
    padding-bottom:18px;
    _margin-left:10px
}
#newBridge .nb-nodeboard-base .nb-nodeboard-contain-base .nb-nodeboard-send-btn {
    height:35px;
    width:90px;
    line-height:35px;
    text-align:center;
    border-radius:2px;
    font-size:14px;
    color:#fff;
    cursor:pointer;
    background-color:#00aef3
}
#newBridge .nb-nodeboard-base .nb-nodeboard-contain-base .message-disable {
    background-color:#AAACAD !important
}
#newBridge .nb-nodeboard-base .nb-nodeboard-contain-base .nb-nodeboard-verifycode {
    z-index:100;
    height:30px;
    line-height:30px;
    margin:7px auto 0;
    _margin:7px 0 0 -10px;
    position:relative;
    text-align:left;
    width:221px
}
#newBridge .nb-nodeboard-base .nb-nodeboard-contain-base .nb-nodeboard-verifycode input {
    margin:0;
    width:84px;
    height:30px;
    line-height:30px;
    overflow:hidden;
    _overflow:hidden;
    border:none;
    display:inline-block;
    background-color:#fff;
    border:1px solid #d5d5d5;
    text-align:center;
    box-sizing:border-box;
    float:left
}
#newBridge .nb-nodeboard-base .nb-nodeboard-contain-base .nb-nodeboard-verifycode .nb-nodeboard-verifyimg {
    height:30px;
    display:inline-block;
    float:left;
    box-sizing:border-box;
    width:90px;
    margin-left:8px;
    background-position:left top;
    background-repeat:no-repeat;
    background-size:auto 30px
}
#newBridge .nb-nodeboard-base .nb-nodeboard-contain-base .nb-nodeboard-verifycode.nb-nodeboard-err input {
    border-color:#f00 !important
}
#newBridge .nb-nodeboard-base .mess-placeholder {
    color:#a9a9a9
}
#newBridge .nb-nodeboard-position-base {
    position:absolute
}
#newBridge .nb-nodeboard-left-bottom {
    bottom: 1px;
    top: 0;
    right: 4px;
}

#newBridge .nb-nodeboard-base .nb-nodeboard-top-0 {
    background-color:#00aef3 !important
}
#newBridge .nb-nodeboard-base .nb-nodeboard-top-1 {
    background:#00aef3 url('//sgoutong.baidu.com/embed/1587466667/asset/embed/css/pc/message/img/boardTop1.png') no-repeat
}
#newBridge .nb-nodeboard-base .nb-nodeboard-top-2 {
    background:#00aef3 url('//sgoutong.baidu.com/embed/1587466667/asset/embed/css/pc/message/img/boardTop2.png') no-repeat
}
#newBridge .nb-nodeboard-base .nb-nodeboard-send .nb-nodeboard-send-btn-2 {
    background-color:#C28412
}
#newBridge .nb-nodeboard-base .nb-nodeboard-top-3 {
    background:#5882ED url('//sgoutong.baidu.com/embed/1587466667/asset/embed/css/pc/message/img/boardTop4.png') no-repeat
}
#newBridge .nb-nodeboard-base .nb-nodeboard-send .nb-nodeboard-send-btn-3 {
    background-color:#5882ED
}
#newBridge .nb-nodeboard-base .nb-nodeboard-top-4 {
    background:#E8A114 url('//sgoutong.baidu.com/embed/1587466667/asset/embed/css/pc/message/img/boardTop5.png') no-repeat
}
#newBridge .nb-nodeboard-base .nb-nodeboard-send .nb-nodeboard-send-btn-4 {
    background-color:#F49C11
}
#newBridge .nb-nodeboard-base .nb-nodeboard-top-5 {
    background:#65B6EA url('//sgoutong.baidu.com/embed/1587466667/asset/embed/css/pc/message/img/boardTop6.png') no-repeat
}
#newBridge .nb-nodeboard-base .nb-nodeboard-send .nb-nodeboard-send-btn-5 {
    background-color:#63B4E9
}
#newBridge .nb-nodeboard-base .nb-nodeboard-top-6 {
    background:#65B6EA url('//sgoutong.baidu.com/embed/1587466667/asset/embed/css/pc/message/img/boardTop7.png') no-repeat
}
#newBridge .nb-nodeboard-base .nb-nodeboard-send .nb-nodeboard-send-btn-6 {
    background-color:#F7DF95
}
#newBridge .nb-nodeboard-base .nb-nodeboard-top-7 {
    background:#65B6EA url('//sgoutong.baidu.com/embed/1587466667/asset/embed/css/pc/message/img/boardTop8.png') no-repeat
}
#newBridge .nb-nodeboard-base .nb-nodeboard-send .nb-nodeboard-send-btn-7 {
    background-color:#DA9475
}
#newBridge .nb-nodeboard-base .nb-nodeboard-top-8 {
    background:#FE9FB3 url('//sgoutong.baidu.com/embed/1587466667/asset/embed/css/pc/message/img/boardTop9.png') no-repeat
}
#newBridge .nb-nodeboard-base .nb-nodeboard-send .nb-nodeboard-send-btn-8 {
    background-color:#FE96AC
}
#newBridge .nb-nodeboard-base .nb-nodeboard-contain-base .nb-nodeboard-top-9 {
    background-color:#4587e8
}
#newBridge .nb-nodeboard-base .nb-nodeboard-send .nb-nodeboard-send-btn-9 {
    background-color:#4587e8
}
#newBridge ins {
    display:block;
    text-decoration:none
}
#newBridge .custom-select-main {
    position:relative;
    color:#000;
    font-size:12px
}
#newBridge .custom-select-main .custom-select-title {
    height:30px;
    line-height:30px;
    border:1px solid #d5d5d5;
    background:url(widget/img/esui-combo-arrow.png) no-repeat right -2px #fff;
    background-image:url('//sgoutong.baidu.com/embed/1587466667/asset/embed/css/pc/widget/img/esui-combo-arrow.png');
    cursor:pointer;
    color:#8a8c8d
}
#newBridge .custom-select-main .custom-select-title .custom-select-title-content {
    color:#8a8c8d;
    height:30px;
    line-height:30px;
    background:url(widget/img/custom-select.png) no-repeat 9px center;
    background-image:url('//sgoutong.baidu.com/embed/1587466667/asset/embed/css/pc/widget/img/custom-select.png');
    padding:0 20px 0 34px;
    white-space:nowrap;
    text-overflow:ellipsis;
    overflow:hidden
}
#newBridge .custom-select-body {
    position:absolute;
    left:0;
    top:31px;
    width:100%;
    line-height:30px;
    border:1px solid #d5d5d5;
    background:#fff;
    display:none;
    z-index:5
}
#newBridge .custom-select-body .custom-select-body-content {
    padding:0 5px 0 10px
}
#newBridge .custom-select-body .custom-select-body-list {
    padding-right:5px;
    max-height:180px;
    overflow:auto
}
#newBridge .custom-select-body .custom-select-body-list .custom-select-list-item {
    color:#8a8c8d;
    height:30px;
    line-height:30px;
    border-bottom:1px solid #d5d5d5;
    cursor:pointer;
    white-space:nowrap;
    text-overflow:ellipsis;
    overflow:hidden
}
#newBridge .custom-select-body .custom-select-body-list .custom-select-list-item:hover {
    color:#000
}
#newBridge #nbWebImLightContainer .nb-webim-light-support {
    font-size:12px;
    height:30px;
    line-height:30px;
    color:#aeaeae;
    text-align:center;
    background-color:#fcfcfc
}
#newBridge #nbWebImLightContainer .nb-webim-light-support .nb-webim-light-support-icon {
    display:inline-block;
    width:19px;
    height:18px;
    background-image:url(support/img/grayicon.png);
    background-size:100% auto;
    margin:0 4px -5px 0;
    background-repeat:no-repeat
}
#newBridge #nbWebImLightContainer.nb-webim-light-windowsos .nb-webim-light-support .nb-webim-light-support-icon {
    background-image:url(support/img/grayiconie8.png)
}
#newBridge .minMessageContainer #codeToken,
#newBridge .minMessageContainer #blockConfirm {
    display:none
}
#newBridge #blockConfirm,
#newBridge #codeToken {
    position:absolute;
    top:40px;
    left:0;
    width:100%;
    height:100%;
    overflow:hidden
}
#newBridge .bgMark {
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.3);
    position:absolute;
    bottom:0;
    margin-bottom:40px
}
#newBridge .codeToken {
    z-index:999;
    width:240px;
    height:70px;
    box-sizing:border-box;
    background:#fff;
    position:absolute;
    padding:10px 20px;
    top:50%;
    left:50%;
    margin-left:-120px;
    margin-top:-75px;
    box-shadow:1px 1px 1px #9E9E9E
}
#newBridge #codeToken .codeToken {
    height:130px;
    margin-top:-105px
}
#newBridge .codeToken h4 {
    text-align:center;
    margin:0 0 10px
}
#newBridge .codeToken .row {
    position:relative;
    text-align:center
}
#newBridge .codeToken .row input {
    height:18px;
    line-height:18px;
    font-size:16px;
    width:128px;
    text-align:center;
    outline:none;
    border:1px solid #ccc;
    margin:0 auto
}
#newBridge .codeToken .code {
    height:30px
}
#newBridge .codeToken .code a {
    position:absolute;
    top:12px;
    text-decoration:none;
    color:blue;
    margin-left:20px
}
#newBridge .codeToken .code img {
    height:40px
}
#newBridge .codeToken .row button {
    background:blue;
    color:#fff;
    font-size:12px;
    padding:2px 20px;
    border:none;
    border-radius:4px;
    outline:none;
    cursor:pointer
}
#newBridge #codeToken .codeToken .row button {
    margin-top:15px
}
#newBridge {
    font-family:Arial,Helvetica,"Microsoft YaHei",sans-serif;
    position:fixed;
    z-index:2147483647
}
#newBridge .nb-hide {
    display:none
}
#newBridge .nb-show {
    display:block
}
#newBridge input:-ms-input-placeholder {
    color:#a9a9a9
}
#newBridge textarea:-ms-input-placeholder {
    color:#a9a9a9
}
::-webkit-input-placeholder {
    color:#ababab;
    opacity:1
}
::-moz-placeholder {
    color:#ababab;
    opacity:1
}
:-ms-input-placeholder {
    color:#ababab;
    opacity:1
}
