.singer_header {
    width: 100%;
    height: 373px;
    background-image: url(https://cdn.zhoupu123.com/website/singer_appNew/singer_appNew_banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
}

.singer_header .singer_header_container {
    position: absolute;
    width: 1200px;
    height: 373px;
    left: 50%;
    transform: translateX(-50%);
    text-align: left;
}

.singer_header .singer_header_container h1 {
    padding-top: 112px;
    font-size: 46px;
    font-family: AlibabaPuHuiTi_2_95_ExtraBold;
    color: #FFFFFF;
    line-height: 65px;
}

.singer_header .singer_header_container p {
    font-size: 36px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 43px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.singer_header .singer_header_container span {
    font-size: 23px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 43px;
}

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

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

.title_line h1 {
    font-size: 40px;
    font-family: AlibabaPuHuiTi_2_85_Bold;
    color: #333333;
    line-height: 42px;
}

.describe {
    width: 100%;
    height: 443px;
    background: #EDF4FF;
}

.describe .describe_container {
    display: flex;
    position: absolute;
    width: 1200px;
    left: 50%;
    transform: translateX(-50%);
    gap: 92px;
    justify-content: space-between;
    margin-top: 48px;
}

.describe .describe_container .left_text {
    padding-top: 101px;
}

.describe .describe_container .left_text h1 {
    font-size: 28px;
    font-family: AlibabaPuHuiTi_2_95_ExtraBold;
    color: #333333;
    line-height: 42px;
}

.describe .describe_container .left_text p {
    width: 562px;
    font-size: 18px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 30px;
    margin-top: 24px;
    margin-bottom: 35px;
}

.describe .describe_container .right_img {
    width: 532px;
    height: 355px;
    margin-top: 60px;
}

.describe .describe_container .right_img img {
    width: 100%;
}

.scence {
    width: 100%;
    height: 1010px;
    background: #FFFFFF;
}

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

.scence .scence_container .scence_body {
    margin-top: 62px;
}

.scence .scence_container .scence_body .scence_item {
    display: flex;
    gap: 74px;
    margin-bottom: 126px;
}

.scence .scence_container .scence_body .scence_item .img {
    width: 560px;
    height: 318px;
}

.scence .scence_container .scence_body .scence_item .img img {
    height: 100%;
}

.scence .scence_container .scence_body .scence_item .text {
    width: 537px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    text-align: left;
}

.scence .scence_container .scence_body .scence_item .text h1 {
    font-size: 30px;
    font-family: AlibabaPuHuiTi_2_95_ExtraBold;
    color: #333333;
}

.scence .scence_container .scence_body .scence_item .text p {
    font-size: 18px;
    font-family: AlibabaPuHuiTi_2_55_Regular;
    color: #333333;
}

.key_activities {
    width: 100%;
    height: 610px;
    background: #F5F9FF;
}

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

.key_activities .activities_container .activities_body {
    margin-top: 75px;
    display: grid;
    grid-template-columns: repeat(3, 369px);
    gap: 46px;
}

.key_activities .activities_container .activities_body .activities_card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 369px;
    height: 330px;
    background: #FFFFFF;
    box-shadow: 0px 0px 26px 0px rgba(24, 118, 255, 0.2);
}

.key_activities .activities_container .activities_body .activities_card img {
    width: 37px;
    height: 37px;
    margin-top: 30px;
}

.key_activities .activities_container .activities_body .activities_card h1 {
    font-size: 20px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    color: #333333;
    line-height: 28px;
    margin-top: 13px;
    margin-bottom: 26px;
}

.key_activities .activities_container .activities_body .activities_card ul {
    text-align: left;
}

.key_activities .activities_container .activities_body .activities_card ul li {
    width: 294px;
    font-size: 14px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    color: #999999;
    line-height: 26px;
    list-style-type: disc;
}

.lighting {
    width: 100%;
    height: 715px;
}

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

.lighting .lighting_container .lighting_body {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 61px;
    margin-bottom: 76px;
}

.lighting .lighting_container .lighting_body .lighting_header {
    display: flex;
    gap: 36px;
}

.lighting .lighting_container .lighting_body .lighting_header .lighting_item {
    width: 229px;
    height: 53px;
    background: #DBF0FF;
    border-radius: 27px;
    font-size: 20px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    color: #1876FF;
    line-height: 53px;
    text-align: center;
}

.lighting .lighting_container .lighting_body .lighting_header .active {
    color: #FFFFFF;
    background: #1876FF;
}

.lighting .lighting_container .lighting_body .lighting_show {
    display: none;
}

.lighting .lighting_container .lighting_body .active {
    display: block;
}

.lighting .lighting_container .lighting_body .lighting_show .lighting_content {
    display: flex;
    gap: 30px;
    margin-top: 67px;
}

.lighting .lighting_container .lighting_body .lighting_show .lighting_content .left_img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 721px;
    height: 370px;
    background: #0098FF;
    border-radius: 8px;
}

.lighting .lighting_container .lighting_body .lighting_show .lighting_content .left_img img {
    height: 87%;
}

.lighting .lighting_container .lighting_body .lighting_show .lighting_content .right_text {
    width: 448px;
    height: 370px;
    background: #F5F9FF;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
    padding-left: 30px;
}

.lighting .lighting_container .lighting_body .lighting_show .lighting_content .right_text h1 {
    font-size: 28px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    color: #333333;
    line-height: 40px;
}

.lighting .lighting_container .lighting_body .lighting_show .lighting_content .right_text p {
    width: 393px;
    font-size: 18px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    color: #666666;
}

.screenTV {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 649px;
    background: #F5F9FF;
    padding-top: 40px;
}

.tv_body {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 1200px;
    gap: 77px;
}

.tv_body .left_img {
    width: 560px;
    height: 318px;
}

.tv_body .left_img img {
    height: 100%;
}

.tv_body .right_text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1;
}

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

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

.grow_coopreate {
    width: 100%;
    padding: 120px 0;
}

.grow_coopreate .grow_container {
    margin: 0 auto;
    width: 1200px;
}

.grow_coopreate .grow_container .grow_body {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.grow_coopreate .grow_container .left_img {
  width: 648px;
  overflow: hidden;
}

.grow_coopreate .grow_container .left_img .swiper-container {
  position: relative;
}

.grow_coopreate .grow_container .left_img .swiper-container .swiper-pagination {
  bottom: 10px !important;
}

.swiper-slide img {
  width: 100%;
}

.grow_coopreate .grow_container .grow_body .right_text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: left;
}

.grow_coopreate .grow_container .grow_body .right_text h1 {
    font-size: 30px;
    font-family: AlibabaPuHuiTi_2_95_ExtraBold;
    color: #333333;
    line-height: 42px;
    margin-bottom: 27px;
    width: 100%;
    text-align: left;
}

.grow_coopreate .grow_container .grow_body .right_text .text_item {
    width: 488px;
    margin-top: 27px;
}

.grow_coopreate .grow_container .grow_body .right_text .text_item .text_title {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
}

.grow_coopreate .grow_container .grow_body .right_text .text_item .text_title img {
    width: 30px;
    height: 18px;
}

.grow_coopreate .grow_container .grow_body .right_text .text_item .text_title h1 {
    font-size: 24px;
    font-family: AlibabaPuHuiTi_2_65_Medium;
    color: #333333;
    line-height: 33px;
    margin-bottom: 0;
}

.grow_coopreate .grow_container .grow_body .right_text .text_item p {
    font-size: 16px;
    font-family: AlibabaPuHuiTi_2_55_Regular;
    color: #75798e;
    line-height: 22px;
}

.service_coopreate {
    width: 100%;
    height: 655px;
    background-color: #F5F9FF;
}

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

.service_coopreate .service_container .service_body {
    margin-top: 47px;
    overflow: hidden;
}

.service_coopreate .service_container .service_body .service_card {
    display: flex;
    width: 1181px;
    height: 358px;
    background: #FFFFFF;
    /* box-shadow: 0px 0px 26px 0px rgba(24, 118, 255, 0.2); */
    border-radius: 5px 4px 4px 5px;
}

.service_coopreate .service_container .service_body .service_card .left_service {
    width: 385px;
    height: 358px;
}

.service_coopreate .service_container .service_body .service_card .left_service h1 {
    position: absolute;
    left: 267px;
    bottom: 170px;
    font-size: 35px;
    font-family: AlibabaPuHuiTi_2_85_Bold;
    color: #fff;
    line-height: 37px;
}

.service_coopreate .service_container .service_body .service_card .left_service img {
    height: 100%;
}

.service_coopreate .service_container .service_body .service_card .right_service {
    width: 796px;
    padding: 37px 40px;
}

.service_coopreate .service_container .service_body .service_card .header_service {
    display: flex;
    justify-content: space-between;
}

.service_coopreate .service_container .service_body .service_card .header_service .header_left h1 {
    font-size: 26px;
    font-family: AlibabaPuHuiTi_2_85_Bold;
    color: #333333;
    line-height: 37px;
}

.service_coopreate .service_container .service_body .service_card .header_service .header_left p {
    font-size: 16px;
    font-family: AlibabaPuHuiTi_2_55_Regular;
    color: #333333;
    line-height: 22px;
}

.service_coopreate .service_container .service_body .service_card .header_service .header_right {
    width: 134px;
    height: 90px;
}

.service_coopreate .service_container .service_body .service_card .header_service .header_right img {
    width: 100%;
    height: 100%;
}

.service_coopreate .service_container .service_body .service_card .bottom_service {
    display: flex;
    margin-top: 20px;
}

.service_coopreate .service_container .service_body .service_card .bottom_service .left_bottom {
    width: 327px;
    margin-right: 50px;
}

.service_coopreate .service_container .service_body .service_card .bottom_service .left_bottom button {
    width: 62px;
    height: 25px;
    font-size: 14px;
    font-family: AlibabaPuHuiTi_2_55_Regular;
    color: #FFFFFF;
    line-height: 20px;
    background: #FF5C24;
    border-radius: 4px;
    border: none !important;
    margin-bottom: 18px;
}

.service_coopreate .service_container .service_body .service_card .bottom_service .right_bottom {
    width: 327px;
}

.service_coopreate .service_container .service_body .service_card .bottom_service .right_bottom button {
    width: 50px;
    height: 25px;
    font-size: 14px;
    font-family: AlibabaPuHuiTi_2_55_Regular;
    color: #FFFFFF;
    line-height: 20px;
    background: #1876FF;
    border-radius: 4px;
    border: none !important;
    margin-bottom: 18px;
}

.service_coopreate .service_container .service_body .service_card .bottom_service p {
    font-size: 14px;
    font-family: AlibabaPuHuiTi_2_55_Regular;
    color: #75798E;
    line-height: 20px;
}

.swiper-button-next,
.swiper-button-prev {
    top: 116%;
    position: absolute;
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next,
.swiper-button-prev {
    top: 116%;
    position: absolute;
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    width: 45px;
    height: 45px;
    background: white;
    left: 45%;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    width: 45px;
    height: 45px;
    background: white;
    right: 45%;
}

.franchise {
    width: 100%;
    background-color: #F5F9FF;
    padding-bottom: 85px;
}

.franchise .franchise_container {
    position: relative;
    width: 1200px;
    margin: 0 auto;
}

.franchise .franchise_container .franchise_body {
    display: flex;
    justify-content: center;
    margin-top: 78px;
    overflow-x: hidden;
    padding-bottom: 30px;
}

.franchise .franchise_container .left_mask {
    position: absolute;
    margin-top: 78px;
    left: 0;
    width: 166px;
    height: 230px;
    background: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 9;
}

.franchise .franchise_container .right_mask {
    position: absolute;
    margin-top: 78px;
    right: 0;
    width: 166px;
    height: 230px;
    background: linear-gradient(270deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 9;
}

.franchise .franchise_container .franchise_body .franchise_show {
    display: grid;
    grid-template-rows: repeat(3, 55px);
    grid-template-columns: repeat(6, 188px);
    grid-gap: 27px 30px;
    grid-auto-flow: column;
    animation: scroll 20s linear infinite;
}

@keyframes scroll {
    0% {
        transform: translateX(25%);
    }

    100% {
        transform: translateX(-25%);
    }
}

.franchise .franchise_container .franchise_body .franchise_card {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 188px;
    height: 55px;
    background-image: url(https://cdn.zhoupu123.com/website/bluespaceNew/bluespaceNew_franchise_img1.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    font-size: 16px;
    font-family: AlibabaPuHuiTi_2_55_Regular;
    color: #555866;
    line-height: 22px;
}

.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);
}