body {
  background: #fff;
}
.section {
  padding: 90px 0;
  text-align: center;
  border-bottom: 1px solid #f0f0f0;
}
.section-title {
  font-size: 30px;
  color: #333;
  line-height: 50px;
  margin-bottom: 30px;
  text-align: center;
  font-weight: normal;
}
.btn {
  display: inline-block;
  width: 160px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 16px;
  color: white;
  background: #1f89ff;
  border-radius: 5px;
}

.mbanner {
  position: relative;
}
.mbanner img {
  width: 100%;
}
.mbanner-content {
  color: #fff;
  height: 254px;
  width: 100%;
  position: absolute;
  top: 50%;
  margin-top: -127px;
  left: 0;
}
.mbanner-content h1 {
  font-size: 58px;
  margin: 0;
}
.mbanner-sub {
  font-size: 18px;
  margin: 20px auto 50px;
}
.mbanner-btn {
  display: inline-block;
  width: 160px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  color: #105cfb;
  background: #fff;
  border-radius: 4px;
}
.mbanner-tips {
  font-size: 14px;
  margin-top: 18px;
}
.mbanner-tips a {
  color: #fff;
  text-decoration: underline;
}

.s-market {
  background: url('../moban/images/4/bg_2_pc.png') bottom center no-repeat;
  background-size: 100% auto;
}
.market-item {
  height: 360px;
  text-align: center;
  margin-right: 1.8%;
  box-shadow: 0 5px 10px #eee;
  -webkit-box-shadow: 0 5px 10px #eee;
  -ms-box-shadow: 0 5px 10px #eee;
  -moz-box-shadow: 0 5px 10px #eee;
}
.market-item:last-child {
  margin-right: 0;
}
.market-item img {
  width: 126px;
  height: 126px;
  margin: 25px auto 12px;
}
.market-item h4 {
  margin-bottom: 20px;
}
.market-text {
  font-size: 16px;
  padding: 0 15%;
  line-height: 1.5;
  margin-bottom: 12px;
}
.market-tips {
  line-height: 1.5;
  font-size: 13px;
  color: #666;
  padding: 0 17.5%;
}

.s-advantage {
  background: #f5f6f9 url('../moban/images/4/bg_advantage_pc.png') center no-repeat;
  background-size: 100% auto;
}
.advantage {
  margin-right: 1.8%;
  height: 245px;
  position: relative;
  background: #fff;
  box-shadow: 0 4px 8px #eee;
  -webkit-box-shadow: 0 4px 8px #eee;
  -moz-box-shadow: 0 4px 8px #eee;
  -ms-box-shadow: 0 4px 8px #eee;
}
.advantage:last-child {
  margin-right: 0;
}
.advantage h4 {
  color: #ff6419;
  font-weight: normal;
  margin: 50px auto 45px;
  font-size: 26px;
}
.advantage p {
  font-size: 15px;
  margin-bottom: 13px;
}
.advantage::before {
  content: '';
  height: 8px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ff6419;
  background-image: linear-gradient(to right, #ff8a40, #ff360e);
  background-image: -webkit-linear-gradient(to right, #ff8a40, #ff360e);
  background-image: -ms-linear-gradient(to right, #ff8a40, #ff360e);
  background-image: -moz-linear-gradient(to right, #ff8a40, #ff360e);
  border-radius: 4px 4px 0 0;
}
.advantage:nth-child(2n)::before {
  background-color: #e53232;
  background-image: linear-gradient(to right, #eb2e2e, #fd4099);
  background-image: -webkit-linear-gradient(to right, #eb2e2e, #fd4099);
  background-image: -ms-linear-gradient(to right, #eb2e2e, #fd4099);
  background-image: -moz-linear-gradient(to right, #eb2e2e, #fd4099);
}
.advantage:nth-child(2n) h4 {
  color: #e53232;
}
.advantage:nth-child(3n)::before {
  background-color: #105cfb;
  background-image: linear-gradient(to right, #2035ff, #24c2ff);
  background-image: -webkit-linear-gradient(to right, #2035ff, #24c2ff);
  background-image: -ms-linear-gradient(to right, #2035ff, #24c2ff);
  background-image: -moz-linear-gradient(to right, #2035ff, #24c2ff);
}
.advantage:nth-child(3n) h4 {
  color: #105cfb;
}
.advantage:nth-child(4n)::before {
  background-color: #2fbb7c;
  background-image: linear-gradient(to right, #35e4e2, #42da8d);
  background-image: -webkit-linear-gradient(to right, #35e4e2, #42da8d);
  background-image: -ms-linear-gradient(to right, #35e4e2, #42da8d);
  background-image: -moz-linear-gradient(to right, #35e4e2, #42da8d);
}
.advantage:nth-child(4n) h4 {
  color: #2fbb7c;
}
.advantage:nth-child(5n)::before {
  background-color: #ffb83f;
  background-image: linear-gradient(to right, #ff742f, #ffc244);
  background-image: -webkit-linear-gradient(to right, #ff742f, #ffc244);
  background-image: -ms-linear-gradient(to right, #ff742f, #ffc244);
  background-image: -moz-linear-gradient(to right, #ff742f, #ffc244);
}
.advantage:nth-child(5n) h4 {
  color: #ffb83f;
}

.condition {
  height: 200px;
}
.condition img {
  width: 52px;
  height: 52px;
  margin: 25px auto;
}
.condition h4 {
  font-size: 22px;
  font-weight: normal;
  margin-bottom: 11px;
}
.condition p {
  font-size: 13px;
  color: #666;
  margin-bottom: 5px;
}

.apply-steps {
  position: relative;
}
.apply-steps::after {
  content: '';
  width: 100%;
  height: 0;
  border-bottom: 1px dashed #979797;
  position: absolute;
  left: 0;
  bottom: 70px;
}
.apply-step {
  height: 230px;
  position: relative;
}
.apply-step::after {
  content: '';
  width: 12px;
  height: 12px;
  background: #999;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  margin-left: -6px;
  bottom: 64px;
}
.apply-step img {
  width: 120px;
  height: 120px;
  margin: 30px auto 40px;
}

.commend {
  text-align: left;
  height: 425px;
  margin-right: 3%;
  box-shadow: 0 5px 10px #eee;
  -webkit-box-shadow: 0 5px 10px #eee;
  -ms-box-shadow: 0 5px 10px #eee;
  -moz-box-shadow: 0 5px 10px #eee;
}
.commend:last-child {
  margin-right: 0;
}
.commend img {
  width: 100%;
  height: 200px;
  margin-bottom: 36px;
}
.commend-name {
  padding: 0 7%;
  font-size: 18px;
  margin-bottom: 18px;
}
.commend-text {
  padding: 0 7%;
  color: #666;
  font-size: 14px;
  line-height: 1.5;
}