.divCon{
   width:89%;
   margin:0 auto;
   padding-top:25px;
   padding-bottom:30px;
}
.detailTitle{
   font-size:20px;
   line-height:29px;
   text-align:center;
    margin-bottom: 10px;
}
.detailContent,.detailContent p{
  font-size: 16px;
  line-height: 35px;
}
.detailContent p{
  min-height:10px;
}
.hdbmDetail{
    width: 100%;
    padding: 40px 7% 26px 7%;
    box-sizing: border-box;
    background: #F3F3F3;
    overflow:hidden;
    display:none;
}
.hdbm_title01 {
    font-size: 30px;
    color: #666666;
    line-height: 42px;
    text-align: center;
    margin-bottom:31px;
}
.hdbm_Ul .hdbm_Li {
    float: left;
    width: 29.768%;
    margin-right: 5.348%;
    padding: 0;
    margin-bottom: 31px;
}
.hdbm_Ul .hdbm_Li:nth-child(3n+3){
    margin-right: 0;
}
.hdbm_Ul .hdbm_Lily {
    width: 100%;
    margin-right: 0;
}
.div_hdtitle{
  font-size: 16px;
  font-weight: 500;
  color: #333333;
  line-height: 22px;
  margin-bottom:7px;
  padding: 0 4px;
  box-sizing: border-box;
}
.div_hdCon input{
  width:100%;
  padding: 0 8px;
  height: 36px;
  background: #FFFFFF;
  border-radius: 6px;
  border: 1px solid #E8E8E8;
  box-sizing: border-box;
}
.hdbm_Lily .div_hdtitle{
  font-size: 30px;
  color: #666666;
  line-height: 42px;
  padding-top:12px;
  text-align:center;
  margin-bottom:18px;
}
.div_hdCon textarea{
  width:100%;
  height: 122px;
  background: #FFFFFF;
  border-radius: 6px;
  border: 1px solid #E8E8E8;
  padding: 5px 8px;
  box-sizing: border-box;
  resize: none;
}
.bottomTxt {
    width: 100%;
    font-size: 14px;
    color: #0B509C;
    line-height: 17px;
    text-align: center;
    margin-top: 18px;
}
.sumInput{
    text-align:center;
}
.sumInput input{
    width: 167px;
    height: 57px;
    background: #004898;
    border-radius: 6px;
    font-size: 24px;
    color: #FFFFFF;
    line-height:57px;
    outline: 0;
    border: 0;
    cursor: pointer;
}
.div_hdCon{
    position:relative;
}
.errorDiv {
    font-size: 14px;
    color: #b93232;
    width: 100%;
    position: absolute;
    top: 36px;
    left: 0;
}
@media screen and (max-width: 1000px){
  .divCon{
     width: 100%;
     padding: 0 15px;
     box-sizing: border-box;
  }
}
@media screen and (max-width: 768px){
  .hdbm_Ul .hdbm_Li{
     width: 47.5%;
     margin-right: 2%;
     margin-bottom: 25px;
  }
  .hdbm_Ul .hdbm_Li:nth-child(3n+3) {
     margin-right: 2%;
  }
  .hdbm_Ul .hdbm_Li:nth-child(2n+2) {
     margin-right: 0;
  }
  .errorDiv{
    font-size: 10px;
    height: 25px;
    line-height: 12px;
    overflow: inherit;
    white-space: normal;
  }
}