.content {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0 auto 0 auto;
}
.tabs-link {
  display: flex;
  width: 720px;
  height: 54px;
  background: #EFF4F9;
  border-radius: 30px;
  margin: 20px auto 60px auto;
}
.tab-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 180px;
  height: 54px;
  font-size: 16px;
  font-weight: 400;
  color: #222;
}
.tab-link.active {
  background: #004098;
  border-radius: 30px;
  color: #fff;
  font-weight: bold;
}

.sidebar.fixed {
  position: fixed;
}
.sidebar {
  display: flex;
  flex-direction: column;
  width: 100px;
  position: absolute;
  z-index: 9;
  left: 0;
  top: 100px;
}
.sidebar-item {
  display: flex;
  align-items: center;
  height: 44px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  color: rgba(136, 136, 136, 1);
  padding: 0 0 0 10px;
  width: 120px;
}
.sidebar-item.active {
  background: rgba(0, 64, 152, .08);
  color: #004098;
}
.sidebar-item.active::before {
  content: '';
  display: block;
  height: 18px;
  border-left: 3px solid #004098;
  margin: 0 8px 0 -10px;
  border-radius: 2px;
}

.content .title-box {
  width: 100%;
  margin: auto;
  position: relative;
}
.content .title {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 1400px;
  border-bottom: 1px solid #eee;
  margin: auto;
}
.content .title .active {
  width: 60px;
  height: 4px;
  background: #004098;
  border-radius: 2px;
  margin: 30px 0 0 0;
}

.small-content {
  display: flex;
  flex-direction: column;
  width: 1200px;
  margin: 0 auto 120px auto;
}
.small-content .small-content-title {
  font-size: 16px;
  font-weight: 600;
  color: #222;
  margin: 40px 0 30px 0;
}
table {
  width: 1200px;
  margin: auto;
}
table tr {
  height: 48px;
}
table th, table td {
  width: 540px;
  font-size: 16px;
  font-weight: 400;
  color: #222;
  line-height: 24px;
  border-color: #bbb;
}
table th:first-child, table td:first-child {
  width: 660px;
}
table th {
  text-align: center;
  font-weight: bold;
}
table th:nth-of-type(odd) {
  background: rgba(182, 207, 240, 1);
}
table th:nth-of-type(even) {
  background: rgba(229, 236, 245, 1);
}
table td {
  padding: 10px 28px;
}
.content .tips {
  font-size: 14px;
  font-weight: 400;
  color: #888;
  margin: 20px 0;
}
.content p.tips {
  margin: 0;
}
.content p.tips.text-indent {
  text-indent: .4rem;
}
.small-content p {
  font-size: 16px;
  font-weight: 400;
  color: #222;
  line-height: 26px;
}
.account-information {
  margin: 40px 0 120px 0;
}
