@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;
  }

  .detailsBottom li,
  .detailsAddress {
    font-size: 14px !important;
  }

  .detailCenter .tab div,
  .detailCenter .choice {
    /* height: 53px !important; */
    line-height: 25px !important;
    font-size: 18px !important;
    width: 25% !important;
    cursor: pointer;
  }
  .detailsHead{
    border: 1px solid #ccc !important;
  }
  .boxCenter a{
    width: 100% !important;
  }
  .boxCenters{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
}