* {
  /*清除点击高亮样式*/
  -webkit-tap-highlight-color: transparent;
}
input {
  /*清除iOS系统的表单默认样式*/
  -webkit-appearance: none;
}
img,
a {
  /*禁用长按页面时的弹出菜单*/
  -webkit-touch-callout: none;
}
body {
  font-family: 'FZLTZHUNHJW';
  background: #efde99;
}
.banner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.banner .pc {
  width: 1920px;
  margin-left: -960px;
  left: 50%;
  position: relative;
}
.banner .phone {
  display: none;
}
.clearfix::before,
.clearfix::after {
  content: '';
  display: table;
}
.clearfix::after {
  clear: both;
}
.clearfix {
  zoom: 1;
}
.wrapper {
  background: #efde99;
  width: 100%;
  padding-bottom: 3%;
  overflow: hidden;
}
.wrapper a {
  position: relative;
  display: block;
  margin-top: 20px;
}
.wrapper a::before {
  content: '广告';
  position: absolute;
  right: 25px;
  top: 0;
  width: 48px;
  height: 28px;
  font-size: 16px;
  color: #fff;
  line-height: 28px;
  text-align: center;
  border-radius: 0 0 6px 6px;
  background: rgba(0, 0, 0, 0.25);
}
.wrapper a img {
  width: 100%;
}
.wrapper .phone {
  display: none;
}
/*订票框*/
.bookingBoxFix {
  position: fixed;
  top: 20%;
  z-index: 10;
  width: 1200px;
  margin-left: -600px;
  left: 50%;
  margin-top: 0px;
}
.bookingBoxFix .ticketBox {
  position: relative;
  z-index: 10;
}
.bookingBoxFix .kobg {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  background: url(../images/kobg.png) repeat;
  z-index: 5;
}
.bookingBox {
  display: none;
}
.bookingBox .tip {
  display: none;
}
.bookingBoxFix .tip {
  display: block;
  font-size: 32px;
  text-align: center;
  line-height: 56px;
  color: #fff;
  padding-top: 30px;
  z-index: 6;
  position: relative;
  font-weight: bold;
}
#ticket-2 {
  display: none;
}
.ui-tabs .ui-tabs-nav {
  display: none;
}
.bookingBox .tit {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.bookingBox .tit span {
  display: inline-block;
  font-size: 16px;
  color: #cb0303;
  height: 45px;
  line-height: 45px;
  padding: 0 23.8px;
  font-weight: bold;
  width: 260px;
  background: url(../images/ticket01.png) no-repeat 260px center #fff;
}
.trip-box #trip-box-1 {
  border: none;
}
/*订票框*/
@media screen and (max-width: 1450px) {
  .ticketBox .tab-container {
    max-width: 1000px;
  }
  .bookingBox .tit {
    max-width: 1000px;
  }
  .bookingBox .tit span {
    width: 200px;
    background-position: 200px center;
  }
  .bookingBox .container {
    width: 1000px;
  }
  .banner .pc {
    width: 1600px;
    margin-left: -800px;
  }
}
@media (max-width: 1200px) {
  body {
    min-width: 1200px;
    overflow-x: auto;
  }
  .wrapper .container {
    padding: 0 20px;
    box-sizing: border-box;
  }
}
@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 5%;
  }
  .wrapper .pc {
    display: none;
  }
  .wrapper .phone {
    display: block;
    width: 100%;
    height: auto;
  }
}
@media (max-width: 480px) {
  .wrapper {
    padding-bottom: 5%;
  }
  .wrapper a {
    margin-top: 15px;
  }
  .wrapper a::before {
    font-size: 14px;
  }
}
