.main-value{
    width: 240px;
    height: 240px;
    border-radius: 50%;
    background-color: #d4deee;
    position: relative;
}
.main-value-pathogenic{
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background-color: #d4deee;
    position: relative;
}
.platfrom-feature-description-content{
    margin-left: 200px;
    z-index:999;
}
.platfrom-main-value{
    width: 540px;
    /* height: 300px; */
    height: calc(100% - 150px);
    /* border-radius: 50%; */
    /* background-color: #d4deee; */
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.platfrom-main-value-item {
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 1rem;
    /* grid-template-rows: repeat(); */
}
.platfrom-main-value-item-text {
  text-align: center;
  font-size: 16px;
  color: #2A323F;
  font-family: bold;
  font-weight: 700;
  flex: 1;
  padding: 1rem;
}
.platfrom-main-value-item:nth-child(odd) {
    border-right: 1px solid #ccc ;
}
.platfrom-main-value-item:nth-child(1), .platfrom-main-value-item:nth-child(2) {
    border-bottom: 1px solid #ccc ;
}
.platfrom-main-value-item:nth-child(1), .platfrom-main-value-item:nth-child(2) {
    align-items: flex-start;
}
.platfrom-main-value-item:nth-child(3), .platfrom-main-value-item:nth-child(4) {
    align-items: flex-end;
}
.main-value-top{
    position: absolute;
    top: -2rem;
    left: 5rem;
    display: flex;
}
.main-value-title{
    font-size: 18px;
    font-weight: 700;
    color: #016AFA;
}
.main-value-text{
    font-size: 12px;
    color: #2A323F;
    width: 200px;
    line-height: 15px;
}
.main-value-left{
    position: absolute;
    left: -9rem;
    bottom: -15%;
    /* display: flex; */
}
.path-main-value-left{
    position: absolute;
    left: -9rem;
    bottom: -2%;
    /* display: flex; */
}
.main-value-right{
    position: absolute;
    right: -10rem;
    bottom: -15%;
    /* display: flex; */
}
.main-value-center{
    position: absolute;
    left: 4.5rem;
    top: 30%;
}
.title-content{
    font-size:15px;
    color: #fff;
    line-height: 40px !important;
}
.en-home-title {
    width: 200px !important;
}
.feature-description{
    display: flex;
}
.feature-description-video-box{
    z-index:999;
    height: 35vh;
    width: 500px;
}
.feature-description-video{
    width: 25vw;
    height: 35vh;
}
.pathogenic-description-video-box{
    display:flex;
    margin-top: 50px;
    z-index:999;
    height: 30vh;
    width: 60vw;
}
.platform-description-video-box{
    /* height: 35vh; */
    width: 27%;
    margin: 0 10px;
}
.platform-description-video{
    width: 100%;
}
.feature-description-video-box-blood{
    z-index:999;
    height: 35vh;
    /* width: 500px; */
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-right: 50px;
}
.feature-description-video-blood{
    width: 27%;
    text-align: center;
    line-height: 16px;
    height: 180px;
}
.feature-description-content{
    margin-left: 300px;
    z-index:999;
}
.feature-description-content-novideo{
    margin: 100px 0 !important;
}
.feature-description-bottom{
    width:100%;
    position: absolute;
    bottom:-90px;
    background-color:#136ff6;
    height: 200px;
    z-index: 0;
}
.feature-description-bottom {
    .bottom-content {
        color: #fff;
        padding-top: 130px;
        display: flex;
        width: 40%;
        margin: 0 auto;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-around;
        line-height: 50px;
        font-size: 18px;
        letter-spacing: 1px;
    }
    .point {
        display: inline-block;
        width: 10px;
        height: 10px;
        background-color: #fff;
        border-radius: 10px;
        margin-right: 10px;
    }
    .bottom-content-item {
        flex: none;
        width: 30%;
        display: flex;
        align-items: center;
        justify-content: center;
        white-space: nowrap;
    }
}
.system-item-box{
    margin-top: 30px;
    width: 30%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: absolute;
    right: 25rem;
}
.system-item-fix-video{
    width:55%;
}
.platform-item-box{
    margin-top: 30px;
    width: 30%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: absolute;
    right: 25rem;
}
.system-item-text{
    font-size: 14px;
    color: #fff;
    text-align: center;
    font-weight: 700;
    width: 130px;
    height: 150px;
}
.platform-item-text{
    font-size: 14px;
    color: #fff;
    text-align: center;
    font-weight: 700;
    width: 130px;
    height: 150px;
}
.core-technology{
    display: flex;
    justify-content: space-between;
}
.core-technology-box{
    width: 22rem;
    height: 350px;
    background: #FFFFFF;
    box-shadow: 0px 5px 30px 1px rgba(0,56,106,0.16);
    border-radius: 6px 6px 6px 6px;
    padding: 2rem;
}
.core-technology-title{
    width: 12rem;
    border-bottom: 3px solid #016AFA;
    color: #016AFA;
    font-size: 18px;
    padding: 10px 0;
    margin-bottom: 10px;
}
.core-technology-content{
    font-size: 14px;
    color: #5B5E6F;
}
.platform-core-technology {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 10px;
}
.platform-core-technology-box{
    height: 440px;
    background: #FFFFFF;
    box-shadow: 0px 5px 30px 1px rgba(0,56,106,0.16);
    border-radius: 6px 6px 6px 6px;
    padding: 1rem;
}
.platform-core-technology-title{
    color: #016AFA;
    font-size: 16px;
    font-weight: bold;
    font-family: bold;
    /* padding: 10px 0; */
    margin: 10px 0;
}
.platform-core-technology-line{
    width: 6rem;
    height: 3px;
    background-color: #016AFA;
    margin-bottom: 10px;
}
.platform-core-technology-content{
    font-size: 14px;
    color: #5B5E6F;
    div {
      display: flex;
      align-items: baseline;
    }
    .point {
      flex: none;
      display: inline-block;
      width: 3px;
      height: 3px;
      border-radius: 3px;
      margin-right: 5px;
      background-color: #5B5E6F;
    }
}ustomer-facing{
    font-family: bold;
    font-weight: 700;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
}
.platform-customer-facing{
    font-family: bold;
    font-weight: 700;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
}
.platform-customer-facing-box1 {
  height: 20rem;
  background: url('https://oss.hccx.tech:55555/offical-website/template/new-blue/img/labAi/platform_school_box1.png') no-repeat center center;
  background-size: 100% 100%;
  text-align: center;
}
.platform-customer-facing-box2 {
  height: 20rem;
  background: url('https://oss.hccx.tech:55555/offical-website/template/new-blue/img/labAi/platform_hosipal_box2.png') no-repeat center center;
  background-size: 100% 100%;
  text-align: center;
}
.platform-customer-facing-box3 {
    height: 20rem;
    background: url('https://oss.hccx.tech:55555/offical-website/template/new-blue/img/labAi/platform_CDC_box3.png') no-repeat center center;
    background-size: 100% 100%;
    text-align: center;
}
.platform-customer-facing-box4 {
    height: 20rem;
    background: url('https://oss.hccx.tech:55555/offical-website/template/new-blue/img/labAi/platform_med_box4.png') no-repeat center center;
    background-size: 100% 100%;
    text-align: center;
  }
  .platform-customer-facing-box5 {
    height: 20rem;
    background: url('https://oss.hccx.tech:55555/offical-website/template/new-blue/img/labAi/platform_tc_box5.png') no-repeat center center;
    background-size: 100% 100%;
    text-align: center;
  }
  .platform-product-box {
    margin-bottom:0px;
    height: 100%;
    width: 100%;
    background: url('https://oss.hccx.tech:55555/offical-website/template/new-blue/img/labAi/platform_mj_bg.png');
    padding:50px 0;
    background-size:cover;
}
.mj-img{
    width: 13rem !important;
    margin-top: -106px;
    margin-left: 211px;
}
.platform-display {
    display: flex;
    justify-content: space-between;
}
.platform-display-img{
    background: url('https://oss.hccx.tech:55555/offical-website/template/new-blue/img/labAi/mj_img.png') no-repeat center center;
    background-size: 100% 100%;
    height: 33rem;
    width: 40rem;
    margin-top: 50px;
}
.customer-facing{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.customer-facing-box1{
    width: 23%;
    height: 20rem;
    background: url('https://oss.hccx.tech:55555/offical-website/template/new-blue/img/labAi/lab_government_img.png') no-repeat center center;
    background-size: 100% 100%;
    text-align: center;
}
.customer-facing-title{
    color: #125CC6;
    font-size: 20px;
}
.customer-facing-box2{
    width: 23%;
    height: 20rem;
    background: url('https://oss.hccx.tech:55555/offical-website/template/new-blue/img/labAi/lab_CDC_img.png') no-repeat center center;
    background-size: 100% 100%;
    text-align: center;
}
.customer-facing-box3{
    width: 23%;
    height: 20rem;
    background: url('https://oss.hccx.tech:55555/offical-website/template/new-blue/img/labAi/lab_hosipal_img.png') no-repeat center center;
    background-size: 100% 100%;
    text-align: center;
}
.customer-facing-box4{
    width: 23%;
    height: 20rem;
    background: url('https://oss.hccx.tech:55555/offical-website/template/new-blue/img/labAi/lab_medicine_img.png') no-repeat center center;
    background-size: 100% 100%;
    text-align: center;
}
.customer-facing-box5{
    width: 23%;
    height: 20rem;
    background: url('https://oss.hccx.tech:55555/offical-website/template/new-blue/img/labAi/microbe_scientific_img.png') no-repeat center center;
    background-size: 100% 100%;
    text-align: center;
}
.customer-facing-box6{
    width: 23%;
    height: 20rem;
    background: url('https://oss.hccx.tech:55555/offical-website/template/new-blue/img/labAi/microbe_institution_img.png') no-repeat center center;
    background-size: 100% 100%;
    text-align: center;
}
.customer-facing-box7{
    width: 23%;
    height: 20rem;
    background: url('https://oss.hccx.tech:55555/offical-website/template/new-blue/img/labAi/blood_center_img.png') no-repeat center center;
    background-size: 100% 100%;
    text-align: center;
}
.customer-facing-box8{
    width: 23%;
    height: 20rem;
    background: url('https://oss.hccx.tech:55555/offical-website/template/new-blue/img/labAi/blood_station_img.png') no-repeat center center;
    background-size: 100% 100%;
    text-align: center;
}
.customer-facing-box9{
    width: 23%;
    height: 20rem;
    background: url('https://oss.hccx.tech:55555/offical-website/template/new-blue/img/labAi/blood_hosipal_img.png') no-repeat center center;
    background-size: 100% 100%;
    text-align: center;
}
.customer-facing-box10{
    width: 23%;
    height: 20rem;
    background: url('https://oss.hccx.tech:55555/offical-website/template/new-blue/img/labAi/blood_jd__img.png') no-repeat center center;
    background-size: 100% 100%;
    text-align: center;
}
.service-advantages{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.service-advantages-box{
    width: 30%;
    position: relative;
    margin-bottom: 20px;
}
.service-advantages-title{
    height: 40px;
    line-height: 40px;
    background-color: #016AFA;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}
.service-advantages-content{
    height: 130px;
    padding: 20px 40px;
    color: #5B5E6F;
    background-color: #e9eef4;
}
.service-advantages-img{
    position: absolute;
    bottom: 10px;
    right: 10px;
}
.product-display{
    display: flex;
    justify-content: space-between;
}
.product-display-content{
    background-color: #fff;
    width: 27rem;
    height: 17rem;
    border-radius: 5px;
    margin-top: 200px;
}
.product-display-img{
    background: url('https://oss.hccx.tech:55555/offical-website/template/new-blue/img/labAi/mj_img.png') no-repeat center center;
    background-size: 100% 100%;
    height: 33rem;
    width: 40rem;
    margin-top: 50px;
}
.product-display-title{
    /* height: 50px; */
    line-height: 50px;
    font-size: 14px;
    width: 100%;
    border-bottom: 1px solid #1477EB;
    color: #1477EB;
    font-weight: 700;
    text-align: center;
}
.main-value-left-text{
    text-align: right;
}
.product-box{
    margin-bottom:0px;
    height: 80vh;
    background: url('https://oss.hccx.tech:55555/offical-website/template/new-blue/img/labAi/microbe_bg.png') no-repeat center center !important;
    padding:20px 0 !important;
    background-size:cover;
}
.blood-product-box{
    margin-bottom:0px;
    height: 80vh;
    background: url('https://oss.hccx.tech:55555/offical-website/template/new-blue/img/labAi/blood_cp_bg.png') no-repeat center center !important;
    padding:50px 0;
    background-size:cover;
}
.sw-img{
    width: 15rem !important;
    margin-top: 80px;
    margin-left: 170px;
}
.dwy-img{
    width: 20rem !important;
    margin-top: 140px;
    margin-left: 130px;
}
.scj-img{
    width: 15rem !important;
    margin-top: 70px;
    margin-left: 150px;
}
.jjc-img{
    width: 20rem !important;
    margin-top: 0px;
    margin-left: 150px;
}
.xt-img{
    width: 30rem !important;
    margin-top: 30px;
    margin-left: 60px;
}
.bq-img{
    width: 20rem !important;
    margin-top: 80px;
    margin-left: 170px;
}
.xypt-img{
    width: 30rem !important;
    margin-top: 20px;
    margin-left: 60px;
}
.bx-img{
    width: 17rem !important;
    margin-top: -70px;
    margin-left: 200px;
}
.lkzj-img{
    width: 20rem !important;
    margin-top: 30px;
    margin-left: 130px;
}
.pljjc-img{
    width: 20rem !important;
    margin-top: -50px;
    margin-left: 160px;
}
.zmjjc-img{
    width: 20rem !important;
    margin-top: 30px;
    margin-left: 160px;
}
.lab-ysx-img{
    width: 20rem !important;
    margin-top: 70px;
    margin-left: 160px;
}
.main-value-left-blood{
    position: absolute;
    left: -2rem;
    bottom: 5%;
}
.main-value-right-blood{
    position: absolute;
    right: -2rem;
    bottom: 5%;
}
.main-value-top-blood{
    display: flex;
    position: absolute;
    top: -2rem;
    left: 5rem;
}
.main-value-title-blood{
    font-size: 18px;
    font-weight: 700;
    color: #2A323F;
}
@media (max-width: 1000px) {
    /* .main-value-top{
        display: block;
    } */
    .phone-title-content{
        font-size: 14px;
        line-height: 20px !important;
        color: #fff;
    }
    .mj-img{
        width: 3rem !important;
        margin-top: 0 !important;
        margin-left: 0 !important;
    }
	.top-header {
		margin-top:-100px;
	}
    .top-title {
		font-size: 24px !important;
	}
    .feature-description{
        display: block;
    }
    .feature-description-novideo{
        display:flex !important;
        justify-content: center !important;
    }
    .feature-description-video{
        width: 90vw;
        height: 35vh;
    }
    .platfrom-description-video{
        width: 90vw;
        height: 35vh;
    }
    .platform-description-video{
        width: 90vw;
    }
    .platfrom-main-value  {
        width: 100%;
        height: 300px;
    }
    .feature-description-content{
        margin-left: 0px;
        height: 70vh;
    }
    .feature-description-video-box{
        display: flex;
        flex-direction: column;
        height: 100%;
        margin-left: -90px;
    }
    .main-value{
        margin-left: 10%;
        margin-top: 50px;
    }
    .feature-description-video-box{
        width: 96%;
    }
    .feature-description-video-box-blood{
        z-index:999;
        height: 35vh;
        /* width: 500px; */
        flex: 1;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin-left: 15%;
    }
    .feature-description-video-blood{
        width: 90%;
        text-align: center;
        line-height: 16px;
        height: 150px;
        margin: 20px 0;

    }
    .feature-description-bottom{
        width:100%;
        background-color:#136ff6;
        height: 200px;
        z-index: 0;
    }
    .platform-description-bottom {
        height: 350px;
    }
    .main-value-left{
        display: block;
        flex-direction: column-reverse;
        left:-30px ;
        bottom: -70px;
    }
    .path-main-value-left{
        display: block;
        flex-direction: column-reverse;
        left:-30px ;
        bottom: -30px;
    }
    .main-value-left-img{
        margin-left:0rem !important;
    }
    .main-value-right{
        display: block;
        right:-100px ;
        bottom: -40px;
    }
    .main-value-left-text{
        text-align: left;
    }
    .main-value-text{
        width: 150px;
        list-style: 15px;
    }
    .system-item-box{
        margin-top: 20px;
        width: 100%;
        position: absolute;
        right: 0;
    }
    .platform-item-box{
        margin-top: 20px;
        width: 100%;
        position: absolute;
        right: 0;
        flex-direction: column;
    }
    .platform-item-box-item {
        width: 100%;
        display: flex;
        padding: 0 10px;
    }
    .platform-item-text {
        margin-left: 10px;
        text-align: left;
        align-items: center;
        height: 3rem;
        line-height: 3.5rem;
        font-size: 12px;
        flex: 1;
    }
    .system-item-text{
        height: 100px;
        font-size: 10px;
        width: 50px;
    }
    .lab-main-value-left-img{
        margin-left: 1rem !important;
    }
    .lab-main-value-right{
        /* margin-left: 1rem !important; */
        bottom: -90px !important;
        right: -80px !important;
    }
    .lab-main-value-right-img{
        margin-left: 2rem !important;
    }
    .core-technology{
        display: block;
    }
    .core-technology-box{
        width: 21rem;
        margin-top: 30px;
    }
    .product-display-title-header{
        margin: 0 !important;
    }
    .product-display{
        display: block;
        margin-top: -150px;
    }
    .product-display-img{
        height: 6rem;
        width: 20rem;
        margin-left: 15px;
        margin-top: 0;
        margin-bottom: 10px;
        background: none;
    }
    .pathogenic-img-box{
        height: 10rem !important;
    }
    .product-display-img-1{
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
        /* margin-top: 120px !important; */
        margin-left: 0 !important;
        /* width: 10rem !important; */
    }
    .product-display-img-2{
        width: 10rem !important;
        margin-left: 5rem !important;
        margin-top: 8rem !important;
    }
    .product-display-content{
        margin-top: 0;
        width: 92vw;
        height: 320px;
    }
    .customer-facing-title{
        font-size: 12px;
    }
    .customer-facing-box1{
        height: 30vh;
    }
    .customer-facing-box2{
        height: 30vh;
    }
    .customer-facing-box3{
        height: 30vh;
    }
    .customer-facing-box4{
        height: 30vh;
    }
    .customer-facing-box5{
        height: 30vh;
    }
    .customer-facing-box6{
        height: 30vh;
    }
    .service-advantages{
        display: block;
    }
    .service-advantages-box{
        width: 92vw;
    }
    .product-box{
        margin-bottom:0px;
        height: 88vh;
    }
    .product-box-phone{
        padding: 20px 0 !important; 
    }
    /* .product-display-content{
        height: 100%;
    } */
    .sw-img{
        width: 50% !important;
        height: 100% !important;
        object-fit: cover !important;
        margin: 150px auto 0;
    }
    .dwy-img{
        width: 80% !important;
        height: 100% !important;
        object-fit: cover !important;
        margin: 150px auto 0;
    }
    .scj-img{
        width: 70% !important;
        height: 100% !important;
        object-fit: cover !important;
        margin: 150px auto 0;
    }
    .jjc-img{
        width: 45% !important;
        height: 100% !important;
        object-fit: cover !important;
        margin: 150px auto 0;
    }
    .jjc-img-box{
        height: 9rem !important;
    }
    .xt-img{
        width: 80% !important;
        height: 100% !important;
        object-fit: cover !important;
        margin: 150px auto 0;
    }
    .bq-img{
        width: 65% !important;
        height: 100% !important;
        object-fit: cover !important;
        margin: 150px auto 0;
    }
    .xypt-img{
        width: 70% !important;
        height: 100% !important;
        object-fit: cover !important;
        margin: 150px auto 0;
    }
    .bx-img{
        width: 25% !important;
        height: 90% !important;
        object-fit: cover !important;
        margin: 150px auto 0;
    }
    .lkzj-img{
        width: 41% !important;
        height: 100% !important;
        object-fit: cover !important;
        margin: 150px auto 0;
    }
    .pljjc-img{
        width: 50% !important;
        height: 100% !important;
        object-fit: cover !important;
        margin: 150px auto 0;
    }
    .zmjjc-img{
        width: 50% !important;
        height: 100% !important;
        object-fit: cover !important;
        margin: 150px auto 0;
    }
    .lab-ysx-img{
        width: 10rem !important;
        margin-top: 140px;
        margin-left: 25% !important;
    }
    .pathogenic-text-box{
        height: 150px !important;
    }
    .customer-facing{
        display: block;
    }
    .customer-facing-box1{
        width: 100%;
    }
    .customer-facing-box2{
        width: 100%;
    }
    .customer-facing-box3{
        width: 100%;
    }
    .customer-facing-box4{
        width: 100%;
    }
    .customer-facing-box5{
        width: 100%;
    }
    .customer-facing-box6{
        width: 100%;
    }
    .customer-facing-box7{
        width: 100%;
    }
    .customer-facing-box8{
        width: 100%;
    }
    .customer-facing-box9{
        width: 100%;
    }
    .customer-facing-box10{
        width: 100%;
    }
    .product-display-title{
        font-size: 12px;
        /* height: 60px; */
        line-height: 30px;
    }
    .platform-core-technology {
        grid-template-columns: 1fr;
        grid-gap: 10px;
    }
    .platform-core-technology-box {
        height: auto;
        margin-top: 10px !important
    }
    .feature-description-bottom {
        .bottom-content {
            color: #fff;
            display: flex;
            width: 100% !important;
            margin: 0 auto;
            flex-direction: column;
            flex-wrap: wrap;
            justify-content: space-around;
            line-height: 50px;
            font-size: 12px;
            letter-spacing: 1px;
            padding-top: 0 !important;
        }
        .point {
            display: inline-block;
            width: 10px;
            height: 10px;
            background-color: #fff;
            border-radius: 10px;
            margin-right: 10px;
        }
        .bottom-content-item {
            flex: none;
            width: 100% !important;
            display: flex;
            align-items: center;
            /* justify-content: center; */
            white-space: nowrap;
        }
    }
    .platform-display-img {
        margin-top: 0 !important;
        display: flex;
        justify-content: center;
        width: 100%;
        margin-left: 0;
    }
    .platform-display-img-2{
        width: 10rem !important;
        margin-top: 0 !important;
        margin-left: 0 !important;
    }
    .platform-display-img {
        height: 7rem;
        width: 100%;
        margin-left: 15px;
        margin-top: 0;
        background: none;
    }
    .platform-display{
        flex-direction: column;
    }
    .platfrom-feature-description-content {
        margin-left: 0px;
        width: 100%;
        height: 70vh;
        padding: 0 !important;
    }
    .feature-description-content-novideo{
        height:50vh;
        margin-left:20px;
    }
    .system-item-fix-video{
        left:0;
    }
    .platfrom-main-value-item-text {
        font-size: 12px;
    }
    .platfrom-main-value-item-img {
        width: 3rem !important;
    }
    .platform-customer-facing{
        font-family: bold;
        font-weight: 700;
        display: grid;
        grid-template-columns: 1fr;
    }
}