/*reset*/
body {
  padding-top: 100px;
  background: linear-gradient(180deg, #021124 0%, #15334D 100%);
  padding-bottom: 200px;
}
.img--wrapper img {
  max-width: 100%;
  vertical-align: middle;
}
#collapse-head {
  color: #fff;
}
.am-topbar {
  margin-bottom: 0;
  border: none;
  background: #020B16;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.am-with-topbar-fixed-top {
  padding-top: 100px;
}
.am-topbar-nav > li > a:after {
  border: none;
}
.am-nav a {
  color: inherit;
}
.am-nav a:hover {
  color: #357ed9;
}
.am-nav a:active {
  color: #6b6b6b;
}
.am-topbar-brand {
  padding: 0;
  float: left;
  line-height: 80px;
}
.am-topbar-brand img {
  max-height: 42px;
}
.am-topbar-nav {
  float: right;
}
.am-topbar-nav > li > a {
  position: relative;
  padding: 0 23px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 80px;
  text-align: left;
  font-style: normal
}
.am-nav > li > a:focus, .am-nav > li > a:hover, .am-nav > li > a.am-active {
  background: transparent;
  color: #67E6FF;
  outline: none;
}
#collapse-head ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 18px;
  color: #fff;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 640px) {
  #collapse-head ul {
    display: block;
    height: auto;
    float: none;
  }
  .am-topbar-brand {
    line-height: 50px;
    margin-left: 10px;
  }
  .am-topbar-brand img {
    height: 19px;
  }
  .am-topbar-nav > li > a {
    font-size: 15px;
    padding: .4em 1em;
    line-height: 1.6;
    text-align: center;
  }
  .am-btn.am-topbar-toggle {
    background: #000;
    color: #fff;
  }
}
main section:not(:first-of-type) {
  margin: 48px auto 20px;
}
main section:last-child {
  margin-bottom: 200px;
}
.banner {
  min-height: 450px;
  position: relative;
}
.banner .img--wrapper {
}
.banner .img--wrapper img {
  max-width: 100%;
}
#demo-slider-0 {
  min-height: 449px;
}
#demo-slider-0 li .li-tip {
  width: 644px;
  height: 131px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.am-slider .am-slides img {
  max-width: 100vw;
}
.city-wrapper ul {
  margin-top: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.city-wrapper ul li {
  flex-basis: 166px;
  height: 66px;
  background: url("../images/city-bg.png") no-repeat center;
  background-size: contain;
  margin-top: 22px;
  padding-left: 76px;
  position: relative;
}
.city-wrapper ul li:not(:nth-child(5n+5)) {
  margin-right: 17px;
}
.city-wrapper ul li:last-child {
  margin-right: auto;
}
.city-wrapper ul li.active {
  background: url("../images/city-bg-active.png") no-repeat center;
  background-size: contain;
}
.city-wrapper ul li.gray {
  background: url("../images/city-bg-disabled.png") no-repeat center;
  background-size: contain;
}
.city-wrapper ul li .li-index {
  width: 66px;
  height: 66px;
  font-family: YouSheBiaoTiHei;
  font-weight: bold;
  font-size: 32px;
  color: #00EFFF;
  text-align: center;
  line-height: 66px;
  font-style: normal;
  position: absolute;
  top: 0;
  left: 0;
}
.city-wrapper ul li.gray .li-index {
  color: #fff;
}
.city-wrapper ul li .li-city-wrapper {
  height: 66px;
  padding-top: 3px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}
.city-wrapper ul li .li-city {
  font-family: YouSheBiaoTiHei;
  font-weight: bold;
  font-size: 24px;
  color: #FFFFFF;
  line-height: 1;
  text-align: left;
  font-style: normal;
}
.city-wrapper ul li .li-date {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 20px;
  text-align: left;
  font-style: normal;
}
.wrapped_title {
  width: 100%;
  margin: 48px auto 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.playing-wrapper .wrapped_title, .map-wrapper .wrapped_title {
  margin: 48px auto 20px;
}
.wrapped_title img {
  max-height: 58px;
}
.wrapped_title .title-tip {
  font-size: 36px;
  font-family: Arial-Black, Arial, serif;
  font-weight: 900;
  color: #FFFFFF;
  line-height: 36px;
  background: -webkit-linear-gradient(333deg, #70D3B9 0%, #3E83F6 100%);
  background: linear-gradient(117deg, #70D3B9 0%, #3E83F6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.wrapped_title .title-content {
  font-size: 20px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 20px;
  margin-top: 12px;
}
.title-tip {
  font-size: 24px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 33px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 30px;
}
.title-tip .img--wrapper {
  width: 15px;
  height: 33px;
  margin-left: 5px;
}
.title-tip .img--wrapper img {
  max-width: 100%;
  vertical-align: middle;
  margin-top: -4px;
}
.playing-wrapper .play-img-wrapper {
  height: 576px;
  background: url("../images/playing-bg.png") no-repeat center;
  background-size: contain;
  padding: 65px 52px 64px;
}
.playing-wrapper .play-img-wrapper .img--wrapper, .map-wrapper .map-img-wrapper .img--wrapper {
  height: 100%;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}
.playing-wrapper .play-img-wrapper .img--wrapper img, .map-wrapper .map-img-wrapper .img--wrapper img {
  max-width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.map-wrapper .map-img-wrapper {
  height: 554px;
  background: url("../images/map-bg.png") no-repeat center;
  background-size: contain;
  padding: 61px 52px;
}
.model-wrapper .model-list-wrapper ul {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: -40px;
}
.model-wrapper .model-list-wrapper ul li {
  flex-basis: 290px;
  height: 222px;
  background: url("../images/model-bg.png") no-repeat center;
  background-size: contain;
  position: relative;
  margin-top: 40px;
}
.model-wrapper .model-list-wrapper ul li:not(:nth-child(3n+3)) {
  margin-right: 15px;
}
.model-wrapper .model-list-wrapper ul li:last-child {
  margin-right: auto !important;
}
.model-wrapper .model-list-wrapper.firstModel ul li:nth-child(3n+3) {
  margin-right: 15px;
}
.model-wrapper .model-list-wrapper.firstModel ul li:nth-child(4n+4) {
  margin-right: 0;
}
.model-wrapper .model-list-wrapper ul li .li-info {
  position: relative;
  z-index: 2;
  text-align: left;
  padding: 25px 17px 15px 14px;
}
.model-wrapper .model-list-wrapper ul li .li-series-name {
  max-width: 150px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  font-size: 30px;
  color: #FFFFFF;
  line-height: 32px;
  font-style: normal
}
.model-wrapper .model-list-wrapper ul li .li-model {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 22px;
  font-style: normal;
  margin-top: 10px;
}
.model-wrapper .model-list-wrapper.active ul li:nth-child(1n+4) .li-model {
  max-width: 10em;
}
.model-wrapper .model-list-wrapper ul li .li-info-tip {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 22px;
  font-style: normal;
  margin-top: 4px;
}
.model-wrapper .model-list-wrapper.active ul li .li-total-num-wrapper {
  width: 102px;
  height: 103px;
  background: url("../images/rank-tip.png") no-repeat center;
  background-size: contain;
  position: absolute;
  top: -10px;
  right: 16px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
}
.model-wrapper .model-list-wrapper.active ul li .li-index {
  font-family: Alibaba-PuHuiTi, Alibaba-PuHuiTi;
  font-weight: bold;
  font-size: 44px;
  color: #257ECA;
  line-height: 60px;
  text-align: right;
  font-style: normal;
}
.model-wrapper .model-list-wrapper.active ul li .li-total-num {
  font-family: Alibaba-PuHuiTi, Alibaba-PuHuiTi;
  font-weight: normal;
  font-size: 12px;
  color: #257ECA;
  line-height: 20px;
  text-align: center;
  font-style: normal;
}
.model-wrapper .model-list-wrapper ul li .img--wrapper {
  width: 184px;
  height: 83px;
  overflow: hidden;
  position: absolute;
  bottom: 15px;
  right: 4px;
}
.model-wrapper .model-list-wrapper ul li .img--wrapper img {
  max-width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.model-wrapper .model-list-wrapper.active ul li:first-child {
  flex-basis: 100%;
  height: 269px;
  background: url("../images/no.1.png") no-repeat center;
  background-size: contain;
  margin-right: 0;
}
.model-wrapper .model-list-wrapper.active ul li:first-child .li-info {
  padding: 38px 382px 34px 0;
  text-align: right;
}
.model-wrapper .model-list-wrapper.active ul li:first-child .li-series-name {
  max-width: 200%;
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  font-size: 44px;
  color: #FFFFFF;
  line-height: 62px;
  font-style: normal;
}
.model-wrapper .model-list-wrapper.active ul li:first-child .li-model {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 26px;
  color: #FFFFFF;
  line-height: 37px;
  font-style: normal;
  margin-top: 5px;
}
.model-wrapper .model-list-wrapper.active ul li:first-child .li-info-tip {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 20px;
  color: #FFFFFF;
  line-height: 28px;
  font-style: normal;
  margin-top: 2px;
}
.model-wrapper .model-list-wrapper.active ul li:first-child .li-total-num {
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 24px;
  color: #FFFFFF;
  line-height: 56px;
  text-align: right;
  font-style: normal;
  margin-top: 7px;
}
.model-wrapper .model-list-wrapper.active ul li:first-child .li-total-num span {
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  font-size: 40px;
  color: #03FAC5;
  line-height: 56px;
  text-shadow: 0 0 10px rgba(3, 250, 197, 0.4);
  font-style: normal;
}
.model-wrapper .model-list-wrapper.active ul li:first-child .img--wrapper {
  width: 379px;
  height: 171px;
  position: absolute;
  bottom: -4px;
  right: -18px;
}
.model-wrapper .model-list-wrapper.firstModel ul li:first-child {
  flex-basis: 100%;
  height: 269px;
  background: url("../images/no.1.png") no-repeat center;
  background-size: contain;
  margin-right: 0;
}
.model-wrapper .model-list-wrapper.firstModel ul li:first-child .li-info {
  padding: 38px 382px 34px 0;
  text-align: right;
}
.model-wrapper .model-list-wrapper.firstModel ul li:first-child .li-series-name {
  max-width: 200%;
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  font-size: 44px;
  color: #FFFFFF;
  line-height: 62px;
  font-style: normal;
}
.model-wrapper .model-list-wrapper.firstModel ul li:first-child .li-model {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 26px;
  color: #FFFFFF;
  line-height: 37px;
  font-style: normal;
  margin-top: 5px;
}
.model-wrapper .model-list-wrapper.firstModel ul li:first-child .li-info-tip {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 20px;
  color: #FFFFFF;
  line-height: 28px;
  font-style: normal;
  margin-top: 2px;
}
.model-wrapper .model-list-wrapper.firstModel ul li:first-child .li-total-num {
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 24px;
  color: #FFFFFF;
  line-height: 56px;
  text-align: right;
  font-style: normal;
  margin-top: 7px;
}
.model-wrapper .model-list-wrapper.firstModel ul li:first-child .li-total-num span {
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  font-size: 40px;
  color: #03FAC5;
  line-height: 56px;
  text-shadow: 0 0 10px rgba(3, 250, 197, 0.4);
  font-style: normal;
}
.model-wrapper .model-list-wrapper.firstModel ul li:first-child .img--wrapper {
  width: 379px;
  height: 171px;
  position: absolute;
  bottom: -4px;
  right: -18px;
}
.model-wrapper .model-list-wrapper.active ul li:nth-child(2) {
  flex-basis: 441px;
  height: 220px;
  background: url("../images/no.2.png") no-repeat center;
  background-size: contain;
  margin-right: 18px;
}
.model-wrapper .model-list-wrapper.active ul li:nth-child(2) .li-info, .model-wrapper .model-list-wrapper.active ul li:nth-child(3) .li-info {
  padding: 22px 279px 40px 0;
  text-align: right;
}
.model-wrapper .model-list-wrapper.active ul li:nth-child(2) .li-series-name, .model-wrapper .model-list-wrapper.active ul li:nth-child(3) .li-series-name {
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  font-size: 32px;
  color: #FFFFFF;
  line-height: 45px;
  font-style: normal;
  max-width: 162px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.model-wrapper .model-list-wrapper.active ul li:nth-child(2) .li-model, .model-wrapper .model-list-wrapper.active ul li:nth-child(3) .li-model {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 20px;
  color: #FFFFFF;
  line-height: 28px;
  font-style: normal;
  margin-top: 10px;
  max-width: 162px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.model-wrapper .model-list-wrapper.active ul li:nth-child(2) .li-info-tip, .model-wrapper .model-list-wrapper.active ul li:nth-child(3) .li-info-tip {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 22px;
  font-style: normal;
  margin-top: -2px;
}
.model-wrapper .model-list-wrapper.active ul li:nth-child(2) .li-total-num, .model-wrapper .model-list-wrapper.active ul li:nth-child(3) .li-total-num {
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 25px;
  font-style: normal;
  margin-top: 7px;
}
.model-wrapper .model-list-wrapper.active ul li:nth-child(2) .li-total-num span, .model-wrapper .model-list-wrapper.active ul li:nth-child(3) .li-total-num span {
  font-weight: 600;
  font-size: 34px;
  color: #03FAC5;
  line-height: 48px;
  text-shadow: 0 0 10px rgba(3, 250, 197, 0.4);
  font-style: normal;
}
.model-wrapper .model-list-wrapper.active ul li:nth-child(2) .img--wrapper, .model-wrapper .model-list-wrapper.active ul li:nth-child(3) .img--wrapper {
  width: 274px;
  height: 124px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.model-wrapper .model-list-wrapper.active ul li:nth-child(3) {
  flex-basis: 441px;
  height: 220px;
  background: url("../images/no.3.png") no-repeat center;
  background-size: contain;
}
.joiner-wrapper .joiner-list ul {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: -30px;
}
.joiner-wrapper .joiner-list ul li {
  width: 290px;
  height: 399px;
  padding: 26px 16px;
  background: url("../images/joiner-bg.png") no-repeat center;
  background-size: contain;
  margin-top: 30px;
}
.joiner-wrapper .joiner-list ul li:not(:nth-child(3n+3)) {
  margin-right: 15px;
}
.joiner-wrapper .joiner-list ul li:last-child {
  margin-right: auto;
}
.joiner-wrapper .joiner-list .li-container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.joiner-wrapper .joiner-list .li-container .li-info {
  flex-basis: 50%;
}
.joiner-wrapper .joiner-list .li-info .img--wrapper {
  width: 126px;
  height: 212px;
  background: #D8D8D8;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
.joiner-wrapper .joiner-list .li-info .img--wrapper img {
  max-width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.joiner-wrapper .joiner-list .li-info p {
  text-align: center;
  max-width: 126px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.joiner-wrapper .joiner-list .li-info .info-type {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 22px;
  font-style: normal;
  margin-top: 12px;
}
.joiner-wrapper .joiner-list .li-info .info-name {
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  font-size: 24px;
  color: #FFFFFF;
  line-height: 33px;
  font-style: normal;
  margin-top: 6px;
}
.joiner-wrapper .joiner-list .li-info .info-desc {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 25px;
  font-style: normal;
  margin-top: 4px;
}
.section-list-wrapper ul {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: -30px;
}
.section-list-wrapper ul li {
  flex-basis: 290px;
  margin-top: 30px;
}
.section-list-wrapper ul li:not(:nth-child(3n+3)) {
  margin-right: 15px;
}
.section-list-wrapper ul li:last-child {
  margin-right: auto;
}
.section-list-wrapper ul li .img--wrapper {
  width: 290px;
  height: 160px;
  background: rgba(216, 216, 216, 0.01);
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
.section-list-wrapper ul li .img--wrapper img {
  max-width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.section-list-wrapper ul li .li-title {
  height: 90px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  font-size: 22px;
  color: #FFFFFF;
  line-height: 30px;
  font-style: normal;
  margin-top: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.my_alert {
  padding: 1.67em 1em;
  position: fixed;
  text-align: center;
  font-size: 18px;
  color: #fff;
  top: 35%;
  left: 50%;
  width: 70%;
  max-width: 300px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  display: none;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 8px;
  z-index: 4;
}
.main-fixed {
  position: fixed;
  top: 20%;
  right: 2%;
}
.main-fixed li {
  margin-bottom: 12px;
}
.main-fixed li .img--wrapper {
  width: 152px;
  height: 152px;
  overflow: hidden;
  position: relative;
}
.main-fixed li#share-wrapper .img--wrapper {
  width: 130px;
  height: 130px;
  margin: 0 auto;
}
.main-fixed li .img--wrapper img {
  max-width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.main-fixed li .li-share {
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 22px;
  text-align: center;
  font-style: normal;
  margin-top: 10px;
}
.rule, .rule p {
  font-size: 16px;
  line-height: 1.75em;
  letter-spacing: 0.5px;
  margin-bottom: 24px;
}