/* 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;
}
/* common > */

/* section < */
.section.is-center {
  width: 12rem;
}

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

.top {
  background: linear-gradient(180deg, rgba(108, 23, 255, 0.2) 0%, rgba(48, 23, 255, 0) 100%);
  position: relative;
}

.top .header-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.countdown .header-timer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.header-title .top-title-1 {
  font-size: 0.4rem;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #7751ff;
  line-height: 0.6rem;
}

.header-title .top-title-2 {
  font-size: 0.4rem;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #ffffff;
  line-height: 0.8rem;
}

.countdown--title {
  text-align: center;
  font-size: 0.32rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #ffffff;
  line-height: 0.25rem;
  margin-bottom: 0.16rem;
}

.countdown--con {
  font-size: 0.24rem;
}

.countdown--bg {
}

.top--title-bg {
  position: relative;
  height: 13rem;
  background: url("../images/header-bg.png");
  background-size: 100%;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding-top: 1rem;
  padding-bottom: 1.5rem;
}
@media screen and (max-width: 1400px) and (min-width: 1300px) {
  .top--title-bg {
    height: 11rem;
  }
}
@media screen and (max-width: 1480px) and (min-width: 1400px) {
  .top--title-bg {
    height: 12rem;
  }
}
@media screen and (max-width: 1920px) and (min-width: 1480px) {
  .top--title-bg {
    height: 14rem;
  }
}

@media screen and (max-width: 2560px) and (min-width: 1930px) {
  .top--title-bg {
    height: 18rem;
  }
}

.btc-1 {
  width: 1.03rem;
  height: 1.07rem;
  position: absolute;
  left: 20%;
  top: 35%;
  animation: btc1 2s 0s infinite;
}
.btc-1:hover {
  animation: btchover1 0.5s;
}
.btc-2 {
  width: 2.4rem;
  height: 2.4rem;
  position: absolute;
  top: 45%;
  right: 35%;
  animation: btc2 2s 0s infinite;
}
.btc-2:hover {
  animation: btchover2 0.5s;
}
.btc-3 {
  width: 0.95rem;
  height: 0.98rem;
  position: absolute;
  top: 32%;
  right: 20%;
  animation: btc3 2s 0s infinite;
}
.btc-3:hover {
  animation: btchover3 0.5s;
}

@keyframes btc1 {
  0%,
  65% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  70% {
    -webkit-transform: rotate(6deg);
    transform: rotate(6deg);
  }
  75% {
    -webkit-transform: rotate(-6deg);
    transform: rotate(-6deg);
  }
  80% {
    -webkit-transform: rotate(6deg);
    transform: rotate(6deg);
  }
  85% {
    -webkit-transform: rotate(-6deg);
    transform: rotate(-6deg);
  }
  90% {
    -webkit-transform: rotate(6deg);
    transform: rotate(6deg);
  }
  95% {
    -webkit-transform: rotate(-6deg);
    transform: rotate(-6deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes btc2 {
  0%,
  65% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  70% {
    -webkit-transform: rotate(-6deg);
    transform: rotate(-6deg);
  }
  75% {
    -webkit-transform: rotate(6deg);
    transform: rotate(6deg);
  }
  80% {
    -webkit-transform: rotate(-6deg);
    transform: rotate(-6deg);
  }
  85% {
    -webkit-transform: rotate(6deg);
    transform: rotate(6deg);
  }
  90% {
    -webkit-transform: rotate(-6deg);
    transform: rotate(-6deg);
  }
  95% {
    -webkit-transform: rotate(6deg);
    transform: rotate(6deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes btc3 {
  0%,
  65% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  70% {
    -webkit-transform: rotate(6deg);
    transform: rotate(6deg);
  }
  75% {
    -webkit-transform: rotate(-6deg);
    transform: rotate(-6deg);
  }
  80% {
    -webkit-transform: rotate(6deg);
    transform: rotate(6deg);
  }
  85% {
    -webkit-transform: rotate(-6deg);
    transform: rotate(-6deg);
  }
  90% {
    -webkit-transform: rotate(6deg);
    transform: rotate(6deg);
  }
  95% {
    -webkit-transform: rotate(-6deg);
    transform: rotate(-6deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes btchover1 {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(10px, 10px);
  }
  100% {
    transform: translate(0, 0);
  }
}

@keyframes btchover2 {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(20px, -30px);
  }
  100% {
    transform: translate(0, 0);
  }
}

@keyframes btchover3 {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-20px, -20px);
  }
  100% {
    transform: translate(0, 0);
  }
}

.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 0 0.4rem 0;
  margin-top: 0.32rem;
}
.ranking-list--item + .ranking-list--item {
  margin-left: 0.32rem;
}
.ranking-list--content {
  flex-basis: 50%;
  margin-top: 0.2rem;
  padding: 0.24rem;
  flex-grow: 1;
  min-height: 6.16rem;
  background: linear-gradient(90deg, rgba(17, 183, 191, 0.1) 0%, rgba(19, 19, 29, 0) 100%);
  border-radius: 0.12rem;
  border: 1px solid #11b7bf;
}
.teams-title {
  width: 100%;
  text-align: center;
  font-size: 24px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #ffffff;
  line-height: 33px;
  margin-bottom: 20px;
}
.teamMembersList .ranking-list--content {
  background: none;
  border: none;
}
.ranking-list--table thead tr,
.ranking-list--table tr:nth-child(2n) {
}
.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: 18px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #ffffff;
  line-height: 25px;
  margin-top: 2.72rem;
  position: relative;
}

.ranking-list--nodata::before {
  content: "";
  position: absolute;
  top: -120px;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 100px;
  background: url("../images/icon-empty.png");
  background-size: 100% 100%;
}
/* ranking-list > */

/* rule-schedule < */
.rule-schedule {
  width: 12rem;
}
.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 .arrow-left {
  width: 0.29rem;
  height: 0.46rem;
}
.tab--nav .arrow-right {
  width: 0.29rem;
  height: 0.46rem;
}
.tab--nav--item {
  width: 3.7rem;
  height: 0.72rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url("../images/tab-normal.png");
  background-size: 100% 100%;
}
.tab--nav--item.is-active {
  background: url("../images/tab-active.png");
  background-size: 100% 100%;
}
.tab--nav--item .tab--nav--txt {
  font-size: 0.16rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #ffffff;
  line-height: 0.18rem;
}

.tab--nav--txt:hover p {
  color: #7751ff;
}

.tab--nav--item.is-active:hover p {
  color: #fff;
}

.tab--nav--item + .tab--nav--item {
  margin-left: 0.15rem;
}
.tab--nav--item--title {
  font-size: 0.22rem;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #ffffff;
  line-height: 0.28rem;
}

/* tab > */

/* enroll < */
.enroll {
  padding: 0.32rem 0.32rem 0.68rem;
}
.enroll--success {
  font-size: 0.48rem;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #11bf8c;
  line-height: 0.67rem;
  position: absolute;
  top: -1.3rem;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  width: 100%;
}
.enroll--info {
  border-radius: 0.16rem;
  padding: 0.4rem 0;
}
.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;
}

.join-btn {
  width: 3.99rem;
  height: 0.69rem;
  background: url("../images/join-btn.png");
  background-size: 100% 100%;
  font-size: 0.24rem;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #ffffff;
  line-height: 0.27rem;
  position: absolute;
  top: -1.35rem;
  left: 50%;
  transform: translateX(-50%);
}

.join-btn:hover {
  color: #12b8bf !important;
  opacity: 1 !important;
}

.enroll--group {
  width: 100%;
  display: flex;
  align-items: center;
  margin-top: 0.51rem;
  position: absolute;
  z-index: 1;
  top: -3.8rem;
  left: 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.group-header {
  margin-top: 3.8rem;
}
.enroll--group--item {
  flex-basis: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.24rem;
  background: linear-gradient(90deg, rgba(119, 81, 255, 0.2) 0%, rgba(19, 19, 29, 0) 100%);
  border-radius: 0.12rem;
  border: 2px solid #7751ff;
}
.enroll--group--item .enroll--group--info::before {
  content: "";
  position: absolute;
  left: -0.1rem;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  width: 1rem;
  height: 1rem;
  background: url("../images/team-1.png");
  background-size: 100% 100%;
}
.enroll--group--info {
  padding-left: 1.1rem;
  position: relative;
}
.enroll--group--item + .enroll--group--item {
  margin-top: 0.3rem;
}
.enroll--group--item + .enroll--group--item .enroll--group--info::before {
  content: "";
  position: absolute;
  left: -0.1rem;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  width: 1rem;
  height: 1rem;
  background: url("../images/team-2.png");
  background-size: 100% 100%;
}
.enroll--group--label {
  font-size: 0.3rem;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #7751ff;
  line-height: 0.42rem;
}
.enroll--group--desc {
  font-size: 0.18rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #ffffff;
  line-height: 0.25rem;
  margin-top: 0.1rem;
}
.enroll--group--btn {
  padding: 0.14rem 0.48rem;
  background: #7751ff;
  border-radius: 0.06rem;
  border: 0.01rem solid #7751ff;
  margin-left: 0.24rem;
}
/* enroll > */

/* title < */
.title {
  font-size: 24px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #ffffff;
  line-height: 33px;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* title > */

/* rule-schedule < */
.rule-schedule {
  margin: 0 auto;
  font-size: 0.14rem;
  line-height: 0.32rem;
}
.rule-schedule--item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  margin-top: 70px;
}
.rule-schedule--content {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(133, 137, 156, 1);
  line-height: 20px;
}
/* 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;
  position: absolute;
  top: -3.3rem;
  left: 50%;
  transform: translateX(-50%);
}
.team--fail--title {
  font-size: 24px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #ffffff;
  line-height: 33px;
}
.team--fail--tips {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #85899c;
  line-height: 20px;
  margin-top: 10px;
}
.team--btn-group {
  margin-top: 0.5rem;
}
.team--btn {
  font-size: 0.16rem;
  line-height: 0.22rem;
  min-width: 350px;
  height: 66px;
  background: #7751ff;
  border-radius: 12px;
  font-size: 24px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #ffffff;
  line-height: 28px;
}
.team--btn + .team--btn {
  margin-left: 0.3rem;
}
/* team > */

/* trade&my-team < */
.my-team {
  position: absolute;
  top: -6.2rem;
  left: 50%;
  transform: translateX(-50%);
}
.trade {
  position: absolute;
  top: -5.1rem;
  left: 50%;
  transform: translateX(-50%);
}
.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;
  margin-top: 0.32rem;
}
.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.2rem;
}
.my-team--value,
.trade--volume--value {
  font-size: 0.44rem;
  line-height: 0.55rem;
  font-weight: bold;
}
.my-team--data,
.trade--data {
  width: 100%;
  text-align: center;
  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,
.trade--data th {
  padding-bottom: 0.08rem;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #85899c;
  line-height: 20px;
  padding-top: 0.04rem;
}
.my-team--data td,
.trade--data td {
  font-size: 18px;
  font-family: Inter-Bold, Inter;
  font-weight: bold;
  color: #11b7bf;
  line-height: 21px;
}

.line {
  width: 100%;
  height: 1px;
  background: #11b7bf;
  position: relative;
}
.trade--data table {
  margin: 0.22rem 0;
}

.line::before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  background: #11b7bf;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.line::after {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  background: #11b7bf;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

/* 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;
}
.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%;
  border-radius: 1rem 0 0 1rem;
  margin-top: -0.2rem;
  border: 1px solid #7751ff;
  border-right: none;
  background: rgba(19, 19, 29, 0.8);
  padding: 0.1rem 0.18rem 0.1rem 0.22rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.active-rule img {
  width: 20px;
  height: 20px;
  margin-right: 9px;
}
.active-rule span {
  color: #fff;
  font-size: 0.14rem;
  line-height: 0.2rem;
  font-weight: 400;
}
/* active-rule > */

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

/* invite-record < */
.lottery-record--content,
.invite-record--content {
  padding: 0.24rem 0.32rem;
  width: 6rem;
  min-height: 3rem;
}
.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;
}

.lottery-record--tbody tr {
  padding: 8px 0;
  height: 40px;
}
/* invite-record > */

.bird {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.bird-title {
  font-size: 0.48rem;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #7751ff;
  line-height: 0.6rem;
}
.bird-subtitle {
  margin-top: 0.2rem;
  font-size: 0.24rem;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #fff;
  line-height: 0.33rem;
}

.bird-subtitle span {
  color: #11bf8c;
}

.bird-operations {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-top: 0.6rem;
}

.bird-operations button {
  width: 3.5rem;
  height: 0.66rem;
  background: #7751ff;
  border-radius: 0.12rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.24rem;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #ffffff;
  line-height: 0.28rem;
}
.bird-operations button:last-child {
  margin-left: 0.3rem;
}

.bird-tips {
  max-width: 4.7rem;
  margin-top: 0.5rem;
  font-size: 0.14rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #85899c;
  line-height: 0.2rem;
}

.bird-lottery-title {
  margin-top: 0.9rem;
  font-size: 0.48rem;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #7751ff;
  line-height: 0.6rem;
}

.bird-lottery-subtitle {
  margin-top: 0.2rem;
  font-size: 0.24rem;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #ffffff;
  line-height: 0.33rem;
}

.bird-rewards {
  margin-top: 0.6rem;
  display: grid;
  grid-template-columns: 224px 224px 224px 224px;
  grid-gap: 20px;
}

.bird-rewards-item {
  width: 2.24rem;
  height: 2.16rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.bird-rewards-item:not(:last-child) {
  margin-right: 0.2rem;
}

.bird-rewards-img {
  width: 224px;
  height: 176px;
  background: rgba(133, 137, 156, 0.1);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bird-rewards-iphone {
  width: 90px;
  height: 119px;
}

.bird-rewards-green {
  width: 1.5rem;
  height: 0.5rem;
  background: url("../images/usdt-green.png");
  background-size: 100% 100%;
  position: relative;
}

.bird-rewards-yellow {
  width: 1.5rem;
  height: 0.5rem;
  background: url("../images/usdt-yellow.png");
  background-size: 100% 100%;
  position: relative;
}

.bird-rewards-eth {
  width: 1.5rem;
  height: 0.5rem;
  background: url("../images/eth-yellow.png");
  background-size: 100% 100%;
  position: relative;
}

.bird-rewards-text {
  font-size: 14px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #ffffff;
  line-height: 20px;
  margin-top: 0.15rem;
}

.bird-rewards-eth span,
.bird-rewards-green span,
.bird-rewards-yellow span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-10%, -50%);
  font-size: 0.24rem;
  color: #fff;
}

.bird-rewards-item .thanks {
  font-size: 0.2rem;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #ffffff;
  line-height: 0.28rem;
  margin-top: 0.15rem;
}

.thanks-image {
  width: 83px;
  height: 79px;
}

.bird-lottery-records {
  font-size: 0.14rem;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #11b7bf;
  line-height: 0.2rem;
  margin-top: 0.6rem;
  margin-bottom: 0.3rem;
  cursor: pointer;
}

.bird-lottery-btn {
  width: 4.99rem;
  height: 0.69rem;
  background: url("../images/join-btn.png");
  background-size: 100% 100%;
  font-size: 0.22rem;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #ffffff;
  line-height: 0.27rem;
}

.bird-lottery-tips {
  max-width: 9rem;
  text-align: center;
  font-size: 0.14rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #85899c;
  line-height: 0.2rem;
  margin-top: 0.5rem;
  margin-bottom: 0.8rem;
}

.trade--volume--t {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.trade--volume--label {
  font-size: 24px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #ffffff;
  line-height: 33px;
}

.my-team--label,
.trade--volume--label {
  font-size: 24px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #ffffff;
  line-height: 33px;
}

.my-team--create,
.my-team--join {
  font-size: 24px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #ffffff;
  line-height: 33px;
  text-align: center;
}

.my-team--btns {
  font-size: 0.24rem;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #ffffff;
  line-height: 0.27rem;
}

.trade--volume--tips {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #85899c;
  margin-top: 10px;
}
.teamName {
  font-size: 48px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #7751ff;
  line-height: 67px;
}

.trade--volume--b {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: center;
}
.trade--volume--value {
  font-size: 48px;
  font-family: Inter-Bold, Inter;
  font-weight: bold;
  color: #ffffff;
  line-height: 59px;
}
.trade--volume--unit {
  font-size: 24px;
  font-family: Inter-Bold, Inter;
  font-weight: bold;
  color: #ffffff;
  line-height: 42px;
}

.trade--go:hover {
  color: #12b8bf !important;
}

.invite-record--table table {
  border-collapse: separate;
  border-spacing: 0 12px;
}
.invite-record--tbody tr {
  background: rgba(133, 137, 156, 0.1);
  border-top-left-radius: 6px;
  border-top-style: solid;
  border-color: transparent;
}

.invite-record--tbody tr td {
  border: solid 1px transparent;
  border-style: solid none;
  padding: 16px;
}
.invite-record--tbody tr td:first-child {
  border-left-style: solid;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.invite-record--tbody tr td:last-child {
  border-right-style: solid;
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
