.financial_stage_wrap {
  width: 100%;
  padding-top:60px;
  overflow-x: hidden;
}
.financial_stage_wrap .banner {
  height: 320px;
  background: #4b87e9 url("../../../images/finance/instalment/finacial_stage_banner.jpg") top center no-repeat;
}
.financial_stage_wrap .con {
  width: 1200px;
  margin: 0 auto;
}
.financial_stage_wrap .con .prof {
  height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.financial_stage_wrap .con .prof dl {
  width: 290px;
  padding-top: 105px;
  text-align: center;
  display: inline-block;
  background: url("../../../images/finance/instalment/finacial_icon1.png") top center no-repeat;
}
.financial_stage_wrap .con .prof dl dt {
  font-size: 30px;
  color: #3185ec;
}
.financial_stage_wrap .con .prof dl dt span {
  font-size: 16px;
}
.financial_stage_wrap .con .prof dl dd {
  color: #666;
  line-height: 30px;
}
.financial_stage_wrap .con .prof dl:nth-child(2) {
  background: url("../../../images/finance/instalment/finacial_icon2.png") top center no-repeat;
}
.financial_stage_wrap .con .prof dl:nth-child(3) {
  background: url("../../../images/finance/instalment/finacial_icon3.png") top center no-repeat;
}
.financial_stage_wrap .con .apply_condition {
  height: 110px;
  background: #edf7ff;
  padding: 40px 75px 0 60px;
}
.financial_stage_wrap .con .apply_condition h3 {
  color: #3185ec;
  font-size: 24px;
}
.financial_stage_wrap .con .apply_condition p {
  color: #666;
  font-size: 16px;
  line-height: 30px;
}
.financial_stage_wrap .con .apply_condition .apply_btn {
  width: 240px;
  height: 54px;
  font-size: 20px;
  cursor: pointer;
  border-radius: 4px;
  background: #fb9736;
  text-align: center;
  line-height: 54px;
  color: #fff;
  display: inline-block;
}
.financial_stage_wrap .con .apply_condition .apply_btn.gray {
  background: #ddd;
}
.financial_stage_wrap .con .intro {
  text-align: center;
  padding: 40px 0;
}
.financial_stage_wrap .con .intro h3 {
  font-size: 18px;
  margin-bottom: 5px;
}
.financial_stage_wrap .con .intro p {
  color: #999;
  font-size: 16px;
  line-height: 25px;
}
.financial_stage_wrap .phone_call_wrap {
  height: 74px;
  background: #4f8be6;
  display: flex;
  align-items: center;
  justify-content: center;
}
.financial_stage_wrap .phone_call_wrap .phone_call {
  color: #fff;
  font-size: 22px;
  padding-left: 34px;
  background: url("../../../images/finance/instalment/phone_icon.png") left center no-repeat;
}

