*,
*::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: 1920px) {
  html {
    font-size: 100px;
  }
}
@media screen and (min-width: 1430px) {
  html {
    font-size: 90px;
  }
}
@media screen and (min-width: 1360px) {
  html {
    font-size: 80px;
  }
}
@media screen and (max-width: 1360px) and (min-width: 1199px) {
  html {
    font-size: 80px;
  }
}
@media screen and (max-width: 1199px) and (min-width: 769px) {
  html {
    font-size: 80px;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: calc(100vw / 3.75);
  }
}

/* common < */
.c-profit {
  color: #17be9e;
}
.c-reward {
  background: #7751ff;
  border-radius: 4px;
  font-size: 0.14rem;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #fff !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 {
  width: 0.8rem;
  height: 0.8rem;
  background: rgba(133, 137, 156, 0.1);
  border-radius: 0.06rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.countdown--bg .ctime {
  font-size: 0.4rem;
  font-family: Inter-Bold, Inter;
  font-weight: bold;
  color: #ffffff;
  line-height: 0.36rem;
}
.countdown--bg .cunit {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #885f1e;
  line-height: 20px;
}
.countdown--con .day {
  font-size: 0.18rem;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #ffffff;
  line-height: 0.25rem;
  margin: 0 0.16rem;
}
.countdown--con .maohao {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: 70px;
  padding: 25px 20px;
}
.countdown--con .maohao .dian {
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: 50%;
}
/* countdown > */

/* tab < */
.tab {
  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 {
  font-size: 0.14rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #ffffff;
  line-height: 0.18rem;
  margin-top: 0.04rem;
  padding: 0 8px;
}
/* tab > */

/* section < */
.section {
}
.section.is-center {
  margin-left: auto;
  margin-right: auto;
}
.section.is-plain {
  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;
}
.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 > */
.common-header {
  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;
}
/* enroll < */
.enroll--success {
  text-align: center;
  font-weight: 500;
  color: rgba(17, 191, 140, 1);
}
.enroll--info {
  display: flex;
}
.enroll--info--item {
  width: 50%;
  text-align: center;
}
.enroll--info--item:first-child {
  position: relative;
}
.enroll--info--item:first-child .enroll--info--value {
  color: #7751ff;
}
.enroll--info--item:last-child .enroll--info--value {
  color: #11bf8c;
}
.enroll--info--label {
  font-weight: 400;
  color: #ffffff;
}
.enroll--info--value {
  font-weight: bold;
  color: #ffa91c;
}
.enroll--progress--content {
  position: relative;
}
.enroll--progress--content::before {
  content: "";
  position: absolute;
  display: block;
  margin-top: 0.4rem;
  width: 100%;
  height: 0.6rem;
  background: #13131d;
  border-radius: 0.12rem;
  border: 0.02rem solid #7751ff;
}
.enroll--progress--bar {
  position: absolute;
  left: 0.06rem;
  bottom: 0.06rem;
  max-width: 99% !important;
  width: 100%;
  height: 0.48rem;
  border-radius: 0.06rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.enroll--progress--bar > div {
  position: relative;
  height: 0.48rem;
  display: flex;
  flex: 1;
}

.enroll--progress--bar div div {
  height: 0.48rem;
  background: #11bf8c;
  transition: all 0.5s;
}
.enroll--progress--list {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.enroll--progress--item {
  width: 100%;
  font-weight: 500;
  font-size: 0.14rem;
  line-height: 0.17rem;
  position: relative;
  height: 1rem;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.enroll--progress--label {
  position: relative;
}
.enroll--progress--label::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  width: 0.02rem;
  height: 0.2rem;
  background: rgba(216, 216, 216, 1);
}
.enroll--progress--18000 .enroll--progress--label::after {
  display: none;
}
.enroll--progress--item:first-child {
  left: 0;
  transform: none;
}
.enroll--progress--item:last-child {
  right: 0;
  transform: none;
}
.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 {
  width: 100%;
  height: 0.6rem;
  text-align: center;
  font-size: 0.18rem;
  font-family: Inter-Bold, Inter;
  font-weight: bold;
  color: #ffffff;
  line-height: 0.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.enroll--progress--value {
  display: block;
  padding: 0.1rem 0;
  border-radius: 0.12rem;
  white-space: nowrap;
  font-size: 0.14rem;
  font-family: Inter-Bold, Inter;
  font-weight: bold;
  color: #7751ff;
  line-height: 0.2rem;
  position: absolute;
  transform: translateX(50%);
  top: 0;
  right: 0;
}
/* .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:first-child > .enroll--progress--value {
  transform: translateX(0);
  padding-left: 0;
}
.enroll--progress--item:first-child > .enroll--progress--value {
  font-size: 0.14rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #85899c;
  line-height: 0.2rem;
  left: 0;
}

.enroll--progress--item > .enroll--progress--value {
}

.enroll--progress--item:first-child > .enroll--progress--value::before {
  content: "1000";
  position: absolute;
  right: 0;
  top: 50%;
  font-size: 0.14rem;
  font-family: Inter-Bold, Inter;
  font-weight: bold;
  color: #7751ff;
  line-height: 0.2rem;
  transform: translate(50%, -50%);
}

.enroll--progress--item:last-child > .enroll--progress--value {
  transform: translateX(0);
}

.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;
  margin-bottom: 0.16rem;
  color: #fff;
  text-align: center;
}
/* title > */

/* dialog < */
.lottery-record,
.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;*/
}
.lottery-record--content,
.invite-record--content,
.dialog--content {
  border-radius: 0.12rem;
  border: 1px solid #11b7bf;
  background: #13131d;
}
.lottery-record--content,
.invite-record--content {
  background: linear-gradient(180deg, #1c1932 0%, #13131d 100%);
  border-radius: 12px;
  border: 2px solid #7751ff;
}
.dialog--footer {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.dialog--cancel,
.dialog--ok {
  height: 0.48rem;
  border-width: 0;
  flex: 1;
}
.dialog--input {
  width: 100%;
  margin-top: 0.32rem;
  color: #fff;
  outline: none;
  padding: 0 0.16rem;
  background: rgba(133, 137, 156, 0);
  border-radius: 0.06rem;
  border: 1px solid #7751ff;
}
.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 {
  font-size: 0.14rem;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #ffffff;
  line-height: 0.2rem;
  background: #1f1f2e;
  border-radius: 0.06rem;
}
.dialog--ok {
  font-size: 0.14rem;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #ffffff;
  line-height: 0.2rem;
  background: #7751ff;
  border-radius: 0.06rem;
}
.dialog-join--info {
  padding: 0.15rem 0;
  margin-top: 0.32rem;
  border-top: 1px solid rgba(133, 137, 156, 0.2);
  border-bottom: 1px solid rgba(133, 137, 156, 0.2);
}
.dialog-join--info th,
.dialog-join--info td {
  padding: 0.05rem;
  text-align: center;
  width: 33.33333333333%;
}
.dialog-join--info th {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #85899c;
  line-height: 20px;
}
.dialog-join--info td {
  font-size: 14px;
  font-family: Inter-Regular, Inter;
  font-weight: 400;
  color: #ffffff;
  line-height: 17px;
}
.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.24rem;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #ffffff;
  line-height: 0.33rem;
}
.dialog--confirm .dialog--icon + .dialog--confirm .dialog--title {
  margin-top: 0.32rem;
}
.dialog--confirm .dialog--body {
  text-align: center;
  font-size: 0.14rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #ffffff;
  line-height: 0.2rem;
  margin-top: 0.08rem;
}
/* dialog > */

.teamMembersList {
  width: 12rem !important;
  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;
}

.ranking-list {
}

/* 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: rgba(133, 137, 156, 1);
  text-align: left;
}
.ranking-list--table td {
  font-weight: 500;
  color: #fff;
}
.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: #fff;
  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: #fff;
}
/* rule-schedule > */

/* trade&my-team < */
.my-team--t,
.trade--t {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: 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,
.my-team--go {
  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;
}
.my-team--go {
  width: 3.99rem;
  height: 0.69rem;
  background: url("../images/join-btn.png");
  background-size: 100% 100%;
}
.my-team--invite {
  width: 3.99rem;
  height: 0.69rem;
  background: url("../images/join-btn.png");
  background-size: 100% 100%;
  margin-left: 10px;
}
.my-team--audit {
  width: 3.99rem;
  height: 0.69rem;
  background: url("../images/join-btn.png");
  background-size: 100% 100%;
}
.my-team--data th,
.my-team--data td {
  width: 25%;
}
/* trade&my-team > */

/* team < */
.team {
  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 < */
.lottery-record--content,
.invite-record--content {
  border-radius: 0.16rem;
}
.lottery-record--header,
.invite-record--header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.lottery-record--header {
  margin-bottom: 12px;
}

.lottery-record--close,
.invite-record--close {
  background: url(../images/icon-close.png) no-repeat center;
  width: 0.14rem;
  height: 0.14rem;
  background-size: 100%;
}

.lottery-record--title,
.invite-record--title {
  font-size: 14px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #ffffff;
  line-height: 20px;
}

.lottery-record thead tr,
.lottery-record tbody tr:nth-child(2n),
.invite-record thead tr,
.invite-record tbody tr:nth-child(2n) {
}

.lottery-record--table,
.invite-record--table {
  max-height: 4.32rem;
  overflow-y: auto;
  overflow-x: hidden;
}
.lottery-record--table td,
.invite-record--table td {
  font-size: 14px;
  font-family: Inter-Regular, Inter;
  font-weight: 400;
  color: #ffffff;
  line-height: 17px;
}
.lottery-record--table th,
.invite-record--table th {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #85899c;
  line-height: 20px;
  text-align: left;
}
.lottery-record--table td,
.invite-record--table td {
  line-height: 0.15rem;
  font-weight: 500;
}
.lottery-record--table tr > th:last-child,
.lottery-record--table tr > td:last-child,
.invite-record--table tr > th:last-child,
.invite-record--table tr > td:last-child {
  text-align: right;
}
.lottery-record--nodata,
.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: #7751ff;
  cursor: not-allowed;
  opacity: 1;
}
.pagination--num:not(.is-active):hover {
  color: #7751ff;
}
.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 > */

.my-team-invite {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-top: 0.5rem;
}

.my-team-leader-switch {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.my-team--record {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.switch-divider {
  width: 1px;
  height: 14px;
  background: rgba(133, 137, 156, 0.3);
  margin: 0 30px;
}

.switch-on-icon,
.switch-off-icon {
  width: 34px;
  height: 20px;
  cursor: pointer;
  margin-right: 9px;
}

.switch-on-label,
.switch-off-label {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #ffffff;
  line-height: 20px;
}

.my-team-invite .my-team--record {
  margin: 0 !important;
  width: auto;
  padding: 0;
  min-width: auto;
}

.my-team-invite .my-team--record img {
  margin-right: 9px;
}

.my-team--record {
  background: none;
  cursor: pointer;
}
.my-team--record img {
  width: 20px;
  height: 20px;
}
.my-team--record span {
  font-size: 14px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #ffffff;
  line-height: 20px;
}
.share-content {
  width: 340px;
  background: url(../images/shareBg.png) no-repeat center center;
  background-size: 100% 100%;
  padding: 0 18px;
  position: fixed;
  left: -3000px;
}
.share-content-main {
  width: 100%;
}
.share-content-main .t-1 {
  font-size: 16px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #7751ff;
  line-height: 24px;
  padding-top: 60px;
  padding-bottom: 9px;
  width: 100%;
  text-align: center;
}
.share-content-main .t-2 {
  font-size: 16px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #7751ff;
  line-height: 24px;
  padding-top: 9px;
  padding-bottom: 9px;
  width: 100%;
  text-align: center;
}
.share-content-main .t-3 {
  font-size: 20px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #ffffff;
  line-height: 40px;
  width: 100%;
  text-align: center;
}
.share-content-main .t-4 {
  font-size: 16px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #ffffff;
  line-height: 24px;
  padding-top: 123px;
  padding-bottom: 6px;
  width: 100%;
  text-align: center;
}
.share-content-main .t-5 {
  font-size: 20px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #ffffff;
  line-height: 42px;
  width: 100%;
  text-align: center;
}

.scanning-registration {
  display: flex;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 14px;
  width: 100%;
  justify-content: space-between;
}
.scanning-registration-left {
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #ffffff;
  line-height: 17px;
}

.common-tips {
  display: none;
  position: fixed;
  top: 10%;
  right: 0;
  z-index: 10020;
  background: #1e1e29;
  border-radius: 12px;
}

.common-tips .div-tips {
  width: 100%;
  height: 60px;
  line-height: 60px;
  padding: 0 10px;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-family: Inter-Bold, Inter;
  font-weight: bold;
  color: #ffffff;
}
.common-tips .div-tips img {
  margin-right: 10px;
  width: 40px;
}
.share-out {
  width: 450px;
  background: linear-gradient(180deg, rgba(119, 81, 255, 1) 0%, rgba(17, 183, 191, 1) 100%);
  padding: 1px;
  border-radius: 12px;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 10009;
  display: none;
}
.shareBoxrt {
  background: linear-gradient(180deg, #1c1932 0%, #13131d 100%);
  padding: 24px;
  align-items: center;
  flex-direction: column;
  border-radius: 12px;
}
.closeBoxBtn {
  cursor: pointer;
}

.shareBoxrt .shareBoxTop {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.imgBseContainer {
  width: 100%;
  display: flex;
  justify-content: center;
}
#baseImg {
  margin-top: 30px;
  width: 340px;
}

.shareText {
  height: 16px;
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #ffffff;
  line-height: 16px;
}

.intuce {
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #85899c;
  line-height: 17px;
  margin-top: 24px;
  text-align: center;
  width: 100%;
}
.bottomx {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  margin-top: 15px;
}
.box-x {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.box-y {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.fuzhilianjie,
.baocuntupian {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #ffffff;
  line-height: 20px;
  margin-top: 10px;
}
.qrcode {
  background: #ffffff;
  border-radius: 4px;
  padding: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.loading {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 9999;
}

.loading div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 256px;
  height: 256px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.6);
}

.loading div svg {
  width: 96px;
  height: 96px;
}
