.main_pro {
  width: 1137px;
  padding: 0 32px 0 19px;
  margin: 4px auto 20px;
  background: #fff;
  color: #000;
}

.main_pro .position {
  color: #000;
  height: 41px;
  line-height: 41px;
  margin: 0;
  padding: 0;
}

.main_pro a {
  color: #000;
}


table {
  border-collapse: collapse;
  margin-bottom: 20px;
  margin-top: 15px;
  width: 100%;
}

table tr td {
  border: 1px solid #ccc;
  padding: 0 9px;
}

.table-scroll-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin-top: 15px;
  margin-bottom: 20px;
}

.table-scroll-wrap table {
  margin-top: 0;
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .main_pro {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
  }

  .table-scroll-wrap {
    width: 100%;
    max-width: 100%;
  }

  .table-scroll-wrap table {
    width: 749px !important;
    min-width: 749px;
  }
}