@media screen and (max-width:768px) {
  .head1 .menu {
    position: fixed;
    left: 0;
    top: -120vh;
    width: 100%;
    height: calc(100vh - 42px);
    background: #fff;
    display: block;
    opacity: 0;
    overflow: auto;
    transition: all ease .3s;
    z-index: 50;
    color: #333;
  }

  header.open .menu {
    top: 42px;
    opacity: 1;
  }

  .head1 .link {
    width: 100%;
    margin-left: 0;
    justify-content: flex-start;
  }

  .head1 .link>a {
    display: block;
    border-bottom: 1px solid #ddd;
    line-height: 50px;
    color: #333;
  }

  .head1 .link a {
    width: 100%;
    padding: 0 20px;
  }

  .head1 .link::after {
    display: none;
  }

  .head1 .down {
    min-width: 80px;
    overflow: hidden;
    padding: 0;
  }

  .head1 .link .down {
    transform: translate(0, 0);
    min-width: 100%;
    padding: 0;
    border-radius: 0;
    box-shadow: none;
    position: static;
    opacity: 1;
    visibility: visible;
    width: 100%;
    border-bottom: 1px solid #ddd;
    display: none;
  }

  .head1 .link .down a {
    height: auto;
    line-height: 50px;
    padding: 0 30px;
    text-align: left;
    color: #666;
    border-bottom: 1px solid #ddd;
  }

  .head1 .link .down a:last-child {
    border-bottom: none;
  }

  .head1 .link .down-jt {
    display: block;
    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;
  }

  .head1 {
    width: 100%;
    height: 42px;
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
  }

  .isback .head1 {
    transform: translateY(-100%);
  }

  .C-wrap {
    width: 90%;
  }

  .head1-in {
    width: 100%;
    padding: 0 5%;
    height: 42px;
  }

  .head-logo {
    width: 117px;
  }

  .head1-ctrl {
    height: 100%;
  }

  .head1-menu {
    gap: 0;
    height: auto;
    margin-right: 0;
  }

  .head1-menu .link {
    height: auto;
    display: flex;
    flex-wrap: wrap;
  }

  .head1-menu .link>a::after {
    display: none;
  }

  .head1 .navbar-toggle {
    display: block;
  }

  .blackHead .head1 .navbar-toggle span,
  .scroll .head1 .navbar-toggle span,
  .head1:hover .navbar-toggle span {
    background: #000;
  }

  .head1-lang {
    display: none;
  }

  .md-foot {
    padding: 40px 5% 30px;
  }

  .md-foot-top {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }

  .home footer {
    position: relative;
    width: 100%;
  }

  .md-foot-logo img {
    height: 18px;
  }

  .md-foot-nav {
    gap: 0;
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .md-foot-nav a {
    margin-right: 20px;
    margin-bottom: 8px;
  }

  .md-foot-line {
    height: 1px;
    margin: 10px 0;
  }

  .md-foot-bot {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .md-foot-copy {
    gap: 0;
    flex-wrap: wrap;
  }

  .md-foot-copy p {
    margin-right: 15px;
  }

  .md-foot-legal {
    gap: 20px;
  }

  .md-hero {
    height: 55vw;
    position: relative;
  }

  .md-hero-inner {
    padding-top: 55px;
  }

  .md-hero-title {
    letter-spacing: 1px;
  }

  .md-hero-sub {
    margin-top: 15px;
  }

  .md-hero .t2 {
    letter-spacing: 0.5px;
  }

  .md-hero .icon {
    width: 8px;
    margin: 0 8px;
  }

  .md-hero .t3 {
    letter-spacing: 0.5px;
  }

  .md-hero-stats {
    margin-top: 15px;
    gap: 50px;
  }

  .md-hero-stat {
    gap: 3px;
  }

  .md-hero-stat-txt {
    padding-bottom: 2px;
  }

  .C-wave-inner {
    height: 40px;
  }

  @keyframes move-forever {
    0% {
      transform: translate(-45px)
    }
    100% {
      transform: translate(43px)
    }
  }

  .md2 {
    padding: 0 0 25px;
  }

  .md-filter-row {
    gap: 15px;
    padding-top: 20px;
    padding-bottom: 15px;
  }

  .md-select {
    width: 40%;
  }

  .md-select-trigger {
    min-height: 36px;
    padding: 0 12px 0 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  }

  .md-select-trigger.md-filter-show {
    width: 100%;
  }

  .md-select-trigger .md-select-ic {
    width: 7px;
    height: 4px;
    margin-left: 4px;
  }

  .md-select-panel {
    width: 100%;
    margin-top: 1px;
    border: 1px solid rgba(0, 0, 0, 0.25);
    border-radius: 0 0 8px 8px;
    box-shadow: 0 4px 8px -2px rgba(93, 119, 82, 0.1);
  }

  .md-select-option {
    height: 36px;
    line-height: 36px;
  }

  .md-bar {
    margin-bottom: 12px;
  }

  .md-list.grid-x2 {
    gap: 10px;
    margin-bottom: 30px;
  }

  .md-card {
    height: auto;
    min-height: 80px;
    padding: 12px 12px 12px 50px;
    border-radius: 8px;
    border: 1px solid #f1f5f9;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  }

  .md-card:hover {
    box-shadow: 0 4px 8px -2px rgba(93, 119, 82, 0.1);
  }

  .md-card-ic {
    left: 12px;
    width: 28px;
    height: 28px;
    margin-top: -14px;
  }

  .md-card-ic span {
    width: 12px;
    height: 12px;
  }

  .md-card-body {
    max-width: 100%;
    width: 100%;
  }

  .md-card-name {
    margin-right: 5px;
  }

  .md-card-tag {
    height: 16px;
    line-height: 16px;
    padding: 0 5px;
    border-radius: 4px;
  }

  .md-card-addr {
    margin-top: 4px;
  }

  .md-card-tel {
    position: relative;
    right: auto;
    top: auto;
    width: 100%;
    padding-left: 0;
    margin-top: 8px;
    display: flex;
    align-items: center;
    gap: 5px;
  }

  .md-card-tel-ic {
    position: relative;
    left: auto;
    top: auto;
    width: 10px;
    height: 10px;
    flex-shrink: 0;
  }

  .md-card-tel-label {
    line-height: 1;
  }

  .md-card-tel-num {
    margin-top: 0;
    margin-left: 5px;
  }

  .md-pages {
    gap: 6px;
  }

  .md-page-btn,
  .md-page-num {
    width: 32px;
    height: 32px;
    line-height: 30px;
    border-radius: 6px;
    border: 1px solid #e2e8f0;
  }

  .md-page-num.on,
  .md-page-num:hover {
    box-shadow: 0 1px 3px 0 #a4f4cf;
  }

  .C-hero {
    height: 55vw;
    position: relative;
  }

  .C-hero-title {
    letter-spacing: 1px;
  }

  .tzz2 {
    padding: 30px 0 40px;
  }

  .tzz2-nav {
    height: auto;
    min-height: 42px;
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    padding: 8px 0;
  }

  .tzz2-nav-inner {
    height: auto;
    padding: 0 5%;
    flex-direction: column;
    gap: 10px;
  }

  .tzz2-tabs {
    gap: 0;
    height: auto;
    flex-wrap: wrap;
    justify-content: center;
  }

  .tzz2-tab {
    letter-spacing: 0.3px;
    height: 36px;
    padding: 0 12px;
  }

  .tzz2-tab::after {
    width: 80%;
    height: 1px;
  }

  .tzz2-search {
    width: 100%;
    height: 32px;
    border-radius: 100px;
    border: 1px solid transparent;
    padding: 0 10px 0 30px;
  }

  .tzz2-search-icon {
    left: 10px;
    width: 12px;
    height: 12px;
  }

  .tzz2-content {
    padding-top: 15px;
  }

  .tzz2-thead {
    border-bottom: 1px solid #e5e5e5;
    padding: 0 5%;
    height: auto;
    padding-bottom: 8px;
    letter-spacing: 0.3px;
  }

  .tzz2-thead-date {
    width: auto;
    margin-right: 0;
    display: none;
  }

  .tzz2-thead-action {
    width: auto;
    padding-right: 0;
  }

  .tzz2-item {
    height: auto;
    min-height: 50px;
    padding: 10px 5%;
    border-bottom: 1px solid #f5f5f5;
    border-radius: 8px;
    flex-wrap: wrap;
  }

  .tzz2-item:hover {
    box-shadow: 0 3px 6px 0 rgba(93, 119, 82, 0.1);
  }

  .tzz2-item-icon {
    width: 24px;
    height: 24px;
    margin-right: 8px;
  }

  .tzz2-item-name {
    flex: 1;
    min-width: 0;
  }

  .tzz2-item-date {
    width: auto;
    margin-right: 0;
    display: none;
  }

  .tzz2-item-dl {
    width: auto;
    height: 28px;
    border-radius: 6px;
    border: 1px solid #e5e5e5;
    margin-left: auto;
    gap: 3px;
    padding: 0 10px;
  }

  .tzz2-item .icon {
    width: 10px;
    height: 10px;
  }

  .mb-section-hd {
    margin-bottom: 18px;
  }

  .mb-section-bar {
    width: 24px;
    height: 2px;
    border-radius: 100px;
    margin: 6px auto 0;
  }

  .mb-vp2 {
    padding: 30px 0 40px;
  }

  .mb-vp2-list {
    flex-direction: column;
  }

  .mb-vp2-list::before,
  .mb-vp2-list::after {
    height: 1px;
  }

  .mb-vp2-card {
    padding: 20px 5%;
    height: auto;
    box-shadow: none;
  }

  .mb-vp2-card:nth-last-child(n+2)::after {
    left: 10%;
    top: auto;
    bottom: 0;
    transform: none;
    width: 80%;
    height: 1px;
    background: linear-gradient(90deg, #FFF 0%, #6C925D 50%, #FFF 100%);
  }

  .mb-vp2-card+.mb-vp2-card {
    border-left: none;
    border-top: none;
  }

  .mb-vp2-card-icon {
    width: 36px;
    height: 36px;
    border-radius: 10px;
  }

  .mb-vp2-card-icon img {
    width: 18px;
    height: 18px;
  }

  .mb-vp2-card-title {
    margin-top: 10px;
    line-height: 1.5;
  }

  .mb-vp2-card-desc {
    margin-top: 8px;
    line-height: 1.5;
    max-width: 100%;
  }

  .mb-vp3 {
    padding: 0 0 40px;
  }

  .mb-vp3-box {
    width: 90%;
    border-radius: 12px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    padding: 30px 20px;
  }

  .mb-vp3-content {
    flex-wrap: wrap;
    flex-direction: column;
  }

  .mb-vp3-left {
    width: 100%;
    padding-top: 0;
  }

  .mb-vp3-sub {
    line-height: 1.4;
  }

  .mb-vp3-tip {
    line-height: 1.4;
    margin-top: 5px;
  }

  .mb-vp3-qr {
    width: 50vw;
    height: 50vw;
    max-width: 200px;
    max-height: 200px;
    margin: 10px auto 0;
  }

  .mb-vp3-divider {
    width: 80%;
    height: 1px;
    margin: 20px auto;
  }

  .mb-vp3-right {
    width: 100%;
    padding-top: 0;
  }

  .mb-vp3-card-img {
    width: 70%;
    height: auto;
    aspect-ratio: 1.41/1;
    margin: 10px auto 0;
    border-radius: 8px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  }

  .mb-vp3-btn {
    width: 80%;
    max-width: 240px;
    height: 36px;
    border: 1px solid #6c925d;
    border-radius: 8px;
    margin: 15px auto 0;
  }

  .mb-vp4 {
    padding: 30px 5% 35px;
  }

  .mb-vp4-inner {
    gap: 6px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .mb-vp4-icon {
    width: 18px;
    height: 18px;
  }

  .mb-vp4-title {
    line-height: 1.4;
  }

  .mb-vp4-desc {
    line-height: 1.5;
    margin-top: 15px;
    max-width: 100%;
  }

  .mb-vp4-btn-wrap {
    margin-top: 20px;
  }

  .mb-vp4-btn {
    width: 80%;
    max-width: 240px;
    height: 36px;
    border: 1px solid #fff;
    border-radius: 8px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.06);
  }

  .join2 {
    padding: 30px 5% 80px;
  }

  .join2-title {
    letter-spacing: 0.5px;
  }

  .join2-desc {
    margin-top: 15px;
    max-width: 100%;
    letter-spacing: 0.5px;
    line-height: 1.6;
  }

  .join3 {
    padding: 40px 0;
  }

  .join3-swiper-wrap {
    width: 100%;
    padding-top: 90px;
  }

  .join3-swiper .swiper-slide {
    height: 280px;
  }

  .join3-slide-img {
    width: 120px;
    height: 120px;
  }

  .join3-swiper .swiper-slide-active .join3-slide-img {
    width: 170px;
    height: 100%;
    border-radius: 500px;
  }

  .join3-slide-label {
    margin-bottom: 15px;
    letter-spacing: 0.5px;
  }

  .join3-prev,
  .join3-next {
    width: 22px;
    height: 44px;
  }

  .join4-slide {
    flex-direction: column;
    width: 100%;
    height: auto;
  }

  .join4-left {
    width: 100%;
    height: 50vw;
  }

  .join4-right {
    width: 100%;
    padding: 25px 5%;
  }

  .join4-title {
    letter-spacing: 0.5px;
  }

  .join4-line {
    width: 100%;
    height: 1px;
    margin-top: 10px;
  }

  .join4-info {
    margin-top: 20px;
  }

  .join4-block {
    margin-bottom: 12px;
  }

  .join4-block-hd {
    gap: 5px;
    margin-bottom: 6px;
  }

  .join4-icon {
    width: 20px;
    height: 20px;
  }

  .join4-icon-sm {
    width: 18px;
    height: 18px;
  }

  .join4-block-hd span {
    letter-spacing: 0.5px;
  }

  .join4-block-bd {
    letter-spacing: 0.5px;
  }

  .join4-treat {
    gap: 20px;
    flex-wrap: wrap;
  }

  .join4-treat .join4-block {
    flex: none;
    width: 100%;
  }

  .join4-btn {
    width: 120px;
    height: 36px;
    border: 2px solid #6c925d;
    border-radius: 100px;
    letter-spacing: 0;
    margin-top: 15px;
  }

  .ct2 {
    padding: 30px 0 0;
  }

  .ct2-wrap {
    width: 100%;
    padding: 0 5%;
  }

  .ct2-main {
    flex-direction: column;
  }

  .ct2-left {
    width: 100%;
    height: 60vw;
    border-radius: 8px;
  }

  .ct2-right {
    flex: none;
    width: 100%;
    padding: 20px 0 0;
  }

  .ct2-title {
    letter-spacing: 0.5px;
    margin-bottom: 15px;
    line-height: 2;
  }

  .ct2-accordion {
    width: 100%;
  }

  .ct2-acc-item {
    border-bottom: 1px solid #000;
  }

  .ct2-acc-item.on {
    border-bottom: 1px solid #6c925d;
  }

  .ct2-acc-hd {
    gap: 10px;
    padding: 10px 0;
  }

  .ct2-acc-num {
    letter-spacing: 0.5px;
  }

  .ct2-acc-label {
    letter-spacing: 0.5px;
  }

  .ct2-acc-bd-inner {
    padding: 0 0 15px;
  }

  .ct2-acc-txt {
    letter-spacing: 0.5px;
  }

  .ct2-contact-row {
    gap: 8px;
    margin-bottom: 12px;
  }

  .ct2-contact-icon {
    width: 14px;
    height: 14px;
    margin-top: 2px;
  }

  .ct2-contact-info {
    letter-spacing: 0.3px;
  }

  .ct2-feedback {
    margin-top: 12px;
  }

  .ct2-link {
    letter-spacing: 0.3px;
  }

  .ct2-link-arrow {
    width: 14px;
    margin-left: 4px;
  }

  .ct2-copy {
    width: 14px;
    margin-left: 4px;
  }

  .ct2-social {
    padding: 30px 0 40px;
  }

  .ct2-social-list {
    gap: 20px 15px;
    flex-wrap: wrap;
    justify-content: center;
    display: flex;
  }

  .ct2-social-item {
    width: 42%;
  }

  .ct2-social-icon {
    width: 40px;
    height: 40px;
    margin: 0 auto 8px;
  }

  .ct2-social-name {
    letter-spacing: 0;
    line-height: 1.4;
  }

  .ct2-social-brand {
    letter-spacing: 0;
    line-height: 1.4;
  }

  .ct2-social-qr {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
    margin-top: 10px;
  }

  .home1 {
    width: 100%;
    height: auto;
    min-height: 70vw;
    padding: 60px 0 0;
  }

  .home1-inner {
    width: 100%;
    max-width: 100%;
    height: auto;
  }

  .home1-title {
    width: 85%;
    max-width: 85%;
  }

  .home1-sub {
    margin-top: 12px;
  }

  .home1-sub-txt {
    letter-spacing: 0;
  }

  .home1-img {
    margin-top: 10px;
    width: 100%;
  }

  .home1-img img {
    width: 100%;
  }

  .home2 {
    width: 100%;
    height: auto;
  }

  .home2-video {
    width: 100%;
  }

  .home2-video video {
    width: 100%;
    height: 100%;
  }

  .home2-mask-top {
    left: -1px;
    top: -2px;
    width: calc(100% + 2px);
    height: auto;
  }

  .home2-mask-top img {
    width: 100%;
    height: 100%;
  }

  .home2-mask-bot {
    bottom: -2px;
    width: 100%;
    height: auto;
  }

  .home2-mask-bot img {
    width: 100%;
    height: 100%;
  }

  .home2-list {
    position: relative;
    z-index: 5;
    top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
    width: 100%;
    padding: 20px 5% 40px;
  }

  .home2-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  .home2-item-img {
    height: 100px;
  }

  .home2-item-txt {
    letter-spacing: 0.3px;
  }

  .home3 {
    width: 100%;
    padding-top: 80px;
  }

  .home3 .pin {
    height: 100vh;
    min-height: 500px;
  }

  .home3-look {
    top: 15vh;
    gap: 2px;
  }

  .home3-look-icon {
    width: 24px;
  }

  .home3-stage {
    top: 25vh;
    width: 260vw;
    height: 260vw;
  }

  .home3-orbit {
    width: 258vw;
    height: 258vw;
  }

  .home3-cd {
    width: 258vw;
    height: 258vw;
  }

  .home3-can-wrap {
    width: 258vw;
    height: 258vw;
  }

  .home3-can {
    top: -12vw;
    width: 25vw;
    height: 36vw;
  }

  .home3-smoke {
    top: -12vw;
    width: 30vw;
    height: 30vw;
    margin-top: -18vw;
  }

  .home3-info {
    top: 40vh;
    gap: 6px;
  }

  .home3-dots {
    gap: 6px;
  }

  .home3-dot {
    width: 8px;
    height: 8px;
  }
}