.title h3,
.title h6 {
  font-family: 'SourceHanSansCN-Regular';
}
.what-lxs {
  padding-top: 102px;
  padding-bottom: 51px;
}
.what-lxs .content {
  margin-top: 36px;
}
.what-lxs .content .left-intro {
  width: 735px;
  font-family: 'SourceHanSansCN-Regular';
}
.what-lxs .content .left-intro p {
  font-size: 16px;
  line-height: 30px;
  color: #666;
  padding-left: 28px;
  position: relative;
  margin-bottom: 31px;
}
.what-lxs .content .left-intro p::before {
  display: block;
  content: '';
  width: 7px;
  height: 13px;
  background-color: #277fef;
  position: absolute;
  top: 8px;
  left: 5px;
}
.what-lxs .content .left-intro p.warn {
  color: #ff7d00;
  font-family: 'SourceHanSansCN-Medium';
}
.what-lxs .content .left-intro p.warn::before {
  width: 16px;
  height: 14px;
  background-image: url(../images/common/warn-ico.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: transparent;
}
.what-lxs .content .left-intro p:last-child {
  margin-bottom: 0;
}
.what-lxs .content .right-img {
  margin-top: 8px;
  margin-left: auto;
  margin-right: 58px;
  width: 258px;
  /*height: 190px;*/
  /*border: 1px solid #dfdfdf;*/
}
.what-lxs .content .right-img img {
  width: 100%;
  display: block;
}
.what-lxs a.handle-btn {
  margin-top: 56px;
}
.license {
  padding-top: 57px;
  padding-bottom: 55px;
  background-color: #f7f9fc;
}
.license .license-content {
  padding-left: 23px;
  padding-right: 20px;
  margin-top: 35px;
}
.license .license-content .content {
  border: 1px solid #e2e0e0;
}
.license .license-content .content .img {
  width: 367px;
}
.license .license-content .content .img img {
  width: 100%;
  display: block;
}
.license .license-content .content .info {
  width: calc(100% - 367px);
  padding: 30px 30px 20px 32px;
}
.license .license-content .content .info p {
  font-family: 'SourceHanSansCN-Regular';
  font-size: 18px;
  line-height: 36px;
  color: #666;
  margin-bottom: 18px;
}
.license .license-content .content .info p:last-child {
  margin-bottom: 0;
}
.license a.handle-btn {
  margin-top: 48px;
}
.condition {
  padding-top: 60px;
  padding-bottom: 49px;
}
.condition .condition-content {
  width: 998px;
  margin: 0 auto;
  margin-top: 35px;
}
.condition .condition-content ul {
  width: 100%;
  height: 222px;
  background-color: #fff;
  background-image: url(../images/common/coditon_bg.png);
  background-repeat: no-repeat;
  background-size: 164px 173px;
  background-position: calc(100% - 121px) calc(100% - 23px);
  box-shadow: 0 3px 24px 0 rgba(28, 124, 188, 0.14);
  padding: 18px 0 24px 96px;
  border-radius: 20px;
  font-family: 'SourceHanSansCN-Regular';
}
.condition .condition-content ul li {
  font-size: 18px;
  line-height: 36px;
  color: #666;
}
.condition a.handle-btn {
  margin-top: 40px;
}
.material {
  padding-top: 48px;
  padding-bottom: 58px;
}
.material .material-content {
  width: 1072px;
  margin: 0 auto;
  margin-top: 42px;
  padding: 40px 54px 53px 63px;
  display: flex;
  background-color: #f7f9fc;
  background-image: url(../images/common/material_img.png);
  background-position: calc(100% - 67px) calc(100% - 26px);
  background-repeat: no-repeat;
  background-size: 293px 212px;
}
.material .material-content .material-list p {
  font-family: 'SourceHanSansCN-Regular';
  font-size: 18px;
  line-height: 1;
  margin-bottom: 30px;
  color: #666;
}
.material .material-content .material-list p:last-child {
  margin-bottom: 0;
}
.material a.handle-btn {
  margin-top: 40px;
}
.process .title h6 {
  margin-top: 20px;
}
