/* .header-info {
    width: 1920px;
    height: 891px;
    z-index: 100;
    background-image: url('/template/syste2/pc/skin/images/header/background.png');
    background-repeat: no-repeat;
    background-size: cover;
} */
.bigBackground {
    position: relative;
    margin: auto;
    width: 100%;
    max-width: 1920px;
    max-height: 891px;
}
.main {
    max-width: 1920px;
    margin: 0 auto;
}
.consult-btn {
    width: 179px;
    height: 53px;
    bottom: calc(130/1920 * 100%);
    right: calc(870/1920 * 100%);
    left: calc(870/1920 * 100%);
    position: absolute;
    background-image: url('/template/syste2/pc/skin/images/header/immdConsult.png');
    z-index: 100;
}
.flex-column {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.subheading {
    margin-top: 45px;
    font-family: 'PingFang_Regular';
    font-weight: normal;
    font-size: 22px;
    color: #797979;
}
.knowMoreBtn { 
    margin-top: 29px;
    width: 200px;
    height: 52px;
    cursor: pointer;
}
.part-title {
    font-family: 'PingFang_Bold ,PingFang SC';
    font-weight: 500;
    font-size: 60px;
    color: #303030;
}
.business-introduction {
    max-width: 1920px;
    height: 1066px;
    background: #F1F3F5;
}
/* .module-title {
    font-family: 'PingFang_Bold ,PingFang SC';
    font-weight: 500;
    font-size: 44px;
    color: #303030;
} */
.business-part {
    padding-top: 81px;
    display: flex;
    align-items: center;
    justify-content: center;
}
/*  */
.business-part .business-part-img {
    margin-right: 16px;
    width: 403px;
    height: 629px;
    transition: all 0.3s;
}
.business-part-img:hover {
    box-shadow: 0px 4px 9px 3px rgba(121,121,121,0.16);
    border-radius: 10px;
    transform: translateY(-5px);
    transition: all 0.3s;
}
.mt-66{
    margin-top: 66px;
}
.mt-82{
    margin-top: 82px;
}
.mt-128{
    margin-top: 128px;
}
.mt-182{
    margin-top: 182px;
}
.mt-109 {
    margin-top: 109px;
}
.applicability {
    max-width: 1920px;
    height: 1080px;
    background: #FFFFFF;
    border-radius: 10px;
}
.applicability .applicability-content {
    display: flex;
    justify-content: space-between;
    margin-top: 56px;
    padding: 132px 85px 128px 82px;
    width: 1239px;
    height: 700px;
    background: #F1F3F5;
    border-radius: 15px;
}
.applicability-img {
    box-sizing: border-box;
    width: 600px;
    height: 440px;
}
.folding-board {
    width: 344px;
}
.folding-board-content {
    /* min-height: 87px; */
    border-bottom: 1px solid #C5C5C5;
}
/* .folding-board-content:first-child {
    height: 30;
    margin-bottom: 29px;
} */
.folding-board-content:last-child {
    border-bottom: none;
}
.fold-item-title {
    padding: 26px 0 32px;
    font-family: 'PingFang_Bold';
    font-weight: normal;
    font-size: 30px;
    color: #161616;
}
.fold-item-title-row {
    user-select: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}
.fold-item-title-row[data-board='1'] {
    height: 30px;
    margin-bottom: 30px;
}
.fold-item-icon {
    width: 25px;
    height: 14px;
}
.fold-item-subheading {
    font-family: 'PingFang_Regular';
    font-weight: normal;
    font-size: 17px;
    color: #797979;
    line-height: 26px;
    user-select: none;
}
.fold-item-subheading-wraper {
    width: 100%;
    height: 121px;
}
.fold-item-subheading-wraper[data-fold-item='1']{
    height: 137px;
}
.fold-item-subheading-wraper.fold {
    display: none;
}
.fold-item-subheading-wraper.unfold {
    display: block;
}
/* 合作系统样式 */
.cooperation-system {
    max-width: 1920px;
    height: 1156px;
    background: #F1F3F5;
}
.cooperation-system-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 81px;
}
.cooperation-system-rows {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.cooperation-system-rows:first-child {
    margin-bottom: calc(39/1420 * 100%);
}
/* doing */
.cooperation-system-img:hover {
    border-radius: 11px;
    box-shadow: 0px 4px 9px 3px rgba(121,121,121,0.16);
    transform: translateY(-5px);
    transition: all 0.3s;
}
.cooperation-system-img {
    width: calc(605/1240 * 100%);
    height: calc(365/1240 * 100%);
    transition: all 0.3s;
}
/* 合作流程 */
.cooperation-process, .cooperation-process-img {
    margin: 0 auto;
    /* max-width: 1920px;
    height: 1080px; */
}
/* 运营支持 */
.operation-support {
    max-width: 1920px;
    height: 1240px;
    background: #F1F3F5;
}
.operation-support-content {
    width: 100%;
    margin-top: 74px;
}
.operation-support-content-rows {
    display: flex;
    justify-content: space-between;
}
.operation-support-img {
    width: calc(402/1240 * 100%);
    height: calc(473/1240 * 100%);
    border-radius: 10px;
    transition: all 0.3s;
}
.operation-support-img:first-child {
    margin-bottom: calc(28/1420 * 100%);
}
.operation-support-img:hover {
    background: #FFFFFF;
    box-shadow: 0px 8px 18px 6px rgba(121,121,121,0.16);
    border-radius: 10px;
    transform: translateY(-5px);
    transition: all 0.3s;
}
.cooperation-enterprises {
    max-width: 1920px;
    padding-bottom: 79px;
    background-color: #f1f3f5;
}
.cooperation-enterprises-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 79px;
    height: 330px;
    /* width: inherit; */
    overflow: hidden;
}
.cooperation-firstrow {
    display: flex;
    align-items: center;
    margin-bottom: 36px;
    overflow: hidden;
}
@keyframes cl-scrolling {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}
@keyframes cl-scrolling2 {
    0% {
        transform: translateX(-5.5%);
    }
    100% {
        transform: translateX(-105.5%);
    }
}
.cooperation-secondrow {
    display: flex;
    align-items: center;
    overflow: hidden;
}
.cooperation-enterprises-brand-1 {
    display: flex;
    flex-shrink: 0;
    flex-grow: 0;
    align-items: center;
    overflow: hidden;
    user-select: none;
    animation: cl-scrolling 6s infinite linear;
}
.cooperation-enterprises-brand-2 {
    display: flex;
    flex: none;
    flex-shrink: 0;
    flex-grow: 0;
    align-items: center;
    overflow: hidden;
    user-select: none;
    animation: cl-scrolling2 6s infinite linear;
}
.brand-items {
    flex-shrink: 0;
    flex-grow: 0;
    width: 280px;
    height: 147px;
    border-radius: 10px;
    margin-left: 40px;
}




/* 行业资讯 */
.industry-consultation {
    max-width: 1920px;
    /* height: 1280px; */
    background: #F1F3F5;
}
.industry-consultation-content {
    margin-top: 70px;
}
.industry-article-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1240px;
    height: 300px;
    background: #FFFFFF;
    border-radius: 10px;
    margin-bottom: 16px;
}
.industry-article-container:last-child {
    margin-bottom: 0;
}
.industry-article-container:hover {
    background: #FFFFFF;
    box-shadow: 0px 4px 9px 3px rgba(121,121,121,0.16);
    border-radius: 10px;
}
.industry-article-content {
    display: flex;
    align-items: center;
}
.industry-article-cover {
    width: 400px;
    height: 225px;
    background: #F46813;
    border-radius: 2px;
}
.industry-article-info {
    display: flex;
    flex-direction: column;
    height: 225px;
    padding-left: 35px;
}
.industry-article-title {
    width: 664px;
    font-family: 'PingFang_Bold';
    font-weight: normal;
    font-size: 28px;
    color: #161616;
    margin-top: 26px;
}
.text-overflow { 
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.industry-article-time {
    font-family: 'PingFang_Regular';
    font-weight: normal;
    font-size: 19px;
    color: #797979;
    margin-top: 19px;
}
.industry-article-details {
    width: 680px;
    font-family: 'PingFang_Medium';
    font-weight: 500;
    font-size: 19px;
    color: #797979;
    line-height: 33px;
    margin-top: 38px;
}
.industry-know-more-wrapper {
    padding-top: 21px;
}
.industry-know-more {
    width: 180px;
    height: 53px;
    cursor: pointer;
}
/* 关于我们 */
.about-us {
    box-sizing: border-box;
    padding-top: 115px;
    max-width: 1920px;
    height: 1250px;
    background: #F1F3F5;
}
.about-us-text-wrapper {
    width: 1094px;
    height: 95px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 45px;
}
.about-us-text {
    color: #797979;
    font-family: 'PingFang_Medium';
}
.about-us-text-b {
    margin-top: 34px;
    font-family: 'PingFang_Regular';
    font-weight: normal;
    font-size: 25px;
    color: #161616;
    line-height: 1;
}
.about-us-container {
    position: relative;
    width: 1260px;
    height: 620px;
    margin-top: 40px;
    background-image: url('/template/syste2/pc/skin/images/common/register.png');
    background-repeat: no-repeat;
}
.about-us-dataInfo {
    margin-top: 55px;
}
.about-us-img {
    width: 830px;
    height: 80px;
}
.register-container {
    position: absolute;
    top: 45px;
    left: 173px;
}
.register-modal {
    display: none !important; /* 默认隐藏 */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* 半透明背景 */
    z-index: 999; /* 确保在最上层 */
    
    /* 实现视口居中 */
    display: flex;
    justify-content: center;
    align-items: center;
}
.register-modal.active {
    display: flex !important;
}
.index-footer {
    margin: 0 auto;
    max-width: 1920px;
}