body,
html {
  font: 12px/1.5 Microsoft YaHei, Heiti SC, tahoma, arial, Hiragino Sans GB, sans-serif;
}
a,
article,
aside,
body,
button,
dd,
details,
div,
dl,
dt,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
img,
input,
li,
menu,
nav,
ol,
p,
section,
select,
table,
tbody,
td,
textarea,
th,
tr,
ul {
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
ins {
  font-size: 12px;
  line-height: 15px;
}
ins.lxb-cb-input-tip-content {
  font-size: 12px;
  line-height: 15px;
}
input[type="button"],
input[type="file"],
input[type="submita"] {
  -webkit-appearance: none;
  -o-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[type="number"] {
  -moz-appearance: textfield;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img {
  border: 0;
  vertical-align: middle;
}
.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}
li,
ol,
ul {
  list-style: none;
}
a {
  text-decoration: none;
  color: inherit;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clear {
  clear: both;
  height: 0;
}
.clearflx::after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.w1200 {
  width: 1200px;
  margin: 0 auto;
}
.header {
  padding: 16px 0;
}
.header h1 {
  font-size: 0;
}
.header .flex {
  color: #666;
  font-size: 18px;
  justify-content: right;
}
.header .flex li {
  padding: 0 20px;
}
.header .flex li:hover {
  color: #1677ff;
}
.footer .footer-ment {
  padding: 50px 0;
  background-color: #6f6f6f;
}
.footer .footer-ment .w1200 {
  align-items: flex-start;
}
.footer .footer-ment .w1200 .ment-item {
  width: 700px;
  align-items: flex-start;
  color: #fff;
}
.footer .footer-ment .w1200 .ment-item dt {
  font-size: 18px;
  font-weight: bold;
  line-height: 40px;
}
.footer .footer-ment .w1200 .ment-item dd {
  font-size: 16px;
  line-height: 34px;
}
.footer .footer-ment .w1200 .ment-QrCode {
  width: 340px;
}
.footer .footer-ment .w1200 .ment-QrCode h3 {
  font-size: 18px;
  font-weight: bold;
  line-height: 40px;
  color: #fff;
  margin-bottom: 8px;
}
.footer .footer-address {
  background-color: #3c3c3c;
  font-size: 18px;
  line-height: 50px;
  color: #fff;
  text-align: center;
}
