@charset "UTF-8";
.bgt {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.header {
  position: fixed;
  left: 0;
  top: 0;
  transition: ease 0.3s;
  right: 0;
  z-index: 222;
  color: #fff;
}

.header .d1 .wrap {
  padding: 0 0.22rem;
}

.header .d1 .logo img {
  width: 1.8rem;
}

.header .d1 .logo img.logo2 {
  display: none;
}

.header .d1 .lang {
  position: relative;
  margin: 0 0.37rem 0 0.75rem;
}

.header .d1 .lang > a {
  color: #fff;
  height: 1rem;
  display: flex;
  align-items: center;
}

.header .d1 .lang > a i {
  font-size: 0.22rem;
}

.header .d1 .lang:hover .v1, .header .d1 .lang.on .v1 {
  color: #ff6b00;
}

.header .d1 .lang .down {
  position: absolute;
  width: 1.2rem;
  left: 50%;
  transform: translateX(-50%);
  top: 80%;
  display: none;
  text-align: center;
  z-index: 22;
  background-color: #fff;
}

.header .d1 .lang .down a {
  display: block;
  padding: 0.1rem 0.12rem;
  color: #666;
  position: relative;
}

.header .d1 .lang .down a:hover {
  background: #f6f6f6;
  color: #0071e3;
}

.header .d1 .lang:hover .down {
  display: block;
}

.header .d1 .search {
  width: 0.2rem;
  height: 0.46rem;
  position: relative;
}

.header .d1 .search .btn {
  font-size: 0.18rem;
  opacity: 0.75;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  line-height: 0.46rem;
}

.header .d1 .search .btn input {
  width: 100%;
  height: 0.46rem;
  cursor: pointer;
  position: absolute;
  z-index: 1;
  left: 0;
  right: auto;
  top: 0;
  bottom: auto;
  background: rgba(255, 255, 255, 0);
  border: 0;
}

.header .d1 .search .btn i {
  color: #fff;
  font-size: 0.28rem;
  margin-left: -0.05rem;
}

.header .d1 .search .btn:hover {
  opacity: 1;
}

.header .d1 .search .input {
  position: absolute;
  z-index: 1;
  left: auto;
  right: -0.12rem;
  top: 0.05rem;
  bottom: auto;
  height: 0.36rem;
  width: 0.2rem;
  opacity: 0;
  border-radius: 0.22rem;
}

.header .d1 .search .input input {
  width: calc(100% - 0.4rem);
  height: 98%;
  padding: 0 0.04rem 0 0.12rem;
  border: 0;
  font-size: 0.16rem;
  background: none;
  color: #333;
  outline: 0;
  display: block;
}

.header .d1 .search:hover .input {
  width: 2.2rem;
  border: 0.01rem solid #999;
  opacity: 1;
  visibility: visible;
  background: #fff;
  transition: 0.3s;
}

.header .d1 .search:hover i {
  color: #999;
}

.header .nav > ul > li {
  margin-left: 0.33rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header .nav > ul > li > a {
  position: relative;
  display: flex;
  height: 1rem;
  align-items: center;
  justify-content: center;
  color: #fff;
  padding: 0.12rem 0.12rem;
  border-radius: 0.06rem;
}

.header .nav > ul > li > a::after {
  content: "";
  width: 0;
  height: 2px;
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 999;
  transform: translateX(-50%);
  transition: all ease 0.3s;
}

.header .nav > ul > li .sub {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
  padding: 0.4rem 0;
  display: none;
  box-shadow: 0 0.1rem 0.1rem 0 rgba(194, 196, 198, 0.23);
  background-color: #fff;
  border-top: 0.01rem solid #e5e5e5;
}

.header .nav > ul > li .sub .col1 {
  width: 2.48rem;
  flex-shrink: 0;
  margin-right: 0.6rem;
}

.header .nav > ul > li .sub .col1 li a {
  height: auto;
  padding: 0.13rem 0.58rem;
  color: #282828;
  display: block;
}

.header .nav > ul > li .sub .col1 li.active a {
  background: #f4f4f4;
}

.header .nav > ul > li .sub .col2 .dl .dd {
  width: 2.48rem;
  padding: 0.2rem;
  height: auto;
  text-align: center;
  margin-right: 0.32rem;
  background: #f4f4f4;
}

.header .nav > ul > li .sub .col2 .dl .dd .pic .bimg {
  min-height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header .nav > ul > li .sub .col2 .dl .dd .tit {
  margin-top: 0.23rem;
}

.header .nav > ul > li .sub .col2 .dl .dd:hover .tit {
  color: #ff6b00;
}

.header .nav > ul > li:hover > a, .header .nav > ul > li.on > a {
  color: #ff6b00;
}

.lang {
  color: #666;
  margin-left: 0.4rem;
  position: relative;
}

.lang > a {
  color: #fff;
  display: flex !important;
}

.lang > a i {
  color: #fff !important;
}

.lang > a:hover, .lang > a.active {
  color: #fff;
}

.lang span {
  padding: 0 0.1rem;
}

.lang .v2 {
  position: absolute !important;
  left: 50%;
  transform: translateX(-50%);
  top: 86%;
  background: rgba(255, 255, 255, 0.9) !important;
  width: 1.38rem;
  text-align: center;
  font-size: 0.16rem;
  display: none;
}

.lang .v2 li {
  margin-left: 0;
}

.lang .v2 li a {
  color: #222;
  padding: 0.1rem 0;
  display: block !important;
  text-align: center;
}

.lang .v2 li:hover a {
  color: #0071e3;
}

/* home */
.banner {
  height: 70vh;
}

.banner .swiper-container,
.banner .swiper-slide {
  width: 100%;
  height: 100%;
}

.banner .slide_txt {
  position: relative;
  z-index: 22;
  color: #fff;
  width: 100%;
  height: 100%;
  padding-top: 1.78rem;
  text-align: center;
}

.banner .slide_txt .txt1 {
  color: rgba(255, 255, 255, 0.8);
}

.banner .slide_txt .txt2 {
  margin: 0.08rem 0 0.2rem 0;
}

.banner video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner .swiper-pagination {
  position: absolute;
  width: 100%;
  bottom: 0.31rem;
  left: 0;
  text-align: center;
}

.banner .swiper-pagination .swiper-pagination-bullet {
  width: 2.4rem;
  height: 0.04rem;
  position: relative;
  border-radius: 0;
  background: transparent;
  margin: 0 0.15rem;
  background: rgba(255, 255, 255, 0.4);
  opacity: 1;
}

.banner .swiper-pagination .swiper-pagination-bullet-active {
  background: #fff;
}

.banner .ban-slide-bj,
.banner .ban-slide-bj1 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  overflow: hidden;
  background: no-repeat center;
  background-size: cover;
}

.banner .swiper-slide-active .ban-slide-bj {
  /* transform: scale(1.15);
  -ms-transform: scale(1.15);
  -webkit-transform: scale(1.15);
  transition: all linear 5s;
  -webkit-transition: all linear 5s; */
}

a.vmore {
  min-width: 1.43rem;
  height: 0.46rem;
  border-radius: 0.6rem;
  border: 1px solid #fff;
  padding: 0.1rem;
  color: #fff;
  transition: all ease 0.3s;
  position: relative;
}

a.vmore i {
  margin-left: 0.12rem;
  animation: arrowMove 1.5s infinite;
}

a.vmore:hover {
  background: rgba(255, 255, 255, 0.8);
  color: #333;
  border-color: rgba(255, 255, 255, 0.8);
}

.pulse-ripple {
  position: relative;
}

.pulse-ripple .vmore::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 9999px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  animation: ripple 2s 1s infinite;
}

.pulse-ripple2 a.vmore {
  border: 1px solid #ddd;
  color: #282828;
}

.pulse-ripple2 a.vmore:hover {
  background: rgba(255, 255, 255, 0.8);
  color: var(--color);
  border-color: rgba(51, 51, 51, 0.8);
}

.pulse-ripple2 .vmore::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 9999px;
  border: 1px solid #999;
  animation: ripple 2s 1s infinite;
}

.more2 a.vmore {
  color: #000;
  border-color: #000;
}

.more2 .pulse-ripple .vmore::after {
  border-color: rgba(0, 0, 0, 0.8);
}

@keyframes ripple {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}

@keyframes arrowMove {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(5px);
  }
  100% {
    transform: translateX(0);
  }
}

.g-desc {
  margin-bottom: 0.08rem;
  text-align: center;
}

.g-tit1 {
  background: linear-gradient(270deg, #abb3bc 0, #d5d8dd 5%, #f5f9fe 10%, #f5f9fe 90%, #d5d8dd 95%, #abb3bc);
  background-clip: text;
  -webkit-background-clip: text;
  background-size: 200% 100%;
  font-weight: 700;
  line-height: 1.4;
  -webkit-text-fill-color: transparent;
  animation: masked-animation-txt 5s linear infinite;
}

.g-tit01 {
  background: linear-gradient(270deg, #666 0, #666 5%, #333 10%, #333 90%, #666 95%, #abb3bc);
  background-clip: text;
  -webkit-background-clip: text;
  background-size: 200% 100%;
  font-weight: 700;
  line-height: 1.4;
  -webkit-text-fill-color: transparent;
  animation: masked-animation-txt 5s linear infinite;
}

.g-tit2 {
  margin: 0 0 0.4rem 0;
  text-align: center;
}

.g-type {
  margin-bottom: 0.4rem;
}

.g-type .g-desc {
  margin-top: 0.06rem;
  color: #282828;
}

.ind1 li .item .item-tit {
  text-align: center;
  margin: 0.24rem 0 0.1rem;
}

.ind1 li .item .item-desc {
  color: #666;
  line-height: 1.65;
}

.ind1 .link {
  margin-top: 0.5rem;
}

.ind2 {
  background-attachment: fixed;
}

.ind2 .tabs {
  margin-bottom: 0.32rem;
}

.ind2 .tabs .tab-ul {
  border-bottom: 1px solid rgba(34, 34, 34, 0.2);
  padding-right: 0.65rem;
}

.ind2 .tabs .tab-ul a {
  padding: 0 0 0.18rem 0;
  color: rgba(34, 34, 34, 0.6);
}

.ind2 .tabs .tab-ul a.active {
  color: #222;
}

.ind2 .tabs .swp-jt {
  margin-left: 1.75rem;
}

.ind2 .tabs .swp-jt a {
  width: 0.34rem;
  height: 0.34rem;
  margin-left: 0.2rem;
  border: 1px solid #999;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ind2 .tabs .swp-jt a:hover {
  background: #0071e3;
  color: #fff;
  border-color: #0071e3;
}

.ind2 .tab-list .item {
  /*background: #fff;*/
  border-radius: 0.1rem;
}

.ind2 .tab-list .item .col1 .video {
  position: relative;
}

.ind2 .tab-list .item .col1 .video .fmt {
  display: block;
  border-radius: 0.1rem 0 0 0.1rem;
}

.ind2 .tab-list .item .col1 .video video {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: fill;
  left: 0;
  top: 0;
  display: none;
  border-radius: 0.1rem 0 0 0.1rem;
}

.ind2 .tab-list .item .col1 .video .play {
  position: absolute;
  top: 50%;
  z-index: 1;
  left: 50%;
  transform: translate(-50%, -50%);
}

.ind2 .tab-list .item .col1 .video .play img {
  width: 0.9rem;
}

.ind2 .tab-list .item .col2 {
  width: 4rem;
  flex-shrink: 0;
  padding: 0.4rem;
}

.ind2 .tab-list .item .col2 .item-desc {
  text-align: left;
  margin: 0.35rem 0 0.7rem;
}

.ind2 .tab-list .item .col2 .link,
.ind2 .tab-list .item .col2 .item-tit {
  width: 100%;
}

.ind3 {
  background: #f7f8fa;
}

.ind3 .item {
  background: #fff;
}

.ind3 .item1 .item-txt {
  padding: 0.61rem 0.23rem;
  min-height: 2.02rem;
}

.ind3 .item1 .item-txt .txt1 {
  color: #888;
  margin-bottom: 0.36rem;
}

.ind3 .item1 .fitImg2 {
  height: 3.72rem;
}

.ind3 .list li {
  margin-bottom: 0.32rem;
}

.ind3 .list li .item {
  background: #fff;
  height: 1.7rem;
}

.ind3 .list li .item .item-pic {
  flex-shrink: 0;
  width: 2.5rem;
  height: 100%;
}

.ind3 .list li .item .item-pic .fitImg2 {
  height: 100%;
}

.ind3 .list li .item .item-info {
  padding: 16px;
}

.ind3 .list li .item .item-info .txt1 {
  color: #888;
  margin-top: 0.3rem;
}

/* footer */
.footer {
  background: #fff;
  color: #282828;
}

.footer a {
  color: #282828;
}

.footer a:hover {
  color: rgba(255, 255, 255, 0.8);
}

.footer .ft1 {
  padding: 0.35rem 0;
}

.footer .ft1 .logo img {
  width: 3.3rem;
}

.footer .ft1 .line {
  width: 0.31rem;
  height: 0.03rem;
  background: #282828;
}

.footer .ft2 {
  padding: 0.3rem 0 0.5rem;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.footer .ft2 .list {
  margin-top: 0.15rem;
}

.footer .ft2 .list li {
  margin-bottom: 0.11rem;
}

.footer .ft2 .list li a {
  color: #888;
}

.footer .ft2 .list li:hover a {
  color: var(--color);
}

.footer .ft2 .footer-social li {
  display: inline-block;
}

.footer .copyright {
  padding: 0.23rem 0;
  text-align: center;
  color: #666;
}

.footer .copyright a {
  color: #666;
}

.footer .copyright a:hover {
  color: #000;
}

.img_gzh_ma {
  display: none;
  position: absolute;
  left: 5%;
  top: -70px;
  width: 100px;
}

.img_gzh_ma a {
  color: #282828;
}

.img_gzh_ma a:hover {
  color: #000;
}

.img_gzh:hover + .img_gzh_ma {
  display: inline;
}

.img_sp_ma {
  display: none;
  position: absolute;
  left: 0.5rem;
  top: -70px;
  width: 100px;
}

.img_sp:hover + .img_sp_ma {
  display: inline;
}

.img_douyin_ma {
  display: none;
  position: absolute;
  left: 1.4rem;
  top: -70px;
  width: 100px;
}

.img_douyin:hover + .img_douyin_ma {
  display: inline;
}

.img_xiaohongshu_ma {
  display: none;
  position: absolute;
  left: 0.55rem;
  top: -25px;
  width: 100px;
}

.img_xiaohongshu:hover + .img_xiaohongshu_ma {
  display: inline;
}

.img_ccc_ma {
  display: none;
  position: absolute;
  left: 0.95rem;
  top: -25px;
  width: 100px;
}

.img_ccc:hover + .img_ccc_ma {
  display: inline;
}

.img_gzh:hover {
  background-image: url(https://x-humanoid.com/oss/images/media-icon/img_gzh_h.png);
}

.img_gzh {
  background-image: url(https://x-humanoid.com/oss/images/media-icon/img_gzh.png);
  width: 36px;
  height: 36px;
  cursor: pointer;
}

.img_sp {
  background-image: url(https://x-humanoid.com/oss/images/media-icon/img_sp.png);
  width: 36px;
  height: 36px;
  cursor: pointer;
}

.img_sp:hover {
  background-image: url(https://x-humanoid.com/oss/images/media-icon/img_sp_h.png);
}

.img_weibo {
  background-image: url(https://x-humanoid.com/oss/images/media-icon/img_weibo.png);
  width: 36px;
  height: 36px;
  cursor: pointer;
}

.img_weibo:hover {
  background-image: url(https://x-humanoid.com/oss/images/media-icon/img_weibo_h.png);
}

.img_douyin {
  background-image: url(https://x-humanoid.com/oss/images/media-icon/img_douyin.png);
  width: 36px;
  height: 36px;
  cursor: pointer;
}

.img_douyin:hover {
  background-image: url(https://x-humanoid.com/oss/images/media-icon/img_douyin_h.png);
}

.img_toutiao {
  background-image: url(https://x-humanoid.com/oss/images/media-icon/img_toutiao.png);
  width: 36px;
  height: 36px;
  cursor: pointer;
}

.img_toutiao:hover {
  background-image: url(https://x-humanoid.com/oss/images/media-icon/img_toutiao_h.png);
}

.img_zhihu {
  background-image: url(https://x-humanoid.com/oss/images/media-icon/img_zhihu.png);
  width: 36px;
  height: 36px;
  cursor: pointer;
}

.img_zhihu:hover {
  background-image: url(https://x-humanoid.com/oss/images/media-icon/img_zhihu_h.png);
}

.img_bilibili {
  background-image: url(https://x-humanoid.com/oss/images/media-icon/img_bilibili.png);
  width: 36px;
  height: 36px;
  cursor: pointer;
}

.img_bilibili:hover {
  background-image: url(https://x-humanoid.com/oss/images/media-icon/img_bilibili_h.png);
}

.img_xiaohongshu {
  background-image: url(https://x-humanoid.com/oss/images/media-icon/img_xiaohongshu.png);
  width: 36px;
  height: 36px;
  cursor: pointer;
}

.img_xiaohongshu:hover {
  background-image: url(https://x-humanoid.com/oss/images/media-icon/img_xiaohongshu_h.png);
}

.img_ccc {
  background-image: url(https://x-humanoid.com/oss/images/media-icon/img_ccc.png);
  width: 36px;
  height: 36px;
  cursor: pointer;
}

.img_ccc:hover {
  background-image: url(https://x-humanoid.com/oss/images/media-icon/img_ccc_h.png);
}

.img_youtube {
  background-image: url(https://x-humanoid.com/oss/images/media-icon/img_youtube.png);
  width: 36px;
  height: 36px;
  cursor: pointer;
}

.img_youtube:hover {
  background-image: url(https://x-humanoid.com/oss/images/media-icon/img_youtube_h.png);
}

.img_x {
  background-image: url(https://x-humanoid.com/oss/images/media-icon/img_x.png);
  width: 36px;
  height: 36px;
  cursor: pointer;
}

.img_x:hover {
  background-image: url(https://x-humanoid.com/oss/images/media-icon/img_x_h.png);
}

.img_tiktok {
  background-image: url(https://x-humanoid.com/oss/images/media-icon/img_tiktok.png);
  width: 36px;
  height: 36px;
  cursor: pointer;
}

.img_tiktok:hover {
  background-image: url(https://x-humanoid.com/oss/images/media-icon/img_tiktok_h.png);
}

.footer-widget {
  max-width: 285px;
  float: left;
  text-align:left;
  position: relative;
}

/* 具身天工 */
.jstg {
  background: whitesmoke;
}

.jstg .slide {
  position: relative;
  height: 100vh;
  overflow: hidden;
  text-align: center;
  justify-content: flex-end;
  padding-top: 1.74rem;
}

.jstg .slide .g-desc {
  margin: 0.11rem 0 0.35rem;
}

.jstg .slide .pic {
  padding-bottom: 0.15rem;
}

.jstg .slide .pic img {
  max-height: 63vh;
}

.jstg .tg1 .cont {
  background: #000;
  color: #fff;
  padding: 0.6rem 0.6rem;
}

.jstg .tg1 .cont .desc {
  margin: 0.08rem 0 0.7rem;
}

.jstg .tg1 video {
  width: 100%;
  /*height: 50vh;*/
}

.jstg .tg2 .item {
  margin-bottom: 0.5rem;
}

.jstg .tg2 .item .item-info .desc {
  margin-top: 0.1rem;
}

.jstg .tg2 .item .item-info .list {
  padding-top: 0.7rem;
}

.jstg .tg2 .item .item-info .list .dd .num {
  color: #0071e3;
}

.jstg .tg2 .item .item-info .list .dd .tit {
  color: #282828;
}

.tg3 .dl .dd .box1 {
  background: #fafafa;
  padding: 1.1rem 0;
}

.tg3 .dl .dd .box1 .item {
  position: relative;
  position: relative;
}

.tg3 .dl .dd .box1 .item .item-txt {
  position: absolute;
  left: 0;
  top: 40%;
  transform: translateY(-50%);
}

.tg3 .dl .dd .box1 .item .tit {
  font-weight: 500;
}

.tg3 .dl .dd .box1 .item .en {
  font-family: "Arial";
  text-transform: uppercase;
  letter-spacing: -0.15rem;
  margin: -0.8rem 0;
  color: #3d3d3d;
}

.tg3 .dl .dd .box1 .item .en2 {
  margin-top: -1.5rem;
  opacity: 0.01;
}

.tg3 .dl .dd .box1 .item .item-pic {
  padding-right: 1.6rem;
  position: relative;
  z-index: 1;
}

.tg3 .dl .dd .box1 .item .item-pic img {
  width: 3.6rem;
}

.tg3 .dl .dd .wrap {
  background-position: bottom center;
  background-attachment: fixed;
}

.tg3 .dl .dd .box3 .attr li {
  padding: 0.22rem 0;
  border-top: 1px solid #e6e6e6;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.tg3 .dl .dd .box3 .attr li .label {
  color: #282828;
}

.tg3 .dl .dd .box3 .attr li .cont {
  color: #0071e3;
  font-size: 0.2rem;
}

.tg3 .dl .dd .box3 .attr li:last-child {
  border-bottom: 1px solid #e6e6e6;
}

.tg3 .dl .dd:nth-child(1) .box1 {
  padding-top: 0;
}

.text-container {
  position: relative;
  margin-top: 0.6rem;
  font-weight: bold;
  font-family: "Arial", sans-serif;
  line-height: 1;
  white-space: nowrap;
  /* 防止文字换行 */
}

/* 单个字母样式 - 关键修复：确保初始状态完全隐藏 */
.letter {
  display: inline-block;
  opacity: 0;
  transform: translateX(50px);
  animation: slideIn 1.6s forwards;
  animation-timing-function: cubic-bezier(0.18, 0.89, 0.32, 1.28);
}

/* 飞入动画 - 明确动画起点 */
@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateX(50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* 倒影效果容器 */
.reflection {
  position: absolute;
  top: calc(100% - 30px);
  /* 向上移动30px */
  left: 0;
  width: 100%;
  transform: scaleY(-1);
  mask: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.08) 100%);
  -webkit-mask: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.1) 100%);
  pointer-events: none;
  line-height: 1;
  font-size: inherit;
}

/* 倒影文字样式 - 确保初始完全隐藏 */
.reflection .letter {
  color: #000;
  opacity: 0;
  transform: translateX(50px);
  animation: slideInReflection 1.6s forwards;
  animation-timing-function: cubic-bezier(0.18, 0.89, 0.32, 1.28);
}

/* 倒影动画 - 明确动画起点 */
@keyframes slideInReflection {
  from {
    opacity: 0;
    transform: translateX(50px);
  }
  to {
    opacity: 0.3;
    transform: translateX(0);
  }
}

/* 字母动画延迟设置 - 确保依次出现 */
.letter:nth-child(1) {
  animation-delay: 0.2s;
}

.letter:nth-child(2) {
  animation-delay: 0.4s;
}

.letter:nth-child(3) {
  animation-delay: 0.6s;
}

.letter:nth-child(4) {
  animation-delay: 0.8s;
}

.letter:nth-child(5) {
  animation-delay: 1s;
}

.letter:nth-child(6) {
  animation-delay: 1.2s;
}

.letter:nth-child(7) {
  animation-delay: 1.4s;
}

.letter:nth-child(8) {
  animation-delay: 1.6s;
}

.letter:nth-child(9) {
  animation-delay: 1.8s;
}

.letter:nth-child(10) {
  animation-delay: 2s;
}

/* 倒影字母动画延迟 */
.reflection .letter:nth-child(1) {
  animation-delay: 0.2s;
}

.reflection .letter:nth-child(2) {
  animation-delay: 0.4s;
}

.reflection .letter:nth-child(3) {
  animation-delay: 0.6s;
}

.reflection .letter:nth-child(4) {
  animation-delay: 0.8s;
}

.reflection .letter:nth-child(5) {
  animation-delay: 1s;
}

.reflection .letter:nth-child(6) {
  animation-delay: 1.2s;
}

.reflection .letter:nth-child(7) {
  animation-delay: 1.4s;
}

.reflection .letter:nth-child(8) {
  animation-delay: 1.6s;
}

.reflection .letter:nth-child(9) {
  animation-delay: 1.8s;
}

.reflection .letter:nth-child(10) {
  animation-delay: 2s;
}

.g-desc2 {
  max-width: 10rem;
  margin: 0.15rem auto 0.4rem auto;
}

/* 天轶2.0*/
.tianyi {
  background: whitesmoke;
}

.tianyi .slide {
  height: 100vh;
  position: relative;
  text-align: center;
  padding-top: 1.74rem;
  color: #fff;
}

.tianyi .slide .g-desc {
  margin: 0.11rem 0 0.35rem;
}

.tianyi .slide .pic {
  padding-bottom: 0.15rem;
}

.tianyi .slide .pic img {
  max-height: 63vh;
}

.tianyi .ty3 .item {
  margin-bottom: 1rem;
}

.tianyi .ty3 .item .item-info {
  padding-right: 0.68rem;
}

.tianyi .ty3 .item .item-info .desc {
  margin-top: 0.1rem;
}

.tianyi .ty3 .item .item-info .list {
  padding-top: 0.7rem;
}

.tianyi .ty3 .item .item-info .list .dd .num {
  color: #0071e3;
}

.tianyi .ty3 .item .item-info .list .dd .tit {
  color: #282828;
}

.tablist .tabcont {
  display: none;
}

.tablist .tabcont:nth-child(1) {
  display: block;
}

.ty2 {
  padding-bottom: 1rem;
}

.ty2 .tabs {
  margin-top: 0.2rem;
}

.ty2 .tabs a {
  padding: 0.18rem 1.05rem;
  position: relative;
  border-bottom: 1px solid rgba(34, 34, 34, 0.2);
  color: rgba(34, 34, 34, 0.6);
}

.ty2 .tabs a::after {
  content: "";
  width: 0;
  height: 0.01rem;
  background: #222;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all ease 0.3s;
}

.ty2 .tabs a.active {
  color: #222;
}

.ty2 .tabs a.active::after {
  width: 100%;
}

/* 具身数据 */
.shuju .slide {
  position: relative;
  text-align: center;
  height: 100vh;
  padding-top: 1.74rem;
  color: #fff;
}

.shuju .slide .g-desc {
  margin: 0.11rem 0 0.25rem;
}

.shuju .slide .pic {
  padding-bottom: 0.15rem;
}

.shuju .slide .pic img {
  max-height: 63vh;
}

.shuju .sj1 {
  padding-top: 0;
}

.shuju .sj2 .list {
  padding-top: 0.2rem;
}

.shuju .sj2 .list ul {
  align-items: stretch;
}

.shuju .sj2 li {
  display: flex;
}

.shuju .sj2 li .item {
  flex: 1;
  text-align: center;
  padding: 0.5rem;
  color: #666;
  border-radius: 0.2rem;
  background: #f6f6f6;
}

.shuju .sj2 li .item .icon img {
  width: 0.5rem;
}

.shuju .sj2 li .item .item-tit .tit {
  padding: 0.2rem 0;
  position: relative;
  margin-bottom: 0.28rem;
}

.shuju .sj2 li .item .item-tit .tit::before {
  content: "";
  width: 100%;
  height: 1px;
  background: #eeeeee;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.shuju .sj2 li .item .item-tit .tit::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0.38rem;
  height: 0.03rem;
  border-radius: 0.1rem;
  background: #222222;
}

.shuju .sj2 li .item .desc p {
  margin: 0.06rem 0;
}

.shuju .sj4 .swiper-container {
  height: 100%;
}

.shuju .sj4 .swiper-wrapper {
  padding-bottom: 0.6rem;
}

.shuju .sj4 .swiper-pagination-bullet {
  width: 0.3rem;
  height: 0.05rem;
  margin: 0 0.1rem;
  opacity: 1;
  border-radius: 0.02rem;
  background: rgba(34, 34, 34, 0.2);
}

.shuju .sj4 .swiper-pagination-bullet-active {
  background: #222;
}

.shuju #ty2 .tabcont {
  display: none;
}

.shuju #ty2 .wrap {
  position: relative;
}

.shuju #ty2 .wrap .jt {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.shuju #ty2 .wrap .jt .arrow {
  cursor: pointer;
  width: 0.34rem;
  height: 0.34rem;
  border: 1px solid #999;
  border-radius: 50%;
  margin-left: 0.2rem;
}

.shuju #ty2 .wrap .jt .arrow:hover {
  background: #0071e3;
  color: #fff;
  border-color: #0071e3;
}

.shuju .sj5 {
  background: #f6f6f6;
}

.shuju .sj5 ul {
  padding-top: 0.65rem;
}

.shuju .sj5 li {
  text-align: center;
}

.shuju .sj5 li .item .tit {
  margin: 0.25rem 0 0.15rem;
}

.shuju .sj5 li .item .icon img {
  width: 0.65rem;
}

.shuju .sj5 li .item .link {
  color: #282828;
}

.shuju .sj5 li .item .link i {
  margin-left: 0.15rem;
}

.g-pic {
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.g-pic img {
  display: block;
  margin: 0 auto;
}

.detail-row3 .g-txt {
  position: fixed;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 3;
  padding-left: 0;
  color: #fff;
}

.g-mask {
  position: relative;
  padding-bottom: 200px;
}

.g-mask img {
  opacity: 0;
  display: block;
  margin: 0 auto;
}

.g-mask:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 101%;
  top: 0;
  left: 0;
  background: url(../img/w-mask1.png) no-repeat top center;
  -webkit-background-size: cover;
  background-size: cover;
  z-index: 2;
}

.shuju .ty03 {
  padding-bottom: 0.8rem;
}

.shuju .ty03 .tab-tit {
  padding: 0.5rem 0;
  text-align: center;
}

.shuju .ty04 .kw-tit {
  margin-bottom: 0.35rem;
}

.shuju .ty04 .swiper-slide .item .item-pic {
  position: relative;
}

.shuju .ty04 .swiper-slide .item .item-pic .play {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  cursor: pointer;
  transform: translate(-50%, -50%);
  width: 1.38rem;
  height: 1.38rem;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
}

.shuju .ty04 .swiper-slide .item .item-pic .play img {
  width: 0.42rem;
}

.shuju .ty04 .swiper-slide .item .item-pic video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  display: none;
}
.shuju .hskw-video {
  background: #fff;
}
.shuju .hskw-video .item-pic video {
  width: 100%;
}
.shuju .hskw-video .item-info1 {
  padding-left: 0.6rem;
}
.shuju .hskw-video .item-info2 {
  padding-right: 0.6rem;
}
.shuju .go-news {
  cursor: pointer;
}
.shuju .img-box {
  display: flex;
  gap: 0.1rem;
  align-items: center;
}
.shuju .img-box2 {
  padding-top: 0.3rem;
}
.shuju .img-info {
  padding-top: 0.1rem;
}
.shuju .img-box .img-list {
  text-align: center;
}
.shuju .img-box .img-list img {
  box-shadow:  0 0.1rem 0.1rem 0 rgba(194, 196, 198, 1);
}
.shuju .line-ht05 {
  line-height: 0.5rem;
}
.shuju .reverse {
  flex-direction: row-reverse
}


/* vlm */
.text-shadow {
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.char-animation {
  animation: slideIn 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
  opacity: 0;
  transform: translateX(50px);
  display: inline-block;
}

@keyframes slideIn {
  0% {
    opacity: 0;
    transform: translateX(50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.vlm .slide {
  position: relative;
  height: 100vh;
  overflow: hidden;
  text-align: center;
  padding-top: 1.74rem;
  margin-bottom: 0.2rem;
  color: #fff;
}

.vlm .slide .link {
  margin-top: 0.4rem;
}

.vlm .gbox1 {
  background: linear-gradient(90deg, #3b6dff 0%, #2f94ff 48.75%, #a8b6ff 100%);
  color: #fff;
  text-align: center;
  transform: translateY(0);
}

.vlm .gbox1 .cont {
  height: 2.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all ease 0.3s;
  overflow: hidden;
}

.vlm .gbox1.fold .cont {
  height: 0;
}

.vlm .gbox2 {
  padding: 1rem 0 0 0;
}

.vlm .gbox2 .g-cont .col1 {
  width: 100%;
  max-width: 6.5rem;
  flex-shrink: 0;
}

.vlm .gbox2 .g-cont .col2 {
  flex: 1;
  overflow: hidden;
  margin-left: 0.6rem;
}

.vlm .gbox2 .g-cont .col2 .card {
  height: 100%;
}

.vlm .gbox2 .g-cont .col2 .card .card-cont .list {
  width: 4.5rem;
  height: 4.5rem;
  background: url("../img/ky.png") no-repeat;
  background-size: 100% 100%;
  position: relative;
}

.vlm .gbox2 .g-cont .col2 .card .card-cont .list .icon1 {
  width: 1.5rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.vlm .gbox2 .g-cont .col2 .card .card-cont .list li {
  text-align: center;
  position: absolute;
}

.vlm .gbox2 .g-cont .col2 .card .card-cont .list li:nth-child(1) {
  left: 50%;
  transform: translateX(-50%);
  top: -0.5rem;
}

.vlm .gbox2 .g-cont .col2 .card .card-cont .list li:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
  right: -0.3rem;
}

.vlm .gbox2 .g-cont .col2 .card .card-cont .list li:nth-child(3) {
  left: 50%;
  transform: translateX(-50%);
  bottom: -0.5rem;
}

.vlm .gbox2 .g-cont .col2 .card .card-cont .list li:nth-child(4) {
  top: 50%;
  transform: translateY(-50%);
  left: -0.3rem;
}

.vlm .gbox2 .g-cont .card .card-tit {
  padding: 0.22rem 0;
  border-radius: 0.12rem;
  color: #fff;
  margin-bottom: 0.3rem;
  background: linear-gradient(90deg, #3b6dff 0%, #2f94ff 48.75%, #a8b6ff 100%);
}

.vlm .gbox2 .g-cont .card .card-list {
  border-radius: 0.12rem;
  border: 3px dashed #3b6dff;
}

.vlm .gbox2 .g-cont .card.card1 {
  margin-bottom: 0.6rem;
}

.vlm .gbox2 .g-cont .card.card1 .card-list {
  padding: 0.4rem;
  text-align: center;
}

.vlm .gbox2 .g-cont .card.card1 .card-list .jt {
  width: 0.38rem;
}

.vlm .gbox2 .g-cont .card.card1 .card-list li .icon img {
  width: 0.6rem;
}

.vlm .gbox2 .g-cont .card.card2 .card-list {
  padding: 0.2rem 0.3rem;
  text-align: center;
}

.vlm .gbox2 .g-cont .card.card2 .card-list .item-tit {
  margin-bottom: 0.1rem;
}

.vlm .gbox2 .g-cont .card.card2 .card-list .item-cont li {
  border-radius: 0.12rem;
  background: url("../img/bg_li1.png") no-repeat center;
  background-size: 100% 100%;
  margin-bottom: 0.1rem;
  padding: 0.1rem 0;
}

.vlm .g-type {
  margin-bottom: 0.6rem;
}

.vlm .gbox3 {
  padding: 1.8rem 0 1.2rem;
}

.vlm .gbox3 .chart-box {
  height: 6.3rem;
}

.vlm .gbox3 .chart-box .charts {
  width: 100%;
  height: 100%;
}

.vlm .gbox4 li {
  display: flex;
}

.vlm .gbox4 li .item {
  flex: 1;
  overflow: hidden;
  background: #f6f6f6;
  border-radius: 0.3rem;
  text-align: center;
  padding: 0.6rem 0.3rem;
}

.vlm .gbox4 li .item .icon img {
  width: 0.8rem;
}

.vlm .gbox4 li .item .tit {
  margin: 0.5rem 0 0.25rem;
  line-height: 1.3;
}

.vlm .gbox4 li .item .desc {
  color: #9aa0a6;
  line-height: 1.3;
}

.vlm .gbox4 li .item .desc .cn {
  margin-bottom: 0.12rem;
}

.vlm .gbox5 {
  padding: 1.5rem 0 1rem;
  overflow: hidden;
}

.vlm .gbox5 .slides {
  margin: 0 -40%;
  text-align: center;
}

.vlm .gbox5 .slides .item .tit {
  margin-top: 0.36rem;
}

.vlm .gbox5 .slides .item .pic {
  overflow: hidden;
  border-radius: 0.1rem;
  position: relative;
  z-index: 1;
}

.vlm .gbox5 .slides .item .pic img {
  width: 100%;
  border-radius: 0.1rem;
}

.vlm .gbox5 .slides .item .pic video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0.1rem;
  z-index: 1;
  object-fit: cover;
}

.vlm .gbox5 .slides .swiper-wrapper {
  padding-bottom: 1.1rem;
}

.vlm .gbox5 .slides .swiper-pagination-bullet {
  width: 0.1rem;
  height: 0.1rem;
  border: 0.02rem solid #9aa0a6;
  border-radius: 50%;
  opacity: 1;
  margin: 0 0.1rem;
  background: transparent;
}

.vlm .gbox5 .slides .swiper-pagination-bullet-active {
  width: 0.46rem;
  height: 0.1rem;
  opacity: 1;
  border-radius: 0.05rem;
  border: transparent;
  background: linear-gradient(90deg, #3b6dff 0%, #2f94ff 48.75%, #a8b6ff 100%);
}

/* world */
.world .video-list .item .item-pic {
  position: relative;
}

.world .video-list .item .item-pic .fitImg {
  padding-top: 56.1%;
}

.world .video-list .item .item-pic .tool {
  position: absolute;
  left: 0;
  width: 100%;
  padding-right: 0.15rem;
  justify-content: flex-end;
  bottom: 0.2rem;
  z-index: 1;
}

.world .video-list .item .item-pic .tool a {
  width: 0.4rem;
  height: 0.4rem;
  margin: 0 0.1rem;
}

.world .video-list .item .item-pic .tool a i {
  width: 100%;
  height: 100%;
  display: block;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
}

.world .video-list .item .item-pic .tool a.a1 i {
  background-image: url("../img/icon_lb1.png");
}

.world .video-list .item .item-pic .tool a.a1.ck i {
  background-image: url("../img/icon_lb2.png");
}

.world .video-list .item .item-pic .tool a.a2 i {
  background-image: url("../img/icon_play.png");
}

.world .video-list .item .item-pic .tool a.a2.ck i {
  background-image: url("../img/icon_pause.png");
}

.world .video-list .item .item-pic video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0.15rem;
  display: none;
}

.world .video-list .item .item-tit {
  padding: 0.18rem 0.2rem;
}

.world .gbox3 .chart-box {
  height: 8.14rem;
  background: #f6f6f6;
}

.world .gbox6 {
  padding: 0.6rem 0 0 0;
}

.world .gbox6 .g-cont .col1 {
  width: 100%;
  max-width: 5.6rem;
  flex-shrink: 0;
}

.world .gbox6 .g-cont .col2 {
  flex: 1;
  overflow: hidden;
  margin-left: 0.4rem;
}

.world .gbox6 .g-cont .col2 .card {
  height: 100%;
}

.world .gbox6 .g-cont .col2 .card .card-cont .list {
  width: 5.6rem;
  height: 4.2rem;
  position: relative;
}

.world .gbox6 .g-cont .col2 .card .card-cont .list li {
  text-align: center;
  position: absolute;
}

.world .gbox6 .g-cont .col2 .card .card-cont .list li .icon {
  margin-bottom: -0.01rem;
}

.world .gbox6 .g-cont .col2 .card .card-cont .list li .icon img {
  width: 0.75rem;
}

.world .gbox6 .g-cont .col2 .card .card-cont .list li:nth-child(1) {
  left: 0;
  top: 0;
}

.world .gbox6 .g-cont .col2 .card .card-cont .list li:nth-child(2) {
  top: -0.2rem;
  right: 0.7rem;
}

.world .gbox6 .g-cont .col2 .card .card-cont .list li:nth-child(3) {
  bottom: 0.2rem;
  right: 0.86rem;
}

.world .gbox6 .g-cont .col2 .card .card-cont .list li:nth-child(4) {
  left: 0;
  bottom: 0.2rem;
}

.world .gbox6 .g-cont .col2 .card .card-cont .list::after {
  content: "";
  width: 2.29rem;
  height: 3.25rem;
  position: absolute;
  top: 0.15rem;
  right: 0.1rem;
  background-image: url("../img/jt_3.png");
  background-size: 100% 100%;
}

.world .gbox6 .g-cont .col2 .card .card-cont .list .jt {
  position: absolute;
  width: 1.49rem;
}

.world .gbox6 .g-cont .col2 .card .card-cont .list .jt1 {
  top: 0.42rem;
  left: 1.46rem;
}

.world .gbox6 .g-cont .col2 .card .card-cont .list .jt2 {
  bottom: 0.75rem;
  left: 1.46rem;
}

.world .gbox6 .g-cont .xjt {
  margin: 0.15rem 0;
  position: relative;
  z-index: 1;
}

.world .gbox6 .g-cont .xjt img {
  width: 0.38rem;
}

.world .gbox6 .g-cont .card .card-tit {
  padding: 0.22rem 0;
  border-radius: 0.12rem;
  color: #fff;
  margin-bottom: 0.3rem;
  background: linear-gradient(90deg, #3b6dff 0%, #2f94ff 48.75%, #a8b6ff 100%);
}

.world .gbox6 .g-cont .card .card-tit.nob {
  margin-bottom: 0;
}

.world .gbox6 .g-cont .card .card-list {
  border-radius: 0.12rem;
  border: 3px dashed #3b6dff;
}

.world .gbox6 .g-cont .card.card1 .card-list {
  padding: 0.3rem 0.25rem;
}

.world .gbox6 .g-cont .card.card1 .card-list .box1 {
  padding-right: 0.35rem;
  line-height: 2;
}

.world .gbox6 .g-cont .card.card1 .card-list .box2 {
  width: 1.5rem;
  flex-shrink: 0;
  margin-top: 0.15rem;
}

.world .gbox6 .g-cont .card.card2 .item-tit {
  margin-bottom: 0.16rem;
}

.world .gbox6 .g-cont .card.card2 .card-list {
  padding: 0.2rem 0.3rem;
  text-align: center;
}

.world .gbox6 .g-cont .card.card2 .card-list li {
  width: 0.8rem;
  height: 0.5rem;
  border-radius: 12px;
  background: url("../img/bg_li2.png") no-repeat center;
  background-size: 100% 100%;
  margin-bottom: 0.1rem;
  padding: 0.1rem 0;
}

.world .gbox8 {
  padding: 1rem 0;
}

.world .gbox8 .demo {
  height: 2.4rem;
  text-align: center;
  color: #9aa0a6;
  background: #f6f6f6;
}

.skrollr-mobile {
  height: auto !important;
  overflow: unset !important;
}

.skrollr-mobile body {
  height: auto !important;
  overflow: unset !important;
}

.detail-row4 {
  position: relative;
}

.detail-row4 .slide-txt {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 0.26rem;
  z-index: 1;
}

.detail-row4::after {
  content: "";
  width: 100%;
  height: 65%;
  background: linear-gradient(0deg, white, white 5%, transparent);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}

/* hskw */
.hskw {
  background: #fff;
}

.hskw .g-type {
  margin-bottom: 0.4rem;
}

.hskw .slide {
  position: relative;
  text-align: center;
  height: 100vh;
  padding-top: 1.74rem;
  color: #fff;
}

.hskw .slide .g-desc {
  margin: 0.11rem 0 0.25rem;
}

.hskw .kw1 .list .item {
  height: 2.1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 0.2rem;
  background: #f1f3f5;
  text-align: center;
}

.hskw .kw1 .list .item .item-tit {
  color: rgba(34, 34, 34, 0.6);
}

.hskw .kw2 .tabs {
  margin: 0.1rem 0 0.3rem;
}

.hskw .kw2 .tabs a {
  padding: 0.1rem 0;
  margin-right: 0.4rem;
  border-bottom: 0;
}

.hskw .kw2 .tablist .bimg, .hskw .kw2 .tablist .bimg img {
  border-radius: .1rem;
}

.hskw .kw2 .tablist .item {
  /*border: 1px solid #ddd;*/
}

.hskw .kw2 .swp-jt {
  margin: .3rem 0 0 0;
}

.hskw .kw2 .swp-jt a {
  width: 0.34rem;
  height: 0.34rem;
  margin-left: 0.2rem;
  border: 1px solid #999;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hskw .kw2 .swp-jt a:hover {
  background: #0071e3;
  color: #fff;
  border-color: #0071e3;
}

.hskw .kw3 {
  position: relative;
  height: 8.7rem;
}

.hskw .kw4 {
  position: relative;
}

.hskw .kw4::after {
  content: "";
  width: 100%;
  height: 85%;
  background: url("../img/bgc1.png") no-repeat bottom center;
  background-size: 100%;
  position: absolute;
  bottom: -2px;
  left: 0;
  z-index: 1;
}

.hskw .kw4 .txt,
.hskw .kw4 .g-tit1 {
  color: #333;
}

.hskw .kw4::before {
  display: none;
}

.hskw .ty02 {
  padding-bottom: 0;
}

.hskw .row-desc {
  color: #666;
  margin: 0.1rem 0 0.45rem;
}

.hskw .hs03 {
  padding: 0.6rem 0 0.8rem;
}

.hskw .ty03 {
  padding-bottom: 0.8rem;
}

.hskw .ty03 .tab-tit {
  /*margin-bottom: 0.5rem;*/
}

.hskw .ty04 .kw-tit {
  margin-bottom: 0.35rem;
}

.hskw .ty04 .swiper-slide .item .item-pic {
  position: relative;
}

.hskw .ty04 .swiper-slide .item .item-pic .play {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  cursor: pointer;
  transform: translate(-50%, -50%);
  width: 1.38rem;
  height: 1.38rem;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
}

.hskw .ty04 .swiper-slide .item .item-pic .play img {
  width: 0.42rem;
}

.hskw .ty04 .swiper-slide .item .item-pic video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  display: none;
}

.ind1 {
  position: relative;
  /*height: 100vh;*/
}

.ind1 .ban_video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.ind1 .ban_video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-btn {
  margin: 0 0.3rem 0 0;
}

.video-btn img {
  width: 1.27rem;
  display: block;
}

.video-btn a {
  display: block;
}




/* 视频 */
.video-page {
  background: #f6f6f6;
}
.video-page .video-tab {
  width: 100%;
  background: #fff;
  box-shadow: rgba(0,0,0,.2) 0 1px 5px 0px;
}
.video-page .video-tab .tab-box {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 0.2rem 0;
}
.video-page .video-list .item {
  background: #fff;
}
.video-page .video-list {
  display: none;
}
.video-page .video-list.video-active {
  display: block;
  animation: fadeIn 0.5s ease;
  -webkit-animation: fadeIn 0.5s ease;
}
.video-page .video-tab .tab-box .tab-li {
  cursor: pointer;
}
.video-page .video-tab .tab-box .active-tab {
  color: #7070ed;
}

.video-page .video-list .item .item-pic {
  position: relative;
}

.video-page .video-list .item .item-pic .fitImg {
  padding-top: 56.1%;
}

.video-page .video-list .item .item-pic .tool {
  position: absolute;
  left: 0;
  width: 100%;
  padding-right: 0.15rem;
  justify-content: flex-end;
  bottom: 0.2rem;
  z-index: 1;
}

.video-page .video-list .item .item-pic .tool a {
  width: 0.4rem;
  height: 0.4rem;
  margin: 0 0.1rem;
}

.video-page .video-list .item .item-pic .tool a i {
  width: 100%;
  height: 100%;
  display: block;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
}

.video-page .video-list .item .item-pic .tool a.a1 i {
  background-image: url("../img/icon_lb1.png");
}

.video-page .video-list .item .item-pic .tool a.a1.ck i {
  background-image: url("../img/icon_lb2.png");
}

.video-page .video-list .item .item-pic .tool a.a2 i {
  background-image: url("../img/icon_play.png");
}

.video-page .video-list .item .item-pic .tool a.a2.ck i {
  background-image: url("../img/icon_pause.png");
}

.video-page .video-list .item .item-pic video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0.15rem;
  display: none;
}

.video-page .video-list .item .item-tit {
  padding: 0.18rem 0.2rem;
  min-height: 1rem;
  text-align: center;
  /*display: flex;*/
  /*align-items: center;*/
  /*justify-content: center;*/
}
.video-page .video-content {
  padding-top: 0.3rem;
  padding-bottom: 0.5rem;
}


/* 应用场景 */
.scenarios .slide {
  position: relative;
  text-align: center;
  height: 100vh;
  padding-top: 1.74rem;
  color: #fff;
}

.scenarios .slide .g-desc {
  margin: 0.11rem 0 0.25rem;
}

.scenarios .slide .pic {
  padding-bottom: 0.15rem;
}

.scenarios .slide .pic img {
  max-height: 63vh;
}

.scenarios .sj2 .list {
  padding-top: 0.2rem;
}

.scenarios .sj2 .list ul {
  align-items: stretch;
}

.scenarios .sj2 li {
  display: flex;
}

.scenarios .sj2 li .item {
  flex: 1;
  text-align: center;
  padding: 0.5rem;
  color: #666;
  border-radius: 0.2rem;
  background: #f6f6f6;
}

.scenarios .sj2 li .item .icon img {
  width: 0.5rem;
}

.scenarios .sj2 li .item .item-tit .tit {
  padding: 0.2rem 0;
  position: relative;
  margin-bottom: 0.28rem;
}

.scenarios .sj2 li .item .item-tit .tit::before {
  content: "";
  width: 100%;
  height: 1px;
  background: #eeeeee;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.scenarios .sj2 li .item .item-tit .tit::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0.38rem;
  height: 0.03rem;
  border-radius: 0.1rem;
  background: #222222;
}

.scenarios .sj2 li .item .desc p {
  margin: 0.06rem 0;
}

.scenarios .sj4 .swiper-container {
  height: 100%;
}

.scenarios .sj4 .swiper-wrapper {
  padding-bottom: 0.6rem;
}

.scenarios .sj4 .swiper-pagination-bullet {
  width: 0.3rem;
  height: 0.05rem;
  margin: 0 0.1rem;
  opacity: 1;
  border-radius: 0.02rem;
  background: rgba(34, 34, 34, 0.2);
}

.scenarios .sj4 .swiper-pagination-bullet-active {
  background: #222;
}

.scenarios #ty2 .tabcont {
  display: none;
}

.scenarios #ty2 .wrap {
  position: relative;
}

.scenarios #ty2 .wrap .jt {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.scenarios .wrap2 .jt {
  display: flex;
  align-items: center;
  justify-content: center;
}

.scenarios .wrap2 .jt .arrow {
  cursor: pointer;
  width: 0.34rem;
  height: 0.34rem;
  border: 1px solid #999;
  border-radius: 50%;
  margin-left: 0.2rem;
}

.scenarios .wrap2 .jt .arrow:hover {
  background: #0071e3;
  color: #fff;
  border-color: #0071e3;
}

.scenarios .sj5 {
  background: #f6f6f6;
}

.scenarios .sj5 ul {
  padding-top: 0.65rem;
}

.scenarios .sj5 li {
  text-align: center;
}

.scenarios .sj5 li .item .tit {
  margin: 0.25rem 0 0.15rem;
}

.scenarios .sj5 li .item .icon img {
  width: 0.65rem;
}

.scenarios .sj5 li .item .link {
  color: #282828;
}

.scenarios .sj5 li .item .link i {
  margin-left: 0.15rem;
}

.scenarios .wrap2 .wp .section-title {
  padding-bottom: 2%;
}

.scenarios .wrap2 .wp .swiper-container .scenarios-item img {
  height: 300px;
}

.scenarios .wrap2 .wp .swiper-container .item {
  position: relative;
}

.scenarios .wrap2 .wp .swiper-container .item-position {
  position: absolute;
  margin: 0 auto;
  color: #fff;
  left: 50%;
  bottom: 8%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

.scenarios .tg2 {
  padding-top: 0.3rem;
}

.scenarios .tg2 .item {
  margin-bottom: 0.5rem;
  background: #f6f6f6;
}
.scenarios .tg2 .item video {
  height: 4.5rem;
  width:100%;
  object-fit:cover;
  vertical-align: top;
}

.scenarios .tg2 .item .item-info .desc {
  margin-top: 0.1rem;
}

.scenarios .tg2 .item .item-info .list {
  padding-top: 0.7rem;
}

.scenarios .tg2 .item .item-info .list .dd .num {
  color: #0071e3;
}

.scenarios .tg2 .item .item-info .list .dd .tit {
  color: #282828;
}



/* 应用场景 */
.scenarios .slide {
  position: relative;
  text-align: center;
  height: 100vh;
  padding-top: 1.74rem;
  color: #fff;
}

.scenarios .slide .g-desc {
  margin: 0.11rem 0 0.25rem;
}

.scenarios .slide .pic {
  padding-bottom: 0.15rem;
}

.scenarios .slide .pic img {
  max-height: 63vh;
}

.scenarios .sj2 .list {
  padding-top: 0.2rem;
}

.scenarios .sj2 .list ul {
  align-items: stretch;
}

.scenarios .sj2 li {
  display: flex;
}

.scenarios .sj2 li .item {
  flex: 1;
  text-align: center;
  padding: 0.5rem;
  color: #666;
  border-radius: 0.2rem;
  background: #f6f6f6;
}

.scenarios .sj2 li .item .icon img {
  width: 0.5rem;
}

.scenarios .sj2 li .item .item-tit .tit {
  padding: 0.2rem 0;
  position: relative;
  margin-bottom: 0.28rem;
}

.scenarios .sj2 li .item .item-tit .tit::before {
  content: "";
  width: 100%;
  height: 1px;
  background: #eeeeee;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.scenarios .sj2 li .item .item-tit .tit::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0.38rem;
  height: 0.03rem;
  border-radius: 0.1rem;
  background: #222222;
}

.scenarios .sj2 li .item .desc p {
  margin: 0.06rem 0;
}

.scenarios .sj4 .swiper-container {
  height: 100%;
}

.scenarios .sj4 .swiper-wrapper {
  padding-bottom: 0.6rem;
}

.scenarios .sj4 .swiper-pagination-bullet {
  width: 0.3rem;
  height: 0.05rem;
  margin: 0 0.1rem;
  opacity: 1;
  border-radius: 0.02rem;
  background: rgba(34, 34, 34, 0.2);
}

.scenarios .sj4 .swiper-pagination-bullet-active {
  background: #222;
}

.scenarios #ty2 .tabcont {
  display: none;
}

.scenarios #ty2 .wrap {
  position: relative;
}

.scenarios #ty2 .wrap .jt {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.scenarios .wrap2 .jt {
  display: flex;
  align-items: center;
  justify-content: center;
}

.scenarios .wrap2 .jt .arrow {
  cursor: pointer;
  width: 0.34rem;
  height: 0.34rem;
  border: 1px solid #999;
  border-radius: 50%;
  margin-left: 0.2rem;
}

.scenarios .wrap2 .jt .arrow:hover {
  background: #0071e3;
  color: #fff;
  border-color: #0071e3;
}

.scenarios .sj5 {
  background: #f6f6f6;
}

.scenarios .sj5 ul {
  padding-top: 0.65rem;
}

.scenarios .sj5 li {
  text-align: center;
}

.scenarios .sj5 li .item .tit {
  margin: 0.25rem 0 0.15rem;
}

.scenarios .sj5 li .item .icon img {
  width: 0.65rem;
}

.scenarios .sj5 li .item .link {
  color: #282828;
}

.scenarios .sj5 li .item .link i {
  margin-left: 0.15rem;
}

.scenarios .wrap2 .wp .section-title {
  padding-bottom: 2%;
}

.scenarios .wrap2 .wp .swiper-container .scenarios-item img {
  height: 300px;
}

.scenarios .wrap2 .wp .swiper-container .item {
  position: relative;
}

.scenarios .wrap2 .wp .swiper-container .item-position {
  position: absolute;
  margin: 0 auto;
  color: #fff;
  left: 50%;
  bottom: 8%;
  text-align: center;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

.scenarios .tg2 {
  padding-top: 0.3rem;
}

.scenarios .tg2 .item {
  margin-bottom: 0.5rem;
  background: #f6f6f6;
}
.scenarios .tg2 .item video {
  height: 4.5rem;
  width:100%;
  object-fit:cover;
  vertical-align: top;
}
.scenarios .tg2 .item .item-info {
  padding: 0 0.6rem 0.4rem 0.6rem;
}

.scenarios .tg2 .item .item-info .desc {
  margin-top: 0.1rem;
}

.scenarios .tg2 .item .item-info .list {
  padding-top: 0.7rem;
}

.scenarios .tg2 .item .item-info .list .dd .num {
  color: #0071e3;
}

.scenarios .tg2 .item .item-info .list .dd .tit {
  color: #282828;
}



/* hskw */
.hskw {
  background: #fff;
}

.hskw .g-type {
  margin-bottom: 0.4rem;
}

.hskw .slide {
  position: relative;
  text-align: center;
  height: 100vh;
  padding-top: 1.74rem;
  color: #fff;
}

.hskw .slide .g-desc {
  margin: 0.11rem 0 0.25rem;
}

.hskw .kw1 .list .item {
  height: 2.1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 0.2rem;
  background: #f1f3f5;
  text-align: center;
}

.hskw .kw1 .list .item .item-tit {
  color: rgba(34, 34, 34, 0.6);
}

.hskw .kw2 .tabs {
  margin: 0.1rem 0 0.3rem;
}

.hskw .kw2 .tabs a {
  padding: 0.1rem 0;
  margin-right: 0.4rem;
  border-bottom: 0;
}

.hskw .kw2 .tablist .bimg, .hskw .kw2 .tablist .bimg img {
  border-radius: .1rem;
}

.hskw .kw2 .tablist .item {
  border: 1px solid #ddd;
}

.hskw .kw2 .swp-jt {
  margin: .3rem 0 0 0;
}

.hskw .kw2 .swp-jt a {
  width: 0.34rem;
  height: 0.34rem;
  margin-left: 0.2rem;
  border: 1px solid #999;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hskw .kw2 .swp-jt a:hover {
  background: #0071e3;
  color: #fff;
  border-color: #0071e3;
}

.hskw .kw3 {
  position: relative;
  height: 8.7rem;
}

.hskw .kw4 {
  position: relative;
}

.hskw .kw4::after {
  content: "";
  width: 100%;
  height: 85%;
  background: url("../img/bgc1.png") no-repeat bottom center;
  background-size: 100%;
  position: absolute;
  bottom: -2px;
  left: 0;
  z-index: 1;
}

.hskw .kw4 .txt,
.hskw .kw4 .g-tit1 {
  color: #333;
}

.hskw .kw4::before {
  display: none;
}

.hskw .ty02 {
  padding-bottom: 0;
}

.hskw .row-desc {
  color: #666;
  margin: 0.1rem 0 0.45rem;
}

.hskw .hs03 {
  padding: 0.6rem 0 0.8rem;
}

.hskw .ty03 {
  padding-bottom: 0.8rem;
}

.hskw .ty03 .tab-tit {
  /*margin-bottom: 0.5rem;*/
}

.hskw .ty04 .kw-tit {
  margin-bottom: 0.35rem;
}

.hskw .ty04 .swiper-slide .item .item-pic {
  position: relative;
}

.hskw .ty04 .swiper-slide .item .item-pic .play {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  cursor: pointer;
  transform: translate(-50%, -50%);
  width: 1.38rem;
  height: 1.38rem;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
}

.hskw .ty04 .swiper-slide .item .item-pic .play img {
  width: 0.42rem;
}

.hskw .ty04 .swiper-slide .item .item-pic video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  display: none;
}
.hskw .hskw-video {
  background: #f4f4f4;
  height: 100vh;
}
.hskw .hskw-video .item-pic video {
  width: 100%;
}
.hskw .hskw-video .item-info {
  padding: 0 0.3rem 0.3rem 0.3rem;
}
.hskw .go-news {
  cursor: pointer;
}

/* 慧思开物-new */
.hskw-first .hskw-first-head {
  background: url("../img/hskw/bg.jpg") no-repeat center;
  /* padding: 0.5rem 0; */
}

.hskw-first .tab-title {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 0 0.2rem 0;
}

.hskw-first .tab-title img {
  width: 0.5rem;
  height: 0.5rem;
}

.hskw-first .tab-title .tit {
  padding-left: 0.2rem;
  color: #000;
}

.hskw-first .hskw-first-tab {
  display: flex;
  align-items: center;
  gap: 0.3rem;
  justify-content: center;
  padding-bottom: 0.4rem;
  flex-wrap: wrap;
}

.hskw-first .hskw-first-tab .hskw-first-tab-list {
  padding: 0.05rem 0.1rem;
  background: #fff;
  border-radius: 0.2rem;
  cursor: pointer;
  border: 1px solid #0066ff;
  color: #0066ff;
}

.hskw-first .hskw-first-tab .hskw-first-tab-list:hover {
  background: #0066ff;
  color: #fff;
}

.hskw-second {
  position: relative; /* 创建相对定位容器 */
  width: 100%; /* 确保容器有宽度 */
  display: flex; /* 使用flex布局 */
  justify-content: center; /* 水平居中 */
  align-items: center; /* 垂直居中 */
}

.hskw-second .hskw-second-text {
  position: absolute; /* 绝对定位 */
  text-align: center; /* 文字居中 */
  z-index: 1; /* 确保文字在图片上方 */
  color: white; /* 文字颜色，根据图片背景调整 */
}
.hskw-second-text div:first-child {
  padding-bottom: 0.2rem;
}

.hskw-third {
  padding-top: 0.3rem;
  background: #fff;
}
.hskw-third .item-pic {
  border-radius: 0.3rem;
  -webkit-border-radius: 0.3rem;
  -moz-border-radius: 0.3rem;
  -ms-border-radius: 0.3rem;
  -o-border-radius: 0.3rem;
}
.hskw-third .hskw-third-tip {
  color: rgba(34, 34, 34, 0.6);
  text-align: center;
  padding-top: 0.3rem;
}
.hskw-fourth .hskw-fourth-tip {
  color: rgba(34, 34, 34, 0.6);
  text-align: center;
  padding-top: 0.3rem;
}
.hskw-fifth {
  background: #f4f4f4;
}
.hskw-fifth .hskw-fifth-title {
  text-align: center;
  padding: 0.3rem 0;
}
/* 外部容器：限制显示区域并定位按钮 */
.hskw-fifth .carousel-wrapper {
  position: relative;
  width: 100%;
  /* max-width: 1100px; 调整这个宽度决定屏幕看几个卡片 */
  padding: 0 0.5rem;
}

/* 视口容器：隐藏溢出内容 */
.hskw-fifth .carousel-viewport {
  overflow: hidden;
  position: relative;
}

/* 左右渐变遮罩：制造“播出”效果 */
/* .carousel-viewport:before,
.carousel-viewport::after {
  content: "";
  position: absolute;
  top: 0;
  width: 0.5rem;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}
.carousel-viewport::before { left: 0; background: linear-gradient(to right, #f8f9fa, transparent); }
.carousel-viewport::after { right: 0; background: linear-gradient(to left, #f8f9fa, transparent); } */

/* 滚动轨道：包含两行 */
.hskw-fifth .carousel-track {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  will-change: transform;
}

/* 每一行布局 */
.hskw-fifth .row {
  display: flex;
  gap: 0.2rem;
}

/* 卡片样式 */
.hskw-fifth .card {
  flex: 0 0 3rem;
  height: 100px;
  background: #fff;
  border-radius: 0.16rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: #333;
  /* box-shadow: 0 4px 15px rgba(0,0,0,0.05);
  border: 1px solid rgba(0,0,0,0.03); */
  text-align: center;
  padding: 0.1rem;
  -webkit-border-radius: 0.16rem;
  -moz-border-radius: 0.16rem;
  -ms-border-radius: 0.16rem;
  -o-border-radius: 0.16rem;
}

/* 导航按钮样式 */
.hskw-fifth .nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  border: none;
  background: #333;
  /* box-shadow: 0 4px 10px rgba(0,0,0,0.15); */
  cursor: pointer;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  font-size: 18px;
  color: #666;
}

.hskw-fifth .nav-btn:hover {
  background: #000;
  color: #fff;
  transform: translateY(-50%) scale(1.1);
}

.hskw-fifth .btn-left { left: 1rem; }
.hskw-fifth .btn-right { right: 1rem; }

/* 禁用状态按钮样式 */
.hskw-fifth .nav-btn:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}


.ind1 {
  position: relative;
  /*height: 100vh;*/
}

.ind1 .ban_video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.ind1 .ban_video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-btn {
  margin: 0 0.3rem 0 0;
}

.video-btn img {
  width: 1.27rem;
  display: block;
}

.video-btn a {
  display: block;
}

/* 产品 */
.project-box {
  background: #fff;
}
.project-tab {
  display: flex;
  align-items: center;
  gap: 0.2rem;
}
.project-tab .tab-list .tab-head {
  text-align: center;
  background: #f4f4f4;
  padding: 0.13rem 0.58rem;
  margin-bottom: 0.3rem;
  color: #333;
}
.project-tab .tab-list .tab-content .dl {
  gap: 0.2rem;
}
.project-tab .tab-list .tab-content .dl .dd {
  background: #f4f4f4;
  padding: 0.2rem;
  /* min-height: 4.3rem; */
  flex: 1;
}
.project-tab .tab-list .tab-content .dl .dd a {
  height: 100%;
  width:100%;
}
.project-tab .tab-list .tab-content .dl .dd .item {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.project-tab .tab-list .tab-content .dl .dd .item .pic {
  flex: 1;
}
.project-tab .tab-list .tab-content .dl .dd .item .big-img img {
  width: 100%;
  height: 100%;
}
.project-tab .tab-list .tab-content .dl .dd .item .tit {
  padding-top: 0.23rem;
}

/* 产品 */
.project-box {
  background: #fff;
}
.project-tab {
  display: flex;
  align-items: center;
  gap: 0.2rem;
}
.project-tab .tab-list .tab-head {
  text-align: center;
  background: #f4f4f4;
  padding: 0.13rem 0.58rem;
  margin-bottom: 0.2rem;
  color: #333;
}
.project-tab .tab-list .tab-content .dl {
  gap: 0.2rem;
}
.project-tab .tab-list .tab-content .dl .dd {
  background: #f4f4f4;
  padding: 0.2rem;
  /* min-height: 4.3rem; */
  flex: 1;
}
.project-tab .tab-list .tab-content .dl .dd .item {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.project-tab .tab-list .tab-content .dl .dd .item .pic {
  flex: 1;
}
.project-tab .tab-list .tab-content .dl .dd .item .big-img img {
  width: 100%;
  height: 100%;
}
.project-tab .tab-list .tab-content .dl .dd .item .tit {
  padding-top: 0.23rem;
}

.project-box .bimg img {
  height: 2rem;
}


/* index */
.index-first-tip-box {
  display: flex;
  align-items: center;
  margin-top: 0.2rem;
}
.index-first-tip-box .index-first-tip-list {
  background: #f4f4f4;
  margin-right: 0.1rem;
  border-radius: 0.1rem;
  padding: 0 0.05rem;
}
.index-first-text {
  min-height: 1.2rem;
}

.index-second .index-second-list {
  display: flex;
}
.index-second .index-second-list-left1 {
  flex: 1;
  /*padding-right: 0.2rem;*/
  background: #fff;
}
.index-second .index-second-list-left1:first-child {
  margin-right: 0.2rem;
  background: #fff;
}
.index-second .index-second-list-left1 video {
  height: 3.6rem;
}
.index-second .index-second-list-left1 .index-second-list-left1-item-text {
  padding: 0.1rem 0.3rem;
}
.index-second .index-second-list-right1 {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.index-second .index-second-list-right1 .index-second-list-right1-item {
  display: flex;
  align-items: center;
}
.index-second .index-second-list-right1 .index-second-list-right1-item:first-child {
  margin-bottom: 0.2rem;
  background: #fff;
}
.index-second .index-second-list-right1 .index-second-list-right1-item {
  display: flex;
  align-items: center;
  background: #fff;
}
.index-second .index-second-list-right1 video {
  height: 2.26rem;
}
.index-second .index-second-list-right1 .index-second-list-right1-item .index-second-list-right1-item-text {
  /* padding: 0 0.2rem; */
  padding: 0.1rem 0.3rem;
}
.index-third {
  height: 100vh;
}
.index-third .index-third-list .index-third-list-title {
  padding-bottom: 0.3rem;
}
.index-third .index-third-list .index-third-list-content {
  display: flex;
  align-items: center;
  height: 2.5rem;
  box-sizing: border-box;
  gap: 0.2rem;
}
.index-third .index-third-list .index-third-list-content .index-third-list-content-left {
  flex: 0.5;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  height: 2rem;
  justify-content: space-between;
}
.index-third .index-third-list .index-third-list-content .index-third-list-content-left .index-third-list-content-left-top {
  background: #f7f8fa;
  padding: 0.15rem 0;
}
.index-third .index-third-list .index-third-list-content .index-third-list-content-left .index-third-list-content-left-top img {
  height: 0.6rem;
}
.index-third .index-third-list .index-third-list-content .index-third-list-content-left .index-third-list-content-left-bottom {
  display: flex;
  align-items: center;
  gap: 0.2rem;
}
.index-third .index-third-list .index-third-list-content .index-third-list-content-left .index-third-list-content-left-bottom .index-third-list-content-left-bottom-list {
  flex: 0.5;
  background: #f7f8fa;
  padding: 0.15rem 0;
  height: 100%;
}
.index-third .index-third-list .index-third-list-content .index-third-list-content-left .index-third-list-content-left-bottom .index-third-list-content-left-bottom-list img {
  height: 0.6rem;
}
.index-third .index-third-list .index-third-list-content .index-third-list-content-right {
  flex: 0.5;
  background: #f7f8fa;
  display: flex;
  align-items: center;
  justify-content: space-around;
  height: 2rem;
}
.index-third .index-third-list .index-third-list-content .index-third-list-content-right .index-third-list-content-right-list-divider {
  width: 0.01rem;
  background: rgb(39 96 229);
  height: 0.7rem;
}
.index-third .index-third-list .index-third-list-content .index-third-list-content-right .index-third-list-content-right-list .index-third-list-content-right-list-num {
  color: rgb(39 96 229);
}
.index-fourth .index-fourth-tab {
  display: flex;
  align-items: center;
  gap: 0.3rem;
  justify-content: center;
  padding-bottom: 0.4rem;
  flex-wrap: wrap;
}
.index-fourth .index-fourth-tab .index-fourth-tab-list {
  padding: 0 0.2rem;
  background: #fff;
  border-radius: 0.1rem;
  cursor: pointer;
}
.index-fourth .index-fourth-tab .index-fourth-tab-list.active {
  background: rgb(39 96 229);
  color: #fff;
}



/* 通用机器人平台 */
.universal-robotics-first .universal-robotics-first-head {
  background: url("../img/universalRobotics/bj.jpg") no-repeat center;
  /* padding: 0.5rem 0; */
}

.universal-robotics-first .tab-title {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 0 0.2rem 0;
}

.universal-robotics-first .tab-title img {
  width: 0.5rem;
  height: 0.5rem;
}

.universal-robotics-first .tab-title .tit {
  padding-left: 0.2rem;
  color: #fff;
}

.universal-robotics-first .universal-robotics-first-tab {
  display: flex;
  align-items: center;
  gap: 0.3rem;
  justify-content: center;
  padding-bottom: 0.4rem;
  flex-wrap: wrap;
}

.universal-robotics-first .universal-robotics-first-tab .universal-robotics-first-tab-list {
  padding: 0.05rem 0.1rem;
  background: #fff;
  border-radius: 0.2rem;
  cursor: pointer;
  border: 1px solid #0066ff;
  color: #0066ff;
}

.universal-robotics-first .universal-robotics-first-tab .universal-robotics-first-tab-list:hover {
  background: #0066ff;
  color: #fff;
}
.universal-robotics-first .show-d {
  height: 80vh;
}
.universal-robotics-first .show-d video {
  height: 100%;
}

.universal-robotics-first .item .item-pic {
  position: relative;
}

.universal-robotics-first .item .item-pic .fitImg {
  padding-top: 56.1%;
}

.universal-robotics-first .item .item-pic .tool {
  position: absolute;
  left: 0;
  width: 100%;
  padding-right: 0.15rem;
  justify-content: flex-end;
  bottom: 0.2rem;
  z-index: 1;
}

.universal-robotics-first .item .item-pic .tool a {
  width: 0.4rem;
  height: 0.4rem;
  margin: 0 0.1rem;
}

.universal-robotics-first .item .item-pic .tool a i {
  width: 100%;
  height: 100%;
  display: block;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
}

.universal-robotics-first .item .item-pic .tool a.a1 i {
  background-image: url("../img/icon_lb1.png");
}

.universal-robotics-first .item .item-pic .tool a.a1.ck i {
  background-image: url("../img/icon_lb2.png");
}

.universal-robotics-first .item .item-pic .tool a.a2 i {
  background-image: url("../img/icon_play.png");
}

.universal-robotics-first .item .item-pic .tool a.a2.ck i {
  background-image: url("../img/icon_pause.png");
}

.universal-robotics-first .item .item-pic video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0.15rem;
  display: none;
}

.universal-robotics-second .tabcont {
  height: 100vh;
  background-image: url('../img//universalRobotics/jushen.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex !important;
  flex-direction: column;
  justify-content: center;
}

.features-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  z-index: 10;
  gap: 0.3rem;
  padding-left: 1rem;
}

.feature-item {
  background-color: #f1f3f6;
  color: #333;
  border-radius: 1rem;
  cursor: pointer;
  padding: 0 0.1rem;
  overflow: hidden;
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  /*动画设置*/
  transition: background-color 0.3s ease, border-color 0.3s ease;
  min-width: 1.2rem;
}


/* 头部样式：始终可见部分 */
.feature-header {
  display: flex;
  align-items: center;
  padding: 0.1rem 0;
  /* 垂直内边距 */
  white-space: nowrap;
  box-sizing: border-box;
}

.feature-header img {
  width: 0.2rem;
  height: 0.2rem;
  transition: all 0.3s ease;
  flex-shrink: 0;
  margin-right: 0.1rem;
}

.feature-header .text {
  font-weight: 500;
}

/* --- 详细信息区域样式 --- */
.feature-detail {
  display: none;
  opacity: 0;
  box-sizing: border-box;
}

.feature-detail .detail-content {
  margin: 0;
  /* 移除段落的默认上下边距 */
  padding-bottom: 15px;
  /* 在展开时给底部留出空间 */
  line-height: 1.5;
  font-size: 0.9em;
  color: #333;
  white-space: nowrap;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
}

.feature-detail .detail-content .detail-content-text {}


/* --- 激活状态 (展开) --- */
.feature-item.active {
  /* background-color: rgba(0, 0, 0, 0.6); */
  border-radius: 0.2rem;
}

.feature-item.active .feature-header img {
  /* '+' 旋转 180 度变成 '-' 的效果 */
  /* opacity: 0; */
  display: none;
}

.feature-item.active .feature-detail {
  display: block;
  opacity: 1;
}

.universal-robotics-third .tabcont {
  height: 100vh;
  background-image: url('../img/universalRobotics/tianyi.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex !important;
  flex-direction: column;
  justify-content: center;
}
.universal-robotics-third .tabcont .feature-item {
  background-color: #2a2a2a;
  color: #fff;
  opacity: 0.8;
}

.universal-robotics-third .tabcont .feature-detail .detail-content {
  color: #fff;
}

.universal-robotics-fourth .tabcont {
  height: 100vh;
  background-image: url('../img/universalRobotics/zhongshi.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex !important;
  align-items: end;
  color: #fff;
}
.universal-robotics-fourth .tabcont .fourth-content {
  width: 100%;
  display: flex;
  align-items: end;
  justify-content: space-between;
  flex-wrap: wrap;
}
.universal-robotics-fourth .tabcont .fourth-content .fourth-content-left {
  /* width: 50%; */
}
.universal-robotics-fourth .tabcont .fourth-content .fourth-content-left .fourth-content-left-text span {
  padding-right: 0.1rem;
}
.universal-robotics-fourth .tabcont .fourth-content .fourth-content-right {
  /* width: 50%; */
  display: flex;
  /* align-items: center; */
}
.universal-robotics-fourth .tabcont .fourth-content .fourth-content-right .fourth-content-right-item {
  display: flex;
  align-items: center;
}
.universal-robotics-fourth .tabcont .fourth-content .fourth-content-right .fourth-content-right-item:first-child {
  padding-right: 1rem;
}
.universal-robotics-fourth .tabcont .fourth-content .fourth-content-right .fourth-content-right-item img {
  width: 0.5rem;
  height: 0.5rem;
}
.universal-robotics-fourth .tabcont .fourth-content .fourth-content-right .fourth-content-right-item .fourth-content-right-item-text {
  display: flex;
  flex-direction: column;
  padding-left: 0.2rem;
}
.universal-robotics-fifth {
  background-color: #000;
}
.universal-robotics-fifth .universal-robotics-fifth-head .tab-title {
  color: #fff;
  text-align: center;
}
.universal-robotics-fifth-content {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  padding-top: 0.5rem;
}
.universal-robotics-fifth-list {
  display: flex;
  flex-direction: column;
}
.universal-robotics-fifth-list .num {
  color: #fe6b00;
}
.universal-robotics-fifth-list .text {
  color: #86868b;
}

.universal-robotics .slide {
  position: relative;
  text-align: center;
  height: 100vh;
  padding-top: 1.74rem;
  color: #fff;
}

.universal-robotics .slide .g-desc {
  margin: 0.11rem 0 0.25rem;
}

.universal-robotics .slide .pic {
  padding-bottom: 0.15rem;
}

.universal-robotics .slide .pic img {
  max-height: 63vh;
}

.universal-robotics .sj1 {
  padding-top: 0;
}

.universal-robotics .sj2 .list {
  padding-top: 0.2rem;
}

.universal-robotics .sj2 .list ul {
  align-items: stretch;
}

.universal-robotics .sj2 li {
  display: flex;
}

.universal-robotics .sj2 li .item {
  flex: 1;
  text-align: center;
  padding: 0.5rem;
  color: #666;
  border-radius: 0.2rem;
  background: #f6f6f6;
}

.universal-robotics .sj2 li .item .icon img {
  width: 0.5rem;
}

.universal-robotics .sj2 li .item .item-tit .tit {
  padding: 0.2rem 0;
  position: relative;
  margin-bottom: 0.28rem;
}

.universal-robotics .sj2 li .item .item-tit .tit::before {
  content: "";
  width: 100%;
  height: 1px;
  background: #eeeeee;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.universal-robotics .sj2 li .item .item-tit .tit::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0.38rem;
  height: 0.03rem;
  border-radius: 0.1rem;
  background: #222222;
}

.universal-robotics .sj2 li .item .desc p {
  margin: 0.06rem 0;
}

.universal-robotics .sj4 .swiper-container {
  height: 100%;
}

.universal-robotics .sj4 .swiper-wrapper {
  padding-bottom: 0.6rem;
}

.universal-robotics .sj4 .swiper-pagination-bullet {
  width: 0.3rem;
  height: 0.05rem;
  margin: 0 0.1rem;
  opacity: 1;
  border-radius: 0.02rem;
  background: rgba(34, 34, 34, 0.2);
}

.universal-robotics .sj4 .swiper-pagination-bullet-active {
  background: #222;
}

.universal-robotics #ty2 .tabcont {
  display: none;
}

.universal-robotics #ty2 .wrap {
  position: relative;
}

.universal-robotics #ty2 .wrap .jt {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.universal-robotics #ty2 .wrap .jt .arrow {
  cursor: pointer;
  width: 0.34rem;
  height: 0.34rem;
  border: 1px solid #999;
  border-radius: 50%;
  margin-left: 0.2rem;
}

.universal-robotics #ty2 .wrap .jt .arrow:hover {
  background: #0071e3;
  color: #fff;
  border-color: #0071e3;
}

.universal-robotics .sj5 {
  background: #f6f6f6;
}

.universal-robotics .sj5 ul {
  padding-top: 0.65rem;
}

.universal-robotics .sj5 li {
  text-align: center;
}

.universal-robotics .sj5 li .item .tit {
  margin: 0.25rem 0 0.15rem;
}

.universal-robotics .sj5 li .item .icon img {
  width: 0.65rem;
}

.universal-robotics .sj5 li .item .link {
  color: #282828;
}

.universal-robotics .sj5 li .item .link i {
  margin-left: 0.15rem;
}

.universal-robotics .ty03 {
  padding-bottom: 0.8rem;
}

.universal-robotics .ty03 .tab-tit {
  padding: 0.5rem 0;
  text-align: center;
}

.universal-robotics .ty04 .kw-tit {
  margin-bottom: 0.35rem;
}

.universal-robotics .ty04 .swiper-slide .item .item-pic {
  position: relative;
}

.universal-robotics .ty04 .swiper-slide .item .item-pic .play {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  cursor: pointer;
  transform: translate(-50%, -50%);
  width: 1.38rem;
  height: 1.38rem;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
}

.universal-robotics .ty04 .swiper-slide .item .item-pic .play img {
  width: 0.42rem;
}

.universal-robotics .ty04 .swiper-slide .item .item-pic video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  display: none;
}

.universal-robotics .hskw-video {
  background: #fff;
}

.universal-robotics .hskw-video .item-pic video {
  width: 100%;
}

.universal-robotics .hskw-video .item-info1 {
  padding-left: 0.6rem;
}

.universal-robotics .hskw-video .item-info2 {
  padding-right: 0.6rem;
}

.universal-robotics .go-news {
  cursor: pointer;
}

.universal-robotics .img-box {
  display: flex;
  gap: 0.1rem;
  align-items: center;
}

.universal-robotics .img-box2 {
  padding-top: 0.3rem;
}

.universal-robotics .img-info {
  padding-top: 0.1rem;
}

.universal-robotics .img-box .img-list {
  text-align: center;
}

.universal-robotics .img-box .img-list img {
  box-shadow: 0 0.1rem 0.1rem 0 rgba(194, 196, 198, 1);
}

.universal-robotics .line-ht05 {
  line-height: 0.5rem;
}

.universal-robotics .reverse {
  flex-direction: row-reverse
}

/* 应用场景 */
.yycj {

}
.yycj-first {

}
.yycj-first-title {
  text-align: center;
  padding-top: 0.3rem;
}
.yycj-first-name {
  text-align: center;
}
.yycj-first-text {
  text-align: center;
  color: #1d1d1f;
  padding: 0.2rem 0.6rem;
}
.yycj-first-text-active {
  color: #fe6b00;
}
.yycj-second {
  height: 100vh;
}
.yycj-second .yycj-second-video {
  position: relative;
  height: 100%;
}
.yycj-second .yycj-second-video video {
    height: 100%;
}
.yycj-second-content {
  position: absolute;
  bottom: 0.5rem;
  right: 0.5rem;
  width: 30%;
}
.yycj-second-text {
  color: #fff;
}
.yycj-second-title {
  padding-bottom: 0.1rem;
}

/* 通用具身数据平台 */
.tyjssj-first {
  background: #f5f5f7;
  height: 100vh;
}
.tyjssj-first .tyjssj-first-head {
  background: #f5f5f7;
}
.tyjssj-first .tab-title .tit {
  color: #333;
}
.tyjssj-first-title {
  text-align: center;
  padding-bottom: 0.5rem;
}
.tyjssj-second .tabcont {
  background: url("/img/tyjssj/sjjd.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.tyjssj-second .fourth-content {
  padding-bottom: 0.5rem;
}
.tyjssj-second .tabcont .fourth-content .fourth-content-right .fourth-content-right-item:nth-child(2) {
  padding-right: 1rem;
}

/* 3d */
.scene-container {
  width: 100vw;
  height: 40vh;
  cursor: grab;
}

.scene {
  width: 100%;
  height: 100%;
  perspective: 2000px;
}

.carousel {
  position: absolute;
  top: 50%;
  left: 50%;
  transform-style: preserve-3d;
  transform: translate(-50%, -50%) rotateX(-10deg);
}

.card-container {
  position: absolute;
  transform-style: preserve-3d;
  border-radius: 14px;
  transition: transform .35s ease, z-index .35s;
}

.card-container:hover {
  z-index: 10;
}

.front {
  width: 100%;
  height: 100%;
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 10px 30px rgba(0,0,0,.15);
  transform: translateZ(12px);
  transition: transform .35s ease, box-shadow .35s ease;
}

.card-container:hover .front,
.card-container.highlight .front {
  transform: translateZ(28px) scale(1.06);
  /*box-shadow: 0 25px 60px rgba(59,130,246,.35);*/
}

.front img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 轮播 */
.tyjssj-container {
  /* max-width: 1400px;
  margin: 0 auto;
  padding: 20px; */
}

.tyjssj-modules-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 40px;
}

.tyjssj-module {
  flex: 1;
  /*min-width: 320px;*/
  /*max-width: 420px;*/
  background: #f5f5f7;
  /* background: rgba(16, 30, 56, 0.8); */
  border-radius: 0.2rem;
  /* padding: 25px; */
  /* box-shadow: 0 15px 35px rgba(0, 0, 0, 0.4); */
  transition: transform 0.4s, box-shadow 0.4s;
  /* border: 1px solid rgba(64, 156, 255, 0.2); */
  display: flex;
  flex-direction: column;
  height: 6rem;
  -webkit-border-radius: 0.2rem;
  -moz-border-radius: 0.2rem;
  -ms-border-radius: 0.2rem;
  -o-border-radius: 0.2rem;
}

.tyjssj-module:hover {
  transform: translateY(-10px);
  /* box-shadow: 0 20px 40px rgba(0, 98, 255, 0.3); */
}

.tyjssj-module-header {
  /* margin-bottom: 25px; */
  text-align: center;
}

.tyjssj-module-title {
  font-size: 1.8rem;
  color: #4dabf7;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.tyjssj-module-icon {
  font-size: 1.8rem;
  color: #00c6ff;
}

.tyjssj-module-description {
  color: #333;
  line-height: 1.5;
  padding: 0.3rem 0;
}

.tyjssj-carousel-container {
  flex-grow: 1;
  position: relative;
  overflow: hidden;
  border-radius: 0.15rem;
  /*background: rgba(10, 25, 47, 0.7);
  box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.5);*/
  -webkit-border-radius: 0.15rem;
  -moz-border-radius: 0.15rem;
  -ms-border-radius: 0.15rem;
  -o-border-radius: 0.15rem;
}

.tyjssj-carousel {
  display: flex;
  transition: transform 0.5s ease-in-out;
  height: 100%;
}

.tyjssj-carousel-item {
  min-width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.tyjssj-carousel-item img {
  height: 100%;
}

.tyjssj-carousel-nav {
  display: flex;
  justify-content: center;
  margin-top: 0.2rem;
  gap: 0.15rem;
}

.tyjssj-nav-btn {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(100, 150, 255, 0.3);
  border: none;
  cursor: pointer;
  transition: background 0.3s;
}

.tyjssj-nav-btn.active {
  background: #000;
  /* transform: scale(1.2); */
}

.tyjssj-fourth {

}
.tyjssj-fourth-box {
  width: 100%;
  height: auto;
  background: url("/img/tyjssj/textBg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.tyjssj-fourth-content {
  display: flex;
  justify-content: space-between;
  padding: 0.6rem 0;
}
.tyjssj-fourth-content-left {

}
.tyjssj-fourth-content-left-title {
  color: #fff;
}
.tyjssj-fourth-content-left-content {
  padding-top: 0.2rem;
}
.tyjssj-fourth-content-left-text {
  color: #6f6e6d;
  padding-bottom: 0.2rem;
}
.tyjssj-fourth-content-left-text span {
  color: #c6c5c5;
}

.tyjssj-fourth-content-right {
  text-align: right;
  width: 48%;
}
.tyjssj-fourth-content-right-title {
  color: #fff;
}
.tyjssj-fourth-content-right-content {
  padding-top: 0.2rem;
}
.tyjssj-fourth-content-right-text {
  color: #ffe8d4;
  padding-bottom: 0.2rem;
}
.tyjssj-fourth-content-right-text-more {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.yjssj-fourth-content-right-text-more-btn {
  padding: 0 0.1rem;
  background: #f66c08;
  color: #fff!important;
  border-radius: 0.05rem;
  -webkit-border-radius: 0.05rem;
  -moz-border-radius: 0.05rem;
  -ms-border-radius: 0.05rem;
  -o-border-radius: 0.05rem;
}
.yjssj-fourth-content-right-text-more-btn2 {
  padding: 0 0.1rem;
  background: #0066ff;
  color: #fff!important;
  border-radius: 0.05rem;
  -webkit-border-radius: 0.05rem;
  -moz-border-radius: 0.05rem;
  -ms-border-radius: 0.05rem;
  -o-border-radius: 0.05rem;
}
.tyjssj-fourth-content-right-text span {
  color: #ffe8d4;
}
.tyjssj-fourth-content-right-text-gradient {
  background: linear-gradient(to right, #f0c9a6, #f66b06);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.tyjssj-fourth-content-right-text-height {
  line-height: 0.2rem;
}

/* 轮播 */
.tyjssj-fifth-carousel-outer {
  width: 100%;
  /*max-width: 1200px;*/
  margin: 1rem auto;
  overflow: hidden; /* 隐藏溢出的“半张”图片 */
  position: relative;
  /* padding: 0 20px; */
}

.tyjssj-fifth-carousel-track {
  display: flex;
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  gap: 0.3rem; /* 图片之间的间距 */
}

.tyjssj-fifth-carousel-card {
  /* 核心设置：(100% 容器宽度 - 间距) / 2.5 */
  flex: 0 0 calc((100% - 40px) / 2.5); 
  /* flex: 0 0 5rem;  */
  /* flex: 0 0 2.3rem;  */
  text-align: center;
}

.tyjssj-fifth-carousel-card img {
  width: 100%;
  aspect-ratio: 16 / 9;
  /*保持图片比例统一*/border-radius: 0.3rem;
  object-fit: cover;
  /*box-shadow: 0 4px 12px rgba(0,0,0,0.08);
   */
}

.tyjssj-fifth-caption {
  margin-top: 0.15rem;
  color: #333;
}

/* 按钮样式 */
.tyjssj-fifth-controls {
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
  gap: 12px;
  padding-right: 1rem;
}

.tyjssj-fifth-btn {
  width: 0.3rem;
  height: 0.3rem;
  border-radius: 50%;
  border: none;
  background-color: #a0a0a0;
  color: white;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tyjssj-fifth-btn:hover { background-color: #666; }
