.header {
    width: 100%;
    height: 652rem;
    background-image: url(../img/aiQATopImg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    /* margin-top: 103rem; */
}



.heaCon>.heaCon1 {
    font-family: Source Han Sans;
    font-size: 44rem;
    font-weight: bold;
    line-height: normal;
    /* text-align: center; */
    letter-spacing: 0em;
    font-variation-settings: "opsz"auto;
    font-feature-settings: "kern"on;
    color: #0563A3;
    padding-top: 185rem;
    margin-left: 658rem;
}

.heaCon>.heaCon2 {
    width: 864rem;
    font-family: Source Han Sans;
    font-size: 30rem;
    font-weight: normal;
    line-height: normal;
    text-align: center;
    letter-spacing: 0em;
    font-variation-settings: "opsz"auto;
    font-feature-settings: "kern"on;
    color: #0563A3;
    margin-top: 17rem;
    margin-left: 342rem;
}

.heaCon>.heaCon3{
    width: 864rem;
    font-family: Source Han Sans;
    font-size: 36rem;
    font-weight: normal;
    line-height: normal;
    text-align: center;
    letter-spacing: 0em;
    font-variation-settings: "opsz"auto;
    font-feature-settings: "kern"on;
    color: #0563A3;
    margin-top: 17rem;
    margin-left: 342rem;
}


.apply {
    width: 100%;
    background-color: #FBF3EA;
    /* margin-top: 100rem; */
}

.applyTit {
    text-align: center;
    font-family: Source Han Sans;
    font-size: 44rem;
    font-weight: bold;
    line-height: normal;
    letter-spacing: 0em;
    font-variation-settings: "opsz"auto;
    font-feature-settings: "kern"on;
    color: #4F4F4F;
    padding-top: 42rem;
    margin-bottom: 0rem;
}

.applyCon {
    width: 77%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    /* align-items: center; */
    margin: auto;
}

.applyConItem img{
    width: 90%;
    height: 90%;
    /* width: 347rem; */
    /* height: 185rem; */
}

.applyConItem {
    width: 30%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 41rem;
}

.applyConItemTit {
    font-family: Source Han Sans;
    font-size: 24rem;
    font-weight: bold;
    line-height: normal;
    letter-spacing: 0em;
    font-variation-settings: "opsz"auto;
    font-feature-settings: "kern"on;
    color: #4F4F4F;
    margin-top: 32rem;
}

.applyConItemDet {
    font-family: 思源黑体;
    font-size: 20rem;
    font-weight: normal;
    line-height: normal;
    text-align: center;
    letter-spacing: 0em;
    font-variation-settings: "opsz"auto;
    font-feature-settings: "kern"on;
    color: #4F4F4F;
    text-align: center;
    width: 90%;
    margin-top: 18rem;
    margin-bottom: 62rem;
}


.advantage {
    width: 100%;
}

.advTop {
    width: 100%;
    height: 118rem;
    border-bottom: 1rem solid #D8D8D8;
}

.advTit {
    width: 274rem;
    font-family: Source Han Sans;
    font-size: 44rem;
    font-weight: bold;
    line-height: normal;
    text-align: center;
    letter-spacing: 0em;
    font-variation-settings: "opsz"auto;
    font-feature-settings: "kern"on;
    color: #3D3D3D;
    margin: auto;
    padding-top: 42rem;
    padding-bottom: 15rem;
    border-bottom: 4rem solid #3D3D3D;
}


.advDetCon {
    width: 77%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    /* align-items: center; */
    margin: auto;
    margin-top: 50rem;
}

.advDetConItem {
    width: 30%;
    margin: 0rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.advDetConItem img {
    width: 153rem;
    height: 153rem;
}

.advDetConItemTit {
    font-family: Source Han Sans;
    font-size: 24rem;
    font-weight: bold;
    line-height: normal;
    letter-spacing: 0em;
    font-variation-settings: "opsz"auto;
    font-feature-settings: "kern"on;
    color: #3D3D3D;
    margin-top: 24rem;
    margin-bottom: 6rem;
}

.advDetConItemCon {
    width: 50%;
    font-family: Source Han Sans;
    font-size: 20rem;
    font-weight: 350;
    line-height: normal;
    text-align: center;
    letter-spacing: 0em;
    font-variation-settings: "opsz"auto;
    font-feature-settings: "kern"on;
    color: #939393;
}

.floating-icon {
    width:76px;
    height:180px;
    border-radius:35px;
    position: fixed;
    right: 30px;
    bottom: 400px;
    background: linear-gradient(180deg, #64CDFE 36%, #51befe 97%);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    text-align: center;
  }
  
.text-box {
  font-family: 'Source Han Sans';
  font-size: 14px; 
  font-weight: bold;
  color: #FFFFFF;
}

.lijitiyan {
    padding-bottom: 5px;
    margin-bottom: 21px;
  }

.lijitiyan img{
    width:24px;
    height:24px;
  }

  .arrow-box-lijitiyan{
    display: none;
    position: absolute;
    right: 86px; 
    bottom: 35px;
    padding: 5px;
    background-color: #4cbbff;
    border: 1px solid #4cbbff;
    border-radius: 8px;
    white-space: nowrap;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.15); 
    width: 160px; 
    height:180px;
  }

.arrow-box-lijitiyan::before {
    content: '';
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
    border-width: 10px;
    border-style: solid;
    border-color: transparent  transparent  transparent #4cbbff; 
  }

.shanwuzixun {
    padding-bottom: 7px;
    margin-top: 11px;
  }

.shanwuzixun img{
    width:24px;
    height:24px;
  }

.arrow-box-shanwuzixun {
    display: none;
    position: absolute;
    right: 86px; 
    bottom: -55px;
    padding: 5px;
    background-color: #4cbbff;
    border: 1px solid #4cbbff;
    border-radius: 8px;
    white-space: nowrap;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.15); 
    width: 160px; 
    height:206px;
  }
  
  .arrow-box-shanwuzixun::before {
    content: '';
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
    border-width: 10px;
    border-style: solid;
    border-color: transparent  transparent  transparent #4cbbff; 
  }

.arrow-item {
    font-family: 'Source Han Sans';
    font-size: 16px;
    color: #ffffff;
    padding: 12px 0;
  }
  
  .arrow-item:last-child {
    border-bottom: none; 
  }
