/* common < */
.pc-hide {
  display: none !important;
}
.header {
  width: 100%;
  height: 60px;
  min-width: 1430px;
  position: relative;
  z-index: 2;
}
.header2 {
  position: absolute;
  height: 100vh;
}
.bannertop {
  margin-top: 60px !important;
}
.footer {
  width: 100%;
  height: 594px;
  position: relative;
  z-index: 2;
  min-width: 1300px;
}
.content {
  overflow: hidden;
  padding-bottom: 60px;
  background-color: #860c1b;
}
/* common > */

/* section < */
.section {
  border-width: 0rem;
  border-radius: 0rem;
}
.section.is-center {
  width: 1152px;
}

.section.has-connect::before {
  left: 0.32rem;
}
.section.has-connect::after {
  right: 0.32rem;
}

.top {
  height: 8rem;
  background: linear-gradient(180deg, #a32026 0%, #860c1b 100%);
  /* border: 1px solid; */
  position: relative;
}

.countdown .top-title-1 {
  margin-top: 81px;
  font-size: 56px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #ffffff;
  display: block;
  text-align: left;
  max-width: 434px;
  line-height: 56px;
}

.countdown .top-title-2 {
  max-width: 434px;
  margin-top: 24px;
  margin-bottom: 40px;
  font-size: 28px;
  font-family: GoogleSans-Bold, GoogleSans;
  font-weight: bold;
  color: #ffd3a0;
  display: block;
  text-align: left;
  /* line-height: 48px; */
}

.countdown .countdown--title {
  font-size: 20px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #ffffff;
  text-align: left;
  margin-bottom: 24px;
}

.countdown--bg {
  padding: 10px 27px;
  min-width: 72px;
}

.top--title-bg {
  position: relative;
  height: 100%;
}
.top--title-bg .top--title--pc {
  position: absolute;
  top: 100px;
  right: 18px;
  width: 1175px;
}
.top--title-bg .top-title--pc-huas {
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  padding-left: 20px;
}
.top--title-bg .top-title--pc-hua {
  height: 172px;
}
.top--title-bg .top-title--pc-hua-left {
  position: absolute;
  width: 182px;
  left: 145px;
  bottom: -386px;
}
.top--title-bg .top-title--pc-hua-right {
  position: absolute;
  width: 191px;
  bottom: -319px;
  right: 200px;
}
/* top > */

/* ranking-list < */
.ranking-list {
  display: flex;
  align-items: stretch;
  padding: 0.4rem 0.32rem;
  margin-top: 0.32rem;
}
.ranking-list--item + .ranking-list--item {
  margin-left: 0.32rem;
}
.ranking-list--content {
  flex-basis: 50%;
  background-color: #7b1c27ff;
  border-radius: 0.16rem;
  /* border: 0.02rem solid #5940b8; */
  margin-top: 0.2rem;
  padding: 0.24rem;
  flex-grow: 1;
  min-height: 6.16rem;
}
.ranking-list--table thead tr,
.ranking-list--table tr:nth-child(2n) {
  background-color: #962c2dff;
}
.ranking-list--table {
  font-size: 0.14rem;
}
.ranking-list--table th {
  line-height: 0.2rem;
  padding: 0.1rem 0.12rem;
}
.ranking-list--table td {
  line-height: 0.17rem;
  padding: 0.2rem 0.12rem;
}
.ranking-list--table tr > td:first-child,
.ranking-list--table tr > th:first-child {
  padding-left: 0.24rem;
}
.ranking-list--table tr > td:first-child {
  padding-left: 0.34rem;
}
.ranking-list--table tr > td:last-child,
.ranking-list--table tr > th:last-child {
  padding-right: 0.24rem;
  text-align: right;
}
.ranking-list--nodata {
  font-size: 0.14rem;
  line-height: 0.2rem;
  margin-top: 2.72rem;
}
/* ranking-list > */

/* rule-schedule < */
.rule-schedule {
  width: 12rem;
  display: flex;
  align-items: stretch;
}
.rule-schedule--item:not(:last-child) {
  margin-right: 0.32rem;
}
/* rule-schedule > */

/* countdown < */
.countdown {
  left: 120px;
  top: 0px;
  z-index: 1;
}

.juanzhou {
  height: 76px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -40px;
}
.juanzhoubg {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  bottom: 0;
}
.juanzhoubottom {
  top: auto;
  bottom: -40px;
}
/* countdown > */

/* tab < */
.tab--nav {
  justify-content: center;
}
.tab--nav--item {
  max-width: 30%;
  height: 88px;
}
.tab--nav--item .btnleft {
  height: 88px;
  margin-right: -6px;
}
.tab--nav--item .btnright {
  height: 88px;
  margin-left: -6px;
}
.tab--nav--item .tab--nav--txt {
  background: #962c2d;
  border-top: 5px solid #de5c58ff;
  border-bottom: 5px solid #de5c58ff;
  z-index: 2;
  height: 88px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: calc(100% - 100px);
}
.tab--nav--item.is-active .tab--nav--txt {
  background: #ffd1ab !important;
  border-top: 5px solid #ffb838ff !important;
  border-bottom: 5px solid #ffb838ff !important;
}

.tab--nav--item + .tab--nav--item {
  margin-left: 0.52rem;
}
.tab--nav--item--title {
  font-size: 24px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #ffd4a7;
  line-height: 22px;
}

.tab--nav--item--desc {
  color: #ffd4a7cc;
  line-height: 0.14rem;
}

.tab--nav--item.is-active .tab--nav--item--desc {
  color: #111622ff;
}

.tab--nav--item--desc .tab--nav--item--desc-money {
  color: #ffa91cff;
}

.tab--nav--item.is-active .tab--nav--item--desc .tab--nav--item--desc-money {
  color: #b36f00ff;
}

.tab--nav--item.is-active .tab--nav--item--title {
  color: #b36f00ff;
}
/* tab > */

/* enroll < */
.enroll {
  margin-top: 0.48rem;
  padding: 0.32rem 0.32rem 0.68rem;
}
.enroll--success {
  padding: 0.16rem 0 0.48rem;
  font-size: 0.28rem;
  line-height: 0.4rem;
}
.enroll--info--item:first-child::after {
  height: 0.84rem;
}
.enroll--info {
  border-radius: 0.16rem;
  padding: 0.4rem 0;
  background: #7b1c27;
}
.enroll--info--label {
  font-size: 0.16rem;
  line-height: 0.22rem;
}
.enroll--info--value {
  margin-top: 0.08rem;
  font-size: 0.44rem;
  line-height: 0.55rem;
}
.enroll--progress--content {
  overflow: hidden;
}
.enroll--button {
  min-width: 3.2rem;
  height: 0.64rem;
  font-size: 0.24rem;
  margin-top: 0.51rem;
  z-index: 1;
  position: relative;
  background: linear-gradient(135deg, #ffe6d3 0%, #ffa73f 100%);
  border-radius: 0.36rem;
  color: #962c2d;
}
.enroll--button::before {
  position: absolute;
  content: "";
  background-image: url("../images/yunleft.png");
  width: 1.08rem;
  height: 1.28rem;
  transform: scale(0.5);
  left: -0.23rem;
  bottom: -0.3rem;
}
.enroll--button::after {
  position: absolute;
  content: "";
  background-image: url("../images/yunright.png");
  width: 1.08rem;
  height: 1.28rem;
  transform: scale(0.5);
  right: -0.23rem;
  top: -0.3rem;
}
.enroll--group {
  display: flex;
  align-items: center;
  margin-top: 0.51rem;
  position: relative;
  z-index: 1;
}
.enroll--group--item {
  flex-basis: 100%;
  background-color: #7b1c27ff;
  border-radius: 0.12rem;
  /* border: 0.02rem solid #5940b8; */
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.24rem;
}
.enroll--group--item + .enroll--group--item {
  margin-left: 0.32rem;
}
.enroll--group--label {
  font-size: 0.2rem;
  line-height: 0.28rem;
  color: #ffd3a0ff;
  font-weight: 500;
}
.enroll--group--desc {
  font-size: 0.14rem;
  line-height: 0.14rem;
  color: #ffd3a0;
  font-weight: 400;
  margin-top: 0.04rem;
}
.enroll--group--btn {
  min-width: 140px;
  height: 48px;
  background: linear-gradient(135deg, #ffe6d3 0%, #ffa73f 100%);
  color: #962c2d;
  border-radius: 0.24rem;
  /* border: 0.02rem solid #5940b8; */
  margin-left: 0.24rem;
}
/* enroll > */

/* title < */
.title {
  font-size: 0.2rem;
  line-height: 0.28rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.title::before,
.title::after {
  content: "";
  width: 1.1rem;
  height: 0.22rem;
  background-size: 100%;
  background-repeat: no-repeat;
}
.title::before {
  background-image: url(../images/title-before.png);
  margin-right: 0.2rem;
}
.title::after {
  background-image: url(../images/title-after.png);
  margin-left: 0.2rem;
}
/* title > */

/* rule-schedule < */
.rule-schedule {
  margin: 0.42rem auto 0;
  font-size: 0.14rem;
  line-height: 0.32rem;
}
.rule-schedule--item {
  flex-basis: 50%;
  padding: 0.38rem 0.3rem 1rem;
}
.rule-schedule--content {
  margin-top: 0.24rem;
}
/* rule-schedule > */

/* team < */
.team {
  width: 100% !important;
  padding: 0.4rem;
  /* margin-top: 0.56rem; */
  margin-bottom: 0.32rem;
  text-align: center;
  border-radius: 0.16rem !important;
}
.team--fail--title {
  font-size: 0.24rem;
  line-height: 0.33rem;
  font-weight: 600;
  color: #ffd3a0ff;
}
.team--fail--tips {
  font-size: 0.18rem;
  line-height: 0.28rem;
  margin-top: 0.16rem;
  color: #ffd3a0ff;
}
.team--btn-group {
  margin-top: 0.32rem;
}
.team--btn {
  font-size: 0.16rem;
  line-height: 0.22rem;
  min-width: 2rem;
  padding: 0.11rem 0.22rem;
}
.team--btn + .team--btn {
  margin-left: 0.24rem;
}
/* team > */

/* trade&my-team < */
.my-team,
.trade {
  /* margin-top: 0.56rem; */
  margin-bottom: -0.16rem;
  padding: 0.32rem 0.32rem 0.4rem;
  width: 100% !important;
  background: #7b1c27;
  border-radius: 16px;
  margin-bottom: 0.32rem;
}
.my-team--btns {
  display: flex;
}
.my-team--go,
.trade--go {
  height: 0.56rem;
  min-width: 1.6rem;
  font-size: 0.2rem;
  line-height: 0.28rem;
  padding: 0.14rem 0.28rem;
}
.trade--volume--unit {
  font-size: 0.24rem;
  line-height: 0.3rem;
  margin-left: 0.16rem;
}
.my-team--label,
.trade--volume--label {
  font-size: 0.16rem;
  line-height: 0.22rem;
  color: #ffd4a7ff;
}
.trade--volume--tips {
  margin-left: 0.16rem;
}
.my-team--value,
.trade--volume--b {
  margin-top: 0.08rem;
}
.my-team--value,
.trade--volume--value {
  font-size: 0.44rem;
  line-height: 0.55rem;
  font-weight: bold;
}
.my-team--data,
.trade--data {
  text-align: center;
  background-color: #962c2dff;
  border-radius: 0.16rem;
  border: 0rem solid;
  padding: 0.26rem 0 0.3rem;
  margin-top: 0.24rem;
}
.trade--data th,
.trade--data td {
  width: 20%;
}
.my-team--data th + th,
.my-team--data td + td,
.trade--data th + th,
.trade--data td + td {
  border-left: 1px solid #860c1b;
}
.my-team--data th,
.trade--data th {
  padding-bottom: 0.08rem;
  font-size: 0.12rem;
  line-height: 0.2rem;
  color: #ffd4a7;
  font-weight: 400;
  padding-top: 0.04rem;
}
.my-team--data td,
.trade--data td {
  font-size: 0.24rem;
  line-height: 0.3rem;
  font-weight: bold;
  padding-bottom: 0.04rem;
  color: #ffa91cff;
}
/* trade&my-team > */

/* dialog < */
.dialog--content {
  width: 4.8rem;
  /*min-height: 2.68rem;*/
  border-radius: 0.24rem;
  padding: 0.4rem 0.32rem;
  border-width: 1px;
}
.dialog--input {
  height: 0.48rem;
  background: #7b1c27ff;
  border-radius: 0.04rem;
  /* border: 0.01rem solid #5940b8; */
  width: 100%;
  margin-top: 0.32rem;
  color: #fff;
  outline: none;
  padding: 0 0.16rem;
}
.dialog--input {
  height: 0.48rem;
}
.dialog--error {
  margin-top: 0.12rem;
}
.dialog--button + .dialog--button {
  margin-left: 0.16rem;
}
.dialog--footer {
  margin-top: 0.32rem;
}
/* dialog > */

/* active-rule < */
.active-rule {
  position: fixed;
  right: 0;
  top: 50%;
  margin-top: -0.2rem;
  border-width: 0;
  background: linear-gradient(135deg, #ffe6d3 0%, #ffa73f 100%);
  color: #962c2d;
  border-radius: 1rem 0 0 1rem;
  font-size: 0.14rem;
  line-height: 0.2rem;
  font-weight: 400;
  padding: 0.1rem 0.18rem 0.1rem 0.22rem;
}
/* active-rule > */

/* warning < */
.warning {
  width: 0.2rem;
  height: 0.2rem;
  margin-left: 0.08rem;
}
/* warning > */

/* invite-record < */
.invite-record--content {
  padding: 0.24rem 0.32rem;
  width: 7.2rem;
}
.invite-record--title {
  font-size: 0.2rem;
  line-height: 0.28rem;
}
.invite-record--body {
  margin-top: 0.2rem;
}
.invite-record--table th {
  padding: 0.08rem 0.16rem;
}
.invite-record--table td {
  padding: 0.125rem 0.16rem;
}
/* invite-record > */
