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-x9hp.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%);
    }
  }
  #p2{
    margin-top: -75px;
  }
  .main-pic{
    width: 100%;
  }
  .part-2 {
    margin-top: 50px;
    display: flex;
    gap: 22px;
  }
 
  .sub-tip{
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 40px;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 48px;
  }

  .mt75 {
    margin-top: 75px;
  }
  .part-3 {
    margin-top: 40px;
    background: #151820;
    border-radius: 10px;
    padding-top: 47px;
    position: relative;
    text-align: center;
  }

  .part-3 .hot-bar{
    position: absolute;
	z-index: 10;
	width: 150px;
	height: 100px;
	left: 394px;
	    top: 117px;
	cursor: pointer;
  }
  
  @keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 0; }
    100% { opacity: 1; }
  }
   
  .blinking-dot {
    width: 10px;
    height: 10px;
    background-color: white;
    border-radius: 50%; /* 使得点看起来是圆形的 */
    animation: blink 1s infinite; /* 持续时间1秒，无限次循环 */
  }

  .part-3 img{width: 100%;}
  .part-3 .juzhong{display: grid;place-items: center; overflow: hidden;}
  .p3-line {
    width: 1198px;
    height: 1px;
    background: #353C4D;
    margin: 68px auto 0;
  }
  .part-3-content{
    padding: 54px 0 75px 54px;
    box-sizing: border-box;
  }

  .p3-title{
    font-weight: 600;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 24px;
	text-align: left;
  }

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

  .p3-item-desc li {
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 40px;
    display: flex;
    align-items:baseline;

    &::before {
      content: "";
      display: inline-block;
      width: 10px;
      height: 10px;
      background: #3d4dff;
      border-radius: 50%;
      margin-right: 20px;
      margin-top: 10px;
      flex-shrink: 0;
    }
  }

  .part-4 {
    margin-top: 38px;
    /* height: 471px; */
    background: url(../img/pro-soft-bg.png) no-repeat;
    background-size: 100%;
    box-sizing: border-box;
    display: flex;
	background-color: #0f1222;
  }

  .part-4-item{
    flex: 1;
    box-sizing: border-box;
    padding: 38px 44px 0;
  }

  .part-4-top{
    width: 200px;
    height: 50px;
    /* background: #06090E;
    border-radius: 25px; */
    opacity: 0.8;
    display: flex;
    align-items: center;
    gap: 15px;
    /* justify-content: center; */
    img{
      width: 19px;
      height: 17px;
    }
    span{
      font-weight: 600;
      font-size: 18px;
      color: #FFFFFF;
    }
  }
  

  .part-4-desc{
    margin-top: 20px;
	padding-bottom: 10px;
  }

  .part-4-desc li{
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
    gap: 8px;
   }

  .part-4-info{
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 20px;
	
  }
  .part-4-tip{
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: gray;
    padding-bottom: 5px;

  }

   .part-5{
      margin-top: 50px;
      /* height: 640px; */
      background: #151820;
      border-radius: 10px 10px 0px 0px;
      display: flex;
    }
  
    .part-5-left{
      width:403px;
      /* height: 100%; */
      background-image: url(../img/pro-x9-hareware-bg.png);
      background-size: 403px 639px;
      display: flex;
      justify-content: center;
      /* background-position: bottom; */
      /* flex: 1; */
      background-color: #1e232f;
      background-position-y: bottom;
      background-repeat: no-repeat;
    }
  
    .part-5-left img{
      width: 320px;
      height: 240px;
      margin-top: 123px;
      cursor: pointer;
    }
  
    .part-5-right{
      flex: 1;
      box-sizing: border-box;    padding: 25px 30px 25px 65px;
    }

  .part-table-th{
    padding: 25px 0;
    font-weight: 400;
    font-size: 18px;
    color: #9BA6C4;
  }
  .part-table-tr{
    height: 44px;
   
    /* opacity: 0.3; */
    font-weight: 500;
    font-size: 14px;
    color: #FFFFFF;

    &:nth-child(even){
      background: linear-gradient(90deg, #151820, #363B68, #151820);
    }
  }

  

  .part-5-right .tr-item{
    width: 100%;
    display: flex;
    align-items: center;
  }
  .part-5-right .tr-item div:nth-child(1){
    width: 36px;
  }
  .part-5-right .tr-item div:nth-child(2){
    width: 220px;
    margin-left: 50px;
  }
  .part-5-right .tr-item div:nth-child(3){
    flex: 1;
    margin-left: 20px;
  }
  .part-5-right .tr-item div:nth-child(4){
    width: 40px;
    margin-left: 20px;
  }
  .part-5-right .tr-item div:nth-child(5){
    width: 40px;
    margin-left: 50px;
    text-align: center;
  }

  .part-table-tr div:nth-child(1){
    width: 36px;
    height: 36px;
    background: #323C7A;
    border-radius: 17px;
    border: 3px solid #303BB1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Arial;
    font-weight: normal;
    font-size: 18px;
  }
  .part-table-tr div:nth-child(5){
    color:#EE7E31 ;
    font-weight: 500;
  }
  
  .pro-wap-X9-1{
    display: none;
  }
  .bottom-info-list{
	  color: white;
  }
  .swiper-container{
	  width: 140px !important;
  }