body,
html {
  min-height: 100vh;
  background: #fff;
}

.header {
  width: 100%;
  background: #fff;
}

.main-header {
  max-width: 1000px;
  height: 60px;
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
}

.main-header span {
  padding-left: 20px;
}
.update-box{
  text-align: right;
  margin-bottom: 10px;
}

.logoImg {
  height: 60px;
  position: absolute;
  left: 30px;
  top: 0;
  display: flex;
  align-items: center;
}

.logoImg img {
  width: 100px;
  vertical-align: middle;
}

.main-content {
  width: 100%;
  max-width: 864px;
  margin: 0 auto;
  background: #fff;
  padding: 22px 14px;
  box-sizing: border-box;
}
.headerTit {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 20px;
}

.text {
  line-height: 2.2;
}

.textTit {
  font-size: 15px;
  font-weight: bold;
  padding: 12px 0;
}

.footer {
  height: 60px;
  background: #f0f6ff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 8%;
  text-align: center;
  line-height: 1.8;
}
.fontWeight {
  font-weight: bold;
}
.table-title {
  padding: 10px;
  text-align: center;
}
.table-box {
  width: 100%;
  margin: 0px auto;
  border-collapse: collapse;
}
.table-box thead th {
  height: 40px;
}
.table-box tr td {
  border: 1px solid #efefef;
  padding: 8px 6px;
}

.table-box thead {
  font-size: 12px;
  height: 40px;
  background-color: #f3f4f5;
}
