.title h3,
.title h6 {
  font-family: 'SourceHanSansCN-Regular';
}
.what-idc {
  padding-top: 103px;
  padding-bottom: 77px;
}
.what-idc .content {
  margin-top: 37px;
}
.what-idc .content .left-intro {
  width: 728px;
  font-family: 'SourceHanSansCN-Regular';
}
.what-idc .content .left-intro p {
  font-size: 16px;
  line-height: 22px;
  color: #666;
  padding-left: 28px;
  position: relative;
  margin-bottom: 12px;
}
.what-idc .content .left-intro p::before {
  display: block;
  content: '';
  width: 7px;
  height: 13px;
  background-color: #277fef;
  position: absolute;
  top: 4px;
  left: 5px;
}
.what-idc .content .left-intro ul li {
  display: flex;
  align-items: center;
}
.what-idc .content .left-intro ul li img {
  width: 16px;
  height: 16px;
  margin-right: 10px;
}
.what-idc .content .left-intro ul li span {
  font-size: 16px;
  line-height: 30px;
  color: #666;
}
.what-idc .content .right-img {
  margin-top: 5px;
  margin-left: auto;
  margin-right: 56px;
  width: 176px;
  /*height: 251px;*/
  /*padding: 6px 8px;*/
  /*border: 1px solid #dfdfdf;*/
}
.what-idc .content .right-img img {
  width: 100%;
  /*height: 100%;*/
  display: block;
}
.what-idc a.handle-btn {
  margin-top: 30px;
}
.license {
  padding-top: 57px;
  padding-bottom: 51px;
  background-color: #f7f9fc;
}
.license .license-content {
  width: 1072px;
  margin: 0 auto;
  margin-top: 35px;
  border: 1px solid #e2e0e0;
  display: flex;
  align-items: center;
  font-family: 'SourceHanSansCN-Regular';
}
.license .license-content .img {
  width: 367px;
  background-color: #fff;
}
.license .license-content .img img {
  display: block;
  width: 100%;
}
.license .license-content .info {
  width: calc(100% - 367px);
  padding: 0 12px 0 29px;
}
.license .license-content .info p {
  font-size: 18px;
  line-height: 30px;
  color: #666;
}
.license .license-content .info p span {
  font-size: 20px;
  color: #ff7d00;
  font-family: 'SourceHanSansCN-Medium';
}
.license a.handle-btn {
  margin-top: 35px;
}
.condition {
  padding-top: 61px;
  padding-bottom: 54px;
}
.condition .condition-content {
  width: 955px;
  height: 166px;
  margin: 0 auto;
  margin-top: 35px;
  background-image: url(../images/common/coditon_bg.png);
  background-repeat: no-repeat;
  background-size: 141px 149px;
  background-position: calc(100% - 54px) calc(100% - 9px);
  box-shadow: 0 3px 24px 0 rgba(28, 124, 188, 0.14);
  padding-top: 34px;
  padding-left: 65px;
  border-radius: 15px;
}
.condition .condition-content ul li {
  font-size: 18px;
  font-family: 'SourceHanSansCN-Regular';
  line-height: 30px;
  color: #666;
}
.condition a.handle-btn {
  margin-top: 55px;
}
.material {
  padding-top: 58px;
  padding-bottom: 52px;
}
.material .material-content {
  width: 1068px;
  margin: 0 auto;
  margin-top: 41px;
  display: flex;
}
.material .material-content .material-list {
  flex: 1;
  height: 337px;
  margin-right: 78px;
}
.material .material-content .material-list:last-child {
  margin-right: 0;
}
.material .material-content .material-list h5 {
  padding-left: 35px;
  line-height: 50px;
  font-size: 18px;
  color: #fff;
}
.material .material-content .material-list ul {
  padding: 23px 35px;
  padding-bottom: 0;
}
.material .material-content .material-list ul li {
  font-size: 18px;
  font-family: 'SourceHanSansCN-Regular';
  line-height: 30px;
  color: #666;
}
.material .material-content .material-list:first-child {
  background-color: #eff4ff;
}
.material .material-content .material-list:first-child h5 {
  background-color: #518aff;
}
.material .material-content .material-list:last-child {
  background-color: #fff5ec;
}
.material .material-content .material-list:last-child h5 {
  background-color: #ff7d00;
}
.material a.handle-btn {
  margin-top: 37px;
}
