.banner {
  margin-top: 80px;
  position: relative;
}
.banner img {
  display: block;
  width: 100%;
}
.banner .info {
  top: 81px;
}
.banner .info h2 {
  margin-top: 18px;
}
.banner .info ul.content {
  justify-content: center;
  margin-top: 32px;
}
.banner .info ul.content li {
  width: 180px;
  height: 48px;
  padding: 8px;
  border: 1px dashed #fff;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.1);
  font-family: 'PINGFANG-BOLD';
  font-size: 22px;
  line-height: 30px;
  color: #FFF600;
  margin-right: 46px;
}
.banner .info ul.content li:last-child {
  margin-right: 0;
}
.banner .info a {
  display: block;
  width: 330px;
  height: 48px;
  padding: 12px;
  background-color: #fff;
  border-radius: 24px;
  box-shadow: inset 0px 4px 10px 0px rgba(0, 0, 0, 0.21);
  font-family: 'PINGFANG-BOLD';
  font-size: 18px;
  line-height: 24px;
  color: #004DF1;
  margin: 0 auto;
  margin-top: 32px;
}
.intro {
  padding-top: 60px;
  padding-bottom: 50px;
}
.intro .content {
  margin-top: 50px;
  justify-content: space-between;
}
.intro .content h5 {
  font-family: 'PINGFANG-BOLD';
  font-size: 20px;
  line-height: 28px;
  color: #000;
  margin-bottom: 20px;
}
.intro .content .left-info {
  width: 680px;
  padding: 30px 46px 80px 50px;
  border-radius: 14px;
  overflow: hidden;
  background-color: #F7F8FB;
  border: 1px solid #D9D9D9;
  position: relative;
}
.intro .content .left-info p {
  line-height: 32px;
}
.intro .content .left-info .institution {
  padding: 8px 50px;
  background-color: #FAFBFD;
  font-family: 'PINGFANG-BOLD';
  font-size: 14px;
  line-height: 32px;
  color: #004DF1;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
.intro .content .right-warn {
  width: 580px;
  padding: 30px 34px 60px 40px;
  background-color: #F7F8FB;
  border-radius: 14px;
  border: 1px solid #D9D9D9;
}
.intro .content .right-warn p {
  padding-left: 26px;
  background-image: url(../images/common/warn_icon.png);
  background-position: left 6px;
  background-repeat: no-repeat;
  background-size: 18px;
  line-height: 32px;
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 20px;
}
.intro .content .right-warn p:last-child {
  margin-bottom: 0;
}
.intro .common-btn {
  margin-top: 50px;
}
.rule {
  padding: 60px 0;
  background-image: url(../images/sfba/bg1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.rule .info {
  padding: 50px 65px 54px 83px;
  box-shadow: inset 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  border: 1px solid #fff;
  border-radius: 14px;
  position: relative;
  margin-top: 40px;
}
.rule .info::after {
  display: block;
  content: '';
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  backdrop-filter: brightness(1) blur(10px) opacity(1);
  background-color: rgba(233, 233, 233, 0.3);
  box-shadow: inset 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  border: 2px solid #fff;
  border-radius: 14px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.rule .info p {
  padding-left: 23px;
  background-image: url(../images/common/balance_icon.png);
  background-position: left 4px;
  background-repeat: no-repeat;
  background-size: 22px;
  line-height: 32px;
  text-align: justify;
  margin-bottom: 32px;
  position: relative;
  z-index: 2;
}
.rule .info p:last-child {
  margin-bottom: 0;
}
.type {
  padding-top: 60px;
  padding-bottom: 50px;
}
.type ul.content {
  flex-wrap: wrap;
  margin-top: 40px;
}
.type ul.content li {
  width: calc(33.33% - 16.666px);
  padding: 20px 32px 30px 32px;
  text-align: center;
  background-color: #F7F8FB;
  border: 1px solid #D9D9D9;
  border-radius: 14px;
  margin-right: 25px;
  transition: all 0.3s;
}
.type ul.content li:nth-child(3),
.type ul.content li:nth-child(5) {
  margin-right: 0;
}
.type ul.content li:nth-child(4) {
  margin-right: 36px;
}
.type ul.content li:nth-child(4),
.type ul.content li:nth-child(5) {
  width: calc(50% - 18px);
  padding: 20px 44px 30px 44px;
  margin-top: 24px;
}
.type ul.content li .icon {
  display: block;
  width: 40px;
  height: 40px;
  margin: 0 auto;
}
.type ul.content li h5 {
  font-family: 'PINGFANG-BOLD';
  font-size: 20px;
  line-height: 28px;
  color: #000;
  margin-top: 14px;
}
.type ul.content li p {
  margin-top: 4px;
  min-height: 84px;
}
.type ul.content li .tips {
  display: block;
  font-size: 14px;
  line-height: 22px;
  color: rgba(0, 77, 241, 0.8);
  margin-top: 20px;
}
.type a.common-btn {
  margin-top: 54px;
}
.which-handle {
  padding-top: 60px;
  padding-bottom: 50px;
  background-color: #F7F8FB;
}
.which-handle ul.content {
  flex-wrap: wrap;
  margin-top: 40px;
}
.which-handle ul.content li {
  width: calc(25% - 15px);
  height: 200px;
  margin-right: 20px;
  padding: 24px 0 26px 0;
  background-color: #fff;
  border: 1px solid #D9D9D9;
  border-radius: 14px;
  text-align: center;
  transition: all 0.3s;
}
.which-handle ul.content li:nth-child(4n) {
  margin-right: 0;
}
.which-handle ul.content li:nth-child(n + 5) {
  margin-top: 26px;
}
.which-handle ul.content li img.icon {
  width: 36px;
  height: 36px;
  display: block;
  margin: 0 auto;
}
.which-handle ul.content li h5 {
  font-family: 'PINGFANG-BOLD';
  font-size: 20px;
  line-height: 28px;
  color: #000;
  margin-top: 20px;
}
.which-handle ul.content li p {
  margin-top: 10px;
}
.which-handle ul.content li:hover {
  box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.06);
}
.which-handle .common-btn {
  margin-top: 50px;
  background-color: #004DF1;
  border-color: #004DF1;
}
.which-handle .common-btn span.zx-info {
  color: #fff;
}
.which-handle .common-btn span.zx-btn {
  color: #004DF1;
  background-color: #fff;
}
.difficulty {
  padding: 60px 0;
}
.difficulty ul.content {
  margin-top: 50px;
}
.difficulty ul.content li {
  flex: 1;
  margin-right: 24px;
  background-color: rgba(255, 255, 255, 0.3);
  box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.06);
  border: 1px solid #E9E9E9;
  border-radius: 14px;
  overflow: hidden;
  text-align: center;
}
.difficulty ul.content li:last-child {
  margin-right: 0;
}
.difficulty ul.content li .inner-title {
  padding: 14px;
  background-color: #004DF1;
}
.difficulty ul.content li .inner-title h5 {
  font-family: 'PINGFANG-BOLD';
  font-size: 22px;
  line-height: 30px;
  color: #fff;
}
.difficulty ul.content li .info {
  padding: 20px 22px 26px 22px;
}
.difficulty ul.content li .info p {
  line-height: 34px;
}
.material {
  padding-top: 60px;
  padding-bottom: 50px;
  background-color: #F7F8FB;
}
.material .material-info {
  margin-top: 40px;
  padding: 36px 40px 42px 40px;
  background-color: #fff;
  background-image: url(../images/sfba/img1.png);
  background-position: calc(100% - 11px) center;
  background-repeat: no-repeat;
  background-size: 310px;
  border-radius: 14px;
}
.material .material-info p {
  position: relative;
  line-height: 34px;
  padding-left: 38px;
}
.material .material-info p .nums {
  display: block;
  width: 18px;
  height: 18px;
  background-color: #004DF1;
  border-radius: 50%;
  font-family: 'PINGFANG-BOLD';
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  color: #fff;
  position: absolute;
  top: 8px;
  left: 0;
}
.material a.common-btn {
  margin-top: 40px;
}
.attention {
  padding: 60px 0;
  background-color: #F7F8FB;
}
.attention .attention-info {
  margin-top: 30px;
  background-color: #004DF1;
  background-image: url(../images/sfba/img2.png);
  background-position: calc(100% - 50px) bottom;
  background-repeat: no-repeat;
  background-size: 302px 242px;
  border-radius: 14px;
  padding: 54px 56px;
}
.attention .attention-info p {
  max-width: 742px;
  line-height: 26px;
  color: #fff;
  margin-bottom: 26px;
}
.attention .attention-info p:last-child {
  margin-bottom: 0;
}
.attention a.common-btn {
  margin-top: 40px;
}
.advantage {
  padding-top: 40px;
  padding-bottom: 50px;
}
.advantage ul.content {
  flex-wrap: wrap;
  margin-top: 30px;
}
.advantage ul.content li {
  width: calc(25% - 15px);
  height: 124px;
  margin-right: 20px;
  padding: 26px;
  background-color: #F7F8FB;
  border: 1px solid #E9E9E9;
  border-radius: 14px;
  text-align: center;
  transition: all 0.3s;
}
.advantage ul.content li:nth-child(4n) {
  margin-right: 0;
}
.advantage ul.content li:nth-child(n + 5) {
  margin-top: 30px;
}
.advantage ul.content li .icon {
  width: 36px;
  height: 36px;
  margin: 0 auto;
  position: relative;
}
.advantage ul.content li .icon img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
.advantage ul.content li .icon img.active {
  opacity: 0;
}
.advantage ul.content li h6 {
  font-family: 'PINGFANG-BOLD';
  font-size: 20px;
  line-height: 28px;
  color: #000;
  margin-top: 8px;
  transition: all 0.3s;
}
.advantage ul.content li:hover {
  box-shadow: 0px 4px 8px 4px rgba(33, 108, 248, 0.12);
  background-color: #004DF1;
}
.advantage ul.content li:hover .icon img.unactive {
  opacity: 0;
}
.advantage ul.content li:hover .icon img.active {
  opacity: 1;
}
.advantage ul.content li:hover h6 {
  color: #fff;
}
.advantage .common-btn {
  margin-top: 50px;
  background-color: #004DF1;
  border-color: #004DF1;
}
.advantage .common-btn span.zx-info {
  color: #fff;
}
.advantage .common-btn span.zx-btn {
  color: #004DF1;
  background-color: #fff;
}
