.experiment .wrap {
    width: 1540px;
    margin: 117px auto 109px;
}
.experiment .wrap .title {
    display: flex;
    justify-content: space-between;
    margin: 0 0 88px 0;
}
.experiment .wrap .title .headline {
    position: relative;
    width: 116px;
    height: 116px;
    border: 5px solid #E41937;
    border-radius: 50%;
    margin: 0 0 62px 0;
}
.experiment .wrap .title .headline:after{
    content: '';
    position: absolute;
    top: 50%;
    height: 57px;
    width: 200px;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    z-index: 1;
}
.experiment .wrap .title .headline > img{
    display: none;
}
.experiment .wrap .title .headline p {
    font-size: 50px;
    color: #292929;
    font-family: "SourceHanSansCN-Regular b", sans-serif !important;
    position: absolute;
    top: 50%;
    z-index: 4;
    transform: translate(-50%,-50%);
    left: 50%;
    white-space: nowrap;
    line-height: 38px;
}
.experiment .wrap .title .r {
    width: 1097px;
}
.experiment .wrap .title .r > span {
    font-size: 22px;
    font-weight: 400!important;
    color: #292929;
    display: block;
    margin: 0 0 34px 0;
}
.experiment .wrap .title .r p {
    font-size: 16px;
    font-weight: 400;
    color: #575757;
    line-height: 32px;
}
.experiment .wrap .title .r p span{
    font-family: "SourceHanSansCN-Regular b", sans-serif !important;
}
.experiment .wrap .img {
    width: 120%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
.experiment .wrap .img img {
    width: 100%;
    height: 400px;
}

.experiment .wrap .img .swiper-slide{
    opacity: 0;
}

.experiment .wrap .img .swiper-slide-active,.experiment .wrap .img .swiper-slide-prev,.experiment .wrap .img .swiper-slide-next{
    opacity: 1;
}

.experiment .wrap .img .swiper-slide-shadow-left,.experiment .wrap .img .swiper-slide-shadow-right{
    display: none!important;
}

.experiment .wrap .img .text{
    margin: 35px auto 0;
    text-align: center;
    font-size: 16px;
    font-weight: 400!important;
    color: #575757;
    position: relative;
    padding: 0 0 10px 0;
    border-bottom: 5px solid #e62744;
    width: fit-content;
}


.tab .prev span,
.tab .next span{
  color: #fff;
  font-size: 16px;
}

.tab {
  display: none;
  justify-content: center;
  margin-top: 30px;
}
.tab .prev{
  margin-right: 30px;
  transform: rotate(180deg);
}
.tab .prev,
.tab .next{
  width: 32px;
  height: 32px;
  background-color: #E41937;
  text-align: center;
  line-height: 32px;
  border-radius: 50%;
}

html[lang="en"] .experiment .wrap .title .headline p {
    font-size: 36px;
  }
  html[lang="en"] .experiment .wrap .title .headline{
    margin-left: 100px;
  }
@media screen and (max-width: 1856px) {
    html[lang="en"] .experiment .wrap .title .headline p {
        font-size: 28px;
      }
      html[lang="en"] .experiment .wrap .title .headline:after {
        height: 46px;
    }
}
/*# sourceMappingURL=about.css.map */
@media screen and (max-width: 1792px) {
    .experiment .wrap{
        width: 90%;
    }
    .experiment .wrap .img img{
        height: auto;
    }

    .experiment .wrap .title .headline p {
        font-size: 44px;
    }
    
    html[lang="en"] .experiment .wrap .title .r{
        width: 68.5625vw;
    }
}
@media screen and (max-width: 1600px) {
    .experiment .wrap .title .r{
        width: 68.5625vw;
    }
    .experiment .wrap .title .headline p {
        font-size: 38px;
    }
    .experiment .wrap .title .headline{
        width: 100px;
        height: 100px;
    }
    .experiment .wrap .title .headline {
        border-width: 3px;
    }
    .experiment .wrap .title .r > span {
        margin-top: 20px;
    }
    .experiment .wrap .title .headline:after {
        height: 46px;
    }
    .experiment .wrap .title .r > span {
        margin-bottom: 20px;
    }
    .experiment .wrap {
        margin: 100px auto 90px;
    }
    .experiment .wrap .title{
        margin-bottom: 50px;
    }
}
@media screen and (max-width: 1440px) {
    html[lang="en"] .experiment .wrap .title .r{
        width: 65.5625vw;
    }
    .experiment .wrap .img .text{
        margin-top: 25px;
    }
    .experiment .wrap .title .headline p {
        font-size: 32px;
    }
}

@media screen and (max-width: 1280px) {
    .experiment .wrap {
        margin: 80px auto 70px;
    }
    .experiment .wrap .title .headline p {
        font-size: 28px;
    }
    .experiment .wrap .title .headline:after {
        height: 40px;
    }
    .experiment .wrap .title .headline {
        width: 90px;
        height: 90px;
    }
}
@media screen and (max-width: 1150px) {
    .experiment .wrap .title .r {
        width: 72.5625vw;
    }
    html[lang="en"] .experiment .wrap .title{
        flex-direction: column;
    }
    html[lang="en"] .experiment .wrap .title .headline {
        margin-left: 0;
    }
    html[lang="en"] .experiment .wrap .title .headline p{
        left: -10px;
        transform: translate(0, -50%);
    }
    html[lang="en"] .experiment .wrap .title .r{
        width: 100%;
    }
}

@media screen and (max-width: 1024px) {
    .experiment{
        background-color: #fff;
      border-radius: 20px;
      transform: translateY(-20px);
      position: relative;
      z-index: 99;
    }

    .tab {
        display: flex;
    }
    .experiment .wrap .img .text {
        margin-top: 10px;
    }
.experiment .wrap .title{
    flex-direction: column;
  }
  .experiment .wrap {
    margin-top: 60px;
}
.experiment .wrap .title .headline {
    margin-bottom: 30px;
}
.experiment .wrap .title .r{
    width: 100%;
}
.experiment .wrap .img .text{
    border-bottom-width: 3px;
    font-size: 14px;
}
.experiment .wrap .title .r p{
    font-size: 14px;
    line-height: 28px;
}
.experiment .wrap{
    width: 100%;
    padding: 0 30px;
}


}
@media screen and (max-width: 540px) {
    .experiment .wrap .img {
        width: 100%;
    }
    .experiment .wrap{
        padding: 0 20px;
    }
    .experiment .wrap .title .headline p {
        font-size: 24px;
    }
    .experiment .wrap .title .headline {
        width: 80px;
        height: 80px;
    }
    .experiment .wrap {
        margin-top:13.6vw;
    }
    .experiment .wrap .title .r > span {
        margin-top: 0px;
    }
    .experiment .wrap .title .headline {
        border-width: 2px;
        margin-bottom: 10px;
    }
    .experiment .wrap .title .headline:after {
        height: 38px;
    }

}