html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    background: transparent;
    color: black;
    
}
  /* 设置滚动条的样式 */
  html::-webkit-scrollbar {
    width: 3px;
    height: 3px;
  }

  /* 滚动槽 */
  html::-webkit-scrollbar-track {
    border-radius: 10px;
  }

  /* 滚动条滑块 */
  html::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.1);
  }
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
sumary {
    margin: 0;
    padding: 0;
}

body,
button,
input,
select,
textarea {
    background: #fff;
    font: 12px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: 500;
}

ol,
ul {
    list-style: none;
}

input,
select,
textarea {
    font-size: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
         appearance: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

th {
    text-align: inherit;
}

caption,
th {
    text-align: left;
}

fieldset,
img {
    display: block;
    border: 0;
    padding: 0;
    margin: 0;
}

img {
    -webkit-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
         user-select: none;
}

optgroup {
    font-weight: bold;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    cursor: pointer;
}

audio,
canvas,
progress,
video {
    display: inline-block;
}

progress {
    vertical-align: baseline;
}

mark {
    background-color: #ff0;
    color: #000;
}

iframe {
    display: block;
}

abbr,
acronym {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
            text-decoration: underline dotted;
}

del {
    text-decoration: line-through;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
    font-style: normal;
    font-weight: 500;
}

q:before,
q:after {
    content: "";
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}


a:visited {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}
a {
    text-decoration: none;
    color: #fff;
}
ins,
a:focus,
*:focus {
    outline: 0;
    text-decoration: none;
}

a:active,
a:hover {
    outline-width: 0;
    text-decoration: none;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

.flex-h {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}

.flex-v {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.flex-hc {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.flex-vc {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.flex-1 {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1
}


section {
    max-width: 1500px;
    margin: 0 auto;
    overflow-x: hidden;
}

h1 {
    font-size: 110px;
    text-align: center;
    font-family: PingFang-SC-Heavy;
    font-weight: 800;
    color: rgba(229, 229, 229, 1);
}
.container{
    width: 1200px;
    margin: 0 auto;
}
.publicTitle h2{
    font-family: PingFang-SC-Medium;
    font-weight: 500;
    margin: 0 auto;
}

.publicTitle h2::after{
    display: block;
    content: "";
    width: calc(100% - 50px);
    height: 12px;
    margin: 0 auto;
    background: url("/assets/img/border.png") repeat-x bottom left;
    background-size: auto 12px;
    margin-top: 12px;
}
