@media screen and (max-width:768px) {

  :root {
    --head: 50px;
  }

  body {
    font-size: 14px;
  }

  .C-wrap {
    width: calc(100% - 30px);
    margin: 0 auto;
  }

  .section-pd {
    padding: 50px 0;
  }

  .head1 {
    padding: 5px;
  }

  .head-inner {
    width: 100%;
    height: 40px;
    padding: 0 12px 0 16px;
    border-radius: 10px;
    flex-wrap: nowrap;
  }
  .apply3 .list .item .info .desc {
    margin-top: 6px;
  }
  .head-inner:hover {
    border-radius: 10px;
  }

  .scroll .head-inner {
    background: rgba(20, 20, 20, 0.85);
  }

  .head1 .logo {
    width: 110px;
  }

  .head1 .menu {
    position: fixed;
    right: 10px;
    top: -120vh;
    width: 70%;
    max-width: 320px;
    height: auto;
    max-height: calc(100vh - var(--head) - 30px);
    padding: 8px 0;
    background: #fff;
    display: block;
    opacity: 0;
    overflow: auto;
    transition: all ease .3s;
    z-index: 50;
    color: #333;
    border-radius: 10px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  }

  header.open .menu {
    top: var(--head);
    opacity: 1;
  }

  .head1 .menu .link {
    width: 100%;
    height: auto;
    margin-left: 0;
    position: relative;
  }

  .head1 .menu .link>a {
    display: block;
    height: auto;
    line-height: 48px;
    padding: 0 20px;
    color: #333;
    border-bottom: 1px solid #ebebeb;
  }

  .head1 .menu .link.has-down>a {
    padding-right: 50px;
  }

  .head1 .menu .link>a:hover,
  .head1 .menu .link.on>a,
  .head1 .menu .link:hover>a {
    color: var(--color);
  }

  .head1 .menu .link::after {
    display: none;
  }

  .head1 .menu .link .down {
    position: static;
    transform: none;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    width: 100%;
    min-width: auto;
    padding: 0;
    background: #f7f7f7;
    border-radius: 0;
    box-shadow: none;
    display: none;
    flex-direction: column;
    gap: 0;
    align-items: stretch;
  }


  .head1 .menu .link .down::before {
    display: none;
  }
  .has-down .down .down-arrow{
    display: none;
  }
  .head1 .menu .link .down .down-arrow {
    display: none;
  }

  .head1 .menu .link .down .sub {
    display: block;
    width: 100%;
    min-width: auto;
    padding: 0 30px;
    line-height: 40px;
    text-align: left;
    font-size: 13px;
    color: #666;
    white-space: normal;
  }

  .head1 .menu .down-jt {
    position: absolute;
    right: 8px;
    top: 0;
    width: 50px;
    height: 48px;
    background: url('/img/icon-jia.svg') no-repeat center/14px;
    cursor: pointer;
    z-index: 2;
  }

  .head1 .menu .link.on .down-jt {
    background-image: url('/img/icon-jian.svg');
  }

  .has-down:hover .down {
    transform: none;
  }

  .head1 .right {
    gap: 6px;
  }

  .head1 .lang {
    height: 40px;
  }

  .head1 .lang .lang-cur {
    width: 38px;
    height: 38px;
  }

  .head1 .lang .lang-cur img {
    width: 24px;
    height: 24px;
  }

  .head1 .lang .lang-down {
    min-width: 60px;
    padding: 40px 0 10px;
    border-radius: 8px;
    transform: translateX(-50%) translateY(0);
  }

  .head1 .lang .lang-down .sub {
    line-height: 32px;
    padding: 0 12px;
    font-size: 13px;
  }

  .C-title {
    gap: 6px;
  }

  .C-title .en {
    padding-right: 5px;
  }

  .C-title .en .txt {
    letter-spacing: 0.5px;
    font-size: 14px;
  }
  .C-title .cn{
    font-size: 20px;
  }

  .C-title .en .ys {
    top: 0px;
    right: -2px;
    width: 4px;
    height: 7px;
  }

  .C-title.row .en-cn {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }

  .C-btn1,
  .C-btn2,
  .C-btn3 {
    height: 36px;
    padding: 0 18px;
    gap: 8px;
    border-radius: 50px;
    font-size: 13px;
  }

  .C-btn1 .dot {
    width: 4px;
    height: 4px;
  }

  .C-btn1 .arr {
    width: 8px;
    height: 8px;
  }

  .C-btn1 .bub,
  .C-btn2 .bub,
  .C-btn3 .bub {
    width: 34px;
    height: 34px;
  }

  .C-btn2,
  .C-btn3 {
    gap: 6px;
  }

  .C-btn2 {
    border-width: 1px;
  }

  .C-btn2 .icon,
  .C-btn3 .icon {
    width: 14px;
    height: 14px;
  }

  .C-btn-group {
    gap: 8px;
    flex-wrap: wrap;
  }

  .C-btn-tab {
    height: 32px;
    padding: 0 14px;
    border-radius: 50px;
  }

  .C-pages {
    gap: 4px;
    justify-content: center;
  }

  .C-pages .pages {
    margin: 0 8px;
    gap: 4px;
  }

  .C-pages .page {
    width: 32px;
    height: 32px;
    border-radius: 30px;
  }

  .C-pages .page-arrow img {
    width: 18px;
    height: 18px;
  }

  .share-item {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    border-width: 1px;
  }

  .share-item::before {
    width: 18px;
    height: 18px;
  }

  .home1 {
    height: 480px;
  }

  .home1 .swiper-bg {
    border-bottom-right-radius: 100px;
  }

  .home1 .text-box {
    left: 20px;
    right: 20px;
    top: auto;
    bottom: 110px;
  }

  .home1 .text-box .t1 {
    font-size: 32px;
    line-height: 1.2;
    margin-bottom: 12px;
  }

  .home1 .text-box .t2 {
    font-size: 16px;
    line-height: 1.5;
  }

  .home1 .control {
    right: auto;
    left: 5%;
    bottom: 30px;
    flex-direction: row;
    gap: 8px;
  }

  .home1 .progress-ring {
    width: 50px;
    height: 50px;
  }

  .home1 .control .bar-line {
    gap: 6px;
  }

  .home1 .control .swiper-button {
    width: 8px;
    margin: 0 6px;
  }

  .home1 .control .page {
    font-size: 12px;
    letter-spacing: 0;
    color: #fff;
  }

  .home1 .control .page .sep {
    margin: 0 2px;
  }

  .home2 {
    padding: 50px 0;
  }

  .home2 .C-wrap {
    flex-direction: column;
    gap: 30px;
  }

  .home2 .zuo {
    flex: none;
    width: 100%;
    gap: 20px;
    padding: 0;
  }

  .home2 .intr p {
    font-size: 14px;
    line-height: 1.7;
  }

  .home2 .intr p+p {
    margin-top: 12px;
  }

  .home2 .you {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    border-radius: 14px;
  }

  .home2 .deco-l,
  .home2 .deco-r {
    display: none;
  }

  .home3 {
    height: auto;
    padding: 30px 0 0;
  }

  .home3 .list {
    width: calc(100% - 30px);
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 16px;
  }

  .home3 .item {
    gap: 6px;
  }

  .home3 .item .num-line {
    gap: 4px;
    padding-bottom: 5px;
  }

  .home3 .item .num {
    font-size: 32px;
  }

  .home3 .item .plus {
    font-size: 28px;
  }

  .home3 .item .desc {
    font-size: 13px;
  }

  .home4 {
    padding-top: 50px;
  }

  .home4 .home4-bg {
    height: 200px;
  }

  .home4 .wrapper {
    flex-direction: column;
  }

  .home4 .nums {
    display: none;
  }

  .home4 .stack {
    width: 100%;
    margin-left: 0;
    gap: 16px;
    padding: 0 15px;
  }

  .home4 .stack .item {
    position: relative;
    z-index: 5;
    height: 300px;
    border-top-left-radius: 30px;
  }

  .home4 .stack .item .info {
    left: 20px;
    right: 20px;
    bottom: auto;
    top: 50px;
    width: auto;
    gap: 14px;
  }

  .home4 .stack .item .info .C-title .cn {
    font-size: 24px;
  }

  .home4 .stack .item .info .desc {
    font-size: 13px;
    line-height: 1.7;
  }

  .home5 {
    padding: 50px 15px;
  }

  .home5 .top {
    margin-bottom: 24px;
  }

  .home5 .list {
    flex-direction: column;
    gap: 6px;
    border-radius: 8px;
    border-bottom-right-radius: 50px;
  }

  .home5 .list .item {
    flex: none;
    width: 100%;
    height: 220px;
  }

  .home5 .list .item .info {
    padding: 16px;
    gap: 4px;
  }

  .home5 .list .item .info .t1 {
    font-size: 18px;
  }

  .home5 .list .item .info .t2 {
    font-size: 13px;
  }

  .home6 {
    padding: 50px 0;
  }

  .home6 .C-wrap {
    gap: 30px;
  }

  .home6 .head-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .featured {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .featured .pic {
    height: auto;
    aspect-ratio: 16 / 10;
    border-radius: 8px;
  }

  .featured:hover .pic {
    border-radius: 20px 8px;
  }

  .featured .info {
    padding-top: 6px;
    gap: 10px;
  }

  .featured .info .title {
    font-size: 18px;
    line-height: 1.4;
  }

  .featured .info .desc {
    font-size: 13px;
    line-height: 1.7;
  }

  .home6 .meta {
    gap: 4px;
    font-size: 12px;
  }

  .home6 .news-list {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .home6 .news-list .item .pic {
    border-radius: 8px;
  }

  .home6 .news-list .item:hover .pic {
    border-radius: 20px 8px;
  }

  .home6 .news-list .item .info {
    gap: 12px;
    padding: 8px 0;
  }

  .home6 .news-list .item .info .title {
    font-size: 15px;
    min-height: auto;
    line-height: 1.5;
  }

  .home7 {
    padding: 50px 0;
  }

  .home7 .inner {
    gap: 30px;
  }

  .home7 .loopLogos-warpper {
    gap: 12px;
    padding: 0 15px;
  }

  .home7 .loopLogos-warpper .item {
    width: 80px;
    height: 80px;
    border-radius: 14px;
  }

  .foot1 {
    padding: 40px 15px 50px;
  }

  .foot-inner {
    flex-direction: column;
  }

  .foot-wrap .zuo {
    width: 100%;
    gap: 14px;
  }

  .foot-wrap .contact {
    gap: 4px;
  }

  .foot-wrap .share {
    gap: 6px;
  }

  .foot-wrap .you {
    width: 100%;
    margin-top: 24px;
  }

  .foot-wrap .foot-nav {
    flex-wrap: wrap;
    gap: 12px 18px;
  }

  .foot-wrap .back-top-wrap {
    margin-top: 24px;
  }

  .back-top {
    width: 36px;
    height: 36px;
    border-radius: 30px;
    gap: 2px;
  }

  .back-top img {
    width: 12px;
  }

  .back-top:hover img:nth-child(2) {
    transform: translateY(-1px);
  }

  .foot2 {
    border-top-right-radius: 60px;
  }

  .foot2-inner {
    padding: 0 15px;
    height: 90px;
  }

  .foot2 .big-logo {
    left: 15px;
    right: 15px;
    top: -12px;
    width: auto;
    pointer-events: none;
  }

  .foot2 .big-logo .ff1 {
    font-size: 50px;
    letter-spacing: -1px;
  }

  .foot2 .copyright {
    right: 15px;
    bottom: 10px;
    flex-wrap: wrap;
    gap: 4px;
    font-size: 11px;
  }

  .C-banner {
    height: 240px;
    border-radius: 0 0 30px 0;
  }

  .C-banner.theme2 {
    height: 280px;
  }

  .C-banner .text-box {
    gap: 6px;
    padding: 0 20px;
  }

  .C-banner .text-box .en .txt {
    letter-spacing: 0.5px;
  }

  .C-banner .text-box .en .ys {
    top: 2px;
    width: 3px;
    height: 5px;
  }

  .C-banner .text-box .cn {
    letter-spacing: 1px;
  }

  .about2 {
    padding: 50px 0;
  }

  .about2 .C-wrap {
    flex-direction: column;
    gap: 30px;
    flex-wrap: wrap;
  }

  .about2 .zuo {
    width: 100%;
    gap: 20px;
  }

  .about2 .intr p {
    font-size: 14px;
    line-height: 1.7;
  }

  .about2 .intr p+p {
    margin-top: 10px;
  }

  .about2 .you {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    border-radius: 14px;
  }

  .about3 {
    padding: 10px 0 50px;
  }

  .about3 .deco {
    width: 90px;
    bottom: -30px;
  }

  .about3 .list {
    flex-wrap: wrap;
    gap: 24px 16px;
    align-items: stretch;
  }

  .about3 .item {
    flex: 0 0 calc(50% - 8px);
    gap: 6px;
  }

  .about3 .item .plus {
    font-size: 28px;
  }

  .about6 {
    padding: 120px 0 60px;
  }

  .about6 .main {
    flex-direction: column;
    gap: 30px;
    flex-wrap: wrap;
  }

  .about6 .zuo {
    width: 100%;
  }

  .about6 .zuo .bg {
    border-radius: 0 60px 6px 80px;
    aspect-ratio: auto;
  }

  .about6 .zuo .ren {
    left: 30px;
    width: 55%;
    height: auto;
    aspect-ratio: 230 / 292;
  }

  .about6 .zuo .info {
    right: 10px;
    bottom: 14px;
    padding: 10px 14px;
    gap: 4px;
  }

  .about6 .you {
    flex: none;
    width: 100%;
    gap: 8px;
    padding: 0 5%;
  }

  .about6 .you .quote {
    margin-bottom: 4px;
  }

  .about6 .you .group+.group {
    margin-top: 10px;
  }

  .about4 {
    padding: 0 10px 10px;
  }

  .about4 .list {
    flex-direction: column;
    gap: 6px;
    border-radius: 8px;
    flex-wrap: wrap;
  }

  .about4 .list .item {
    flex: none !important;
    width: 100%;
    height: 200px;
    border-radius: 8px;
  }

  .about4 .list:hover .item,
  .about4 .list:hover .item:hover {
    flex: none !important;
  }

  .about4 .list .item .inner {
    gap: 10px;
    padding: 20px 16px;
  }

  .about4 .list .item .title {
    gap: 6px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .about5 {
    padding: 50px 0;
    border-radius: 0 0 40px 0;
  }

  .about5 .C-wrap {
    flex-direction: column;
    gap: 24px;
    flex-wrap: wrap;
  }

  .about5 .zuo {
    width: 100%;
    order: 2;
  }

  .about5 .you {
    position: sticky;
    left: 0;
    top: 0;
    width: 100%;
    order: 1;
    align-items: center;
    gap: 14px;
    top: 0;
    backdrop-filter: blur(2px);
  }

  .about5 .you .pic {
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
    border-radius: 8px;
  }

  .about5 .zuo .list .item {
    gap: 14px;
    padding: 14px 0;
  }

  .about5 .zuo .list .item.on {
    padding: 22px 0;
  }

  .about5 .zuo .list .item.on .year {
    font-size: 36px;
  }

  .about5 .zuo .list .item.on .desc {
    font-size: 16px;
  }

  .about7 {
    padding: 50px 0;
  }

  .about7 .C-wrap {
    gap: 30px;
  }

  .about7 .head {
    gap: 10px;
  }

  .about7 .head .desc {
    max-width: 100%;
  }

  .about7 .list {
    flex-wrap: wrap;
    gap: 6px;
    align-items: stretch;
  }

  .about7 .list .item {
    flex: 0 0 calc(50% - 3px);
    border-radius: 8px;
  }

  .about7 .list .item .num {
    top: -8px;
    left: -8px;
    font-size: 36px;
  }

  .about7 .list .item:nth-of-type(2n) .num {
    bottom: -8px;
  }

  .about7 .list .item .inner {
    padding: 14px;
    gap: 6px;
  }

  .about7 .list .item .inner .icon {
    width: 36px;
    height: 36px;
  }

  .about7 .list .item .inner .info {
    gap: 4px;
  }

  .about8 {
    padding: 40px 0 50px;
  }

  .about8 .C-wrap {
    gap: 20px;
  }

  .about8 .list {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }

  .about8 .list .item .card {
    height: 150px;
    border-radius: 8px;
  }

  .about8 .list .item .card .pic {
    width: 60px;
    height: 84px;
    border-radius: 6px;
  }

  .about8 .list .item .card .pic-back {
    left: calc(50% - 36px);
    top: 30px;
  }

  .about8 .list .item .card .pic-front {
    left: calc(50% - 24px);
    top: 38px;
  }

  .about8 .list .item .card .plus {
    width: 32px;
    height: 32px;
  }

  .about8 .list .item .title {
    margin-top: 10px;
    font-size: 13px;
  }

  .about8-popup .popup-inner {
    width: 92%;
    max-width: 100%;
    padding: 30px 18px 16px;
    border-radius: 10px;
  }

  .about8-popup .popup-close {
    right: 10px;
    top: 10px;
    width: 22px;
    height: 22px;
  }

  .about8-popup .tabs {
    gap: 5px;
    margin-bottom: 16px;
    flex-wrap: wrap;
  }

  .about8-popup .tabs .tab {
    gap: 3px;
    padding: 6px 14px;
    border-radius: 50px;
    font-size: 12px;
  }

  .about8-popup .swiper-slide {
    gap: 10px;
    padding: 10px;
    border-radius: 8px;
  }

  .about8-popup .swiper-slide .pic {
    border-radius: 6px;
  }

  .about8-popup .popup-ctrl {
    gap: 8px;
    margin-top: 12px;
  }

  .popup-button {
    width: 30px;
    height: 30px;
    border-width: 1px;
  }

  .popup-button img {
    width: 6px;
    height: 9px;
  }

  .pd2 {
    padding: 30px 0;
  }

  .pd2 .item {
    padding: 30px 0;
  }

  .pd2 .item .deco {
    width: 100px;
    height: 100px;
  }

  .pd2 .item .C-wrap {
    flex-direction: column;
    gap: 20px;
    padding: 0;
    align-items: stretch;
  }

  .pd2 .item .zuo {
    width: 100%;
    gap: 14px;
  }

  .pd2 .item .zuo .inci {
    font-size: 13px;
  }

  .pd2 .item .zuo .desc {
    font-size: 13px;
    line-height: 1.7;
  }

  .pd2 .item .you {
    width: 100%;
    height: auto;
    justify-content: center;
    gap: 8px;
  }

  .pd2 .item .bottle {
    width: 130px;
    height: 175px;
  }

  .pd2 .item .hex {
    width: 130px;
    height: 105px;
  }

  .pd3 {
    padding: 30px 15px;
  }

  .pd3 .item {
    height: 320px;
    border-radius: 14px;
    margin-bottom: 14px;
  }

  .pd3 .item .text-wrap {
    padding: 24px 20px 30px;
    gap: 10px;
  }

  .pd3 .item .num {
    font-size: 32px;
  }

  .pd3 .item .info {
    width: 100%;
    padding: 20px;
    border-radius: 8px;
    gap: 10px;
  }

  .pd3 .item .info .title {
    font-size: 18px;
  }

  .pd3 .item .info .desc {
    font-size: 13px;
    line-height: 1.7;
  }

  .pd4 {
    padding: 50px 0;
  }

  .pd4 .C-wrap {
    gap: 30px;
  }

  .pd4 .list {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .pd4 .item {
    gap: 14px;
  }

  .pd4 .item .pic {
    border-radius: 30px 6px 30px 6px;
  }

  .pd4 .item:hover .pic {
    border-radius: 6px 30px 6px 30px;
  }

  .pd4 .item .info {
    gap: 6px;
  }

  .pd4 .item .info .t1 {
    font-size: 16px;
  }

  .pd4 .item .info .t2 {
    font-size: 13px;
    line-height: 1.7;
  }

  .pd5 {
    padding: 30px 0;
  }

  .pd5 .C-wrap {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  .pd5 .zuo {
    gap: 6px;
  }

  .pd5 .zuo .t1 {
    font-size: 18px;
  }

  .pd5 .zuo .t2 {
    font-size: 13px;
    line-height: 1.7;
  }

  .pd5 .you {
    flex-wrap: wrap;
    gap: 10px;
  }

  .pd7 {
    padding: 12px 0;
    overflow: auto;
  }

  .pd7 .C-wrap {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }

  .pd7 .C-wrap::-webkit-scrollbar {
    display: none;
  }

  .pd7 .tabs {
    gap: 8px;
    flex-wrap: nowrap;
    width: max-content;
    padding: 0 15px;
  }

  .pd7 .tabs .tab {
    height: 32px;
    padding: 0 16px;
    font-size: 13px;
    white-space: nowrap;
  }

  .pd8 {
    padding: 40px 0;
    border-radius: 0 30px 0 0;
  }

  .pd8 .C-wrap {
    flex-direction: column;
    gap: 24px;
    flex-wrap: wrap;
  }

  .pd8 .zuo {
    width: 100%;
  }

  .pd8 .zuo .sticky-box {
    position: static;
    gap: 14px;
    top: 0;
  }

  .pd8 .pd8-swiper {
    border-radius: 8px;
  }

  .pd8 .zuo .popup-ctrl {
    gap: 14px;
    padding: 4px;
  }

  .pd8 .you {
    width: 100%;
    border-radius: 8px;
    padding: 24px 20px;
    gap: 24px;
  }

  .pd8 .you .head {
    gap: 8px;
  }

  .pd8 .you .head .C-title .en .ys {
    top: 3px;
    width: 3px;
    height: 5px;
  }

  .pd8 .you .head .C-title .cn {
    font-size: 24px;
  }

  .pd8 .you .group {
    gap: 8px;
  }

  .pd8 .you .group .table .row {
    gap: 8px;
    padding: 6px 0;
    font-size: 13px;
  }

  .pd9 {
    padding: 50px 15px;
  }

  .pd9 .deco {
    top: 30px;
    width: 120px;
    height: 120px;
  }

  .pd9 .C-wrap {
    gap: 24px;
  }

  .pd9 .list {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .pd9 .item .inner {
    padding: 18px;
    gap: 16px;
    border-radius: 8px;
  }

  .pd9 .item .info {
    gap: 6px;
  }

  .pd9 .item .info .t2 {
    min-height: auto;
    font-size: 13px;
    line-height: 1.7;
  }

  .pd9 .item .more {
    gap: 4px;
    font-size: 13px;
  }

  .pd9 .item .more .ico {
    width: 10px;
    height: 10px;
  }

  .pd9-popup .popup-inner {
    width: 92%;
    max-width: 100%;
    height: auto;
    max-height: 85vh;
    border-radius: 10px;
    padding: 30px 20px 20px;
    gap: 14px;
  }

  .pd9-popup .popup-close {
    right: 12px;
    top: 12px;
    width: 22px;
    height: 22px;
  }

  .pd9-popup .head {
    gap: 8px;
  }

  .pd9-popup .head .t1 {
    padding-right: 30px;
    font-size: 18px;
  }

  .pd9-popup .head .meta {
    gap: 10px;
    padding-bottom: 6px;
    font-size: 12px;
  }

  .pd9-popup .body {
    gap: 10px;
    padding-right: 4px;
  }

  .pd9-popup .body .block {
    gap: 6px;
  }

  .pd9-popup .body .block img {
    width: 100%;
    border-radius: 6px;
  }

  .pd9-popup .body::-webkit-scrollbar {
    width: 3px;
  }

  .pd9-popup .body::-webkit-scrollbar-track,
  .pd9-popup .body::-webkit-scrollbar-thumb {
    border-radius: 3px;
  }

  .pd10 {
    padding: 50px 0;
  }

  .pd10 .C-wrap {
    gap: 30px;
  }

  .pd10 .head {
    gap: 8px;
  }

  .pd10 .head .sub{
    width: 90%;
    margin: 0 auto;
  }

  .pd10 .list {
    display: flex;
    flex-direction: column;
    grid-template-columns: none;
    gap: 8px;
    width: calc(100% - 30px);
    margin: 0 auto;
    height: auto;
    border-radius: 0 0 60px 0;
  }

  .pd10 .left-area {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .pd10 .row {
    display: grid;
    grid-template-columns: 1fr 1fr !important;
    gap: 8px;
  }

  .pd10 .item {
    height: 150px;
    border-radius: 8px;
  }

  .pd10 .item-1 {
    height: 180px;
    grid-column: 1 / -1;
  }

  .pd10 .item-1 .text {
    padding: 18px;
    gap: 6px;
  }

  .pd10 .item-4 {
    height: 200px;
    grid-column: auto;
  }

  .pd10 .item .label {
    left: 10px;
    top: 10px;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  }

  .pd10 .item-2 .label,
  .pd10 .item-3 .label,
  .pd10 .item-6 .label {
    bottom: 10px;
  }

  .pd11 {
    padding: 50px 0;
  }

  .pd11 .deco {
    top: 0;
    width: 180px;
    height: 60px;
  }

  .pd11 .head {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
  }

  .pd11 .head .ctrl {
    gap: 12px;
    padding: 4px;
  }

  .pd11-swiper {
    margin-top: 24px;
  }

  .pd11-swiper .case {
    flex-direction: column;
    gap: 16px;
    flex-wrap: wrap;
  }

  .pd11-swiper .case .pic {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    border-radius: 10px;
  }

  .pd11-swiper .bigSlide {
    width: 90%;
  }

  .pd11-swiper .case .info {
    gap: 14px;
    flex: none;
    width: 100%;
  }

  .pd11-swiper .case .info .top {
    gap: 8px;
  }

  .pd11-swiper .case .info .bottom {
    gap: 14px;
  }

  .pd11-swiper .review-box {
    height: auto;
    min-height: 110px;
    border-radius: 8px;
    padding: 30px 20px 26px;
  }

  .pd11-swiper .review-box::before {
    left: 18px;
    top: 14px;
    width: 12px;
    height: 10px;
  }

  .pd11-swiper .review-pagination {
    bottom: 0;
    gap: 4px;
  }

  .pd11-swiper .review-pagination .swiper-pagination-bullet {
    width: 5px;
    height: 5px;
  }

  .core1 {
    height: 480px;
    padding: 50px 0;
    border-bottom-right-radius: 100px;
  }

  .core1 .C-wrap {
    gap: 30px;
  }

  .core1 .head {
    width: 100%;
    gap: 14px;
  }

  .core1 .list {
    flex-wrap: wrap;
    gap: 8px;
  }

  .core1 .list .item {
    width: calc((100% - 24px) / 4);
    height: auto;
    aspect-ratio: 1 / 1;
    padding: 0 6px;
    gap: 4px;
    border-radius: 50px;
  }

  .core1 .list .item:hover {
    transform: translateY(-2px);
  }

  .core1 .list .item .icon {
    width: 22px;
    height: 22px;
  }

  .core1 .list .item .arrow {
    top: 4px;
    right: 4px;
    width: 14px;
    height: 14px;
  }

  .core1 .list .item .cap{
    font-size: 14px;
  }

  .core2 {
    padding: 50px 0;
  }

  .core2 .C-wrap {
    flex-direction: column;
    gap: 24px;
    flex-wrap: wrap;
  }

  .core2 .zuo {
    width: 100%;
    border-radius: 8px;
  }

  .core2 .you {
    width: 100%;
    gap: 14px;
  }

  .core2 .you .chips {
    gap: 6px;
    margin: 10px 0;
    flex-wrap: wrap;
  }

  .core2 .you .chips .chip {
    width: auto;
    height: 32px;
    padding: 0 14px;
    border-radius: 40px;
    font-size: 13px;
  }

  .core3 {
    padding: 50px 0;
  }

  .core3 .C-wrap {
    gap: 24px;
  }

  .core3 .head {
    gap: 8px;
  }

  .core3 .news-list {
    flex-direction: column;
    gap: 10px;
    flex-wrap: wrap;
  }

  .core3 .news-list .item {
    width: 100%;
    height: 200px;
    border-radius: 8px;
  }

  .core3 .news-list .item:hover {
    border-radius: 20px 8px;
  }

  .core3 .news-list .item .info-top,
  .core3 .news-list .item .info-bot {
    padding: 14px;
  }

  .core4 {
    padding: 50px 0;
  }

  .core4 .C-wrap {
    gap: 24px;
  }

  .core4 .head {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    flex-wrap: wrap;
  }

  .core4 .head .left {
    gap: 8px;
  }

  .core4 .head .title-row {
    gap: 8px;
    flex-wrap: wrap;
  }

  .core4 .head .title-row .en .txt {
    letter-spacing: 0.5px;
  }

  .core4 .head .title-row .en .ys {
    top: 3px;
    width: 3px;
    height: 5px;
  }

  .core4 .head .popup-ctrl {
    gap: 12px;
    padding: 4px;
  }

  .core4 .head .popup-button {
    width: 32px;
    height: 32px;
  }

  .core4-swiper .swiper-slide {
    width: 130px;
    height: 175px;
    border-radius: 8px;
  }

  .apply2 {
    padding: 50px 0;
  }

  .apply2 .C-wrap {
    gap: 24px;
  }

  .apply2 .head {
    gap: 8px;
  }

  .apply2 .list {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .apply2 .list .item {
    border-radius: 8px;
  }

  .apply2 .list .item .pic {
    border-radius: 8px;
  }

  .apply2 .list .item .info {
    padding: 12px;
    gap: 6px;
  }

  .apply3 {
    padding: 50px 0 60px;
  }

  .apply3 .leaf-bg {
    width: 200px;
    height: 70px;
  }

  .apply3 .C-wrap {
    gap: 24px;
  }

  .apply3 .head {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    flex-wrap: wrap;
  }

  .apply3 .head .C-btn-group {
    flex: none;
    width: 100%;
    justify-content: flex-start;
    overflow-x: auto;
    overflow-y: hidden;
    flex-wrap: nowrap;
    -webkit-overflow-scrolling: touch;
  }

  .apply3 .head .C-btn-group::-webkit-scrollbar {
    display: none;
  }

  .apply3 .list {
    grid-template-columns: repeat(2, 1fr);
    gap: 18px 10px;
  }

  .apply3 .list .item {
    border-radius: 8px;
  }

  .apply3 .list .item .pic {
    border-radius: 8px;
  }

  .apply3 .list .item .info {
    padding: 10px 4px;
  }

  .apply3 .list .item .title {
    font-size: 13px;
    line-height: 1.5;
  }

  .apply3 .C-pages {
    margin-top: 30px;
  }

  .apply4 {
    padding: 50px 0;
  }

  .apply4 .C-wrap {
    flex-direction: column;
    gap: 24px;
    flex-wrap: wrap;
  }

  .apply4 .zuo {
    width: 100%;
    gap: 14px;
  }

  .apply4 .zuo .top {
    gap: 8px;
  }

  .apply4 .zuo .rows .row {
    padding: 8px 0;
    gap: 4px;
  }

  .apply4 .you {
    width: 100%;
    border-radius: 8px;
    aspect-ratio: 4 / 3;
  }

  .apply5 {
    padding: 50px 0;
  }

  .apply5 .head {
    width: calc(100% - 30px);
    margin: 0 auto 24px;
    gap: 8px;
  }

  .apply5-swiper .swiper-slide {
    height: 180px;
    border-radius: 8px;
  }

  .news2 {
    padding: 40px 0 60px;
  }

  .news2 .leaf-bg {
    right: 0;
    width: 200px;
    height: 70px;
  }

  .news2 .C-wrap {
    gap: 30px;
  }

  .news2 .news-list .item {
    height: auto;
    padding: 14px;
    gap: 6px;
    flex-wrap: wrap;
    align-items: center;
  }

  .news2 .news-list .item .date {
    width: auto;
    font-size: 12px;
  }

  .news2 .news-list .item .title {
    flex: 1 0 100%;
    padding: 0;
    font-size: 14px;
    order: 3;
    white-space: normal;
  }

  .news2 .news-list .item .arr {
    width: 18px;
    margin-left: auto;
  }

  .news2 .news-list .item .arr img {
    width: 12px;
    height: 12px;
  }

  .news2 .C-pages {
    margin-top: 16px;
  }

  .news5 {
    height: 240px;
    border-radius: 0 0 30px 0;
  }

  .news5 .info {
    gap: 14px;
  }

  .news5 .meta {
    gap: 4px;
    flex-wrap: wrap;
  }

  .news5 .meta .date {
    margin-left: 10px;
  }

  .news6 {
    padding: 40px 0;
  }

  .news6 .inner {
    width: 100%;
    gap: 30px;
  }

  .news6 .empty img {
    margin: 8px auto;
  }

  .news6 .nav-item {
    gap: 8px;
    padding: 12px 6px;
    font-size: 13px;
  }

  .news6 .nav-item .ico {
    width: 10px;
    height: 10px;
  }

  .C-Alert .alertPop {
    width: 86%;
    max-width: 320px;
    padding: 30px 20px 22px;
    border-radius: 10px;
  }

  .C-Alert .close {
    right: 10px;
    top: 10px;
    width: 22px;
    height: 22px;
  }

  .C-Alert .close::before,
  .C-Alert .close::after {
    width: 10px;
    height: 1px;
  }

  .C-Alert .tips {
    font-size: 14px;
  }

  .C-Alert .btn {
    margin-top: 16px;
    min-width: 100px;
    height: 34px;
    padding: 0 18px;
    border-radius: 50px;
    font-size: 13px;
  }

  .lightTips {
    top: 70px;
    min-width: 100px;
    padding: 8px 16px;
    border-radius: 25px;
    font-size: 12px;
  }

  .lightTips.unTips {
    transform: translateX(-50%) translateY(-6px);
  }

  .ct2 {
    padding: 50px 5%;
    gap: 24px;
  }

  .ct2 .ct2-desc {
    font-size: 13px;
    line-height: 1.6;
    padding: 0 15px;
  }

  .ct2 .B-form {
    width: 100%;
    padding: 24px 18px;
    border-radius: 10px;
  }

  .ct2 .B-form .form-inner {
    flex-direction: column;
    gap: 20px;
  }

  .ct2 .B-form .zuo,
  .ct2 .B-form .you {
    width: 100%;
    gap: 14px;
  }

  .ct2 .B-form .row-inputs {
    flex-direction: column;
    gap: 14px;
  }

  .ct2 .B-form .type-input {
    gap: 6px;
  }

  .ct2 .B-form .label {
    font-size: 13px;
  }

  .ct2 .B-form input[type="text"],
  .ct2 .B-form input[type="email"],
  .ct2 .B-form input[type="tel"] {
    height: 40px;
    padding: 0 14px;
    border-radius: 25px;
    font-size: 13px;
  }

  .ct2 .B-form .type-textarea {
    gap: 6px;
  }

  .ct2 .B-form textarea {
    height: 130px;
    padding: 12px 14px;
    border-radius: 10px;
    font-size: 13px;
  }

  .ct2 .B-form .type-checkbox {
    gap: 8px;
  }

  .ct2 .B-form .type-checkbox .title {
    font-size: 13px;
  }

  .ct2 .B-form .check-group {
    gap: 8px 16px;
  }

  .ct2 .B-form .check-item {
    gap: 5px;
    font-size: 13px;
  }

  .ct2 .B-form .check-item .box {
    width: 14px;
    height: 14px;
    border-width: 1.5px;
    border-radius: 3px;
  }

  .ct2 .B-form .check-item .box::after {
    width: 6px;
    height: 4px;
    border-left-width: 2px;
    border-bottom-width: 2px;
  }

  .ct2 .B-form .btn-row {
    justify-content: stretch;
  }

  .ct2 .B-form .btn-row .C-btn1 {
    width: 100%;
  }

  .ct3 {
    padding: 50px 0;
  }

  .ct3 .inner {
    width: calc(100% - 30px);
    margin: 0 auto;
    gap: 8px;
  }

  .ct3 .infolist {
    flex-direction: column;
    gap: 8px;
  }

  .ct3 .infoitem {
    flex: none;
    width: 100%;
    padding: 18px;
    gap: 8px;
    border-radius: 8px;
    min-height: auto;
  }

  .ct3 .infoitem.on {
    border-radius: 8px 8px 30px 8px;
  }

  .ct3 .infoitem:hover {
    transform: translateY(-1px);
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.08);
  }

  .ct3 .infoitem .name {
    font-size: 16px;
  }

  .ct3 .infoitem .info-rows {
    gap: 4px;
  }

  .ct3 .infoitem .info-rows p {
    font-size: 13px;
    line-height: 1.6;
  }

  .ct3 .infoitem .info-rows a {
    text-underline-offset: 2px;
  }

  .ct3 .infoitem .ico {
    right: 14px;
    top: 14px;
    width: 28px;
    height: 28px;
  }

  .ct3 .maplist {
    height: 240px;
    border-radius: 8px;
  }
}
