.problem {
  padding-bottom: 72px;
}
.problem .title {
  margin-bottom: 50px;
}
.problem .problem-content {
  width: 1104px;
  margin: 0 auto;
  padding-top: 53px;
  padding-bottom: 48px;
  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 {
  width: 380px;
  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: 8px 17px 7px 16px;
  background-color: #CCE1FF;
  border-radius: 0px 8px 8px 8px;
}
.problem .problem-content ul.content li .que .right-info p {
  font-size: 18px;
  line-height: 25px;
  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: 10px 24px 9px 16px;
  background-color: #F0F0F2;
  border-radius: 8px 0 8px 8px;
}
.problem .problem-content ul.content li .ans .left-info .info p {
  font-size: 18px;
  line-height: 25px;
  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) {
  margin-left: 34px;
  margin-right: 310px;
}
.problem .problem-content ul.content li:nth-child(2) {
  margin-top: 51px;
}
.problem .problem-content ul.content li:nth-child(3) {
  margin-top: 77px;
  margin-right: 301px;
}
.problem .problem-content ul.content li:nth-child(4) {
  margin-top: 127px;
}
.problem a.zx-btn {
  margin-top: 90px;
}
.income {
  padding-top: 89px;
  padding-bottom: 50px;
  background-image: url(../images/income-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.income .title h3 {
  color: #fff;
}
.income .income-container {
  width: 1024px;
  margin: 0 auto;
}
.income .income-container ul.content {
  justify-content: space-between;
}
.income .income-container ul.content li {
  display: flex;
}
.income .income-container ul.content li .icon {
  width: 48px;
  height: 48px;
}
.income .income-container ul.content li .icon img {
  width: 100%;
  height: 100%;
  display: block;
}
.income .income-container ul.content li .info {
  margin-left: 8px;
}
.income .income-container ul.content li .info h5 {
  font-family: 'PINGFANG-BOLD';
  font-size: 20px;
  line-height: 28px;
  color: #fff;
  margin-bottom: 4px;
}
.income .income-container ul.content li .info p {
  font-size: 16px;
  line-height: 22px;
  color: #fff;
}
.condition {
  background-color: #F5F5F5;
}
.condition .condit-content ul li {
  padding: 33px 60px 30px 60px;
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 20px;
  cursor: pointer;
}
.condition .condit-content ul li:last-child {
  margin-bottom: 0;
}
.condition .condit-content ul li h3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: 'PINGFANG-BOLD';
  margin-bottom: 2px;
}
.condition .condit-content ul li h3 span {
  font-size: 22px;
  line-height: 30px;
  color: #333;
  transition: all 0.3s;
}
.condition .condit-content ul li h3 .ctr-ico {
  width: 17px;
  height: 17px;
  background-image: url(../../../common/images/open-icon.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  transition: all 0.3s;
}
.condition .condit-content ul li .info-box {
  display: none;
  margin-top: 15px;
}
.condition .condit-content ul li .info-box .info {
  padding: 40px;
  padding-bottom: 13px;
  background-color: #F5F5F5;
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
  transition: all 0.3s;
}
.condition .condit-content ul li .info-box .info .left-mes {
  width: calc(100% - 254px);
}
.condition .condit-content ul li .info-box .info .left-mes p {
  font-size: 16px;
  line-height: 22px;
  color: #5F5F5F;
  margin-bottom: 15px;
}
.condition .condit-content ul li .info-box .info .left-mes p span {
  color: #0070FF;
}
.condition .condit-content ul li .info-box .info .left-mes p:last-child {
  margin-bottom: 0;
}
.condition .condit-content ul li .info-box .info .right-img {
  width: 254px;
  cursor: pointer;
}
.condition .condit-content ul li .info-box .info .right-img img {
  width: 100%;
  display: block;
}
.condition .condit-content ul li.active h3 span {
  color: #0070FF;
}
.condition .condit-content ul li.active h3 .ctr-ico {
  background-image: url(../../../common/images/close-icon.png);
}
.inner-process {
  padding-bottom: 90px;
}
.inner-process ul.content {
  margin-top: 60px;
}
.inner-process a {
  margin-top: 64px;
}
