@charset 'utf-8';

@media screen and (max-width: 768px) {
  .index-header {
    display: none;
  }
  .index-nav {
    display: none;
  }
  .local {
    display: none;
  }

  .index-link {
    display: none;
  }
  .index-yq-link {
    display: none;
  }
  .index-footer {
    display: none;
  }
  .xxxq-shadow {
    display: none;
  }
  .gl-main {
    width: 100vw;
  }
  .table-h5 {
    display: block !important;
  }
  .table {
    display: none !important;
  }
  .container {
    width: 100vw !important;
  }
  .bs-detail-info {
    width: 92vw !important;
    margin: 0 !important;
  }
  .xxxq-content {
    padding: 20px 12px;
    background: none;
  }
  body {
    min-width: 100vw;
    background: none;
  }
  .tit {
    width: 23% !important;
  }
  .bs-detail-r .tit {
    width: 23%;
    font-size: 12px;
  }
  .bs-detail-r .con {
    font-size: 12px;
  }
}

@media screen and (min-width: 768) {
  .table {
    display: block !important;
  }
  .table-h5 {
    display: none !important;
  }
}
