.content {
  display: flex;
  flex-direction: column;
  width: 1400px;
  margin: 0 auto 120px auto;
}
.content .title {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 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;
}
.csop-desc {
  display: flex;
  align-items: center;
  margin: 12px 0 60px 0;
}
.csop-desc-title {
  font-size: 30px;
  font-weight: 500;
  color: #222;
  margin: 0 0 0 60px;
}
.csop-desc .desc {
  width: 1085px;
  font-size: 16px;
  font-weight: 400;
  color: #222;
  line-height: 28px;
  margin: 0 0 0 auto;
}
.csop-img {
  margin: 0 0 90px 0;
}
table {
  width: 1400px;
  border-right: 1px solid #bbb;
  border-bottom: 1px solid #bbb;
  margin: auto;
}
table thead {
  background: #EFF4F9;
}
table thead tr {
  border-left: 1px solid #bbb;
  border-top: 1px solid #bbb;
}
table tr {
  display: flex;
}
table th, table td {
  display: flex;
  align-items: center;
  min-height: 66px;
  width: 600px;
  font-size: 16px;
  font-weight: 400;
  color: #222;
  line-height: 18px;
  padding: 0 40px;
}
table th:nth-child(2), table td:nth-child(2) {
  width: 200px;
  justify-content: center;
  text-align: center;
}
table td:nth-child(3) {
  width: 600px;
  justify-content: center;
  text-align: center;
}
table th {
  font-weight: bold;
  justify-content: center;
  text-align: center;
}
table td {
  border-left: 1px solid #bbb;
  border-top: 1px solid #bbb;
}
table td[colspan] {
  width: 100%;
  justify-content: center;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #004098;
}
.imgs {
  display: flex;
  margin: 60px 0 30px 0;
}
.imgs img {
  width: 446px;
  height: 280px;
}
.imgs img:nth-child(2) {
  margin: auto;
}
.tips {
  font-size: 12px;
  font-weight: 400;
  color: #888;
  line-height: 20px;
}
.segment-features-box .segment-feature-item > * {
  display: flex;
}
.segment-features-box .segment-feature-notes {
  width: 630px;
  height: 420px;
  justify-content: center;
  margin: auto 70px auto 0;
}
.segment-features-box .segment-feature-notes-right {
  margin: auto 0 auto 70px;
}
