@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  width: 100vw;
  height: 100vh;
  overflow-x: hidden;
  background: #000;
}

.trading-platform {
  position: relative;
}
.trading-platform::after {
  content: "";
  background-image: url("../image/navBg.png");
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5rem;
  z-index: -21;
}
.trading-platform ._menu {
  position: absolute;
  width: 1.1rem;
  top: 0.11rem;
  left: -0.1rem;
  padding: 0.1rem 0.2rem 0;
  z-index: 999;
  background: #000;
  display: none;
}
.trading-platform ._menu:hover {
  display: block;
}
.trading-platform ._menu-item {
  color: #fff;
  font-family: "PingFang SC";
  font-size: 0.14rem;
  font-style: normal;
  font-weight: 400;
  line-height: 0.14rem;
  opacity: 0.5;
  margin-bottom: 0.14rem;
  cursor: pointer;
}
.trading-platform ._menu-item:hover {
  opacity: 1;
}
.trading-platform ._nav {
  display: flex;
  width: 10rem;
  justify-content: space-between;
  align-items: center;
  padding: 0.2rem 0;
  margin: 0 auto;
}
.trading-platform ._nav-logo {
  background: linear-gradient(90deg, #f4c742 0%, #ff855c 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Alibaba PuHuiTi 2.0";
  font-size: 0.32rem;
  font-style: normal;
  font-weight: 1000;
  line-height: 0.32rem; /* 100% */
  margin-right: 1rem;
}
.trading-platform ._nav-main {
  display: flex;
  align-items: center;
}
.trading-platform ._nav-main-item {
  color: #fff;
  font-family: "PingFang SC";
  font-size: 0.14rem;
  font-style: normal;
  font-weight: 400;
  line-height: 0.14rem; /* 100% */
  opacity: 0.5;
  margin-right: 0.24rem;
}
.trading-platform ._nav-main-item:last-of-type {
  margin-right: 0;
}
.trading-platform ._nav-main-item:hover {
    cursor: pointer;
}
.trading-platform ._nav-main-item.active {
  color: #feba00;
  opacity: 1;
}
.trading-platform ._nav-main-item-qushi {
  width: 0.32rem;
  height: 0.32rem;
  display: flex;
  position: relative;
}
.trading-platform ._nav-main-item-qushi:hover ._menu {
  display: block;
}
.trading-platform ._nav-main-item-qushi img {
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.trading-platform ._nav-button {
  line-height: 0.14rem; /* 100% */
  display: flex;
}
.trading-platform ._nav-button-item {
  display: flex;
  width: 0.64rem;
  height: 0.32rem;
  justify-content: center;
  align-items: center;
  border: 0.01rem solid rgba(255, 255, 255, 0.3);
  font-family: "PingFang SC";
  font-size: 0.14rem;
  font-style: normal;
  font-weight: 500;
}
.trading-platform ._nav-button-item.login {
  color: #fff;
  margin-right: 0.12rem;
  cursor: pointer;
}
.trading-platform ._nav-button-item.register {
  color: #000;
  background: linear-gradient(90deg, #f4c742 0%, #ff855c 100%);
  border-color: transparent;
  cursor: pointer;
}
.trading-platform ._nav-toggle {
  color: #fff;
  font-family: "PingFang SC";
  font-size: 0.14rem;
  font-style: normal;
  font-weight: 400;
  line-height: 0.14rem; /* 100% */
  position: relative;
}
.trading-platform ._nav-toggle:hover ._menu {
  display: block;
}
.trading-platform ._nav-toggle-main {
  opacity: 0.4;
  display: flex;
  align-items: center;
  padding: 0.1rem 0;
  cursor: pointer;
}
.trading-platform ._nav-toggle ._menu {
  z-index: 1000;
  position: absolute;
}
.trading-platform ._nav-toggle-language {
  width: 0.16rem;
  height: 0.16rem;
}
.trading-platform ._nav-toggle span {
  margin: 0 0.04rem;
}
.trading-platform ._nav-toggle-arrow {
  width: 0.07rem;
  height: 0.04rem;
}
.trading-platform ._info {
  display: flex;
  align-items: center;
  width: 14rem;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  height: 6.37rem;
}
.trading-platform ._info-left {
  display: flex;
  flex-direction: column;
}
.trading-platform ._info-left-title {
  color: #fff;
  background: linear-gradient(90deg, #f4c742 0%, #ff855c 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Alibaba PuHuiTi 2.0";
  font-size: 0.64rem;
  font-style: normal;
  font-weight: 1000;
  line-height: 0.64rem; /* 100% */
  margin-bottom: 0.16rem;
}
.trading-platform ._info-left-subTitle {
  color: #fff;
  max-width: 3.89rem;
  font-family: "Alibaba PuHuiTi 2.0";
  font-size: 0.2rem;
  font-style: normal;
  font-weight: 400;
  opacity: 0.5;
  line-height: 0.32rem; /* 160% */
}
.trading-platform ._info-right {
  width: 5rem;
  flex-shrink: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  z-index: -1;
}
.trading-platform ._info-right img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.trading-platform ._marquee {
  height: 0.6rem;
  border: 1px solid #f4c142;
  background: linear-gradient(0deg, rgba(244, 193, 66, 0.3) 0%, rgba(244, 193, 66, 0.3) 100%), #0a0a0a;
  display: flex;
  align-items: center;
}
.trading-platform ._marquee-main {
  display: flex;
  align-items: center;
  background: transparent;
}
.trading-platform ._marquee-item {
  background: transparent;
  color: #fff;
  text-align: center;
  font-family: "Alibaba PuHuiTi 2.0";
  font-size: 0.24rem;
  font-style: normal;
  font-weight: 500;
  line-height: 0.24rem; /* 100% */
  margin-right: 1rem;
}
.trading-platform ._marquee-item:last-of-type {
  margin-right: 0;
}
.trading-platform ._table {
  width: 10rem;
  margin: 0.9rem auto;
}
.trading-platform ._table-header-title {
  background: linear-gradient(90deg, #f4c742 0%, #ffae5c 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Alibaba PuHuiTi 2.0";
  font-size: 0.4rem;
  font-style: normal;
  font-weight: 900;
  line-height: 0.4rem; /* 100% */
  margin-bottom: 0.16rem;
}
.trading-platform ._table-header-subTitle {
  color: rgba(255, 255, 255, 0.5);
  font-family: "Alibaba PuHuiTi 2.0";
  font-size: 0.24rem;
  font-style: normal;
  font-weight: 400;
  line-height: 0.24rem; /* 100% */
}
.trading-platform ._table-body {
  width: 100%;
  margin: 0.78rem auto;
}
.trading-platform ._table-body-header {
  display: flex;
  width: 100%;
  margin-bottom: 0.24rem;
}
.trading-platform ._table-body-header ._tr {
  flex: 1;
  display: flex;
}
.trading-platform ._table-body-header ._tr ._th {
  flex: 1;
  color: #fff;
  font-family: "Alibaba PuHuiTi 2.0";
  font-size: 0.14rem;
  font-style: normal;
  font-weight: 400;
  line-height: 0.14rem; /* 100% */
  opacity: 0.5;
}
.trading-platform ._table-body-header ._tr ._th:last-of-type {
  flex: 0 0 0.8rem;
}
.trading-platform ._table-body-main {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.trading-platform ._table-body-main ._tr {
  flex: 1;
  margin-bottom: 0.32rem;
  display: flex;
  align-items: center;
}
.trading-platform ._table-body-main ._tr ._td {
  flex: 1;
  margin-right: 0.2rem;
  display: flex;
  align-items: center;
  font-family: "Alibaba PuHuiTi 2.0";
  font-size: 0.2rem;
  font-style: normal;
  font-weight: 900;
  line-height: 0.2rem; /* 100% */
}
.trading-platform ._table-body-main ._tr ._td:last-of-type {
  margin-right: 0;
  flex: 0 0 0.8rem;
}
.trading-platform ._table-body-main ._tr ._td:first-of-type img {
  width: 0.24rem;
  height: 0.24rem;
  margin-right: 0.16rem;
}
.trading-platform ._table-body-main ._tr ._td:first-of-type span:first-of-type {
  color: white;
}
.trading-platform ._table-body-main ._tr ._td:first-of-type span:last-of-type {
  color: rgba(255, 255, 255, 0.5);
}
.trading-platform ._table-body-main ._tr ._td._qushi {
  width: 1rem;
  height: 0.24rem;
}
.trading-platform ._table-body-main ._tr ._td._button {
  display: flex;
  width: 0.8rem;
  height: 0.32rem;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-family: "Alibaba PuHuiTi 2.0";
  font-size: 0.14rem;
  font-style: normal;
  font-weight: 400;
  line-height: 0.14rem; /* 100% */
  cursor: pointer;
}
.trading-platform ._table-body-main ._tr ._td.green {
  color: #2ee53f;
}
.trading-platform ._table-body-main ._tr ._td.red {
  color: #ff4d53;
}
.trading-platform ._table-body-main ._tr ._td.white {
  color: white;
}
.trading-platform ._table-body-more {
  display: flex;
  width: 1rem;
  height: 0.32rem;
  justify-content: center;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.3);
  margin: 0.41rem auto;
  cursor: pointer;
}
.trading-platform ._table-body-more span {
  color: #fff;
  font-family: "PingFang SC";
  font-size: 0.14rem;
  font-style: normal;
  font-weight: 400;
  line-height: 0.14rem; /* 100% */
  opacity: 0.5;
}
.trading-platform ._more-info {
  width: 10rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.trading-platform ._more-info-title {
  margin-bottom: 0.6rem;
}
.trading-platform ._more-info-title-text {
  color: #fff;
  font-family: "Alibaba PuHuiTi 2.0";
  font-size: 0.4rem;
  font-style: normal;
  font-weight: 900;
  line-height: 0.4rem; /* 100% */
  background: linear-gradient(90deg, #f4c742 0%, #ff855c 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 0.16rem;
  text-align: center;
}
.trading-platform ._more-info-title-sub {
  color: rgba(255, 255, 255, 0.5);
  font-family: "Alibaba PuHuiTi 2.0";
  font-size: 0.24rem;
  font-style: normal;
  font-weight: 400;
  line-height: 0.24rem; /* 100% */
  text-align: center;
}
.trading-platform ._more-info-main {
  width: 100%;
  flex: 1;
  display: flex;
  justify-content: space-between;
}
.trading-platform ._more-info-main-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.trading-platform ._more-info-main-item img {
  width: 1.4rem;
  height: 1.4rem;
}
.trading-platform ._more-info-main-item ._title {
  color: #fff;
  font-family: "Alibaba PuHuiTi 2.0";
  font-size: 0.2rem;
  font-style: normal;
  font-weight: 900;
  line-height: 0.2rem; /* 100% */
}
.trading-platform ._more-info-main-item ._hr {
  width: 0.32rem;
  height: 0.04rem;
  background: white;
  margin: 0.16rem auto;
}
.trading-platform ._more-info-main-item ._desc {
  max-width: 2.53rem;
  color: #fff;
  text-align: center;
  font-family: "Alibaba PuHuiTi 2.0";
  font-size: 0.14rem;
  font-style: normal;
  font-weight: 400;
  line-height: 0.2rem; /* 142.857% */
  opacity: 0.5;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.trading-platform ._dynamic-info {
  width: 10rem;
  margin: 1.9rem auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.trading-platform ._dynamic-info-title {
  margin-bottom: 0.6rem;
}
.trading-platform ._dynamic-info-title-text {
  color: #fff;
  font-family: "Alibaba PuHuiTi 2.0";
  font-size: 0.4rem;
  font-style: normal;
  font-weight: 900;
  line-height: 0.4rem; /* 100% */
  background: linear-gradient(90deg, #f4c742 0%, #ff855c 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 0.16rem;
  text-align: center;
}
.trading-platform ._dynamic-info-title-sub {
  color: rgba(255, 255, 255, 0.5);
  font-family: "Alibaba PuHuiTi 2.0";
  font-size: 0.24rem;
  font-style: normal;
  font-weight: 400;
  line-height: 0.24rem; /* 100% */
  text-align: center;
}
.trading-platform ._dynamic-info-main {
  flex: 1;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  overflow-x: auto;
}
.trading-platform ._dynamic-info-main::-webkit-scrollbar {
  height: 2px;
}
.trading-platform ._dynamic-info-main::-webkit-scrollbar-thumb {
  background-color: #f4c142; /* 设置滚动条滑块的颜色 */
}
.trading-platform ._dynamic-info-main::-webkit-scrollbar-thumb:hover {
  background-color: #f4c142;
}
.trading-platform ._dynamic-info-main::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.1); /* 设置滚动条背景的颜色 */
}
.trading-platform ._dynamic-info-main-item {
  flex: 0 0 3.12rem;
  padding: 0.4rem 0.3rem;
  gap: 0.48rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: #0a0a0a;
  margin-right: 0.32rem;
  margin-bottom: 0.32rem;
}
.trading-platform ._dynamic-info-main-item:last-of-type {
  margin-right: 0;
}
.trading-platform ._dynamic-info-main-item ._time {
  color: #fff;
  font-family: "Alibaba PuHuiTi 2.0";
  font-size: 0.14rem;
  font-style: normal;
  font-weight: 400;
  line-height: 0.14rem; /* 100% */
}
.trading-platform ._dynamic-info-main-item ._title {
  color: #fff;
  font-family: "Alibaba PuHuiTi 2.0";
  font-size: 0.2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 0.3rem; /* 150% */
  margin-top: 0.2rem;
}
.trading-platform ._dynamic-info-main-item ._desc {
  margin: 0.48rem 0;
  color: #fff;
  font-family: "Alibaba PuHuiTi 2.0";
  font-size: 0.14rem;
  font-style: normal;
  font-weight: 400;
  line-height: 0.2rem; /* 142.857% */
  opacity: 0.5;
}
.trading-platform ._dynamic-info-main-item ._detail {
  display: flex;
  align-items: center;
}
.trading-platform ._dynamic-info-main-item ._detail span {
  color: #fff;
  font-family: "PingFang SC";
  font-size: 0.14rem;
  font-style: normal;
  font-weight: 400;
  line-height: 0.14rem; /* 100% */
}
.trading-platform ._dynamic-info-main-item ._detail img {
  width: 0.2rem;
  height: 0.2rem;
  margin-left: 0.08rem;
}
.trading-platform ._terminal-info {
  width: 10rem;
  margin: 1.9rem auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.trading-platform ._terminal-info-title {
  margin-bottom: 0.6rem;
}
.trading-platform ._terminal-info-title-text {
  color: #fff;
  font-family: "Alibaba PuHuiTi 2.0";
  font-size: 0.4rem;
  font-style: normal;
  font-weight: 900;
  line-height: 0.4rem; /* 100% */
  background: linear-gradient(90deg, #f4c742 0%, #ff855c 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 0.16rem;
  text-align: center;
}
.trading-platform ._terminal-info-main {
  flex: 1;
  display: flex;
  align-items: center;
}
.trading-platform ._terminal-info-main ._left {
  margin-right: 0.5rem;
}
.trading-platform ._terminal-info-main ._left ._text {
  color: #fff;
  font-family: "Alibaba PuHuiTi 2.0";
  font-size: 0.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 0.36rem; /* 180% */
  display: flex;
  flex-direction: column;
}
.trading-platform ._terminal-info-main ._left ._buttons {
  margin-top: 0.69rem;
}
.trading-platform ._terminal-info-main ._left ._buttons-item {
  display: flex;
  width: 2rem;
  height: 0.48rem;
  justify-content: center;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.trading-platform ._terminal-info-main ._left ._buttons-item:first-of-type {
  margin-bottom: 0.32rem;
}
.trading-platform ._terminal-info-main ._left ._buttons-item img {
  width: 0.22rem;
  height: 0.22rem;
  margin-right: 0.12rem;
}
.trading-platform ._terminal-info-main ._left ._buttons-item span {
  color: #fff;
  font-family: "PingFang SC";
  font-size: 0.16rem;
  font-style: normal;
  font-weight: 400;
  line-height: 0.16rem; /* 100% */
}
.trading-platform ._terminal-info-main ._right {
  width: 5.5rem;
  height: 5rem;
  flex-shrink: 0;
}
.trading-platform ._footer {
  height: 2.4rem;
  border-top: 1px solid #f4c142;
  background: linear-gradient(180deg, rgba(244, 193, 66, 0.1) 0%, rgba(244, 193, 66, 0) 100%), #0a0a0a;
}
.trading-platform ._footer-main {
  width: 10rem;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.trading-platform ._footer-left {
  background: transparent;
  max-width: 3rem;
  margin-right: 2rem;
}
.trading-platform ._footer-left ._logo {
  background: linear-gradient(90deg, #f4c742 0%, #ff855c 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Alibaba PuHuiTi 2.0";
  font-size: 0.32rem;
  font-style: normal;
  font-weight: 1000;
  line-height: 0.32rem; /* 100% */
  margin-right: 1rem;
  margin-bottom: 0.18rem;
}
.trading-platform ._footer-left ._desc {
  color: #fff;
  font-family: "PingFang SC";
  font-size: 0.12rem;
  font-style: normal;
  font-weight: 400;
  line-height: 0.2rem; /* 166.667% */
  opacity: 0.5;
}
.trading-platform ._footer-left ._other {
  color: #fff;
  font-family: "PingFang SC";
  font-size: 0.12rem;
  font-style: normal;
  font-weight: 400;
  line-height: 0.12rem; /* 100% */
  opacity: 0.5;
  margin-top: 0.38rem;
  padding-top: 0.16rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.trading-platform ._footer-right {
  flex: 1;
  display: flex;
  justify-content: space-between;
}
.trading-platform ._footer-right-item ._title {
  color: #fff;
  font-family: "Alibaba PuHuiTi 2.0";
  font-size: 0.2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 0.2rem; /* 100% */
  margin-bottom: 0.16rem;
}
.trading-platform ._footer-right-item ._item {
  color: #fff;
  font-family: "Alibaba PuHuiTi 2.0";
  font-size: 0.14rem;
  font-style: normal;
  font-weight: 400;
  line-height: 0.14rem; /* 100% */
  opacity: 0.5;
  margin-bottom: 0.12rem;
  cursor: position;
}
.trading-platform ._footer-right-item ._item:last-of-type {
  margin-bottom: 0;
}