p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
tt,
td,
th,
body,
html {
  padding: 0;
  margin: 0;
}
ul,
li,
tt,
th {
  list-style: none;
}
body > section {
  min-width: 1280px;
  min-height: 100vh;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.container {
  width: 55vw;
  margin: 0 auto;
  min-width: 1000px;
}
html {
  font-size: 0.8333vw;
  user-select: none;
}
a {
  color: #FFF;
  text-decoration: none;
  transition: color 0.3s;
}
.page_title.white .box_title {
  color: white;
}
.page_title.white .box_title img {
  filter: brightness(10);
}
.page_title.white .box_title span {
  color: inherit;
}
.page_title.white .page_des {
  color: white;
}
.page_title .box_title {
  text-align: center;
}
.page_title .box_title img {
  vertical-align: middle;
  width: 40px;
  height: 40px;
  margin-right: 10px;
}
.page_title .box_title span {
  font-size: 38px;
  color: #000;
  vertical-align: middle;
}
.page_title .box_title .bule {
  color: #339AFD;
  vertical-align: middle;
}
.page_title .page_des {
  text-align: center;
  font-size: 20px;
  color: #4A5460;
  margin-top: 20px;
}
.page_title .gap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
}
