* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
*::before,
*::after {
  box-sizing: inherit;
}
html {
  color: #000;
  font-size: 100%;
  margin: 0;
  padding: 0;
}

@font-face {
  font-family: 'iconfont';
  src: url('../fonts/icomoon.eot');
  src: url('../fonts/icomoon.eot') format('embedded-opentype'),
    url('../fonts/icomoon.ttf') format('truetype'), url('icomoon.woff') format('woff'),
    url('../fonts/icomoon.svg') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

body,
dd,
dl,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
p,
ul,
hr {
  margin: 0;
  padding: 0;
  font-size: 16px;
}

article,
aside,
figure,
footer,
header,
menu,
nav,
section,
summary,
time {
  display: block;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
address,
caption,
cite,
em,
th,
p,
a,
li,
td,
b,
i,
div,
textarea {
  font-family: 'Inter', 'Lucida Grande', 'Lucida Sans Unicode', 'Arial', 'sans-serif';
  line-height: 1.5;
  font-size: inherit;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
}

/* 表格优化 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

input:focus,
textarea:focus {
  outline: 0;
  border: 1px solid #2c67ff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
  font-weight: bold;
}

ol,
ul {
  list-style: none;
}

a {
  color: #2c67ff;
  text-decoration: none;
  outline: 0;
  transition: color 0.3s, text-decoration 0.3s;
}

a:focus {
  outline: 0;
}

a:active,
a:link,
a:visited {
  text-decoration: none;
  color: #2c67ff;
}

a:hover {
  color: #2c67ff;
  text-decoration: underline;
}

hr {
  border-top: 1px solid #e6e6e6;
  border-bottom: 0;
}

/* 按钮的基础样式 */
button {
  background-color: #fff;
  font-weight: 600;
  font-size: clamp(14px, 0.16rem, 24px);
  padding: 12px 15px;
  border: none;
  border-radius: 12px;
  cursor: pointer;
  text-align: center;
  display: inline-block;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

button:hover {
  transform: translateY(-2px);
}

button:focus {
  outline: none;
}

button:active {
  transform: translateY(0);
}

.dft_pw {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

[class^='icon_'],
[class*=' icon_'] {
  font-family: 'iconfont';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon_mac::after {
  content: '\e902';
}
.icon_windows::after {
  content: '\e903';
}

#header {
  padding: 0.24rem 0.64rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #000;
  color: #fff;
}

#logo {
  color: inherit;
  text-decoration: none;
  font-size: clamp(14px, 0.18rem, 24px);
  font-weight: 600;
}
.header_content {
  display: flex;
  align-items: center;
  gap: 24px;
}
.header_content a {
  color: inherit;
  font-size: 0.16rem;
  font-size: clamp(14px, 0.16rem, 16px);
}

#footer {
  margin-top: 0.8rem;
  text-align: center;
  color: #fff;
  font-weight: 500;
  font-size: 0.16rem;
  background: #000;
  padding: 0.2rem 0;
}

@media screen and (max-width: 1400px) {
  .dft_pw {
    max-width: 95%;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
}
@media screen and (max-width: 768px) {
  #header {
    padding: 0.24rem 0.3rem;
  }
}
@media screen and (max-width: 576px) {
}

@media screen and (max-width: 375px) {
}
