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;
}

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

.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-e31.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;
  background: rgb(58,68,97);
  &:hover{
    background: linear-gradient(90deg, #3848FF, #606DFF);
  }
  img {
    width: 26px;
    height: 26px;
  }
}

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

.mt75 {
  margin-top: 75px;
}

.mt40{
  margin-top: 40px;
}

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

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

.p3-item-top {
  height: fit-content;
  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: 532px;
  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;
}

.part-4 {
  display: flex;
  gap: 44px;
}

.app-item {
  flex: 1;
  height: 226px;
  background: #151820;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 32px
}

.app-item img {
  width: 80px;
  height: 80px;
}

.app-item span {
  font-weight: 400;
  font-size: 18px;
  color: #9BA6C4;
  height: 52px;
  display: flex;
  align-items: center;
  padding: 0 30px;
  justify-content: center;
  text-align: center;
  word-break: keep-all;
}


.hardware {
  height: 295px;
  border-radius: 10px;
  display: flex;
}

.hardware-left {
  background: rgba(21, 24, 32, 0.6);
  display: flex;
  align-items: center;
  padding: 0 36px 0 46px;
  box-sizing: border-box;
}

.hardware-left img {
  width: 320px;
  height: 240px;
  cursor: pointer;
}

.hardware-right {
  background: #151820;
  flex: 1;
  padding: 88px 93px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.hardware-right span {
  font-size: 24px;
  color: #fff;
}

.hardware-right span:last-child {
  font-size: 18px;
  color: #9BA6C4;
}
