html,body,.financing-needs{
  width: 100%;
  min-height: 100%;
  background-color: #003caa;
}
.financing-needs {
  padding-bottom: 25px;
}
.financing-needs-banner {
  height: 503px;
  background: url("../images/finance-banner.png") center no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
.financing-needs-label{
  width: 495px;
  height: 56px;
  background: url("../images/finance-img1.png") center no-repeat;
  background-size: contain;
  margin-top: -54px;
  padding: 0 44px;
  display: flex;
  justify-content: space-around;
  line-height: 48px;
}
.financing-needs-label span{
  color: #1374E1;
  font-size: 21px;
  font-weight: bold;
}
.financing-needs-content {
  max-width: 1200px;
  width: 80%;
  height: auto;
  margin: -208px auto 0;
  padding: 83px 204px 25px;
  background-color: #e2eaf9;
  border-radius: 20px;
  position: relative;  
}
.financing-needs-content::before {
  content: "融资需求信息采集";
  display: inline-block;
  width: 52%;
  line-height: 53px;
  background: url("../images/finance-img2.png") no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: -1px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  font-size: 16px;
  color: #ffffff;
}
form{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.form-group{
  width: 44%;
  margin-bottom: 43px;
}
.form-group label{
  font-size: 16px;
  line-height: 20px;
}
.form-group input,
.form-group select{
  height: 46px;
}
.form-text{
  position: absolute;
  color: #E73838;
  font-size: 12px;
}
.bef {
  position: relative;
}
.bef .form-control{
  padding: 6px 26px 6px 12px;
}
.bef::before {
  content: "万";
  position: absolute;
  right: 14px;
  bottom: 14px;
  color: #666666;
}
/* 地区选择 */
#address{
display: flex;
justify-content: space-between;
}
#address select{
  width: 33%;
}
/* 多选 */
.checkbox-box.form-group{
  width: 100%;
}
.checkbox-box.form-group input{
  height: auto;
}
.checkbox-ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.checkbox-ul li{
  width: 44%;
  margin: 10px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.checkbox-ul li label{
  font-weight: 400;
}
/* 步进器 */
.checkbox-ul .checkbox-stepper{
  display: flex;
}
.checkbox-ul .checkbox-stepper i{
  display: block;
  width: 40px;
  height: 34px;
  line-height: 30px;
  background-color: #ffffff;
  text-align: center;
}
.checkbox-ul .checkbox-stepper i.stepper-del-active{
  display: none;
}
.checkbox-ul .checkbox-stepper input{
  width: 100px;
  height: 34px;
  line-height: 34px;
  border: 2px solid #ffffff;
  background-color: #EDEFF2;
  text-align: center;
  font-size: 16px;
}
.financing-btn{
  width: 44%;
  height: 46px;
  margin: 0 auto;
   background-color: #0190FF;
   color: #ffffff;
}
@media (max-width: 1300px) {
  .financing-needs-content {
    width: 90%;
  }
}
@media (max-width: 1199px) and (min-width: 996px){
  .financing-needs-content{
    padding: 83px 135px 25px;
  }
}
@media (max-width: 995px) and (min-width: 768px){
  .financing-needs-content{
    padding: 83px 35px 25px;
  }
}
@media (max-width: 767px) {
  .financing-needs-content{
    padding: 83px 50px 25px;
  }
  form{
    justify-content: center;
  }
  .form-group,
  .checkbox-box.form-group,
  .checkbox-ul li{
    width: 80%;
  }
  .checkbox-ul{
    justify-content: flex-start;
  }
}