html {
  color: #000;
  font-size: 16px;
  height: 100%;
  -webkit-tap-highlight-color: transparent;
}
body {
  font-size: 14px;
  font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, PingFang SC,
    Microsoft YaHei, Source Han Sans SC, Noto Sans CJK SC, WenQuanYi Micro Hei,
    sans-serif;
  line-height: 1;
  padding: 0;
  color: #333;
  margin: 0px;
  background: #fff;
  -webkit-text-size-adjust: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
dl,
dt,
dd,
form,
img,
p,
div {
  margin: 0;
  padding: 0;
  border: none;
  /* list-style-type: none; */
}
ul,
ol,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
figure,
form,
fieldset,
legend,
input,
textarea,
button,
p,
blockquote,
th,
td,
pre,
xmp {
  margin: 0;
  padding: 0;
}
input,
textarea,
button,
select,
pre,
xmp,
tt,
code,
kbd,
samp {
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6,
b {
  font-weight: normal;
}
address,
cite,
dfn,
em,
i,
optgroup,
var {
  font-style: normal;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  text-align: left;
}
caption,
th {
  text-align: inherit;
}
ul,
ol,
menu {
  list-style: none;
}
fieldset,
img {
  border: 0;
}
img,
object,
input,
textarea,
button,
select {
  vertical-align: middle;
}
article,
aside,
footer,
header,
section,
nav,
figure,
figcaption,
hgroup,
details,
menu {
  display: block;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "\0020";
}
textarea {
  overflow: auto;
  resize: vertical;
}
input,
textarea,
button,
select,
a {
  outline: 0 none;
  border: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
mark {
  background-color: transparent;
}
a,
ins,
s,
u,
del {
  text-decoration: none;
}
sup,
sub {
  vertical-align: baseline;
}
.word {
  word-break: break-all;
}
a {
  color: #333;
  text-decoration: none;
}
a:link {
  color: #333;
  text-decoration: none;
}
a:visited {
  text-decoration: none;
  color: #333;
}
a:active,
a:hover {
  color: #3491d6;
}

.wrapper {
  width: 100%;
  height: 100%;
}
.top {
  background-size: cover;
  display: table;
  position: relative;
  table-layout: fixed;
  width: 100%;
  height: 220px;
  padding-bottom: 60px;
  padding-top: 60px;
}
.banner {
  bottom: 0;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.banner-img {
  display: table-cell;
  height: 100%;
  left: 0;
  /* pointer-events: none; */
  position: absolute;
  top: 0;
  width: 100%;
  background-position: center center;
  background-image: url("./banner.jpg");
  background-size: cover;
  transform: translate3d(0px, 0px, 0px);
  color: #fff;
}
.banner-img a {
  color: #fff;
  font-size: 20px;
  padding: 15px;
  position: relative;
  top: 15px;
}
.banner-img h1 {
  text-align: center;
  font-size: 50px;
  margin-top: 100px;
}

.content {
  color: #333;
  font-size: 16px;
  width: 1000px;
  margin: 30px auto;
  padding-bottom: 30px;
}
.content p,
.content h3,
.content ul,
.content li {
  line-height: 30px;
}
.content ul.list {
  list-style: circle;
  list-style-position: inside;
}
.content ul.list li:first-of-type {
  font-weight: 700;
  list-style: none;
  text-indent: 0;
}
.content ul.list li {
  text-indent: 1.5em;
  list-style-position: inside;
}
.content ul {
  list-style: unset;
  list-style-position: inside;
}
.content ul li {
  text-indent: 1.5em;
}
.mt25 {
  margin-top: 25px;
}
@media only screen and (max-width: 700px) {
  .top {
    height: 200px;
    padding-bottom: 30px;
    padding-top: 30px;
  }
  .banner-img a {
    font-size: 14px;
  }
  .banner-img h1 {
    text-align: center;
    font-size: 30px;
    margin-top: 80px;
  }
  .content {
    width: 90%;
  }
  .content p,
  .content h3,
  .content ul,
  .content li {
    line-height: 25px;
  }
  .content p {
    font-size: 12px;
  }
  .content h3 {
    font-size: 15px;
    font-weight: 800;
  }
}
