@media screen and (max-width:768px) {
  header .menu {
    position: fixed;
    left: -100%;
    top: 0;
    width: 80%;
    height: 100vh;
    background: #fff;
    display: block;
    opacity: 0;
    overflow: auto;
    transition: all ease .3s;
    z-index: 50;
    color: #333;
  }

  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;
    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 #ddd;
    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;
    transform: translate(-50%, -50%) scale(0);
  }

  header .link:hover::after,
  header .link.on::after {
    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;
    transform: translate(0, 0);
    min-width: 160px;
    padding: 0;
    border-radius: 0;
    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('/https/www.deepgreenx.com/img/icon-jia.svg') no-repeat center/15px;
  }


  header .link.on .down-jt {
    background: url('/https/www.deepgreenx.com/img/icon-jian.svg') no-repeat center/15px;
  }



  :root {
    --head: 60px;
  }

  svg {
    width: 100%;
    height: 100%;
  }

  .C-btn {
    display: inline-flex;
    flex-wrap: wrap;
  }

  /* -----------------------------------------head,foot-------------------------------------- */
  .head1 {
    width: 100%;
  }

  .scroll .head1 {
    backdrop-filter: blur(2px);
  }

  .head1 .C-wrap {
    height: 100%;
  }

  .head1 .logo {
    width: 132px;
  }

  .head1 .menu {
    gap: 50px;
    height: 100%;
    color: #000;
  }

  .head1 .link {
    height: auto;
  }

  .head1 .link>a {
    height: 100%;
    display: flex;
  }

  .foot1 {
    padding: 40px 0 20px;
  }

  .foot1 .logo {
    width: 196px;
  }

  .foot1 .foot-link {
    gap: 20px;
    margin: 20px 0
  }

  .foot1 .sec2 {
    margin-top: 18px;
  }

  .foot1 .sec2 .t2 {
    margin-bottom: 15px;
  }

  .foot1 .sec2 .zuo {
    width: 100%;
  }

  .foot1 .sec2 .you {
    width: 100%;
    text-align: left;
  }

  .foot2 {
    padding: 7px 0 23px;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
  }

  .foot2 .you {
    width: 100%;
  }

  /* -----------------------------------------首页-------------------------------------- */
  .home2 {
    padding: 50px 0 24px;
  }

  .home2 .icon {
    width: 18px;
    margin-top: 3px;
  }

  .playbtn {
    width: 40px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .playbtn:hover {
    transform: translate(-50%, -50%) scale(0.9);
  }

  .C-shipin .poster {
    width: 100%;
    height: 100%;
  }

  .playbtn img {
    width: 100%;
  }

  .home3 {
    padding: 0 0 60px;
  }

  .home3 .pic {
    width: 100%;
  }

  .home3 .aniText {
    -webkit-text-stroke: 1px #000;
    font-size: 149px;
    width: 100%;
    bottom: 53px;
  }

  .home3 .aniText .textWrap {
    display: flex;
  }

  @keyframes ani1 {
    0% {
      transform: translate(0, 0);
    }

    100% {
      transform: translate(-50%, 0);
    }
  }

  .home4 {
    width: 90%;
    border-radius: 10px;
    clip-path: inset(0% 35% round 20px);
    height: 110vh;
  }

  .home4 .bg img {
    height: 110vh;
  }

  .home4 .main {
    width: 100%;
    height: 100%;
    padding: 40px 30px;
  }

  .home4 .main .intr {
    width: 100%;
  }

  .home4 .main .intr .t1 {
    margin-bottom: 10px;
  }

  .home4 .main .intr .t2_1 {
    width: 100%;
  }

  .home4 .main .intr .t1_1 {
    width: 100%;
    font-size: 4vw
  }

  .home4 .main .intr .t3_1 {
    font-size: 4vw
  }

  .home5 .t1 {
    width: 100%;
  }

  .home5 .pic {
    margin-top: 25px;
  }

  .home6 {
    padding: 50px 0 0;
    border-radius: 10px;
  }

  .home6 .bg {
    margin-top: -40%;
    width: 100%;
    height: 180%;
  }

  .home6 .sec {
    padding-bottom: 69px;
  }

  .home6 .sec .list {
    margin-top: 25px;
    gap: 15px;
  }

  .home6 .sec .list .ev {
    padding: 12px 10px;
    border-radius: 10px;
    backdrop-filter: blur(9px);
  }

  .home6 .sec .list .ev .icon {
    width: 30px;
  }

  .home6 .sec .list .ev .t2 {
    margin: 9px 0 8px;
  }

  .home7 {
    padding: 60px 5%;
  }

  .home7 .t2 {
    margin-top: 16px;
  }

  .home7 .pic {
    margin-top: 25px;
  }

  .home8 .main {
    padding: 65px 0 136px;
  }

  .home8 .main .bg {
    left: 50%;
    transform: translate(-50%, 0);
    width: 100%;
  }

  .home8 .main .list {
    gap: 20px 10px;
    padding: 0 2%;
    grid-template-columns: repeat(2, 1fr);
  }

  .home8 .main .list .ev {
    border-radius: 6px;
    backdrop-filter: blur(1px);
  }

  .home8 .main .list .ev:hover {
    box-shadow: 0 0 5px #dddddd;
  }

  .home8 .main .list .ev .intr {
    width: 100%;
    height: 100%;
    padding: 5px;
  }

  .home9 {
    /* margin-top: -46px; */
  }

  .home9 .main {
    padding: 64px 0;
  }

  .home9 .main .zuo {
    width: 100%;
    margin: 0 0 0 0;
  }

  .home9 .you {
    flex: none;
    width: 100%;
    margin-top: 20px;
  }

  .home9 .you .swiper {
    height: 339px;
  }

  .home9 .you .swiper-slide .intr {
    width: 95%;
  }

  .home9 .you .swiper-slide .intr2 {
    width: 85%;
    top: 50%;
    transform: translate(0, -50%);
  }

  .home9 .you span {
    font-size: 25px;
  }

  .home9 .swiper-scrollbar {
    border-right: 1px solid rgba(37, 67, 4, 0.4);
    width: 3px;
  }

  .home9 .swiper-scrollbar-drag {
    left: 2px;
  }

  .home11 .bg {
    width: 100%;
    height: 100%;
  }

  .home11 .intr {
    padding: 50px 0 87px;
  }

  .home11 .intr .t2 {
    margin-top: 20px;
  }
}