@media screen and (min-width: 100px) and (max-width: 1200px) {

  .pc-head,
  .pc-foot {
    display: none !important;
  }

  #app-wrap,
  .footer-boxs {
    display: block !important;
  }

  .main {
    width: 100% !important;
  }

  .bannerImg {
    width: 100%;
    height: 120px !important;
  }

  .box_center {
    display: flex;
    flex-direction: column;
  }
  .right,.lfet{
    width: 100% !important;
  }
  .common_list{
    padding: 10px !important;
  }
  .time{
    text-align: right;
  }
  .two,.label{
    width: 75% !important;
    height: 60px !important;
  }
  .box_center{
    padding: 30px 10px !important;
  }
  .logo{
    display: none !important;
  }
}