.taichi-container{
  background: #0C0F1C;
}
.taichi-screen1{
  height: 76.875rem;
  box-sizing: border-box;
  margin-top: 5rem;
  background: url('../../images/v2/taichi/taichi-model-new.png');
  background-size: contain;
  background-repeat: no-repeat;
  padding-top: 5rem;
}
.taichi-screen1 .taichi-title{
  font-weight: bold;
  font-size: 5.3125rem;
  line-height: 6.1875rem;
  color: #fff;
  text-align: center;
}
.taichi-screen1 .taichi-title i{
  font-style: normal;
  color: #3A7FFF;
}
.taichi-screen1 .taichi-desc{
  text-align: center;
  font-size: 1.3125rem;
  line-height: 2.25rem;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 2.25rem;
}
.taichi-screen1 .taichi-screen1-list{
  height: 42.5rem;
  position: relative;
}
.taichi-screen1 .taichi-screen1-list .taichi-screen1-item{
  display: flex;
  align-items: center;
  padding-left: 0.8rem;
  padding-right: 2rem;
  height: 3.75rem;
  background: rgba(57,117,254,0.2);
  border-radius: 999px;
}
.taichi-screen1 .taichi-screen1-list .taichi-screen1-item img{
  width: 1.6875rem;
  height: 1.6875rem;
  margin-right: 0.4rem;
}
.taichi-screen1 .taichi-screen1-list .taichi-screen1-item .item-right-top{
  font-size: 0.625rem;
  margin-bottom: 0.1rem;
  color: #fff;
}
.taichi-screen1 .taichi-screen1-list .taichi-screen1-item .item-right-bottom{
  font-size: 1rem;
  color: #fff;
}
.taichi-screen1 .taichi-screen1-list .item1{
  position: absolute;
  left: 31.3125rem;
  bottom: 17.125rem;
}
.taichi-screen1 .taichi-screen1-list .item2{
  position: absolute;
  right: 24.375rem;
  bottom: 22.75rem;
}
.taichi-screen1 .taichi-screen1-list .item3{
  position: absolute;
  right: 30.0625rem;
  bottom: 39.75rem;
}

.taichi-screen1 .taichi-try{
  width: 16.1875rem;
  height: 5.3125rem;
  background: rgba(255,255,255,0.05);
  border-radius: 1.5625rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.taichi-screen1 .taichi-try .taichi-try-content{
  width: 15.4375rem;
  height: 4.5625rem;
  background: #3975FE;
  box-shadow: 0 15.125rem 6rem 0 rgba(0,0,0,0.02), 0 8.5rem 5.125rem 0 rgba(0,0,0,0.08), 0 3.75rem 3.75rem 0 rgba(0,0,0,0.12), 0 1rem 2.0625rem 0 rgba(0,0,0,0.14), 0 23.625rem 6.625rem 0 rgba(0,0,0,0);
  border-radius: 1.1875rem 1.1875rem 1.1875rem 1.1875rem;
  border: 1px solid;
  border-image: linear-gradient(84deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0)) 1 1;
  font-weight: 500;
  font-size: 1.5625rem;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
}
.taichi-model .taichi-model-desc{
  font-size: 1.6875rem;
  line-height: 1.875rem;
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
  margin-bottom: 1.625rem;
}
.taichi-model .taichi-model-content{
  display: flex;
  justify-content: center;
  align-items: center;
}
.taichi-model-content-item+.taichi-model-content-item{
  margin-left: 2.25rem;
}
.taichi-model .taichi-model-content .model1{
  height: 4rem;
  object-fit: contain;
  opacity: 0.6;
}
.taichi-model .taichi-model-content .model2{
  height: 3.3rem;
  object-fit: contain;
}
.taichi-model .taichi-model-content .model3{
  height: 4rem;
  object-fit: contain;
}
.taichi-model .taichi-model-content .model4{
  height: 2.5rem;
  object-fit: contain;
}
.taichi-model .taichi-model-content .model5{
  height: 4rem;
  object-fit: contain;
}
.taichi-model .taichi-model-content .model6{
  height: 4.375rem;
  object-fit: contain;
  opacity: 0.6;
}

.taichi-screen2{
  height: 65rem;
  background: url('../../images/v2/taichi/taichi.png');
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.screen2-title{
  margin-top: 13rem;
}
.common-screen-title{
  font-size: 4rem;
  line-height: 8rem;
  color: #FFFFFF;
  text-align: center;
  font-weight: bold;
}

.taichi-screen3{
  height: 85.375rem;
  box-sizing: border-box;
  padding-top: 5.125rem;
  background-image: url('../../images/v2/taichi/industry@2x.png');
  background-size: contain;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.taichi-sub-title{
  background-color: rgba(57,117,254,0.2);
  border-radius: 1.75rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: none;
  padding:1rem 1.125rem;
  margin-top: 9rem;
}
.taichi-sub-title span{
  font-size: 1.1875rem;
  background-image:linear-gradient(3.5605961073388363e-7deg, #91BCFF 0%, #3A78FE 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.taichi-screen3 .screen3-title{
  margin-top: 1.2rem;
}
.taichi-screen3 .screen3-img{
  width: 90rem;
  object-fit: contain;
}
.normal-desc{
  font-size: 1.6875rem;
  color: rgba(255,255,255,0.6);
  margin-top: 50rem;
  text-align: center;
}
.taichi-screen4{
  height: 55.375rem;
  box-sizing: border-box;
  padding-top: 5.125rem;
  margin-top: -4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-image: url('../../images/v2/taichi/background-left.png'), url('../../images/v2/taichi/background-right.png');
  background-size: contain, contain;
  background-position: left , right ;
  background-repeat: no-repeat, no-repeat;
}
.taichi-screen4 .screen4-title{
  margin-top: 1rem;
  margin-bottom: 1.5rem;
}
.taichi-screen4 .screen4-list{
  display: flex;
  align-items: center;
  justify-content: center;
}
.screen4-item + .screen4-item{
  margin-left: 1rem;
}
.taichi-screen4 .screen4-item img{
  width: 21.75rem;
  object-fit: contain;
}
.taichi-screen4 .normal-desc{
  width: 50rem;
  margin-top: 4.125rem;
}

.taichi-screen5{
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-image: url('../../images/v2/taichi/background-left.png'), url('../../images/v2/taichi/background-right.png');
  background-size: contain, contain;
  background-position: left , right ;
  background-repeat: no-repeat, no-repeat;
  padding-bottom: 12.125rem;
}
.taichi-screen5 .screen5-title{
  margin-top: 1rem;
  margin-bottom: 1.5rem;
}
.taichi-screen5 .screen5-list{
  display: flex;
  align-items: center;
}
.screen5-item + .screen5-item{
  margin-left: 2.125rem;
}
.taichi-screen5 .screen5-item img{
  width: 43.4375rem;
  object-fit: contain;
}
.taichi-screen5 .normal-desc{
  width: 48rem;
  margin-top: 4.125rem;
  font-size: 1.3rem;
}

/* 移动端微调 */
@media (max-width: 960px) {
  .taichi-screen1{
    margin-top: 0;
    box-sizing: border-box;
    background-size: cover;
    background-repeat: no-repeat;
    background-position:center center;
    padding-top: 7.375rem;
  }
  .taichi-screen1 .taichi-title{
    font-size: 4rem;
    color: #FFFFFF;
    line-height: 4.625rem;
  }
  .taichi-screen1 .taichi-desc{
    font-size: 2rem;
    line-height: 3rem;
  }
  .taichi-screen1 .taichi-try{
    margin:45rem auto 0 auto;
  }
  .taichi-screen1 .taichi-try .taichi-try-content{
    font-size: 2rem;
  }
  .taichi-model{
    margin-top: 6rem;
  }
  .taichi-model .taichi-model-content{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 45.5rem;
    margin: 0 auto;
  }
  .taichi-model .taichi-model-content .taichi-model-content-item{
    flex: 1;
    text-align: left;
    margin-left: 0;
    margin-bottom: 1.6875rem;
  }
  .taichi-model .taichi-model-desc{
    font-size: 2rem;
  }
  .taichi-screen3 .screen3-img{
    width: 85vw;
    object-fit: contain;
  }
  .taichi-screen4{
    background-image: none;
    height: auto;
  }
  .taichi-screen4 .screen4-list{
    flex-wrap: wrap;
    justify-content: space-between;
    width: 93vw;
  }
  .taichi-screen4 .screen4-item{
    margin:0;
    margin-bottom: 1rem;
  }
  .taichi-screen4 .screen4-item img{
    width: 45vw;
    object-fit: contain;
  }
  .taichi-screen4 .normal-desc{
    width: 90vw;
  }
  .taichi-screen5{
    background-image: none;
    transform: translateY(0);
    margin-top: 14.25rem;
    height: auto;
    padding-bottom: 15rem;
  }
  .taichi-screen5 .screen5-list{
    flex-wrap: wrap;
    justify-content: center;
  }
  .taichi-screen5 .screen5-list .screen5-item{
    width: 90vw;
    margin-left: 0;
    margin-bottom: 3rem;
  }
  .taichi-screen5 .screen5-item img{
    width: 100%;
    object-fit: contain;
  }
  .taichi-screen5 .normal-desc{
    width: 76vw;
  }
  .taichi-sub-title span{
    font-size: 1.8rem;
  }
  .normal-desc{
    font-size: 2.5rem;
  }
}

/* 自定义浮动动画 */
@keyframes float {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-8px);
  }
  100% {
    transform: translateY(0px);
  }
}

.float-animation {
  animation: float 3s ease-in-out infinite;
}
