@charset "UTF-8";
@media screen and (max-width:768px) {
  .head1 .menu {
    position: fixed;
    left: 0;
    top: -120vh;
    width: 100%;
    height: calc(100vh - var(--head));
    background: #fff;
    display: block;
    opacity: 0;
    overflow: auto;
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    -moz-transition: all ease .3s;
    transition: all ease .3s;
    z-index: 50;
    color: #333;
  }

  header.open .menu {
    top: var(--head);
    opacity: 1;
  }

  .head1 .link {
    width: 100%;
    margin-left: 0;
  }

  .head1 .link>a {
    display: block;
    border-bottom: 1px solid #ddd;
    line-height: 50px;
    color: #333;
  }

  .head1 .link a {
    padding: 0 20px;
  }

  .head1 .link::after {
    display: none;
    width: 52px;
    height: 10px;
    left: 50%;
    top: 100%;
    margin-top: 14px;
    -webkit-transform: translate(-50%, -50%) scale(0);
    -moz-transform: translate(-50%, -50%) scale(0);
    -o-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
  }

  .head1 .link:hover::after,
  .head1 .link.on::after {
    -webkit-transform: translate(-50%, 0) scale(1);
    -moz-transform: translate(-50%, 0) scale(1);
    -o-transform: translate(-50%, 0) scale(1);
    transform: translate(-50%, 0) scale(1);
  }

  .head1 .down {
    min-width: 80px;
    overflow: hidden;
    padding: 0;
  }

  .head1 .link .down {
    left: 50%;
    top: 100%;
    margin-top: 0;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    min-width: 160px;
    padding: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: static;
    opacity: 1;
    width: 100%;
    pointer-events: visible;
    border-bottom: 1px solid #ddd;
    display: none;
  }

  .head1 .link .down::before {
    width: 100%;
    height: 40px;
    bottom: 100%;
  }

  .head1 .link .down a {
    padding: 10px 30px;
    text-align: left;
    font-size: 14px;
    color: #666;
  }

  .head1 .link .down a:not(:last-child) {
    border-bottom: none;
  }

  .head1 .link .down-jt {
    width: 50px;
    height: 50px;
    position: absolute;
    right: 0;
    top: 0;
    background: url('/img/icon-jia.svg') no-repeat center/15px;
  }


  .head1 .link.on .down-jt {
    background: url('/img/icon-jian.svg') no-repeat center/15px;
  }

  :root {
    --head: 60px;
  }

  svg {
    width: 100%;
    height: 100%;
  }

  .C-wrap {
    width: 90%;
  }

  .C-btn {
    display: inline-flex;
    flex-wrap: wrap;
    padding: 8px 14px;
    border-radius: 8px;
    border: 0.5px solid rgba(0, 0, 0, 0.5);
    box-shadow: 0 2px 4px 0 rgba(255, 255, 255, 0.47) inset;
  }

  /* -----------------------------------------head,foot-------------------------------------- */
  .head1 {
    padding: 0 5%;
    width: 100%;
  }

  .isback .head1 {
    transform: translateY(-100%);
  }

  .head1 .logo {
    width: 48px;
  }

  .head1 .menu {
    border-radius: 11px;
    padding: 5px 6px;
  }

  .head1 .link>a {
    display: flex;
    padding: 7px 18px;
    border-radius: 10px;
  }

  .head1 .menu .link-bg {
    width: 0px;
    height: 100%;
    border-radius: 10px;
    background: #ededed;
  }

  .head1 .right .icon {
    width: 20px;
  }

  footer {
    padding: 70px 5% 0;
  }

  .foot1 {
    gap: 30px 50px;
    justify-content: flex-start;
  }

  .foot1 .logo {
    width: 105px;
    order: -1;
    margin: 0 calc(100% - 105px) 0 0;
  }

  .foot1 .foot-link {
    flex-direction: column;
  }

  .foot1 .foot-link .a2 {
    margin-bottom: 38px;
    display: flex;
    flex-wrap: wrap;
  }

  .foot1 .foot-link .a2 .icon {
    width: 10px;
    margin-right: 6px;
  }

  .foot2 {
    padding: 0 0 22px;
  }

  .foot2 .info {
    gap: 10px;
    margin-bottom: 18px;
    display: flex;
    flex-direction: column;
  }

  .foot2 .shares {
    gap: 20px;
  }

  .foot2 .shares .share img {
    height: 16px;
  }

  .foot3 {
    padding: 5px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
  }

  .foot3 .you {
    gap: 17px;
    margin-top: 14px;
  }

  /* -----------------------------------------首页-------------------------------------- */
  .home1 .t1 {
    left: 5%;
    top: 84px;
  }

  .home1 .t2 {
    width: 90%;
    right: 5%;
    bottom: 10%;
  }

  .threads-container {
    width: 100%;
    height: 100%;
  }

  .threads-container canvas {
    width: 100%;
    height: 100%;
  }

  .jbtxt-1 {
    background-size: 200%;
  }

  .jbtxt-2 {
    background: linear-gradient(120deg, #fff 14.61%, #4c4c4c 118.51%);
    background-size: 200%;
    background-position: 0% 50%;
  }


  .home2 .item {
    height: 285px;
  }

  .home2 .item .intr {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    height: 100%;
  }

  .home2 .item .intr .t1 {
    width: 230px;
  }

  .home2 .item .intr .t2 {
    width: 208px;
    margin-top: 20px;
  }

  .home2 .item .bg {
    width: 100%;
    height: 100%;
  }

  .home3 {
    padding: 50px 28px;
    font-size: 46px;
    text-align: center;
    flex-direction: column;
  }

  /* Home4 主容器 */
  #home4-section {
    display: flex;
  }

  /* 渐变黑幕：从下往上浮动，遮罩边缘带羽化效果 */
  .home4-curtain {
    width: 100%;
    top: 100%;
    background: linear-gradient(to bottom, rgba(8, 8, 8, 0) 0%, var(--home4-bg-black) 40%, var(--home4-bg-black) 100%);
  }

  /* 粒子球容器 */
  .home4-sphere-wrap {
    width: 300px;
    height: 300px;
    display: flex;
  }

  #home4-canvas {
    width: 100% !important;
    height: 100% !important;
  }

  /* 文字内容区 */
  .home4-content {
    width: 100%;
    height: 100%;
  }

  .home4-text-left {
    left: 38%;
    transform: translateY(-50%) translateX(-30px);
  }

  .home4-text-right {
    right: 12%;
    transform: translateY(-50%) translateX(30px);
  }

  .home4-title:nth-child(2) {
    margin: 90px 0 0 60px;
  }

  .home4-counter {
    font-size: 34px;
  }

  .home4-text-right .home4-desc {
    letter-spacing: 1px;
    margin-left: 9px;
  }

  /* 弹幕层 */
  .home4-danmu-container {
    width: 100%;
    height: 100%;
  }

  .home4-danmu-item {
    top: -50px;
    left: -50px;
    border-radius: 50px;
    border: 0.5px solid #fffcfc;
    box-shadow: 0 2px 4px 0 rgba(255, 255, 255, 0.47) inset, 0 4px 4px 0 rgba(0, 0, 0, 0.13);
    padding: 11px 14px;
  }

  .home4-danmu-item:nth-child(n+10){
    display: none;
  }

  .home4-danmu-item img {
    height: 10px;
  }

  /* 下一屏预留 */
  .home5 {
    width: 100%;
    display: flex;
    flex-direction: column;
  }

  .home5 .title {
    padding: 38px 5% 38px;
  }

  .home5 .t1 {}

  .home5 .t2 {
    font-size: 12px;
    line-height: 1.4;
    margin-top: 8px;
    width: 100%;
  }

  .home5 .t8 {
    width: 100%;
    position: static;
    font-size: 10px;
    padding: 10px;
  }

  .home5 .list {
    flex: 1;
  }

  .home5 .list .item .box {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    width: 137px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  }

  .home5 .list .item:nth-of-type(1) {
    left: 2% !important;
  }

  .home5 .list .item:nth-of-type(2) {
    left: 5% !important;
    top: 50% !important;
  }

  .home5 .list .item:nth-of-type(3) {
    left: 40% !important;
    top: 72% !important;
  }

  .home5 .list .item:nth-of-type(4) {
    left: 50% !important;
    top: 7% !important;
  }

  .home5 .list .item .t3 {
    font-size: 14px;
  }

  .home5 .list .item2 {
    left: 54%;
    top: 42%;
    width: 87px;
    height: 87px;
    display: flex;
    flex-wrap: wrap;
    border-radius: 100%;
    border: 1px dashed #fff;
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
  }

  @keyframes huxi {
    0% {
      box-shadow: 0 4px 5px 0 #fff;
    }

    100% {
      box-shadow: 0 4px 26px 0 #fff;
    }
  }

  .home6 .sec-title .s1 {
    letter-spacing: 1px;
    right: 5%;
    top: 18px;
    display: flex;
  }

  .home6 .sec-title .s1::before {
    width: 22px;
    height: 1px;
    margin-right: 15px;
  }

  .home6 .sec-title .s2 {
    font-size: 32px;
    right: 7%;
    top: 19px;
  }

  .home6 .home6-cursor {
    width: 54px;
    height: 54px;
    border: 1px solid #fff;
    border-radius: 100%;
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    display: flex;
    flex-wrap: wrap;
  }

  .home6 .item {
    flex-direction: column;
  }

  .home6 .item .zuo {
    padding: 44px 5% 10px;
  }

  .home6 .item .zuo .title .t1 {
    font-size: 72px;
  }

  .home6 .item .zuo .title .t2 {
    margin-top: 15px;
    gap: 15px;
  }

  .home6 .item .zuo .title .line {
    width: 2px;
    height: 34px;
  }

  .home6 .item .zuo .title .t4 {
    line-height: 120%;
    letter-spacing: 1px;
  }

  .home6 .item .zuo .bg {
    border-radius: 10px;
    margin-top: 80px;
    width: 262px;
    height: 160px;
  }

  .home6 .item .zhuangshi-txt-1 {
    width: 100%;
    font-size: 95px;
    bottom: 33%;
    margin-left: 10px;
    block-size: 100% auto;
  }

  .home6 .item .product-mode {
    right: 0;
    width: 100%;
    height: 100%;
    position: relative;
  }

  .home6 .item .product-mode .point-label .label-card {
    font-size: 15px;
    transform: translateX(50%);
  }

  .home6 .item .product-mode .point-label.left-aligned .label-card {
    transform: translateX(-50%);
  }

  .home6 .item .product-mode .loading-placeholder {
    height: 100%;
  }

  
.home6 .labels .li .point {
  width: 18px;
  height: 18px;
  border-radius: 100%;
  border: 1px solid #FFF;
}

.home6 .labels .li .point span {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 9px;
  height: 9px;
  border-radius: 100%;
  border: 1px solid #FFF;
}

  .home6 .item:nth-of-type(2n) {
    display: flex;
    justify-content: flex-end;
  }

  .home6 .item:nth-of-type(2n) .product-mode {
    right: 80px;
  }

  .home7-box .pin {
    width: 100%;
  }

  .home7 {
    height: 100%;
    padding: 0 0 0 5%;
    display: flex;
    flex-direction: column;
  }

  .home7 .sec1 {
    align-items: flex-end;
    padding: 0 5% 0 0;
  }

  .home7 .sec1 .title {
    gap: 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
  }

  .home7 .sec1 .title .t1 {
    font-size: 42px;
  }

  .home7 .sec1 .title .line {
    width: 2px;
    height: 45px;
  }

  .home7 .sec1 .you {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 3px;
    width: 100%;
    margin-top: 20px;
  }

  .home7 .sec1 .sbtn-group {
    gap: 15px;
  }

  .home7 .sec1 .swiper-pagination {
    width: 100%;
    height: 3px;
  }

  .home7 .swiper {
    margin-top: 63px;
    width: 100%;
  }

  .home7 .swiper-slide {
    width: 228px;
    padding: 19px 18px 21px 28px;
    border-radius: 15px;
  }

  .home7 .swiper-slide .pic {
    width: 152px;
    margin-bottom: 7px;
  }

  .home7 .swiper-slide .intr2 {
    width: 100%;
    height: 100%;
    padding: 40px 15px;
  }

  .sbtn1 {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    border: 1px dashed #fff;
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    display: flex;
  }

  .sbtn1 .icon {
    width: 7px;
  }

  .home8 {
    width: 100%;
  }

  .home8 .intr {
    right: 38px;
    width: 77%;
    top: 50%;
    transform: translateY(-50%);
  }
  .home8 .intr .t1{
    color: #fff;
  }

  .home8 .intr .C-btn {
    margin-top: 38px;
  }

  .home8 .mask {
    left: -60%;
    width: 200%;
    height: 100%;
    background: linear-gradient(to left, #fff 70%, rgba(255, 255, 255, 0.2) 80%, transparent 100%);
  }

  .home9 {
    padding: 65px 0 74px;
  }

  .home9 .list {
    flex-direction: column;
    gap: 30px;
  }

  .home9 .list .item {
    display: flex;
    flex-wrap: wrap;
  }

  .home9 .list .item .icon {
    width: 20px;
    margin: 3px 12px 0 0;
  }

  .home9 .list .item .txt {
    flex: 1;
  }
}