body {
  overflow-x: hidden;
  letter-spacing: 0;
  background: #fff;
  padding-bottom: 30px;
}
.banner {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.banner img {
  width: 100%;
}
.banner .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;
}
/*订票框*/
.autowidth {
  width: 1200px;
  margin: 0 auto;
  padding: 50px 0;
}
.tith {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 40px;
  text-align: center;
  margin-bottom: 50px;
}
.tith::after {
  content: "";
  display: block;
  width: 12px ;
  height: 12px;
  background: url(../images/pointIcon.png) no-repeat center;
  background-size: contain;
  margin-left: 40px;
}
.tith::before {
  content: "";
  display: block;
  width: 12px ;
  height: 12px;
  background: url(../images/pointIcon.png) no-repeat center;
  background-size: contain;
  margin-right: 40px;
}
.iconList {
  display: flex;
  justify-content: space-between;
  margin-bottom: 100px;
}
.iconList li {
  width: 12%;
  text-align: center;
  font-size: 20px;
}
.iconList li img {
  width: 100%;
  margin-bottom: 20px;
}
.dlBox {
  display: flex;
  justify-content: space-between;
  padding-right: 60px;
  margin-top: -50px;
  position: relative;
  z-index: 10;
}
.dlBox dt {
  width: 60%;
  box-sizing: border-box;
  padding: 50px;
  padding-top: 100px;
  padding-bottom: 0;
}
.dlBox dt h4 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}
.dlBox dt p {
  font-size: 18px;
  line-height: 1.6;
}
.dlBox dt p span {
  color: #cb0303;
}
.mt ul {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.mt ul li {
  width: 100%;
  background: #f7f7f7;
}
.mt ul li:nth-child(2n) {
  display: flex;
  flex-direction: column-reverse;
}
.mt ul li .div {
  padding: 30px;
  min-height: 225px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  align-content: center;
}
.mt ul li .div h4 {
  font-size: 24px;
  color: #000;
  margin-bottom: 10px;
}
.mt ul li .div p {
  font-size: 16px;
  color: #333;
  line-height: 1.6;
}
.mt ul li .div p span {
  color: #e54242;
}
.lxfs .autowidth {
  padding: 100px  0 ;
  display: flex;
  justify-content: flex-end;
}
.lxfsBox {
  background: rgba(255, 255, 255, 0.6);
  display: flex;
  flex-wrap: wrap;
  width: 680px;
  border: 2px solid #c09d49;
}
.lxfsBox > div {
  width: 50%;
  padding: 20px 40px;
  box-sizing: border-box;
}
.lxfsBox > div:last-child {
  width: 100%;
  border-top: 2px solid #999;
}
.lxfsBox > div div {
  font-size: 32px;
  text-transform: uppercase;
  margin-bottom: 10px;
  margin-top: 10px;
}
.lxfsBox > div span {
  font-size: 20px;
}
.zlDown {
  background: url(../images/zldown.jpg) no-repeat center;
  height: 150px;
  display: flex;
  align-items: center;
  padding-left: 240px;
}
.zlDown a {
  color: #000;
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.zlDown h3 {
  font-size: 24px ;
  font-weight: bold;
  margin-bottom: 10px;
}
.zlDown span {
  font-size: 20px;
  opacity: 0.7;
}
@media screen and (max-width: 1450px) {
  /* .ticketBox .container {width: auto;} */
  .ticketBox .tab-container {
    max-width: 1000px;
  }
  .bookingBox .tit {
    max-width: 1000px;
  }
  .bookingBox .tit span {
    width: 200px;
    background-position: 200px center;
  }
}
@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;
  }
  .banner .pc {
    display: none;
  }
  .banner .phone {
    display: block;
    width: 100%;
    height: auto;
  }
  .centers {
    width: auto;
    padding: 20px;
  }
  .autowidth {
    padding: 20px;
    width: auto;
  }
  .tith {
    font-size: 28px;
  }
  .iconList {
    flex-wrap: wrap;
    justify-content: center;
  }
  .iconList li {
    width: 27.3%;
    padding: 0 3%;
    font-size: 14px;
    margin-bottom: 20px;
  }
  .imgBox {
    margin-bottom: 20px;
  }
  .imgBox img {
    width: 100%;
  }
  .dlBox {
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
  }
  .dlBox img {
    width: 100%;
  }
  .dlBox dt {
    padding: 0;
    width: 100%;
    margin-bottom: 20px;
  }
  .mt ul {
    flex-wrap: wrap;
  }
  .mt ul li {
    width: 100%;
  }
  .mt ul li img {
    width: 100%;
  }
  .mt ul li:nth-child(2n) {
    flex-direction: column;
  }
  .mt ul li .div {
    padding: 20px;
    min-height: unset;
  }
  .lxfs .autowidth {
    justify-content: unset;
    padding: 20px;
  }
  .lxfsBox {
    display: block;
    width: 100%;
    flex-wrap: wrap;
  }
  .lxfsBox > div {
    width: auto;
    padding: 20px;
  }
  .lxfsBox > div img {
    width: 30px;
  }
  .lxfsBox > div div {
    font-size: 18px;
  }
  .zlDown {
    background: url(../images/zldown2.jpg) no-repeat;
    background-size: cover;
    padding-left: 30%;
    background-position: left center;
    height: 70px;
  }
  .zlDown h3 {
    font-size: 18px;
    margin-bottom: 0px;
  }
  .zlDown span {
    font-size: 12px;
  }
  .iconList {
    margin-bottom: 20px;
  }
}
