:root {
    --swiper-theme-color: #c00;
  }
  
  @font-face {
    font-family: "PingFang";
    src: url("../font/PingFang.woff2") format("woff2"), url("../font/PingFang.woff") format("woff"), url("../font/PingFang.ttf") format("truetype"), url("../font/PingFang.eot") format("embedded-opentype"), url("../font/PingFang.svg") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }
  html {
    font-family: -apple-system, "PingFang", "Arial", "Heiti SC", "Microsoft Yahei", "Helvetica Neue", "Helvetica", Arial, sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    color: #eee;
    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  
  body {
    background: #fff;
    font-size: 1.075rem;
    line-height: 1.35;
    letter-spacing: 0.0125em;
  }
  
  body.body-bg-light {
    background: #eee;
  }
  
  body,
  ul,
  ol,
  dl,
  dt,
  dd,
  p,
  h1,
  h2,
  h3,
  h4,
  h5 {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  
  div,
  li {
    box-sizing: border-box;
  }
  
  main,
  header,
  footer,
  section,
  figure,
  figcaption,
  article,
  aside,
  nav,
  address,
  form,
  legend,
  fieldset,
  details,
  summary,
  data,
  time,
  video,
  source,
  canvas,
  svg {
    display: block;
    box-sizing: border-box;
    margin: 0;
  }
  
  ul,
  ol {
    list-style: none;
  }
  
  hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
  }
  
  a {
    background-color: transparent;
    text-decoration: none;
    color: inherit;
  }
  
  abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
  }
  
  b,
  strong {
    font-weight: bolder;
  }
  
  em {
    font-style: normal;
  }
  
  small {
    font-size: 80%;
  }
  
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  
  sub {
    bottom: -0.25em;
  }
  
  sup {
    top: -0.5em;
  }
  
  img {
    width: 100%;
    height: auto;
    display: block;
    -ms-interpolation-mode: bicubic;
    border: none;
  }
  
  button,
  input,
  select,
  textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
    border: 0;
    box-sizing: border-box;
  }
  
  button,
  input {
    overflow: visible;
  }
  
  button,
  select {
    text-transform: none;
  }
  
  button,
  [type=button],
  [type=reset],
  [type=submit] {
    -webkit-appearance: button;
  }
  
  button::-moz-focus-inner,
  [type=button]::-moz-focus-inner,
  [type=reset]::-moz-focus-inner,
  [type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0;
  }
  
  button:-moz-focusring,
  [type=button]:-moz-focusring,
  [type=reset]:-moz-focusring,
  [type=submit]:-moz-focusring {
    outline: 0;
  }
  
  button:active {
    outline: none;
  }
  
  fieldset {
    padding: 0.35em 0.75em 0.625em;
  }
  
  legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
  }
  
  textarea {
    overflow: auto;
    resize: none;
  }
  
  [type=checkbox],
  [type=radio] {
    box-sizing: border-box;
    padding: 0;
  }
  
  [type=number]::-webkit-inner-spin-button,
  [type=number]::-webkit-outer-spin-button {
    height: auto;
  }
  
  [type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
  }
  
  [type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  
  ::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
  }
  
  summary {
    display: list-item;
  }
  
  [hidden] {
    display: none;
  }
  
  input, textarea {
    border: 0;
    outline: 0;
  }
  input:focus, textarea:focus {
    outline: 0;
  }
  
  button {
    background: transparent;
    cursor: pointer;
  }
  
  .flex {
    display: flex;
    justify-content: space-between;
  }
  
  .flex-column {
    display: flex;
    flex-direction: column;
  }
  
  .flex-auto {
    flex: auto;
  }
  
  .flex-none {
    flex: none;
  }
  
  .flex-wrap {
    flex-wrap: wrap;
  }
  
  .justify-start {
    justify-content: start;
  }
  
  .justify-center {
    justify-content: center;
  }
  
  .justify-between {
    justify-content: space-between;
  }
  
  .align-center {
    align-items: center;
  }
  
  .align-stretch {
    align-items: stretch;
  }
  
  .align-start {
    align-items: flex-start;
  }
  
  .align-end {
    align-items: flex-end;
  }
  
  .relative {
    position: relative;
  }
  
  .absolute {
    position: absolute;
  }
  
  .static {
    position: static;
  }
  
  .text-left {
    text-align: left;
  }
  
  .text-center {
    text-align: center;
  }
  
  .text-orange {
    color: rgb(200, 20, 0);
  }
  
  .text-yellow {
    color: rgb(220, 160, 0);
  }
  
  .text-grey {
    color: #333;
  }
  
  .text-lgrey {
    color: rgba(51, 51, 51, 0.85);
  }
  
  .text-light {
    color: #eee;
  }
  
  .text-white {
    color: #fff;
  }
  
  .text-blue {
    color: rgb(20, 40, 60);
  }
  
  .text-strong {
    color: #32b4ff;
  }
  
  .text-green {
    color: rgb(80, 170, 50);
  }
  
  .text-gradient1 {
    color: #fff;
    background: -webkit-linear-gradient(0deg, #b200cc, rgb(200, 20, 0));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  
  .text-gradient2 {
    color: #333;
    background: linear-gradient(90deg, #3877ad 20%, #bc70ff 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  
  .font-bold {
    font-weight: bold;
  }
  
  .font-semibold {
    font-weight: 500;
  }
  
  .font-normal {
    font-weight: normal;
  }
  
  .text-2xl {
    font-size: 4rem;
  }
  
  .text-xl {
    font-size: 3rem;
  }
  
  .text-l {
    font-size: 2.5rem;
  }
  
  .text-m {
    font-size: 2rem;
  }
  
  .text-s {
    font-size: 1.5rem;
  }
  
  .text-xs {
    font-size: 1.15rem;
  }
  
  .text-p {
    font-size: 1rem;
    line-height: 1.35;
  }
  
  .uppercase {
    text-transform: uppercase;
  }
  
  .bg-dark {
    background-color: #000;
  }
  
  .bg-black {
    background-color: #1a1a1a;
  }
  
  .bg-orange {
    background-color: rgb(200, 20, 0);
  }
  
  .bg-grey {
    background-color: #333;
  }
  
  .bg-light {
    background-color: #eee;
  }
  
  .bg-white {
    background-color: #fff;
  }
  
  .bg-blue {
    background-color: rgb(20, 40, 60);
  }
  
  .bg-strong {
    background-color: #32b4ff;
  }
  
  .bg-gradient {
    background: linear-gradient(150deg, #f05000, #06c, #14283c, #b200cc);
  }
  
  .width-1200 {
    width: 1200px;
  }
  
  .width-400 {
    width: 400px;
  }
  
  .width-640 {
    width: 640px;
  }
  
  .width-full {
    width: 100%;
  }
  
  .width-1-2 {
    width: 48%;
  }
  
  .width-1-3 {
    width: 31%;
  }
  
  .width-2-3 {
    width: 66%;
  }
  
  .width-1-4 {
    width: 23%;
  }
  
  .width-3-4 {
    width: 75%;
  }
  
  .width-1-5 {
    width: 19%;
  }
  
  .width-1-6 {
    width: 15.5%;
  }
  
  .mg-auto {
    margin-left: auto;
    margin-right: auto;
  }
  
  .mt-10 {
    margin-top: 10px;
  }
  
  .mt-20 {
    margin-top: 20px;
  }
  
  .mt-30 {
    margin-top: 30px;
  }
  
  .mt-40 {
    margin-top: 40px;
  }
  
  .mt-60 {
    margin-top: 60px;
  }
  
  .mt-80 {
    margin-top: 80px;
  }
  
  .mlr-10 {
    margin-left: 10px;
    margin-right: 10px;
  }
  
  .ml-100 {
    margin-left: 100px;
  }
  
  .pd-6 {
    padding: 6px;
  }
  
  .pd-10 {
    padding: 10px;
  }
  
  .pd-20 {
    padding: 20px;
  }
  
  .pd-40 {
    padding: 40px;
  }
  
  .pdlr-10 {
    padding-left: 10px;
    padding-right: 10px;
  }
  
  .pdlr-40 {
    padding-left: 40px;
    padding-right: 40px;
  }
  
  .pdtb-20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  
  .pdtb-80 {
    padding: 80px 0;
  }
  
  .pdb-40 {
    padding-bottom: 40px;
  }
  
  .pdb-60 {
    padding-bottom: 60px;
  }
  
  .pdb-80 {
    padding-bottom: 80px;
  }
  
  ol li {
    margin: 4px 0;
  }
  
  .round-10 {
    border-radius: 10px;
  }
  
  .round-20 {
    border-radius: 20px;
  }
  
  .round-2 {
    border-radius: 2px;
  }
  
  .round-4 {
    border-radius: 4px;
  }
  
  .circle {
    border-radius: 50%;
  }
  
  .inline-block {
    display: inline-block;
  }
  
  .underline {
    text-decoration: underline;
  }
  
  .blur {
    backdrop-filter: blur(8px);
  }
  
  .text-shine {
    text-shadow: 0 0 6px rgba(255, 255, 255, 0.5);
  }
  
  .overflow {
    overflow: hidden;
  }
  
  .round-img img {
    border-radius: 10px;
    overflow: hidden;
  }
  
  .img-cover {
    overflow: hidden;
  }
  .img-cover img {
    height: 100%;
    object-fit: cover;
  }
  
  .order-0 {
    order: 0;
  }
  
  .order-1 {
    order: 1;
  }
  
  .zindex-top {
    z-index: 1;
  }
  
  .zindex-bottom {
    z-index: -1;
  }
  
  .absolute-center-x {
    left: 50%;
    transform: translateX(-50%);
  }
  
  .absolute-center-y {
    top: 50%;
    transform: translateY(-50%);
  }
  
  .absolute-center-t {
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 4px;
    transform: translateX(-50%);
  }
  
  .absolute-center-b {
    position: absolute;
    z-index: 1;
    left: 50%;
    top: auto;
    bottom: 60px;
    transform: translateX(-50%);
  }
  
  .absolute-center {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  
  .absolute-default {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  
  .pointer {
    cursor: pointer;
  }
  
  .link + .link {
    margin-left: 30px;
  }
  .link span[class^=icon-] {
    transform: rotate(-90deg);
    margin-top: 2px;
  }
  
  .landing-form-textarea {
    height: 6rem;
  }
  
  .landing-form-submit {
    width: 200px;
    height: 4rem;
  }
  
  .title-border-b {
    border-bottom: 1px solid rgba(238, 238, 238, 0.2);
  }
  
  .ul-circle-list li {
    position: relative;
    padding-left: 16px;
    margin: 0.4em 0;
  }
  .ul-circle-list li:before {
    content: "";
    position: absolute;
    top: 0.435em;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #32b4ff;
  }
  .ul-circle-list li:hover > a {
    color: rgb(200, 20, 0);
  }
  
  .multi-layer {
    position: relative;
    z-index: 1;
    width: 1000px;
    border-radius: 10px;
  }
  .multi-layer:before, .multi-layer:after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    height: 80px;
    background-color: inherit;
    border-radius: 20px;
    z-index: 0;
  }
  .multi-layer:before {
    top: -24px;
    width: 94%;
    opacity: 0.5;
  }
  .multi-layer:after {
    top: -40px;
    width: 86%;
    opacity: 0.3;
  }
  
  .hover {
    transition: all 0.3s ease;
  }
  
  .hover-img:hover img {
    transform: scale(1.01);
  }
  .hover-img img {
    transition: all 0.5s ease;
  }
  
  .hover-underline:hover {
    text-decoration: underline;
  }
  
  .hover-color-white:hover {
    color: #fff;
  }
  
  .hover-color-strong:hover {
    color: #32b4ff;
  }
  
  .hover-color-blue:hover {
    color: rgb(20, 40, 60);
  }
  
  .hover-color-orange:hover {
    color: rgb(200, 20, 0);
  }
  
  .hover-bg-strong:hover {
    background-color: #32b4ff;
  }
  
  .hover-bg-blue:hover {
    background-color: rgb(20, 40, 60);
  }
  
  .hover-bg-orange:hover {
    background-color: rgb(200, 20, 0);
  }
  
  .pop-wrapper {
    position: fixed;
    z-index: 10000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background: #1a1a1a;
    overflow: hidden;
    display: none;
    justify-content: center;
  }
  
  .pop-close {
    position: absolute;
    z-index: 10001;
    top: 20px;
    right: 40px;
    width: 80px;
    height: 80px;
    transform: rotate(45deg);
    cursor: pointer;
  }
  .pop-close:before, .pop-close:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 2px;
  }
  .pop-close:before {
    width: 2px;
    height: 40px;
  }
  .pop-close:after {
    width: 40px;
    height: 2px;
  }
  
  .pop-content {
    width: 80%;
  }
  
  .pop-search-wrapper {
    border-radius: 4px;
    overflow: hidden;
  }
  .pop-search-wrapper input[type=text] {
    flex: 1;
    padding: 16px;
    background: #eee;
    height: 60px;
    line-height: 60px;
    border-radius: 0;
  }
  .pop-search-wrapper button {
    width: 60px;
    height: 60px;
    box-sizing: border-box;
    padding: 16px;
    background: #eee;
    color: #32b4ff;
  }
  
  .pop-search-list li {
    margin: 0 10px;
  }
  
  .wechat-pop-wrapper {
    z-index: 99;
    background: rgba(26, 26, 26, 0.2);
    backdrop-filter: blur(10px);
    transform: translateY(-56px);
    align-items: center;
  }
  
  .wechat-pop-section {
    height: auto;
    background: #fff;
    color: #333;
    padding: 40px 30px;
    border-radius: 10px;
    position: relative;
    transform: translateY(60px);
  }
  .wechat-pop-section .wechat-content h3 {
    font-size: 2rem;
  }
  .wechat-pop-section .wechat-content i {
    font-size: 4rem;
  }
  .wechat-pop-section .wechat-content a {
    background: rgb(80, 170, 50);
    border-radius: 4px;
    color: #fff;
    height: 48px;
    line-height: 48px;
    margin-top: 8px;
    width: auto;
  }
  .wechat-pop-section .pop-close {
    top: 0;
    right: 0;
  }
  .wechat-pop-section .pop-close:before, .wechat-pop-section .pop-close:after {
    background: #333;
  }
  .wechat-pop-section .pop-close:before {
    height: 24px;
  }
  .wechat-pop-section .pop-close:after {
    width: 24px;
  }
  
  .outdoor-full-width-video {
    position: relative;
    overflow: hidden;
    display: inline-block;
    width: 100%;
    vertical-align: top;
  }
  
  .ratio-35:before {
    content: "";
    padding-top: 40%;
    float: left;
  }
  .ratio-35 video {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
  }
  .ratio-35:after {
    content: "";
    display: block;
    clear: both;
  }
  
  .ratio-50:before {
    content: "";
    padding-top: 50%;
    float: left;
  }
  .ratio-50:after {
    content: "";
    display: block;
    clear: both;
  }
  
  .link + .pop-quote-button {
    margin-left: 28px;
  }
  
  .pop-quote-button {
    padding: 16px 40px;
    transition: transform 0.3s;
  }
  .pop-quote-button:hover {
    transform: translatey(-2px);
  }
  
  .fixed-banner {
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .fixed-banner .fixed-height-400 {
    position: relative;
    width: 100%;
    height: 484px;
    vertical-align: top;
    overflow: hidden;
  }
  .fixed-banner .fixed-height-400:before {
    content: "";
    padding-top: 484px;
    float: left;
  }
  .fixed-banner .fixed-height-400:after {
    content: "";
    display: block;
    clear: both;
  }
  
  .fixed-banner-main {
    margin-top: 400px;
  }
  
  .wash-table-list {
    border-collapse: collapse;
    text-align: center;
    width: 100%;
  }
  .wash-table-list th, .wash-table-list td {
    padding: 6px 10px;
    border: 1px solid rgba(51, 51, 51, 0.2);
  }
  .wash-table-list th {
    color: #32b4ff;
    font-weight: 500;
  }
  
  @media screen and (max-width: 1200px) {
    .flex-column-m {
      flex-direction: column;
    }
    .width-1200 {
      width: 100%;
    }
    .width-1-m {
      width: 100%;
    }
    .width-1-2-m {
      width: 48%;
    }
    .width-1-3-m {
      width: 32%;
    }
    .mt-0-m {
      margin-top: 0;
    }
    .mt-10-m {
      margin-top: 10px;
    }
    .mt-20-m {
      margin-top: 20px;
    }
    .mt-40-m {
      margin-top: 40px;
    }
    .mt-60-m {
      margin-top: 60px;
    }
    .mlr-0-m {
      margin-left: 0;
      margin-right: 0;
    }
    .mlr-10-m {
      margin-left: 10px;
      margin-right: 10px;
    }
    .mlr-20-m {
      margin-left: 20px;
      margin-right: 20px;
    }
    .pd-0-m {
      padding: 0;
    }
    .pd-10-m {
      padding: 10px;
    }
    .pd-20-m {
      padding: 20px;
    }
    .pdlr-10-m {
      padding-left: 10px;
      padding-right: 10px;
    }
    .pdlr-20-m {
      padding-left: 20px;
      padding-right: 20px;
    }
    .pdlr-40-m {
      padding-left: 40px;
      padding-right: 40px;
    }
    .pdtb-40-m {
      padding-top: 40px;
      padding-bottom: 40px;
    }
    .pdb-10-m {
      padding-bottom: 10px;
    }
    .pdb-40-m {
      padding-bottom: 40px;
    }
    .text-2xl {
      font-size: 3rem;
    }
    .text-xl {
      font-size: 1.5rem;
    }
    .text-l {
      font-size: 1.35rem;
    }
    .text-m {
      font-size: 1.25rem;
    }
    .text-s {
      font-size: 1.15rem;
    }
    .text-xs {
      font-size: 1rem;
    }
    .text-2xl-m {
      font-size: 2rem;
    }
    .text-xl-m {
      font-size: 1.65rem;
    }
    .text-blue-m {
      color: rgb(20, 40, 60);
    }
    .text-grey-m {
      color: #333;
    }
    .text-lgrey-m {
      color: rgba(51, 51, 51, 0.85);
    }
    .absolute-center-t {
      top: 0;
    }
    .absolute-center-b {
      bottom: 30px;
    }
    .position-none-m {
      position: static;
      top: 0;
      left: 0;
      transform: translate(0, 0);
      margin: 0;
    }
    .display-none-m {
      display: none;
    }
    .border-b-m {
      border-bottom: 1px solid #eee;
    }
    .order-0-m {
      order: 0;
    }
    .order-1-m {
      order: 1;
    }
    .multi-layer {
      width: 94%;
    }
    .outdoor-full-width-video {
      position: static;
    }
    .ratio-35:before {
      padding-top: 0;
    }
    .ratio-35 video {
      position: static;
      top: 0;
      transform: translateY(0);
    }
    .fixed-banner {
      position: static;
    }
    .fixed-banner .fixed-height-400 {
      height: auto;
    }
    .fixed-banner .fixed-height-400:before {
      padding-top: 0;
    }
    .fixed-banner-main {
      margin-top: 0;
    }
  }
  .outdoor-print-switch-section {
    background: #eee;
    transition: background-color 0.5s;
  }
  .outdoor-print-switch-section h2, .outdoor-print-switch-section p {
    color: #333;
    transition: color 0.5s;
  }
  .outdoor-print-switch-section.active {
    background: #1a1a1a;
  }
  .outdoor-print-switch-section.active h2, .outdoor-print-switch-section.active p {
    color: #eee;
  }
  
  .outdoor-print-switch img {
    transition: opacity 1s;
  }
  .outdoor-print-switch span:nth-of-type(1) img {
    opacity: 1;
  }
  .outdoor-print-switch span:nth-of-type(2) {
    top: 0;
  }
  .outdoor-print-switch span:nth-of-type(2) img {
    opacity: 0;
  }
  .outdoor-print-switch.active span:nth-of-type(1) img {
    opacity: 0;
  }
  .outdoor-print-switch.active span:nth-of-type(2) img {
    opacity: 1;
  }
  
  .outdoor-print-switch-trigger input {
    display: none;
  }
  .outdoor-print-switch-trigger input:checked + label span {
    background: rgba(20, 40, 60, 0.8);
  }
  .outdoor-print-switch-trigger input:checked + label span:before {
    transform: translateX(28px);
    background: #32b4ff;
  }
  .outdoor-print-switch-trigger label {
    display: flex;
    align-items: center;
    cursor: pointer;
  }
  .outdoor-print-switch-trigger span {
    width: 68px;
    height: 36px;
    box-sizing: border-box;
    border-radius: 36px;
    background: #fff;
    display: flex;
    align-items: center;
    padding: 4px 8px;
    position: relative;
    transition: background-color 0.5s;
  }
  .outdoor-print-switch-trigger span:before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: rgb(200, 20, 0);
    transition: transform 0.5s, background-color 0.5s;
  }
  .outdoor-print-switch-trigger span:after {
    width: 130px;
    content: "";
    position: absolute;
    left: 80px;
    color: #32b4ff;
    font-size: 1.25rem;
    font-weight: bold;
  }
  
  .video {
    width: 100%;
  }
  .video iframe {
    width: 100%;
    height: 360px;
  }
  
  html {
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
    font-display: swap;
  }
  
  body {
    overflow-x: hidden;
    -webkit-tap-highlight-color: transparent;
  }
  body.active {
    height: 100%;
    overflow: hidden;
  }
  
  html, body {
    scroll-behavior: smooth;
  }
  
  @font-face {
    font-family: "icomoon";
    src: url("../font-new/icomoon.eot");
    src: url("../font-new/icomoon.eot#iefix") format("embedded-opentype"), url("../font-new/icomoon.ttf") format("truetype"), url("../font-new/icomoon.woff") format("woff"), url("../font-new/icomoon.svg#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: block;
  }
  [class^=icon-], [class*=" icon-"] {
    font-family: "icomoon";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  
  .icon-response:before {
    content: "\e919";
  }
  
  .icon-moq:before {
    content: "\e93a";
  }
  
  .icon-customize:before {
    content: "\e992";
  }
  
  .icon-delivery:before {
    content: "\e9af";
  }
  
  .icon-play:before {
    content: "\ea15";
  }
  
  .icon-pause:before {
    content: "\ea16";
  }
  
  .icon-logo:before {
    content: "\e917";
  }
  
  .icon-patent:before {
    content: "\e916";
  }
  
  .icon-cancel:before {
    content: "\e913";
  }
  
  .icon-check:before {
    content: "\e912";
  }
  
  .icon-location:before {
    content: "\e90f";
  }
  
  .icon-flag:before {
    content: "\e90e";
  }
  
  .icon-wechat:before {
    content: "\e910";
  }
  
  .icon-user:before {
    content: "\e90d";
  }
  
  .icon-edit:before {
    content: "\e904";
  }
  
  .icon-email:before {
    content: "\e903";
  }
  
  .icon-chevrons-down:before {
    content: "\e914";
  }
  
  .icon-chevron-down:before {
    content: "\e915";
  }
  
  .icon-search:before {
    content: "\e911";
  }
  
  .icon-arrow-right-circle:before {
    content: "\e901";
  }
  
  .icon-phone:before {
    content: "\e918";
  }
  
  .icon-organize:before {
    content: "\e90c";
  }
  
  .icon-twitter:before {
    content: "\e90b";
  }
  
  .icon-pinterest:before {
    content: "\e90a";
  }
  
  .icon-instagram:before {
    content: "\e909";
  }
  
  .icon-facebook:before {
    content: "\e908";
  }
  
  .icon-linkedin:before {
    content: "\e907";
  }
  
  .icon-youtube:before {
    content: "\e906";
  }
  
  .icon-skype:before {
    content: "\e905";
  }
  
  .icon-whatsapp:before {
    content: "\e902";
  }
  
  .icon-arrow-right:before {
    content: "\e900";
  }
  
  ::-webkit-scrollbar {
    width: 4px;
  }
  
  ::-webkit-scrollbar-track {
    background: #1a1a1a;
  }
  
  ::-webkit-scrollbar-thumb {
    background: rgb(220, 160, 0);
  }
  
  .clearfix:after {
    display: block;
    content: "";
    clear: both;
  }
  
  .subnav, .aside-contact, .page-header, .page-footer {
    display: flex;
  }
  
  .page-header-m, .page-footer-m {
    display: none;
  }
  
  @media screen and (max-width: 1200px) {
    .subnav .aside-contact, .page-header, .page-footer {
      display: none;
    }
    .page-header-m, .page-footer-m {
      display: flex;
    }
  }
  .page-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 90px;
    padding: 0 80px;
    background: linear-gradient(180deg, rgba(26, 26, 26, 0.2), transparent);
    color: #fff;
    transition: all 0.3s;
  }
  .page-header > * {
    height: 100%;
  }
  .page-header.hidden-header {
    transform: translateY(-90px);
  }
  .page-header.header-bg {
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 1px 1px rgba(26, 26, 26, 0.05);
    color: #333;
    backdrop-filter: blur(10px);
  }
  .page-header.header-bg .header-search button {
    color: #333;
  }
  .page-header a {
    font-size: 1.15rem;
  }
  .page-header:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: rgba(238, 238, 238, 0.2);
  }
  
  .cnss-logo a {
    height: 100%;
    align-items: center;
  }
  .cnss-logo span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 42px;
    height: 42px;
    background: rgb(220, 160, 0);
    border-radius: 4px;
    font-size: 1.75rem;
    color: rgb(20, 40, 60);
    margin-right: 6px;
  }
  .cnss-logo em {
    font-size: 2.25rem;
    font-weight: bold;
    margin-top: 4px;
    color: rgb(220, 160, 0);
  }
  
  .cnss-nav > ul {
    height: 100%;
  }
  .cnss-nav > ul > li {
    height: 100%;
    position: relative;
  }
  .cnss-nav > ul > li.active, .cnss-nav > ul > li:hover {
    text-shadow: 0 0 12px rgba(255, 255, 255, 0.6), 0 0 4px rgba(255, 255, 255, 0.9);
  }
  .cnss-nav > ul > li.active:before, .cnss-nav > ul > li:hover:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #32b4ff;
  }
  .cnss-nav > ul > li a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    height: 100%;
    position: relative;
    transition: all 0.3s;
  }
  .cnss-nav > ul > li:hover .cnss-subnav {
    height: auto;
    transform: translate(-50%, 0);
  }
  .cnss-nav > ul .cnss-subnav {
    position: absolute;
    overflow: hidden;
    height: 0;
    z-index: 1000;
    top: 100%;
    left: 50%;
    width: 200px;
    padding: 0 20px;
    transform: translate(-50%, 0);
    will-change: transform;
    background: rgba(255, 255, 255, 0.95);
    color: #333;
    box-shadow: 0 6px 12px rgba(20, 40, 60, 0.2);
    color: #333;
    transition: all 0.3s;
  }
  .cnss-nav > ul .cnss-subnav a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 16px;
    border-top: 1px solid rgba(51, 51, 51, 0.05);
    transition: all 0.3s;
  }
  .cnss-nav > ul .cnss-subnav a:hover {
    color: rgb(200, 20, 0);
  }
  .cnss-nav > ul .cnss-subnav a:hover:before {
    display: none;
  }
  .cnss-nav > ul .cnss-subnav:before {
    content: "";
    position: absolute;
    top: -2px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #32b4ff;
  }
  
  .header-en a {
    display: flex;
    padding: 8px;
    border-bottom: 1px solid #32b4ff;
  }
  
  .header-search {
    margin-left: 10px;
  }
  .header-search button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    border-radius: 2px;
    font-size: 1.35rem;
    color: #fff;
    cursor: pointer;
  }
  
  .page-header-m {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    height: 56px;
    padding: 0 10px;
    background: #fff;
    box-shadow: 0 2px 2px rgba(20, 40, 60, 0.1);
  }
  .page-header-m .cnss-logo {
    flex: 1;
  }
  .page-header-m .cnss-logo em {
    font-size: 1.8rem;
  }
  
  .m-header-en {
    width: 36px;
    height: 36px;
    background: #eee;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #333;
    font-size: 0.85rem;
  }
  
  .m-nav-icon {
    width: 48px;
    height: 48px;
    position: relative;
  }
  .m-nav-icon input {
    width: 100%;
    height: 100%;
    opacity: 0;
  }
  .m-nav-icon input:checked ~ span:before {
    top: 23px;
    transform: rotate(45deg);
    transition: top 0.3s, transform 0.3s 0.2s;
  }
  .m-nav-icon input:checked ~ span:after {
    top: 23px;
    transform: rotate(-45deg);
    transition: top 0.3s, transform 0.3s 0.2s;
  }
  .m-nav-icon span:before, .m-nav-icon span:after {
    content: "";
    position: absolute;
    right: 10px;
    width: 21px;
    height: 2px;
    margin-left: -6px;
    background: rgba(20, 40, 60, 0.8);
    border-radius: 2px;
    transform-origin: 50% 50%;
    will-change: transform;
    transform: translateZ(0);
    transition: transform 0.3s, top 0.3s 0.2s;
  }
  .m-nav-icon span:before {
    top: 18px;
  }
  .m-nav-icon span:after {
    top: 28px;
  }
  
  .m-nav-wrapper {
    position: absolute;
    top: 56px;
    left: 0;
    width: 100%;
    overflow-y: scroll;
    padding: 10px 10px 200px;
    background: #fff;
    display: none;
    height: 0;
    transform: translateY(-100%);
    height: 100vh;
    transform: translateY(0);
  }
  .m-nav-wrapper.active {
    display: flex;
    flex-direction: column;
    height: 100vh;
    transform: translateY(0);
  }
  
  .m-nav-list > ul > li {
    padding: 0 10px;
    line-height: 60px;
    overflow: hidden;
    border-bottom: 1px solid rgba(238, 238, 238, 0.5);
  }
  .m-nav-list > ul > li a {
    display: block;
  }
  
  .expand-icon {
    position: relative;
  }
  .expand-icon i {
    display: block;
    width: 20px;
    height: 20px;
    transition: transform 0.3s;
    position: relative;
  }
  .expand-icon i:before, .expand-icon i:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    background: rgba(51, 51, 51, 0.8);
    transform: translate(-50%, -50%);
  }
  .expand-icon i:before {
    width: 2px;
    height: 10px;
    margin-right: 4px;
  }
  .expand-icon i:after {
    width: 10px;
    height: 2px;
  }
  .expand-icon.active i {
    transform: rotate(45deg);
  }
  .expand-icon.active ~ .m-subnav {
    height: auto;
  }
  
  .m-subnav {
    height: 0;
    overflow: hidden;
    transition: height 0.3s;
  }
  .m-subnav li {
    line-height: 36px;
  }
  .m-subnav li:last-child {
    margin-bottom: 20px;
  }
  .m-subnav a {
    display: inline-block;
    padding: 0 0 0 12px;
    overflow: hidden;
    position: relative;
  }
  .m-subnav a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 4px;
    height: 4px;
    transform: translateY(-50%);
    background: rgba(51, 51, 51, 0.5);
  }
  
  .m-contact-nav {
    position: fixed;
    z-index: 999;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 56px;
    padding: 8px;
    overflow-x: hidden;
    background: #1a1a1a;
    box-shadow: 0 -2px 2px rgba(26, 26, 26, 0.1);
    color: #fff;
  }
  .m-contact-nav li, .m-contact-nav a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-radius: 40px;
    margin: 0 4px;
    overflow: hidden;
  }
  .m-contact-nav i {
    display: block;
    font-size: 1.35rem;
    margin: 0 2px 1px 0;
  }
  .m-contact-nav li:nth-of-type(1) a {
    background: rgb(200, 20, 0);
  }
  .m-contact-nav li:nth-of-type(2) {
    background: rgb(80, 170, 50);
  }
  .m-contact-nav li:nth-of-type(3) a {
    background: rgb(200, 20, 0);
  }
  
  .page-footer-m .footer-contact-wrapper {
    padding: 40px 20px 80px;
  }
  .page-footer-m .footer-contact-list {
    margin: 20px 0;
  }
  .page-footer-m .footer-contact-list dl {
    display: flex;
    overflow: hidden;
    padding: 12px 0;
    border-top: 1px solid rgba(51, 51, 51, 0.02);
    border-bottom: 1px solid rgba(51, 51, 51, 0.02);
    margin-top: -1px;
  }
  .page-footer-m .footer-contact-list dl:nth-of-type(6) {
    display: block;
  }
  
  .page-footer {
    padding: 80px 80px 10px;
  }
  .page-footer h2 {
    height: 80px;
  }
  .page-footer li {
    padding: 6px 0;
  }
  .page-footer img {
    width: 160px;
  }
  .page-footer a:hover {
    text-decoration: underline;
  }
  
  .page-footer-copyright {
    padding: 20px 0;
    margin-top: 40px;
    border-top: 1px solid rgba(51, 51, 51, 0.1);
  }
  
  .lazyload, .lazyloading {
    opacity: 0;
  }
  
  .lazyloaded {
    opacity: 1;
    transition: opacity 300ms;
  }
  
  .ratio-classify {
    position: relative;
  }
  .ratio-classify:before {
    content: "";
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 67.3685%;
    background: rgba(51, 51, 51, 0.2);
  }
  .ratio-classify > * {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    width: 100%;
  }
  
  .ratio-products {
    position: relative;
  }
  .ratio-products:before {
    content: "";
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    background: rgba(51, 51, 51, 0.2);
  }
  .ratio-products > * {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    width: 100%;
  }
  
  .swiper-button-prev:after, .swiper-button-next:after {
    content: "";
    display: none;
  }
  
  .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    opacity: 1;
    background: rgba(255, 255, 255, 0.5);
  }
  
  .swiper-pagination-bullet-active {
    background: rgba(255, 255, 255, 0.98);
  }
  
  .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 6px;
  }
  
  .fixbody {
    overflow: hidden;
    height: 100%;
  }
  
  :root {
    --swiper-theme-color: #c00;
  }
  
  .fabric-header {
    width: 100%;
    height: 100vh;
    overflow: hidden;
  }
  .fabric-header .fabric-banner-wrapper {
    width: 100%;
    height: 100%;
  }
  .fabric-header .fabric-banner-wrapper.active .fabric-header-content {
    transform: translate(-50%, -52%);
    opacity: 1;
  }
  .fabric-header .fabric-banner-wrapper video {
    position: absolute;
    top: 0;
    left: 50%;
    min-width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translateX(-50%);
  }
  .fabric-header .fabric-header-content {
    height: 100vh;
    opacity: 0;
    transform: translate(-50%, -48%);
    transition: all 2s 1s;
  }
  .fabric-header .fabric-header-content h1 {
    letter-spacing: 0.04em;
  }
  
  .index-banner-video {
    width: 100%;
    height: 100vh;
    overflow: hidden;
  }
  .index-banner-video video {
    position: absolute;
    top: 0;
    left: 50%;
    min-width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translateX(-50%);
  }
  
  .index-border-button {
    padding: 16px 60px 14px;
    max-width: 240px;
    background: transparent;
    transition: all 0.3s ease-in-out;
    color: #fff;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(2px);
    border: 1px solid #fff;
    position: relative;
  }
  .index-border-button:after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #fff;
    transition: all 0.3s ease-in-out;
  }
  .index-border-button:hover {
    color: rgb(20, 40, 60);
  }
  .index-border-button:hover:after {
    width: 100%;
  }
  
  .index-application-section {
    padding: 80px;
  }
  .index-application-section ul {
    width: 12%;
    justify-content: flex-start;
  }
  .index-application-section ul:nth-of-type(odd) {
    margin-top: 40px;
  }
  .index-application-section li {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 4% 0;
    border-radius: 4px;
    cursor: pointer;
  }
  .index-application-section li img {
    border-radius: 4px;
    transition: all 0.5s ease-out;
  }
  .index-application-section li:hover img {
    transform: scale(1.05);
  }
  
  .index-slogan h2 {
    letter-spacing: 0.035em;
  }
  .index-slogan li {
    position: relative;
    padding: 0 24px;
    margin: 4px 0;
  }
  .index-slogan li:after {
    content: "";
    position: absolute;
    right: 0;
    top: 10%;
    width: 1px;
    height: 80%;
    background: rgba(220, 160, 0, 0.3);
  }
  .index-slogan li:last-of-type:after {
    display: none;
  }
  
  .gsap-title {
    position: absolute;
    z-index: 1;
    letter-spacing: 0.3em;
  }
  
  .gradient-title {
    z-index: 2;
    font-weight: bold;
    background: linear-gradient(108deg, #0090f7, #ba62fc 33%, #f2416b 66%, #f55600);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    opacity: 0;
  }
  
  .carousel-wrapper {
    position: relative;
    width: 100%;
    height: 640px;
    overflow-x: hidden;
  }
  
  @keyframes imgFadeScale {
    0% {
      opacity: 0.8;
      transform: scale(1.1);
    }
    100% {
      opacity: 1;
      transform: scale(1);
    }
  }
  @keyframes fadeUp {
    0% {
      opacity: 0;
      transform: translate(-50%, 0);
    }
    100% {
      opacity: 1;
      transform: translate(-50%, -20px);
    }
  }
  .carousel-panel {
    position: relative;
    width: 1200px;
    height: 640px;
    border-radius: 10px;
    margin: 0 20px;
    overflow: hidden;
  }
  .carousel-panel h3 {
    position: absolute;
    left: 50%;
    bottom: 20px;
    width: 100%;
    padding: 0 20px;
    text-align: center;
    color: #fff;
    opacity: 0;
  }
  .carousel-panel img {
    opacity: 0.8;
    transform: scale(1.1);
    transition: none;
  }
  .carousel-panel.active img {
    animation: imgFadeScale 3s ease-out forwards;
  }
  .carousel-panel.active h3 {
    animation: fadeUp 1.5s ease-out 0.5s forwards;
  }
  
  .carousel-track {
    display: flex;
    margin: 0 auto;
    width: fit-content;
  }
  
  .carousel-controls {
    position: sticky;
    bottom: 20px;
    width: 210px;
    height: 50px;
    margin: 40px auto;
    background: rgba(50, 180, 255, 0.4);
    backdrop-filter: blur(4px);
    padding: 20px 0;
    border-radius: 80px;
  }
  .carousel-controls ul {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .carousel-controls li {
    width: 28px;
    height: 28px;
    position: relative;
    cursor: pointer;
    transition: all 0.5s;
  }
  .carousel-controls li:hover:after {
    background: #fff;
  }
  .carousel-controls li:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 10px;
  }
  .carousel-controls li.active:after {
    background: #fff;
  }
  
  @media screen and (max-width: 1200px) {
    .index-slogan li {
      padding: 0 12px;
    }
    .carousel-wrapper {
      height: auto;
    }
    .carousel-track {
      display: flex;
      margin: 0 auto;
      width: 600%;
    }
    .carousel-panel {
      width: 90%;
      height: 100%;
    }
    .carousel-controls {
      bottom: 80px;
    }
  }
  .material-bg-wrapper {
    height: 100vh;
  }
  
  .material-list-title {
    position: absolute;
    top: 50%;
    left: 80px;
    transform: translateY(-50%);
    z-index: 2;
    padding: 80px 40px;
  }
  .material-list-title ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    min-width: fit-content;
  }
  .material-list-title li {
    display: inline-flex;
    width: auto;
    padding: 14px 40px 12px 40px;
    font-weight: normal;
    cursor: pointer;
    background: #333;
    border-radius: 40px;
    margin: 4px 0;
    overflow: hidden;
    color: #fff;
    transition: background 0.5s;
  }
  .material-list-title li h3 {
    font-weight: normal;
  }
  .material-list-title li.active {
    background: rgb(220, 160, 0);
    color: #1a1a1a;
  }
  
  .material-list-img {
    position: absolute;
    z-index: 0;
    width: 100%;
    min-height: 100vh;
  }
  .material-list-img li {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: -1;
    transition: all 0.5s;
  }
  .material-list-img li.active {
    opacity: 1;
    z-index: 1;
  }
  .material-list-img picture,
  .material-list-img img {
    height: 100%;
    object-fit: cover;
  }
  
  .material-list-content {
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 40px;
    transform: translate(-50%, 0);
    text-align: center;
    max-width: 480px;
  }
  .material-list-content a {
    transition: all 0.3s;
  }
  .material-list-content a:hover {
    color: rgb(220, 160, 0);
  }
  
  .index-link-icon:before {
    display: inline-block;
    transform: rotate(-90deg) translate(-1px, 0);
  }
  
  .material-carousel-controls {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(26, 26, 26, 0.5);
    width: 240px;
  }
  
  @media screen and (max-width: 1200px) {
    .material-bg-wrapper, .material-list-img {
      height: 90vh;
      min-height: 720px;
    }
  }
  .index-clothing-section {
    width: 100%;
    height: 100vh;
    overflow: hidden;
  }
  
  .index-clothing-img-default,
  .index-clothing-img-list li {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .index-clothing-img-default picture,
  .index-clothing-img-default img,
  .index-clothing-img-list li picture,
  .index-clothing-img-list li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transform: scale(1.04);
    transition: transform 0.8s;
  }
  
  .index-clothing-img-default {
    z-index: 1;
  }
  
  .index-clothing-img-list {
    z-index: 2;
    width: 100%;
    height: 100%;
  }
  .index-clothing-img-list li {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease, visibility 0.5s ease;
  }
  .index-clothing-img-list li.active {
    opacity: 1;
    visibility: visible;
    z-index: 3;
  }
  .index-clothing-img-list li.active img {
    transform: scale(1);
  }
  
  .index-clothing-list {
    position: absolute;
    top: 50%;
    left: 80px;
    transform: translateY(-50%);
    z-index: 2;
    padding: 80px 40px;
  }
  .index-clothing-list ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    min-width: fit-content;
  }
  .index-clothing-list li {
    display: inline-flex;
    width: auto;
    padding: 14px 40px 12px 40px;
    font-weight: normal;
    cursor: pointer;
    background: #333;
    border-radius: 40px;
    margin: 4px 0;
    overflow: hidden;
    color: #fff;
    transition: all 0.5s;
  }
  .index-clothing-list li:hover {
    color: #333;
    background: rgb(220, 160, 0);
  }
  .index-clothing-list li h3 {
    font-weight: normal;
  }
  
  .index-clothing-list-content {
    z-index: 5;
  }
  
  .index-about-section {
    height: 900px;
  }
  .index-about-section picture, .index-about-section img {
    height: 100%;
    object-fit: cover;
  }
  
  .index-about-list {
    padding: 60px 40px 56px;
    background: #1a1a1a;
    position: relative;
    z-index: 2;
  }
  .index-about-list li {
    position: relative;
    width: 20%;
    text-align: center;
  }
  .index-about-list li:after {
    content: "";
    position: absolute;
    right: 0;
    top: 10%;
    width: 1px;
    height: 80%;
    background: rgba(238, 238, 238, 0.1);
  }
  .index-about-list li:last-of-type:after {
    display: none;
  }
  
  .index-about-content {
    z-index: 2;
  }
  
  .index-about-text-content {
    margin: 60px 80px 0;
    justify-content: space-between;
    padding: 40px 40px 36px;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(8px);
    box-shadow: 0 0 30px rgba(20, 40, 60, 0.4);
  }
  .index-about-text-content li {
    width: 33.33%;
    padding: 0 60px;
    text-align: center;
    position: relative;
  }
  .index-about-text-content li:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background: rgba(51, 51, 51, 0.2);
  }
  .index-about-text-content li:last-of-type:after {
    display: none;
  }
  
  .index-certify-section {
    width: 100%;
    height: 100vh;
  }
  
  .index-certify-list {
    top: 0;
    left: 0;
    z-index: 2;
    display: flex;
    width: 100%;
    height: 100%;
  }
  .index-certify-list li {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 33.33%;
    padding: 30px;
    background: rgba(20, 40, 60, 0.1);
  }
  .index-certify-list li:before {
    content: "";
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: rgba(20, 40, 60, 0.7);
    transition: all 0.5s;
  }
  .index-certify-list li:after {
    content: "";
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background: rgba(255, 255, 255, 0.2);
  }
  .index-certify-list li:last-of-type:after {
    display: none;
  }
  .index-certify-list li:hover:before {
    width: 100%;
    backdrop-filter: blur(3px);
  }
  .index-certify-list li:hover .index-certify-list-content {
    margin-top: -4px;
  }
  
  .index-certify-list-content {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    width: 80%;
    transform: translate(-50%, -50%);
    transition: all 0.6s;
  }
  .index-certify-list-content p {
    font-size: 1.25rem;
  }
  
  .infinite-slider {
    position: relative;
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    cursor: grab;
    min-height: 380px;
    height: 420px;
    padding: 20px 0;
  }
  .infinite-slider .slider-track {
    display: flex;
    align-items: center;
    position: absolute;
    top: 20px;
    bottom: 20px;
    left: 0;
  }
  .infinite-slider .slider-track .slide {
    flex: 0 0 auto;
    width: 40vw;
    max-width: 640px;
    margin: 0 10px;
    position: relative;
  }
  .infinite-slider .slider-track .slide:after {
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    left: -1%;
    width: 102%;
    height: 100%;
    background: rgba(20, 40, 60, 0);
    transition: all 0.5s;
  }
  .infinite-slider .slider-track .slide:hover:after {
    background: rgba(20, 40, 60, 0.6);
    backdrop-filter: blur(3px);
  }
  .infinite-slider .slider-track .slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    flex-shrink: 0;
    user-select: none;
    pointer-events: none;
    border-radius: 8px;
  }
  .infinite-slider .index-about-honor-content {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .infinite-slider .index-about-honor-content:hover h4 {
    transform: translateY(0);
    opacity: 1;
  }
  .infinite-slider .index-about-honor-content h4 {
    position: relative;
    transform: translateY(20px);
    opacity: 0;
    transition: all 0.5s;
    user-select: none;
    pointer-events: none;
  }
  .infinite-slider.dragging {
    cursor: grabbing;
  }
  
  @media (max-width: 1200px) {
    .infinite-slider .slider-track .slide {
      width: 80vw;
    }
    .index-about-text-content {
      margin: 40px 40px 0;
      padding: 0 40px;
    }
    .index-about-text-content li {
      width: 100%;
      padding: 40px 0;
    }
    .index-about-text-content li:after {
      top: auto;
      bottom: 0;
      width: 100%;
      height: 1px;
    }
    .index-about-list {
      padding: 60px 0 56px;
    }
  }
  @media (max-width: 768px) {
    .infinite-slider .slider-track .slide {
      width: 95vw;
    }
    .infinite-slider {
      min-height: 280px;
      height: auto;
    }
    .index-certify-section {
      height: 90vh;
    }
    .index-certify-list {
      flex-direction: column;
    }
    .index-certify-list li {
      width: 100%;
      height: 33.3%;
    }
    .index-certify-list li:after {
      width: 100%;
      height: 1px;
      background: rgba(255, 255, 255, 0.2);
    }
    .index-certify-list li:first-of-type:after {
      display: none;
    }
    .index-certify-list li:last-of-type:after {
      display: block;
    }
    .index-certify-list li:before {
      display: none;
    }
    .index-about-section {
      height: 90vh;
      min-height: 800px;
    }
    .index-about-list {
      padding: 30px 0 26px;
    }
    .index-about-list li {
      width: 50%;
      margin: 20px 0;
    }
    .index-about-list li:nth-of-type(2n):after {
      display: none;
    }
    .index-certify-list-content p {
      font-size: 1.15rem;
    }
  }
  .index-info-section {
    height: 80vh;
    min-height: 600px;
  }
  
  .index-info-content {
    width: 100%;
    padding: 80px;
  }
  
  .index-info-tab-content {
    display: none;
    text-align: center;
    padding: 40px 0;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
  }
  .index-info-tab-content .item {
    display: flex;
    flex-direction: column;
    width: 30%;
  }
  .index-info-tab-content .item a {
    display: flex;
    flex-direction: column;
    flex: 1;
    justify-content: space-between;
    padding: 48px;
    text-align: start;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(4px);
    border-radius: 10px;
    transition: all 0.3s;
  }
  .index-info-tab-content .item a:hover {
    background: rgba(255, 255, 255, 0.8);
    color: #333;
  }
  .index-info-tab-content .item a:hover h4 {
    border-bottom: 1px solid rgba(51, 51, 51, 0.2);
  }
  .index-info-tab-content .item h4 {
    flex: 1;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 28px;
  }
  
  @media (max-width: 768px) {
    .index-info-section {
      height: 100vh;
      min-height: 800px;
    }
    .index-info-section picture, .index-info-section img {
      height: 100%;
      object-fit: cover;
    }
    .index-info-content {
      padding: 40px;
    }
    .index-info-tab-content {
      padding: 0;
    }
    .index-info-tab-content .item {
      width: 100%;
      margin-top: 40px;
    }
    .index-info-tab-content .item a {
      padding: 24px 24px 20px;
    }
  }
  .index-application-section {
    background: #000;
  }
  
  :root {
    --col-gap:12px;
    --cols:6;
    --col-width: calc((100% - (var(--cols) - 1) * var(--col-gap)) / var(--cols));
    --edge-fade-height:40px;
    --bg:#000;
  }
  
  .wrap {
    max-width: 1600px;
    margin: 60px auto 40px;
    padding: 0 80px;
    position: relative;
    overflow: hidden;
  }
  
  .cols {
    display: flex;
    gap: var(--col-gap);
    align-items: flex-start;
    height: 720px;
    position: relative;
  }
  
  .index-application-col {
    width: var(--col-width);
    height: 100%;
    overflow: hidden;
    border-radius: 8px;
    position: relative;
  }
  .index-application-col::before, .index-application-col::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: var(--edge-fade-height);
    pointer-events: none;
    z-index: 5;
    filter: blur(2px);
  }
  .index-application-col::before {
    background: linear-gradient(180deg, rgb(0, 0, 0) 20%, rgba(0, 0, 0, 0));
  }
  .index-application-col::after {
    background: linear-gradient(0deg, rgb(0, 0, 0) 20%, rgba(0, 0, 0, 0));
  }
  
  .index-application-col:nth-child(odd) {
    transform: translateY(-40px);
  }
  .index-application-col:nth-child(odd)::before {
    top: 30px;
  }
  .index-application-col:nth-child(odd)::after {
    bottom: -10px;
  }
  
  .index-application-col:nth-child(even) {
    transform: translateY(40px);
  }
  .index-application-col:nth-child(even)::before {
    top: -10px;
  }
  .index-application-col:nth-child(even)::after {
    bottom: 30px;
  }
  
  .track {
    display: flex;
    flex-direction: column;
    will-change: transform;
  }
  
  .stack {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 6px 12px;
  }
  
  .item {
    border-radius: 8px;
    overflow: hidden;
    position: relative;
  }
  
  .item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .caption {
    position: absolute;
    left: 8px;
    bottom: 8px;
    font-size: 12px;
    padding: 4px 8px;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 999px;
  }
  
  @keyframes scrollUp {
    from {
      transform: translateY(0);
    }
    to {
      transform: translateY(-50%);
    }
  }
  @keyframes scrollDown {
    from {
      transform: translateY(-50%);
    }
    to {
      transform: translateY(0);
    }
  }
  .index-application-col:nth-child(odd) .track {
    animation: scrollUp linear infinite 30s;
  }
  
  .index-application-col:nth-child(even) .track {
    animation: scrollDown linear infinite 32s;
  }
  
  .index-application-col:nth-child(1) .track {
    animation-duration: 30s;
  }
  
  .index-application-col:nth-child(2) .track {
    animation-duration: 32s;
  }
  
  .index-application-col:nth-child(3) .track {
    animation-duration: 28s;
  }
  
  .index-application-col:nth-child(4) .track {
    animation-duration: 30s;
  }
  
  .index-application-col:nth-child(5) .track {
    animation-duration: 30s;
  }
  
  .index-application-col:nth-child(6) .track {
    animation-duration: 28s;
  }