* {
    word-break: normal !important;
    font-family: Roboto, Roboto !important;
    box-sizing: border-box !important;
}

.productionTop_img {
    width: 540px;
    height: auto;
    object-fit: cover;
}

.productionTop_head_new {
    gap: 40px;
}

.productionTop {
    background-image: url('../images/srp/2.png');
}

.productionBtn div {
    background-color: #265BF6;
}

.productionBtn div:hover {
    background-color: #0D44E7;
}

.advantagesR {
    margin-top: 53px;
    margin-bottom: 62px;
    background-image: url('../images/srp/7.png');
    background-repeat: no-repeat;
    /*background-size: 100% 100%;*/
    width: 100%;
    background-position: center;
    background-size: cover;
}

.advantagesR_con {
    width: 1110px;
    margin: 0 auto;
    padding-top: 7px;
    padding-bottom: 133px;
}

.advantagesR_con_title {
    font-weight: 900;
    font-size: 34px;
    color: #141414;
    line-height: 48px;
    text-align: center;
    font-style: normal;
    margin-bottom: 24px;
}

.advantagesR_con_desc {
    font-weight: 400;
    font-size: 16px;
    color: #606060;
    line-height: 24px;
    text-align: center;
    font-style: normal;
    margin-bottom: 60px;
}

.advantagesR_con_list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;
}

.advantagesR_con_list_item {
    display: flex;
    background: #FFFFFF;
    border-radius: 18px;
    border: 1px solid #E5E5E5;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.advantagesR_con_list_item_title {
    font-weight: bold;
    font-size: 20px;
    color: #212121;
    line-height: 24px;
    text-align: left;
    font-style: italic;
    padding-bottom: 18px;
    border-bottom: 2px solid #EAF1FF;
    position: relative;
    margin-bottom: 18px;
}

.advantagesR_con_list_item_line {
    position: absolute;
    bottom: -2px;
    height: 2px;
    background-color: #AFC4FF;
    width: 40px;
}

.advantagesR_con_list_item_desc {
    font-weight: 400;
    font-size: 12px;
    color: #606060;
    line-height: 18px;
    text-align: left;
    font-style: normal;
}

.advantagesR_con_list_item_left {
    flex: 1;
    padding: 30px;
    padding-right: 38px;
}

.advantagesR_con_list_item_img {
    width: 248px;
    height: auto;
    object-fit: cover;
}

.advantagesR_con_list_item:hover {
    box-shadow: 0px 8px 10px 0px rgba(189, 198, 220, 0.31);
    border: 1px solid #E5E5E5;
}

.residential {
    background: #F2F5FC;
    width: 100%;
    padding-top: 140px;
    padding-bottom: 80px;
}

.residential_con {
    width: 1110px;
    margin: 0 auto;
}

.residential_con_top {
    display: flex;
    align-items: center;
    gap: 30px;
    justify-content: space-between;
}

.residential_con_top_img {
    width: 540px;
    height: 400px;
}

.residential_con_top_left_title {
    font-weight: 900;
    font-size: 34px;
    color: #171717;
    line-height: 48px;
    text-align: left;
    font-style: normal;
    margin-bottom: 24px;
}

.residential_con_top_left_desc {
    font-weight: 400;
    font-size: 16px;
    color: #606060;
    line-height: 24px;
    text-align: left;
    font-style: normal;
    margin-bottom: 60px;
}

.residential_con_top_left_btn {
    border-radius: 24px;
    border: 1px solid #212121;
    width: 192px;
    height: 48px;
    font-weight: bold;
    line-height: 48px;
    font-size: 16px;
    color: #212121;
    text-align: center;
    font-style: normal;
    margin-bottom: 12px;
    cursor: pointer;
}

.residential_con_top_left_btn:hover {
    border: 2px solid #212121;
    font-weight: bold;
    font-size: 16px;
    line-height: 46px;
    color: #212121;
    text-align: center;
    font-style: normal;
}


.residential_con_top_left_Support {
    display: flex;
    align-items: center;
}

.residential_con_top_left_Support_img {
    width: 20px;
    height: 20px;
    margin-right: 4px;
}

.residential_con_top_left_Support_text {
    font-weight: 400;
    font-size: 12px;
    color: #606060;
    line-height: 14px;
    text-align: left;
    font-style: normal;
}

.residential_con_bottom {
    display: flex;
    align-items: center;
    gap: 130px;
    margin-top: 50px;
}

.residential_con_bottom_left_title {
    font-weight: 900;
    font-size: 34px;
    color: #171717;
    line-height: 48px;
    text-align: left;
    font-style: normal;
    background: linear-gradient(180deg, #B620E0 0%, #265BF6 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    margin-bottom: 24px;
}

.residential_con_bottom_left {
    width: 540px;
}

.residential_con_bottom_left_desc {
    font-weight: 400;
    font-size: 16px;
    color: #606060;
    line-height: 24px;
    text-align: left;
    font-style: normal;
}

.residential_con_bottom_left_img {
    width: 315px;
    height: auto;
    object-fit: cover;
}

.enterprise_title {
    font-family: Roboto, Roboto;
    font-weight: 900;
    font-size: 34px;
    color: #141414;
    line-height: 48px;
    text-align: center;
    font-style: normal;
    margin-bottom: 24px;
}

.enterprise_desc {
    font-family: Roboto, Roboto;
    font-weight: 400;
    font-size: 16px;
    color: #606060;
    line-height: 24px;
    text-align: center;
    font-style: normal;
    margin-bottom: 80px;
}


.enterprise_list {
    display: flex;
    gap: 30px;
}

.enterprise_list_item {
    padding: 30px;
    padding-right: 0;
    padding-bottom: 40px;
    background-image: url("../images/srp/r11.png");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    cursor: pointer;
    width: 255px;
    height: 345px;
    transition: all 0.3s ease-in-out;
}

.enterprise_list_item_left {
    height: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.enterprise_list_item_img {
    width: 53px;
    height: 53px;
    object-fit: cover;
}

.enterprise_list_item_title {
    font-family: Roboto, Roboto;
    font-weight: bold;
    font-size: 18px;
    color: #212121;
    line-height: 20px;
    text-align: left;
    font-style: normal;
    margin: 20px 0;
}

.enterprise_list_item_desc {
    font-family: Roboto, Roboto;
    font-weight: 400;
    font-size: 12px;
    color: #606060;
    line-height: 18px;
    text-align: left;
    font-style: normal;
    width: 195px;
}

.enterprise_list_item_but {
    display: flex;
    align-items: center;
}

.enterprise_list_item_but_text {
    font-family: Roboto, Roboto;
    font-weight: bold;
    font-size: 14px;
    color: #212121;
    line-height: 16px;
    text-align: left;
    font-style: normal;
}

.enterprise_list_item_but_img {
    width: 9px;
    height: 7px;
    margin-left: 8px;
}

.enterprise_list_item_active {
    width: 540px;
    background-image: url("../images/srp/r12.png");
    transition: all 0.3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.enterprise_list_item .enterprise_list_item_img_active {
    width: 0;
    height: 0;

}

.enterprise_list_item_active .enterprise_list_item_img_active {
    display: block;
    width: 254px;
    height: 254px;
    transition: all 0.3s ease-in-out;
}

.management {
    width: 100%;
    background: linear-gradient(90deg, #D3EAFB 0%, #E2E7FB 100%);
    padding-top: 54px;
    padding-bottom: 46px;
}

.management_con {
    width: 1110px;
    margin: auto;
    display: flex;
    gap: 60px;
    justify-content: space-between;
    align-items: center;
    background-image: url("../images/srp/19.png");
    background-size: 460px 460px;
    background-repeat: no-repeat;
    background-position: center;

}

.management_con_img {
    width: 511px;
    height: 528px;
}

.management_con_main {
    flex: 1;
}

.management_con_main_title {
    font-weight: 900;
    font-size: 34px;
    color: #141414;
    line-height: 48px;
    text-align: left;
    font-style: normal;
    margin-bottom: 24px;
}

.management_con_main_desc {
    font-weight: 400;
    font-size: 16px;
    color: #606060;
    line-height: 24px;
    text-align: left;
    font-style: normal;
    margin-bottom: 30px;
}

.management_con_main_list {
    display: flex;
    margin-bottom: 36px;
    gap: 30px;
}

.management_con_main_list_item {
    flex: 1;
}

.management_con_main_list_item_img {
    width: 36px;
    height: 36px;
}

.management_con_main_list_item_text {
    font-weight: bold;
    font-size: 13px;
    color: #1D273C;
    line-height: 17px;
    text-align: left;
    font-style: normal;
}

.management_con_main_btn {
    width: 172px;
    height: 48px;
    background: #265BF6;
    border-radius: 33px;
    font-weight: bold;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 48px;
    text-align: center;
    font-style: normal;
    cursor: pointer;
}

.management_con_main_btn:hover {
    background: #0D44E7;
}

.Locations {
    width: 100%;
    padding-top: 140px;
    padding-bottom: 140px;
    background-color: #F8FAFF;
}

.Locations_con {
    width: 1110px;
    margin: auto;
    display: flex;
    gap: 60px;
    justify-content: space-between;
    align-items: center;
}

.Locations_con_img {
    width: 511px;
    height: 528px;
}

.Locations_con_main {
    flex: 1;
}

.Locations_con_main_title {
    font-weight: 900;
    font-size: 34px;
    color: #141414;
    line-height: 48px;
    text-align: left;
    font-style: normal;
    margin-bottom: 24px;
}

.Locations_con_main_desc {
    font-weight: 400;
    font-size: 16px;
    color: #606060;
    line-height: 24px;
    text-align: left;
    font-style: normal;
    margin-bottom: 30px;
}

.Locations_con_main_list {
    display: flex;
    margin-bottom: 60px;
    justify-content: space-between;
    width: 460px;
}

.Locations_con_main_list_item {
    display: flex;
    align-items: center;
    gap: 6px;
}

.Locations_con_main_list_item_img {
    width: 36px;
    height: 36px;
}

.Locations_con_main_list_item_text {
    font-weight: 400;
    font-size: 14px;
    color: #1D273C;
    line-height: 24px;
    text-align: left;
    font-style: normal;
}

.Locations_con_main_btn {
    width: 191px;
    height: 48px;
    border-radius: 33px;
    border: 1px solid #212121;
    font-weight: bold;
    font-size: 16px;
    color: #212121;
    line-height: 48px;
    text-align: center;
    font-style: normal;
    cursor: pointer;
}

.Locations_con_main_btn:hover {
    border: 2px solid #212121;
    line-height: 46px;
}

.Locations_con_right {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    position: relative;
    z-index: 2;
}

.Locations_con_right_img {
    position: absolute;
    top: -56px;
    left: 50%;
    transform: translateX(-50%);
    width: 436px;
    height: 436px;
    z-index: 1;
}

.Locations_con_right_item {
    width: 160px;
    height: 175px;
    background: #FFFFFF;
    border-radius: 18px;
    border: 1px solid #E5E5E5;
    display: flex;
    align-items: center;
    flex-direction: column;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    justify-content: center;
    z-index: 2;
}

.Locations_con_right_item:hover {
    box-shadow: 0px 8px 10px 0px rgba(189, 198, 220, 0.31);
}

.Locations_con_right_item_img {
    width: 48px;
    height: 48px;
    margin-bottom: 18px;
}

.Locations_con_right_item_text {
    font-weight: 400;
    font-size: 16px;
    color: #787C81;
    line-height: 19px;
    text-align: left;
    font-style: normal;
}

.Locations_con_right_item_bottom {
    font-weight: bold;
    font-size: 16px;
    color: #787C81;
    line-height: 19px;
    text-align: center;
    font-style: normal;
    margin-top: 4px;
}

.Region {
    padding-bottom: 140px;
    background-image: url('../images//srp/49.png');
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 100% 493px;
    background-color: #F8FAFF;
}

.Region_con {
    width: 1110px;
    margin: auto;
}


.Region_title {
    font-weight: 900;
    font-size: 34px;
    color: #141414;
    line-height: 48px;
    text-align: center;
    font-style: normal;
    margin-bottom: 24px;
}

.Region_desc {
    font-weight: 400;
    font-size: 16px;
    color: #606060;
    line-height: 24px;
    text-align: center;
    font-style: normal;
    margin-bottom: 42px;
}

.Region_con_list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin-bottom: 30px;
}

.Region_con_list_item {
    padding: 32px 18px;
    background: #FFFFFF;
    border-radius: 18px;
    border: 1px solid #E5E5E5;
}

.Region_con_list_item_title {
    font-weight: bold;
    font-size: 20px;
    color: #212121;
    line-height: 24px;
    text-align: center;
    font-style: normal;
    margin-bottom: 10px;
}

.Region_con_list_item_price {
    font-weight: 400;
    font-size: 15px;
    color: #212121;
    line-height: 18px;
    text-align: center;
    font-style: normal;
    margin-bottom: 12px;
}

.Region_con_list_item_price strong {
    font-weight: bold;
    font-size: 32px;
    color: #212121;
    line-height: 38px;
    text-align: center;
    font-style: normal;
}

.Region_con_list_item_Total {
    font-weight: 500;
    font-size: 14px;
    color: #737373;
    line-height: 16px;
    text-align: center;
    font-style: normal;
    margin-bottom: 24px;
}

.Region_con_list_item_Total strong {
    color: #265BF6;
}

.Region_con_list_item_btn {
    height: 38px;
    background: #265BF6;
    border-radius: 6px;
    font-weight: bold;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 38px;
    text-align: center;
    font-style: normal;
    cursor: pointer;
    margin-bottom: 24px;
}

.Region_con_list_item_btn:hover {
    background: #0D44E7;
}


.Region_con_list_item_row {
    display: flex;
    align-items: center;
    gap: 6px;
}

.Region_con_list_item_popular {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.Region_con_list_item_row img {
    width: 15px;
    height: 15px;
}

.Region_con_list_item_row p {
    font-weight: 500;
    font-size: 14px;
    color: #212121;
    line-height: 16px;
    text-align: left;
    font-style: normal;
}

.Region_con_bottom {
    padding: 9px 36px;
    background: #FFFFFF;
    border-radius: 19px;
    border: 1px solid #E5E5E5;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.Region_con_bottom_left {
    display: flex;
    gap: 12px;
}

.Region_con_bottom_left_title {
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 14px;
    color: #212121;
    line-height: 20px;
    text-align: left;
    font-style: normal;
}

.Region_con_bottom_left_feedback {
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 14px;
    color: #265BF6;
    line-height: 20px;
    text-align: left;
    font-style: normal;
    text-decoration-line: underline;
    cursor: pointer;
}

.Region_con_bottom_right {
    display: flex;
    gap: 12px;
    align-items: center;
}

.Region_con_bottom_right p {
    font-weight: 400;
    font-size: 14px;
    color: #8F92A1;
    line-height: 16px;
    text-align: left;
    font-style: normal;
}

.Region_con_bottom_right img {
    width: 120px;
}

.easytouseResident {
    padding-top: 81px;
    background-image: url("../images/srp/41.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.easytouseResident_con {
    width: 1110px;
    margin: auto;
    background-image: url("../images/srp/42.png");
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100% auto;
    padding-bottom: 62px;
}

.easytouseResident_con_title {
    font-weight: 900;
    font-size: 34px;
    color: #FFFFFF;
    line-height: 48px;
    text-align: center;
    font-style: normal;
    margin-bottom: 24px;
}

.easytouseResident_con_desc {
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 24px;
    text-align: center;
    font-style: normal;
    margin-bottom: 36px;
    margin-bottom: 36px;
}

.easytouseResident_con_btn {
    width: 222px;
    height: 48px;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 24px;
    border: 1px solid #707070;
    font-weight: bold;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 48px;
    text-align: center;
    font-style: normal;
    margin: auto;
    margin-bottom: 48px;
    cursor: pointer;
}

.easytouseResident_con_btn:hover {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 24px;
    border: 2px solid #FFFFFF;
    line-height: 46px;
}

.easytouseResident_con_main {
    display: flex;
    align-items: center;
    width: 800px;
    height: 290px;
    border-radius: 18px;
    border: 1px solid #707070;
    background-color: rgba(0, 0, 0, 0.9);
    margin: auto;
    position: relative;
}

.easytouseResident_con_main_left {
    width: 118px;
    height: 100%;
    overflow: auto;
    border-right: 1px solid #707070;
}

.easytouseResident_con_main_left_item {
    cursor: pointer;
    font-weight: 500;
    font-size: 16px;
    color: #8C8C97;
    line-height: 24px;
    text-align: center;
    font-style: normal;
    padding: 20px 0;
}

.easytouseResident_con_main_left_item_active {
    color: #fff;
}

.easytouseResident_con_main_right {
    padding: 32px;
    padding-bottom: 0;
    flex: 1;
    height: 100%;
    overflow: auto;
    box-sizing: border-box;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 24px;
    text-align: left;
    font-style: normal;
}

.easytouseResident_con_main_right_img {
    position: absolute;
    top: 32px;
    right: 44px;
    cursor: pointer;
    width: 24px;
    height: 24px;
}

.howEnterprise {
    background-color: #F8FAFF;
    padding-top: 140px;
    padding-bottom: 40px;
}

.howEnterprise_con {
    width: 1110px;
    margin: auto;
}

.howEnterprise_con_title {
    margin-bottom: 24px;
    font-weight: 900;
    font-size: 34px;
    color: #141414;
    line-height: 48px;
    text-align: center;
    font-style: normal;
}

.howEnterprise_con_desc {
    font-weight: 400;
    font-size: 16px;
    color: #606060;
    line-height: 24px;
    text-align: center;
    font-style: normal;
    margin-bottom: 60px;
}

.howEnterprise_con_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.howEnterprise_con_list_item {
    background: #FFFFFF;
    border-radius: 18px;
    border: 1px solid #E5E5E5;
    padding: 24px;
    box-sizing: border-box;
    transition: all 0.3s ease-in-out;
}

.howEnterprise_con_list_item_img {
    width: 32px;
    height: 32px;
}

.howEnterprise_con_list_item_title {
    margin: 24px 0;
}

.howEnterprise_con_list_item_desc {
    font-weight: 400;
    font-size: 14px;
    color: #606060;
    line-height: 22px;
    text-align: left;
    font-style: normal;
}

.howEnterprise_con_list_item_learnmore {
    font-weight: 400;
    font-size: 14px;
    color: #265BF6;
    line-height: 22px;
    text-align: left;
    font-style: normal;
    cursor: pointer;
}

.howEnterprise_con_list_item_learnmore:hover {
    text-decoration-line: underline;
}

.howEnterprise_con_list_item:hover {
    box-shadow: 0px 8px 10px 0px rgba(189, 198, 220, 0.31);
}

.code-block {
    display: none;
    white-space: pre-wrap !important;
}

.code-block.active {
    display: block;
}

/* 响应式 */
@media screen and (max-width: 1110px) {
    .howEnterprise_con {
        width: 100%;
    }

    .advantagesR_con {
        width: 100%;
    }

    .residential_con {
        width: 100%;
    }

    .howEnterprise_con_list {
        grid-template-columns: repeat(1, 1fr);
    }

    .easytouseResident_con {
        width: 100%;
    }

    .Region_con {
        width: 100%;
    }

    .Region_con_bottom {
        flex-direction: column;
        gap: 12px;
    }

    .Region_con_list {
        width: 95%;
        margin: auto;
        grid-template-columns: repeat(1, 1fr);
        margin-bottom: 20px;
    }

    .Locations_con {
        width: 100%;
        flex-direction: column;
        gap: 10px;
    }

    .Locations_con_main_list {
        width: 95%;
        margin: auto;
        flex-wrap: wrap;
    }

    .Locations_con_right {
        width: 95%;
        margin: auto;
        grid-template-columns: repeat(2, 1fr);

    }

    .management_con {
        width: 100%;
        flex-direction: column;
        gap: 10px;
    }

    .advantagesR_con_list {
        grid-template-columns: repeat(1, 1fr);
        width: 95%;
        margin: auto;
    }

    .advantagesR_con_list_item_img {
        width: 40%;
        object-fit: contain;
    }

    .advantagesR_con_list_item_left {
        padding-right: 14px;
    }

    .residential_con_top {
        flex-direction: column;
    }

    .residential_con_top_left {
        width: 95%;
        margin: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .residential_con_top_left_title {
        text-align: center;
    }

    .residential_con_top_left_desc {
        text-align: center;
    }

    .residential_con_top_img,
    .management_con_img {
        width: 90%;
        margin: auto;
        height: auto;
        object-fit: contain;
    }

    .residential_con_bottom {
        flex-direction: column;
        gap: 40px;
    }

    .residential_con_bottom_left {
        width: 90%;
        margin: auto;
    }

    .management_con_main {
        width: 95%;
        margin: auto;
    }

    .Region_con_main {
        flex-direction: column;
    }

    .Region_con_main_left {
        width: 100%;
    }

    .Region_con_main_right {
        width: 90%;
        margin: auto;
    }

    .Region_con_main_left_box_table td {
        padding: 0 6px;
    }

    .num-input {
        width: 20px !important;
    }

    .Region_con_main_left_box_table td {
        font-size: 12px;
    }

    .Region_con_main_left_box {
        flex-direction: column;
        align-items: flex-start;
    }

    .Region_con_main_left_box_left {
        margin-bottom: 16px;
    }

    .Region_con_main_left_box_table_footer img {
        width: 100px;
    }

    .Region_con_main_left_box_table_footer p {
        font-size: 12px;
    }

    .Region_con_main_left_box_table th {
        padding: 9px 6px;
        font-size: 12px;
    }

    .easytouseResident_con_main {
        width: 95%;
    }

    .Locations_con_right_img {
        width: 90%;
        height: auto;
        object-fit: contain;
    }

    .management_con {
        background-size: 90% 90%;
    }
}