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 {
  position: relative;
  left: 50%;
  margin-left: -960px;
  width: 1920px;
}
.banner .phone {
  display: none;
}
.wrapper {
  padding-top: 50px;
  padding-bottom: 3%;
  background: #f3dab7 url('../images/bg.jpg') center top no-repeat;
  background-size: 100% auto;
}
.wrapper .container {
  max-width: 1200px;
  margin: 0 auto;
}
.box-table {
  position: relative;
}
.box-table::before {
  content: '';
  position: absolute;
  left: 10px;
  top: -48px;
  z-index: 2;
  width: 248px;
  height: 52px;
  background: url('../images/building.png') center bottom no-repeat;
  background-size: 100% auto;
}
.box-table::after {
  content: '';
  position: absolute;
  left: 3px;
  right: 3px;
  top: 0;
  width: auto;
  height: 72px;
  background: #c97514;
  border-radius: 5px;
  overflow: hidden;
}
.box-table table {
  position: relative;
  z-index: 2;
  width: 100%;
  border-spacing: 4px 2px;
}
.box-table th {
  font-size: 30px;
  color: #fbf1c7;
  background: #c97514;
  font-weight: bold;
  height: 70px;
  vertical-align: middle;
}
.box-table th:first-child,
.box-table th:last-child {
  border-radius: 5px;
}
.box-table td {
  font-size: 26px;
  color: #8e4611;
  background: #fdf8f1;
  background: rgba(255, 255, 255, 0.8);
  font-weight: normal;
  text-align: center;
  border-radius: 5px;
  padding: 6px 10px;
  border: 1px solid transparent;
  display: table-cell;
  vertical-align: middle;
}
.page-tips {
  margin-top: 10px;
  font-size: 20px;
  color: #7d3806;
  padding: 0 10px;
}
@media screen and (max-width: 1600px) {
  .banner .pc {
    width: 1600px;
    margin-left: -800px;
  }
}
@media screen and (max-width: 1450px) {
  .wrapper .container {
    width: auto;
  }
}
@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 .container {
    width: auto;
    padding: 0 5%;
  }
  .banner .pc {
    display: none;
  }
  .banner .phone {
    display: block;
    width: 100%;
    height: auto;
  }
  .box-table::after {
    height: 56px;
  }
  .box-table th {
    font-size: 22px;
    height: 54px;
  }
  .box-table td {
    font-size: 20px;
  }
  .page-tips {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .wrapper {
    padding-top: 7%;
    padding-bottom: 5%;
  }
  .box-table::before {
    width: 30%;
  }
  .box-table::after {
    display: none;
  }
  .box-table table {
    border-spacing: 2px 2px;
  }
  .box-table thead {
    background: #c97514;
  }
  .box-table th {
    font-size: 16px;
    padding: 8px 5px;
    white-space: nowrap;
    height: auto;
    border-radius: 5px;
  }
  .box-table td {
    font-size: 16px;
    padding: 8px 5px;
  }
  .page-tips {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .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%;
  }
}
