html, body {
  -webkit-text-size-adjust: 100%;
  font-family: "PingFang SC", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
body {
  margin: 0;
  padding: 0 10px;
  line-height: 1.47059;
  font-size: 16px;
}
h1,
table {
  text-align: center;
}
h1 {
	font-size: 28px;
}
h2 {
	font-size: 18px;
}
.page:not(.marker) ul,
.page:not(.marker) ol,
.page:not(.marker) li {
  list-style: none;
  margin: 10px 0;
  padding: 0;
}
a {
  text-decoration: none;
  color: #1890ff;
  -webkit-tap-highlight-color: transparent;
}
a:active, a:hover {
  color:#3672c6;
}
table {
  width: 100%;
  min-width: 640px;
  border-collapse: collapse;
}
th,
td {
  margin: 0;
  border: 1px solid #000;
  white-space: nowrap;
}
.red {
  color: red;
}
footer {
  text-align: right;
}
.page {
  padding-bottom: 40px;
}
.table-wrap {
  overflow: auto;
}
@media (max-width: 767px) {
	body {
		font-size: 14px;
	}
	h1 {
		font-size: 22px;
  }
}

.page {
  margin-left: auto;
  margin-right: auto;
  width: 980px;
}

.tx-c {
  text-align: center;
}

.txt-ind {
  text-indent: 2em;
}

@media only screen and (max-width: 1068px) {
  .page {
    width: 100%;
  }
}
@media only screen and (max-width: 734px) {
  .page {
    width: 100%;
  }
}
