﻿/*lenis*/
html.lenis,
html.lenis body {
  height: auto;
}

.lenis:not(.lenis-autoToggle).lenis-stopped {
  overflow: clip;
}

.lenis [data-lenis-prevent],
.lenis [data-lenis-prevent-wheel],
.lenis [data-lenis-prevent-touch] {
  overscroll-behavior: contain;
}

.lenis.lenis-smooth iframe {
  pointer-events: none;
}
.lenis.lenis-autoToggle {
  transition-property: overflow;
  transition-duration: 1ms;
  transition-behavior: allow-discrete;
}
/*字体包引用*/
@font-face {
    font-family: '';
    src: url('../font/SourceHanSansCN-Bold-Alphabetic.woff2') format('woff2'),
        url('../font/SourceHanSansCN-Bold-Alphabetic.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: '';
    src: url('../font/SourceHanSansCN-Medium-Alphabetic.woff2') format('woff2'),
        url('../font/SourceHanSansCN-Medium-Alphabetic.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: '';
    src: url('../font/SourceHanSansCN-Regular-Alphabetic.woff2') format('woff2'),
        url('../font/SourceHanSansCN-Regular-Alphabetic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
  font-family: 'MyCustomFont';
  src: url('../font/站酷小薇LOGO体.otf') format('opentype');
  font-style: normal;
  font-display: swap; /* 可选：控制字体加载时的显示行为 */
}
.w1700{
  width: 1700px;
  margin: auto;
}
@media screen and (max-width: 1800px) {
    .w1700{
        width: 90%;
    }
}