.home-content {
  background-image: url("../img/index-bg.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: top;
}
.link-box {
  width: 610px;
  height: 322px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 16px;
  backdrop-filter: blur(31px);
  display: inline-block;
  justify-content: space-between;
  flex-direction: column;
  padding: 16px;
  margin-top: 40px;
}
.link-box .link-item {
    align-items: center;
    margin-bottom: 18px;
    display: flex;
    flex-wrap: nowrap;
}
.link-box .link-item .link-title {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #1f2431;
  line-height: 20px;
  margin-right: 8px;
}
.link-box .link-item a {
  text-decoration: none;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #1565ff;
  line-height: 20px;
}

.tab-box {
  margin-top: 24px;
}
.tab-box table {
  width: 100%;
  border-radius: 12px;
  background: #ffffff;
  overflow: hidden;
}
.tab-box table thead {
  height: 46px;
  background: linear-gradient(137deg, #1565ff 0%, #96baff 100%);
  box-sizing: border-box;
}
.tab-box table thead tr th {
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #ffffff;
  line-height: 22px;
}
.tab-box table tr {
  text-align: center;
}
.tab-box .score {
  color: #1565ff;
}
.table-left {
  width: 480px;
}
.table-left .left-box {
  padding-left: 32px;
  box-sizing: border-box;
  display: flex;
}
.table-left .left-box .tr-num {
  /* width: 48px; */
  height: 22px;
  background: linear-gradient(137deg, #1565ff 0%, #96baff 100%);
  border-radius: 4px;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #ffffff;
  line-height: 22px;
  text-align: center;
  margin-left: 8px;
  padding: 0px 5px;
}
.tab-box table tbody tr td {
  height: 46px;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #41464f;
}
.tab-box table tbody .left-box .title {
  font-weight: 600;
  color: #1f2431;
}
.tab-box table tbody tr td a {
  font-weight: 400;
  text-decoration: none;
  color: #000;
}
.tab-box table tbody tr td a:hover {
  color: #1565ff;
}
.table-right {
  width: 188px;
}
.fiexd {
  width: 171px;
  height: 435px;
  background: #ffffff;
  border-radius: 12px 0px 0px 12px;
  position: fixed;
  top: 140px;
  right: 0;
  text-align: center;
  padding-top: 24px;
  box-sizing: border-box;
  z-index: 9;
}
.fiexd-item {
  text-align: center;
}
.fiexd-item img {
  width: 44px;
  height: 44px;
}
.fiexd-item .fiexd-num {
  font-size: 14px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #1565ff;
  line-height: 20px;
  margin-top: 8px;
}
.fiexd-item .fiexd-text {
  font-size: 14px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #1f2431;
  line-height: 20px;
  margin-top: 4px;
}

.fiexd-item .fiexd-num a{
text-decoration: none;
color: #1565ff;
}
.fiexd-item .fiexd-text a{
text-decoration: none;
color: #1f2431;
}

.fiexd-item .fiexd-num a:hover{
text-decoration: none;
color: #1f2431;
}
.fiexd-item .fiexd-text a:hover{
text-decoration: none;
color: #1565ff;
}