@media (max-width: 767px) {
    .top {
        position: relative!important;
    }
  .productYyx{
    display: none;
  }
  #body{
    display: block;
  }
  #app{
    width: 100%;
    height: 8rem;
    /*margin-top: 5.1rem;*/
  }
  #app .app-img{
    width: 100%;
    height: 100%;
  }
  #app .app-img img{
    width: 100%;
    height: 100%;
  }
  #app-neirong{
    width: 95%;
    /* height: 8rem; */
    margin: 1rem auto;
  
  }
  #app-neirong .app-neirong-img{
    width: 100%;
    height: 100%;
  }
  #app-neirong .app-neirong-img p{
    text-align: center;
  }
  #app-neirong .app-neirong-img .img{
    width: 50%;
    height: 80vw;
    /* margin-left:5rem; */
  }
  /* #app-neirong .app-neirong-img p{
    text-indent: 2em;
  } */
  #app-neirong .app-neirong-img ul{
    width: 90%;
    margin: 1rem auto;
  }
  #app-neirong .app-neirong-img ul li:nth-of-type(1){
    color: red;
    font-weight:bold;
    font-size:1rem;
    text-indent: 0em;
    margin-bottom: 1rem;
  }
  #app-neirong .app-neirong-img ul li{
    text-indent: 2em;
  }
  .classli{
    width: 100%;
  }
  .classli img{
    width: 100%;
    text-indent: 0em;
    margin-left: -1.7rem;
  }
  /* 封装h5小型模块 */
  .footer{
    display: none;
}
.zuihou{
    width: 100%;
    display: flex;
    margin-left: -0.5rem
}
.vertical{
    margin-top: 1rem;
    margin-left: 2rem;
}
.vertical ul{
    width:5rem ;
}
.vertical ul li{
    width: 100%;
    height: 2rem;
    text-align: center;
    line-height: 2rem;
}
.right-two{
    width: 6rem;
    height:6rem;
}
.right-two img{
    width: 100%;
    height: 100%;
}
 .right{
    position: relative;
    top: -0.55rem;
    margin-left: unset;
}
}
