img{
  width: 100%;
}
.ld-banner{
  width: 100%;
  height: 500px;
  background-image: url("https://fangxinqian.cn/webgw/imagegw/guanyuwomen/img/hezuohuoban/banner.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  text-align: center;
  color: #fff;
  padding-top: 8%;
}
.ld-banner h1{
  font-size: 80px;
  letter-spacing: 12px;
  font-weight: bold;
  margin-bottom: 12px;
}
.ld-banner p{
  font-size: 40px;
  letter-spacing: 12px;
}

.navigation-page{
  width: 100%;
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  color: #666666;
  background-color: #EFF2F6;
}
.navigation-center{
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.navigation-current{
  color: #333333;
  font-weight: bold;
}
.navigation-list > ul{
  display: flex;
  height: 100%;
}
.navigation-list > ul li{
  margin-left: 30px;
  height: 58px;
}
.navigation-list > ul li.active{
  color: #307CFF;
  border-bottom: 2px solid #307CFF;
}

.item-box{
  padding: 80px 0;
}
.item-title{
  text-align: center;
  margin-bottom: 50px;
}
.item-title h2{
  color: #333333;
  font-size: 50px;
}
.title-line{
  width: 150px;
  height: 6px;
  background-color:#2F7CFF;
  margin: 15px auto;
  border-radius: 4px;
}
.item-title p{
  color: #999999;
  font-size: 24px;
}

.cut-line{
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-image: url("https://fangxinqian.cn/webgw/imagegw/guanyuwomen/img/qiyezizhi/cut-line.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top center;
  padding: 0 15px;
  margin-right: -15px;
  margin-bottom: 24px;
}


.hzhb-input{
  width: 100%;
  height: 48px;
  margin: 0 auto;
  display: inline-flex;
  justify-content: center;
}
.hzhb-input input{
  width: 600px;
  height: 48px;
  line-height: 48px;
  border-radius: 2px;
  font-size: 18px;
  padding: 0 8px;
  text-align: left;
  outline: none;
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.hzhb-input button{
  width: 200px;
  height: 100%;
  background-color: #2F7CFF;
  line-height: 40px;
  color: #fff;
  font-size: 14px;
  border: 1px solid #2F7CFF;
  padding-left: 12px;
  padding: 0;
  text-align: center;
}
.hzhb-result-success{
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  margin-top: 60px;
}
.success-logo{
  width: 180px;
  height: 180px;
  margin-right: 30px;
  border: 1px solid #e3e3e3;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
}
.success-desc{
  width: 580px;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
}
.success-desc .title{
  margin-bottom: 12px;
  width: 100%;
}
.success-desc .title span{
  color: rgba(0,0,0,0.85);
  font-size: 20px;
  line-height: 24px;
  font-weight: 800;
}
.success-desc .title b{
  display: inline-block;
  text-align: center;
  line-height: 24px;
  width: 56px;
  height: 24px;
  border-radius: 4px;
  opacity: 1;
  background: #4CB35D;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  vertical-align: top;
}
.success-desc .desc{
  color: rgba(0,0,0,0.65);
  font-size: 14px;
  font-weight: 400;
}

.hzhb-result-fail{
  text-align: center;
}
.hzhb-result-fail img{
  width: 240px;
  height: 240px;
}
.hzhb-result-fail p{
  text-align: center;
  color: rgba(0,0,0,1);
  font-size: 14px;
  line-height: 24px;
}

@media (max-width: 1200px){
  .navigation-center{
    width: 100%;
    padding: 0 15px;
  }
  .item-title h2{
    font-size: 24px;
  }
}
@media (max-width: 768px){
  .ld-banner{
    height: 300px;
    padding-top: 26%;
  }
  .ld-banner h1{
    font-size: 40px;
    letter-spacing: 1px;
  }
  .ld-banner p{
    font-size: 18px;
    letter-spacing: 1px;
  }
}
