body {
  background-color: #06090e;
  /* background-image: url("../img/pro-e3-bg-2.png"); */
  /* background-repeat: no-repeat; */
  /* background-size: 100% 700px; */
  /* background-position: bottom; */
  position: relative;
}

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

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

.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-e3.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;
  display: flex;
  gap: 30px;
}

.part-2>div {
  display: flex;
  justify-content: space-between;
}

.p-item {
  flex: 1;
  height: 470px;
}

.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: 380px;
  height: 470px;
  box-sizing: border-box;
}

.p-item-top {
  position: relative;
  padding-top: 27px;
  padding-left: 37px;
  box-sizing: border-box;
  height: 325px;
}

.p-item-title {
  font-weight: 500;
  font-size: 24px;
  color: #FFFFFF;
}

.p-item-desc {
  margin-top: 25px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.p-item-desc li {
  display: flex;
  align-items: center;
  gap: 14px;
}

.p-item-desc li img {
  width: 44px;
  height: 44px;
}

.p-item-desc li span {
  font-weight: 600;
  font-size: 16px;
  color: #FFFFFF;
}

.p-item-bot {
  background: #1b2a55;
  height: 150px;
  display: flex;
  justify-content: space-around;
}

.p-item-bot div {
  /* flex: 1; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.p-item-bot div img {
  width: 72px;
  height: 45px;
}

.p-item-bot div span:nth-child(2) {
  font-weight: 500;
  font-size: 16px;
  color: #9BA6C4;
  margin-top: 18px;
}

.p-item-bot div span:nth-child(3) {
  font-weight: 400;
  font-size: 12px;
  color: #7A839D;
  margin-top: 12px;
}


.corner {
  position: absolute;
  right: 0;
  top: 0;
  width: 127px;
  height: 39px;
  background: url(../img/pro-e3-item-corner.png) no-repeat;
  background-size: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  font-size: 24px;
  color: #FFFFFF;
}




.mt75 {
  margin-top: 75px;
}

.part-3 {
  margin-top: 40px;
}


.car-bar {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  gap: 76px;
}


.car-bar div {
  font-weight: 500;
  font-size: 16px;
  color: #BCC8D3;
  display: flex;
  align-items: center;
}

.car-bar div::before {
  content: '';
  width: 16px;
  height: 16px;
  border-radius: 50%;
  margin-right: 10px;
  display: inline-block;
}

.car-bar div:nth-child(1)::before {
  background: #4796C7;
}

.car-bar div:nth-child(2)::before {
  background: #D1B853;
}

.car-bar div:nth-child(3)::before {
  background: #6C64E6;
}


.part-4 {
  margin-top: 40px;
  height: 521px;
  background: url(../img/pro-family-bg.png) no-repeat;
  background-size: 100%;
  display: flex;
  padding-top: 8px;
  box-sizing: border-box;
}

.part-4-wap{
  display: none;
}

.pro-family-left {
  width: 209px;
  height: 100%;
  background: rgba(45, 50, 63, 0.8);
}

.pro-family-left li {
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.pro-family-left li a{
  font-weight: 500;
  font-size: 18px;
  color: #FFFFFF;
}

.pro-family-left li.active {
  background: #384056;
  position: relative;

  &::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 4px;
    background: #D9742F;
    display: inline-block;
    left: 0;
    top: 0;
  }
}

.pro-family-right {
  flex: 1;
  box-sizing: border-box;
  padding: 40px 60px;
}

.pro-type-bar {
  height: 50px;
  width: 100%;
  border-bottom: 2px solid #2D323F;
}

.pro-type-list {
  display: flex;
  gap: 50px;
  align-items: center;
  height: 100%;
}

.pro-type-list li {
  font-weight: 500;
  font-size: 18px;
  color: #9BA6C4;
  display: flex;
  justify-content: center;
  width: 80px;
  height: 100%;
  cursor: pointer;
  align-items: center;
}

.pro-type-list li.active {
  color: #fff;
  position: relative;

  &::after {
    content: '';
    display: inline-block;
    width: 74px;
    height: 2px;
    background: #fff;
    position: absolute;
    bottom: -2px;
  }
}


.pro-type-item {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.pro-type-item li {
  display: flex;
}

.pro-type-item li span:nth-child(1) {
  color: #9BA6C4;
  width: 110px;
  font-weight: 500;
  font-size: 16px;
}

.pro-type-item li span:nth-child(2) {
  color: #FFFFFF;
  flex: 1;
  font-weight: 500;
  font-size: 16px;
  word-break: break-all;
}

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

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

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