/* 可选：防止内容过宽时影响可读性 */
@media (max-width: 1920px) {
    .parent {
        max-width: 816px;
        /* 最大宽度限制 */
    }

    .border {
        background-color: #a0d911;
        height: 3px;
    }

    .parent {
        padding: 20px 50px;
        /* 内容宽度为视口宽度的 80% */
        margin: 0 auto;
        font-family: "Microsoft Yahei";
    }

    .logo {
        /* padding: 10px 0px; */
        width: 200px;
    }

    .header-content {
        display: flex;
        /* padding: 10px; */
    }

    .cateroy>a {
        font-size: 20px;
        font-weight: 600;
        color: #000000b5;
        text-decoration: none;
    }

    .cateroy-check>a {
        font-size: 20px;
        font-weight: 600;
        color: #a0d911;
        text-decoration: none;
    }

    .memu {
        align-items: center;
        justify-content: center;
        display: flex;
        width: 100%;
    }

    .memu-content {
        display: flex;
        justify-content: space-between;
        width: 80%;
    }



    .cateroy-check {
        color: #7cb302;
    }

    .banner {
        margin-top: 20px;
        position: relative;
    }

    .banner-img {
        width: 100%;
    }

    .banner-text {
        position: absolute;
        top: 28%;
        left: 5%;
    }

    .title {
        color: #7cb302;
        font-size: 28px;
        font-weight: 600;
        padding-top: 30px;
        text-align: center;
    }

    .introduce {
        display: flex;
        padding-top: 40px;
    }

    .introduce-title {
        font-size: 22px;
        display: block;
    }

    .introduce-content {
        width: 50%;
        justify-content: space-between;
        display: flex;
        flex-wrap: wrap;
        /* margin: 15px 0px; */
    }

    .introduce-p {
        color: #7cb302;
        font-weight: 600;
    }

    .program-div {
        justify-content: center;
        width: 45%;
        display: flex
    }

    .program-detail {
        font-size: 26px;
        display: flex;
        align-items: center;
        padding-bottom: 30px;
        width: 50%;
    }



    .zulin-tab {
        border: 3px #7cb302 solid;
        border-radius: 30px;
        height: 200px;
        width: 50%;
        flex: 1;
        min-width: calc(50% - 20px);
        box-sizing: border-box;
        text-align: center;
    }

    .zulin-p {
        font-size: 30px;
        color: #7cb302;
        font-weight: 600;
        padding-top: 30px;
        display: block;
        position: relative;
        /* 创建定位上下文 */
    }

    .zulin-detail {
        padding: 20px 30px;
        font-size: 18px;
    }

    .zulin-index {
        background: #7cb302;
        color: white;
        padding: 3px 50px 3px 20px;
        border-radius: 0px 50px 50px 0px;
        position: absolute;
        left: -15px;
    }

    .zulin-div {
        display: flex;
        flex-wrap: wrap;
        gap: 40px;
        padding-top: 40px;
    }

    .price-content {
        display: flex;
        align-items: center;
    }

    .price-text {
        color: #7cb302;
        font-size: 28px;
        font-weight: 600;
    }

    .price-detail {
        font-size: 22px;
        padding-left: 50px;
    }

    .call-logo {
        height: 70px;
        width: 70px;
        background-color: white;
        position: absolute;
        border-radius: 100px;
        left: 35%;
        top: 8%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .call-div {
        display: flex;
        justify-content: center;
        gap: 60px;
        padding-top: 60px;
    }

    .call-detail {
        position: absolute;
        top: 60%;
        left: 10%;
        width: 80%;
        text-align: center;
    }

    .question {
        font-size: 20px;
        padding-top: 40px;
    }

    .question-item {
        padding-top: 20px;
    }

    .footer {
        height: 60px;
        text-align: center;
        color: #998888;
        line-height: 30px;
        margin-top: 50px;
        font-size: 14px;
    }

    .banner-span {
        font-size: 30px;
        font-weight: 600;
        color: white;
    }

    .banner-span-2 {
        font-size: 60px;
        font-weight: 600;
        color: white;
    }

    .introduce-img {
        height: 300px;
    }

    .mini-program-img {
        width: 250px;
    }

    .yw-detail {
        font-size: 20px;
        padding-top: 20px;
    }

    .call-msg {
        font-size: 18px;
        /* width: 80%; */
        padding-top: 20px;
    }

    .call-img {
        height: 300px;
    }

    .phone {
        height: 40px;
        width: 50px;
    }

    .email {
        height: 40px;
        width: 45px;
    }

    .call-span {
        font-size: 20px;
        display: block;
    }

    .call-span-2 {
        display: block;
        padding-top: 10px;
    }

    
}

@media (max-width: 575px) {
    .parent {
        max-width: 100%;
        /* 最大宽度限制 */
    }

    .border {
        background-color: #a0d911;
        height: 3px;
    }

    .parent {
        padding: 0px !important;
        /* 内容宽度为视口宽度的 80% */
        margin: 0 auto;
        font-family: "Microsoft Yahei";
    }

    .logo {
        /* padding: 10px 0px; */
        width: 100px;
    }

    .header-content {
        display: flex;
        /* padding: 10px; */
    }

    .cateroy>a {
        font-size: 14px;
        font-weight: 600;
        color: #000000b5;
        text-decoration: none;
    }

    .cateroy-check>a {
        font-size: 14px;
        font-weight: 600;
        color: #a0d911;
        text-decoration: none;
    }

    .memu {
        align-items: center;
        justify-content: center;
        display: flex;
        width: 100%;
    }

    .memu-content {
        display: flex;
        justify-content: space-between;
        width: 90%;
    }



    .cateroy-check {
        color: #7cb302;
    }

    .banner {
        margin-top: 20px;
        position: relative;
    }

    .banner-img {
        width: 100%;
    }

    .banner-text {
        position: absolute;
        top: 28%;
        left: 5%;
    }

    .title {
        color: #7cb302;
        font-size: 28px;
        font-weight: 600;
        padding-top: 30px;
        text-align: center;
    }

    .introduce {
        display: flex;
        padding-top: 40px;
    }

    .introduce-title {
        font-size: 12px;
        display: block;
    }

    .introduce-content {
        width: 50%;
        justify-content: space-between;
        display: flex;
        flex-wrap: wrap;
        /* margin: 15px 0px; */
    }

    .introduce-p {
        color: #7cb302;
        font-weight: 600;
    }

    .program-div {
        justify-content: center;
        width: 50%;
        display: flex
    }

    .program-detail {
        font-size: 12px;
        display: flex;
        align-items: center;
        padding-bottom: 30px;
        width: 50%;
    }

    .zulin-tab {
        border: 3px #7cb302 solid;
        border-radius: 30px;
        height: 170px;
        width: 50%;
        flex: 1;
        min-width: calc(50% - 20px);
        box-sizing: border-box;
        text-align: center;
    }

    .zulin-p {
        font-size: 18px;
        color: #7cb302;
        font-weight: 600;
        padding-top: 30px;
        display: block;
        position: relative;
        /* 创建定位上下文 */
    }

    .zulin-detail {
        padding: 20px 30px;
        font-size: 12px;
    }

    .zulin-index {
        background: #7cb302;
        color: white;
        padding: 3px 15px 3px 20px;
        border-radius: 0px 50px 50px 0px;
        position: absolute;
        left: -10px;
        top: 27px
    }

    .zulin-div {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        padding-top: 40px;
    }

    .price-content {
        display: flex;
        align-items: center;
    }

    .price-text {
        color: #7cb302;
        font-size: 18px;
        font-weight: 600;
    }

    .price-detail {
        font-size: 14px;
        padding-left: 50px;
    }

    .call-logo {
        height: 45px;
        width: 45px;
        background-color: white;
        position: absolute;
        border-radius: 100px;
        left: 35%;
        top: 10%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .call-div {
        display: flex;
        justify-content: center;
        gap: 20px;
        padding-top: 60px;
    }

    .call-detail {
        position: absolute;
        top: 60%;
        left: 10%;
        width: 80%;
        text-align: center;
    }

    .question {
        font-size: 14px;
        padding-top: 40px;
    }

    .question-item {
        padding-top: 20px;
    }

    .footer {
        height: 60px;
        text-align: center;
        color: #998888;
        line-height: 20px;
        margin-top: 50px;
        font-size: 12px;
    }

    .banner-span {
        font-size: 20px;
        font-weight: 600;
        color: white;
    }

    .banner-span-2 {
        font-size: 30px;
        font-weight: 600;
        color: white;
    }

    .introduce-img {
        height: auto !important;
        width: 80%;
    }

    .mini-program-img {
        width: 80%;
    }

    .yw-detail {
        font-size: 12px;
        padding-top: 20px;
    }

    .call-msg {
        font-size: 12px;
        /* width: 80%; */
        padding-top: 20px;
    }

    .call-img {
        height: unset;
        width: 150px;
    }

    .phone {
        height: 20px;
        width: 25px;
    }

    .email {
        height: 20px;
        width: 25px;
    }

    .call-span {
        font-size: 14px;
        display: block;
    }

    .call-span-2 {
        display: block;
        padding-top: 10px;
        font-size: 12px;
    }
 
}