

/* ====================公共样式========================= */

/* 头部 */

.Header-top{

    height: 104px;

    background: #fff;

}

.Header-top .contain{

    display: flex;

    align-items: center;

    height: 100%;

}

.header-logo{

    height: 55px;

}

.header-logo img{

    height: 100%;

}

.header-search{

    width: 510px;

    height: 39px;

    margin-left: auto;

    position: relative;

}

.header-search .form{

    height: 100%;

}

.header-search input{

    height: 100%;

    border: 1px solid #4484ce;

    border-radius: 30px;

    width: 100%;

    padding: 0 100px 0 16px;

}

.header-search input::placeholder{

    font-size: 14px;

}

.header-search ul{

    position: absolute;

    right: 92px;

    display: flex;

    height: 100%;

    align-items: center;

    top: 0;

}

.header-search li a{

    display: inline-block;

    font-size: 12px;

    color: #777777;

    background: #f3f3f3;

    padding: 1px 10px;

    border-radius: 4px;

    top: 0;

    transition: all .4s ease;

}

.header-search li a:hover{

    color: #fff;

    background: #4484ce;

}

.header-search li+li{

    margin-left: 9px;

}

.header-search .btn{

    background: #4484ce url("../image/searchW.svg") no-repeat center /20px;

    height: 100%;

    width: 80px;

    border-radius: 30px;

    display: block;

    position: absolute;

    right: 0;

    top: 0;

    transition: background-color .4s ease;

}

.header-search .btn:hover{

    background-color: #3d6fa9;

}

.header-phone{

    margin-left: 110px;

}

.header-phone p{

    font-size: 14px;

    font-weight: lighter;

    text-align: right;

    color: #999999;

    margin-top: 5px;

}

.header-phone-number{

    display: flex;

    align-items: center;

    color: #4484ce;

    font-size: 22px;

    line-height: 1;

    font-family: Arial;

    font-weight: bold;

}

.header-phone-number i{

    display: block;

    background: url("../image/header-phone-icon.png") no-repeat center /100%;

    width: 25px;

    height: 25px;

    margin-right: 13px;

}

.Header-menu{

    background-color: #404040;

}

.Header-menu .nav_1{

    display: flex;

    align-items: center;

}

.Header-menu .nav_1 .menu_item{

    font-weight: 300;

    color: #fff;

    font-size: 16px;

    width: 200px;

    height: 39px;

    display: flex;

    align-items: center;

    justify-content: center;

    overflow: hidden;

    position: relative;

}

.Header-menu .nav_1 li{

    position: relative;

}

.Header-menu .nav_1 .menu_item:before{

    content: '';

    width: 100%;

    height: 3px;

    background: #4484ce;

    position: absolute;

    bottom: 0;

    left: 0;

    transform: translateY(100%);

    transition: all .4s ease;

}

.Header-menu .nav_1 .menu_item:hover:before,.Header-menu .nav_1 .menu_item.active:before{

    transform: translateY(0);

}

.Header-menu .nav_1 .menu_item:after{

    content: '';

    height: 18px;

    background: #5c5c5c;

    top: 50%;

    transform: translateY(-50%);

    position: absolute;

    right: 0;

    width: 1px;

    transition: background-color .4s ease;

}

.Header-menu .nav_1 .menu_item i{

    display: block;

    background: url("../image/arrDW.svg") no-repeat center /100%;

    width: 12px;

    height: 12px;

    margin-left: 10px;

    transition: transform .4s ease;

}

.Header-menu .nav_1 .one:hover .menu_item,.Header-menu .nav_1 .one .menu_item.active{

    background: #4484ce;

}

.Header-menu .nav_1 .menu_item.active i{

    transform: rotate(180deg);

}

.Header-menu .nav_1 .one a:after{

    background: #4484ce;

}

.Header-cla .contain{

    position: relative;

}

.Header-cla .side{

    width: 20.77%;

    height: 450px;

    position: absolute;

    left: 0;

    top: 0;

    z-index: 99;

    background: #fff;

    display: none;

}

.Header-cla .side a{

    color: #222222;

    font-size: 16px;

    padding: 4px 24px;

    display: flex;

    min-height: 38px;

    align-items: center;

    justify-content: space-between;

    transition: background-color .4s ease,color .4s ease;

}

.Header-cla .side a i{

    display: block;

    background: url("../image/arrR-gray.svg") no-repeat center /100%;

    width: 16px;

    height: 16px;

    transition: all .4s ease;

}

.Header-cla .side a.active{

    background: #f6f6f6;

    color: #4484ce;

}

.Header-cla .side a.active i{

    background-image: url("../image/arrR-blue.svg");

}

.Header-cla .side .bg{

    margin-top: 30px;

    text-align: center;

}
.Header-cla .side .bg img{width:166px;}

.Header-cla .list{

    position: absolute;

    left: 20.77%;

    top: 0;

    height: 450px;

    background: #fff;

    width: 79.23%;

    z-index: 99999;

    display: none;

}
/* .Header-cla .list>div{flex-wrap: unset;} */

.Header-cla .list .list_1{

    width: 19.418%;

    background-color: #f6f6f6;

    height: 100%;

}

.Header-cla .list ul:not(:first-child),.Header-cla .list .list_2 .item:not(:first-child),.Header-cla .list .list_2 .item-sub:not(:first-child){

    display: none;

}

.Header-cla .list .list_1 a{

    display: flex;

    align-items: center;

    padding: 4px 24px;

    color: #666666;

    min-height: 38px;

}

.Header-cla .list .list_1 li.active a{

    color: #4484ce;

    background-color: #fff;

}

.Header-cla .list .list_2{

    width: 80%;
    flex: 1;
    padding: 30px 44px 30px 34px;

}

.Header-cla .list .list_2 .in{

    display: flex;

    justify-content: space-between;

}

.Header-cla .list .list_2 .in .lft{

    width: 67%;

}
.Header-cla .list .list_2.active .in .lft{

    width: 90%;

}
.Header-cla .list .list_2.active li{width: 25%;}

.Header-cla .list .list_2 .sub-tit{

    font-weight: bold;

    font-size: 15px;

    color: #333333;

    padding-left: 11px;

    position: relative;

}

.Header-cla .list .list_2 .sub-tit:not(:first-child){

    margin-top: 20px;

}

.Header-cla .list .list_2 .sub-tit:after{

    content: '';

    width: 2px;

    background-color: #4484ce;

    height: 14px;

    position: absolute;

    left: 0;

    top: 50%;

    transform: translateY(-50%);

}

.Header-cla .list .list_2 ul{

    display: flex;

    flex-wrap: wrap;

    margin-top: 5px;

    padding-bottom: 18px;

    border-bottom: 1px solid #e5e5e5;

}

.Header-cla .list .list_2 li{

    width: 33.33%;

    margin-top: 10px;

}

.Header-cla .list .list_2 li a{

    color: #666666;

    font-size: 15px;

    transition: color .4s ease;
    padding-right: 7px;

}

.Header-cla .list .list_2 li.mark a,.Header-cla .list .list_2 li a:hover{

    color: #4484ce;

}

.Header-cla .list .list_2 .rgt{

    width: 26%;

}

.Header-cla .list .list_2 a{

    display: block;

}

.Header-cla .list .list_2 a .pic{

    position: relative;

    overflow: hidden;

    padding-top: 36.83%;

}

.Header-cla .list .list_2 a .pic img{

    transform: scale(1.04);

    transition: all .5s ease;

}

.Header-cla .list .list_2 a:hover .pic img{

    transform: scale(1);

}

.Header-cla .list .list_2 a .tit{

    font-weight: bold;

    font-size: 14px;

    color: #333333;

    margin-top: 10px;

    transition: color .4s ease;

}

.Header-cla .list .list_2 a:hover .tit{

    color: #4484ce;

}

.Header-cla .list .list_2 a p{

    color: #666;

    font-size: 12px;

    margin-top: 5px;

    line-height: 1;

}

.Header-cla .list .list_2 a+a{

    margin-top: 25px;

}

.Header-drop{

    width: 100%;

    top: 100%;

    position: absolute;

    left: 0;

    display: none;

    z-index: 991;

}

.Header-drop a{

    font-size: 14px;

    display: flex;

    align-items: center;

    min-height: 40px;

    text-align: center;

    padding: 0 5px;

    justify-content: center;

    background: #404040;

    transition: all .4s ease;

    color: #fff;

}

.Header-drop a:hover{

    background: #fff;

    color: #4484ce;

}



    /* 底部 */

.Footer-wrapper{width: 100%;background:#272b30;position: relative;z-index: 9;}

.Footer-items{width: 100%;padding: 80px 0 10px}

.Footer-items .in{

    display: flex;

    justify-content: space-between;

}

.Footer-navbar{width: 84%;overflow: hidden;user-select: none;border-right: 1px solid #474b4f;padding-right: 80px}

.Footer-navbar li{float: left;width: 15.25%;}

.Footer-navbar li:last-child{width: 39%}

.Footer-menu{font-size: 15px;color: #fff;display: block;}

.Footer-drop{width: 100%;margin-top: 20px;}

.Footer-info .title{

    color: #fff;

    font-size: 15px;

}

.Footer-info p{

    color: #8b949d;

    font-size: 14px;

}

.Footer-info .tip{

    margin-top: 20px;

}

.Footer-info .qr-code {

    margin-top: 15px;

}

.Footer-info .qr-code img{

    width: 115px;

    height: 115px;

}

.Footer-info .qr-code p{

    margin-top: 10px;

    text-align: center;

}

body.PC .Footer-drop{display: block !important;}

.Footer-drop a,.Footer-drop p{display: block;font-size: 14px;color: #8b949d;line-height: 1;transition: all .4s ease;}

.Footer-drop a+a{margin-top: 15px}

.Footer-drop p+p{margin-top: 5px}

.Footer-drop p{line-height: 24px}

.Footer-drop p span{font-family: OPPOSANS-L;font-size: 20px;display: inline-block;line-height: 1;color: #fff;}

.Footer-drop a:hover{color: #fff;}

.Footer-copyright{width: 100%;border-top: 1px solid #3d4145;padding: 20px 0 40px}

.Footer-copyright .contain{

    display: flex;

    justify-content: space-between;

    align-items: center;

}

.Footer-copyright h6{

    color: #8b949d;

}

.Footer-copyright .link{width: auto;display: flex;}

.Footer-copyright .link a{margin-left: 36px;transition: all .4s ease;position: relative;color: #8b949d}

.Footer-copyright .link a:first-child{margin-left: 0;}

.Footer-copyright .link a::before{content: "";position: absolute;width: 1px;background: #fff;opacity: 0.1;height: 14px;top: 50%;margin-top: -7px;left: -20px;pointer-events: none;}

.Footer-copyright .link a:first-child::before{display: none;}

.Footer-copyright .link a:hover{color: #fff;}

.FooterCode{font-size: 0}

.FooterCode a{display: inline-flex;justify-content: center;align-items: center;position: relative;width: 26px;height: 26px;border-radius: 50%;background: transparent;transition: all .4s ease}

.FooterCode a+a{margin-left: 10px}

.FooterCode a:hover{background: #30363b;color: #8999a7}

.FooterCode-img{display: none;width: 152px;height: 152px;padding: 6px;position: absolute;bottom: 36px;left: 50%;margin-left: -76px;background: #fff;border-radius: 4px;}

.FooterCode-img::after{content: "";display: block;width: 0px;height: 0px;border: 8px solid transparent;border-top-color: #fff;position: absolute;bottom: -16px;left: 50%;margin-left: -8px;}

.FooterCode-img img{width: 100%;height: 100%;object-fit: cover;}

.FooterCode a:hover .FooterCode-img{display: block;animation: FooterCode .6s ease-in-out both;}

@keyframes FooterCode{0%{transform: translateY(-14px);}100%{transform: translateY(0);}}

.Footer-link{

    width: 84%;

}

.Footer-link ul{

    display: flex;

    flex-wrap: wrap;color: #8b949d;

}

.Footer-link li+li{

    margin-left: 5px;

}

.Footer-link a{

    font-size: 14px;

    transition: color .4s ease;

}

.Footer-link a:hover{

    color: #fff;

}

/* 侧栏 */
.sideBar-wrapper{position: fixed;top: 50%;right: 2px;margin-top: -101px;height: 206px;width: 50px;z-index: 6666;margin-top: -103px;}
.sideBar-wrapper ul li{height: 50px;position: absolute;left: 0;}
.sideBar-wrapper ul li.backTop{top: 0;width: 62px;}
.sideBar-wrapper ul li.relQq{top: 52px;width: 132px;transition: all .4s;}
.sideBar-wrapper ul li.relDh{top: 104px;width: 190px;transition: all .4s;}
.sideBar-wrapper ul li.reltel{top: 156px;width: 190px;transition: all .4s;}
.sideBar-wrapper ul li.relEwm{top: 208px;width: 62px;}
.sideBar-wrapper ul li a{display: flex;align-items:center; font-family: "Microsoft Yahei";color: #fff;user-select:auto; font-size: 14px;height: 50px;overflow: hidden;background-color: #2d2c32;border-radius: 6px;transition: all .2s ease;}
.sideBar-wrapper ul li a img{display: block;float: left;width: 24px;height: 24px;margin: 12px 16px 14px 14px;}
.sideBar-wrapper ul li a:hover{background: #4484ce;opacity: 1;}
.sideBar-wrapper ul li.relQq:hover{left: -76px;}
.sideBar-wrapper ul li.relDh:hover{left: -130px;}
.sideBar-wrapper ul li.reltel:hover{left: -130px;}
.sideBar-wrapper-ewm{position: absolute;top: -153px;left: -148px;background: #2d2c32;width: 146px;padding: 3px;height: 146px;display: none;}
.sideBar-wrapper-ewm::after{content: "";position: absolute;width: 9px;height: 9px;background: url('../image/side-arr.png') no-repeat;right: 0;bottom: -9px;}
.sideBar-wrapper-ewm img{display: block;width: 140px;height: 140px;}
.sideBar-wrapper ul li.relEwm:hover .sideBar-wrapper-ewm{display: block;}
.Footer-tabs-blank, .Footer-tabs{display: none;}
@media all and (max-width:1000px) {
    .sideBar-wrapper{display: none;right: 4px;width: 50px;height: auto;top: auto;bottom: 60px;margin-top: 0;}
    .sideBar-wrapper ul li{display: none;height: 46px;}
    .sideBar-wrapper ul li.backTop{display: block;width: 46px;}
    .sideBar-wrapper ul li a{height: 46px;line-height: 46px;background-color: #2d2c32 !important;}
    .sideBar-wrapper ul li a img {margin: 11px 10px 11px 12px;}
}


/* 置顶 */

/* .backTop {display: none;right: 40px;bottom: 60px;width: 44px;height: 44px;border-radius: 4px;position: fixed;cursor: pointer;z-index: 9999; background: #4484ce url('../images/common/top.svg')  no-repeat center/22px auto;}

@media all and (max-width:1599px) {.backTop {right: 30px;bottom: 40px;}}

@media all and (max-width:640px) {.backTop {right: 8px;bottom: 20px;width: 40px;height: 40px;background-size: 20px auto;}} */



/* 中间+共用部分 */

.contain{width:1300px;margin: 0 auto;}





.Header-navclick{transform-origin:center center;transform:rotate(0);cursor:pointer;transition:transform .3s ease;margin-left:10px;position:relative;z-index:991;width: 30px;height: 30px;background: #4484ce;border-radius: 50%;justify-content: center;display: none;align-items: center}

.Header-navclick .in{height:14px;width:17px;display:flex;flex-direction:column;justify-content:space-between;align-items:flex-end;position:relative}

.Header-navclick span{height:2px;width:3px;background-color:#fff;transition:width .2s ease}

.Header-navclick span:nth-child(1){width:100%;transition-delay:.2s;transition:background-color .4s ease,width .2s ease}

.Header-navclick span:nth-child(2){width:14px;transition:all .4s ease;position:relative}

.Header-navclick span:nth-child(3){width:100%;transition-delay:.4s;transition:background-color .4s ease,width .2s ease}

.Header-navclick span:nth-child(4){position:absolute;top:0;left:50%;transform:translateX(-50%);display:block;width:2px;height:0;transition:height .4s,background-color .4s ease}

.Header-navclick.on{transform:rotate(45deg);transition-delay:.4s}

.Header-navclick.on span:nth-child(1){width:0}

.Header-navclick.on span:nth-child(2){width:17px;top:0}

.Header-navclick.on span:nth-child(3){width:0;transition-delay:150ms}

.Header-navclick.on span:nth-child(4){height:17px;transition:height .2s ease;transition-delay:.2s;top: -1px}

.Header-navclick.on span{background:#fff!important}









/* -------------------------PC端--------------------------- */

@media all and (max-width:1700px) {

    /* 1600 × (900) */

    .contain-1600{width: 1400px;}

}



@media all and (max-width:1599px) {

    /* 1440 × (700)  */

    .contain{width: 1150px}

    .header-logo{height: 50px}

    .Header-top{height: 100px}

    .header-search{width: 500px}

    .Header-menu .nav_1 .menu_item{width: 180px}

    .Header-cla .list .list_1 a{padding: 4px 16px;min-height: 34px}

    .Header-cla .list .list_2{padding: 25px}

    .Header-cla .list .list_2 li{margin-top: 6px}

    .Header-cla .list .list_2 li a{font-size: 14px}

    .Header-cla .list .list_2 a .tit{margin-top: 5px}

    .Header-cla .list .list_2 a p{margin-top: 2px}

    .Header-cla .side a{padding: 4px 20px;font-size: 15px}



    .Footer-items{padding-top: 60px}

    .Footer-drop p span{font-size: 18px}

    .Footer-drop,.Footer-info .tip{margin-top: 15px}

    .Footer-navbar{padding-right: 60px}

    .Footer-copyright{padding: 18px 0}

    .Footer-info .qr-code img{width: 110px;height: 110px}

    .Footer-info .qr-code p{margin-top: 6px}

    .Footer-copyright .link a{margin-left: 30px}

    .Footer-copyright .link a::before{margin-left: -15px}

}



@media all and (max-width:1439px) {

    /* 1360 */

}



@media all and (max-width:1359px) {

    /* 1280 */

}



@media all and (max-width:1279px) {

    /* 1152 × (700) */

    .contain{width: 920px}

    .header-search{width: 420px}

    .Header-top{height: 90px}

    .header-phone-number{font-size: 20px}

    .header-phone-number i{width: 23px;height: 23px;margin-right: 8px}

    .header-phone p{font-size: 13px;margin-top: 3px}

    .header-phone{margin-left: 80px}

    .header-logo{height: 38px}

    .Header-menu .nav_1 .menu_item{font-size: 15px;height: 37px;width: 100%}

    .Header-menu .nav_1 li{width: 16.666%}

    .Header-cla .list .list_1 a{font-size: 12px;min-height: 30px;padding: 3px 15px}

    .Header-cla .list .list_2 li a{font-size: 13px}

    .Header-cla .list .list_2{padding: 20px 15px}

    .Header-cla .list .list_2 ul{padding-bottom: 10px}

    .Header-cla .list .list_2 a+a{margin-top: 15px}



    .Footer-drop p span{font-size: 16px}

    .Footer-items{padding-top: 50px}

    .Footer-drop p+p{margin-top: 2px}

    .Footer-drop a+a{margin-top: 12px}

    .Footer-navbar{padding-right: 40px}

    .Footer-info .qr-code{margin-top: 10px;text-align: center}

    .Footer-info .qr-code img{width: 100px;height: 100px}

    .Footer-copyright h6{font-size: 13px}

    .Footer-copyright .link a{font-size: 13px;margin-left: 20px}

    .Footer-copyright .link a::before{margin-left: -10px}

    .Footer-copyright{padding: 15px 0}

    .Header-cla .side a{font-size: 14px}

}



@media all and (max-width:1151px) {

    /* 1024 */

}





/* ------------------------手机端-------------------------- */

@media all and (max-width:1000px) {

    /* 平板设备 720 适配 */

    body.onSearch .Header-navbar{visibility: visible;opacity: 1;}

    .contain-1600, .contain-1400, .contain{width: 92%;}

    .Container-wrapper{margin-top: 56px;}

    .header-phone{display: none}

    .Header-menu{display:none;height: calc(100vh - 56px);padding-top: 20px}

    .Header-menu .nav_1{flex-wrap: wrap}

    .Header-menu .nav_1 li{width: 100%}

    .Header-top{height: 56px}

    .header-logo{height: 32px}

    .header-search .form{display: none;width: 100%;top: 100%;left: 0;height: 36px;position: absolute}

    .header-search input{border-radius: 0}

    .header-search .form .btn{border-radius: 0;height: 100%;width: 80px}

    .header-search .btn{width: 30px;height: 30px}

    .header-search .btn.mb-btn{position: static;}

    .header-search .btn.mb-btn.x{background-image: url(../image/closeW.svg);background-size: 12px}

    .header-search{width: auto;height: auto;position: static}

    .Header-wrapper{width: 100%;position: fixed;background: #fff;top: 0;z-index: 999}

    .Header-menu .nav_1 .menu_item:after{display:none}

    .Header-menu .contain{width: 100%}

    .Header-menu .nav_1 .menu_item{padding:0 4%;justify-content: space-between}

    .Header-menu .nav_1 .menu_item i{height: 100%;width:36px;background-size: 14px}

    .Header-navclick{display: flex}

    .Header-menu .nav_1 .one a i{display: none}

    .Header-drop{position: static;width: 100%}

    .Header-drop a{text-align: left;padding: 0 4%;justify-content: flex-start;background:#544f4f;font-size: 13px;min-height: 36px}

    .Header-menu .nav_1 .menu_item:before{display: none}



    .Footer-items .in{flex-wrap: wrap}

    .Footer-items{padding: 32px 0 10px}

    .Footer-items .contain {width: 100%;}

    .Footer-navbar{width: 100%;padding-right: 0}

    .Footer-navbar li{width: 100% !important;}

    .Footer-info{padding: 0 4%;margin-top: 30px}

    .Footer-drop, .Footer-info .tip{margin-top: 10px}

    .Footer-menu {height: 40px;line-height: 40px;padding: 0 4%;position: relative;}

    .Footer-menu::after{content: "";width: 44px;height: 40px;position: absolute;z-index: 9;right:3%;top: 0;background: url('../image/arrDW.svg')  no-repeat center /18px auto;}

    .Footer-navbar li:last-child .Footer-menu::after{display: none}

    .Footer-navbar li:last-child .Footer-drop{display: block;padding: 0 4%}

    .Footer-menu.active::after{transform: rotate(180deg);}

    .Footer-drop a{padding:0 4%;}

    .Footer-drop{display: none;margin-top: 0;padding: 15px 0}

    .Footer-copyright h6{width: 100%;margin-bottom:5px;text-align: center}

    .Footer-copyright {padding: 20px 0;}

    .FooterCode {text-align: center;margin-top: 20px;width: 100%;padding: 0 4%}

    .Footer-copyright .contain{flex-wrap: wrap}

    .Footer-copyright .link{justify-content: center;width: 100%}

    .Footer-link{width: 100%;padding: 0 4%}

}

@media all and (max-width:640px) {

    /* 移动终端以上 360 适配 */

    .Footer-menu{height: 30px;line-height: 30px}

    .Footer-menu::after{background-size: 14px}

    .Footer-drop p span{font-size: 14px}
    .Footer-tabs-blank, .Footer-tabs{display: block;height: 50px;}
    .Footer-tabs{position: fixed;z-index: 9999;left: 0;bottom: 0;background: #fff;width: 100%;}
    .Footer-tabs::before{content: "";position: absolute;width: 100%;height: 1px;background: #e3dad2;left: 0;top: 0;}
    .Footer-tabs li{font-size: 16px;color: #333;float: left;position: relative;width: 17%;}
    .Footer-tabs li a{display: flex;align-items: center;justify-content: center;height: 50px;width: 50px;width: 100%;}
    .Footer-tabs li a>img{margin-right: 6px;}
    .Footer-tabs li.tabsDh{float: right;}
    .Footer-tabs li.tabsDh a{background: linear-gradient(45deg,#4484ce,#00a0e9);color: #fff;}
    .Footer-tabs li.tabsZx{width: 27%;}
    .Footer-tabs li.tabsDh{width: 36%;}
    .Footer-tabs li .tabsCode{position: absolute;bottom: 58px;left: 50%;width: 120px;height: 120px;margin-left: -60px;padding: 0 2px;border: 2px solid #e3dad2;background: #fff;display: none;align-items: center;}
    .Footer-tabs li .tabsCode::after{content: "";position: absolute;border-left: 8px solid transparent;border-right: 8px solid transparent;border-top: 8px solid #e3dad2;width: 0;height: 0;bottom: -8px;left: 50%;margin-left: -8px;}    
    .Footer-tabs li .tabsCode img{width: 100%;object-fit: cover;}
    .Footer-tabs li:hover .tabsCode{display: flex;}

    #newBridge .nb-nodeboard-base .nb-nodeboard-contain-base{display: none !important;}

}