body {
  padding-top: 0;
  background: linear-gradient(180deg, #021124 0%, #15334D 100%);
  padding-bottom: 100px;
}
/*reset*/
main {
  max-width: 412px;
  margin: 0 auto;
}
.wrapped {
  width: 91.4666%;
  max-width: 412px;
}
.banner, .banner-slider.am-slider-default {
  max-width: 100%;
  position: relative;
}
.banner > .img--wrapper {
  /*min-height: 464px;*/
}
.banner img {
  width: 100%;
}
.header {
  width: 100%;
  height: 45px;
  padding: 0 16px;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.header .banner-link {
  width: 50px;
  height: 31px;
}
.navbar-wrapper {
  position: absolute;
  top: 0;
  right: 16px;
  z-index: 2;
}
.navbar-wrapper .navbar-bg-wrapper {
  display: none;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
}
.navbar-wrapper .img--wrapper {
  width: 44px;
  height: 44px;
  z-index: 2;
}
.navbar-wrapper .navbar-list {
  display: none;
  width: 116px;
  height: 278px;
  padding: 10px 12px;
  background: url("../images/navbar-list-bg.png") no-repeat center;
  background-size: contain;
  position: absolute;
  top: 41px;
  right: 0;
  z-index: 2;
}
.navbar-wrapper.active .navbar-bg-wrapper, .navbar-wrapper.active .navbar-list {
  display: block;
}
.navbar-wrapper .navbar-list li {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 36px;
  text-align: center;
  font-style: normal;
}
.navbar-wrapper .navbar-list li:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.am-slider-default {
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 0;
  background: transparent;
  min-height: 52px;
}
.city-wrapper {
  margin: 25px auto;
}
.city-wrapper ul li {
  width: 126px !important;
  height: 50px;
  background: url("../images/city-bg.png") no-repeat center;
  background-size: contain;
  padding-left: 55px;
  position: relative;
}
.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: 52px;
  height: 52px;
  font-family: YouSheBiaoTiHei;
  font-weight: bold;
  font-size: 30px;
  color: #00EFFF;
  text-align: center;
  line-height: 52px;
  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: 50px;
  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: 18px;
  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: 12px;
  color: #FFFFFF;
  line-height: 17px;
  text-align: left;
  font-style: normal;
}
main section:last-child {
  margin-bottom: 150px;
}
.wrapped_title {
  margin: 25px auto 15px;
  text-align: center;
}
.wrapped_title img {
  height: 42px;
}
.wrapped_title .title-tip {
  font-size: 18px;
  font-family: Arial-Black, Arial, serif;
  font-weight: 900;
  color: #FFFFFF;
  line-height: 1;
  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: 10px;
  font-family: PingFangSC-Regular, PingFang SC, serif;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 1;
  margin-top: 6px;
}
.list--more {
  font-size: 14px;
  color: #E9E3BD;
  line-height: 24px;
  text-align: center;
  margin-top: 12px;
}
.list--more span {
  display: inline-block;
  padding: 0 8px;
  border: 1px solid #DBD5B0;
  border-radius: 4px;
  vertical-align: baseline;
}
.list--more .img--wrapper {
  height: 14px;
  position: relative;
}
.list--more .img--wrapper img {
  height: 100%;
  vertical-align: bottom;
}
.list--more {
  font-size: 12px;
  padding: 15px;
  text-align: center;
  margin: 0 auto;
}
.playing-wrapper .play-img-wrapper {
  width: 343px;
  height: 220px;
  background: url("../images/playing-bg.png") no-repeat center;
  background-size: contain;
  padding: 25px 20px;
  margin: 0 auto;
}
.playing-wrapper .play-img-wrapper .img--wrapper, .map-wrapper .map-img-wrapper .img--wrapper {
  height: 100%;
  border-radius: 6px;
  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 {
  width: 343px;
  height: 212px;
  background: url("../images/map-bg.png") no-repeat center;
  background-size: contain;
  padding: 23px 19px;
  margin: 0 auto;
}
.model-wrapper .model-list-wrapper ul {
  width: 343px;
  margin: 0 auto;
}
.model-wrapper .model-list-wrapper ul li {
  width: 343px;
  height: 112px;
  background: url("../images/model-bg.png") no-repeat center;
  background-size: contain;
  position: relative;
  margin-top: 20px;
}
.model-wrapper .model-list-wrapper ul li .li-info {
  position: relative;
  z-index: 3;
  text-align: right;
  padding: 14px 22px;
}
.model-wrapper .model-list-wrapper ul li .li-series-name {
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 22px;
  font-style: normal;
}
.model-wrapper .model-list-wrapper ul li .li-model {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #FFFFFF;
  line-height: 17px;
  font-style: normal;
  margin-top: 8px;
}
.model-wrapper .model-list-wrapper ul li .li-info-tip {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #FFFFFF;
  line-height: 17px;
  font-style: normal;
}
.model-wrapper .model-list-wrapper ul li .img--wrapper {
  width: 160px;
  height: 72px;
  overflow: hidden;
  position: absolute;
  bottom: 7px;
  left: 25px;
  z-index: 2;
}
.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 {
  height: 106px;
  background: url("../images/no.1.png") no-repeat center;
  background-size: contain;
}
.model-wrapper .model-list-wrapper.firstModel ul li:first-child {
  height: 106px;
  background: url("../images/no.1.png") no-repeat center;
  background-size: contain;
}
.model-wrapper .model-list-wrapper.active ul li:nth-child(2) {
  height: 106px;
  background: url("../images/no.2.png") no-repeat center;
  background-size: contain;
}
.model-wrapper .model-list-wrapper.active ul li:nth-child(3) {
  height: 106px;
  background: url("../images/no.3.png") no-repeat center;
  background-size: contain;
}
.model-wrapper .model-list-wrapper.active ul li:not(:nth-child(1n+4)) .li-info {
  padding: 8px 149px 5px 0;
  text-align: right;
}
.model-wrapper .model-list-wrapper.active ul li:not(:nth-child(1n+4)) .li-series-name {
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  font-size: 20px;
  color: #FFFFFF;
  line-height: 28px;
  font-style: normal;
}
.model-wrapper .model-list-wrapper.active ul li:not(:nth-child(1n+4)) .li-model {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #FFFFFF;
  line-height: 17px;
  font-style: normal;
  margin-top: 2px;
}
.model-wrapper .model-list-wrapper.active ul li:not(:nth-child(1n+4)) .li-info-tip {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 10px;
  color: #FFFFFF;
  line-height: 14px;
  font-style: normal;
}
.model-wrapper .model-list-wrapper.active ul li:not(:nth-child(1n+4)) .li-total-num {
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 28px;
  font-style: normal;
  margin-top: 4px;
}
.model-wrapper .model-list-wrapper.active ul li:not(:nth-child(1n+4)) .li-total-num span {
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  font-size: 20px;
  color: #03FAC5;
  line-height: 28px;
  text-shadow: 0 0 6px rgba(3, 250, 197, 0.4);
  font-style: normal;
}
.model-wrapper .model-list-wrapper.active ul li:not(:nth-child(1n+4)) .img--wrapper {
  width: 150px;
  height: 68px;
  position: absolute;
  bottom: -2px;
  right: -7px;
  left: auto;
}
.model-wrapper .model-list-wrapper.firstModel ul li:first-child .li-info {
  padding: 8px 149px 5px 0;
  text-align: right;
}
.model-wrapper .model-list-wrapper.firstModel ul li:first-child .li-series-name {
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  font-size: 20px;
  color: #FFFFFF;
  line-height: 28px;
  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: 12px;
  color: #FFFFFF;
  line-height: 17px;
  font-style: normal;
  margin-top: 2px;
}
.model-wrapper .model-list-wrapper.firstModel ul li:first-child .li-info-tip {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 10px;
  color: #FFFFFF;
  line-height: 14px;
  font-style: normal;
}
.model-wrapper .model-list-wrapper.firstModel ul li:first-child .li-total-num {
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 28px;
  font-style: normal;
  margin-top: 4px;
}
.model-wrapper .model-list-wrapper.firstModel ul li:first-child .li-total-num span {
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  font-size: 20px;
  color: #03FAC5;
  line-height: 28px;
  text-shadow: 0 0 6px rgba(3, 250, 197, 0.4);
  font-style: normal;
}
.model-wrapper .model-list-wrapper.firstModel ul li:first-child .img--wrapper {
  width: 150px;
  height: 68px;
  position: absolute;
  bottom: -2px;
  right: -7px;
  left: auto;
}
.model-wrapper .model-list-wrapper.active ul li:nth-child(1n+4) .li-total-num-wrapper {
  width: 70px;
  height: 64px;
  background: url("../images/rank-tip.png") no-repeat center;
  background-size: contain;
  position: absolute;
  top: -9px;
  left: 10px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
}
.model-wrapper .model-list-wrapper.active ul li:nth-child(1n+4) .li-index {
  font-family: Alibaba-PuHuiTi, Alibaba-PuHuiTi;
  font-weight: bold;
  font-size: 26px;
  color: #257ECA;
  line-height: 35px;
  text-align: center;
  font-style: normal;
}
.model-wrapper .model-list-wrapper.active ul li:nth-child(1n+4) .li-total-num {
  font-family: Alibaba-PuHuiTi, Alibaba-PuHuiTi;
  font-weight: normal;
  font-size: 10px;
  color: #257ECA;
  line-height: 14px;
  text-align: center;
  font-style: normal;
}
.joiner-wrapper .joiner-list ul {
  width: 343px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: -12px auto 0;
}
.joiner-wrapper .joiner-list ul li {
  width: 165px;
  height: 226px;
  padding: 14px 11px;
  background: url("../images/joiner-bg.png") no-repeat center;
  background-size: contain;
  margin-top: 12px;
}
.joiner-wrapper .joiner-list ul li:not(:nth-child(2n+2)) {
  margin-right: 13px;
}
.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: 70px;
  height: 117px;
  background: #D8D8D8;
  border-radius: 4px;
  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: 70px;
  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: 10px;
  color: #FFFFFF;
  line-height: 14px;
  font-style: normal;
  margin-top: 6px;
}
.joiner-wrapper .joiner-list .li-info .info-name {
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 20px;
  font-style: normal;
  margin-top: 6px;
}
.joiner-wrapper .joiner-list .li-info .info-desc {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 10px;
  color: #FFFFFF;
  line-height: 14px;
  font-style: normal;
}
.section-list-wrapper ul {
  width: 343px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: -12px auto 0;
}
.section-list-wrapper ul li {
  flex-basis: 165px;
  margin-top: 12px;
}
.section-list-wrapper ul li:not(:nth-child(2n+2)) {
  margin-right: 13px;
}
.section-list-wrapper ul li:last-child {
  margin-right: auto;
}
.section-list-wrapper ul li .img--wrapper {
  width: 165px;
  height: 90px;
  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: 60px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 20px;
  text-align: left;
  font-style: normal;
  margin-top: 10px;
  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;
}
.rule, .rule p {
  font-size: 16px;
  color: #fff;
  line-height: 1.75em;
  letter-spacing: 0.5px;
  margin-bottom: 24px;
}