@keyframes fade-in-delay {
  0% {
    opacity: 0;
    top: 0.6rem;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
@keyframes fade-in-delay-event {
  0% {
    opacity: 0;
    top: -0.2rem;
  }
  100% {
    opacity: 1;
    top: -0.6rem;
  }
}
.CES-2024-pc {
  background: #000;
  width: 100%;
  overflow: hidden;
}
.CES-2024-pc .h1, .CES-2024-pc .h2, .CES-2024-pc .h3, .CES-2024-pc .h4, .CES-2024-pc .h5, .CES-2024-pc .h6, .CES-2024-pc h1, .CES-2024-pc h2, .CES-2024-pc h3, .CES-2024-pc h4, .CES-2024-pc h5, .CES-2024-pc h6 {
  margin: 0;
  line-height: unset;
}
.CES-2024-pc .info-btn {
  position: fixed;
  top: 58%;
  right: 0.4rem;
  z-index: 999;
  width: 1.8rem;
  cursor: pointer;
}
.CES-2024-pc .info-btn img {
  width: 100%;
  height: auto;
}
.CES-2024-pc .banner-wrapper {
  width: 100%;
  height: 9.31rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  background-repeat: no-repeat;
  background-position: -1.33rem -2.7rem;
  background-size: 120% auto;
  background-color: #000;
  color: #FFF;
  padding-bottom: 1rem;
}
.CES-2024-pc .banner-wrapper .title {
  font-size: 0.68rem;
  font-weight: bold;
  line-height: 0.75rem;
  letter-spacing: 0.04rem;
}
.CES-2024-pc .banner-wrapper .sub-title {
  font-size: 0.36rem;
  line-height: 0.3rem;
  letter-spacing: 0.02rem;
  padding: 0.75rem 0 0.58rem;
}
.CES-2024-pc .banner-wrapper .banner-btn {
  width: 2.61rem;
  height: 0.58rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 0.36rem;
  color: #FFF;
  border-radius: 0.29rem;
  border: solid 0.02rem #FFF;
}
.CES-2024-pc .newprod-wrapper {
  position: relative;
  width: 100%;
  color: #ffffff;
  padding: 0.6rem 2.08rem 0.8rem;
}
.CES-2024-pc .newprod-wrapper .title-con {
  position: relative;
  top: -1rem;
}
.CES-2024-pc .newprod-wrapper .title-con.show-fadein .title {
  opacity: 1;
  top: 0;
  animation-name: fade-in-delay;
  animation-duration: 0.75s;
  animation-timing-function: ease-in-out;
}
.CES-2024-pc .newprod-wrapper .title-con.show-fadein .sub-title {
  opacity: 1;
  top: 0;
  animation-name: fade-in-delay;
  animation-duration: 0.75s;
  animation-timing-function: ease-in-out;
}
.CES-2024-pc .newprod-wrapper .title-con .title {
  font-size: 0.98rem;
  font-weight: bold;
  line-height: 1rem;
  letter-spacing: 0.05rem;
  padding-bottom: 0.47rem;
  opacity: 0;
  position: relative;
  top: 0.6rem;
  transition: all 0.75s ease-in-out;
}
.CES-2024-pc .newprod-wrapper .title-con .sub-title {
  font-size: 0.69rem;
  font-weight: bold;
  line-height: 0.25rem;
  letter-spacing: 0.03rem;
  opacity: 0;
  position: relative;
  top: 0.6rem;
  transition: all 0.75s ease-in-out;
}
.CES-2024-pc .event-wrapper {
  width: 100%;
  padding-top: 1.2rem;
}
.CES-2024-pc .event-wrapper .title-con {
  background: url("https://static-ussite.tineco.com/title-bg.png_e552d077-d.png") no-repeat center/auto 100%;
  width: 10.5rem;
  height: 0.56rem;
  padding-left: 2.07rem;
  margin-bottom: 0.54rem;
}
.CES-2024-pc .event-wrapper .title-con.show-fadein .title {
  opacity: 1;
  top: -0.6rem;
  animation-name: fade-in-delay-event;
  animation-duration: 0.75s;
  animation-timing-function: ease-in-out;
}
.CES-2024-pc .event-wrapper .title-con .title {
  font-size: 0.98rem;
  font-weight: bold;
  line-height: 0.98rem;
  letter-spacing: 0.05rem;
  color: #ffffff;
  position: relative;
  opacity: 0;
  position: relative;
  top: -0.2rem;
  transition: all 0.75s ease-in-out;
}
.CES-2024-pc .video-wrapper {
  width: 100%;
  position: relative;
}
.CES-2024-pc .video-wrapper .bg {
  width: 100%;
  cursor: pointer;
}
.CES-2024-pc .video-wrapper .mask {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  bottom: 1rem;
  cursor: pointer;
  z-index: 99;
}
.CES-2024-pc .video-wrapper .video-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.CES-2024-pc .video-wrapper .video-btn a {
  display: block;
  text-decoration: none;
  width: 1.72rem;
  height: 1.72rem;
  background: url(https://static-ussite.tineco.com/video-icon.png_18b733f5-5.png) no-repeat center center/cover;
}
.CES-2024-pc .ces-swiper-wrapper {
  width: 100%;
  background: #000;
  padding: 1.6rem 1.9rem;
}
.CES-2024-pc .live-wrapper {
  width: 100%;
  background: #000;
  padding: 0 1.14rem 1.67rem;
}
.CES-2024-pc .live-wrapper.show-fadein .title {
  opacity: 1;
  top: 0;
  animation-name: fade-in-delay;
  animation-duration: 0.75s;
  animation-timing-function: ease-in-out;
}
.CES-2024-pc .live-wrapper.show-fadein .fly-ces-livelist-pc {
  opacity: 1;
  top: 0;
  animation-name: fade-in-delay;
  animation-duration: 0.75s;
  animation-timing-function: ease-in-out;
}
.CES-2024-pc .live-wrapper .title {
  font-size: 0.47rem;
  font-weight: bold;
  line-height: 0.47rem;
  letter-spacing: 0.02rem;
  color: #ffffff;
  text-align: center;
  opacity: 0;
  position: relative;
  top: 0.6rem;
  transition: all 0.75s ease-in-out;
}
.CES-2024-pc .live-wrapper .fly-ces-livelist-pc {
  opacity: 0;
  position: relative;
  top: 0.6rem;
  transition: all 0.75s ease-in-out;
}