* {
  /*清除点击高亮样式*/
  -webkit-tap-highlight-color: transparent;
}
input {
  /*清除iOS系统的表单默认样式*/
  -webkit-appearance: none;
}
img,
a {
  /*禁用长按页面时的弹出菜单*/
  -webkit-touch-callout: none;
}
body {
  font-family: 'FZLTZHUNHJW';
}
.banner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.banner .pc {
  width: 1920px;
  margin-left: -960px;
  left: 50%;
  position: relative;
  text-align: center;
}
.banner .phone {
  display: none;
}
.clearfix::before,
.clearfix::after {
  content: '';
  display: table;
}
.clearfix::after {
  clear: both;
}
.clearfix {
  zoom: 1;
}
.wrapper {
  background: #f7ddd4 url('../images/bg-01.jpg') center top no-repeat;
}
.wrapper .container {
  width: auto;
}
.btn-link {
  display: block;
  margin: 6% auto 0;
  font-size: 22px;
  color: #fff;
  width: 360px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 60px;
  font-weight: bold;
  background: #e83435;
}
.btn-link.m {
  display: none;
}
.chapter {
  padding: 3% 0 5%;
  border-radius: 6px;
}
.chapter .chapter-hd {
  text-align: center;
  margin-bottom: 40px;
}
.chapter .chapter-hd h3 {
  position: relative;
  font-size: 36px;
  color: #e83435;
  font-weight: bold;
}
.break {
  word-break: break-all;
}
.chapter-text {
  font-size: 18px;
  color: #333;
  line-height: 2;
}
.chapter-text .hot {
  color: #e83435;
}
.list-food .item-food {
  margin-top: 7.5%;
  padding: 0 8.334%;
  display: table;
  width: 100%;
  box-sizing: border-box;
}
.list-food .item-food:first-child {
  margin-top: 0;
}
.list-food .item-food .item-food-pic {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  width: 45%;
  padding-right: 5%;
  box-sizing: border-box;
}
.list-food .item-food .item-food-pic img {
  position: relative;
  z-index: 2;
  width: 100%;
  box-shadow: 20px 20px 0px 0 #faebe6;
}
.list-food .item-food .item-food-info {
  display: table-cell;
  vertical-align: middle;
  width: 45%;
  padding-left: 5%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.list-food .item-food .item-food-group {
  margin-top: 5%;
}
.list-food .item-food .item-food-group:first-child {
  margin-top: 0;
}
.list-food .item-food .item-food-tit {
  position: relative;
  padding-left: 15px;
  font-size: 24px;
  color: #e83435;
  font-weight: bold;
  line-height: 1.5;
}
.list-food .item-food .item-food-tit::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -11px;
  width: 4px;
  height: 22px;
  background: #e83435;
}
.list-food .item-food .item-food-text {
  color: #333;
  font-size: 18px;
  line-height: 2;
}
.list-food .item-food .item-food-text .hot {
  color: #e83435;
}
.list-food .item-food .item-food-text a {
  color: #333;
}
.list-food .item-food.reverse {
  direction: rtl;
}
.list-food .item-food.reverse .item-food-pic,
.list-food .item-food.reverse .item-food-info {
  direction: ltr;
}
.list-food .item-food.reverse .item-food-pic {
  padding-right: 0;
  padding-left: 5%;
}
.list-food .item-food.reverse .item-food-pic img {
  box-shadow: -20px 20px 0px 0 #faebe6;
}
.list-food .item-food.reverse .item-food-info {
  padding-right: 5%;
  padding-left: 0;
}
.chapter-01 {
  background: #fff url('../images/bg-02.jpg') top center no-repeat;
  border-top: 4px solid #ea3c39;
  background-size: 100% auto;
}
.chapter-02 {
  display: table;
  width: 100%;
  margin-top: 35px;
  background: #fff url('../images/bg-04.jpg') top center no-repeat;
  background-size: 100% auto;
  padding: 5% 0;
}
.chapter-02 .chapter-hd {
  display: table-cell;
  width: 30%;
  vertical-align: middle;
}
.chapter-02 .chapter-bd {
  display: table-cell;
  padding-right: 5%;
}
@media (max-width: 1200px) {
  body {
    overflow-x: auto;
    min-width: 1200px;
  }
  .banner .pc {
    width: 1400px;
    margin-left: -700px;
  }
}
@media (max-width: 1024px) {
  body {
    min-width: auto;
  }
  .header,
  .nav,
  .footer {
    display: none;
  }
  .bookingBox {
    display: none;
  }
  .banner .pc {
    display: none;
  }
  .banner .phone {
    display: block;
    width: 100%;
    height: auto;
  }
  .wrapper .container {
    padding: 0 15px;
  }
  .chapter .chapter-hd {
    margin-bottom: 20px;
  }
  .chapter .chapter-hd h3 {
    font-size: 30px;
  }
  .list-food .item-food .item-food-tit {
    font-size: 20px;
    margin-bottom: 5px;
  }
  .list-food .item-food .item-food-text {
    font-size: 16px;
    line-height: 1.8;
  }
  .chapter-text {
    font-size: 16px;
    line-height: 1.8;
  }
  .chapter-02 .chapter-text p {
    display: inline;
  }
  .btn-link {
    width: 320px;
    height: 54px;
    line-height: 54px;
    font-size: 18px;
  }
  .btn-link.pc {
    display: none;
  }
  .btn-link.m {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .chapter {
    padding: 5% 0;
  }
  .chapter .chapter-hd {
    margin-bottom: 15px;
  }
  .chapter .chapter-hd h3 {
    font-size: 24px;
  }
  .chapter-text {
    font-size: 14px;
    line-height: 1.6;
  }
  .list-food .item-food {
    padding: 0 5%;
    margin-top: 5%;
  }
  .list-food .item-food .item-food-pic {
    display: block;
    width: auto;
    padding-right: 0;
  }
  .list-food .item-food .item-food-pic img {
    box-shadow: 10px 10px 0 0 #faebe6;
  }
  .list-food .item-food .item-food-info {
    margin-top: 20px;
    display: block;
    width: auto;
    padding-left: 0;
  }
  .list-food .item-food .item-food-group {
    margin-top: 3%;
  }
  .list-food .item-food .item-food-text {
    font-size: 14px;
    line-height: 1.6;
    text-align: center;
  }
  .list-food .item-food .item-food-tit {
    font-size: 16px;
    text-align: center;
    padding: 0;
  }
  .list-food .item-food .item-food-tit::before {
    display: none;
  }
  .list-food .item-food.reverse .item-food-pic {
    padding-left: 0;
  }
  .list-food .item-food.reverse .item-food-pic img {
    box-shadow: 10px 10px 0 0 #faebe6;
  }
  .list-food .item-food.reverse .item-food-info {
    padding-right: 0;
  }
  .chapter-02 {
    display: block;
    margin-top: 30px;
  }
  .chapter-02 .chapter-hd {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: auto;
  }
  .chapter-02 .chapter-bd {
    display: block;
    padding: 0 5%;
  }
  .btn-link {
    width: auto;
    max-width: 280px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .wrapper .container {
    padding: 0 10px;
  }
  .chapter {
    padding: 25px 0;
  }
  .chapter .chapter-hd h3 {
    font-size: 20px;
  }
}
