/*X-lab瀹為獙瀹?/
.xLab-main-2024{
  background: #2C6DB9;
}

.xLab-section01-2024 {
  position: relative;
  width: 100%;
  height: 67.5rem;
  flex-shrink: 0;
  color: #FFF;
}

.xLab-section01-2024-img {
  width: 100%;
}

.xLab-section01-2024-content-box {
  width: 80%;
  margin: 0 auto;
  padding: 4rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.xLab-section01-2024-title{
  color: #FFF;
  text-align: center;
  font-weight: 300;
  padding-top: 30px;
}
.xLab-section01-2024-title-h1{
  font-size: 6.5rem;
  line-height: 10rem;
  font-weight:300;
}
.xLab-section01-2024-title-h2{
  font-size: 3rem;
}
.xLab-section01-2024-button-x-img{
  font-size:10rem;
  margin-top:-13rem ;
}
.xLab-section01-2024-button-down img{
  margin-top:-10rem ;
}

.xLab-Information-2024 {
  color: #FFF;
  width: 100%;
  margin-bottom: 6.25rem;
}

.xLab-Information-2024-box {
  margin: 0 auto;
  width: 90%;
}
.xLab-Information-2024-box-titleBox{
  display: flex;
  border-bottom: 1px solid #FFFFFF;
  justify-content: space-between;
}
.xLab-Information-2024-box-title {
  font-size: 4rem;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  padding: 1rem 0;
}
.xLab-Information-2024-box-operation{
  display: flex;
  align-items: center;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1rem;
}
.xLab-Information-2024-box-content {
  display: flex;
  justify-content: space-around;
  gap: 10px;
  width: 50%;
}
.xLab-Information-2024-box-item {
  display: inline-block;
  flex:1;
}

.xLab-Information-2024-box-content-img {
  margin: 0 auto;
}
.xLab-Information-2024-box-content-img img{
  width: 100%;
  height: auto;
  overflow: hidden;
}

.xLab-Information-2024-box-content-title {
  font-size: 2.5rem;
  margin-top: 1.73rem;
}

.xLab-Information-2024-box-content-data {
  font-size: 1.2rem;
  /*font-style: normal;*/
  /*font-weight: 400;*/
  /*line-height: normal;*/
  margin-top: 1rem;
}
/* 瀹氫箟绠ご鐨勫熀鏈牱寮 */
.arrow-down {
  /*width: 20px;*/
  height: auto;
  overflow: hidden;
  display: block;
  position: relative;
  top: 0;
  opacity: 0; /* 鍒濆閫忔槑搴︿负0 */
  animation: flowAndFade 3s infinite; /* 搴旂敤鍔ㄧ敾 */
}

/* 瀹氫箟娴佸姩骞舵贰鍏ユ贰鍑哄姩鐢 */
@keyframes flowAndFade {
  0% {
    top: -80px;
    opacity: 0.5;
  }
  50% {
    top: 20px; /* 绠ご鍚戜笅绉诲姩鐨勮窛绂 */
    opacity: 1; /* 瀹屽叏涓嶉€忔槑 */
  }
  100% {
    top: 50px; /* 绠ご缁х画鍚戜笅绉诲姩 */
    opacity: 0; /* 瀹屽叏閫忔槑 */
  }
}

/*鍏煎鍒嗚鲸鐜?000-1400px*/
@media screen and (min-width: 1000px)and (max-width: 1400px) {
  .xLab-section01-2024-title-h1{
    font-size: 3.6rem;
    line-height: 6rem;
  }
  .xLab-section01-2024-title-h2{
    font-size: 1.6rem;
  }
  .xLab-Information-2024-box-title {
    font-size: 2rem;
  }
  .xLab-section01-2024-button-x-img{
    width: 35rem;
    margin-top:-10rem ;
  }
}

/*鍏煎鍒嗚鲸鐜?00-1000px*/
@media screen and (min-width: 800px)and (max-width: 1000px) {
  .xLab-section01-2024-title-h1{
    font-size: 2.8rem;
    line-height: 6rem;
  }
  .xLab-section01-2024-title-h2{
    font-size: 1.2rem;
  }
  .xLab-Information-2024-box-title {
    font-size: 2rem;
  }
  .xLab-section01-2024-button-x-img{
    width: 25rem;
    margin-top:-8rem ;
  }
  .xLab-section01-2024-button-down img{
    width: 2rem;
  }
}

/*绉诲姩绔牱寮?/
@media screen and (max-width: 800px) {
  .xLab-section01-2024{
    height: auto;

  }
  .xLab-section01-2024-content-box{
    padding: 50px 24px 60px 24px;
    position: relative;
  }
  .xLab-section01-2024-title-h1{
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding-bottom: 8px;
  }
  .xLab-section01-2024-title-h2{
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 22px; /* 157.143% */
  }
  .xLab-section01-2024-button-x{
    height: auto;
    width: auto;
    /*position: relative;*/
    /*left: 80px;*/
    /*top: -100px;*/
  }
  .xLab-section01-2024-button-x-img{
    font-size: 16px;
    margin:-125px 0 auto;
    /*margin-top:-100px;*/
    width: 200px;
    height: 200px;
    opacity: 0.7;
    filter: drop-shadow(0px 0px 10px rgba(255, 255, 255, 0.50)) drop-shadow(0px 0px 20px rgba(255, 255, 255, 0.20));
  }
  .xLab-Information-2024-box-title {
    font-size: 2rem;
  }

  .xLab-section01-2024-button-down{
    display: none;
  }
  .xLab-Information-2024-box-content-title {
    font-size: 1.5rem;
    margin-top: 1.5rem;
  }
  .xLab-Information-2024-box-content-data {
    font-size: 1rem;
  }

  .xLab-Information-2024-box-titleBox{
    border-bottom: none;
  }
  .xLab-Information-2024-box-title{
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px; /* 133.333% */
    padding: 0;
  }
  .xLab-Information-2024-box-content {
    /*display: flex;*/
    flex-direction: column;
    gap: 32px;
  }
  .xLab-Information-2024-box-content-img{
    background: none;
  }
  .xLab-Information-2024-box-content-img img{
    border-radius: 16px;
  }
  .xLab-Information-2024-box-content-title{
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 150% */
    margin-top: 12px;
  }
  .xLab-Information-2024-box-content-data{
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 157.143% */
    margin-top:0;
  }
}
@font-face {
  font-family: Harmony;
  src: url('https://cdn-js-com.oss-cn-shenzhen.aliyuncs.com/font/HarmonyOS_Sans_SC.woff2') format("truetype");
}
@font-face {
  font-family: 'HarmonyOS_Sans_SC_Light';
  src: url('https://cdn-js-com.oss-cn-shenzhen.aliyuncs.com/font/HarmonyOS_Sans_SC_Light.woff2');
}
.harmony{
  font-family: 'Harmony'
}
.harmony-light{
  font-family: 'HarmonyOS_Sans_SC_Light'
}
.times{
  font-family: 'Times New Roman', Times, serif;
}
.solution_wrap{
  background: linear-gradient(0deg, #4291E1 0%, #4291E1 100%), linear-gradient(180deg, #4E8BDD 0%, #71ABFF 100%);
}