@media screen and (max-width: 750px) {
    .swiper-wrapper {
        flex-direction: column;
        overflow-y: auto;
    }
    .header .box .title{
        font-size: 46rem;
    }
    .header .box .item{
        flex-direction: column;
        align-items: end;
    }
    .header .box .item:first-child{
        padding: 0 100rem;
    }
    .header .box .item .title,
    .header .box .item .subTitle{
        width: 100%;
    }
    .header .box .item .subTitle{
        font-size: 28rem;
        margin-top: 24rem;
    }
    .header .box .item .left{
        width: 100%;
        padding: 0 100rem;
        position: relative;
        margin: 0;
    }
    .header .box .item .left>div:first-child div{
        font-size: 22rem;
    }
    .header .box .item .left>div .img{
        margin-top: 6rem;
    }
    .header .box .item .left>.btn{
        margin-top: 60rem;
        font-size: 30rem;
        font-weight: 400;
        line-height: 60rem;
        width: 200rem;
        height: 60rem;
        border: 1rem solid #FFFFFF;
        position: absolute;
    }
    .header .box .item .left .btn img{
        display: none;
    }
    .header .box .item .right{
        width: 342rem;
        height: 320rem;
        margin-right: 60rem;
        margin-top: 55rem;
    }
    .header .box .item .right img{
        object-fit: cover;
    }
    /* 十八个业务板块给集团赋能 */
    .plate {
        height: auto !important;
        background-image:none;
    }
    .plate .bigTitle {
        margin: 60rem;
    }
    .plate .list{
        overflow: auto;
        width: 100%;
    }
    .plate .list::-webkit-scrollbar{
        display: none;
    }
    .plate .content{
        display: inline-flex;
        flex-wrap: nowrap;
    }
    .plate .content .item{
        width: 588rem;
        height: 368rem;
    }
    /* 关于云餐饮POS系统 */
    .aboutApp {
        height: auto !important;
        background-image: none;
        position:static;
        overflow:auto;
        margin-bottom:80rem;
    }
        .aboutApp:nth-child(2n) {
            background-image: none;
            margin-bottom: 80rem;
        }
        .aboutApp > .title {
            margin: 60rem 0 100rem;
        }
        .aboutApp .content {
            position: static;
            bottom:0rem
        }
        .aboutApp .content .item {
            margin: 200rem 0 0 30rem;
            width: auto;
            align-items: stretch;
            min-height: 246rem;
        }
    .aboutApp .content .item:first-child{
        margin-top: 200rem;
    }
    .aboutApp .content .item .decorate{
        display: none;
    }
    .aboutApp .content .item .box{
        flex-direction: row-reverse;
        background-image: url("../../img/wzgl-bg.png");
        background-position: left bottom;
        flex-direction: row-reverse;
    }
    .aboutApp .content .item .box .left{
        padding: 0 30rem 10rem 10rem;
        min-height: 276rem;
        height: auto;
    }
    .aboutApp .content .item:nth-child(2n) .box .left{
        padding-left: 10rem;
        min-height: 276rem;
        padding-right: 30rem;
    }
    .aboutApp .content .item .box .left>div{
        display: none;
    }
    .aboutApp .content .item .box .left .title{
        font-size: 34rem;
        line-height: 34rem;
        color: #000;
        margin-bottom: 10rem;
    }
    .aboutApp .content .item .box .left .subTitle{
        font-size: 26rem;
        margin: 5rem 0;
        font-weight: 500;
        color: #000;
    }
    .aboutApp .content .item .box .left p{
        font-size: 22rem;
        line-height: 35rem;
        color: #999;
        margin-top: 10rem;
    }

    .aboutApp .content .item .box .right,
    .aboutApp .content .item:nth-child(2n) .box .right{
        width: 275rem;
        height: auto;
    }
    .aboutApp .content .item .box .right img{
        width: 275rem;
        height: auto;
        object-fit: contain;
    }
    .aboutApp .content .item:nth-child(2n) .box .right img{
        width: 275rem;
        height: auto;
        object-fit: contain;
    }
}