body {
  overflow-x: hidden;
  letter-spacing: 0;
  font-family: '方正品尚中黑简体', 'SourceHanSansCN', '思源黑体 CN';
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a,
input,
button {
  -webkit-tap-highlight-color: transparent;
}
.banner {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.banner .pc {
  width: 100%;
}
.banner .phone {
  display: none;
}
.wrapper {
  margin-top: -20px;
  position: relative;
  z-index: 2;
  padding-top: 50px;
  padding-bottom: 3%;
  background: #fff;
  background-size: 100% auto;
}
.wrapper .container {
  max-width: 1200px;
  margin: 0 auto;
}
.box-table {
  position: relative;
}
.box-table table {
  position: relative;
  z-index: 2;
  width: 100%;
  border-spacing: 4px 4px;
}
.box-table th {
  font-size: 30px;
  color: #fefefe;
  background: #705e07;
  padding: 8px 10px;
  vertical-align: middle;
  font-weight: normal;
}
.box-table td {
  font-size: 26px;
  color: #54525a;
  background: #f3f3f3;
  font-weight: normal;
  text-align: center;
  padding: 6px 10px;
  border: 1px solid transparent;
  display: table-cell;
  vertical-align: middle;
}
.page-tips {
  margin-top: 3%;
  font-size: 20px;
  color: #54525a;
  text-align: right;
}
@media screen and (max-width: 1450px) {
  .wrapper .container {
    width: auto;
    padding: 0 30px;
    box-sizing: border-box;
  }
}
@media (max-width: 1200px) {
  body {
    min-width: 1200px;
    overflow-x: auto;
  }
}
@media (max-width: 1024px) {
  body {
    min-width: auto;
  }
  .header,
  .nav,
  .footer {
    display: none;
  }
  .bookingBox {
    display: none;
  }
  .wrapper {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 20%;
    background: url('../images/ft.jpg') center bottom no-repeat;
    background-size: 100% auto;
  }
  .wrapper .container {
    width: auto;
    padding: 5% 5%;
  }
  .banner .pc {
    display: none;
  }
  .banner .phone {
    display: block;
    width: 100%;
    height: auto;
  }
  .box-table th {
    font-size: 22px;
  }
  .box-table td {
    font-size: 20px;
  }
  .page-tips {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .box-table::before {
    width: 30%;
  }
  .box-table::after {
    display: none;
  }
  .box-table table {
    border-spacing: 2px 2px;
  }
  .box-table thead {
    background: #ee3d1b;
  }
  .box-table th {
    font-size: 16px;
    padding: 8px 5px;
    white-space: nowrap;
    height: auto;
  }
  .box-table td {
    font-size: 16px;
    padding: 8px 5px;
  }
  .page-tips {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .wrapper .container {
    padding: 5% 3%;
  }
  .box-table table {
    border-spacing: 1px;
  }
  .box-table th {
    font-size: 14px;
    padding: 5px 3px;
    white-space: normal;
  }
  .box-table td {
    font-size: 14px;
    padding: 5px 3px;
  }
  .page-tips {
    font-size: 12px;
  }
}
@media (max-width: 340px) {
  .wrapper .container {
    padding: 0 3%;
  }
}
