.content {
  width: 1400px;
  margin: 0 auto 120px auto;
  font-size: 16px;
  font-weight: 400;
  color: #222;
}
.content .title {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 30px auto 40px auto;
  width: 1400px;
  border-bottom: 1px solid #eee;
}
.content .title .active {
  width: 60px;
  height: 4px;
  background: #004098;
  border-radius: 2px;
  margin: 30px 0 0 0;
}
.main {
  width: 1081px;
  margin: auto;
}
.table {
  margin: 0 0 20px 0;
}
.tips {
  font-size: 14px;
  font-weight: 400;
  color: #888;
  line-height: 24px;
  margin: 30px 0 0 0;
}
