@media screen and (max-width:768px) {
  header .menu {
    position: fixed;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100vh;
    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: #fff;
    padding: 10vh 0 0;
  }

  header.open .menu {
    left: 0;
    opacity: 1;
  }

  header .link {
    width: 100%;
    margin-left: 0;
  }

  header .link>a {
    display: block;
    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: 73px;
  }

  .C-wrap {
    width: 90%;
  }

  .C-wrap2 {
    width: 90%;
  }

  svg {
    width: 100%;
    height: 100%;
  }

  .C-btn {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    padding: 3px 36px;
    gap: 5px;
    border-radius: 4px;
    height: 40px;
  }

  .C-btn .icon {
    width: 6px;
  }

  .C-btn:hover {
    transform: translateY(-1px);
  }

  /* -----------------------------------------head,foot-------------------------------------- */
  .head1 {
    width: 100%;
  }

  .scroll .head1 {
    --head: 53px;
    backdrop-filter: none;
  }

  .head1 .logo {
    width: 94px;
  }

  .head1 .menu {
    gap: 45px;
    height: 100%;
    background: url('/img/home1-bg.svg') no-repeat top center/100% auto;
    background-size: auto 1700px;
  }

  .head1 .link {
    height: auto;
    letter-spacing: 2px;
  }

  .head1 .link>a {
    height: auto;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
  }

  .foot1 {
    padding: 57px 0 40px;
    gap: 8px;
  }

  .foot1 .logo {
    width: 27px;
  }

  .foot1 .shares {
    gap: 10px;
  }

  .foot1 .shares .item {
    width: 21px;
    height: 21px;
    border: 1px solid #fff;
    border-radius: 100%;
    display: flex;
    flex-wrap: wrap;
  }

  .foot1 .shares .item img {
    width: 10px;
  }

  .foot2 {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding: 26px 0;
  }

  .foot3 {
    padding: 0 0 18px;
  }

  .foot3 .you {
    gap: 19px;
  }

  /* -----------------------------------------首页-------------------------------------- */
  /* ========================================= team页面样式 ========================================= */
  .team-section {
    padding: 40px 0;
  }

  /* 公共标题组件 */
  .title-component {
    width: 100%;
  }

  .team-title {
    font-size: 32px;
    background-image: linear-gradient(135deg, #9AF7FF 0%, #1D2088 100%);
    margin-bottom: 8px;
  }

  .team-grid {
    width: 100%;
    gap: 35px 21px;
    margin-top: 32px;
  }

  .team-photo {
    width: 100%;
    height: auto;
    margin-bottom: 7px;
  }

  .team-photo img {
    width: 100%;
    height: 100%;
  }

  .team-name {
    margin-bottom: 2px;
  }

  .cursor-effect-inner {
    transform: translate(-50%, -50%);
    width: 200px;
    height: 200px;
    border-radius: 100%;
    filter: blur(20px);
  }

  .team-card:hover {
    transform: translateY(-3px);
  }

  .team-popup {
    width: 100%;
    height: 100%;
  }

  .team-popup-content {
    width: 100%;
    box-shadow: -5px 4px 16px 0px rgba(0, 0, 0, 0.08);
    transform: translateX(100%);
  }

  .team-popup-main {
    height: 100%;
    padding: 0 15px;
    display: flex;
    flex-direction: column;
    gap: 5px;
  }

  .team-popup-info {
    width: 100%;
    height: auto;
  }

  .team-popup-header {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    width: 100%;
    margin: 0 0;
    margin-bottom: 10px;
  }

  .team-popup-title-area {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 3px;
  }

  .team-popup-close {
    width: 25px;
    height: 25px;
    border: 1px solid #FFFFFF;
    border-radius: 50%;
    display: flex;
    padding: 0;
  }

  .team-popup-close svg {
    width: 8px;
    height: 8px;
  }

  .team-popup-photo {
    width: 100%;
    height: 180px;
    margin: 0;
    margin-bottom: 10px;
  }

  .team-popup-photo img {
    width: 100%;
    height: 100%;
  }

  .team-popup-description {
    width: 100%;
    margin: 0;
  }

  .team-popup-linkedin {
    width: 28px;
    height: 28px;
    margin: 0;
    margin-top: 10px;
  }

  .team-popup-linkedin img {
    width: 100%;
    height: 100%;
  }

  .team-popup-nav {
    top: 50%;
    width: 100px;
    display: flex;
    left: 10px;
    position: static;
    margin: 40px 0 0;
  }

  .team-nav-prev,
  .team-nav-next {
    width: 20px;
    height: 20px;
    display: flex;
  }

  .team-nav-prev img,
  .team-nav-next img {
    width: 7px;
    height: 11px;
  }

  /* ========================================= Portfolio页面样式 ========================================= */
  /* Portfolio主区域 */
  .portfolio-section {
    padding: 40px 0;
  }

  /* 标题和按钮区域 */
  .portfolio-header {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    margin-bottom: 40px;
  }

  /* 公共标题组件 */
  .title-component {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .portfolio-title {
    font-size: 32px;
  }

  .portfolio-subtitle {
    font-size: 15px;
  }

  /* 公共按钮组件 */
  .portfolio-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 20px;
  }

  .portfolio-btn {
    width: 95px;
    height: 35px;
    display: flex;
  }

  .portfolio-btn span {
    font-size: 18px;
  }

  /* 项目网格 */
  .portfolio-grid {
    width: 100%;
    gap: 27px 43px;
  }

  /* 项目卡片 */
  .portfolio-item {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  /* 项目图片容器 */
  .portfolio-images {
    width: 100%;
    height: 256px;
  }

  .portfolio-images img {
    width: 100%;
    height: 100%;
  }

  /* 项目信息区域 */
  .portfolio-info {
    width: 180px;
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  /* 项目名称 */
  .portfolio-name {
    font-size: 18px;
  }

  /* 项目描述 */
  .portfolio-desc {
    font-size: 12px;
  }

  /* 项目Logo */
  .portfolio-logo {
    display: flex;
  }

  .portfolio-logo img {
    height: 32px;
  }

  /* 悬停效果 */
  .portfolio-item:hover {
    transform: translateY(-3px);
  }

  .portfolio-btn:hover {
    transform: translateY(-1px);
  }

  /* ========================================= News页面样式 ========================================= */
  .news2 {
    padding: 40px 0;
  }

  .news-list {
    gap: 20px;
    width: 100%;
  }

  .news-item {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .news-item:hover {
    transform: translateY(-3px);
  }

  .news-image {
    width: 100%;
    height: auto;
  }

  .news-image img {
    width: 100%;
    height: 100%;
  }

  .news-content {
    max-width: 80%;
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .news-text {
    display: flex;
    flex-direction: column;
    gap: 7px;
  }

  .news-title {
    font-size: 18px;
  }

  .news-desc {
    font-size: 14px;
  }

  .news-date {
    font-size: 12px;
  }

  .news3 {
    padding: 30px 0;
  }

  .pagination {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
  }

  .pagination-btn {
    width: 20px;
    height: 20px;
    display: flex;
  }

  .pagination-btn img {
    width: 100%;
  }

  .pagination-numbers {
    display: flex;
    flex-wrap: wrap;
    gap: 28px;
  }

  .page-number {
    font-size: 17px;
    padding: 3px 5px;
  }

  /* ========================================= News详情页面样式 ========================================= */
  /* News4主容器 */
  .news4 {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    padding: 5px;
  }

  .news-detail-container {
    width: 90%;
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding: 40px 0;
  }

  /* 新闻头部信息 */
  .news-detail-header {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
  }

  .news-detail-title {
    font-size: 26px;
  }

  .news-detail-date {
    font-size: 12px;
  }

  /* 新闻正文 */
  .news-detail-body {
    display: flex;
    flex-direction: column;
    gap: 18px;
    width: 100%;
    margin-top: 30px;
  }

  .news-detail-body.privacy-container {
    gap: 8px;
  }

  .news-detail-body * {
    max-width: 100% !important;
  }

  .news-detail-subtitle {
    font-size: 18px;
  }

  .news-detail-image {
    width: 100%;
  }

  /* 新闻导航 */
  .news-detail-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 79px;
    margin: 30px auto 0;
  }

  .news-nav-btn {
    width: 20px;
    height: 20px;
    display: flex;
  }

  .news-nav-btn img {
    width: 100%;
  }

  /* 导航点 */
  .news-nav-dots {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    width: 20px;
  }

  .nav-dot {
    width: 8px;
    height: 8px;
  }

  .news5 {
    padding: 14px 0;
  }

  .contact1 {
    padding: 64px 0;
  }

  .contact2 {
    padding: 0 0 40px;
  }

  .contact2 .bgsvg {
    width: 270px;
    right: 140px;
    top: -128px;
    position: static;
    margin: 0 auto 60px;
  }

  .contact2 .bgsvg svg {
    width: 100%;
  }

  .contact-form {
    display: flex;
    flex-direction: column;
    gap: 5px;
  }

  .form-steps {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    width: 100%;
  }

  .step-item {
    display: flex;
    gap: 30px;
  }

  .step-text {
    font-size: 18px;
  }

  .step-line {
    width: 20px;
    height: 1px;
  }

  .form-content {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 40px 0;
    width: 100%;
  }

  .form-input-group {
    display: flex;
    flex-direction: column;
    gap: 2px;
    width: 100%;
  }

  .input-label {
    display: flex;
    justify-content: flex-start;
    gap: 2px;
  }

  .input-label label {
    font-size: 12px;
  }

  .input-field {
    display: flex;
    border: 1px solid #E2E2E2;
    border-radius: 6px;
    padding: 2px 2px 2px 6px;
    gap: 4px;
    flex: 1;
  }

  .input-field input {
    width: 100%;
    height: 100%;
    font-size: 12px;
    padding: 2px 0;
    height: 32px;
  }

  .input-field.focused {
    box-shadow: 0 0 0 2px rgba(29, 32, 136, 0.1);
  }

  .form-next-btn {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
  }

  .form-next-btn:hover {
    transform: translateX(3px);
  }

  .form-next-btn .svg-ani {
    width: 40px;
    left: 50%;
    bottom: 110%;
    transform: translate(-50%, 0);
  }

  .form-next-btn .svg-ani svg {
    width: 100%;
  }

  .next-text {
    font-size: 36px;
  }

  .next-icon {
    width: 30px;
    height: 30px;
    display: flex;
  }

  .next-icon img {
    width: 100%;
  }

  .checkbox-group {
    display: flex;
    flex-wrap: wrap;
    gap: 2px 11px;
    width: 100%;
    margin-top: 5px;
  }

  .checkbox-item {
    width: 206px;
    height: 29px;
    display: flex;
  }

  .checkbox-label {
    display: flex;
    gap: 4px;
    width: 100%;
    height: 100%;
    border-radius: 6px;
    padding: 2px 2px 2px 6px;
  }

  .checkbox-icon {
    width: 8px;
    height: 8px;
    border: 1px solid #1D2088;
    display: flex;
  }

  .checkbox-icon::after {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 6px;
    height: 6px;
  }

  .checkbox-text {
    font-size: 12px;
    flex: 1;
  }

  /* Step2内容默认隐藏 */
  .step2-content .form-input-group {
    margin-bottom: 10px;
  }

  /* 多选框点击事件移除错误状态 */
  .input-field textarea {
    height: 115px;
  }

  .dot {
    border-radius: 50%;
  }

  /* -----------------------------------------注释-------------------------------------- */
  .home {
    background-size: auto 1700px;
  }

  .home1 {
    padding: 85px 5% 0;
  }

  .home1 .t2 {
    width: 100%;
    margin-top: 9px;
    font-size: 46px;
    letter-spacing: -1px;
  }

  .home1 .t3 {
    margin-top: 18px;
    letter-spacing: 3px;
    display: flex;
    flex-wrap: wrap;
  }

  .home1 .t3::before {
    width: 24px;
    height: 1px;
    margin: 0 9px 0 5px;
    display: none;
  }

  .home1 .pic {
    width: 100%;
    height: 124vw;
    right: 0;
    top: 0;
    position: relative;
    transform: none;
    overflow: hidden;
    /* margin-top: -40vw; */
    padding-top: 0;
    /* opacity: 0.6; */
  }

  .home1 .pic .sl-gif {
    margin-top: -15px;
  }

  .home2 {
    padding: 0;
    width: 100%;
    margin-top: -30px;
  }

  @keyframes gd {
    0% {
      transform: translate(0%, 0) scale3d(1, 1, 1);
    }

    100% {
      transform: translate(-50%, 0) scale3d(1, 1, 1);
    }
  }

  .home2 .item {
    margin-right: 103px;
  }

  .home3 {
    padding: 57px 5% 0;
  }

  .C-k1 {
    background-image: linear-gradient(92deg, #9AF7FF 14.15%, #1D2088 53.57%);
    font-size: 32px;
  }

  .home3 .intr {
    margin-top: -30px;
    position: relative;
    z-index: 5;
  }

  .home3 .intr .t2 {
    width: 100%;
    margin-top: 29px;
  }

  .home3 .intr .t3 {
    width: 100%;
    margin-top: 25px;
  }

  .home3 .blur {
    width: 100%;
    height: 254px;
    border-radius: 254px;
    filter: blur(75px);
    top: 50px;
  }

  .home3 .bgsvg {
    width: 268px;
    right: 73px;
    top: 166px;
    position: static;
    margin: 0 auto;
  }

  .home3 .bgsvg svg {
    width: 100%;
  }

  .home4 {
    padding: 0;
  }

  .home4 .sticky-wrap {
    display: flex;
    flex-wrap: wrap;
    height: 300px;
  }

  .home4 .item {}

  .home4 .item p {
    background-image: linear-gradient(105deg, #9AF7FF 6.31%, #1D2088 25.09%);
    font-size: 30px;
  }

  .home4 .item .t1 {
    margin-right: 12px;
    width: 100%;
    text-align: center;
  }

  .home4 .item .t2 {
    padding: 8px 29px;
  }

  .home4 .item .t2 p {
    background-image: linear-gradient(140deg, #9AF7FF 6.31%, #1D2088 25.09%);
  }

  .home5 {
    padding: 53px 0 130px;
    border-radius: 0px 0px 140px 0px;
  }

  .home5 .main {
    z-index: 1;
  }

  .home5 .t1 {
    background-image: linear-gradient(92deg, #9AF7FF 14.15%, #FFF 53.57%);
    font-size: 32px;
  }

  .home5 .list {
    width: 90%;
    margin: 90px auto 0;
    gap: 60px;
  }

  .home5 .list .item {
    padding: 59px 9px 30px 17px;
    box-shadow: -1px 0px 5px 0px rgba(255, 255, 255, 0.25) inset;
    backdrop-filter: blur(2px);
  }

  .home5 .list .item:hover {
    transform: translateY(0);
  }

  .home5 .list .item .t3 {
    margin-top: 15px;
  }

  .home5 .bgsvg {
    width: 180px;
    top: -100px;
    left: auto;
    right: 5%;
    z-index: 3;
    opacity: 0;
  }

  .home5 .bgsvg svg {
    width: 100%;
  }

  .home6 {
    height: 200vh;
  }

  .home6 .sticky-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .home6 .zuo {
    margin-left: 5%;
  }

  .home6 .zuo .C-k1 {
    margin-bottom: 54px;
  }

  .home6 .zuo .zhanwei {
    height: 54px;
  }

  .home6 .zuo .pic {
    width: 100px;
  }

  .home6 .zuo .pic svg {
    width: 110%;
  }

  .home6 .text-list {
    width: 210px;
    margin-left: 42px;
    height: 60px;
    position: absolute;
    right: 5%;
  }

  .home6 .text-list .contain {
    gap: 68px;
  }

  .home6 .text-list .item .t1 {
    font-size: 20px;
  }

  .home6 .text-list .item .t2 {
    margin-top: 9px;
    font-size: 14px;
  }

  .home7 {
    padding: 0 0 80px 5%;
  }

  .home7 .info {
    width: 100%;
  }

  .home7 .info .t2 {
    margin: 20px 0 44px;
  }

  .home7 .you {
    width: 100%;
    margin-top: 40px;
  }

  .home7 .swiper-slide {
    width: 200px;
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .home8 {
    padding: 102px 5% 87px;
    border-radius: 140px 0 0 0;
  }

  .home8 .sec-bg {
    width: 100%;
    height: 100%;
  }

  .home8 .bglist {
    width: 100%;
    height: 100%;
  }

  .home8 .bglist img {
    width: 100%;
    height: 100%;
  }

  .home8 .sec1 .default {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }

  .home8 .sec1 .list .item {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: 100%;
    height: 100%;
  }

  .home8 .sec1 .t1 {
    font-size: 32px;
  }

  .home8 .sec1 .t2 {
    width: 100%;
    margin-top: 3px;
  }

  .home8 .sec2 {
    margin-top: 45px;
    gap: 18px;
    justify-content: center;
  }

  .home8 .sec2 .item {
    width: 150px;
    height: 71px;
    border-radius: 4px;
    display: flex;
    flex-wrap: wrap;
  }

  .home8 .sec2 .item img {
    max-width: 90%;
    max-height: 90%;
  }

  .home9 {
    padding: 80px 5% 35px;
  }

  .home9 .C-k1 {
    margin-left: 0px;
  }

  .home9 .news-list {
    margin-top: 44px;
  }

  .home9 .swiper {
    padding-bottom: 35px;
  }

  .home10 {
    padding: 67px 0 81px;
  }

  .home10 .bg {
    border-radius: 0px 140px 0px 0px;
    width: 100%;
    height: 100%;
  }

  .home10 .sec1 .t2 {
    font-size: 50px;
  }

  .home10 .sec1 .t3 {
    width: 100%;
    padding: 0 2%;
    margin: 14px auto 0;
  }

  .home10 .sec2 {
    padding: 0 5%;
    margin-top: 100px;
  }

  .home10 .sec2 .list {
    gap: 48px 77px;
    margin-bottom: 14px;
  }

  .home10 .sec2 .t4 {
    margin-bottom: 10px;
  }
}