body {
  background-color: #f9f9f9;
}

.console {
  color: #5e2bff;
}

.main {
  max-width: 1296px;
  margin: 32px auto 73px;
}

.usage-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 90px 0 20px;
}

.usage-title {
  font-size: 20px;
  font-weight: bold;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.usage-tip {
  margin-top: 2px;
  font-size: 12px;
  font-weight: 300;
}

.user-info-bar {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
}

.user-info-bar .key {
  color: #5e2bff;
  font-size: 14px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.user-balance {
  cursor: pointer;
}

.user-info-bar .prompt-message {
  position: absolute;
  left: 0px;
  top: 33px;
  width: 184px;
  height: 40px;
  background: #ffffff;
  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.12);
  border-radius: 8px;
  text-align: center;
  line-height: 40px;
  font-weight: 500;
  font-size: 16px;
  color: #000000;
}

.user-info-bar .prompt-message img {
  width: 16.5px;
  height: 11px;
  margin-right: 9px;
  vertical-align: middle;
  display: inline-block;
}

.key-copy {
  margin-left: 5px;
  cursor: pointer;
  width: 13px;
  height: 13px;
}

.recharge-btn {
  width: 78px;
  height: 28px;
  background: #5e2bff;
  border-radius: 20px;
  color: #fff;
  margin-left: 34px;
  font-size: 16px;
}

.price-section,
.chart-section {
  width: 1296px;
  background: #ffffff;
  border-radius: 10px;
  border: 1px solid #e4e4e4;
  padding: 28px 32px;
  margin-bottom: 32px;
}

.price-section .price-info {
  font-size: 14px;
}

.price-section .price-info span:first-child {
  font-size: 18px;
  margin-right: 4px;
  font-weight: bold;
}

.price-section .tab {
  height: 80px;
  background: #f5f5f5;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
  border-radius: 41px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.price-section .tab .title {
  margin-right: 10px;
  margin-top: -3px;
  font-size: 24px;
  font-weight: bold;
}

.price-section .tab .hot {
  width: 68px;
  height: 29px;
  line-height: 30px;
  background-image: url("../image/rectangle.png");
  background-size: cover; /* 或 contain */
  background-repeat: no-repeat;
  background-position: center; /* 可选：控制图片居中 */
  font-size: 16px;
  color: #fff;
}

.price-section .tab .hot img {
  width: 13px;
  height: 17px;
  margin-left: 10px;
  margin-top: -5px;
  display: inline-block;
  vertical-align: middle;
}

.price-table {
  width: 100%;
  border-collapse: separate;
  margin-top: 24px;
}

.table-tr {
  border-radius: 20px;
  display: flex;
  justify-content: space-around;
  height: 54px;
  align-items: center;
  color: #646464;
  font-size: 14px;
}

.table-background {
  background: #f5f5f5;
  border-radius: 10px;
  border: 1px solid #e4e4e4;
}

.table-td {
  width: 20%;
  font-weight: 600;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
}

.table-white {
  height: 82px;
  font-size: 14px;
  border-radius: 10px;
}

.table-white .table-td {
  height: 82px;
  font-weight: 300;
  color: #000;
}

.chart-section {
  padding: 24px 38px;
}

.chart-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.chart-header .chart-title {
  font-size: 20px;
  font-weight: 500;
}

.chart-tabs {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.chart-tab {
  font-size: 14px;
  margin-left: 47px;
  cursor: pointer;
}
.chart-tab.active {
  color: #5e2bff;
}

.chart-canvas-wrap {
  margin-top: 28px;
}

#cost-echarts-wrap,
#token-echarts-wrap {
  width: 100%;
  height: 525px;
}

.qr-img {
  width: 90px;
  height: 90px;
  background: #e5e6eb;
  border-radius: 8px;
  margin-bottom: 6px;
}
.qr-tip {
  font-size: 13px;
  color: #6c63ff;
}

.add-wechat-wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 9999;
  transform: translate(-50%, -50%);
  width: 578px;
  height: 370px;
  background: #ffffff;
  box-shadow: 0px 2px 4px 0px rgba(0, 25, 50, 0.33),
    inset 0px 1px 3px 0px rgba(255, 255, 255, 0.5);
  border-radius: 24px;
}

.add-wechat-wrap {
  background-color: unset;
  box-shadow: unset;
  background-size: cover; /* 或 contain */
  background-repeat: no-repeat;
  background-position: left; /* 可选：控制图片居中 */
  background-image: url("../image/topUpBg.png");
}

.add-wechat-wrap h3 {
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  margin-top: 40px;
}

.add-wechat-wrap .qr-wrap {
  width: 168px;
  height: 168px;
  margin: 29px auto 8px;
}

.add-wechat-wrap .qr-wrap img {
  width: 168px;
  height: 168px;
}

.add-wechat-wrap p {
  text-align: center;
  font-size: 14px;
  color: #000000;
}
