  * {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
  }
  
html {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    /* 防止字体在小屏幕上过小 */
    font-size: max(14px, 0.833vw); /* 至少14px，否则使用vw */
}
  
  body {
	min-height: 100vh;
	font-family: var(--font-family);
    overflow-x: hidden;
  
  }
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
pre,
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
a {
    background-color: transparent;
    text-decoration: none;
    cursor: pointer;
}
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}
b,
strong {
    font-weight: bolder;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
  bottom: 0;
}
sup {
  top: 0;
}
img {
    border-style: none;
    display:block;
}
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button{
    cursor: pointer;
    padding: 0;border: none;
    background-color: transparent;
}
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: 1px dotted ButtonText;
}
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;
}
progress {
    vertical-align: baseline;
}
input,
textarea{
    -webkit-appearance:none;
    border-radius: 0;
    outline: none;
    padding: 0;background-color: transparent;
}

textarea {
    overflow: auto;
}
[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;
}
details {
    display: block;
}
summary {
    display: list-item;
}
template {
    display: none;
}
[hidden] {
    display: none;
}
ul {
    margin: 0;padding: 0;
}
ul,
li {
    list-style: none;
}
p,h1,h2,h3,h4,h5,h6 {
    margin: 0;padding: 0;
    font-weight: normal;
}
dd,dl,blockquote{
    margin: 0;
}
table {
    border-collapse: collapse;border-spacing: 0;
}
/* end */
.inner-banner{
    overflow: hidden;
}
@media(max-width:1024px) {
    .inner-banner{
        height: 300px;
        overflow: hidden;
    }
  }

#loading{
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: column;
} 
#loading #title{
    text-align: center;
    font-style: 700;
    display: inline-flex;
    color: #000;
    font-size: 80px;
}
#loading #sub-title {
    font-weight: 400;
    font-size: calc(0.4vw + 0.5rem);
    letter-spacing: calc(0.3vw + 0.5rem);
    text-transform: uppercase;
    position: relative;
    top: -5px;
}
.inner-content .content img{
    max-width: 50% !important;
}

/* 全局字体最小值保护 - 防止vw在小屏幕上字体过小 */
@media (max-width: 1366px) {
  /* 所有使用vw的字体设置最小值 */
  body, p, div, span, a, li, td, th, input, textarea, select, button, label {
    font-size: clamp(12px, 0.833vw, 16px) !important;
  }
  
  /* 标题字体保护 */
  h1, .fs-48, .fs-40 {
    font-size: clamp(20px, 2.5vw, 48px) !important;
  }
  
  h2, .fs-34, .fs-30 {
    font-size: clamp(18px, 2vw, 34px) !important;
  }
  
  h3, .fs-24 {
    font-size: clamp(16px, 1.5vw, 24px) !important;
  }
  
  h4, .fs-20 {
    font-size: clamp(15px, 1.2vw, 20px) !important;
  }
  
  h5, h6, .fs-18 {
    font-size: clamp(14px, 1vw, 18px) !important;
  }
  
  /* 小字体保护 */
  .fs-14, small {
    font-size: clamp(12px, 0.729vw, 14px) !important;
  }
  
  .fs-16 {
    font-size: clamp(13px, 0.833vw, 16px) !important;
  }
}

/* 移动端和平板进一步保护 */
@media (max-width: 1024px) {
  body, p, div, span, a, li, td, th, input, textarea, select, button, label {
    font-size: 14px !important;
  }
  
  h1, .fs-48, .fs-40 {
    font-size: 24px !important;
  }
  
  h2, .fs-34, .fs-30 {
    font-size: 20px !important;
  }
  
  h3, .fs-24 {
    font-size: 18px !important;
  }
  
  h4, .fs-20, h5, h6, .fs-18 {
    font-size: 16px !important;
  }
  
  .fs-14, small {
    font-size: 13px !important;
  }
}

/* 小屏手机 */
@media (max-width: 480px) {
  html {
    font-size: 14px !important;
  }
  
  body, p, div, span, a, li, td, th, input, textarea, select, button, label {
    font-size: 13px !important;
  }
}