/* Base styles */
.hl1_magic-ui-container, .hl1_magic-ui-component, .hl1_magic-layout-relative {
    box-sizing: border-box;
}

.hl1_magic-ui-container, .hl1_magic-ui-component {
    font-family: syht, Microsoft Yahei, PingFang SC, Arial, sans-serif;
}

.hl1_magic-ui-component {
    line-height: 1.5;
}

/* Responsive wrapper styles */
.hl1_s-wrap {
    position: relative;
    margin: auto;
    width: 1600px;
    height: 100%;
    max-width: 100%;
}

@media (max-width: 1700px) {
    .hl1_s-wrap {
        width: auto;
        margin: 0 50px;
    }
}

@media (max-width: 1500px) {
    .hl1_s-wrap {
        width: auto;
        margin: 0 30px;
    }
}

@media (max-width: 768px) {
    .hl1_s-wrap {
        padding: 0 15px;
        width: 100%;
        margin: 0;
    }
}

/* Home number section styles */
.hl1_homenum1 {
    background: #f2f2e6;
    padding: 90px 0;
}

.hl1_homenum1 .hl1_list {
    display: flex;
    flex-wrap: wrap;
}

.hl1_homenum1 .hl1_li {
    width: calc((100% - 108px) / 4);
    margin: 10px 36px 10px 0;
    background: #f9f8f3;
    border-radius: 18px 18px 0 0;
    height: 178px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.hl1_homenum1 .hl1_top {
    display: flex;
    align-items: flex-end;
    line-height: 1;
    color: #ff9222;
}

.hl1_homenum1 .hl1_dw {
    font-size: 22px;
}

@media screen and (max-width: 768px) {
    .hl1_homenum1 .hl1_dw {
        font-size: 18px;
    }
}

.hl1_homenum1 .hl1_t {
    font-size: 18px;
    margin-top: 15px;
}

@media screen and (max-width: 768px) {
    .hl1_homenum1 .hl1_t {
        font-size: 16px;
    }
}

.hl1_homenum1 .hl1_num {
    font-size: 88px;
    line-height: 1;
    font-weight: 700;
    color: #fe8a13;
}

@media screen and (max-width: 1680px) {
    .hl1_homenum1 .hl1_num {
        font-size: 64px;
    }
}

@media screen and (max-width: 1440px) {
    .hl1_homenum1 .hl1_num {
        font-size: 50px;
    }
}

@media screen and (max-width: 1024px) {
    .hl1_homenum1 .hl1_num {
        font-size: 44px;
    }
}

@media screen and (max-width: 768px) {
    .hl1_homenum1 .hl1_num {
        font-size: 38px;
    }
}

.hl1_homenum1 .hl1_li:last-child {
    margin-right: 0;
}

@media (max-width: 1366px) {
    .hl1_homenum1 .hl1_li {
        width: calc((100% - 60px) / 4);
        margin-right: 20px;
    }
}

@media (max-width: 1024px) {
    .hl1_homenum1 {
        padding: 30px 0;
    }

    .hl1_homenum1 .hl1_li {
        width: calc(50% - 10px);
        margin-right: 20px;
    }

    .hl1_homenum1 .hl1_li:nth-child(2n) {
        margin-right: 0;
    }
}

@media (max-width: 580px) {
    .hl1_homenum1 .hl1_li {
        width: 100%;
        margin-right: 0;
        height: 110px;
    }

    .hl1_homenum1 .hl1_t {
        margin-top: 8px;
    }
}

/* Font faces */
@font-face {
    font-family: syht;
    src: url(https://www.jmlfood.com/src/runtime/vue3/font/syht.otf) format("opentype");
    font-weight: 400;
    font-style: normal;
}






/*hl2*/
