@media screen and (max-width: 768px) {
    .hbox{
        display: none !important;
    }
    .y_banner2w{
        width: 100%;
    }
    .y_banner2w i{
        margin-left: 60px;
    }
    .y_banner2w p{
        font-size: 16px;
        margin-left: 60px;
    }
    .y_banner2w h2{
        margin-left: 60px !important;
    }
    .wrap{
        width: 100%;
    }
    .plus h2.title{
        font-size: 32px;
    }
    .con{
        width: 100%;
        padding: 20px;
    }
    .plus1 .con img{
        display: none;
    }
    .plus1 .con{
        position: static;
    }

    .plus1 .txt1, .plus1 .txt3{
        position: static;
        color: #999;
    }
    .plus .plus1 .txt2{
        position: static;
    }
    .plus1 .txt1{
        width: 100%;
        padding: 20px;
        height: 180px;
        border-radius: 10px;
        background: linear-gradient(to bottom right, #5A80F9, #3CB7DC, #1DF1BE);
        color: #fff;
    }
    .plus1 h3{
        text-align: center;
        margin-top: 30px;
    }
    .plus1 .txt1 p{
        font-size: 20px;
        margin-top: 15px;
        text-align: center;
    }
    .plus1 .txt3 p{
        font-size: 20px;
        margin-top: 15px;
        text-align: center;
    }
    .plus .plus1 .txt2{
        font-size: 18px;
        top: 0;
        margin: 10px auto; /* 水平居中 */
        position: relative; /* 为伪元素定位 */
        /* 中间竖线：用线性渐变绘制，居中显示 */
        background: 
        linear-gradient(to bottom, 
            transparent 0px, 
            #0099ff63 5px, 
            #0099ff63 calc(100% - 5px), 
            transparent calc(100% - 0px)) 
            center left calc(50% - 2px) / 2px 90% no-repeat,
        /* 右侧竖线 */
        linear-gradient(to bottom, 
                transparent 0px, 
                #0099ff63 5px, 
                #0099ff63 calc(100% - 5px), 
                transparent calc(100% - 0px)) 
                center right calc(50% - 2px) / 2px 90% no-repeat;
    }

    /* 上箭头：用伪元素实现 */
    .plus .plus1 .txt2::before {
        content: "";
        position: absolute;
        top: 0; /* 定位到容器顶部 */
        left: 50%; /* 水平居中 */
        transform: translateX(-50%); /* 精准居中 */
        /* 用border绘制上箭头（三角形） */
        width: 0;
        height: 0;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: 6px solid #0099ff63; /* 箭头颜色与线条一致 */
    }

    /* 下箭头：用伪元素实现 */
    .plus .plus1 .txt2::after {
        content: "";
        position: absolute;
        bottom: 0; /* 定位到容器底部 */
        left: 50%; /* 水平居中 */
        transform: translateX(-50%); /* 精准居中 */
        /* 用border绘制下箭头（三角形） */
        width: 0;
        height: 0;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-top: 6px solid #0099ff63; /* 箭头颜色与线条一致 */
    }
    .plus1 .txt3{
        width: 100%;
        padding: 20px;
        height: 180px;
        border-radius: 10px;
        background: linear-gradient(to bottom right, #9E79FE, #8891FF, #73A8FF);
        color: #fff;
    }
    .plus2 .con{
        padding-right: 20px;
        background-position: top center;
    }
    .plus2 li{
        padding-left: 0;
        border: 1px solid #efefef;
        background: rgba(230, 230, 230, 0.24);
        display: flex;
    }
    .plus2 li:first-child{
        margin-top: 300px;
    }
    .plus2 li h3{
        float: none;
        height: 75px;
        width: 75px;
        line-height: 30px;
        margin-left: 0;
    }
    .plus2 li p{
        width: 100%;
        font-size: 16px;
        padding-left: 10px;
    }
    .plus3 .con{
        padding: 20px;
        background-position: top center;
        background-size: 250px;
    }
    .plus3 .con p{
        margin-top: 160px;
        font-size: 18px;
    }
    .plus4{
        height: auto;
        background: none;
        padding-top: 0;
    }
    .plus4 .wrap .txt1 h2{
        font-size: 24px;
    }
    .plus4 .txt1 p{
        margin-top: 20px;
        margin-bottom: 20px;
        font-size: 50px;
    }
    .plus4 .wrap{
        position: static;
        height: auto;
    }
    .plus4 .txt1, .plus4 .txt2, .plus4 .txt3, .plus4 .txt4, .plus4 .txt5{
        position: static;
        width: 100%;
    }
    .plus4 .txt2, .plus4 .txt3, .plus4 .txt4, .plus4 .txt5{
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
        width: calc(100% - 40px);
        margin: 0 20px 20px 20px;
        padding: 20px;
        text-align: center;
        border-radius: 10px;
    }

    .plus5 li{
        float: none;
        width: calc(100% - 40px);
        margin-right: 0;
        margin-top: 0;
        border-radius: 10px;
        margin: 0 20px;
        margin-bottom: 40px;
        padding: 20px;
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    }


}