@media screen and (min-width: 100px) and (max-width: 1024px) {
  #pc-wrap {
      display: none;
  }
  #app-wrap {
      display: block;
      width: 100%;
  }
  .app_banner{
    width: 100%;
  }
  .app_middle{
    margin-top:20px;
    background: #f2f2f2;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    height: 300px;
  }
  .imgs_swiper{
    width: 80%;
    
  }
  .app_center{

  }
  .center_title{
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    overflow: hidden;
  }
  .center_text{
    text-indent:2em;
    margin-top: 10px;
    line-height:1.5;
    font-size: 15px;
  }
  .list_news{
    /* box-shadow: 0 2px 16px 0 rgba(0,0,0,0.22); */
    margin: 10px;
  }
  .news_li{
    display: flex;
    /* align-items: center; */
    flex-wrap: wrap;
    padding:  12px;
    border-bottom:1px solid #c5c5c5 ;
    /* border-bottom:1px  solid #c5c5c5; */
  }
  .news_title{
    overflow: hidden;
    height: 18px;
    font-size: 15px;
    font-weight: bolder;

  }
  .aaa{
    color: #c5c5c5;
    font-size: 12px;
    display: flex;
    justify-content: flex-end;
    margin-top: 5px;

  }
  .app_title_middle{
    font-weight: Bold;
    font-size: 20px;
    color: #BD1A2D;
border-radius: 10px 10px 0 0;
  background: url(./background1.png);
  padding: 10px 0 10px 10px; 
  border-bottom: 2px solid #BD1A2D;
  }
  .flex-item{
    width: 100%;
    height: 200px;
    margin-top: 10px;

  }

  .lunbo_li{
    width: 100%;
    color: #ffffff;
    position: absolute;
    bottom: 0;
    background: url(./lamh_bg9.png) ;

  }
  .main3_app{
    box-shadow: 0 2px 16px 0 rgba(0,0,0,0.22);
    margin: 20px 10px;
    background: #ffffff;
    border-radius: 10px;
  }
  .footer {
    background: #fff;
    border-top: 2px solid #2156a2;
    position: relative;
    text-align: center;
    width: auto;
    margin: 0 auto;
    font-size: 14px;
  }



  .footer p {
    line-height: 1.8;
    margin-top: 5px;
    color:black;font-size:16px;
  }
}