.main-panel {
  background: #150F76;
  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: 1024px; */
  padding-bottom: 40px;
  color: #fff;
  font-size: 15px;
}

body {
  min-width: 1200px;
  overflow-x: hidden;
}

.main-panel .header {
  background: linear-gradient(#131534, #da62ab);
  height: 1300px;
  /* padding-bottom: 200px; */
}

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

.main-panel .img-abs {
  position: absolute;
}

.main-panel .img-abs-1 {
  top: 1100px;
  width: 400px;
  right: 0;
  transform: rotate(180deg);
}

.main-panel .top-img {
  width: 100%;
  height: 1300px;
  background: url(../public/20190829232059.png) top / auto 97% no-repeat;
  position: relative;
  z-index: 1;
}

.main-panel-content {
  width: 1024px;
  border: 2px solid #7CECFF;
  border-radius: 40px;
  margin: 0 auto 160px;
  background: #3225A0;
  padding: 60px 60px 70px;
  position: relative;
  z-index: 10;
}

.main-panel-content-top {
  margin: -160px auto 40px;
}

.main-panel .text-step {
  font-size: 25px;
  display: flex;
  margin-top: -15px;
  justify-content: space-between;
  padding: 0 41px 0 50px;
}

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

.main-panel .text-step>div.active {
  color: #ffd87f;
}

.main-panel .text-step-date {
  font-size: 18px;
  margin-bottom: 5px;
}

.main-panel .actions {
  display: flex;
  justify-content: center;
  margin: 40px 0;
}

.main-panel .actions>div {
  padding: 18px 0;
  width: 300px;
  margin: 0 50px;
  text-align: center;
  background: #FFDF79;
  border-radius: 35px / 50%;
  font-weight: bold;
  color: #3225A0;
  font-size: 30px;
  cursor: pointer;
}

.main-panel .text-center {
  text-align: center;
  font-size: 25px;
}

.text-panel {
  white-space: pre-line;
  padding: 0px 0;
  font-size: 16px;
  color: #E4FBFF;
  line-height: 2em;
}

.main-panel .rule-text-panel {
  font-size: 18px;
  color: #E4FBFF;
  margin: 20px 0 20px 0;
}

.main-panel .rule-text-panel div {
  margin-bottom: 1em;
}

.main-panel .rule-text-panel .text-panel-title {
  font-size: 18px;
  color: #7CECFF;
  margin-right: 8px;
}

.main-panel .rule-text-panel .text-panel-bold {
  color: #ffffff;
  font-weight: bold;
}

.main-panel .tabs {
  display: flex;
  padding: 0 1px;
  margin-bottom: 1px;
}

.main-panel .tabs>div {
  padding: 10px 20px;
  background: #514dc6;
  border-right: 0;
  font-size: 16px;
  cursor: pointer;
  margin-right: 2px;
}

/* .main-panel .tabs>div:first-child {
  border-top-left-radius: 5px;
}

.main-panel .tabs>div:last-child {
  border-top-right-radius: 5px;
} */

.main-panel .tabs>div.active {
  background: #B66FFF;
}

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

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

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

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

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


.main-panel .title-clock {
  border: 1px solid #7CECFF;
  border-radius: 30px / 50%;
  width: 350px;
  margin: 0 auto;
  margin: 20px auto;
  display: flex;
  align-items: center;
  font-size: 18px;
  height: 44px;
}

.main-panel .title-clock img {
  transform: translateX(-7px) scale(1.05);
}

.main-panel .title-clock span {
  color: #7CECFF;
}

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

.main-panel .air-panel .air-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px 0 20px;
  width: calc(25% - 4px);
  box-sizing: border-box;
  margin: 1px;
  background-image: linear-gradient(90deg, #A248FA 0%, #553EFC 55%);
  height: 84px;
}

.main-panel .air-panel .air-item .air-info {
  width: 60%;
  font-size: 18px;
}

.main-panel .air-panel .air-item .air-num {
  font-size: 12px;
  margin: 5px 0;
}

.main-panel .air-panel .air-item .air-btn {
  background: #7CECFF;
  border-radius: 15px / 50%;
  padding: 4px 11px;
  color: #2E249C;
  font-weight: bold;
  cursor: pointer;
  font-size: 14px;
}

.main-panel .air-panel .air-item .air-price {
  font-size: 18px;
  color: #7CECFF;
  padding-right: 20px;
}

.main-panel .air-panel .air-item .air-price-yuan {
  font-size: 12px;
}

.main-panel .rule-btn {
  background: #4F54EB;
  border-radius: 20px / 50%;
  margin: 10px auto 40px;
  padding: 10px 20px;
  width: 400px;
  text-align: center;
  cursor: pointer;
  font-size: 16px;
}

.main-panel .rule-btn-2 {
  background: #FFDF79;
  border-radius: 30px / 50%;
  margin: 20px auto;
  padding: 15px 20px;
  width: 400px;
  text-align: center;
  color: #3225A0;
  font-weight: bold;
  font-size: 24px;
  cursor: pointer;
}

.main-panel .tab-panel {
  margin-bottom: 60px;
}

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

.main-panel .img-text-flex {
  display: flex;
  align-items: center;
  justify-content: center;
}

.main-panel .img-flex {
  display: flex;
  margin-bottom: 70px;
  justify-content: center;
}

.main-panel .img-flex img {
  margin: 10px;
}

.main-panel .img-flex-bottom {
  margin-bottom: 20px;
}

.main-panel .img-flex-bottom div {
  margin: 0 60px;
  text-align: center;
}

.main-panel .img-flex-bottom div div {
  background: #425BAE;
  border-radius: 15px / 50%;
  padding: 5px 20px;
}

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

.main-panel .anime {
  position: absolute;
}

.main-panel .bar {
  background: #7230CA;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
  position: fixed;
  top: -100%;
  left: 0;
  width: 100%;
  z-index: 15;
  box-sizing: border-box;
  transition: all .3s;
}

.main-panel .bar.active {
  top: 0;
}

.main-panel .bar div {
  margin: 0 10px;
  height: 50px;
  width: 240px;
  cursor: pointer;
}

.main-panel .back {
  cursor: pointer;
  position: fixed;
  transform: translate(-50%, 0);
  right: 60px;
  bottom: -160px;
  background: url(../public/web_gotop.png) center / 100% 100% no-repeat;
  width: 40px;
  height: 130px;
  z-index: 15;
  transition: all .3s;
}

.main-panel .back.active {
  bottom: 20px;
}

.main-panel .bar .bar-btn-1 {
  background: url(../public/web_xfbtn_zs1.png) center / 100% 100% no-repeat;
}

.main-panel .bar .bar-btn-2 {
  background: url(../public/web_xfbtn_zs2.png) center / 100% 100% no-repeat;
}

.main-panel .bar .bar-btn-3 {
  background: url(../public/web_xfbtn_zs3.png) center / 100% 100% no-repeat;
}

.main-panel .bar .bar-btn-1.active {
  background: url(../public/web_xfbtn_blue1.png) center / 100% 100% no-repeat;
}

.main-panel .bar .bar-btn-2.active {
  background: url(../public/web_xfbtn_blue2.png) center / 100% 100% no-repeat;
}

.main-panel .bar .bar-btn-3.active {
  background: url(../public/web_xfbtn_blue3.png) center / 100% 100% no-repeat;
}

.main-panel .bar.inline-bar {
  position: sticky;
  transition: none;
  margin-bottom: 140px;
  top: 0;
}

.jquery-modal {
  z-index: 20 !important;
}

.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%;
} 
@keyframes light1 {
  from {
    transform: rotate(-5deg) translate(-100%, -100%)
  }

  to {
    transform: rotate(5deg) translate(-100%, -100%)
  }
}

@keyframes light2 {
  from {
    transform: rotate(10deg) translate(0, -100%)
  }

  to {
    transform: rotate(0deg) translate(0, -100%)
  }
}

@keyframes cloud1 {
  from {
    transform: translate(0, 0)
  }

  to {
    transform: translate(-50%, 50%)
  }
}

@keyframes cloud2 {
  from {
    transform: translate(-50%, 0)
  }

  to {
    transform: translate(-20%, 30%)
  }
}

@keyframes cloud3 {
  from {
    transform: translate(0, 0)
  }

  to {
    transform: translate(30%, -20%)
  }
}

@keyframes qq {
  from {
    transform: translate(0, 0)
  }

  to {
    transform: translate(0, -30%)
  }
}