.main_wrap {
    margin: 80px 0 0 0;
}

.main_img {
    width: 100%;
    height: auto;
}

.menu_img {
    display: none;
}

.programme_wrap {
    box-sizing: border-box;
    position: relative;
    -webkit-box-sizing: border-box;
    padding: 40px 0 100px 0;
}

.programme_desc {
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 0 190px;
    margin: 0 0 60px 0;
}

img {
    display: block;
}

.programme_desc_img {
    width: 540px;
    height: 370px;
}

.programme_desc_left {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 30px 0 0 0;
}

.programme_icon {
    width: 56px;
    height: 45px;
}

.programme_title {
    font-size: 40px;
    color: #1D2129;
    font-weight: 549;
    margin: 17px 0 24px 0;
}

.programme_desc_text {
    font-size: 16px;
    line-height: 28px;
    color: #4F5869;
    font-weight: 549;
}

.programme_desc_text>span {
    color: #1575FE;
}

.platform_title {
    display: flex;
    align-items: center;
    justify-content: center;
}

.platform_title_text {
    font-size: 35px;
    font-weight: 549;
    margin: 0 32px;
}

.platform_title_icon {
    width: 39px;
    height: 39px;
}

.function_list {
    margin: 18px 0 0 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 0 240px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.function_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    height: 430px;
    padding: 44px 32px 0 32px;
}

.function_img {
    width: 100px;
    height: 100px;
    margin: 0 0 32px 0;
}

.function_title {
    font-size: 22px;
    color: #1D2129;
    margin: 0 0 24px 0;
    font-weight: 550;
}

.function_desc {
    font-size: 14px;
    color: #4F5869;
    font-weight: 549;
    line-height: 28px;
    text-align: center;
}

.programme_top {
    width: 418px;
    height: 416px;
    position: absolute;
    left: 0;
    top: 0;
}

.programme_bottom {
    width: 302px;
    height: 313px;
    position: absolute;
    right: 0;
    bottom: 0;
}


/* 方案优势 */

.case_wrap {
    padding: 100px 0 220px 0;
    background: url("../../images/buffet/case_bg.jpg") center center no-repeat;
    background-size: 100% 100%;
}

.white {
    color: #fff;
}

.case_content {
    margin: 80px 0 0 0;
    position: relative;
}

.case_img {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 550px;
    top: 5px;
}

.case_list_top {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 0 230px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 233px 0;
}

.case_list_bottom {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 0 295px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.case_item {
    display: flex;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 32px;
    background: rgba(255, 255, 255, 0.05);
    border: 0.5px solid rgba(255, 255, 255, 0.20);
    border-radius: 12px;
    width: 450px;
}

.case_icon {
    width: 44px;
    height: 44px;
    margin: 0 32px 0 0;
}

.case_right {}

.case_title {
    font-size: 22px;
    color: #fff;
    font-weight: 550;
    margin: 0 0 24px 0;
}

.case_desc {
    font-size: 14px;
    color: #C2C5CC;
    line-height: 28px;
}


/* 适配产品 */

.product_wrap {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 100px 0;
    background: url("../../images/buffet/bg2.jpg") center center no-repeat;
    background-size: 100% 100%;
}

.product_list {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 0 240px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 32px;
    margin: 18px 0 0 0;
}

.product_item {
    font-size: 24px;
    color: #000;
    font-weight: 549;
    text-align: center;
}

.product_img {
    width: 100%;
    height: auto;
    margin: 0 0 32px 0;
}

.main_mobile_img {
    display: none;
}


/* 应用案例 */

.application_wrap {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 60px 0 100px 0;
    background: url("../../images/buffet/application_bg.jpg") center center no-repeat;
    background-size: 100% 100%;
}

.application_content {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin: 60px 0 0 0;
    padding: 0 240px;
}


/* 应用案例 */

.application_main_wrap {
    position: relative;
    width: 700px !important;
    height: 456px !important;
    margin: 0 20px 0 0;
    cursor: pointer;
}

.application_main_wrap>img {
    width: 100%;
    height: 100%;
    border-radius: 12px;
    object-fit: unset !important;
}

.application_main_desc {
    position: absolute;
    top: unset !important;
    left: 0 !important;
    bottom: 0 !important;
    width: 100% !important;
    height: 76px !important;
    background: linear-gradient(90deg, #2574f4, rgba(255, 255, 255, 0.00) 100%) !important;
    border-radius: 0 0 0 12px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 0 32px;
    color: #fff;
    display: flex;
    align-items: center;
    font-size: 20px;
    /* font-weight: 600; */
    letter-spacing: 1px;
}

.application_sub_wrap {
    width: 227px;
    height: 456px;
    margin: 0 20px 0 0;
    position: relative;
    cursor: pointer;
}

.application_sub_wrap:last-of-type {
    margin-right: 0;
}

.application_sub_wrap img {
    width: 100%;
    height: 100%;
    border-radius: 12px;
    object-fit: cover;
}

.application_sub_desc {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    background: rgba(18, 24, 29, 0.50);
    text-align: center;
}

.more_application {
    width: 160px;
    height: 48px;
    background: #1575fe;
    border-radius: 78px;
    border: none;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 549;
    margin: 60px auto 0;
}

.more_application:hover {
    background-color: #0065F2;
}

.custom-indicators {
    display: none;
}