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

.menu_img {
    display: none;
}

.white {
    color: #fff;
}

img {
    display: block;
}

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

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

.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; */
    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: 600; */
    font-weight: 549;
    margin: 0 32px;
}

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

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

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

/* 适配产品 */
.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;
    box-sizing: border-box;
    justify-content: center;
    -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;
}


.programme_content {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin: 93px 0 0 0;
}

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


.programme_content_item {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 72px 32px 32px 32px;
    position: relative;
    background: #d9d9d9 linear-gradient(122deg, #e0efff 0%, #fafcfe 47%, #e0efff 100%);
    border-radius: 10px;
}

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

.programme_content_desc {
    font-size: 14px;
    color: #4F5869;
    line-height: 28px;
}

.programme_content_middle {
    padding: 0 450px;
    grid-template-columns: repeat(2, 1fr);
}

.programme_content_icon {
    width: 150px;
    height: 100px;
    position: absolute;
    right: -0px;
    object-fit: contain;
    top: -20px;
}

.programme_content_num {
    width: 91px;
    height: 60px;
    position: absolute;
    left: 20px;
    top: 35px;
}

/* 应用价值 */
.value_wrap {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 60px 0 100px 0;
    background: url("../../images/hospital/value_bg.jpg") center center no-repeat;
    background-size: cover
}

.value_content {
    margin: 25px 0 0 0;
    position: relative;
}

.value_list {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 0 240px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 440px;
}

.value_item {
    display: flex;
    align-items: flex-start;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.value_item_content {
    height: 256px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 24px 20px;
    background: rgba(80, 160, 255, 0.20);
}

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

.value_desc {
    font-size: 14px;
    color: #C9D7E3;
    line-height: 26px;
}

.value_top {
    margin: 0 0 70px 0;
}

.item_icon {
    width: 133px;
    height: 107px;
    margin: 40px 0 0 0;
}

.value_img {
    position: absolute;
    left: 0;
    right: 30px;
    margin: 0 auto;
    top: -15px;
    width: 410px;
    height: 350px;
}