body {
  overflow-x: hidden;
  letter-spacing: 0;
  background: #f6f6f6;
  padding-bottom: 100px;
}
.banner {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.banner img {
  width: 100%;
}
.banner .phone {
  display: none;
}
.bg {
  overflow: hidden;
  background: url(../images/bg.jpg) no-repeat center bottom #f6f6f6;
}
.centers {
  width: 1200px;
  margin: 0 auto;
}
.centers .tit {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  display: inline-block;
  margin-bottom: 50px;
}
.divBox1 {
  background: #fff;
  margin-bottom: 30px;
  margin-top: -200px;
  position: relative;
  z-index: 10;
}
.divBox1 ul {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.divBox1 ul li {
  width: 50%;
  padding: 40px 0;
  text-align: center;
}
.divBox1 ul li:nth-child(1) {
  border-right: 1px dashed #dddddd;
}
.divBox1 ul li .divtit {
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: bold;
}
.divBox1 ul li .divtit span {
  color: #cb0303;
}
.divBox1 ul li p {
  font-size: 14px;
  margin-bottom: 20px;
}
.divBox1 ul li .divbtn a {
  display: inline-block;
  width: 268px;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  border: 1px solid #cb0303;
  color: #cb0303;
  border-radius: 20px 0 20px 0;
}
.divBox1 ul li .divbtn a:hover {
  background: #cb0303;
  color: #fff;
}
.divBox2 {
  background: #fff;
  display: flex;
  justify-content: flex-start;
  padding: 40px;
  padding-right: 0;
}
.divBox2 .tit {
  font-size: 24px;
  font-weight: bold;
  width: 15%;
  margin: 0;
}
.divBox2 ul {
  width: 40%;
  min-width: unset;
  overflow: hidden;
}
.divBox2 ul:nth-child(2) {
  width: 45%;
}
.divBox2 ul:nth-child(3) {
  padding-left: 5%;
}
.divBox2 ul li {
  width: 100%;
  float: left;
  font-size: 17px;
  color: #333;
  margin-bottom: 10px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.divBox2 ul li::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background: #333;
  margin-right: 5px;
}
.divBox2 ul li span {
  color: #cb0303;
}
@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;
  }
  .pcSwiper {
    display: none;
  }
  .phoneSwiper {
    display: block;
  }
  .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;
  }
  .divBox1 {
    margin: 0;
    margin-bottom: 30px;
  }
  .divBox1 ul {
    width: 100%;
    flex-wrap: wrap;
  }
  .divBox1 ul li {
    width: 100%;
    padding: 20px;
    border: none!important;
  }
  .divBox1 ul li .divtit {
    font-size: 18px;
  }
  .divBox2 {
    display: flex;
    flex-wrap: wrap;
    padding: 20px;
  }
  .divBox2 .tit {
    width: 100%;
    margin-bottom: 10px;
  }
  .divBox2 ul {
    width: 100%!important;
    padding: 0!important;
  }
  .divBox2 ul li {
    width: 100%;
  }
}
