.ivu-table table tr th {
  text-align: center;
}
.ivu-table table tr td {
  text-align: center;
}
.el-header {
  background-color: #293c5a;
  color: #ffffff;
  text-align: center;
  line-height: 60px;
}
.el-header .el-row {
  margin-bottom: 20px;
}
.el-header .el-row:last-child {
  margin-bottom: 0;
}
.el-header .el-col {
  border-radius: 4px;
}
.bg-purple {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: 60px;
  line-height: 60px;
}
.right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.btn-user {
  margin-left: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.btn-user img {
  margin-right: 4px;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  text-align: center;
}
#btn-notice {
  position: relative;
  display: inline-block;
  margin-left: 10px;
  z-index: 1;
}
.balance-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* 使用Flexbox布局 */
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  /* 将内容水平分散对齐 */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* 垂直居中对齐 */
}
.button-pass {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top {
  position: fixed;
  z-index: 1000;
  right: 0;
  bottom: 0;
  left: 0px;
  top: 0px;
}
.nav-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  margin-right: 120px;
}
.nav-btn {
  padding: 0 20px;
  cursor: pointer;
  -webkit-transition: background-color 0.6s ease, color 0.6s ease;
  transition: background-color 0.6s ease, color 0.6s ease;
  font-family: PingFang SC, PingFang SC;
}
.nav-btn.active {
  background-color: #409eff;
  color: white;
}
.nav-btn-wrapper {
  position: relative;
}
.notice-badge {
  position: absolute;
  top: 5px;
  right: 2px;
  background: red;
  color: #fff;
  border-radius: 50%;
  padding: 2px 6px;
  font-size: 12px;
  width: 20px;
  height: 20px;
  line-height: 20px;
}
.fixed-top-box {
  position: fixed;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}

