.wrap {
    overflow-x: hidden;
}

.m-width-1280 {
    max-width: 1280px;
    margin: 0 auto;
    width: 100%;
}

.header {
    position: absolute;
    z-index: 100000;
    left: 0;
    top: 0;
    font-size: 14px;
    width: 100%;
    transition: all 0.3s;
    background: url("/static/project/img/index/遮罩.png") repeat-x;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.header.header-cfff,
.header.header-ny {
    position: fixed;
    transition: all 0.3s;
    background: #ffffff;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.4);
}

.header-top {
    /*padding-bottom: 2px;*/
}

.header-top-item-group {
    float: right;
}

.header-top-item-group .header-top-item {
    display: inline-block;
    margin-left: 22px;
    color: #ffffff;
    height: 35px;
    line-height: 35px;
    padding-left: 15px;
    background: no-repeat left center;
    background-size: 12px;
    font-size: 12px;
}

.header-cfff .header-top-item-group .header-top-item,
.header-ny .header-top-item-group .header-top-item {
    color: #333333;
}

.header-top-item-group .header-top-item a {
    color: inherit;
}

.header-top-item-group .header-top-item.header-top-item-mobile {
    background-image: url("/static/project/img/index/移动.png");
}

.header-cfff .header-top-item-group .header-top-item.header-top-item-mobile,
.header-ny .header-top-item-group .header-top-item.header-top-item-mobile {
    background-image: url("/static/project/img/index/移动-黑.png");
}

.header-top-item-group .header-top-item.header-top-item-decision {
    background-image: url("/static/project/img/index/决策.png");
}

.header-cfff .header-top-item-group .header-top-item.header-top-item-decision,
.header-ny .header-top-item-group .header-top-item.header-top-item-decision {
    background-image: url("/static/project/img/index/决策-黑.png");
}

.header-top-item-group .header-top-item.header-top-item-operation {
    background-image: url("/static/project/img/index/运营.png");
}

.header-cfff .header-top-item-group .header-top-item.header-top-item-operation,
.header-ny .header-top-item-group .header-top-item.header-top-item-operation {
    background-image: url("/static/project/img/index/运营-黑.png");
}

.header-top-item-group .header-top-item.header-top-item-synergy {
    background-image: url("/static/project/img/index/协同.png");
}

.header-cfff .header-top-item-group .header-top-item.header-top-item-synergy,
.header-ny .header-top-item-group .header-top-item.header-top-item-synergy {
    background-image: url("/static/project/img/index/协同-黑.png");
}

.header-top-item-group .header-top-item.header-top-item-service {
    background-image: url("/static/project/img/index/客服.png");
}

.header-cfff .header-top-item-group .header-top-item.header-top-item-service,
.header-ny .header-top-item-group .header-top-item.header-top-item-service {
    background-image: url("/static/project/img/index/客服-黑.png");
}

.header-box {
    padding: 5px 0;
    text-align: left;
}

.header-cfff .header-box,
.header-ny .header-box {
    color: #333333;
}

.header-box .m-width-1280{
    position: relative;
}

.header-box .header-logo {
    display: inline-block;
    width: 650px;
    height: 50px;
    background: url("/static/project/img/index/logo-反白.png") no-repeat left center;
    background-size: 650px;
    cursor: default;
}

.header-box .header-logo-link-hb {
    position: absolute;
    display: block;
    height: 50px;
    width: 337px;
    left: 0;
    top: 0;
}


.header-box .header-logo-link-index {
    position: absolute;
    display: block;
    height: 50px;
    width: 285px;
    left: 370px;
    top: 0;
}

.header-cfff .header-box .header-logo,
.header-ny .header-box .header-logo {
    background-image: url("/static/project/img/index/logo-黑.png");
}

.header-box .header-nav {
    float: right;
}

.header-box .header-nav li.nav-item {
    position: relative;
    float: left;
    padding: 0 10px;
    line-height: 26px;
    font-size: 16px;
    text-align: center;
    text-transform: capitalize;
}

.header-box .header-nav li.nav-item > a {
    color: #fff;
    padding: 2px 0 15px 0;
    display: block;
    position: relative;
}

.header-box .header-nav li.nav-item:last-child {
    padding-right: 0;
}

.header-cfff .header-box .header-nav li.nav-item > a,
.header-ny .header-box .header-nav li.nav-item > a {
    color: #333333;
}

.header-cfff .header-box .header-nav li.nav-item.active > a,
.header-ny .header-box .header-nav li.nav-item.active > a,
.header-cfff .header-box .header-nav li.nav-item:hover > a,
.header-ny .header-box .header-nav li.nav-item:hover > a {
    color: #3B83F2;
}

.header-box .header-nav li.nav-item.active > a,
.header-box .header-nav li.nav-item:hover > a {
    font-weight: bold;
}

.header-box .header-nav li.nav-item > a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 3px;
    transition: all 0.3s;
    border-radius: 2px;
    background: #ffffff;
    width: 0;
}

.header-cfff .header-box .header-nav li.nav-item > a:after,
.header-ny .header-box .header-nav li.nav-item > a:after {
    background: #3B83F2;
}

.header-box .header-nav li.nav-item.active > a:after,
.header-box .header-nav li.nav-item:hover > a:after {
    width: 95%;
}

/*二级菜单*/
.header-box .header-nav li.nav-item .secondary-nav-box {
    position: absolute;
    visibility: hidden;
    top: calc(100% - 4px);
    padding-top: 20px;
    left: -18px;
}

.header-box .header-nav li.nav-item:hover .secondary-nav-box {
    visibility: visible;
}

.header-box .header-nav li.nav-item .secondary-nav-box .secondary-nav {
    position: relative;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 5px 0;
}

.header-box .header-nav li.nav-item .secondary-nav-box .secondary-nav:before {
    content: '';
    width: 0;
    height: 0;
    border-bottom: 10px solid rgba(0, 0, 0, 0.7);
    border-left: 10px dashed transparent;
    border-right: 10px dashed transparent;
    position: absolute;
    left: calc(50% - 10px);
    top: -10px;
}

.header-box .header-nav li.nav-item .secondary-nav-box .secondary-nav li {
    width: 110px;
    padding: 5px 5px;
    height: 0;
    overflow: hidden;
    transition: all 0.3s;
}

.header-box .header-nav li.nav-item:hover .secondary-nav-box .secondary-nav li {
    height: 27px;
}

.header-box .header-nav li.nav-item .secondary-nav li a {
    color: #ffffff;
    white-space: nowrap;
    font-size: 14px;
    font-weight: normal;
}

.header-box .header-nav li.nav-item .secondary-nav li:hover a {
    color: #3B91FF;
    font-weight: bold;
}

.no-banner-placeholder {
    height: 100px;
}

.common-wrap {
    background: #eff2f9;
    padding: 20px;
}

.content-box {
    background-color: #ffffff;
    box-shadow: 8px 8px 12px 0 #2F35340A;
    border-radius: 2px;
}

.footer {
    padding: 40px 0;
    background: #2F4F80;
}

.footer p {
    color: #ffffff;
    font-size: 12px;
    line-height: 18px;
}

.footer p > span {
    margin-right: 15px;
}

.footer p img {
    height: 12px;
    margin-top: -2px;
    margin-right: 3px;
}
.toolbar-tabs {
    position: fixed;
    top: 500px;
    right:3px;
    z-index: 999;
    width: 79px;
    background: #1e75dd;
    -webkit-box-shadow: 0px 2px 12px 0px rgba(148,148,148,0.2);
    box-shadow: 0px 2px 12px 0px rgba(148,148,148,0.2);
    border-radius: 4px 0px 0px 4px;
    min-height:200px;
    margin-top:-380px;
}

.toolbar-tabs li{
    padding:10px 0px;
    border-bottom:1px solid #fff;
    margin: 0 auto;
    text-align:center;
}

.tab-txt{ font-size:14px;}
.toolbar-tabs li:last-child{
    border-bottom:none;
}

.freeclass-box{
    -webkit-box-shadow: 1px 5px 10px 1px rgba(0,0,0,0.19);
    box-shadow: 1px 5px 10px 1px rgba(0,0,0,0.19);
    border: 1px solid #e0e0e0;
    background-color: #fff;
    color: #333;
    right:80px;
    font-size: 12px;
    position:absolute;
    z-index: 9999;
    display: none;
    border-radius:3px;
    padding:8px;

}
.freeclass-ss{
    width: 220px;
    top:10px;
}
.freeclass-qq{
    width: 170px;
    top:0;
}

.freeclass-wz{
    width:180px;
    top:120px;
}

.freeclass-yx{
    width:230px;
    top:280px;
}

.freeclass-wz-img{
    width:180px;
    overflow:hidden;
    text-align:center;
    height:150px;
}
.freeclass-wz p{
    font-size:16px;
}
.freeclass-wz-img img{
    height:100%;
}
.freeclass-dh{
    width:200px;
    top:200px;
}
.freeclass-qq h3,.freeclass-yx h3
{
    text-align:left;
    font-size:16px;
    color:#0f69d7;
    padding-left:10px;
    border-bottom:1px solid #ccc;
    line-height:30px;
    margin-top:10px;
    margin-bottom:10px;
    padding-bottom:10px;
}
.freeclass-dh h3{
    text-align:left;
    font-size:16px;
    font-weight:550;
    color:#0f69d7;
    padding-left:10px;
    line-height:30px;
}

.freeclass-qq p{
    text-align:left;
    font-size:16px;
    color:#333;
    padding:5px 0px 5px 8px;
    line-height:20px;
}

.freeclass-yx p{
    text-align:left;
    font-size:14px;
    color:#333;
    padding-left:5px;
    line-height:20px;
}
.freeclass-input
{
    border: 1px solid #e0e0e0;
    width:82%;
    float:left;
    padding:5px;
    margin-right:3px;
}

.toolbar-tabs li a{
    color:#fff;
}

.toolbar-tabs li:hover{
    color:#333;
    background:#fff;
}
.toolbar-tabs li:hover a{
    color:#333;
}


.toolbar-tabs li:hover .freeclass-box
{
    display:block;
}

.toolbar-tabs li .tab-icon2{  display:none;}
.toolbar-tabs li:hover .tab-icon1{  display:none;}
.toolbar-tabs li:hover .tab-icon2{  display:block;}



:root{
    --sidebar-width:1160px
}
/*侧边栏*/
.sidebarClass {
    position: fixed;
    right: calc(var(--sidebar-width) - 1920px);
    width: calc(var(--sidebar-width) - 1920px);
    top: 0;
    height: calc(100vh - 0rem);
    z-index: 100001;
    transition: width 0.3s;
    background: #F0F4FA;
    box-shadow: -4px 0px 12px 0px #3B5C8F3D;
    overflow-y: scroll;
}
.sidebarClass a{
    text-decoration: none;
}
.sidebar-content{
    width: var(--sidebar-width);
}
.addWidth {
    width: 1920px;
}
.side-nav-head-box{
    width: 260px;
    height: 159px;
    background-color: white;
    border-radius: 4px;
    margin: 30px auto 35px;
    cursor: pointer;
    position: relative;
}
.side-nav-head{
    height: 48px;
    background: linear-gradient(267.48deg, #4088F9 8.16%, #166BEE 97.89%);
    border: 1px solid;
    border-image-source: linear-gradient(220.14deg, #FFFFFF -144.13%, rgba(255, 255, 255, 0) 72.19%);
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    line-height: 48px;
    cursor: pointer;
    border-radius: 4px;
}
.side-nav-head-box:after{
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    height: 14px;
    background-color: #3B83F2;
    bottom: -15px;
    left: 130px;
}
.sidebar-img{
    width: 24px;
    margin-right: 9px;
    margin-top: -3px;
}
.side-navs{
    width: 1080px;
    margin: 0 auto 20px;
    display: flex;
    justify-content: center;
}
.navbtn-active .side-nav-head{
    background: linear-gradient(180deg, #F9A003 0%, #F68C08 100%);
}
.navbtn-active .side-nav-top{
    background: linear-gradient(180deg, #F9A003 0%, #F68C08 100%);
}
.side-navs .navbtn:hover{
    box-shadow: 5px 5px 12px 3px rgba(73, 133, 227, 0.44);
}
.side-nav{
    width: 246px;
    height: 146px;
    background-color: white;
    box-shadow: 8px 8px 12px 0px #3B5C8F0A;
    border-radius: 4px;
    cursor: pointer;
    position: relative;
    margin-right: 30px;
}
.side-navs .side-nav:last-child{
    margin-right: 0px;
}
.side-nav:before{
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    height: 21px;
    background-color: #3B83F2;
    top: -21px;
    left: 123px;
}
.side-nav:after{
    content: '';
    display: block;
    position: absolute;
    width: 276px;
    height: 1px;
    background-color: #3B83F2;
    top: -21px;
}
.side-navs .side-nav:first-child:after{
    left: 123px;
}
.side-navs .side-nav:last-child:after{
    right: 123px;
}
.side-nav a{
    color: white;
}
.side-nav-top{
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    line-height: 48px;
    height: 48px;
    background: linear-gradient(267.48deg, #4088F9 8.16%, #166BEE 97.89%);
    padding-left: 21px;
    border-radius: 4px;
}

.side-nav-content{
    box-sizing: border-box;
    height: 98px;
    padding: 13px 15px;
    font-family: Microsoft YaHei;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: #666666;
    background-color: white!important;
}
.side-data-box{
    background-color: white;
    box-shadow: 8px 8px 12px 0px #3B5C8F0A;
    width: 1080px;
    margin: 0 auto 20px;
}
.side-data-box-top{
    font-weight: 700;
    font-size: 16px;
    line-height: 48px;
    height: 48px;
    padding-left: 21px;
    border-bottom: 1px solid #EEEEEE;
}
.side-datas{
    display: flex;
    flex-wrap: wrap;
    padding-left: 23px;
    padding-top: 10px;
    padding-bottom: 20px;
}
.side-data{
    width: 333px;
    height: 104px;
    margin-top: 15px;
    margin-right: 15px;
    border: 1px solid #EEEEEE;
    border-radius: 2px;
}
.side-data-head{
    font-weight: 700;
    font-size: 16px;
    line-height: 65px;
    height: 60px;
    padding-left: 16px;
}
.side-data-head-img{
    width: 40px;
    margin-right: 9px;
    margin-top: -3px;
}
.side-data-tip{
    color: #555555;
    font-size: 13px;
    font-weight: 400;
    line-height: 34px;
    padding: 0 16px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
#return{
    cursor: pointer;
}