.anchorBox .divBox .divLine ul li .div2 div:nth-child(1) {
  width: 65%;
}
.anchorBox .divBox .divLine ul li .div2 div:nth-child(3) {
  width: 40%;
  text-align: right;
}
body {
  overflow-x: hidden;
  letter-spacing: 0;
  background: #e8e8e8;
}
.divPs {
  text-align: center;
  font-size: 12px;
  padding-top: 20px;
  color: #666;
}
.banner {
  width: 1920px;
  overflow: hidden;
  position: relative;
  margin-left: -960px;
  left: 50%;
}
.banner .phone {
  display: none;
}
.bg {
  background: url(../images/bg.jpg) no-repeat center top #faf0e4;
  padding-bottom: 50px;
}
.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;
}
.centers .tit span {
  font-size: 26px;
  color: #3b2c1d;
  background: #fff;
  position: relative;
  z-index: 2;
  padding: 2px 5px;
}
.centers .tit b {
  color: #3b2c1d;
  font-size: 80px;
  position: absolute;
  opacity: 0.3;
  left: 0;
  width: 100%;
  text-align: center;
  top: -40px;
}
.center {
  text-align: center;
}
.autowidth {
  width: 960px;
  margin: 0 auto;
}
.divtable {
  padding: 20px 0;
}
.divtable table {
  margin: 0 auto;
  width: 100%;
}
.divtable th {
  background: #2f61b2;
  color: #fff;
  font-size: 18px;
  padding: 10px 40px;
  border-radius: 10px;
}
.divtable td {
  background: #fff;
  text-align: center;
  padding: 10px 40px;
  font-size: 18px;
  border-radius: 10px;
  box-shadow: 4px 4px 4px #a0a0a0;
  color: #104a7a;
  margin-top: 2px;
}
.divtable .divp {
  font-size: 16px;
  color: #fff;
  text-shadow: 2px 2px 2px #000;
  padding-top: 20px;
}
.bg ul li {
  margin-bottom: 20px;
  position: relative;
}
.bg ul li::after {
  content: "";
  display: block;
  position: absolute;
}
.bg ul li .divbox {
  position: relative;
}
.bg ul li .divbox .divtxt {
  display: none;
}
.bg ul li .divbox .divp {
  padding: 0 100px;
  font-size: 30px;
  color: #000;
  position: absolute;
  bottom: 100px;
  line-height: 1.4;
}
.bg .li4 {
  position: relative;
}
.bg .li4 img {
  width: 100%;
}
.bg .li4 .divbox {
  position: absolute;
  padding: 0 80px;
  bottom: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.bg .li4 .divl {
  width: 48%;
}
.bg .li4 .divl span {
  font-size: 18px;
  display: block;
  color: #618252;
  margin-bottom: 10px;
}
.bg .li4 .divl .divtxt {
  font-size: 18px;
  color: #262626;
  display: block;
  margin-bottom: 10px;
}
.bg .li4 .divr {
  width: 48%;
  font-size: 16px;
  color: #333;
  padding: 20px;
  background-size: contain;
  line-height: 1.8;
  padding-left: 20px;
  box-sizing: border-box;
  border: 3px solid #fbbe17;
}
.bg ul li .img2 {
  display: none;
}
.divbtn {
  text-align: center;
  padding: 20px;
}
.divbtn a {
  background: #7aa33f;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 20px;
  padding: 10px 30px;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 4px;
}
.lastA a {
  width: 60%;
  display: block;
  padding: 25px;
  background: #cb0303;
  border: none;
  border-radius: 50px 0 50px 0;
  margin: 0 auto;
  font-size: 20px;
}
@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) {
  .bg ul li::after {
    display: none!important;
  }
  .anchorBox .divBox .divLine ul li {
    width: 100%;
  }
  .anchorBox .divBox .divLine ul li.last {
    padding: 0;
  }
  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;
  }
  .autowidth {
    width: auto;
  }
  .bg .li4 .divr {
    background: none;
  }
  .divtable {
    padding: 0px;
  }
  .divtable td,
  .divtable th {
    padding: 10px;
    font-size: 12px;
  }
  .bg ul li img {
    width: 100%;
  }
  .bg ul li .divbox .divp {
    font-size: 20px;
    padding: 0 20px;
    bottom: 20px;
    height: 15vh;
    display: flex;
    align-items: center;
  }
  .bg .li4 {
    background: #fff;
  }
  .bg .li4 .divbox {
    position: static;
    bottom: unset;
    flex-direction: column;
    padding: 20px;
  }
  .bg .li4 .divl span {
    font-size: 22px;
    color: #000;
  }
  .bg .li4 .divl .divtxt {
    font-size: 20px;
  }
  .bg .li4 .divl,
  .bg .li4 .divr {
    width: 100%;
    font-size: 14px;
    line-height: 1.6;
    margin-top: 20px;
  }
  .banner {
    width: 100%;
    margin: 0;
    position: static;
  }
  .banner .phone {
    display: block;
  }
  .banner .phone img {
    width: 100%;
  }
  .bg ul li.li1 .divbox .divp {
    bottom: 50px;
  }
  .bg ul li.li3 .divbox .divp {
    bottom: 50px;
  }
  .bg ul li .img1 {
    display: none;
  }
  .bg ul li .img2 {
    display: block;
  }
  .divbtn a {
    font-size: 18px;
  }
}
@media (max-width: 640px) {
  .bg ul li .divbox .divp {
    font-size: 12px;
    padding: 0 20px;
    bottom: 20px;
    height: auto;
    display: flex;
    align-items: center;
  }
  .bg ul li.li1 .divbox .divp {
    bottom: 20px;
  }
  .bg ul li.li3 .divbox .divp {
    bottom: 20px;
  }
}
