@media screen and (max-width:1580px) {
  .open-search {
    display: block;
  }
  .head-search{
    display: none;
  }
}

@media screen and (max-width:768px) {
  .head1 .menu {
    position: fixed;
    left: 0;
    top: -120vh;
    width: 100%;
    height: calc(100vh - var(--head));
    background: #fff;
    display: block;
    opacity: 0;
    overflow: auto;
    transition: all ease .3s;
    z-index: 50;
    color: #333;
    padding-bottom: 10vh;
  }

  header.open .menu {
    top: var(--head);
    opacity: 1;
  }

  .head1 .link {
    width: 100%;
    margin-left: 0;
  }

  .head1 .link>a {
    display: block;
    border-bottom: 1px solid #ddd;
    line-height: 50px;
    color: #333;
  }

  .head1 .link a {
    padding: 0 20px;
  }

  .head1 .link::after {
    display: none;
    width: 52px;
    height: 10px;
    left: 50%;
    top: 100%;
    margin-top: 14px;
    transform: translate(-50%, -50%) scale(0);
  }

  .head1 .link:hover::after,
  .head1 .link.on::after {
    transform: translate(-50%, 0) scale(1);
  }

  .head1 .down {
    min-width: 80px;
    overflow: hidden;
    padding: 0;
  }

  .head1 .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;
  }

  .head1 .link .down::before {
    width: 100%;
    height: 40px;
    bottom: 100%;
  }

  .head1 .link .down a {
    padding: 10px 30px;
    text-align: left;
    font-size: 14px;
    color: #666;
  }

  .head1 .link .down a:not(:last-child) {
    border-bottom: none;
  }

  .head1 .link .down-jt {
    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;
  }

  :root {
    --head: 45px;
  }

  .C-wrap {
    width: 90%;
  }

  .C-btn {
    display: inline-flex;
    flex-wrap: wrap;
  }

  .head1 {
    width: 100%;
    padding: 0 5%;
    border-bottom: 1px solid #e5e5e5;
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
  }

  .head1 .logo {
    width: 83px;
  }

  .head1 .head-nav {
    height: 100%;
  }

  .head1 .menu {
    gap: 14px;
  }

  .head1 .link {
    height: auto;
  }

  .head1 .link>a {
    display: flex;
    gap: 2px;
    height: auto;
    padding: 0 20px;
  }

  .head1 .link>a .arrow {
    width: 14px;
    height: 14px;
  }

  .dropdown {
    top: 100%;
    left: 0;
    transform: translateY(5px);
  }

  .has-dropdown:hover .dropdown {
    transform: translateY(0);
  }

  .dropdown-mega {
    margin-top: 5px;
    transform: translateY(5px);
    width: 100%;
    padding: 22px 5%;
    border-top: 1px solid #e5e5e5;
    border-radius: 15px;
    box-shadow: 0px 13px 25px -6px rgba(0, 0, 0, 0.2);
    -webkit-backdrop-filter: blur(50px);
    backdrop-filter: blur(50px);
    display: none;
  }

  .dropdown-mega::after {
    width: 100%;
    height: 10px;
    bottom: 100%;
  }

  .dropdown-mega .dropdown-inner {
    gap: 20px;
  }

  .dropdown-mega .dropdown-left {
    flex: 1;
    gap: 10px;
  }

  .dropdown-mega .dropdown-col {
    min-width: 70px;
  }

  .dropdown-mega .dropdown-title {
    gap: 5px;
    margin-bottom: 11px;
  }

  .dropdown-mega .dropdown-title .dot {
    width: 2px;
    height: 7px;
    border-radius: 9999px;
  }

  .dropdown-mega .dropdown-list {
    display: flex;
    flex-direction: column;
    gap: 7px;
  }

  .dropdown-mega .dropdown-list li a .name {
    margin-bottom: 1px;
  }

  .dropdown-mega .dropdown-right {
    width: 100%;
    padding-left: 12px;
    border-left: 1px solid #e5e5e5;
  }

  .dropdown-mega .preview-title {
    margin-bottom: 11px;
  }

  .dropdown-mega .preview-card {
    width: 112px;
    height: 144px;
    border-radius: 10px;
    border: 1px solid #e5e5e5;
    box-shadow: 0px 5px 13px -5px rgba(0, 0, 0, 0.25);
  }

  .dropdown-mega .preview-card .preview-img {
    width: 100%;
    height: 100%;
  }

  .dropdown-mega .preview-card .preview-gradient {
    width: 100%;
    height: 80%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0) 100%);
  }

  .dropdown-mega .preview-card .preview-info {
    left: 11px;
    bottom: 11px;
  }

  .dropdown-mega .preview-card .preview-name {
    margin-bottom: 3px;
  }

  .dropdown-mega .preview-card .preview-desc {
    margin-bottom: 7px;
  }

  .dropdown-mega .preview-card .preview-link {
    display: inline-flex;
    gap: 4px;
    border-bottom: 1px solid #fff;
    padding-bottom: 1px;
  }

  .dropdown-mega .preview-card .preview-link svg {
    width: 6px;
    height: 6px;
  }

  .dropdown-simple {
    min-width: 98px;
    padding: 4px;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    box-shadow: 0px 13px 25px -6px rgba(0, 0, 0, 0.25);
    -webkit-backdrop-filter: blur(50px);
    backdrop-filter: blur(50px);
  }

  .head1 .link .dropdown-simple {
    position: static;
    width: 100%;
    opacity: 1;
    visibility: visible;
    box-shadow: none;
    border: none;
    padding: 0 30px;
  }

  .dropdown-simple .dropdown-list {
    display: flex;
    flex-direction: column;
  }

  .dropdown-simple .dropdown-list li:nth-last-child(n+2) {
    margin-bottom: 2px;
  }

  .dropdown-simple .dropdown-list li a {
    display: flex;
    padding: 5px 7px;
    border-radius: 7px;
  }

  .dropdown-simple .dropdown-list li a .icon {
    width: 7px;
  }

  .open-search {
    width: 20px;
  }

  .head-search {
    width: 90%;
    display: flex;
    gap: 4px;
    padding: 4px 12px;
    margin-left: 0;
    border: 1px solid #e5e5e5;
    border-radius: 9999px;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);

    position: fixed;
    left: 5%;
    top: 150%;
    opacity: 0;
    pointer-events: none;
    transition: all ease .3s;
  }

  .head-search.open {
    opacity: 1;
    pointer-events: visible;
  }

  .head-search .icon {
    width: 20px;
  }

  .head-right {
    gap: 11px;
    margin-left: 0;
  }

  .lang-btn {
    width: 20px;
    padding: 10px 0;
  }

  .lang-btn img {
    width: 100%;
    height: 100%;
  }

  .lang-btn .dropdown {
    transform: translateX(-50%) translateY(5px);
  }

  .lang-btn:hover .dropdown {
    transform: translateX(-50%) translateY(0);
  }

  .get-quote-btn {
    padding: 4px 11px;
    border: 1px solid var(--color);
    border-radius: 9999px;
    box-shadow: 0px 4px 5px -4px rgba(0, 0, 0, 0.1), 0px 5px 8px -3px rgba(0, 0, 0, 0.1);
  }

  .foot1 {
    padding: 42px 5% 17px;
  }

  .foot-container {
    max-width: 750px;
  }

  .foot-main {
    padding-bottom: 40px;
  }

  .foot-left {
    width: 100%;
    max-width: none;
  }

  .foot-logo {
    margin-bottom: 14px;
  }

  .foot-slogan {
    margin-bottom: 14px;
  }

  .foot-social {
    max-width: 100%;
    gap: 7px;
  }

  .foot-social .li {
    width: 30px;
    height: 30px;
    display: flex;
    flex-wrap: wrap;
    border-radius: 100%;
    border: 1px solid rgba(139, 98, 71, 0.1);
  }

  .foot-social .li:hover {
    border: 1px solid #8b6247;
  }

  .foot-col {
    min-width: 100%;
    margin: 20px 0 0;
  }

  .foot-title {
    margin-bottom: 14px;
  }

  .foot-links {
    display: flex;
    flex-wrap: wrap;
  }

  .foot-links li {
    margin-bottom: 8px;
    width: 50%;
  }

  .foot-contact .li {
    gap: 7px;
    margin-bottom: 11px;
  }

  .foot-contact .li .icon {
    width: 24px;
    padding-top: 2px;
  }

  .foot-global {
    padding: 11px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
  }

  .foot-global>p {
    margin-bottom: 14px;
  }

  .foot-tags {
    gap: 5px 0;
  }

  .foot-tags .tag {
    width: 50%;
    display: inline-flex;
    gap: 4px;
    padding: 4px;
    height: auto;
  }

  .foot-tags .tag::before {
    width: 3px;
    height: 3px;
    border-radius: 50%;
  }

  .foot-bottom {
    padding-top: 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
  }

  .foot-legal {
    gap: 14px;
  }

  .C-banner {
    width: 100%;
    height: 540px;
  }

  .C-banner .banner-video {
    width: 100%;
    height: 100%;
  }

  .C-banner .banner-mask {
    width: 100%;
    height: 100%;
  }

  .C-banner .banner-mask img {
    width: 100%;
    height: 100%;
  }

  .C-banner .banner-content {
    width: max-content;
    max-width: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .C-banner .banner-title {
    margin-bottom: 11px;
  }


  .C-banner .btns {
    width: 100%;
    gap: 15px;
    margin-top: 20px;
  }

  .rjpt2 {
    padding: 55px 5%;
  }

  .rjpt2-inner {
    gap: 28px;
  }

  .rjpt2-left {
    width: 100%;
  }

  .rjpt2-tag {
    padding: 3px 7px;
    border-radius: 9999px;
    margin-bottom: 14px;
  }

  .rjpt2-left h2 {
    margin-bottom: 14px;
  }

  .rjpt2-left p {
    max-width: 100%;
  }

  .rjpt2-right {
    width: 100%;
  }

  .rjpt3 {
    padding: 55px 5% 0;
    border-radius: 15px;
    background: linear-gradient(0deg, #f3efeb 0%, #f3efeb 100%), #fff;
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.1);
  }

  .rjpt3-bg {
    right: 50%;
    top: 135px;
    width: 568px;
    height: 320px;
    transform: translateX(50%);
    border-radius: 15px;
  }

  .rjpt3-header {
    margin-bottom: 55px;
  }

  .rjpt3-subtitle {
    margin-bottom: 11px;
  }

  .rjpt3-cards {
    gap: 223px 30px;
    padding-bottom: 78px;
  }

  .rjpt3-card {
    padding: 21px;
    border: 1px solid rgba(229, 229, 229, 0.5);
    border-radius: 18px;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
  }

  .rjpt3-card:hover {
    box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.08);
  }

  .rjpt3-card .card-top {
    margin-bottom: 21px;
  }

  .rjpt3-card .card-icon {
    width: 28px;
    height: 28px;
    border-radius: 10px;
    border: 1px solid #f5f5f5;
    box-shadow: 0 4px 5px -1px rgba(0, 0, 0, 0.02), 0 5px 8px -3px rgba(0, 0, 0, 0.03), 0 10px 20px -5px rgba(0, 0, 0, 0.04);
    display: flex;
    flex-wrap: wrap;
  }

  .rjpt3-card .card-icon .icon {
    width: 20px;
  }

  .rjpt3-card:hover .card-icon {
    border: 1px solid #8b6247;
    box-shadow: 0 5px 15px 0 rgba(139, 98, 71, 0.3);
  }

  .rjpt3-card .card-title {
    margin-bottom: 7px;
  }

  .rjpt3-card .card-divider {
    width: 100%;
    margin-top: 11px;
  }

  .rjpt4 {
    padding: 56px 117px;
    border-radius: 15px;
  }

  .rjpt4-left {
    max-width: 100%;
    padding-top: 78px;
  }

  .rjpt4-tag {
    padding: 3px 7px;
    border-radius: 9999px;
    margin-bottom: 15px;
  }

  .rjpt4-left h2 {
    margin-bottom: 15px;
  }

  .rjpt4-desc {
    max-width: 100%;
    margin-bottom: 15px;
  }

  .rjpt4-features {
    gap: 9px 10px;
  }

  .rjpt4-features li {
    gap: 5px;
  }

  .rjpt4-features .feature-icon {
    width: 11px;
    height: 11px;
  }

  .rjpt4-right {
    width: 347px;
    height: 340px;
  }

  .rjpt4-right .phone-bg-blur {
    right: 24px;
    top: 20px;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    filter: blur(60px);
  }

  .rjpt4-right .phone-group {
    width: 100%;
    height: 100%;
  }

  .rjpt4-right .phone-bg-circle {
    left: 1px;
    top: 31px;
    width: 256px;
    height: 256px;
    border-radius: 50%;
    filter: blur(60px);
  }

  .rjpt4-right .phone-dots .dot {
    border-radius: 50%;
  }

  .rjpt4-right .phone-dots .dot-1 {
    width: 220px;
    height: 217px;
    top: 50px;
  }

  @keyframes dot-float-2 {
    0% {
      transform: translateY(0);
    }

    50% {
      transform: translateY(-9px);
    }
  }

  @keyframes dot-float-3 {
    0% {
      transform: translateY(0);
    }

    50% {
      transform: translateY(-7px);
    }
  }

  @keyframes dot-float-4 {
    0% {
      transform: translateY(0);
    }

    50% {
      transform: translateY(-5px);
    }
  }

  .rjpt4-right .phone-dots .dot-2 {
    width: 27px;
    height: 27px;
    top: 45px;
  }

  .rjpt4-right .phone-dots .dot-3 {
    width: 19px;
    height: 19px;
    left: 87px;
  }

  .rjpt4-right .phone-dots .dot-4 {
    width: 19px;
    height: 19px;
    left: 225px;
  }

  @keyframes phone-float-front {
    0% {
      transform: translateY(0);
    }

    50% {
      transform: translateY(-5px);
    }
  }

  @keyframes phone-float-back {
    0% {
      transform: translateY(0);
    }

    50% {
      transform: translateY(4px);
    }
  }

  .rjpt4-right .phone-front {
    left: 15px;
    top: 63px;
    width: 182px;
  }

  .rjpt4-right .phone-back {
    right: 45px;
    top: 69px;
    width: 155px;
  }

  .rjpt4-right .phone-shadow {
    right: 50px;
    top: 58px;
    width: 176px;
    height: 282px;
    border-radius: 20px;
    filter: blur(75px);
  }

  .C-form1 {
    padding: 42px 5%;
    border-radius: 15px;
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.1);
  }

  .C-form1 .form-inner {
    max-width: 90%;
    gap: 35px;
  }

  .C-form1 .form-left {
    max-width: 100%;
  }

  .C-form1 .form-left h2 {
    margin-bottom: 11px;
  }

  .C-form1 .form-desc {
    margin-bottom: 11px;
  }

  .C-form1 .form-contact-list {
    padding-top: 11px;
  }

  .C-form1 .form-contact-list .li {
    gap: 7px;
    margin-bottom: 11px;
  }

  .C-form1 .form-contact-list .icon {
    width: 12px;
    padding-top: 2px;
  }

  .C-form1 .form-contact-list .label {
    margin-bottom: 2px;
  }

  .C-form1 .form-right {
    flex: 1;
    max-width: 100%;
    padding: 21px;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    -webkit-backdrop-filter: blur(50px);
    backdrop-filter: blur(50px);
  }

  .C-form1 .contact-form {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .C-form1 .form-row {
    gap: 11px;
  }

  .C-form1 .form-row .form-group {
    flex: none;
    width: 100%;
  }

  .C-form1 .form-group {
    display: flex;
    flex-direction: column;
    gap: 4px;
  }

  .C-form1 .form-group input,
  .C-form1 .form-group textarea {
    padding: 8px 8px;
    border-radius: 4px;
  }

  .C-form1 .form-group textarea {
    min-height: 62px;
  }

  .C-form1 .submit-btn {
    width: 100%;
    padding: 7px 0;
    border-radius: 15px;
  }

  .C-form1 input:-webkit-autofill {
    box-shadow: 0 0 0 500px #fafafa inset !important;
  }

  /* -----------------------------------------注释-------------------------------------- */
  .C-banner .bg {
    width: 100%;
    height: 100%;
  }

  .pd2 {
    padding: 65px 5%;
  }

  .pd2-section {
    display: flex;
    flex-direction: column;
    gap: 28px;
    margin-bottom: 60px;
  }

  .pd2-main {
    display: flex;
    border-radius: 20px;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
  }

  .pd2-info {
    width: 100%;
    padding: 35px 10%;
    display: flex;
    flex-direction: column;
  }

  .pd2-header {
    margin-bottom: 14px;
  }

  .pd2-tag {
    gap: 7px;
    margin-bottom: 4px;
  }

  .pd2-tag-line {
    width: 21px;
    height: 1px;
  }

  .pd2-img {
    flex: 1;
    display: flex;
    min-height: 250px;
  }

  .pd2-img-inner {
    width: 100%;
    height: 100%;
  }

  .pd2-img-inner img {
    width: 100%;
    height: 100%;
  }

  .pd2-section.reverse .pd2-main {
    flex-direction: row-reverse;
  }

  .pd2-products {
    padding: 0 11px;
  }

  .pd2-products-header {
    margin-bottom: 21px;
  }

  .pd2-nav {
    gap: 7px;
  }

  .sbtn1 {
    width: 30px;
    height: 30px;
  }

  .pd2-card {
    border-radius: 11px;
    border: 1px solid #e5e5e5;
    width: 199px;
    height: 150px;
  }

  .pd2-card-img {
    display: flex;
  }

  .pd2-card-img img {
    width: 100%;
    height: 100%;
  }

  .pd2-card-info {
    width: 100%;
    padding: 14px;
    border-top: 1px solid #e5e5e5;
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
  }

  .pd2-card-info h4 {
    margin-bottom: 2px;
  }

  .contact2 {
    padding: 70px 5%;
  }

  .contact2-inner {
    max-width: 90%;
  }

  .contact2-question {
    padding-right: 1em;
  }

  .contact2-title {
    margin-bottom: 42px;
  }

  .contact2-list {
    display: flex;
    gap: 28px;
    height: auto;
    padding-right: 27px;
  }

  .contact2-list::-webkit-scrollbar {
    width: 2px;
    height: 2px;
  }

  .contact2-list::-webkit-scrollbar-thumb {
    border-radius: 10px;
  }

  .contact2-list::-webkit-scrollbar-track {
    border-radius: 10px;
  }

  .contact2-items {
    flex: 1;
  }

  .contact2-item {
    border-bottom: 1px solid #e5e5e5;
  }

  .contact2-item:first-child {
    border-top: 1px solid #e5e5e5;
  }

  .contact2-header {
    padding: 18px 11px;
  }

  .contact2-item.active .contact2-header {
    padding-bottom: 14px;
  }

  .contact2-info {
    flex: 1;
  }

  .contact2-num {
    margin-bottom: 7px;
  }

  .contact2-toggle {
    width: 21px;
    height: 21px;
    flex-shrink: 0;
    border: 1px solid #e5e5e5;
    border-radius: 50%;
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
  }

  .contact2-toggle img {
    width: 100%;
    height: 100%;
  }

  .contact2-answer {
    padding: 0 11px 34px;
    width: 100%;
  }

  .search2 {
    padding: 42px 5%;
    border-radius: 0 0 15px 15px;
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.1);
  }

  .search2-inner {
    max-width: 90%;
  }

  .search2-title {
    margin-bottom: 7px;
  }

  .search2-box {
    width: 100%;
    height: 36px;
    border: 1px solid var(--color);
    border-radius: 15px;
  }

  .search2-input {
    width: 100%;
    height: 100%;
    padding: 0 35px 0 14px;
  }

  .search2-btn {
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    padding-left: 7px;
    border-left: 1px solid #8b6247;
  }

  .search2-btn svg {
    width: 12px;
  }

  .search3 {
    padding: 92px 5% 42px;
    border-top: 1px solid #e5e5e5;
    border-radius: 0 0 15px 15px;
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.1);
    margin-top: -10px;
  }

  .search3-inner {
    max-width: 100%;
    padding: 0 0;
  }

  .search3-title {
    margin-bottom: 28px;
  }

  .search3-list {
    display: flex;
    flex-direction: column;
    gap: 21px;
  }

  .search3-item {
    display: flex;
    flex-wrap: wrap;
    gap: 21px;
    padding-bottom: 21px;
    border-bottom: 1px solid #e5e5e5;
  }

  .search3-img {
    width: 112px;
    height: 84px;
    border-radius: 10px;
    flex-shrink: 0;
    border: 1px solid rgba(255, 255, 255, 0.05);
  }

  .search3-img img {
    width: 100%;
    height: 100%;
  }

  .search3-content {
    flex: none;
    width: 100%;
  }

  .search3-tag {
    margin-bottom: 7px;
  }

  .search3-name {
    margin-bottom: 7px;
  }

  .search3-desc {
    max-width: 100%;
  }

  .search3-arrow {
    width: 21px;
    height: 21px;
    flex-shrink: 0;
    border-radius: 50%;
  }

  .search3-arrow img {
    width: 100%;
    height: 100%;
  }

  .search3-pagination {
    padding-top: 21px;
    gap: 7px;
  }

  .search3-pages {
    gap: 4px;
  }

  .page-item {
    display: flex;
    width: 21px;
    height: 21px;
    border-radius: 50%;
    font-size: 12px;
  }

  .page-dots {
    display: flex;
    width: 21px;
    height: 21px;
    font-size: 12px;
  }

  .search4 {
    padding: 42px 5% 55px;
  }

  .search4-inner {
    max-width: 100%;
    padding: 0 0;
  }

  .search4-header {
    margin-bottom: 28px;
  }

  .search4-nav {
    gap: 7px;
  }

  .search4-list {
    gap: 20px;
  }

  .search4-card {
    width: 100%;
    min-height: 101px;
    padding: 11px;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
  }

  .search4-card:hover {
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.15);
  }

  .search4-card-icon {
    width: 21px;
    height: 21px;
    margin-bottom: 11px;
  }

  .search4-card-icon img {
    width: 100%;
    height: 100%;
  }

  .search4-card-tag {
    margin-bottom: 2px;
  }

  .search4-card-name {
    margin-bottom: 32px;
  }

  .search4-card-bottom {
    left: 11px;
    right: 11px;
    bottom: 11px;
  }

  .search4-card-download {
    width: 21px;
    height: 21px;
  }

  .search4-card-download img {
    width: 100%;
    height: 100%;
  }

  .service-section {
    padding: 55px 5%;
  }

  .service-inner {
    max-width: 90%;
  }

  .service-title {
    gap: 11px;
    margin-bottom: 14px;
  }

  .service3 .service-title {
    margin-bottom: 28px;
  }

  .service-num {
    flex-shrink: 0;
  }

  .service-line {
    flex: 1;
    height: 1px;
  }

  .service2 {
    padding: 55px 5%;
  }

  .service2-title {
    margin-bottom: 14px;
  }

  .service3 {
    padding: 56px 5%;
    border-radius: 15px;
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.1);
  }

  .service3-content {
    gap: 35px;
  }

  .service3-img {
    width: 100%;
    border-radius: 15px;
    box-shadow: 0 13px 25px -6px rgba(0, 0, 0, 0.25);
  }

  .service3-img img {
    width: 100%;
    height: 100%;
  }

  .service3-info {
    width: 100%;
  }

  .service3-header {
    margin-bottom: 18px;
  }

  .service3-tag {
    margin-bottom: 7px;
  }

  .service3-header h3 {
    margin-bottom: 8px;
  }

  .service3-divider {
    width: 100%;
    height: 1px;
    margin-bottom: 14px;
  }

  .service3-list h4 {
    margin-bottom: 11px;
    letter-spacing: -0.4px;
  }

  .service3-items {
    display: flex;
    flex-direction: column;
    gap: 11px;
  }

  .service3-item {
    gap: 7px;
  }

  .service4 {
    padding: 42px 5%;
  }

  .service4-main {
    margin-bottom: 21px;
  }

  .service4-left {
    width: 100%;
  }

  .service4-left h3 {
    margin-bottom: 11px;
  }

  .service4-right {
    width: 100%;
  }

  .service4-note {
    margin-bottom: 18px;
  }

  .service4-features {
    display: flex;
    flex-wrap: wrap;
    gap: 14px 0;
  }

  .service4-feature {
    width: 50%;
    padding: 0 0 0 11px;
    border-left: 2px solid #8b6247;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
  }

  .service4-feature h4 {
    margin-bottom: 4px;
  }

  .service4-header {
    margin-bottom: 14px;
  }

  .service4-nav {
    gap: 7px;
  }

  .service4-card {
    width: 200px;
    height: 150px;
    border-radius: 11px;
    border: 1px solid #e5e5e5;
  }

  .service4-card:hover {
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
  }

  .service4-card-inner {
    width: 100%;
    height: 100%;
  }

  .service4-card-inner img {
    width: 100%;
    height: 100%;
  }

  .service5 {
    padding: 42px 5%;
    border-radius: 15px;
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.1);
  }

  .service5-decoration {
    top: 22%;
    font-size: 432px;
    display: flex;
  }

  .service5-main {
    margin-bottom: 50px;
  }

  .service5-left {
    width: 100%;
  }

  .service5-left h3 {
    margin-bottom: 11px;
  }

  .service5-right {
    width: 100%;
    gap: 14px;
  }

  .service5-icon-wrap {
    width: 18px;
    margin-right: 4px;
  }

  .service5-icon {
    width: 100%;
  }

  .service5-item p {
    margin-top: 4px;
  }

  .service5-tabs-content {
    gap: 21px;
  }

  .service5-tabs {
    /* width: 45px; */
    margin-right: 0;
  }

  .service5-tab {
    /* height: 128px; */
    border-bottom: 1px solid rgba(229, 229, 229, 0.6);
  }

  .service5-tab span {
    right: 24px;
  }

  .service5-tab-panels {
    flex: 1;
  }

  .service5-tab-panels .swiper {
    width: 100%;
  }

  .service5-tab-panel {
    display: flex;
    flex-wrap: wrap;
  }

  .service5-panel-img {
    width: 100%;
    border-radius: 20px;
  }

  .service5-panel-img img {
    width: 100%;
  }

  .service5-panel-info {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 20px;
  }

  .service5-phase {
    margin-bottom: 7px;
  }

  .service5-panel-info h4 {
    margin-bottom: 11px;
  }

  .service5-panel-desc {
    margin-bottom: 18px;
  }

  .service5-tags {
    gap: 5px;
  }

  .service5-tag {
    padding: 5px 11px;
    border-radius: 10px;
    border: 1px solid #e5e5e5;
  }

  .service5-tag::before {
    width: 3px;
    height: 3px;
    border-radius: 100%;
    margin-right: 3px;
  }

  .service5 .swiper-pagination {
    margin-top: 20px;
  }

  .service5 .swiper-pagination-bullet {
    width: 7px;
    height: 2px;
    border-radius: 6px;
    margin: 0 4px;
  }

  .service5 .swiper-pagination-bullet-active {
    width: 18px;
  }

  .service6 {
    padding: 42px 5%;
  }

  .service6-left {
    width: 100%;
  }

  .service6-left h3 {
    margin-bottom: 11px;
  }

  .service6-support-title {
    margin-bottom: 11px;
    padding-top: 14px;
  }

  .service6-items {
    gap: 10px 20px;
  }

  .service6-item {
    gap: 7px;
  }

  .service6-check {
    width: 22px;
    height: 22px;
    flex-shrink: 0;
  }

  .service6-item span {
    flex: 1;
  }

  .service6-right {
    width: 200px;
    border-radius: 15px;
    margin-top: 20px;
  }

  .service7 {
    padding: 42px 5% 63px;
    border-radius: 15px;
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.1);
  }

  .service7-header {
    margin-bottom: 21px;
  }

  .service7-header h3 {
    margin-bottom: 7px;
  }

  .service7-map-wrap {
    margin-bottom: 21px;
  }

  .service7-map {
    width: 100%;
  }

  .service7-map-img {
    width: 100%;
  }

  .map-marker {
    width: 12px;
    height: 12px;
    transform: translate(-50%, -50%);
  }

  .marker-dot {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 8px;
    height: 8px;
    border: 2px solid #fff;
    box-shadow: 0 0 10px 0 rgba(139, 98, 71, 0.9);
    border-radius: 50%;
  }

  .marker-pulse {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 6px;
    height: 6px;
    border: 2px solid #d3d3d3;
    border-radius: 50%;
  }

  @keyframes markerPulse {
    0% {
      width: 6px;
      height: 6px;
    }

    100% {
      width: 24px;
      height: 24px;
    }
  }

  .marker-pulse2 {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 6px;
    height: 6px;
    border: 2px solid #d3d3d3;
    border-radius: 50%;
  }

  @keyframes markerPulse2 {
    0% {
      width: 6px;
      height: 6px;
    }

    100% {
      width: 49px;
      height: 49px;
    }
  }

  .service7-locations {
    gap: 35px;
  }

  .service7-location h4 {
    margin-bottom: 7px;
  }

  .service7-loc-items {
    gap: 14px;
  }

  .service7-loc-item {
    gap: 5px;
  }

  .service7-loc-icon {
    width: 12px;
  }

  .service8 {
    padding: 60px 5% 0;
  }

  .service8-inner {
    width: 90%;
  }

  .service8-title {
    margin-bottom: 60px;
  }

  .service8-arrow {
    width: 1px;
  }

  .service8-line {
    width: 1px;
    height: 84px;
  }

  .service8-line::after {
    width: 3px;
    height: 3px;
    border-radius: 100%;
    transform: translateX(-50%);
  }

  .service8-arrow-icon {
    width: 14px;
    height: 14px;
    bottom: 100%;
    transform: translateX(-50%);
  }

  .C-form1 .form-contact-item {
    gap: 7px;
    margin-bottom: 11px;
  }

  .manufacturing-page .C-banner .bg img {
    width: 100%;
    height: 100%;
  }

  .mf2 {
    padding: 42px 5%;
  }

  .mf2-inner {
    max-width: 90%;
  }

  .mf2-header {
    margin-bottom: 28px;
  }

  .mf2-header h2 {
    margin-bottom: 7px;
  }

  .mf2-list {
    gap: 28px;
  }

  .mf2-item {
    width: 100px;
  }

  .mf2-icon {
    width: 34px;
    height: 34px;
    margin: 0 auto 12px;
    border-radius: 10px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    display: flex;
    flex-wrap: wrap;
  }

  .mf2-icon .icon {
    width: 18px;
  }

  .mf3 {
    padding: 55px 0;
    border-radius: 15px;
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.1);
  }

  .mf3-ellipse {
    left: 75px;
    bottom: -348px;
    width: 811px;
    height: 708px;
    border-radius: 811px;
    background: radial-gradient(50% 50% at 50% 50%, rgba(139, 98, 71, 0.5) 0%, rgba(139, 98, 71, 0) 100%);
    filter: blur(50px);
  }

  .mf3-inner {
    max-width: 90%;
  }

  .mf3-top {
    margin-bottom: 92px;
    align-items: flex-end;
  }

  .mf3-info h2 {
    margin-bottom: 7px;
  }

  .mf3-desc {
    width: 100%;
  }

  .mf3-desc .t2 {
    width: 100%;
  }

  .mf3-desc .t1 {
    width: 100%;
  }

  .mf3-nav {
    gap: 7px;
  }

  .mf3-slide {
    width: 90%;
    border-radius: 14px;
    border: 1px solid #e5e5e5;
    display: flex;
    flex-wrap: wrap;
  }

  .mf3-slide.swiper-slide-active {
    transform: translateY(-50px);
  }

  .mf3-slide-img {
    width: 100%;
    height: 196px;
  }

  .mf3-slide-img img {
    width: 100%;
    height: 100%;
  }

  .mf3-slide-content {
    flex: none;
    width: 100%;
    padding: 18px;
  }

  .mf3-slide-content h3 {
    margin-bottom: 14px;
  }

  .mf4 {
    padding: 42px 5%;
  }

  .mf4-inner {
    max-width: 90%;
  }

  .mf4-header {
    margin-bottom: 28px;
  }

  .mf4-header h2 {
    flex-shrink: 0;
  }

  .mf4-line {
    width: 35px;
    height: 2px;
    margin-top: 7px;
  }

  .mf4-swiper-wrap {
    margin-bottom: 28px;
  }

  .mf4-card {
    width: 174px;
    padding: 14px 26px;
    border-radius: 10px;
    border: 1px solid #e5e5e5;
  }

  .mf4-card-img {
    width: 180px;
    height: auto;
  }

  .mf4-card-img img {
    max-width: 100%;
    max-height: 100%;
  }

  .mf4-card-tag {
    margin: 7px auto 2px;
    padding: 2px 25px;
    border-radius: 15px;
  }

  .mf4-nav {
    gap: 7px;
  }

  .mf5 {
    width: 100%;
    height: 540px;
    border-radius: 15px;
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.1);
  }

  .mf5-swiper {
    width: 100%;
    height: 100%;
  }

  .mf5-slide {
    width: 100%;
    height: 100%;
  }

  .mf5-slide-img {
    width: 100%;
    height: 100%;
  }

  .mf5-slide-img img {
    width: 100%;
    height: 100%;
  }

  .mf5-overlay {
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.08) 2.55%, rgba(0, 0, 0, 0.4) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.3) 100%);
  }

  .mf5-content {
    width: 100%;
    height: 100%;
    padding: 52px 5%;
    display: flex;
    flex-direction: column;
  }

  .mf5-header {
    max-width: 90%;
    width: 100%;
  }

  .mf5-title h2 {
    margin-bottom: 7px;
  }

  .mf5-line {
    width: 35px;
    height: 2px;
  }

  .mf5-nav {
    gap: 7px;
  }

  .sbtn1.white {
    -webkit-backdrop-filter: blur(1px);
    backdrop-filter: blur(1px);
    border-radius: 100%;
  }

  .mf5-footer {
    max-width: 90%;
    width: 100%;
    gap: 14px;
  }

  .mf5-pagination-wrap {
    gap: 11px;
  }

  .mf5-pagination-line {
    width: 10px;
  }

  .mf5 .swiper-pagination {
    flex: 1;
    height: 1px;
    border-radius: 2px;
  }

  .mf5 .swiper-pagination .swiper-pagination-progressbar-fill {
    border-radius: 2px;
  }

  .mf6 {
    padding: 56px 5%;
  }

  .mf6-inner {
    max-width: 90%;
    margin: 0 auto 42px;
  }

  .mf6-header {
    margin-bottom: 14px;
  }

  .mf6-header h2 {
    margin-bottom: 11px;
  }

  .mf6-line {
    width: 30px;
    height: 1px;
  }

  .mf6-desc {
    width: 100%;
  }

  .mf6-map {
    width: 90%;
  }

  .mf6-map img {
    width: 100%;
  }

  .chb2 {
    padding: 42px 5% 55px;
  }

  .chb2-nav {
    gap: 7px;
  }

  .chb2-content {
    gap: 22px;
  }

  .chb2-main {
    width: 100%;
    border-radius: 18px;
    box-shadow: 0 13px 25px -6px rgba(0, 0, 0, 0.25);
  }

  .chb2-main .swiper {
    height: 100%;
  }

  .chb2-main-card {
    width: 100%;
  }

  .chb2-main-img {
    width: 100%;
    height: 100%;
  }

  .chb2-main-img img {
    width: 100%;
    height: 100%;
  }

  .chb2-main-gradient {
    width: 100%;
    height: 70%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  }

  .chb2-main-info {
    width: 100%;
    padding: 21px;
  }

  .chb2-main-tag {
    padding: 3px 7px;
    border-radius: 9999px;
    margin-bottom: 14px;
  }

  .chb2-main-title {
    margin-bottom: 14px;
  }

  .chb2-main-desc {
    margin-bottom: 14px;
    width: 100%;
  }

  .chb2 .chb2-main-line {
    width: 100%;
    height: 1px;
    margin-bottom: 13px;
  }

  .chb2-main-arrow {
    width: 28px;
    height: 28px;
  }

  .chb2-list {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 15px;
  }

  .chb2-card {
    width: 100%;
    border-radius: 10px;
    border: 1px solid #e5e5e5;
  }

  .chb2-card:hover {
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
  }

  .chb2-card-img {
    width: 100%;
    height: 147px;
    flex-shrink: 0;
  }

  .chb2-card-img img {
    width: 100%;
    height: 100%;
  }

  .chb2-card-tag {
    left: 11px;
    top: 11px;
    padding: 2px 5px;
    border-radius: 9999px;
  }

  .chb2-card-info {
    padding: 18px;
    display: flex;
    flex-direction: column;
  }

  .chb2-card-meta {
    margin-bottom: 7px;
  }

  .chb2-card-meta .line {
    width: 11px;
    height: 1px;
  }

  .chb2-card-title {
    margin-bottom: 2px;
  }

  .chb2-card-desc {
    margin-bottom: 11px;
  }

  .chb2-card-link {
    gap: 5px;
  }

  .chb2-card-link .icon {
    width: 7px;
  }

  .chb2-card:hover .chb2-card-link .icon {
    transform: translateX(2px);
  }

  .chb2-card-arrow {
    width: 21px;
    height: 21px;
  }

  .chb2-card-arrow img {
    width: 100%;
    height: 100%;
  }

  .chb2-inner {
    max-width: 90%;
  }

  .chb2-header {
    margin-bottom: 35px;
  }

  .chb2-header-line {
    width: 35px;
    height: 2px;
  }

  .chb3 {
    padding: 55px 5%;
    border-radius: 15px;
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.1);
  }

  .chb3-inner {
    max-width: 90%;
  }

  .chb3-header {
    margin-bottom: 35px;
  }

  .chb3-nav {
    gap: 7px;
  }

  .chb3-list {
    gap: 13px;
  }

  .chb3-card {
    width: 100%;
    height: 346px;
    border-radius: 10px;
  }

  .chb3-card-img {
    width: 100%;
    height: 100%;
  }

  .chb3-card-img img {
    width: 100%;
    height: 100%;
  }

  .chb3-card::before {
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.7) 100%);
  }

  .chb3-card-content {
    width: 100%;
    height: 100%;
    padding: 29px;
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.5) 100%);
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
  }

  .chb3-card-tag {
    gap: 5px;
  }

  .chb3-card-tag .dot {
    width: 3px;
    height: 3px;
    border-radius: 50%;
  }

  .chb3-card-title {
    margin-top: 14px;
  }

  .chb3-card-desc {
    margin-bottom: 11px;
  }

  .chb3-card:hover .chb3-card-desc {
    max-height: 100px;
  }

  .C-link1 {
    gap: 5px;
    padding-bottom: 4px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .C-link1 .icon {
    width: 14px;
  }

  .C-link1.theme2 {
    border-bottom: 1px solid #e5e5e5;
  }

  .iconHover:hover .C-link1 {
    border-bottom: 1px solid var(--color);
  }

  .C-link1-parent:hover .C-link1 {
    border-bottom: 1px solid var(--color);
  }

  .chb3 .bg-txt {
    font-size: 150px;
    right: 7px;
    bottom: 26px;
  }

  .chb4 {
    padding: 42px 5%;
  }

  .chb4-inner {
    max-width: 90%;
  }

  .chb4-header {
    margin-bottom: 21px;
  }

  .chb4-tabs {
    gap: 21px;
    margin-bottom: 21px;
    border-bottom: 1px solid #e5e5e5;
  }

  .chb4-tab {
    padding: 7px 0;
  }

  .chb4-tab-line {
    width: 100%;
    height: 2px;
  }

  .chb4-nav {
    gap: 7px;
  }

  .chb4-list {
    flex-direction: column;
    gap: 14px;
  }

  .chb4-list.on {
    display: flex;
  }

  .chb4-item {
    width: 100%;
    height: 400px;
    border-radius: 10px;
  }

  .chb4-item-bg {
    width: 100%;
    height: 100%;
  }

  .chb4-item-bg img {
    width: 100%;
    height: 100%;
  }

  .chb4-item::before {
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.8) 100%);
  }

  .chb4-item-content {
    width: 100%;
    padding: 50px 21px 21px;
    flex-direction: column;
    align-items: flex-start;
  }

  .chb4-item-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 11px;
  }

  .chb4-meta-row {
    gap: 5px;
  }

  .chb4-meta-row .icon {
    width: 8px;
  }

  .chb4-meta-booth {
    padding: 2px 5px;
    border-radius: 3px;
    margin-top: 4px;
  }

  .chb4-item-title {
    margin: 9px 0 11px;
  }

  .chb4-item-desc {
    margin-bottom: 14px;
  }

  .chb4-item-btn {
    gap: 4px;
    border-radius: 9999px;
  }

  .chb4-item:hover .chb4-item-btn {
    text-underline-offset: 2px;
  }

  .chb4-item-btn .icon {
    width: 16px;
    height: 16px;
  }

  .chb4-item-btn img {
    width: 100%;
    height: 100%;
  }

  .chb5 {
    padding: 55px 0;
    border-radius: 15px;
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.1);
  }

  .chb5-mask {
    width: 160px;
    height: 100%;
    display: none;
  }

  .chb5-mask-left {
    background: linear-gradient(90deg, #f3efeb 0%, rgba(243, 239, 235, 0) 100%);
  }

  .chb5-mask-right {
    background: linear-gradient(270deg, #f3efeb 0%, rgba(243, 239, 235, 0) 100%);
  }

  .chb5-header {
    margin-bottom: 53px;
  }

  .chb5-line {
    width: 35px;
    height: 2px;
  }

  .chb5-swiper-wrap {
    margin: 0;
    padding: 0 5%;
  }

  .chb5-card {
    width: 100%;
    border-radius: 18px;
    border: 1px solid #e5e5e5;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
  }

  .chb5-card-img {
    width: 100%;
    height: 200px;
  }

  .chb5-card-img>img {
    width: 100%;
    height: 100%;
  }

  .chb5-card-location {
    gap: 7px;
    width: 100%;
    padding: 4px 16px;
  }

  .chb5-card-location .icon {
    width: 14px;
  }

  .chb5-card-info {
    padding: 10px 18px 16px;
  }

  .chb5-card-title {
    margin-bottom: 5px;
  }

  .chb5-card-desc {
    margin-bottom: 7px;
  }

  .chb5-card-divider {
    width: 100%;
  }

  .chb5-nav {
    margin-top: 42px;
    gap: 7px;
  }

  .chb6 {
    padding: 62px 5% 55px;
  }

  .chb6-inner {
    max-width: 90%;
  }

  .chb6-header {
    margin-bottom: 28px;
  }

  .chb6-nav {
    gap: 7px;
  }

  .chb6-list {
    gap: 14px;
  }

  .chb6-card {
    flex: none;
    width: 100%;
    min-height: 101px;
    padding: 11px;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
  }

  .chb6-card:hover {
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.15);
  }

  .chb6-card-icon {
    width: 21px;
    height: 21px;
    margin-bottom: 11px;
  }

  .chb6-card-icon img {
    width: 100%;
    height: 100%;
  }

  .chb6-card-tag span {
    margin-bottom: 2px;
  }

  .chb6-card-title {
    margin-bottom: 30px;
  }

  .chb6-card-bottom {
    left: 11px;
    right: 11px;
    bottom: 11px;
  }

  .chb6-card-download {
    width: 21px;
    height: 21px;
  }

  .chb6-card-download img {
    width: 100%;
    height: 100%;
  }

  .content-hub-info-page .chb10 {
    height: 490px;
  }

  .chb10-bg {
    width: 100%;
    height: 100%;
  }

  .chb10-bg img {
    width: 100%;
    height: 100%;
  }

  .chb10-overlay {
    width: 100%;
    height: 100%;
    background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
  }

  .chb10-inner {
    height: 100%;
    padding: 97px 5% 0;
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-left: 0;
  }

  .chb10-divider {
    display: flex;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, #e5e5e5 52.88%, rgba(127, 127, 127, 0) 100%);
    margin-bottom: 21px;
  }

  .chb10-meta {
    gap: 7px;
    margin-bottom: 21px;
  }

  .chb10-dot {
    width: 3px;
    height: 3px;
    border-radius: 50%;
  }

  .chb10-back {
    gap: 5px;
    margin-bottom: 21px;
  }

  .chb10-back .icon {
    width: 14px;
  }

  .chb10-title-wrap {
    margin-bottom: 21px;
  }

  .chb10-desc {
    max-width: 456px;
  }

  .chb11 {
    padding: 42px 5%;
  }

  .chb11-inner {
    max-width: 100%;
    gap: 35px;
  }

  .chb11-aside {
    width: 100%;
    position: static;
    flex-shrink: 0;
    top: 50px;
  }

  .chb11-aside-header {
    padding-bottom: 7px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 11px;
    display: none;
  }

  .chb11-nav {
    display: flex;
    flex-direction: column;
    gap: 7px;
    margin-bottom: 21px;
    display: none;
  }

  .chb11-nav-item {
    display: flex;
    align-items: flex-start;
    gap: 7px;
    padding: 4px 0;
  }

  .chb11-nav-item .dot {
    width: 3px;
    height: 3px;
    margin-top: 3px;
    border-radius: 50%;
    flex-shrink: 0;
  }

  .chb11-share {
    padding-top: 0;
    border-top: none;
    padding-bottom: 14px;
    border-bottom: 1px solid #e5e5e5;
  }

  .chb11-share-title {
    margin-bottom: 7px;
  }

  .chb11-share-list {
    display: flex;
    gap: 7px;
  }

  .chb11-share-list .item {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    display: flex;
    flex-wrap: wrap;
  }

  .chb11-share-list .item .icon {
    width: 16px;
  }

  .chb11-content {
    flex: 1;
  }

  .chb11-article {
    margin-bottom: 42px;
  }

  .chb11-section {
    margin-bottom: 28px;
  }

  .chb11-section-title {
    margin-bottom: 14px;
  }

  .chb11-section-img {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 14px;
  }

  .chb11-section-img img {
    width: 100%;
  }

  .chb11-section-text {
    margin-bottom: 14px;
  }

  .chb11-section-text p {
    margin-bottom: 11px;
  }

  .chb11-section-divider {
    width: 21px;
    height: 1px;
    margin-top: 21px;
  }

  .chb11-post-nav {
    padding: 35px 0;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 28px;
  }

  .chb11-post-link {
    max-width: none;
  }

  .chb11-post-meta {
    gap: 5px;
    margin-bottom: 4px;
  }

  .chb11-post-meta .icon {
    width: 14px;
  }

  .chb11-post-link:hover .chb11-post-title {
    text-underline-offset: 2px;
  }

  .chb11-related-header {
    margin-bottom: 21px;
    align-items: flex-end;
  }

  .chb11-related-tag {
    margin-bottom: 4px;
  }

  .chb11-related-link {
    gap: 5px;
  }

  .chb11-related-link .icon {
    width: 14px;
  }

  .chb11-related-link:hover .icon {
    transform: translateX(2px);
  }

  .chb11-related-list {
    gap: 21px;
  }

  .chb11-related-card {
    border-radius: 10px;
    border: 1px solid #e5e5e5;
  }

  .chb11-related-card:hover {
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
  }

  .chb11-related-card-img {
    width: 100%;
    height: 130px;
  }

  .chb11-related-card-img>img {
    width: 100%;
    height: 100%;
  }

  .chb11-related-card-btn {
    right: 11px;
    bottom: 11px;
    width: 21px;
    height: 21px;
    border-radius: 100%;
    box-shadow: 0 5px 8px -3px rgba(0, 0, 0, 0.1), 0 4px 5px -4px rgba(0, 0, 0, 0.1);
  }

  .chb11-related-card-btn img {
    width: 100%;
    height: 100%;
  }

  .chb11-related-card-info {
    padding: 13px 18px 19px;
  }

  .chb11-related-card-meta {
    gap: 7px;
    margin-bottom: 7px;
  }

  .chb11-related-card-meta .line {
    width: 11px;
    height: 1px;
  }

  .chb11-related-card-title {
    margin-bottom: 7px;
  }

  .chb11-related-card-desc {
    margin-bottom: 11px;
  }

  .chb11-related-card-link {
    gap: 5px;
  }

  .chb11-related-card:hover .chb11-related-card-link {
    border-bottom: 1px solid var(--color);
  }

  .chb11-related-card-link .icon {
    width: 14px;
  }

  .cs-nav-float {
    left: 50%;
    bottom: 42px;
    transform: translateX(-50%);
    max-width: 100%;
  }

  .cs-nav-inner {
    padding: 3px;
    gap: 5px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 20px;
    -webkit-backdrop-filter: blur(25px);
    backdrop-filter: blur(25px);
    box-shadow: 0px 13px 25px -6px rgba(0, 0, 0, 0.4);
  }

  .cs-nav-btn {
    padding: 5px 11px;
    border-radius: 20px;
  }

  .cs-nav-btn:hover {
    box-shadow: 0px 4px 5px -4px rgba(0, 0, 0, 0.1), 0px 5px 8px -3px rgba(0, 0, 0, 0.1);
  }

  .cs-nav-btn.active {
    box-shadow: 0px 4px 5px -4px rgba(0, 0, 0, 0.1), 0px 5px 8px -3px rgba(0, 0, 0, 0.1);
  }

  .cs2 {
    padding: 55px 5% 100px;
    margin-top: 0;
  }

  .cs2-inner {
    max-width: 90%;
  }

  .cs2-title {
    width: 100%;
  }

  .cs2-content {
    width: 100%;
    gap: 17px;
  }

  .cs2-desc {
    width: 100%;
  }

  .cs2-detail {
    width: 100%;
    padding-left: 11px;
    border-left: 2px solid var(--color);
  }

  .cs2-arrow {
    width: 31px;
    height: 31px;
  }

  .cs3 {
    padding: 70px 0;
    border-radius: 15px;
    margin-top: -47px;
  }

  .cs3-bg {
    width: 100%;
    height: 100%;
  }

  .cs3-bg::after {
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 118.91%), linear-gradient(0deg, rgba(0, 0, 0, 0.46) 0%, rgba(0, 0, 0, 0.46) 100%);
  }

  .cs3-bg img {
    width: 100%;
    height: 100%;
  }

  .cs3-inner {
    max-width: 90%;
    width: 100%;
  }

  .cs3-header {
    margin-bottom: 42px;
  }

  .cs3-tag {
    gap: 7px;
    margin-bottom: 14px;
  }

  .cs3-line {
    width: 21px;
    height: 1px;
  }

  .cs3-title {
    margin-bottom: 17px;
  }

  .cs3-list {
    gap: 28px;
  }

  .cs3-item {
    display: flex;
    flex-direction: column;
    padding-top: 21px;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
  }

  .cs3-item-header {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 10px;
  }

  .cs3-item-top {
    width: 100%;
    margin-bottom: 25px;
  }

  .cs3-icon {
    width: 20px;
    height: 20px;
  }

  .cs3-item-subtitle {
    margin-bottom: 11px;
  }

  .cs3-item-solution {
    padding: 11px 30px 11px 11px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    flex: 1;
  }

  .cs4 {
    padding: 70px 5%;
    border-radius: 0 0 15px 15px;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  }

  .cs4-inner {
    max-width: 90%;
  }

  .cs4-header {
    margin-bottom: 56px;
  }

  .cs4-tag {
    gap: 7px;
    margin-bottom: 14px;
  }

  .cs4-line {
    width: 21px;
    height: 1px;
  }

  .cs4-title {
    margin-bottom: 14px;
  }

  .cs4-list {
    gap: 32px;
  }

  .cs4-item {
    padding: 22px;
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 21px;
  }

  .cs4-icon {
    width: 28px;
    height: 28px;
    margin-bottom: 11px;
    border-radius: 10px;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
    display: flex;
  }

  .cs4-icon img {
    width: 16px;
    height: 16px;
  }

  .cs4-item-title {
    margin-bottom: 11px;
  }

  .cs4-item-subtitle {
    margin-bottom: 11px;
  }

  .cs4-divider {
    width: 100%;
    height: 1px;
    margin-bottom: 11px;
  }

  .cs5 {
    padding: 47px 5% 55px;
    border-radius: 0 0 15px 15px;
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.1);
  }

  .cs5-header {
    margin-bottom: 56px;
  }

  .cs5-tag {
    gap: 7px;
    margin-bottom: 14px;
  }

  .cs5-line {
    width: 21px;
    height: 1px;
  }

  .cs5-nav {
    gap: 7px;
  }

  .cs5-card {
    width: 100%;
    padding: 0 0 0 21px;
    border-left: 1px solid rgba(102, 102, 102, 0.1);
    display: flex;
    flex-direction: column;
  }

  .cs5-card-header {
    justify-content: flex-start;
    margin-bottom: 14px;
  }

  .cs5-card-num {
    margin-right: 7px;
  }

  .cs5-card-desc {
    width: 100%;
    margin-bottom: 28px;
  }

  .cs5-card .bg {
    width: 100%;
    height: 229px;
    border-radius: 11px;
    box-shadow: 0px 13px 25px -6px rgba(0, 0, 0, 0.25);
  }

  .cs5-card .bg::after {
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgb(17, 17, 17) 0%, rgba(17, 17, 17, 0) 50%);
  }

  .cs6 {
    padding: 42px 5%;
  }

  .cs6-inner {
    max-width: 90%;
  }

  .cs6-section {
    margin-bottom: 56px;
  }

  .cs6-header {
    margin-bottom: 21px;
  }

  .cs6-title {
    margin-bottom: 4px;
  }

  .cs6-nav {
    gap: 7px;
  }

  .cs6-card {
    width: 200px;
    height: 150px;
    border-radius: 11px;
    border: 1px solid #e5e5e5;
  }

  .cs6-card-info {
    width: 100%;
    padding: 14px;
    border-top: 1px solid #e5e5e5;
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
  }

  .cs6-card-info h4 {
    margin-bottom: 2px;
  }

  .cs7-card {
    width: 225px;
    height: 127px;
    border-radius: 11px;
    box-shadow: 0px 4px 5px -4px rgba(0, 0, 0, 0.1), 0px 5px 8px -3px rgba(0, 0, 0, 0.1);
  }

  .cs7-card-bg {
    width: 100%;
    height: 100%;
  }

  .cs7-card-bg img {
    width: 100%;
    height: 100%;
  }

  .cs7-card-gradient {
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0) 100%);
  }

  .cs7-card-tag {
    left: 11px;
    top: 9px;
    padding: 1px 5px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 9999px;
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
  }

  .cs7-card-info {
    padding: 14px;
  }

  .cs7-card-info h4 {
    margin-bottom: 2px;
  }

  .pdt1 {
    width: 100%;
    min-height: 420px;
  }

  .pdt1-bg {
    width: 100%;
    height: 100%;
  }

  .pdt1-bg img {
    width: 100%;
    height: 100%;
  }

  .pdt1-mask {
    width: 100%;
    height: 100%;
  }

  .pdt1-mask img {
    width: 100%;
    height: 100%;
  }

  .pdt1-content {
    left: 5%;
    top: 151px;
    width: 100%;
  }

  .pdt1-tag {
    padding: 2px 5px;
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    margin-bottom: 21px;
  }

  .pdt1-title {
    margin-bottom: 21px;
  }

  .pdt1-desc {
    margin-bottom: 21px;
  }

  .pdt1-divider {
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, #e5e5e5 52.88%, rgba(127, 127, 127, 0) 100%);
    margin-bottom: 21px;
  }

  .pdt1-btns {
    gap: 11px;
  }

  .pdt1-btn-primary {
    padding: 7px 14px;
    border-radius: 9999px;
  }

  .pdt1-btn-secondary {
    display: inline-flex;
    gap: 5px;
    padding: 7px 14px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 9999px;
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
  }

  .pdt1-btn-secondary .icon {
    width: 14px;
  }

  .pdt2 {
    width: 100%;
    padding: 42px 5%;
    border-radius: 0 0 15px 15px;
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.1);
  }

  .pdt2-bg-swiper {
    width: 100%;
    height: 100%;
  }

  .pdt2-bg-swiper::after {
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0.8) 50%, rgba(0, 0, 0, 0) 100%);
  }

  .pdt2-bg-swiper .swiper-slide img {
    width: 100%;
    height: 100%;
  }

  .pdt2-inner {
    padding: 0 11px;
  }

  .pdt2-header {
    margin-bottom: 35px;
  }

  .pdt2-title {
    margin-bottom: 7px;
  }

  .pdt2-list {
    gap: 7px;
  }

  .pdt2-item {
    padding: 18px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 18px;
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
  }

  .pdt2-item:hover,
  .pdt2-item.active {
    box-shadow: 0px 13px 25px -6px rgba(0, 0, 0, 0.25);
  }

  .pdt2-item-icon {
    height: 22px;
    margin-bottom: 18px;
    text-align: left;
    width: max-content;
  }

  .pdt2-item-icon img {
    height: 100%;
  }

  .pdt2-item-info h3 {
    margin-bottom: 7px;
  }

  .pdt2-item-arrow {
    right: 14px;
    bottom: 11px;
    width: 11px;
    height: 11px;
  }

  .pdt3 {
    padding: 70px 5%;
    border-radius: 0 0 15px 15px;
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.1);
  }

  .pdt3-inner {
    gap: 42px;
  }

  .pdt3-left {
    width: 100%;
    padding: 56px 0;
  }

  .pdt3-tag {
    margin-bottom: 14px;
  }

  .pdt3-header h2 {
    margin-bottom: 14px;
  }

  .pdt3-series {
    gap: 7px;
  }

  .pdt3-series-icon {
    width: 20px;
    height: 20px;
  }

  .pdt3-right {
    flex: 1;
  }

  .pdt3-intro {
    margin-bottom: 21px;
  }

  .pdt3-divider {
    width: 100%;
    height: 1px;
    margin-bottom: 21px;
  }

  .pdt3-details {
    gap: 21px;
    margin-bottom: 35px;
  }

  .pdt3-details p {
    flex: 1;
  }

  .pdt3-btn-wrap {
    display: inline-flex;
    gap: 15px;
  }

  .pdt3-btn-info span:first-child {
    margin-bottom: 1px;
  }

  .pdt3-btn-arrow {
    width: 28px;
    height: 28px;
  }

  .pdt4 {
    padding: 74px 5%;
  }

  .pdt4-left {
    flex: none;
    width: 100%;
    margin: 0 0 58px;
  }

  .pdt4-left h2 {
    margin-bottom: 21px;
  }

  .pdt4-list {
    display: flex;
    flex-direction: column;
  }

  .pdt4-item {
    display: flex;
    gap: 11px;
    margin-bottom: 21px;
  }

  .pdt4-item-icon {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    display: flex;
    border: 1px solid #e5e5e5;
    border-radius: 9999px;
  }

  .pdt4-item-icon .icon {
    width: 22px;
  }

  .pdt4-item-info h3 {
    margin-bottom: 4px;
  }

  .pdt4 .C-link1 {
    margin-left: 32px;
  }

  .pdt4-right {
    width: 100%;
  }

  .pdt4-swiper {
    border-radius: 11px;
    box-shadow: 0 13px 25px -6px rgba(0, 0, 0, 0.25);
  }

  .pdt4-swiper .swiper-slide img {
    width: 100%;
  }

  .pdt5 {
    width: 100%;
    height: 540px;
    border-radius: 15px;
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.1);
  }

  .pdt5-video {
    width: 100%;
    height: 100%;
  }

  .pdt5 .poster {
    width: 100%;
    height: 100%;
  }

  .pdt5-overlay {
    width: 100%;
    height: 100%;
  }

  .pdt5-mask {
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0) 100%);
  }

  .pdt5-content {
    width: 100%;
    height: 100%;
  }

  .pdt5-info h2 {
    margin: 19px 0 8px;
  }

  .pdt5-info p {
    margin-bottom: 14px;
  }

  .pdt5-play {
    display: inline-flex;
    width: 32px;
    height: 32px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
  }

  .pdt5-play img {
    width: 16px;
    height: 16px;
  }

  .pdt6-header {
    border-bottom: 1px solid #e5e5e5;
    border-radius: 0 0 15px 15px;
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.1);
    padding: 70px 95px 42px;
    margin-top: -20px;
  }

  .pdt6-header h2 {
    margin-bottom: 11px;
  }

  .pdt6-body {
    padding: 42px 0;
  }

  .pdt6-tabs-wrap {
    margin-bottom: 28px;
    width: 90%;
    margin-left: 5%;
  }

  .pdt6-tabs {
    display: inline-flex;
    padding: 10px;
    border: 1px solid #e5e5e5;
    border-radius: 20px;
    gap: 6px;
  }

  .pdt6-tab {
    padding: 4px 11px;
    border-radius: 20px;
  }

  .pdt6-tab.active {
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
  }

  .pdt6-swiper-wrap {
    padding: 0 5%;
  }

  .pdt6-card {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
  }

  .pdt6-card-img {
    width: 100%;
    height: auto;
    border-right: 1px solid #e5e5e5;
  }

  .pdt6-card-info {
    flex: none;
    width: 100%;
    padding: 19px 14px;
    display: flex;
    flex-direction: column;
  }

  .pdt6-card-header {
    margin-bottom: 4px;
  }

  .pdt6-card-desc {
    margin-bottom: 11px;
  }

  .pdt6-card-specs {
    margin-bottom: 14px;
    gap: 7px;
  }

  .pdt6-card-spec {
    flex: 1;
  }

  .pdt6-card-spec span:last-child {
    margin-top: 2px;
  }

  .pdt6-card-btns {
    gap: 5px;
  }

  .pdt6-card-btn-primary {
    flex: 1;
    display: flex;
    height: 30px;
    border-radius: 9999px;
    border: 1px solid #e5e5e5;
  }

  .pdt6-card-btn-primary:hover {
    border: 1px solid #8b6247;
  }

  .pdt6-card-btn-secondary {
    width: 30px;
    height: 30px;
  }

  .pdt6-card-btn-secondary img {
    width: 100%;
  }

  .pdt6-nav {
    margin-top: 28px;
    gap: 7px;
  }

  .pdt7 {
    border-top: 1px solid #e5e5e5;
    padding: 42px 10%;
  }

  .pdt7-inner {
    max-width: 90%;
    padding: 0 11px;
  }

  .pdt7-inner h2 {
    margin-bottom: 18px;
  }

  .pdt7-list {
    gap: 28px;
  }

  .pdt7-icon {
    width: 20px;
    height: 20px;
    margin: 0 auto 4px;
  }

  .pdt-modal {
    width: 100%;
    height: 100%;
  }

  .pdt-modal-overlay {
    width: 100%;
    height: 100%;
  }

  .pdt-modal-content {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 90%;
    border-radius: 11px;
    display: flex;
    flex-direction: column;
  }

  .pdt-modal-header {
    flex-shrink: 0;
    padding: 9px 14px;
    border-bottom: 1px solid #e5e5e5;
  }

  .pdt-modal-title h2 {
    margin-bottom: 2px;
  }

  .pdt-modal-actions {
    gap: 11px;
  }

  .pdt-modal-download {
    gap: 5px;
    padding: 5px 11px;
    border-radius: 9999px;
  }

  .pdt-modal-download .icon {
    width: 10px;
    height: 10px;
  }

  .pdt-modal-close {
    width: 21px;
    height: 21px;
  }

  .pdt-modal-close::before,
  .pdt-modal-close::after {
    left: 50%;
    top: 50%;
    width: 10px;
    height: 1px;
    border-radius: 1px;
  }

  .pdt-modal-close::before {
    transform: translate(-50%, -50%) rotate(45deg);
  }

  .pdt-modal-close::after {
    transform: translate(-50%, -50%) rotate(-45deg);
  }

  .pdt-modal-body {
    height: 479px;
    padding: 14px;
  }

  .pdt-modal-table {
    height: 100%;
    padding-right: 5px;
  }

  .pdt-modal-table::-webkit-scrollbar {
    width: 2px;
    height: 1px;
  }

  .pdt-modal-table img {
    width: 100%;
  }

  .abt1 {
    width: 100%;
    min-height: 540px;
  }

  .abt1 .play {
    top: 70px;
    right: 5%;
    width: 28px;
    box-shadow: 0 13px 25px -6px rgba(0, 0, 0, 0.25);
  }

  .abt1-bg {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
  }

  .abt1-bg img {
    width: 100%;
    height: 100%;
  }

  .abt1-overlay {
    width: 100%;
    height: 87px;
    background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
  }

  .abt1-content {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .abt1-content p {
    margin-top: 11px;
  }

  .abt1-stats {
    left: 5%;
    right: 5%;
    bottom: 21px;
  }

  .abt1-stat {
    width: 100%;
    text-align: center;
    margin: 5px 0;
  }

  .abt1-stat-num {
    margin-top: 6px;
  }

  .abt1-stat-num span:last-child {
    margin-left: 2px;
  }

  .abt1-stat-desc {
    margin-top: 6px;
  }

  .abt1-divider {
    display: none;
    width: 1px;
    height: 47px;
  }

  .abt2 {
    padding: 59px 1%;
    border-radius: 0 0 15px 15px;
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.1);
  }

  .abt2 .t1 {
    width: 100%;
    letter-spacing: 3px;
  }

  .abt2 .t2 {
    width: 100%;
    margin: 10px auto 21px;
  }

  .abt2 .t3 {
    width: 100%;
  }

  .abt3 {
    padding: 55px 5% 77px;
    border-top: 1px solid #e5e5e5;
  }

  .abt3-inner {
    max-width: 90%;
  }

  .abt3 .sec-title {
    margin-bottom: 50px;
  }

  .abt3 .sec-title .k1 {
    letter-spacing: 3px;
  }

  .abt3 .sec-title .k2 {
    margin: 6px 0 5px;
  }

  .abt3 .sec-title .line {
    width: 21px;
    height: 2px;
  }

  .abt3-line {
    left: -10px;
    width: 1px;
    transform: translateX(-50%);
  }

  .abt3-progress {
    width: 100%;
  }

  .abt3-item {
    width: 100%;
    padding-bottom: 12px;
  }

  .abt3-item .abt3-card {
    width: 100%;
    padding: 13px 35px 13px 32px;
  }

  .abt3-item .abt3-card::after {
    width: 21px;
    height: 21px;
    border-top: 2px solid #8b6247;
    border-left: 2px solid #8b6247;
    opacity: 0.1;
  }

  .abt3-item .abt3-card .abt3-btn {
    width: 21px;
    top: 7px;
  }

  .abt3-item .abt3-card .bg {
    height: 103px;
    border-radius: 10px;
  }

  .abt3-item .abt3-card .abt3-card-info .t2 {
    margin: 5px 0 0;
  }

  .abt3-item .abt3-card .abt3-card-info .t3 {
    margin: 9px 0 14px;
  }

  .abt3-item:nth-child(2n) {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
  }

  .abt3-item:nth-child(2n) .abt3-card {
    padding: 13px 35px 13px 32px;
  }

  .abt3-item:nth-child(2n) .abt3-card::after {
    border-right: 2px solid #8b6247;
  }

  .abt3-dot {
    top: 5px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    left: 50%;
    transform: translateX(-50%);
  }

  .abt3 .map-box {
    width: 100%;
    height: 1250px;
  }

  .abt4 {
    border-radius: 15px;
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.1);
  }

  .abt4-bg {
    width: 100%;
    height: 100%;
  }

  .abt4-circles {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .abt4-circle {
    border-radius: 50%;
    border: 1px solid rgba(139, 98, 71, 0.3);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .abt4-circle-1 {
    width: 300px;
    height: 300px;
    border: 1px dashed rgba(139, 98, 71, 0.2);
  }

  .abt4-circle-2 {
    width: 400px;
    height: 400px;
    border: 1px solid rgba(139, 98, 71, 0.6);
  }

  .abt4-circle-3 {
    width: 506px;
    height: 506px;
    border: 1px dashed rgba(139, 98, 71, 0.2);
  }

  .abt4-inner {
    padding: 120px 5%;
    min-height: 471px;
  }

  .abt4-center {
    left: 50%;
    top: 50%;
    width: 190px;
    height: 190px;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    border-radius: 9999px;
    border: 1px solid #e5e5e5;
    background: linear-gradient(180deg, rgba(139, 98, 71, 0) 21.15%, rgba(139, 98, 71, 0.2) 100%);
    box-shadow: 0 13px 25px -6px rgba(0, 0, 0, 0.25);
  }

  .abt4-center .t6 {
    width: 100%;
  }

  .abt4-cards {
    width: 100%;
    gap: 60px 150px;
  }

  .abt4-card {
    width: 100%;
    padding: 18px;
    border-radius: 18px;
    border: 1px solid #e5e5e5;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.03);
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
  }

  .abt4-card:nth-child(2) {
    margin-bottom: 180px;
  }

  .abt4-card .abt4-card-icon {
    width: 25px;
    height: 25px;
    border-radius: 10px;
    margin-bottom: 11px;
    display: flex;
    flex-wrap: wrap;
  }

  .abt4-card .abt4-card-icon img {
    width: 14px;
  }

  .abt4-card h3 {
    margin-bottom: 11px;
  }

  .abt5 {
    padding: 70px 5% 81px;
  }

  .abt5-inner {
    max-width: 90%;
  }

  .abt5-inner h2 {
    margin-bottom: 42px;
  }

  .abt5-cards {
    gap: 42px;
  }

  .abt5-card {
    width: 100%;
  }

  .abt5 .bg {
    width: 112px;
    height: 112px;
    border-radius: 50%;
    border: 1px solid #e5e5e5;
  }

  .abt5-info {
    margin-top: 18px;
  }

  .abt5-role {
    margin-top: 4px;
  }

  .abt5-desc {
    margin-top: 6px;
  }

  .home2 {
    padding: 43px 5% 29px;
    border-radius: 0 0 15px 15px;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
  }

  .home2-bg {
    width: 100%;
  }

  .home2-bg canvas {
    width: 100%;
    height: 100%;
  }

  .home2-list {
    margin-top: 13px;
  }

  .home2-list .item {
    width: 50%;
    margin-bottom: 20px;
  }

  .home2-list .desc {
    padding-left: 5px;
    border-left: 2px solid #8b6247;
    margin-top: 2px;
  }

  .home2-divider {
    height: 1px;
    margin-top: 18px;
    background: linear-gradient(90deg, rgba(215, 204, 200, 0) 0%, rgb(215, 204, 200) 50%, rgba(215, 204, 200, 0) 100%);
  }

  .foot4 {
    right: 18px;
    bottom: 70px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    box-shadow: 0 4px 5px -4px rgba(6, 78, 59, 0.5), 0 5px 8px -3px rgba(165, 127, 102, 0.5);
  }

  .home3 {
    padding: 42px 5%;
  }

  .home3-header {
    padding-bottom: 14px;
    border-bottom: 1px solid #e5e5e5;
  }

  .home3-list {
    margin-top: 35px;
  }

  .home3-list .item {
    gap: 42px;
    margin-bottom: 42px;
  }

  .home3-list .item .bg {
    width: 100%;
    border-radius: 10px;
    border: 1px solid #e5e5e5;
    box-shadow: 0 13px 25px -6px rgba(0, 0, 0, 0.25);
  }

  .home3-list .item .bqtxt {
    right: 8px;
    top: 5px;
    padding: 1px 4px;
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
  }

  .home3-list .item .info {
    flex: 1;
  }

  .home3-list .item .info .tag {
    margin-bottom: 7px;
    padding: 2px 4px;
    border-radius: 4px;
    border: 1px solid rgba(139, 98, 71, 0.3);
  }

  .home3-list .item .info .title {
    margin-bottom: 11px;
  }

  .home3-list .item .info .desc {
    margin-bottom: 14px;
  }

  .home3-list .item .info .ul {
    border-top: 1px solid #e5e5e5;
    padding: 10px 0 14px;
  }

  .home3-list .item .info .ul .li {
    display: flex;
  }

  .home3-list .item .info .ul .li::before {
    width: 3px;
    height: 3px;
    border-radius: 100%;
    margin-right: 5px;
  }

  .home3-list .item .info .ul .li p {
    flex: 1;
  }

  .home3-list .item .info .ul .li:nth-last-child(n+2) {
    margin-bottom: 5px;
  }

  .home3-list .item:nth-of-type(2n) {
    flex-direction: row-reverse;
  }

  .home4 {
    padding: 42px 5% 55px;
    border-radius: 15px;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
  }

  .home4-inner {
    padding: 0 11px;
  }

  .home4-header {
    padding-bottom: 11px;
    border-bottom: 1px solid #aaa09c;
  }

  .home4-accordion {
    display: flex;
    flex-wrap: wrap;
    margin-top: 21px;
    border-radius: 11px;
    box-shadow: 0 13px 25px -5px rgba(0, 0, 0, 0.25);
    height: auto;
  }

  .accordion-item {
    width: 100%;
    height: 400px;
    border-left: 1px solid #e5e5e5;
  }

  .accordion-item.active {
    flex: none;
    width: 100%;
  }

  .accordion-item .accordion-bg {
    width: 100%;
    height: 100%;
  }

  .accordion-item .accordion-bg img {
    width: 100%;
    height: 100%;
  }

  .accordion-item .accordion-content {
    width: 100%;
    padding: 21px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.9) 100%);
  }

  .accordion-item .accordion-content .num {
    margin-bottom: 11px;
  }

  .accordion-item .accordion-content .title {
    margin-bottom: 14px;
  }

  .accordion-item .accordion-content .line {
    width: 21px;
    height: 2px;
  }

  .accordion-item .accordion-content .desc {
    max-width: 230px;
    margin: 14px 0 18px;
  }

  .C-more {
    display: inline-flex;
    padding: 7px 14px;
    gap: 5px;
    border-radius: 9999px;
    border: 1px solid #fff;
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
  }

  .C-more.theme2 {
    border: 1px solid var(--color);
  }

  .C-more:hover {
    border: 1px solid var(--color);
  }

  .C-more .icon {
    width: 18px;
  }

  .accordion-header {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(0);
    gap: 7px;
  }

  .home5 {
    padding: 42px 5%;
  }

  .home5-swiper .zuo {
    flex: none;
    width: 100%;
    margin: 0 0 28px;
  }

  .home5-swiper .zuo .slide-img {
    width: 143px;
    height: 206px;
  }

  .home5-swiper .zuo .slide-img img {
    width: 100%;
    height: 100%;
  }

  .home5-swiper .zuo .slide-info {
    margin-left: 12px;
    flex: 1;
  }

  .home5-swiper .zuo .slide-info .tag {
    margin-bottom: 11px;
  }

  .home5-swiper .zuo .slide-info .title {
    margin-bottom: 14px;
  }

  .home5-swiper .zuo .slide-info .desc {
    margin-bottom: 18px;
  }

  .home5-swiper .zuo .slide-info .slide-preview {
    width: 261px;
    height: 261px;
    border-radius: 18px;
  }

  .home5-swiper .zuo .slide-info .btn1 {
    padding: 7px 18px;
    border-radius: 50px;
    box-shadow: 0 5px 8px -3px #E4E4E7, 0 4px 5px -4px #E4E4E7;
  }

  .home5-swiper .slide-preview {
    width: 100%;
    height: 261px;
    border-radius: 18px;
  }

  .home5-swiper .slide-preview .preview-overlay {
    right: 10px;
    bottom: 10px;
    padding: 1px 5px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 4px;
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
  }

  .home5-pagination {
    display: flex;
    gap: 5px;
    margin-top: 28px;
  }

  .home5-pagination .swiper-pagination-bullet {
    width: 4px;
    height: 4px;
    border-radius: 50%;
  }

  .home5-pagination .swiper-pagination-bullet-active {
    width: 14px;
    border-radius: 4px;
  }

  .home6 {
    padding: 42px 5% 57px;
    border-radius: 15px;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
    overflow: hidden;
  }

  .home6-vector {
    right: 5%;
    bottom: 5%;
    width: 100%;
  }

  .home6-left {
    width: 100%;
  }

  .home6-left h2 {
    margin-bottom: 19px;
  }

  .home6-left .pic {
    border-radius: 10px;
  }

  .home6-left .ask {
    padding: 7px 11px;
    border-radius: 10px;
    border: 1px solid rgba(244, 244, 245, 0.2);
    width: 100%;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
  }

  .home6-left .ask .icon {
    width: 21px;
    margin-right: 7px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .home6-left .ask .txt {
    flex: 1;
  }

  .home6-left .ask .txt .t6 {
    letter-spacing: 1px;
  }

  .home6-right {
    flex: none;
    width: 100%;
    margin: 40px 0 0;
    gap: 30px 37px;
  }

  .home6-right .item {
    width: 100%;
    border-radius: 14px;
    border: 1px solid #F4F4F5;
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    padding: 18px;
    height: 100%;
  }

  .home6-right .item .iconbox {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    display: flex;
    flex-wrap: wrap;
  }

  .home6-right .item .iconbox .icon {
    width: 20px;
  }

  .home6-right .item .t1 {
    margin: 14px 0 5px;
  }

  .home6-right .item2 {
    padding: 26px 18px;
    border-radius: 14px;
    border: 1px solid rgba(244, 244, 245, 0.1);
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    grid-column: span 1;
  }

  .home6-right .item2 .icon {
    width: 16px;
  }

  .home6-right .item2 .t4 {
    margin-left: 10px;
  }

  .home6-right .item2 .t3 {
    margin-top: 15px;
  }

  .home7 {
    padding: 42px 0;
  }

  .home7-title {
    margin-bottom: 14px;
  }

  .home7-title p {
    margin-top: 14px;
  }

  .home7-mask-left {
    width: 98px;
    height: 100%;
    background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  }

  .home7-mask-right {
    width: 94px;
    height: 100%;
    background: linear-gradient(-90deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  }

  .home7 .loopLogos-warpper .item {
    width: 132px;
    height: 59px;
    padding: 0 14px;
    border: 1px solid rgba(102, 102, 102, 0.3);
    border-radius: 10px;
    margin-right: 12px;
  }

  .home7 .loopLogos-warpper .item img {
    width: 100%;
    height: 100%;
  }

  .home7 .loopLogos-warpper.reverse {
    margin-top: 12px;
  }

  .home8 {
    padding: 42px 5%;
  }

  .home8-inner h2 {
    margin-bottom: 14px;
  }

  .home8-tabs {
    gap: 14px;
    padding-bottom: 1px;
    border-bottom: 1px solid #e5e5e5;
  }

  .home8-tabs .tab {
    padding: 0 0 7px;
    border-bottom: 2px solid transparent;
    margin-bottom: -1px;
  }

  .home8-list {
    gap: 15px;
    margin-top: 22px;
  }

  .home8-list .card-img {
    border-radius: 10px;
    border: 1px solid #e5e5e5;
  }

  .home8-list .card-img img {
    width: 100%;
    height: 100%;
  }

  .home8-list .card-info {
    padding-top: 8px;
  }

  .home8-list .card-title {
    margin-bottom: 4px;
  }

  .home1 {
    height: auto;
  }

  .home1 .sec1 {
    display: none;
  }

  .home1 .sec1 .icon {
    width: 100%;
    left: 50%;
    top: 193px;
    transform: translate(-50%, 0);
  }

  .home1 .sec2 {
    height: 100%;
    mask: none;
  }

  .home1 .sec2::after {
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(5, 5, 5, 0) 0%, #010101 100%);
  }

  .home1 .sec3 {
    bottom: 124px;
    width: 100%;
    padding: 0 5%;
  }

  .home1 .sec3 .t1 {
    background-image: linear-gradient(180deg, #8B6247 0%, #DEDEDE 100%);
  }

  .home1 .sec3 .line {
    flex: none;
    width: 100%;
    height: 1px;
    margin: 40px 0;
  }

  .home1 .sec3 .btns {
    gap: 8px;
  }

  .home1.default .sec3 .C-more.theme1 {
    border: 1px solid #333;
  }

  .home1.default .sec3 .C-more.theme1:hover {
    border: 1px solid var(--color);
  }

  .home1 .more-line {
    width: 1px;
    height: 42px;
    background: linear-gradient(180deg, #8B6247 0%, rgba(139, 98, 71, 0) 100%);
    left: 50%;
    bottom: 13px;
  }
}