.introduction-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 40px auto 90px auto;
  width: 1400px;
}
.introduction-box > .title {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 0 30px 0;
  width: 1400px;
  border-bottom: 1px solid #eee;
}
.introduction-box .title .active {
  width: 60px;
  height: 4px;
  background: #004098;
  border-radius: 2px;
  margin: 30px 0 0 0;
}
.structural-diagram {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1400px;
  height: 575px;
  background: #dceaf7;
  border-radius: 12px;
  margin: 30px 0 60px 0;
}
.xian-jin-bao {
  display: flex;
  width: 100%;
  position: relative;
}
.xian-jin-bao-img {
  width: 900px;
  height: 460px;
  border-radius: 12px;
  background: url(/main/nffund/images/personal-financing/xian-jin-bao/xian-jin-bao.png) center no-repeat;
  background-size: 100% 100%;
  transition: .8s;
}
.xian-jin-bao-img:hover {
  background-size: 110% 110%!important;
}
.xian-jin-bao-desc {
  display: flex;
  flex-direction: column;
  padding: 45px 60px 60px 60px;
  width: 570px;
  height: 372px;
  background: #0450B6;
  border-radius: 12px;
  opacity: 0.9;
  backdrop-filter: blur(13px);
  color: #fff;
  position: absolute;
  z-index: 1;
  top: 112px;
  right: 0;
}
.xian-jin-bao-desc img {
  width: 60px;
  height: 60px;
}
.xian-jin-bao-desc .title {
  font-size: 30px;
  font-weight: 500;
  color: #fff;
  margin: 76px 0 12px 0;
}
.xian-jin-bao-desc .desc {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}
.xian-jin-bao-desc .desc .big-size {
  font-size: 24px;
}
.bottom-box-bg {
  width: 100%;
  height: 720px;
  background: url(/main/nffund/images/personal-financing/xian-jin-bao/bg.png) center center no-repeat;
  margin: 0 0 186px 0;
}
.bottom-box {
  display: flex;
  width: 1400px;
  margin: 0 auto 60px auto;
  padding: 0 60px;
}
.bottom-item {
  display: flex;
  flex-direction: column;
  width: 320px;
}
.bottom-item:not(:last-of-type) {
  margin: 0 auto 0 0;
}
.bottom-item img {
  width: 108px;
  height: 108px;
  margin: 120px 0 100px 0;
}
.bottom-item .title {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  margin: 0 0 10px 0;
}
.bottom-item .desc {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  line-height: 26px;
}
.risk-warning {
  width: 1400px;
  height: 251px;
  background: #fff;
  border-radius: 12px;
  margin: auto;
  padding: 30px 60px;
}
.risk-warning .title {
  font-size: 16px;
  font-weight: bold;
  color: #888;
  margin: 0 0 10px 0;
  line-height: 16px;
}
.risk-warning .desc {
  font-size: 14px;
  color: #888;
  line-height: 28px;
}
