@charset "UTF-8";
article>* {
  max-width: 1920px;
}

.goods-list-table-wrapper {
  padding: 0 20px;
  overflow-x: scroll;
}

.goods-list-table {
  width: 100%;
  white-space: nowrap;
  border-collapse: collapse;
  table-layout: auto;
  -webkit-overflow-scrolling: touch;
  font-size: 90%;
}

.goods-list-table thead, .goods-list-table tbody {
  width: 100%;
}

.goods-list-table thead tr th, .goods-list-table tbody tr td {
  border: 1px solid #191919;
  padding: 0 5px;
}

.goods-list-table thead tr th {
  color: #fff;
  font-weight: bold;
  background-color: #fa709a;
}

.goods-list-table thead tr th:nth-child(2), .goods-list-table tbody tr td:nth-child(2) {
  width: 10em;
}

.goods-list-table thead tr th:nth-child(4), .goods-list-table tbody tr td:nth-child(4) {
  width: 15em;
}

@media screen and (max-width: 767px) {
  body {
    width: 1500px;
  }
  article>* {
    max-width: inherit;
  }
  .header {
    padding: 2em 0 !important;
  }
  .header a {
    max-width: inherit;
  }
  .header a img {
    display: block;
    width: auto !important;
  }
  .goods-list-table thead tr th {
    font-size: 14px;
  }
  .goods-list-table tbody tr td {
    font-size: 12px;
    line-height: 2em !important;
  }
}