body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
  margin: 0px;
  padding: 0px;
}

em,
i {
  font-style: normal;
}
ul,
li {
  list-style: none;
}
input,
select,
img,
button {
  vertical-align: middle;
}
img {
  border: 0;
}
textarea {
  resize: none;
}
textarea:focus,
input:focus {
  outline: none;
}

a {
  color: #333; /* Replaced var(--web-fontcolor) */
  text-decoration: none;
}

a:hover {
  color: #0152a9; /* Replaced var(--web-bule) */
}

body {
  min-width: 1370px; /* Replaced var(--web-mainwidth) */
  font-size: 18px; /* Replaced var(--web-fontsize) */
  font-family: Microsoft YaHei, 微软雅黑, Arial, Tahoma, Verdana, STHeiTi,
    sans-serif, Helvetica, SimSun;
}

body > div {
  margin: auto;
}
.hidden {
  display: none;
}

.main {
  padding-top: 50px; /* Replaced var(--web-divmargin) */
  width: 1370px; /* Replaced var(--web-mainwidth) */
  background-color: white;
}

.main > div {
  margin-bottom: 50px;
} /* Replaced var(--web-divmargin) */

a.adTop {
  display: -ms-flexbox; /* Added IE prefix */
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  height: 150px;
  font-size: 70px;
  font-weight: bold;
  /* Removed unsupported properties */
  color: #fff000; /* Fallback color */
}

#backTop {
  width: 36px;
  height: 36px;
  border-radius: 100%;
  display: inline-block;
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: url(gotop.png) no-repeat 0 0;
}

#backTop:hover {
  background-position: -37px 0;
}
