#ht_design .container-full .bn-tb {
  height: 150px;
  border-top: 8px solid #db6300;
  background: url("../images/TB_lg_3.jpg");
  background-position: center bottom;
}
#ht_design .ej-cont .ej-list {
  text-align: center;
}
#ht_design .ej-cont .ej-list h3 {
  color: #666666;
}
#ht_design .ej-cont .googleMAP {
  margin: 20px 0 0;
}
#ht_design .ej-cont .googleMAP iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#ht_design .ej-cont #map {
  width: 100%;
  height: 400px;
  border-style: 1px #222222 solid;
}
#ht_design .form-content {
  background: #ebebeb;
  padding: 30px 20px;
}
#ht_design .form-content:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#ht_design .form-content .form-group .form-label {
  margin: 0;
  padding: 15px 10px 0;
}
#ht_design .form-content .form-group .form-label .span_must {
  color: #c62b2e;
}
#ht_design .form-content .form-group .form-control {
  padding: 5px 10px;
}
#ht_design .form-content .verify-code {
  padding: 20px 0 0;
}
#ht_design .form-content .verify-code div {
  margin: 0 auto;
}
@media (min-width: 290px) and (max-width: 991px) {
  #ht_design .ej-list {
    margin: 10px 0;
    padding: 0;
    border-bottom: 2px solid #f2f2f2;
  }
  #ht_design .ej-list img {
    margin: 6px 0;
    width: 40%;
  }
  #ht_design .ej-list h3 {
    margin: 5px 0 20px;
    text-align: left;
  }
  #ht_design .googleMAP {
    width: 100%;
    height: 100%;
    position: relative;
    top: 0;
    left: 0;
    z-index: 9;
    background: white;
  }
  #ht_design .googleMAP .bn-out {
    display: block;
  }
  #ht_design .form-group {
    margin: 0;
    padding: 3px 0;
  }
}
@media (min-width: 992px) {
  #ht_design .ej-list {
    margin: 20px 0;
    padding: 20px;
    border-left: 2px solid #f2f2f2;
  }
  #ht_design .ej-list img {
    width: 25%;
  }
  #ht_design .ej-list:last-child {
    border-right: 2px solid #f2f2f2;
  }
  #ht_design .ej-list img {
    margin: 10px;
  }
  #ht_design .form-group {
    margin: 0;
    padding: 3px 20px;
  }
}
