body {
  background-color: #06090e;
}

.bg-1 {
  width: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
}

.bg-2 {
  width: 100%;
  position: absolute;
  z-index: -1;
  top: 876px;
}

.mt75 {
  margin-top: 75px;
}

.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 {
  padding-top: 62px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.part-1-left img {
  width: 560px;
  /* height: 430px; */
}

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

.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: 30px;
}

.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%);
  }
}

#p2 {
  /* margin-top: 96px; */
}

.main-pic {
  width: 100%;
}

.part-2 {
  margin-top: 50px;
  display: flex;
  background: #151820;
  padding: 70px 0;
  margin-bottom: 80px;
}

.mt75 {
  margin-top: 75px;
}