*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
body {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
  font: 0.14rem/1.4285714285714286 "DINPro-Medium", "DINPro", "PingFangSC-Regular", "PingFang SC";
  background: #1c1e27;
  color: #fff;
}
button {
  border: none;
  color: inherit;
  font: inherit;
  cursor: pointer;
  transition: opacity 0.3s linear;
}
button:not(:disabled):hover {
  opacity: 0.8;
}
button:disabled {
  cursor: not-allowed;
  -webkit-filter: grayscale(50%);
  filter: grayscale(50%);
}
li {
  list-style: none;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
input[type="number"] {
  -moz-appearance: textfield;
}
span {
  user-select: none;
}
table {
  border-collapse: collapse;
  width: 100%;
}

@media screen and (min-width: 1200px) {
  html {
    font-size: 100px;
  }
}
@media screen and (max-width: 1199px) and (min-width: 769px) {
  html {
    font-size: calc(100vw / 3.75);
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: calc(100vw / 3.75);
  }
}

/* common < */
.c-profit {
  color: #17be9e;
}
.c-reward {
  background: linear-gradient(135deg, #ffe6d3 0%, #ffa73f 100%);
  border-radius: 4px;
  font-size: 0.14rem;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #962c2d !important;
  padding: 0.08rem 0.16rem;
}

.c-reward2 {
  background: none;
  color: #ffa91cff !important;
}
.hide {
  display: none !important;
}
.opacityhide {
  opacity: 0 !important;
}
/* common > */

/* top < */
/* .top--title-wrap,
.top--title {
  display: block;
  margin-left: auto;
  margin-right: auto;
} */
/* top > */

/* countdown < */
.countdown {
  text-align: left;
  position: absolute;
}
.countdown--title {
  font-weight: 500;
}
.countdown--con {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  min-width: 1.83rem;
  /* height: 0.4rem; */
  border-radius: 0.08rem;
  font: 0.18rem/0.4rem DINPro;
  font-weight: 500;
  color: #fff;
}
.countdown--bg {
  background: linear-gradient(135deg, #ffe6d3 0%, #ffa73f 100%);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.countdown--bg .ctime {
  font-size: 32px;
  font-family: DINPro-Bold, DINPro;
  font-weight: bold;
  color: #111622;
  line-height: 40px;
}
.countdown--bg .cunit {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #885f1e;
  line-height: 20px;
}
.countdown--con .maohao {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: 80px;
  padding: 25px 20px;
}
.countdown--con .maohao .dian {
  width: 8px;
  height: 8px;
  background: #ffd3a0;
  border-radius: 50%;
}
/* countdown > */

/* tab < */
.tab {
  margin-top: 0.73rem;
  margin-bottom: 0.8rem;
}
.tab--nav {
  display: flex;
  justify-content: center;
  align-items: center;
}
.tab--nav--item {
  background-size: 100%;
  text-align: center;
  color: #e8e1ff;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  cursor: pointer;
}
.tab--nav--item.is-active {
  color: #13022c;
  cursor: default;
}
.tab--nav--item--title {
  font-weight: 600;
  width: 100%;
}
.tab--nav--item--desc {
  margin-top: 0.06rem;
  line-height: 0.17rem;
  width: 100%;
}
/* tab > */

/* section < */
.section {
  background: #962c2dff;
  border-style: solid;
  border-color: #5940b8;
}
.section.is-center {
  margin-left: auto;
  margin-right: auto;
}
.section.is-plain {
  /* background: linear-gradient(180deg, #2d1f59 0%, #241a42 100%); */
  background: #962c2d;
  border-radius: 0.24rem;
  border: 4px solid #ffd4a7;
}
.section.has-connect {
  position: relative;
}
/* .section.has-connect::before,
.section.has-connect::after {
  position: absolute;
  content: "";
  background: url(../images/juanzhou.png) no-repeat center;
  background-size: 100%;
  width: 0.32rem;
  height: 1.04rem;
  bottom: -0.68rem;
} */
/* section > */

/* enroll < */
.enroll--success {
  text-align: center;
  font-weight: 500;
  color: #ffc714;
}
.enroll--info {
  display: flex;
  background-color: #de5d58;
}
.enroll--info--item {
  width: 50%;
  text-align: center;
}
.enroll--info--item:first-child {
  position: relative;
}
.enroll--info--item:first-child::after {
  content: "";
  width: 1px;
  height: 0.84rem;
  background-color: #de5d58;
  position: absolute;
  right: -0.5px;
  top: 50%;
  transform: translateY(-50%);
}
.enroll--info--label {
  font-weight: 400;
  color: #ffd4a7;
}
.enroll--info--value {
  font-weight: bold;
  color: #ffa91c;
}
.enroll--progress--content {
  position: relative;
}
.enroll--progress--content::before {
  content: "";
  height: 0.24rem;
  display: block;
  background-color: #7b1c27ff;
  border-radius: 0.2rem;
  margin-top: 1.14rem;
}
.enroll--progress--bar {
  position: absolute;
  left: 0;
  margin-top: -0.24rem;
  height: 0.24rem;
  background: linear-gradient(135deg, #ff9064 0%, #ffa73f 100%);
  border-radius: 0.2rem;
}
.enroll--progress--list {
  position: relative;
  margin-top: 0.43rem;
}
.enroll--progress--item {
  position: absolute;
  bottom: 0;
  transform: translateX(-50%);
  font-weight: 500;
  font-size: 0.14rem;
  line-height: 0.17rem;
}
.enroll--progress--item:first-child {
  left: 0;
  transform: none;
}
.enroll--progress--item:last-child {
  right: 0;
  transform: none;
}

.enroll--progress--sign {
  display: block;
  margin-left: auto;
  margin-right: auto;
  background: url(../images/progress-unactive.png) no-repeat center;
  background-size: 100%;
  width: 0.4rem;
  height: 0.4rem;
  margin-top: 0.17rem;
  opacity: 0; /* 通过透明度达到隐藏的状态 */
}
.enroll--progress--item.is-active .enroll--progress--sign {
  /* background-image: url(../images/progress-active.png); */
}

.enroll--progress--item.is-active .enroll--progress--label {
  color: #ffc714ff;
  font-size: 0.18rem;
}
.enroll--progress--item.is-active .enroll--progress--value {
  color: #ffc714ff;
  font-size: 0.18rem;
}

.enroll--progress--item:first-child::after,
.enroll--progress--item:last-child::after {
  content: normal;
}
.enroll--progress--label {
  display: block;
  text-align: center;
  margin-top: 0.2rem;
  color: #ffd4a7ff;
}
.enroll--progress--value {
  display: block;
  padding: 0.1rem 0.12rem;
  border-radius: 0.12rem;
  white-space: nowrap;
  color: #ffd4a7ff;
  position: relative;
}
/* .enroll--progress--value::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: 0.07rem solid transparent;
  border-right: 0.07rem solid transparent;
  border-top: 0.07rem solid #23084b;
  bottom: -0.07rem;
  left: 50%;
  transform: translateX(-50%);
} */
.enroll--progress--item:last-child > .enroll--progress--value,
.enroll--progress--item:first-child > .enroll--progress--value {
  background-color: transparent;
  padding-left: 0;
  padding-right: 0;
  top: -0.58rem;
}
.enroll--progress--item:last-child > .enroll--progress--value {
  color: rgba(255, 255, 255, 0.4);
}
.enroll--progress--item.is-active:last-child > .enroll--progress--value {
  color: #ffc714;
}
.enroll--progress--item:last-child > .enroll--progress--value::after,
.enroll--progress--item:first-child > .enroll--progress--value::after {
  content: normal;
}
.enroll--progress--item:last-child > .enroll--progress--label {
  text-align: right;
}
.enroll--button {
  padding: 0 0.12rem;
  background-color: #5940b8;
  display: block;
  margin-left: auto;
  margin-right: auto;
  font-weight: 500;
}
/* enroll > */

/* title < */
.title {
  font-weight: 500;
  color: #ffd3a0ff;
  text-align: center;
}
/* title > */

/* dialog < */
.invite-record,
.dialog {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.6);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1111111;
}
.overflow-hidden {
  /*overflow: hidden;*/
}
.invite-record--content,
.dialog--content {
  background: #962c2d;
  border-radius: 24px;
  border: 6px solid #ffd4a7;
  background-image: url(../images/hbg2.png);
  background-size: 100%;
  background-size: cover;
}
.invite-record--content {
  background: #7b1c27ff !important;
  border-radius: 24px;
  border: 6px solid #ffd4a7;
}
.dialog--footer {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.dialog--cancel,
.dialog--ok {
  height: 0.48rem;
  background: linear-gradient(135deg, #ffe6d3 0%, #ffa73f 100%);
  border-radius: 0.24rem;
  border-width: 0;
  flex: 1;
}
.dialog--input {
  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;
  border: none;
}
.dialog--input.is-error {
  border-color: #e65161;
}
.dialog--input::placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.dialog--error {
  font-size: 0.12rem;
  font-weight: 500;
  color: #e65161;
  line-height: 0.17rem;
}
.dialog--cancel {
  color: #ffd4a7ff;
  background: #7b1c27;
}
.dialog--ok {
  color: #962c2dff;
  background: linear-gradient(135deg, #ffe6d3 0%, #ffa73f 100%);
}
.dialog-join--info {
  background-color: #7b1c27ff;
  border-radius: 0.04rem;
  border: 0px solid;
  line-height: 0.17rem;
  padding: 0.1rem;
  margin-top: 0.32rem;
}
.dialog-join--info th,
.dialog-join--info td {
  padding: 0.05rem;
  text-align: center;
  width: 33.33333333333%;
}
.dialog-join--info th {
  font-size: 0.12rem;
  font-weight: 400;
  color: #ffd3a0ff;
}
.dialog-join--info td {
  font-size: 0.12rem;
  font-weight: 500;
  color: #ffd3a0ff;
}
.dialog-join--info tr > th:first-child,
.dialog-join--info tr > td:first-child {
  text-align: left;
}
.dialog-join--info tr > th:last-child,
.dialog-join--info tr > td:last-child {
  text-align: right;
}
.dialog-join--tips {
  font-size: 0.12rem;
  line-height: 0.17rem;
  margin-top: 0.24rem;
}
.dialog-join--tips h3 {
  font-weight: 500;
  color: #fff;
}
.dialog-join--tips dt {
  font-weight: 500;
  color: #fff;
  margin-bottom: 0.08rem;
}
.dialog-join--tips dd {
  line-height: 0.24rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
}
.dialog--icon {
  width: 0.8rem;
  height: 0.8rem;
  background-size: 100%;
  display: block;
  margin: 0 auto 0;
}
.dialog--icon.is-success {
  background-image: url(../images/icon-success.png);
  margin-bottom: 0.32rem;
}
.dialog--icon.is-error {
  background-image: url(../images/icon-error.png);
  margin-bottom: 0.32rem;
}
.dialog--confirm .dialog--title {
  text-align: center;
  font-size: 0.18rem;
  line-height: 0.28rem;
  font-weight: 400;
  color: #ffd4a7ff;
}
.dialog--confirm .dialog--icon + .dialog--confirm .dialog--title {
  margin-top: 0.32rem;
}
.dialog--confirm .dialog--body {
  text-align: center;
  color: #ffd4a7ff;
  margin-top: 0.08rem;
}
/* dialog > */

.teamMembersList {
  width: 12rem !important;
  background: #962c2d;
  border-radius: 24px !important;
  border: 4px solid #ffd4a7 !important;
}

.ranking-list {
  background: #962c2d !important;
  border-radius: 24px !important;
  border: 4px solid #ffd4a7 !important;
  width: 12rem !important;
}

/* ranking-list < */
.ranking-list--join {
  text-decoration: none;
}
.ranking-list--item {
  flex-basis: 50%;
  display: flex;
  flex-direction: column;
}
.ranking-list--item.is-all {
  flex-basis: 100%;
}
.ranking-list--table tr:first-child {
  border-radius: 0.04rem;
}
.ranking-list--table th {
  font-weight: 400;
  color: #ffd3a0ff;
  text-align: left;
}
.ranking-list--table td {
  font-weight: 500;
  color: #ffd3a0ff;
}
.ranking-list--table tr > td:nth-child(3) {
  /* color: #17be9e; */
}
.ranking-list--table tr:nth-child(1) > td:last-child,
.ranking-list--table tr:nth-child(2) > td:last-child,
.ranking-list--table tr:nth-child(3) > td:last-child {
  /* color: #ffc714; */
}
.invite-record--nodata,
.ranking-list--nodata {
  text-align: center;
  color: #ffd3a0ff;
  font-weight: 400;
}
/* ranking-list > */

/* rule-schedule < */
.rule-schedule {
  font-weight: 400;
  color: rgba(255, 255, 255, 0.8);
}
.rule-schedule--content {
  white-space: pre-line;
  color: #ffd3a0ff;
}
/* rule-schedule > */

/* trade&my-team < */
.my-team--t,
.trade--t {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.my-team--tl,
.trade--volume {
  flex-grow: 0;
  color: #ffa91cff;
}
.trade--volume--tips {
  color: #ffd4a7ff;
  font-size: 0.12rem;
  line-height: 0.17rem;
}
.my-team--label > span:last-child {
  font-size: 0.12rem;
  color: #ffd4a7ff;
}
.my-team--value,
.trade--volume--b {
  font-weight: bold;
}
.my-team--go,
.trade--go {
  background: linear-gradient(135deg, #ffe6d3 0%, #ffa73f 100%);
  border-radius: 0.28rem;
  font-weight: 500;
  color: #962c2dff;
}
.my-team--go {
  background: linear-gradient(135deg, #ffe6d3 0%, #ffa73f 100%);
  border-radius: 0.28rem;
  font-weight: 500;
  color: #962c2dff;
}
.my-team--invite {
  background: linear-gradient(135deg, #ffe6d3 0%, #ffa73f 100%);
  border-radius: 0.28rem;
  font-weight: 500;
  color: #962c2dff;
  margin-left: 10px;
}
.my-team--audit {
  background: linear-gradient(135deg, #ffe6d3 0%, #ffa73f 100%);
  border-radius: 0.28rem;
  font-weight: 500;
  color: #962c2dff;
}
.my-team--data th,
.my-team--data td {
  width: 25%;
}
/* trade&my-team > */

/* team < */
.team {
  background: #7b1c27;
  border-radius: 16px;
}
.team--fail--tips {
  font-weight: 400;
  color: #ffd3a0ff;
}
.team--btn-group {
  display: flex;
  justify-content: center;
}
.team--btn {
  background: linear-gradient(135deg, #ffe6d3 0%, #ffa73f 100%);
  border-radius: 28px;
  color: #962c2d;
}
/* team > */

/* invite-record < */
.invite-record--content {
  border-width: 0;
  border-radius: 0.16rem;
}
.invite-record--header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.invite-record--close {
  background: url(../images/icon-close.png) no-repeat center;
  width: 0.14rem;
  height: 0.14rem;
  background-size: 100%;
}
.invite-record--title {
  font-weight: 500;
  color: #ffd3a0ff;
}
.invite-record thead tr,
.invite-record tbody tr:nth-child(2n) {
  background-color: #962c2dff;
}
.invite-record--table {
  max-height: 4.32rem;
  overflow-y: auto;
  overflow-x: hidden;
}
.invite-record--table th,
.invite-record--table td {
  font-size: 0.12rem;
  color: #ffd3a0ff;
}
.invite-record--table th {
  line-height: 0.16rem;
  font-weight: 400;
  color: #ffd3a0ff;
  text-align: left;
}
.invite-record--table td {
  line-height: 0.15rem;
  font-weight: 500;
}
.invite-record--table tr > th:last-child,
.invite-record--table tr > td:last-child {
  text-align: right;
}
.invite-record--nodata {
  min-height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* invite-record > */

/* warning < */
.warning {
  background: url(../images/icon-warning.png) no-repeat center;
  background-size: 100%;
  cursor: pointer;
}
.warning--wrap {
  display: flex;
  align-items: center;
}
.warning--wrap.is-center {
  justify-content: center;
}
.warning--wrap.is-right {
  justify-content: flex-end;
}
/* warning > */

/* pagination < */
.pagination {
  margin-top: 0.24rem;
}
.pagination--list {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination--num {
  font-size: 0.14rem;
  line-height: 0.17rem;
  font-weight: 500;
  color: #ffffffff;
  cursor: pointer;
  transition: color 0.3s ease;
  opacity: 0.2;
}
.pagination--num.is-active {
  color: #ffd4a7ff;
  cursor: not-allowed;
  opacity: 1;
}
.pagination--num:not(.is-active):hover {
  color: #ffd4a7ff;
}
.pagination--num + .pagination--num {
  margin-left: 0.2rem;
}
.pagination--prev,
.pagination--next {
  width: 0.23rem;
  height: 0.13rem;
  background: transparent no-repeat center;
  background-size: 100%;
  cursor: pointer;
}
.pagination--prev.is-disabled,
.pagination--next.is-disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
.pagination--prev {
  margin-right: 0.24rem;
  background-image: url(../images/icon-prev.png);
}
.pagination--next {
  margin-left: 0.24rem;
  background-image: url(../images/icon-next.png);
}
/* pagination > */
