@media screen and (max-width:768px) {
  header .menu {
    position: fixed;
    left: -100%;
    top: 0;
    width: 80%;
    height: 100vh;
    background: #111;
    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: #fff;
  }

  header.open .menu {
    left: 0;
    opacity: 1;
  }

  header .menu::before {
    content: '';
    width: 20vw;
    display: block;
    height: 100vh;
    background: rgba(0, 0, 0, 0.4);
    position: fixed;
    left: -20vw;
    top: 0;
    z-index: 50;
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    -moz-transition: all ease .3s;
    transition: all ease .3s;
  }

  header.open .menu::before {
    left: 80%;
  }

  header .link {
    width: 100%;
    margin-left: 0;
  }

  header .link>a {
    display: block;
    border-bottom: 1px solid #1f1e1e;
    line-height: 50px;
  }

  header .link a {
    padding: 0 20px;
  }

  header .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);
  }

  header .link:hover::after,
  header .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);
  }

  header .down {
    min-width: 80px;
    overflow: hidden;
    padding: 0;
  }

  header .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;
  }

  header .link .down::before {
    width: 100%;
    height: 40px;
    bottom: 100%;
  }

  header .link .down a {
    padding: 10px 30px;
    text-align: left;
    font-size: 14px;
    color: #666;
  }

  header .link .down a:not(:last-child) {
    border-bottom: none;
  }

  header .link .down-jt {
    width: 50px;
    height: 50px;
    position: absolute;
    right: 0;
    top: 0;
    background: url('/img/icon-jia.svg') no-repeat center/15px;
  }


  header .link.on .down-jt {
    background: url('/img/icon-jian.svg') no-repeat center/15px;
  }













  :root {
    --head: 55px;
  }

  svg {
    width: 100%;
    height: 100%;
  }

  .C-wrap {
    width: 90%;
  }

  .C-btn1 {
    display: inline-flex;
    flex-wrap: wrap;
    padding: 10px 35px;
    border-radius: 8px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.14), 0 3px 5px 0 rgba(255, 255, 255, 0.33) inset;
  }

  .C-btn1 .icon {
    width: 19px;
    margin-left: 12px;
  }

  .C-btn1:hover {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.14), 0 3px 5px 0 rgba(255, 255, 255, 0.33) inset;
  }

  .C-btn2 {
    display: inline-flex;
    flex-wrap: wrap;
    width: 188px;
    padding: 10px 12px;
    border-radius: 8px;
    border: 1px solid #000;
  }

  .C-btn2:hover {
    border: 1px solid var(--color);
  }

  .C-btn3 {
    display: inline-flex;
    flex-wrap: wrap;
    width: 188px;
    padding: 10px 12px;
    border-radius: 8px;
  }

  /* -----------------------------------------head,foot-------------------------------------- */
  .head1 {
    width: 100%;
    padding: 0 5%;
  }

  .isback .head1 {
    transform: translateY(-100%);
  }

  .scroll .head1 {
    background: rgba(0, 0, 0, 0.4);
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }

  .head1 .logo {
    width: 98px;
  }

  .head1 .menu {
    gap: 19px;
    height: 100%;
  }

  .head1 .link {
    height: auto;
  }

  .head1 .link>a {
    height: auto;
    display: flex;
  }

  .started {
    margin-left: 20px;
    padding: 7px 12px;
    border-radius: 8px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.14), 0 3px 5px 0 rgba(255, 255, 255, 0.33) inset;
  }

  footer {
    padding: 50px 5% 0;
  }

  .foot-guang {
    left: -30%;
    top: -80px;
    width: 200vw;
  }

  @keyframes footguang {
    0% {
      transform: scale(0.5) translateX(-20%);
    }

    40% {
      transform: scale(1) translateX(-20%);
    }

    80% {
      transform: scale(0.5) translateX(20%);
    }

    100% {
      transform: scale(1) translateX(20%);
    }
  }

  .foot1 .zuo .logo {
    width: 62px;
  }

  .foot1 .foot-link {
    gap: 60px;
    display: none;
  }

  .foot1 .foot-link ul {
    width: auto;
  }

  .foot1 .a1 {
    margin-bottom: 10px;
  }

  .foot1 .a2 {
    margin-bottom: 6px;
  }

  .foot2 {
    margin-top: 45px;
    align-items: flex-end;
  }

  .foot2 .zuo {
    width: 70%;
    margin-bottom: 20px;
  }

  .foot2 .shares .list {
    margin-top: 15px;
    gap: 6px;
  }

  .foot2 .shares .list .item {
    width: 32px;
  }

  .foot4 {
    padding: 21px 0;
  }

  .foot4 .you {
    gap: 12px;
  }

  .dot-grid__wrap {
    width: 100%;
    height: 100%;
  }

  /* -----------------------------------------首页-------------------------------------- */
  .home1 {
    width: 100%;
  }

  .home1 .intr {
    width: 90%;
  }

  .home1 .t2 {
    margin: 16px 0 7px;
  }

  .home1 .sec2 {
    width: 100%;
    padding: 0 15%;
  }

  .home1 .sec2 .pic {
    width: 100%;
  }

  .home1 .sec2 .num-item:nth-child(1) {
    left: 0;
    top: 41px;
  }

  .home1 .sec2 .num-item:nth-child(2) {
    left: 0;
    bottom: 10px;
  }

  .home1 .sec2 .num-item:nth-child(3) {
    left: 187px;
    bottom: 10px;
  }

  .home1 .sec2 .num-item:nth-child(4) {
    right: 0;
    top: 41px;
  }

  .home1 .C-btn1 {
    margin: 37px 0 0;
  }

  .home1 .bg1 {
    left: -10%;
    bottom: 10%;
    width: 200vw;
  }

  .home1 .bg2 {
    left: 70px;
    top: 72px;
    width: 115px;
  }

  .home1 .bg3 {
    right: 104px;
    bottom: 82px;
    width: 115px;
  }

  .home1 .bg4 {
    width: 302px;
  }

  .home1 .bg5 {
    left: 130px;
    top: 184px;
    width: 8px;
    height: 40px;
  }

  .home1 .bg6 {
    right: 140px;
    bottom: 130px;
    width: 8px;
    height: 56px;
  }

  @keyframes piaofu {
    0% {
      transform: translateY(-5px) scaleY(1.00) blur(0px);
    }

    40% {
      transform: translateY(10px) scaleY(1.07);
    }

    100% {
      transform: translateY(20px) scaleY(1.12);
    }
  }

  .font-onsite .onsite:nth-child(2) {
    width: 100%;
    height: 100%;
  }

  .font-onsite2 .onsite:nth-child(2) {
    width: 100%;
    height: 100%;
  }

  .home2 {
    height: auto;
  }

  .home2 .pin {
    position: static;
    height: auto;
    width: 100%;
    background: radial-gradient(288.77% 143.3% at 113.36% 136.94%, #B5FF38 0%, #FFF 100%);
  }

  .home2 .type-box {
    padding: 20px 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }

  .home2 .type-box .t2 {
    margin: 6px 0 0;
    width: 100%;
  }

  .home2 .sec2 {
    margin: 37px 0 19px;
  }

  .home2 .sec2 .tab-item {
    display: block;
    margin-bottom: 60px;
  }

  .home2 .sec2 .tab-item.on {
    display: flex;
  }

  .home2 .sec2 .zuo {
    flex: 1;
    padding: 0 5% 0 10%;
  }

  .home2 .sec2 .zuo .intr .pic {
    right: 100%;
    top: -5px;
    margin-right: 8px;
    width: 21px;
    height: 21px;
    display: flex;
    flex-wrap: wrap;
    border-radius: 100%;
  }

  .home2 .sec2 .zuo .intr .pic img {
    width: 10px;
  }

  .home2 .sec2 .zuo .t4 {
    margin: 10px 0 17px;
  }

  .home2 .sec2 .zuo .ul {
    margin-top: 15px;
  }

  .home2 .sec2 .zuo .ul .li {
    margin-bottom: 15px;
  }

  .home2 .sec2 .zuo .ul .li .icon {
    right: 100%;
    top: -1px;
    width: 13px;
    margin-right: 6px;
  }

  .home2 .sec2 .zuo .ul .t7 {
    margin-top: 6px;
  }

  .home2 .sec2 .you {
    width: 100%;
  }

  .home2 .sec3 {
    padding: 0 135px;
    display: none;
  }

  .home2 .sec3 .line {
    top: 10px;
    width: 100%;
    height: 1px;
    --i: 0%
  }

  .home2 .sec3 .line::before {
    height: 100%;
  }

  .home2 .sec3 .list .item {
    width: 16%;
  }

  .home2 .sec3 .list .item .icon {
    width: 21px;
    height: 21px;
    margin: 0 auto 4px;
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #000;
    border-radius: 100%;
  }

  .home2 .sec3 .list .item .icon img {
    width: 10px;
  }

  .home2 .sec3 .list .item .icon img:nth-child(2) {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .proscenium .pin {
    width: 100%;
  }

  .home3 {
    width: 100%;
    height: 100%;
  }

  .home3 .pic {
    width: 100%;
  }

  .home3 .t1 {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 225px;
  }

  .home4-bg {
    width: 240vmax;
    height: 240vmax;
    left: 50%;
    top: 100%;
    transform: translate(-50%, -50%) scale(0);
    border-radius: 100%;
  }

  .home4 {
    width: 100%;
    height: 100%;
  }

  .home4 .type-box {
    right: 52px;
    top: 10%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }

  .home4 .type-box .t2 {
    margin: 6px 0;
    width: 100%;
  }

  .ripple-grid-container {
    width: 100%;
    height: 100%;
  }

  .ripple-grid-container canvas {
    width: 100%;
    height: 100%;
  }

  .home4 .t4 {
    width: 100%;
    left: 50%;
    top: 60%;
    transform: translate(-50%, -50%);
  }

  .home4 .bg1 {
    width: 100%;
  }

  .home5 {
    padding: 74px 5% 60px;
  }

  .C-title .k2 {
    width: 100%;
    margin: 12px auto 0;
  }

  .home5 .list {
    margin-top: 28px;
    gap: 13px 0;
  }

  .home5 .item {
    width: 100%;
    padding: 23px 24px 26px;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
  }

  .home5 .item.theme2 {
    width: 100%;
  }

  .home5 .item .pic {
    width: 80%;
    margin: 17px auto 0;
  }

  .home5 .item .t2 {
    margin-top: 4px;
  }

  .home5 .C-btn2 {
    margin-top: 28px;
  }

  .home5 .sec2 {
    width: 100%;
    margin: 23px 0 0;
  }

  .home5 .sxlb {
    width: 80px;
    display: flex;
    flex-direction: column;
    height: 98%;
    align-items: flex-end;
  }

  .home5 .sxlb:nth-child(2) {
    align-items: flex-start;
  }

  .home5 .sxlb span {
    font-size: 8px;
    padding: 3px 7px;
    margin-bottom: 8px;
    border-radius: 50px;
    border: 1px solid rgba(255, 255, 255, 0.06);
  }

  .home6 .btn-group1 {
    margin: 23px 0;
  }

  .btn-group1 {
    gap: 5px;
  }

  .sbtn1 {
    width: 21px;
  }

  .home6 .swiper-father {
    padding: 0 5%;
  }

  .home6 .swiper-slide {
    width: 285px;
    padding: 16px;
    border-radius: 6px;
    border: 1px solid #CBCBCB;
  }

  .home6 .swiper-slide .user .bg {
    width: 30px;
    height: 30px;
    margin-right: 5px;
    border-radius: 100%;
  }

  .home6 .swiper-slide .user .text {
    flex: 1;
  }

  .home6 .swiper-slide .t4 {
    margin-top: 12px;
  }

  .home7 {
    padding: 60px 0 78px;
  }

  @keyframes textgd {
    0% {
      transform: translate(0%, 0) scale3d(1, 1, 1);
    }

    100% {
      transform: translate(-50%, 0) scale3d(1, 1, 1);
    }
  }

  .home7 .k1 .guang {
    top: -125px;
    width: 397px;
    height: 397px;
    transform: translateX(calc(var(--mouse-x) * 1px));
  }

  .home7 .t2 {
    margin: 43px 0 23px;
  }

  .home7 form {
    width: 90%;
  }

  .home7 .type-input {
    width: 100%;
    margin-bottom: 20px;
  }

  .home7 .type-input input {
    padding: 0 10px;
    height: 35px;
    border-radius: 4px;
    border: 1px solid #000;
  }

  .home7 .type-input input:focus {
    box-shadow: 0 0 5px 0 #B5FF38;
  }

  .home7 .type-textarea {
    width: 100%;
    margin-top: 0;
  }

  .home7 .type-textarea textarea {
    padding: 8px 10px;
    height: 120px;
    border-radius: 4px;
    border: 1px solid #000;
  }

  .home7 .type-textarea textarea:focus {
    box-shadow: 0 0 5px 0 #B5FF38;
  }

  .home7 .C-btn3 {
    margin-top: 16px;
  }

  .at1 {
    width: 100%;
    height: 90vh;
  }

  .at1 .t1 {
    left: 50px;
    top: 193px;
  }

  .at1 .num-item {
    border-radius: 8px;
    border: 1px solid rgba(0, 255, 136, 0.20);
    backdrop-filter: blur(1px);
    padding: 8px 10px;
  }

  .at1 .num-item:nth-child(1) {
    left: 34px;
    top: 303px;
  }

  .at1 .num-item:nth-child(2) {
    left: 238px;
    top: 255px;
  }

  .at1 .num-item:nth-child(3) {
    left: 240px;
    top: 399px;
  }

  .at1 .bg1 {
    left: 302px;
    top: 74px;
    width: 115px;
  }

  .at1 .bg2 {
    top: 87px;
    width: 130px;
  }

  .at1 .bg3 {
    left: 62px;
    bottom: 34px;
    width: 115px;
  }

  .at1 .bg4 {
    right: 343px;
    width: 115px;
  }

  .at1 .bg5 {
    right: 100px;
    top: 67px;
    width: 67%;
  }

  .at1 .bg5 video {}

  .at1 .bg6 {
    left: -5%;
    bottom: 14%;
    width: 220vw;
  }

  .at1 .xfpic.point {
    width: 8px;
  }

  .at1 .bg7 {
    left: 350px;
    top: 135px;
    height: 40px;
  }

  .at1 .bg8 {
    right: 70px;
    top: 122px;
    height: 39px;
  }

  .at1 .bg9 {
    left: 137px;
    bottom: 74px;
    height: 56px;
  }

  .at1 .bg10 {
    right: 403px;
    bottom: 54px;
    height: 48px;
  }

  @keyframes atbg6 {
    20% {
      transform: translate(-30%, 50px) rotate(3deg);
    }

    40% {
      transform: translate(-40%, 40px) scale(1.7);
    }

    60% {
      transform: translate(20%, -90px) rotate(-8deg);
    }

    80% {
      transform: translate(-10%, 40px) scale(1.4);
    }

    100% {
      transform: translate(0%, 90px);
    }
  }

  .at8 {
    padding: 20px 0 0;
  }

  .at8 .title {
    padding-left: 55px;
  }

  .at8 .main {
    padding: 34px 5% 8px;
    align-items: flex-end;
  }

  .at8 .zuo {
    width: 100%;
    border-radius: 10px;
    padding: 17px 17px 25px;
  }

  .at8 .zuo .dt {
    margin-bottom: 16px;
  }

  .at8 .zuo .dt .icon {
    width: 12px;
    margin-right: 6px;
  }

  .at8 .zuo .dt p {
    flex: 1;
  }

  .at8 .zuo .dd:nth-last-child(n+2) {
    margin-bottom: 20px;
  }

  .at8 .zuo .dd-list {
    gap: 8px;
    margin: 4px 0;
  }

  .at8 .zuo .dd-list .t6 {
    margin-top: 2px;
    padding: 3px;
    border-radius: 4px;
  }

  .at8 .zuo .dd .t7 {
    display: flex;
    flex-wrap: wrap;
  }

  .at8 .zuo .dd .t7 .icon {
    width: 8px;
    margin-right: 4px;
  }

  .at8 .zuo .dd .t7 p {
    flex: 1;
  }

  .at8 .you {
    width: 100%;
    padding-bottom: 20px;
  }

  .at9 .main {
    padding: 60px 5% 60px;
    gap: 25px;
  }

  .at9 .item {
    width: 75%;
    border-radius: 10px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    padding: 32px 32px 30px;
  }

  .at9 .item .icon {
    width: 149px;
  }

  .at9 .item .intr {
    max-width: 100%;
  }

  .at9 .item .t1 {
    margin: 6px 0 12px;
  }

  /* -----------------------------------------at4版块-------------------------------------- */
  .at-section {
    padding: 48px 0 82px;
  }

  .at4 {
    width: 100%;
  }

  .at-section-title {
    margin-bottom: 54px;
  }

  .at4-container {
    width: 100%;
    padding: 0 12px;
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
  }

  .at4-left-cards {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }

  .at4-right-cards {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }

  .at4-left-cards>div,
  .at4-right-cards>div {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .at4-card {
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    backdrop-filter: blur(2px);
    padding: 17px;
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .at4-card-header {
    display: flex;
    flex-direction: row;
    gap: 6px;
    width: 100%;
  }

  .at4-card-icon {
    width: 12px;
    height: 12px;
    flex-shrink: 0;
  }

  .at4-card-icon img {
    width: 100%;
    height: 100%;
  }

  .at4-card-desc {
    width: 100%;
  }

  .at4-card-features {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding-top: 4px;
    width: 100%;
  }

  .at4-feature-item {
    display: flex;
    flex-direction: row;
    gap: 6px;
  }

  .at4-feature-icon {
    width: 12px;
    height: 12px;
    flex-shrink: 0;
  }

  .at4-feature-icon img {
    width: 100%;
    height: 100%;
  }

  .at4-card-buttons {
    display: flex;
    flex-direction: column;
    gap: 6px;
    width: 100%;
  }

  .at4-button-item {
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    padding: 6px 9px;
  }

  .at4-button-icon-wrap {
    display: flex;
    flex-direction: row;
    gap: 6px;
    height: 100%;
  }

  .at4-button-icon {
    width: 12px;
    height: 12px;
    flex-shrink: 0;
  }

  .at4-button-icon img {
    width: 100%;
    height: 100%;
  }

  .at4-button-desc {
    margin: 4px 0 0 15px;
  }

  .at4-card-3 {
    width: 100%;
    background: linear-gradient(157deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.1) 100%);
    border: 1px solid rgba(255, 255, 255, 0.15);
    padding: 17px;
  }

  .at4-card-stats {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 4px;
  }

  .at4-registry-overlay {
    width: 100%;
    border-radius: 8px;
    display: flex;
    padding: 0 0 5px;
    flex-direction: column;
    justify-content: flex-start;
  }

  .at4-registry-list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 22px;
    margin: 10px 10px 0;
  }

  .at4-registry-item {
    display: flex;
    flex-direction: column;
    gap: 2px;
    width: 100%;
  }

  .at4-registry-icon {
    width: 12px;
    height: 10px;
    margin-bottom: 2px;
  }

  .at4-registry-icon img {
    width: 100%;
    height: 100%;
  }

  .at4-registry-box {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 10px 5px;
    border: 1px solid #B4FF37;
    border-radius: 4px;
    height: auto;
    text-align: center;
  }

  .at4-registry-item:not(:first-child) .at4-registry-box {
    align-items: center;
  }

  .at4-registry-name {
    margin-bottom: 2px;
  }

  .at4-registry-lines {
    width: 100%;
    display: flex;
  }

  @keyframes at4-registry {
    0% {
      transform: translate(0, 0);
    }

    15% {
      transform: translate(0, -50%);
    }
  }

  .at4-line-1 {
    width: 15px;
  }

  .at4-registry-footer {
    width: 100%;
    height: 14px;
    margin: 5px 0 12px;
  }

  .at4-card-4 {
    background: linear-gradient(146deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.1) 100%);
    border: 1px solid rgba(255, 255, 255, 0.15);
    padding: 17px;
    gap: 11px;
  }

  .at4-knowledge-list {
    display: flex;
    flex-direction: column;
    gap: 7px;
    width: 100%;
  }

  .at4-knowledge-item {
    display: flex;
    flex-direction: row;
    gap: 8px;
    width: 100%;
    border-radius: 8px;
    padding: 8px 8px 8px 10px;
    gap: 8px;
  }

  .at4-knowledge-item:hover {
    padding: 8px 8px 8px 11px;
    border-left: 2px solid #B4FF37;
  }

  .at4-knowledge-item-3 {
    padding: 9px 8px 8px 10px;
  }

  .at4-knowledge-bg {
    width: 25px;
    height: 25px;
    flex-shrink: 0;
  }

  .at4-knowledge-item-2 .at4-knowledge-bg,
  .at4-knowledge-item-3 .at4-knowledge-bg {
    width: 24px;
    height: 24px;
  }

  .at4-knowledge-bg img {
    width: 100%;
    height: 100%;
  }

  .at4-knowledge-content {
    display: flex;
    flex-direction: column;
    flex: 1;
  }

  .at4-knowledge-title {
    margin-bottom: 2px;
  }

  .at4-card-tech {
    width: 90%;
    margin-top: 32px;
    background: linear-gradient(177deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.1) 100%);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 9px 17px 17px;
    gap: 16px;
  }

  .at4-tech-list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 12px;
    width: 100%;
  }

  .at4-tech-item {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 13px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    gap: 8px;
  }

  .at4-tech-icon {
    width: 24px;
    height: 32px;
    display: flex;
    flex-direction: column;
    padding-bottom: 8px;
  }

  .at4-tech-icon img {
    width: 100%;
    height: 100%;
  }

  .atsection-next {
    right: 57px;
    bottom: 35px;
    width: 61px;
    height: 32px;
    display: flex;
    flex-direction: row;
    gap: 4px;
  }

  .atsection-next .text {
    width: 48px;
  }

  .atsection-next svg {
    width: 10px;
  }

  /* -----------------------------------------at5版块-------------------------------------- */
  .at5 {
    width: 100%;
  }

  .at5-container {
    width: 90%;
    padding: 0 12px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 24px;
    margin-top: 32px;
  }

  .at5-left-cards,
  .at5-right-cards {
    display: flex;
    flex-direction: column;
    gap: 20px;
    flex: none;
    width: 100%;
  }

  .at5-card {
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    backdrop-filter: blur(2px);
    padding: 17px;
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .at5-card-1 {
    background: linear-gradient(161deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.1) 100%);
  }

  .at5-card-2 {
    background: linear-gradient(134deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.1) 100%);
  }

  .at5-card-3 {
    background: linear-gradient(156deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.1) 100%);
  }

  .at5-card-4 {
    background: linear-gradient(146deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.1) 100%);
    border: 1px solid rgba(255, 255, 255, 0.15);
    gap: 11px;
  }

  .at5-card-header {
    display: flex;
    flex-direction: row;
    gap: 6px;
  }

  .at5-card-icon {
    width: 12px;
    height: 12px;
    flex-shrink: 0;
  }

  .at5-card-icon img {
    width: 100%;
    height: 100%;
  }

  .at5-card-content {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
    margin-top: 12px;
  }

  .at5-steps-row {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 4px;
    width: 100%;
  }

  .at5-step-item {
    border: 1px solid rgba(180, 255, 55, 0.3);
    border-radius: 8px;
    padding: 7px;
    flex: 1;
    display: flex;
  }

  .at5-workflow-box {
    border: 2px dashed rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    padding: 17px;
    display: flex;
    flex-direction: column;
    gap: 2px;
  }

  .at5-buttons-row {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 3px;
    width: 100%;
  }

  .at5-btn {
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    padding: 5px 4px;
    display: flex;
  }

  .at5-btn-active {
    width: 105px;
    flex: 1;
  }

  .at5-btn:nth-child(3) {
    width: 102px;
    flex: 1;
  }

  .at5-btn:nth-child(4) {
    width: 102px;
    flex: 1;
  }

  .at5-btn:nth-child(5) {
    width: 102px;
    flex: 1;
  }

  .at5-yesno {
    display: flex;
    flex-direction: row;
    gap: 9px;
  }

  .at5-suites-list {
    display: flex;
    flex-direction: column;
    gap: 6px;
    width: 100%;
  }

  .at5-suite-item {
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    padding: 9px;
    display: flex;
    flex-direction: column;
    gap: 4px;
  }

  .at5-suite-header {
    display: flex;
    flex-direction: row;
    width: 100%;
  }

  .at5-suite-content {
    flex-direction: column;
    width: 100%;
    margin-top: 4px;
  }

  .at5-suite-feature {
    border-left: 2px solid #B4FF37;
    border-radius: 4px;
    padding: 6px 6px 6px 7px;
    margin-bottom: 4px;
  }

  .at5-monitoring-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
  }

  .at5-monitoring-item {
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    padding: 7px 8px;
  }

  .at5-monitoring-header {
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 6px;
  }

  .at5-monitoring-icon {
    width: 12px;
    height: 12px;
    flex-shrink: 0;
  }

  .at5-monitoring-icon img {
    width: 100%;
    height: 100%;
  }

  .at5-monitoring-desc {
    margin: 4px 0 0 17px;
  }

  .at5-permission-list {
    display: flex;
    flex-direction: column;
    gap: 7px;
    width: 100%;
  }

  .at5-permission-item {
    display: flex;
    flex-direction: row;
    gap: 8px;
    width: 100%;
    border-radius: 8px;
    padding: 8px 8px 8px 10px;
    gap: 8px;
  }

  .at5-permission-item:hover {
    padding: 8px 8px 8px 11px;
    border-left: 2px solid #B4FF37;
  }

  .at5-permission-item-3,
  .at5-permission-item-4 {
    padding: 9px 8px 8px 10px;
  }

  .at5-permission-bg {
    width: 25px;
    height: 25px;
    flex-shrink: 0;
  }

  .at5-permission-item-2 .at5-permission-bg,
  .at5-permission-item-3 .at5-permission-bg,
  .at5-permission-item-4 .at5-permission-bg {
    width: 24px;
    height: 24px;
  }

  .at5-permission-bg img {
    width: 100%;
    height: 100%;
  }

  .at5-permission-content {
    display: flex;
    flex-direction: column;
    flex: 1;
  }

  .at5-permission-title {
    margin-bottom: 2px;
  }

  .at5-card-tech {
    width: 90%;
    margin-top: 32px;
    background: linear-gradient(177deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.1) 100%);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 9px 17px 17px;
    gap: 16px;
  }

  .at5-tech-list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 12px;
    width: 100%;
  }

  .at5-tech-item {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 13px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    gap: 8px;
  }

  .at5-tech-icon {
    width: 24px;
    height: 32px;
    display: flex;
    flex-direction: column;
    padding-bottom: 8px;
  }

  .at5-tech-icon img {
    width: 100%;
    height: 100%;
  }

  /* -----------------------------------------at6版块-------------------------------------- */
  .at6 {
    width: 100%;
  }

  .at6-container {
    width: 100%;
    padding: 0 12px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 24px;
    margin-top: 32px;
  }

  .at6-left-cards,
  .at6-right-cards {
    display: flex;
    flex-direction: column;
    gap: 20px;
    flex: 1;
  }

  .at6-card {
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    backdrop-filter: blur(2px);
    padding: 17px;
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .at6-card-1 {
    background: linear-gradient(127deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.1) 100%);
  }

  .at6-card-2 {
    gap: 8px;
    padding-top: 4px;
  }

  .at6-card-3 {
    background: linear-gradient(144deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.1) 100%);
  }

  .at6-card-header {
    display: flex;
    flex-direction: row;
    gap: 6px;
  }

  .at6-card-icon {
    width: 12px;
    height: 12px;
    flex-shrink: 0;
  }

  .at6-card-icon img {
    width: 100%;
    height: 100%;
  }

  .at6-timeline {
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  .at6-timeline-item {
    display: flex;
    flex-direction: row;
    gap: 8px;
    width: 100%;
    align-items: flex-start;
  }

  .at6-timeline-icon {
    width: 20px;
    height: 44px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
  }

  .at6-timeline-icon img {
    width: 100%;
    height: 100%;
  }

  .at6-timeline-number {
    display: flex;
    flex-direction: column;
    width: 20px;
    flex-shrink: 0;
  }

  .at6-number-bg {
    width: 20px;
    height: 20px;
    border-radius: 9999px;
    display: flex;
  }

  .at6-number-divider {
    width: 1px;
    height: 24px;
  }

  .at6-timeline-content {
    display: flex;
    flex-direction: column;
    padding-top: 4px;
    flex: 1;
  }

  .at6-progress-box {
    border-radius: 8px;
    padding: 8px;
    display: flex;
    flex-direction: column;
    gap: 4px;
  }

  .at6-progress-header {
    display: flex;
    flex-direction: row;
    gap: 35px;
  }

  .at6-progress-bar {
    width: 100%;
    height: 4px;
    border-radius: 9999px;
  }

  .at6-progress-fill {
    width: 8%;
    height: 100%;
    background: linear-gradient(90deg, rgba(180, 255, 55, 1) 0%, rgba(0, 217, 255, 1) 100%);
    border-radius: 9999px;
  }

  .at6-compliance-list {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding-top: 4px;
    width: 100%;
  }

  .at6-compliance-item {
    display: flex;
    flex-direction: row;
    gap: 6px;
  }

  .at6-compliance-icon {
    width: 12px;
    height: 12px;
    flex-shrink: 0;
  }

  .at6-compliance-icon img {
    width: 100%;
    height: 100%;
  }

  .at6-format-container {
    width: 100%;
    height: 292px;
  }

  .at6-format-gradient {
    left: 1px;
    top: 1px;
    width: 100%;
    height: 291px;
    background: linear-gradient(152deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 100%);
    border-radius: 8px;
  }

  .at6-format-tags {
    display: flex;
    flex-direction: column;
  }

  .at6-format-tag {
    border: 2px solid #4DD0E1;
    border-radius: 4px;
    padding: 5px 7px;
    display: flex;
    flex-direction: column;
  }

  .at6-tag-check {
    right: -1px;
    top: -1px;
    width: 12px;
    height: 12px;
  }

  .at6-format-tag:nth-child(1) {
    left: 53px;
    top: 83px;
    width: 55px;
    height: 28px;
  }

  .at6-format-tag:nth-child(2) {
    left: 122px;
    top: 96px;
    width: 59px;
    height: 28px;
  }

  .at6-format-tag:nth-child(3) {
    left: 180px;
    top: 88px;
    width: 65px;
    height: 28px;
  }

  .at6-format-tag:nth-child(4) {
    left: 28px;
    top: 121px;
    height: 28px;
  }

  .at6-format-tag:nth-child(5) {
    left: 44px;
    top: 40px;
    height: 28px;
  }

  .at6-format-tag:nth-child(6) {
    left: 125px;
    top: 56px;
    height: 28px;
  }

  .at6-format-tag:nth-child(7) {
    left: 81px;
    top: 176px;
    height: 28px;
  }

  .at6-format-status {
    left: 9px;
    top: 232px;
    width: 95%;
    padding: 6px;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
  }

  .at6-signing-list {
    display: flex;
    flex-direction: column;
    gap: 7px;
    width: 100%;
  }

  .at6-signing-item {
    display: flex;
    flex-direction: row;
    gap: 8px;
    width: 100%;
    padding: 8px 8px 8px 11px;
    border-left: 2px solid #B4FF37;
    border-radius: 8px;
  }

  .at6-signing-item-2,
  .at6-signing-item-3,
  .at6-signing-item-4 {
    padding: 8px 8px 8px 10px;
    gap: 8px;
  }

  .at6-signing-item-3,
  .at6-signing-item-4 {
    padding: 9px 8px 8px 10px;
  }

  .at6-signing-bg {
    width: 25px;
    height: 25px;
    flex-shrink: 0;
  }

  .at6-signing-item-2 .at6-signing-bg,
  .at6-signing-item-3 .at6-signing-bg,
  .at6-signing-item-4 .at6-signing-bg {
    width: 24px;
    height: 24px;
  }

  .at6-signing-bg img {
    width: 100%;
    height: 100%;
  }

  .at6-signing-content {
    display: flex;
    flex-direction: column;
    flex: 1;
  }

  .at6-signing-title {
    margin-bottom: 2px;
  }

  .at6-card-tech {
    width: 90%;
    margin-top: 32px;
    background: linear-gradient(177deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.1) 100%);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 9px 17px 17px;
    gap: 16px;
  }

  .at6-tech-list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 12px;
    width: 100%;
  }

  .at6-tech-item {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 13px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    gap: 8px;
  }

  .at6-tech-icon {
    width: 24px;
    height: 32px;
    display: flex;
    flex-direction: column;
    padding-bottom: 8px;
  }

  .at6-tech-icon img {
    width: 100%;
    height: 100%;
  }

  /* -----------------------------------------at7版块-------------------------------------- */
  .at7 {
    width: 100%;
  }

  .at7-container {
    width: 100%;
    padding: 0 12px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 24px;
    margin-top: 32px;
  }

  .at7-left-cards,
  .at7-right-cards {
    display: flex;
    flex-direction: column;
    gap: 20px;
    flex: 1;
  }

  .at7-card {
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    backdrop-filter: blur(2px);
    padding: 17px;
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .at7-card-1 {
    width: 100%;
    background: linear-gradient(127deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.1) 100%);
  }

  .at7-card-2 {
    background: linear-gradient(147deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.1) 100%);
    gap: 12px;
  }

  .at7-card-3 {
    width: 100%;
    background: linear-gradient(138deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.1) 100%);
  }

  .at7-card-4 {
    background: linear-gradient(151deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.1) 100%);
  }

  .at7-card-header {
    display: flex;
    flex-direction: row;
    gap: 6px;
  }

  .at7-card-icon {
    width: 12px;
    height: 12px;
    flex-shrink: 0;
  }

  .at7-card-icon img {
    width: 100%;
    height: 100%;
  }

  .at7-steps-list {
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  .at7-step-item {
    display: flex;
    flex-direction: row;
    gap: 8px;
    width: 100%;
    align-items: flex-start;
  }

  .at7-step-icon {
    width: 20px;
    height: 44px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
  }

  .at7-step-icon img {
    width: 100%;
    height: 100%;
  }

  .at7-step-number {
    display: flex;
    flex-direction: column;
    width: 20px;
    flex-shrink: 0;
  }

  .at7-number-bg {
    width: 20px;
    height: 20px;
    border-radius: 9999px;
    display: flex;
  }

  .at7-number-divider {
    width: 1px;
    height: 24px;
  }

  .at7-step-content {
    display: flex;
    flex-direction: column;
    padding-top: 4px;
    flex: 1;
  }

  .at7-zkp-box {
    border: 1px solid rgba(0, 255, 136, 0.3);
    border-radius: 8px;
    padding: 9px;
    display: flex;
    flex-direction: column;
    gap: 4px;
  }

  .at7-sync-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
  }

  .at7-sync-item {
    display: flex;
    flex-direction: row;
    padding: 9px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
  }

  .at7-sync-header {
    display: flex;
    flex-direction: row;
    gap: 6px;
    flex: 1;
  }

  .at7-sync-icon {
    width: 10px;
    height: 10px;
    flex-shrink: 0;
  }

  .at7-sync-icon img {
    width: 100%;
    height: 100%;
  }

  .at7-sync-icon img:nth-child(2) {
    width: 100%;
    height: 100%;
  }

  .at7-sync-title {
    flex: 1;
  }

  .at7-sync-toggle {
    width: 24px;
    height: 12px;
    border-radius: 9999px;
  }

  .at7-toggle-circle {
    right: 2px;
    top: 2px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
  }

  .at7-sync-toggle.off .at7-toggle-circle {
    right: 14px;
  }

  .at7-sync-status {
    display: flex;
    flex-direction: column;
  }

  .at7-package-content {
    display: flex;
    flex-direction: column;
  }

  .at7-package-layer {
    width: 100%;
    padding: 9px;
    border: 1px solid rgba(180, 255, 55, 0.3);
    border-radius: 8px;
  }

  .at7-layer-title {
    margin-bottom: 6px;
  }

  .at7-layer-tags {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 4px;
    width: 100%;
  }

  .at7-layer-tag {
    border-radius: 9999px;
    padding: 2px 6px;
  }

  .at7-package-tabs {
    width: 263px;
    height: 160px;
    display: flex;
    flex-direction: column;
  }

  .at7-tab-item {
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    padding: 14px 1px;
    width: 128px;
    height: 48px;
    display: flex;
    margin: -2px 0;
  }

  .at7-tab-item.on {
    left: 68px;
    top: 30px;
    box-shadow: 0px 4px 2px 0px rgba(180, 255, 55, 1), inset 0px 4px 2px 0px rgba(180, 255, 55, 1);
    backdrop-filter: blur(4px);
  }

  .at7-network-list {
    display: flex;
    flex-direction: column;
    gap: 6px;
    width: 100%;
    margin-left: 0;
  }

  .at7-network-item {
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    padding: 7px 8px;
  }

  .at7-network-header {
    width: 229px;
    height: 28px;
    display: flex;
    flex-direction: row;
    gap: 6px;
  }

  .at7-network-icon {
    width: 12px;
    height: 12px;
    flex-shrink: 0;
  }

  .at7-network-icon img {
    width: 100%;
    height: 100%;
  }

  .at7-network-desc {
    margin-left: 17px;
  }

  .at7-network-overlay {
    width: 100%;
    border-radius: 8px;
    display: flex;
  }

  .at7-network-overlay img {
    width: 100%;
  }

  .at7-card-tech {
    width: 90%;
    margin-top: 32px;
    background: linear-gradient(177deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.1) 100%);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 9px 17px 17px;
    gap: 16px;
  }

  .at7-tech-list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 12px;
    width: 100%;
  }

  .at7-tech-item {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 13px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    gap: 8px;
  }

  .at7-tech-icon {
    width: 24px;
    height: 32px;
    display: flex;
    flex-direction: column;
    padding-bottom: 8px;
  }

  .at7-tech-icon img {
    width: 100%;
    height: 100%;
  }

  .at2 {
    width: 100%;
    position: static;
  }

  .at2 .item {
    width: 50%;
    flex: none;
    border: 2px solid #FFF;
    padding: 14px 5px;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
  }

  .at2 .item .icon {
    width: 22px;
    margin: 0 0 6px;
  }

  .at3 {
    padding: 0;
  }

  .at3 .zuo {
    width: 100%;
  }

  .at3 .zuo .t1 {
    width: 90%;
    margin: 20px auto 0;
  }

  .at3 .zuo .t2 {
    width: 90%;
    margin: 0 auto 0;
  }

  .at3 .zuo .list {
    width: 100%;
    margin-top: 0;
    padding: 44px 100px 25px 25px;
  }

  .at3 .zuo .list .item {
    margin-bottom: 12px;
  }

  .at3 .zuo .list .item .text {
    padding: 9px 15px;
    border-radius: 8px;
    border: 1px solid #B4FF37;
    width: 80%;
  }

  .at3 .zuo .list .item:hover .text {
    width: 100%;
  }

  .at3 .zuo .list .item.lang .text {
    width: 100%;
  }

  .at3 .zuo .list .item .text .t3 {
    -webkit-line-clamp: 2;
  }

  .at3 .zuo .list .item .icon {
    left: 100%;
    top: 6px;
    margin-left: -13px;
    width: 81px;
    height: 34px;
  }

  .at3 .you {
    position: relative;
    height: 200px;
  }

  .at3 .bg1 {
    width: 148px;
    top: 20px;
    right: 0;
    left: 0;
  }

  .at3 .bg1 img:nth-child(2) {
    width: 100%;
  }

  @keyframes at3-bg1 {
    100% {
      transform: rotate(360deg);
    }
  }

  .at3 .bg2 {
    width: 71px;
    top: 20px;
    right: 0;
  }

  @keyframes at3-bg2 {
    0% {
      transform: translate(0, 0);
    }

    15% {
      transform: translate(0, 50%);
    }
  }

  .at3 .bg3 {
    font-size: 66px;
    top: 20px;
    right: 76px;
  }

  .at3 .bg4 {
    font-size: 46px;
    top: 100%;
    right: 60px;
    transform: translateY(-50%);
  }

  .at3 .bg4 p:nth-child(2) {
    width: 100%;
    height: 100%;
    clip-path: inset(50% 0 0 0);
  }

  .iconSwitch img:nth-child(2) {
    width: 100%;
  }
}