body {
  background-color: #06090e;
  background-image: url("../img/p-bot-bg.png");
  background-repeat: no-repeat;
  background-size: 100% 760px;
  background-position: bottom;
}

.w1200 {
  width: 1200px;
  margin: 0 auto;
}

.biaoti {
  width: 100%;
  height: 54px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 99;
  height: 50px;
  background: #1d1f3a;
  top: 70px;
}

.p-biaoti {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

.p-name {
  font-weight: 400;
  font-size: 18px;
  color: #ffffff;
}

.kjqs {
  display: flex;
  align-items: center;
  gap: 45px;
  height: 100%;
}

.qyjs {
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  cursor: pointer;
}

.xxk {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 57px;
}

.active .qyjs {
  font-weight: 600;
}

.active .tip {
  width: 57px;
  height: 2px;
  background: #ffffff;
  border-radius: 1px;
  position: absolute;
  bottom: 0;
}

.content {
  margin-top: 120px;
}

.part-1 {
  width: 100%;
  height: 580px;
  background-image: url(../img/pic-g9.png);
  background-size: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.part-1-desc {
  width: 578px;
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  line-height: 30px;
  margin-top: 37px;
}

.part-1-desc-title {
  font-size: 18px;
}

.part-1-btn {
  margin-top: 55px;
  width: 177px;
  height: 54px;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  cursor: pointer;

  img {
    width: 26px;
    height: 26px;
  }

  background: rgb(58, 68, 97);

  &:hover {
    background: linear-gradient(90deg, #3848FF, #606DFF);
  }
}

.part-1-title {
  width: 578px;
  font-weight: 500;
  font-size: 30px;
  color: #ffffff;
  line-height: 48px;
  margin-top: 58px;
}

.anchor {
  font-weight: 500;
  font-size: 30px;
  color: #fffefe;
  line-height: 48px;
  position: relative;
  display: flex;
  justify-content: center;

  &::after {
    content: "";
    display: block;
    position: absolute;
    width: 40px;
    height: 4px;
    background: #ee7e31;
    border-radius: 2px;
    bottom: -14px;
    left: 50%;
    transform: translateX(-50%);
  }
}

.part-2 {
  margin-top: 50px;
}

.part-2>div {
  display: flex;
  display: flex;
  gap: 22px;
}

.p-item {
  width: 385px;
  height: 654px;
}

.p-item.outer {
  background: linear-gradient(0deg, #06090e, #5566b7);
  padding: 2px;
  border-radius: 10px;
  width: 100%;
  height: 100%;
}

.p-item .inner {
  background: linear-gradient(180deg,
      rgba(21, 24, 32, 0.6),
      rgba(44, 52, 139, 0.6));
  border-radius: 10px;
  width: 100%;
  height: 100%;
  width: 385px;
  height: 654px;
  box-sizing: border-box;
  padding: 14px 16px;
}

.p-item:hover .inner {
  background: linear-gradient(180deg,
      rgba(29, 37, 117, 0.8),
      rgba(82, 95, 179, 0.8));
}

.p-pic {
  width: 100%;
  height: 200px;
}

.p-info {
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 38px;
}

.p-info img {
  width: 86px;
  height: 84px;
}

.p-info div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 84px;
  padding: 14px 0;
  box-sizing: border-box;
}

.p-info div p:nth-child(1) {
  font-weight: 500;
  font-size: 20px;
  color: #ffffff;
  line-height: 20px;
}

.p-info div p:nth-child(2) {
  font-weight: 500;
  font-size: 18px;
  color: #99ccff;
  line-height: 18px;
}

.p-indicator {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}

.p-indicator div {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.p-indicator div span:nth-child(1) {
  font-weight: 600;
  font-size: 20px;
  color: #ffffff;
}

.p-indicator div span:nth-child(2) {
  font-weight: 400;
  font-size: 12px;
  color: #929db6;
  margin-top: 5px;
}

.p-item-line {
  width: 100%;
  height: 2px;
  background: #484c6c;
  opacity: 0.5;
  margin-top: 25px;
}

.p-desc {
  margin-top: 25px;
}

.p-desc li {
  font-family: PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #a9b9dc;
  line-height: 30px;
  display: flex;
  align-items: center;

  &::before {
    content: "";
    display: inline-block;
    background: url(../img/icon-sjx.png) no-repeat;
    width: 9px;
    height: 10px;
    background-size: 100%;
    margin-right: 15px;
  }
}

.mt75 {
  margin-top: 75px;
}

.part-3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.p3-item {
  width: 574px;
  height: 252px;
  background: #151820;
  border-radius: 10px;
  margin-top: 40px;
  box-sizing: border-box;
  padding: 18px;
}

.p3-item-top {
  height: 55px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.p3-item-top span {
  font-weight: 500;
  font-size: 24px;
  color: #ffffff;
  background: linear-gradient(0deg,
      #3848ff 0.68359375%,
      #606dff 99.0478515625%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.p3-item-top img {
  width: 55px;
  height: 55px;
}

.p3-item-line {
  width: 100%;
  height: 1px;
  background: #3b4250;
  margin-top: 16px;
}

.p3-item-desc {
  margin-top: 28px;
  display: flex;
  flex-direction: column;
}

.p3-item-desc li {
  font-weight: 300;
  font-size: 14px;
  color: #ffffff;
  line-height: 30px;
  display: flex;
  align-items: center;
  word-break: break-all;
  gap: 20px;

  &::before {
    content: "";
    display: inline-flex;
    width: 5px;
    height: 5px;
    background: #3d4dff;
    border-radius: 50%;
  }
}

.p3-item-desc li span {
  display: inline-flex;
  flex: 1;
}

.p3-item-desc li b {
  font-weight: bold;
}

.partners-type {
  margin-top: 60px;
  display: flex;
  gap: 20px;
  justify-content: center;
}

.partners-type div {
  min-width: 118px;
  width: 118px;
  height: 50px;
  background: #61656e;
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 30px;
  font-weight: 500;
  font-size: 18px;
  color: #ffffff;
  width: fit-content;
  cursor: pointer;
}

.partners-type div.active {
  background: #ee7e31;
  color: #06090e;
}

.sbimg {
  margin-top: 40px;
  /* display: flex; */
  /* flex-wrap: wrap; */
  /* display: flex; */
  /* justify-content: space-between; */
  display: grid;
  grid-template-columns: repeat(5,1fr);
}

.sbimg span {
  margin-bottom: 40px;
}

.sbimg img {
  width: 202px;
  /* height: 96px; */
}

.part-4 {
  margin-top: 60px;
  background: #06090E;
  border: 1px solid;
  border-radius: 4px;
  padding: 20px;
  box-sizing: border-box;
  /* overflow-x: auto; */
}

.part-table {
  width: 100%;
  border-radius: 4px;
  border-top: 1px solid rgb(57, 58, 65);
  border-left: 1px solid rgb(57, 58, 65);
}

.part-table thead tr {
  background: rgb(51, 65, 185);
  height: 50px;
}

.part-table tbody tr {
  height: 30px;
}

.part-table tbody tr:nth-child(even) {
  background: rgb(34, 38, 46);
}

.part-table th,
td {
  border-bottom: 1px solid rgb(57, 58, 65);
  border-right: 1px solid rgb(57, 58, 65);
  color: #fff;
  text-align: center;
}

.part-table th a{
  color: #fff;
  text-decoration: underline;
}


.table-tip {
  margin-top: 20px;
  font-weight: 400;
  font-size: 12px;
  color: #BEBEBF;
  line-height: 24px;
}

.pro-wap-X9-1 {
  display: none;
}
