.content {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0 auto 120px 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;
}

.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: 40px auto 0 auto;
}
.small-content .small-content-title {
  font-size: 30px;
  font-weight: 600;
  color: #222;
  margin: 0 0 30px 0;
}
.small-content p {
  font-size: 16px;
  font-weight: 400;
  color: #222;
  /* line-height: 26px; */
}
.small-content .footerp {
  font-size: 12px;
  margin-top: 90px;
}

.card {
  display: flex;
  flex-direction: column;
  width: 560px;
  height: 298px;
  margin: 0 0 30px 30px;
  padding: 40px 46px;
}
.card-1 {
  background: url(/main/nffund/images/fundorg/transaction-guide/1.png) no-repeat;
  background-size: 100% 100%;
}
.card-2 {
  background: url(/main/nffund/images/fundorg/transaction-guide/2.png) no-repeat;
  background-size: 100% 100%;
}
.card-3 {
  background: url(/main/nffund/images/fundorg/transaction-guide/3.png) no-repeat;
  background-size: 100% 100%;
}
.card-item {
  display: flex;
  font-size: 18px;
  font-weight: 400;
  color: #666;
  margin: 0 0 24px 0;
}
.card-item .key {
  width: 90px;
}
.card-item .key.key-long {
  width: 130px;
}
.card-item .value {
  color: rgba(34, 34, 34, 1);
}
.card-item.column {
  flex-direction: column;
  margin: 0 0 18px 0;
}
.card-item.column .value {
  font-size: 36px;
}
.letter-spacing {
  margin: 0 18px;
}
