.inner-banner .info {
  top: 188px;
}
.inner-banner .info .banner-container h6 {
  font-size: 18px;
  line-height: 25px;
}
.what-dcmm {
  padding-top: 57px;
  padding-bottom: 52px;
  background-image: url(../images/bg1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.what-dcmm .info {
  text-align: center;
  color: #fff;
}
.what-dcmm .info h3 {
  font-family: 'PINGFANG-BOLD';
  font-size: 32px;
  line-height: 45px;
  margin-bottom: 16px;
}
.what-dcmm .info p {
  font-size: 16px;
  line-height: 30px;
}
.problem {
  padding-bottom: 72px;
}
.problem .title {
  margin-bottom: 50px;
}
.problem .problem-content {
  width: 1200px;
  margin: 0 auto;
  padding-top: 53px;
  padding-bottom: 3px;
  background-image: url(../images/problem-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
}
.problem .problem-content ul.content {
  flex-wrap: wrap;
  align-items: flex-start;
}
.problem .problem-content ul.content li {
  padding: 20px;
  background: #FFFFFF;
  box-shadow: 0px 9px 41px 1px rgba(0, 41, 94, 0.16);
  border-radius: 12px 12px 12px 12px;
}
.problem .problem-content ul.content li .que {
  display: flex;
  margin-bottom: 20px;
}
.problem .problem-content ul.content li .que .left-ico {
  width: 40px;
  height: 40px;
  margin-right: 11px;
}
.problem .problem-content ul.content li .que .left-ico img {
  width: 100%;
  height: 100%;
  display: block;
}
.problem .problem-content ul.content li .que .right-info {
  max-width: calc(100% - 51px);
  padding: 10px 16px 13px 16px;
  background-color: #CCE1FF;
  border-radius: 0px 8px 8px 8px;
}
.problem .problem-content ul.content li .que .right-info p {
  font-size: 16px;
  line-height: 22px;
  color: #141414;
}
.problem .problem-content ul.content li .ans {
  display: flex;
  justify-content: end;
}
.problem .problem-content ul.content li .ans .left-info {
  max-width: calc(100% - 51px);
}
.problem .problem-content ul.content li .ans .left-info .tips {
  font-size: 12px;
  line-height: 17px;
  color: #8E8E8E;
  text-align: right;
  margin-bottom: 6px;
}
.problem .problem-content ul.content li .ans .left-info .info {
  padding: 12px 11px 10px 16px;
  background-color: #F0F0F2;
  border-radius: 8px 0 8px 8px;
}
.problem .problem-content ul.content li .ans .left-info .info p {
  font-size: 16px;
  line-height: 22px;
  color: #141414;
}
.problem .problem-content ul.content li .ans .right-ico {
  width: 40px;
  height: 40px;
  margin-left: 11px;
  margin-top: 23px;
}
.problem .problem-content ul.content li .ans .right-ico img {
  width: 100%;
  height: 100%;
  display: block;
}
.problem .problem-content ul.content li:nth-child(1) {
  width: 414px;
  margin-right: 310px;
  margin-left: 50px;
}
.problem .problem-content ul.content li:nth-child(2) {
  width: 426px;
  margin-top: 51px;
}
.problem .problem-content ul.content li:nth-child(3) {
  width: 430px;
  margin-top: 77px;
  margin-right: 301px;
}
.problem .problem-content ul.content li:nth-child(4) {
  width: 449px;
  margin-top: 127px;
}
.problem a.zx-btn {
  margin-top: 87px;
}
.role {
  padding-top: 88px;
  padding-bottom: 52px;
  background-image: url(../images/income-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.role .title {
  margin-bottom: 45px;
}
.role .title h3 {
  color: #fff;
}
.role .role-container {
  width: 1104px;
  margin: 0 auto;
}
.role .role-container ul.content {
  justify-content: space-between;
}
.role .role-container ul.content li {
  display: flex;
  align-items: center;
}
.role .role-container ul.content li .icon {
  width: 48px;
  height: 48px;
}
.role .role-container ul.content li .icon img {
  width: 100%;
  height: 100%;
  display: block;
}
.role .role-container ul.content li .info {
  margin-left: 8px;
}
.role .role-container ul.content li .info h5 {
  font-family: 'PINGFANG-BOLD';
  font-size: 20px;
  line-height: 28px;
  color: #fff;
  margin-bottom: 4px;
}
.level .content .left-chart {
  width: 690px;
}
.level .content .left-chart ul li {
  height: 82px;
  padding: 14px 40px 15px 40px;
  background: linear-gradient(272deg, rgba(0, 112, 255, 0) 0%, #0070FF 100%);
  border-radius: 12px 0px 0px 0px;
  color: #fff;
  margin-bottom: 10px;
}
.level .content .left-chart ul li:last-child {
  margin-bottom: 0;
}
.level .content .left-chart ul li h6 {
  font-family: 'PINGFANG-BOLD';
  font-size: 20px;
  line-height: 28px;
}
.level .content .left-chart ul li p {
  font-size: 16px;
  line-height: 22px;
  margin-top: 3px;
}
.level .content .left-chart ul li:nth-child(1) {
  width: 290px;
}
.level .content .left-chart ul li:nth-child(2) {
  width: 390px;
}
.level .content .left-chart ul li:nth-child(3) {
  width: 490px;
}
.level .content .left-chart ul li:nth-child(4) {
  width: 590px;
}
.level .content .right-info {
  width: 484px;
  min-height: 450px;
  padding: 60px;
  background-color: #F5F5F5;
  border-radius: 8px;
  margin-left: auto;
}
.level .content .right-info h3 {
  display: flex;
  align-items: center;
  margin-bottom: 28px;
}
.level .content .right-info h3 img {
  width: 32px;
  height: 32px;
  margin-right: 11px;
}
.level .content .right-info h3 span {
  font-family: 'PINGFANG-BOLD';
  font-size: 20px;
  line-height: 28px;
  color: #333;
}
.level .content .right-info p {
  font-size: 16px;
  line-height: 44px;
  color: #333;
}
.level a.zx-btn {
  margin-top: 80px;
}
