.header {
    width: 100%;
    height: 373px;
    background-image: url(https://cdn.zhoupu123.com/website/efficientBusinessSolutions/efficientBusinessSolutions_banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    padding-top: 119px;
}

.header .header_tag span {
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 33px;
    letter-spacing: 2px;
    padding: 0 30px;
}

.header h1 {
    font-size: 58px;
    font-family: AlibabaPuHuiTi_2_105_Heavy;
    color: #ffffff;
    line-height: 81px;
}

.header p {
    font-size: 22px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    color: #ffffff;
    line-height: 30px;
}

.title_coopreate {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 90px;
    padding-bottom: 35px;
}

.title_line {
    display: flex;
    align-items: center;
    height: 42px;
    padding-left: 10px;
    border-left: 12px solid #1876ff;
}

.title_line h1 {
    max-width: 1200px;
    font-size: 40px;
    font-weight: bold;
    font-family: AlibabaPuHuiTi_2_85_Bold;
    color: #333333;
    line-height: 56px;
    margin: 0;
}

.tech_coopreate {
    display: flex;
    justify-content: center;
    width: 100%;
    background: #edf4ff;
}

.tech_coopreate .tech_container {
    width: 1200px;
    text-align: center;
}

.tech_coopreate .tech_container .tech_body {
    display: flex;
    gap: 20px;
    margin-top: 89px;
    margin-bottom: 186px;
}

.tech_coopreate .tech_container .tech_body .tech_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 286px;
    height: 210px;
    background: #ffffff;
    box-shadow: inset 0px 6px 0px 0px #1876ff;
    border-radius: 4px;
}

.tech_coopreate .tech_container .tech_body .tech_item h1 {
    font-size: 16px;
    font-family: AlibabaPuHuiTi_2_85_Bold;
    color: #333333;
    line-height: 22px;
    margin-bottom: 30px;
}

.tech_coopreate .tech_container .tech_body .tech_item p {
    font-size: 14px;
    font-family: AlibabaPuHuiTi_2_55_Regular;
    color: #75798e;
    line-height: 20px;
}

.tech_coopreate .tech_container .tech_footer p {
    font-size: 18px;
    font-family: AlibabaPuHuiTi_2_55_Regular;
    color: #75798e;
    line-height: 25px;
    margin-bottom: 34px;
}

.tech_coopreate .tech_container .tech_footer h1 {
    font-size: 32px;
    font-family: AlibabaPuHuiTi_2_85_Bold;
    color: #333333;
    line-height: 45px;
}

.brand_coopreate {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-bottom: 70px;
}

.brand_coopreate .brand_container {
    position: relative;
    width: 1200px;
}

.brand_coopreate .brand_container .brand_body {
    display: flex;
    justify-content: center;
    margin-top: 55px;
    gap: 60px;
}

.brand_coopreate .brand_container .brand_body .left_img {
    width: 560px;
    height: 318px;
}

.brand_coopreate .brand_container .brand_body .left_img img {
    height: 100%;
}

.brand_coopreate .brand_container .brand_body .right_text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1;
}

.brand_coopreate .brand_container .brand_body .right_text h1 {
    font-size: 30px;
    font-family: AlibabaPuHuiTi_2_95_ExtraBold;
    color: #333333;
    line-height: 42px;
    margin-bottom: 29px;
}

.brand_coopreate .brand_container .brand_body .right_text p {
    font-size: 18px;
    font-family: AlibabaPuHuiTi_2_55_Regular;
    color: #75798e;
    line-height: 25px;
}

.scence {
    width: 100%;
    height: 779px;
    background: linear-gradient(360deg, #edf4ff 0%, #ffffff 100%);
}

.scence .scence_container {
    position: absolute;
    width: 1200px;
    left: 50%;
    transform: translateX(-49%);
}

.scence .scence_container .scence_body {
    margin-top: 80px;
    display: grid;
    grid-template-columns: repeat(3, 359px);
    gap: 30px 50px;
}

.scence .scence_container .scence_body .scence_card {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 227px;
    text-align: left;
    background: #ffffff;
    box-shadow: 0px 0px 26px 0px rgba(24, 118, 255, 0.2);
}

.scence .scence_container .scence_body .scence_card img {
    width: 37px;
    height: 37px;
    margin-top: 30px;
    margin-bottom: 13px;
}

.scence .scence_container .scence_body .scence_card h1 {
    font-size: 20px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    color: #333333;
    line-height: 28px;
    margin-top: 0;
    margin-bottom: 24px;
}

.scence .scence_container .scence_body .scence_card p {
    font-size: 16px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    color: #999999;
    line-height: 22px;
    padding: 0 35px;
}

.solutions {
    width: 100%;
    height: 868px;
    background-image: url(https://cdn.zhoupu123.com/website/efficientBusinessSolutions/efficientBusinessSolutions_img4.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.solutions .solutions_container {
    position: absolute;
    width: 1200px;
    left: 50%;
    transform: translateX(-49%);
}

.solutions .solutions_container .solutions_body .solutions_header {
    width: 100%;
    margin-top: 56px;
}

.solutions .solutions_container .solutions_body .solutions_header ul {
    display: flex;
}

.solutions .solutions_container .solutions_body .solutions_header ul li {
    flex: 1;
    height: 63px;
    font-size: 17px;
    font-family: AlibabaPuHuiTi_2_55_Regular;
    color: #ffffff;
    line-height: 63px;
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.19);
}

.solutions .solutions_container .solutions_body .solutions_header .active {
    border-bottom: 2px solid #ffffff;
}

.solutions .solutions_container .solutions_body .solutions_content {
    width: 100%;
    height: 543px;
    background: #ffffff;
    box-shadow: 0px 0px 35px 0px rgba(24, 118, 255, 0.32);
    border-radius: 4px;
    margin-top: 17px;
    display: none;
}

.solutions .solutions_container .solutions_body .solutions_active {
    display: block;
}

.solutions .solutions_container .solutions_body .solutions_content .solutions_main {
    display: flex;
    justify-content: space-between;
    margin: 0 50px;
}

.solutions .solutions_container .solutions_body .solutions_content .solutions_main .left_img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 538px;
    height: 543px;
}

.solutions .solutions_container .solutions_body .solutions_content .solutions_main .left_img img {
    width: 362px;
}

.solutions .solutions_container .solutions_body .solutions_content .solutions_main .right_text {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-left: 20px;
}

.solutions .solutions_container .solutions_body .solutions_content .solutions_main .right_text h1 {
    font-size: 29px;
    font-family: AlibabaPuHuiTi_2_95_ExtraBold;
    color: #333333;
    line-height: 42px;
    margin-bottom: 40px;
}

.solutions .solutions_container .solutions_body .solutions_content .solutions_main ul {
    width: 537px;
    list-style-type: none;
}

.solutions .solutions_container .solutions_body .solutions_content .solutions_main ul li {
    font-size: 18px;
    font-family: AlibabaPuHuiTi_2_55_Regular;
    color: #333333;
    line-height: 38px;
    list-style-type: none;
}

.solutions .solutions_container .solutions_body .solutions_content .solutions_main ul li:not(:empty) {
    list-style-type: disc;
    list-style-position: inside;
}

.center_container {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.appCenter .content {
    font-family: AlibabaPuHuiTi_2_95_ExtraBold;
    font-size: 24px;
    color: #333333;
    line-height: 42px;
    margin-bottom: 50px;
    text-align: center;
}

.appCenter img {
    width: 680px;
    margin: 50px 0 30px;
}

.version_container {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: linear-gradient( 180deg, #FFFFFF 0%, #EDF4FF 100%);
    padding-bottom: 92px;
}

.version_card {
    width: 1200px;
    height: 275px;
    background: #FFFFFF;
    box-shadow: 0px 0 35px 0px rgba(24,118,255,0.32);
    border-radius: 4px;
    margin-top: 56px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.version_card .left_card {
    width: 397px;
    height: 207px;
    background-image: url(https://xuanchuan-shipin.oss-cn-hangzhou.aliyuncs.com/website/solution/solution_version_bg1.png);
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.card2 .left_card {
    background-image: url(https://xuanchuan-shipin.oss-cn-hangzhou.aliyuncs.com/website/solution/solution_version_bg2.png);
}

.card3 .left_card {
    background-image: url(https://xuanchuan-shipin.oss-cn-hangzhou.aliyuncs.com/website/solution/solution_version_bg3.png);
}

.version_card .left_card div:first-child {
    font-family: AlibabaPuHuiTi_2_85_Bold;
    font-size: 36px;
    color: #FFFFFF;
    line-height: 56px;
    letter-spacing: 4px;
    margin: 10px 0;
}

.version_card .left_card div:last-child {
    font-family: AlibabaPuHuiTi_2_95_ExtraBold;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 33px;
}

.version_card .right_content,
.version_card .right_desc {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.version_card .right_content {
    width: 300px;
    margin-left: 70px;
}

.version_card .right_desc {
    flex: 1;
}

.version_card .right_content span {
    width: 300px;
    position: relative;
    font-family: AlibabaPuHuiTi_2_105_Heavy;
    font-size: 20px;
    color: #1876FF;
    line-height: 33px;
    letter-spacing: 4px;
    padding: 4px 0;
    text-align: center;
    white-space: nowrap;
    border-bottom: 1px solid rgba(0, 0, 0, 0.19);
}

.version_card .right_content span:last-child {
    border-bottom: none;
}

.version_card .right_desc div {
    display: flex;
    align-items: center;
    margin-right: 50px;
    white-space: nowrap;
}

.version_card .right_desc span:first-child {
    font-family: AlibabaPuHuiTi_2_55_Regular;
    font-size: 14px;
    color: #333333;
    line-height: 24px;
    padding: 9px 0;
    text-align: right;
    display: block;
    width: 40%;
}

.version_card .right_desc span:last-child {
    font-family: AlibabaPuHuiTi_2_85_Bold;
    font-size: 14px;
    color: #1876FF;
    line-height: 24px;
    margin-left: 17px;
    text-align: left;
}

.card2 .right_content span {
    color: #FF9D4D;
}

.card2 .card2_desc {
    flex: 1;
}

.card2 .card2_desc div {
    font-family: AlibabaPuHuiTi_2_55_Regular;
    font-size: 14px;
    color: #75798E;
    padding: 11px 0;
    text-align: center;
}

.card2 .card2_desc .bold {
    font-family: AlibabaPuHuiTi_2_85_Bold;
    font-size: 14px;
    color: #FF9D4D;
}

.card3 .right_card {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-right: 50px;
}

.card3 .right_card .title {
    font-family: AlibabaPuHuiTi_2_105_Heavy;
    font-size: 29px;
    color: #333333;
    line-height: 50px;
    letter-spacing: 6px;
    margin-bottom: 8px;
    white-space: nowrap;
}

.card3 .right_card .title .bold {
    font-family: AlibabaPuHuiTi_2_105_Heavy;
    font-size: 29px;
    color: #3CC497;
    line-height: 50px;
    letter-spacing: 6px;
}

.card3 .right_card .tab {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.card3 .right_card .tab div {
    background: rgba(60, 196, 151, 0.2);
    border-radius: 27px;
    font-family: AlibabaPuHuiTi_2_105_Heavy;
    font-size: 20px;
    color: #3CC497;
    line-height: 33px;
    padding: 6px 45px;
    min-width: 175px;
    min-height: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    margin: 8px 20px;
}

.more_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    max-width: 1200px;
    margin: 32px 0 92px;
}

.more_grid .item {
    width: 359px;
    height: 228px;
    background-size: 100% 100%;
    padding-top: 130px;
    padding-left: 35px;
}

.more_grid .item div {
    font-family: AlibabaPuHuiTi_2_85_Bold;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 37px;
    text-shadow: 0px 0px 26px rgba(24,118,255,0.2);
}

.more_grid .item:not(.more_grid_txt) div:last-child {
    font-family: AlibabaPuHuiTi_2_65_Medium;
    font-size: 16px;
    line-height: 20px;
}

.more_grid .more_grid_txt {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.more_grid .more_grid_txt img {
    margin-bottom: 10px;
}

.more_grid .more_grid_txt div {
    font-family: AlibabaPuHuiTi_2_95_ExtraBold;
    font-size: 20px;
    color: #1876FF;
    line-height: 32px;
}

.grid_item1 {
    background-image: url(https://xuanchuan-shipin.oss-cn-hangzhou.aliyuncs.com/website/solution/solution_img4.png);
}

.grid_item2 {
    background-image: url(https://xuanchuan-shipin.oss-cn-hangzhou.aliyuncs.com/website/solution/solution_img5.png);
}

.grid_item3 {
    background-image: url(https://xuanchuan-shipin.oss-cn-hangzhou.aliyuncs.com/website/solution/solution_img6.png);
}

.grid_item4 {
    background-image: url(https://xuanchuan-shipin.oss-cn-hangzhou.aliyuncs.com/website/solution/solution_img7.png);
}

.grid_item6 {
    background-image: url(https://xuanchuan-shipin.oss-cn-hangzhou.aliyuncs.com/website/solution/solution_img8.png);
}

.achieve {
    width: 100%;
    height: 670px;
    background-image: url(https://cdn.zhoupu123.com/website/efficientBusinessSolutions/efficientBusinessSolutions_img2.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.achieve .achieve_container {
    position: relative;
    width: 1200px;
    left: 50%;
    transform: translateX(-49%);
    text-align: center;
}

.achieve .achieve_container p {
    margin-top: 33px;
    font-size: 18px;
    font-family: AlibabaPuHuiTi_2_55_Regular;
    color: #333333;
    line-height: 25px;
}

.achieve .achieve_container .achieve_body {
    margin-top: 44px;
    overflow: hidden;
}

.achieve .achieve_container .achieve_body .achieve_card {
    width: 209px;
    height: 161px;
    background: #ffffff;
    border-radius: 8px;
}

.achieve .achieve_container .achieve_body .achieve_card p {
    font-size: 16px;
    font-family: AlibabaPuHuiTi_2_55_Regular;
    color: #333333;
    line-height: 22px;
}

.achieve .achieve_container .achieve_body .achieve_card p::before {
    display: inline-block;
    content: '';
    width: 4px;
    height: 16px;
    background: #1876ff;
    border-radius: 2px;
    margin-right: 5px;
}

.achieve .achieve_container .achieve_body .achieve_card .achieve_number {
    font-size: 42px;
    font-family: DINAlternate, DINAlternate;
    font-weight: bold;
    color: #333333;
    line-height: 48px;
}

.swiper-container .swiper-wrapper .swiper-slide .content_container {
    display: grid;
    grid-template-rows: repeat(2, 161px);
    grid-template-columns: repeat(4, 220px);
    justify-content: center;
    gap: 30px 50px;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    top: 68%;
    left: 30px;
    right: auto;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    top: 68%;
    right: 30px;
    left: auto;
}

.map {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-bottom: 70px;
}

.map .map_container {
    position: relative;
    width: 1200px;
    text-align: center;
}

.map .map_container p {
    margin-top: 33px;
    font-size: 18px;
    font-family: AlibabaPuHuiTi_2_55_Regular;
    color: #333333;
    line-height: 25px;
}

.map .map_container .map_body {
    position: relative;
    width: 1200px;
    height: 700px;
    margin-top: 45px;
}

.success {
    width: 100%;
    height: 620px;
    background: #edf4ff;
}

.success .success_container {
    position: absolute;
    width: 1200px;
    left: 50%;
    transform: translateX(-50%);
}

.success .success_container .success_body {
    display: flex;
    margin-top: 62px;
}

.success .success_container .success_body .left_text {
    box-sizing: border-box;
    width: 600px;
    height: 337.5px;
    background: #ffffff;
    border-radius: 6px 4px 4px 6px;
    padding: 40px;
}

.success .success_container .success_body .left_text h1 {
    width: 483px;
    line-height: 35px;
    font-style: normal;
    font-size: 22px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    color: #333333;
}

.success .success_container .success_body .left_text p {
    font-family: AlibabaPuHuiTi_2_55_Regular;
    font-size: 20px;
    color: #333333;
    line-height: 32px;
    text-align: right;
    font-style: normal;
    margin-top: 50px;
    margin-bottom: 20px;
}

.success .success_container .success_body .left_text img {
    position: absolute;
    width: 150px;
    height: 100px;
    left: 412px;
}

.success .success_container .success_body .right_video {
    width: 600px;
}

.success .success_container .success_body .right_video video {
    width: 100%;
}

.contract {
    width: 100%;
    height: 150px;
    background: url(https://cdn.zhoupu123.com/website/casecenter/contract_background.png) 100% no-repeat;
    background-size: 100% 100%;
}

.contract .contract_text {
    color: rgba(255, 255, 255, 1);
    font-size: 27px;
    font-family: AlibabaPuHuiTi_2_55_Regular;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    line-height: 38px;
    padding-top: 26px;
}

.button_group {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 16px;
    gap: 33px;
}

.button_group .button {
    width: 136px;
    height: 40px;
    font-size: 15px;
    background: transparent;
    color: rgba(255, 255, 255, 1);
    border-radius: 21px;
    border: 1px solid rgba(255, 255, 255, 1);
}