.main-panel {
  background: #fba27d;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: Helvetica, Tahoma, Arial, "PingFang SC", "Hiragino Sans GB",
    "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  min-width: 1200px;
  padding-bottom: 120px;
}

.main-panel a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  color: #fff;
}

.main-panel a:link,
.main-panel a:visited,
.main-panel a:focus,
.main-panel a:hover {
  text-decoration: none !important;
  color: #fff;
}

.main-panel .main-content {
  width: 1080px;
  margin: 0 auto 150px;
  z-index: 100;
  background: #fff;
  position: relative;
}

.main-panel .banner {
  display: block;
  width: 100%;
  margin: 0 auto;
}

.main-panel .img-step {
  width: 100%;
  padding: 0 100px;
  /* margin: -280px 0 0 0; */
  box-sizing: border-box;
}

.main-panel .flex {
  display: flex;
  align-items: center;
}

.main-panel .text-step {
  padding: 0 65px;
  color: #caf7ff;
  font-size: 18px;
}

.main-panel .text-step > div {
  width: 25%;
  text-align: center;
}

.main-panel .flex > div.active {
  color: #fff333;
}

.main-panel .text-step-date {
  font-size: 24px;
}

.main-panel .img-title {
  width: 1028px;
  transform: translateY(-110px);
}

.main-panel .event-panel {
  padding: 0 90px 32px;
  font-size: 16px;
  color: #ffffff;
  margin-top: -75px;
}

.main-panel .event-panel .event-panel-title {
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  margin: 20px 0;
}

.main-panel .event-panel .event-panel-title > div.left {
  width: 100px;
  height: 1px;
  margin-right: 20px;
  background: linear-gradient(90deg, #15407a, #0bd0f5);
}

.main-panel .event-panel .event-panel-title > div.right {
  width: 100px;
  height: 1px;
  margin-left: 20px;
  background: linear-gradient(-90deg, #15407a, #0bd0f5);
}

.main-panel .event-panel .text-panel {
  color: #ff2645;
}

.main-panel .event-panel .text-large {
  font-size: 34px;
}

.main-panel .cards {
  margin: 0;
  font-size: 13px;
  align-items: stretch;
  color: #fff;
  padding: 0 10px;
}

.main-panel .cards > div {
  width: 50%;
}

.main-panel .card-large {
  background: url(../public/img_yhqlq_yhqbg2@2x.png) center / 100% 100%
    no-repeat;
  padding: 30px 10px 0;
  width: 25%;
  box-sizing: border-box;
  margin: 10px 10px 10px 0;
}

.main-panel .card-large .card-large-msg {
  background: url(../public/img_yhqlq_yhq_tips@2x.png) center / 100% 100%
    no-repeat;
  font-size: 15px;
  color: #000000;
  padding: 15px 0 20px;
  text-align: center;
}

.main-panel .card {
  background: url(../public/img_yhqlq_yhqbg1@2x.png) center / 100% 100%
    no-repeat;
  margin: 12px 10px;
  box-sizing: border-box;
  position: relative;
}

.main-panel .card-info {
  padding: 10px 0 15px;
  display: flex;
  align-items: center;
  line-height: 2em;
  font-size: 14px;
}

.main-panel .card-type {
  position: absolute;
  top: 25px;
  left: 20px;
  color: #f85970;
  font-size: 16px;
}

.main-panel .card-info .card-info-left {
  width: 60%;
  transform: translateY(30px);
  text-align: center;
  letter-spacing: -2px;
  font-size: 18px;
}
.main-panel .card-info .card-info-left > span {
  font-size: 80px;
}
.main-panel .card-info .card-info-right {
  width: 60%;
  text-align: left;
  padding-left: 50px;
  padding-top: 10px;
}

.main-panel .card-info .card-info-right > div:first-child {
  font-weight: bold;
  font-size: 18px;
}

.main-panel .card-info .card-info-right > div:last-child {
  padding: 1px 20px;
  background: #ffd87f;
  border-radius: 15px / 50%;
  color: #000;
  display: inline-block;
  margin-top: 15px;
}

.main-panel .actions {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  margin-top: 32px;
}

.main-panel .actions > div {
  padding: 15px 0;
  width: 238px;
  margin: 0 30px;
  text-align: center;
  background: #7432fd;
  color: #fff;
  border-radius: 35px / 50%;
  font-size: 24px;
  cursor: pointer;
}

.main-panel .text-center {
  text-align: center;
  font-size: 20px;
  color: #45416e;
}

.main-panel .tabs {
  display: flex;
  justify-content: space-between;
  width: 778px;
  background: #ffe4e4;
  border-radius: 20px / 50%;
  margin: 0 auto 16px;
}

.main-panel .tabs > div {
  padding: 7px 20px;
  font-size: 20px;
  border-radius: 20px / 50%;
  background: #ffe4e4;
  color: #4b4861;
  cursor: pointer;
}

.main-panel .tabs > div.active {
  background: linear-gradient(
    97deg,
    rgba(255, 99, 72, 1) 0%,
    rgba(255, 55, 83, 1) 100%
  );
  color: #fff;
}

.main-panel .air-panel {
  display: flex;
  flex-wrap: wrap;
}

.main-panel .air-item,
.main-panel .air-panel .air-item {
  color: #fff;
  padding: 20px 10px 15px 10px;
  width: calc(25% - 5px);
  margin: 2.5px;
  background: url(../public/air-item.png) center / 100% 100% no-repeat;
  /* background: #ccc; */
  border-radius: 8px;
  box-sizing: border-box;
}

.main-panel .air-item .air-item-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 20px;
  margin-bottom: 22px;
}

.main-panel .air-item .air-item-price {
  font-size: 28px;
  margin-right: 5px;
  font-weight: bold;
}

.main-panel .air-item .air-item-price span {
  font-size: 12px;
  font-weight: normal;
}

.main-panel .air-item .air-item-content {
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.main-panel .air-item .air-item-btn {
  font-size: 12px;
  background: #ffd87f;
  padding: 4px 14px;
  border-radius: 12px / 50%;
  color: #45416e;
}

.main-panel .tabs-content .other {
  background: #3f33ab;
  padding: 20px;
  display: block;
  width: 100%;
  margin: 0 2px;
}

.main-panel .tabs-content {
  height: 307px;
  overflow-y: auto;
  display: none;
  /* background: #1d146b; */
}

.main-panel .tabs-content::-webkit-scrollbar {
  width: 12px;
  /* background-color: #1d146b; */
}

.main-panel .tabs-content::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #d6c2ff;
}

.main-panel .tabs-content::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #7f3dff;
}

.main-panel .tabs-content.active {
  display: block;
}

.main-panel .air-icon {
  width: 16px;
  margin: -2px 0 0 0;
}

.modal.modal-content {
  background: #3225a0;
  color: #ffffff;
  border: 2px solid #7cecff;
  border-radius: 40px;
  padding: 50px;
  width: 50vw;
  max-width: 50vw;
}

.modal.modal-content .modal-title {
  font-size: 30px;
  text-align: center;
}

.modal.modal-content .modal-title-sub {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  width: 60%;
  font-size: 18px;
  color: #7cecff;
  margin: 10px auto 0;
}

.modal.modal-content .modal-title-sub img {
  width: 50%;
}

.modal.modal-content .modal-title-sub div {
  white-space: nowrap;
  margin: 0 10px;
}

.modal.modal-content a.close-modal {
  top: 20px;
  right: 18px;
  background: url(../public/web_tk_exit.png) center no-repeat;
  border-radius: 50%;
}

.air-table {
  margin: 0 auto -20px;
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}

.air-table th {
  padding: 10px 0;
  /* text-align: center; */
  background: #5ce7ff;
  color: #000;
  white-space: nowrap;
  padding-left: 40px;
}

.air-table td {
  padding: 10px 0;
  /* text-align: center; */
  white-space: nowrap;
  padding-left: 40px;
}

.air-table tr:nth-child(2n + 1) td {
  background: #3528a6;
}

.air-table tr:nth-child(2n) td {
  background: rgba(93, 72, 226, 0.3);
}

.timeline {
  margin-top: -34% !important;
  width: 1368px !important;
  margin: 0 auto 40px;
}

.event-info-commen {
  padding: 39px 45px;
}
.event-info-1 {
  background: url(../public/banner1@2x.png) top center / 100% 100% no-repeat;
  margin-bottom: 10px;
}
.event-info-2 {
  background: url(../public/banner2@2x.png) top center / 100% 100% no-repeat;
  width: 50%;
  margin-right: 5px;
  font-size: 20px;
}
.event-info-3 {
  background: url(../public/banner3@2x.png) top center / 100% 100% no-repeat;
  width: 50%;
  margin-left: 5px;
  font-size: 20px;
}

.y-line {
  background: url(../public/yline.png) top center / 100% 100% no-repeat;
  height: 2px;
  width: 203px;
  margin: 6px 0 31px;
}

.event-info-flex {
  display: flex;
  flex-wrap: wrap;
  padding-left: 21px;
}

.event-info-flex > div {
  width: 50%;
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 20px;
}

.event-info-flex > div > span {
  color: #ffd87f;
  font-weight: bold;
}

.event-info-flex > div::before {
  content: "";
  background: url(../public/dot.png) top center / 100% 100% no-repeat;
  width: 14px;
  height: 14px;
  margin-right: 10px;
  display: inline-block;
}

.event-info-flex.event-info-flex-2 > div {
  width: 100%;
  color: #ffffff;
  margin-bottom: 20px;
  font-size: 20px;
}

.main-panel .main-header {
  margin-bottom: 120px;
}

.main-panel .top-bar {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  justify-content: center;
  align-items: stretch;
  background: url(../public/topbarbg.png) top / contain repeat-x;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  z-index: 200;
  display: none;
}

.main-panel .top-bar.active {
  display: flex;
}

.main-panel .top-bar a {
  width: 325px;
  background: url(../public/topbaritem.png) top / contain no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.main-panel .top-bar a:nth-child(2) {
  margin: 0 25px;
}

.main-panel .top-bar a.active {
  background: url(../public/topbaravtive.png) top / 100% 100% no-repeat;
}

.main-panel .bottom-info {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 9px 31px;
  margin: 0 auto 151px;
  border: 1px solid rgba(151, 100, 255, 1);
  border-radius: 20px / 50%;
  color: #4b4861;
  cursor: pointer;
  font-size: 14px;
  box-sizing: border-box;
}

.main-panel .bottom-btn {
  padding: 9px 31px;
  margin: 0 auto 17px;
  border-radius: 20px / 50%;
  color: #4b4861;
  cursor: pointer;
  text-align: center;
  background: #ffd87f;
  box-sizing: border-box;
}

.ticket-grid {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 45px;
}

.main-panel .tab-panel.tab-panel-no-scroll .ticket-grid {
  margin-bottom: 25px;
}

.main-panel .tab-panel.tab-panel-no-scroll .tabs {
  width: 670px;
}

.main-panel .tab-panel.tab-panel-no-scroll .tabs > div {
  padding: 7px 50px;
}

.main-panel .tab-panel.tab-panel-no-scroll .tabs-content {
  height: auto;
}

.main-panel .tab-panel.tab-panel-no-scroll .air-item {
  width: calc(33.33% - 4px);
  margin: 2px;
}

.main-panel .text-panel-11 {
  font-size: 18px;
  color: #4b4861;
  margin-left: 30px;
}

.main-panel .text-panel-11 div {
  margin-bottom: 20px;
}

.main-panel .event-block {
  height: 328px;
  padding: 115px 0 0 56px;
  box-sizing: border-box;
  position: relative;
}

.main-panel .event-block .event-block-text {
  width: 437px;
  margin-bottom: 18px;
  display: flex;
  align-items: flex-start;
}

.main-panel .event-block .event-block-text::before {
  content: "";
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: 50%;
  display: block;
  margin-right: 10px;
  flex-shrink: 0;
  transform: translateY(8px);
}

.main-panel .event-btn {
  color: #45416E;
  background: #ffd87f;
  text-align: center;
  height: 38px;
  width: 140px;
  line-height: 38px;
  white-space: nowrap;
  border-radius: 20px / 50%;
  position: absolute;
  left: 70px;
  bottom: 45px;
  cursor: pointer;
}

.main-panel .event-btn-2 {
  color: #45416E;
  background: #ffd87f;
  text-align: center;
  line-height: 38px;
  white-space: nowrap;
  border-radius: 20px / 50%;
  cursor: pointer;
}


.main-panel .event-block-2 {
  width: calc(50% - 10px);
  padding: 20px 34px;
  background: url(../public/bigc@2x.png) top / 100% 100% no-repeat;
  text-align: center;
  box-sizing: border-box;
  margin-bottom: 20px;
}

.main-panel .event-block-2 .event-btn {
  width: 100%;
  position: unset;
  margin: 0 auto;
  color: #45416E;
  padding: 6px 0;
  border-radius: 24px / 50%;
}
