.topTable {
  width: 100%;
  box-sizing: border-box;
}
.topTable tr th {
  height: 55px;
  background-color: #cdc4f0;
  box-sizing: border-box;
  font-size: 16px;
}
.topTable tr td {
  font-size: 16px;
  background-color: #fff;
  padding: 15px 0;
  border-right: 1px solid #e2e2e2;
  border-top: 1px solid #e2e2e2;
  box-sizing: border-box;
  padding: 15px 20px;
}
.topTable tr td:first-child,
.topTable tr td:last-child {
  text-align: center;
}
.topTable tr:nth-child(2n) td {
  background-color: #fff;
}
.tabBar {
  display: flex;
  justify-content: center;
}
.tabBar li {
  background-color: #4350d4;
  border-radius: 100px;
  box-sizing: border-box;
  font-size: 20px;
  padding: 10px 20px;
  text-align: center;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  margin: 0px 20px;
  margin-top: 50px;
}
.tabBar .active {
  background-color: #bc202e;
}
.lunbo .swiper {
  position: relative;
}
.lunbo .swiper .swiper-button-next {
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 1;
  left: unset;
  right: 50px;
  padding: 10px;
}
.ticket-text h3,
.ticket-text p {
  font-size: 16px;
}
.buy-bd {
  margin-top: 0;
}
.lunbo .swiper .swiper-button-prev {
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 1;
  left: 50px;
  padding: 10px;
}
.lunbo .swiper .swiper-button-next::after,
.lunbo .swiper .swiper-button-prev::after {
  color: #fff;
  font-weight: 900;
}
.schedule .dhrc-table .tab_th {
  background-image: linear-gradient(to right, #25196a, #ce394f);
}
.schedule .dhrc-table .tab_th th {
  padding: 20px 0;
  text-align: center;
  font-size: 16px;
  color: #fff;
}
.schedule .dhrc-table .tab_list {
  vertical-align: text-top;
  box-sizing: border-box;
}
.schedule .dhrc-table .tab_title {
  text-align: center;
  border-bottom: 1px solid #e2e2e2;
}
.schedule .dhrc-table table {
  width: 100%;
}
.schedule .dhrc-table .time {
  text-align: center;
  width: 150px;
  font-size: 16px;
  padding: 20px 0;
  border-bottom: 1px solid #e2e2e2;
  border-left: 1px solid #e2e2e2;
}
.schedule .dhrc-table .tabdesc {
  box-sizing: border-box;
  padding: 15px 40px;
  font-size: 16px;
  border-bottom: 1px solid #e2e2e2;
  border-left: 1px solid #e2e2e2;
}
.schedule .dhrc-table .tab_2_tr td {
  cursor: pointer;
  text-align: center;
  padding: 15px 0;
  font-size: 16px;
  border-bottom: 1px solid #e2e2e2;
}
.schedule .dhrc-table .tab_2_tr .active {
  color: #fff;
  background-color: #33189c;
}
.schedule .dhrc-table .tab_2_table {
  display: none;
}
.schedule .dhrc-table .tab_2_table td {
  max-width: 100%;
}
.schedule .dhrc-table .tab_2_table table {
  width: 100%;
}
.schedule .dhrc-table .tab_2_tableActive {
  display: grid;
}
.bannerBox .banner .wrap {
  height: 100%;
  position: relative;
}
.bannerBox .banner .wrap .bmbutton {
  position: absolute;
  bottom: 170px;
  left: 0;
  background-color: red;
  padding: 8px 40px;
  font-size: 25px;
  color: #fff;
  border-radius: 8px;
}
.tickt {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.tickt_left {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
.tickt_right {
  display: flex;
  box-sizing: border-box;
  padding: 10px;
  padding-top: 40px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
}
.price {
  padding: 16px 0 0 20px;
  font-size: 43px;
  color: #f50000;
  text-align: left;
}
.orginal-price {
  padding: 0 0 8px 20px;
  font-size: 28px;
  text-decoration: line-through;
  color: #fff;
}
.tickt_type {
  padding: 20px 0 0 20px;
  font-size: 30px;
  color: #fff;
}
.shenhe {
  color: #fff;
  display: inline-block;
  border: 1px solid #fff;
  padding: 0 10px;
  font-size: 16px;
}
.xianliang {
  font-size: 16px;
  display: inline-block;
  color: #fff;
}
.button {
  font-size: 26px;
  border: 2px solid #fff;
  color: #fff;
  padding: 0 5px;
}
.free {
  padding: 0 0 8px 20px;
  font-size: 24px;
  color: #fff;
}
.luobo .swiper {
  width: 100%;
  height: 100%;
}
.luobo .swiper-slide {
  background-color: tomato;
}
.upToDownSwiper {
  height: 320px;
  margin: auto;
  overflow: hidden;
  margin-top: 50px;
}
.upToDownSwiper .dataListBox,
.upToDownSwiper .shadowBox {
  box-sizing: border-box;
  display: grid;
  grid-column-gap: 10px;
  grid-template-columns: repeat(6, 1fr);
}
.upToDownSwiper .dataListBox li,
.upToDownSwiper .shadowBox li {
  height: 70px;
  box-sizing: border-box;
  text-align: center;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #969696;
  margin-bottom: 10px;
}
.upToDownSwiper .dataListBox li img,
.upToDownSwiper .shadowBox li img {
  max-height: 100%;
  height: auto;
}
