.j_contain {
  max-width: 1190px;
  margin: 44px auto 0px;
  min-width: 1190px;
  border: 1px solid #ddd;
  padding-bottom: 30px;
}
.j_crumb {
  padding: 18px 0px 12px;
}
.j_crumb a {
  font-size: 14px;
  color: #707070;
}
.j_crumb .j_select {
  color: #fc6d21;
}
.info_l {
  float: left;
  width: 50%;
  padding-top: 40px;
}
.info_item {
  margin-top: 15px;
}
.info_item label {
  width: 30%;
  display: inline-block;
  float: left;
  height: 36px;
  line-height: 36px;
  text-align: right;
  vertical-align: top;
  font-size: 16px;
}
.info_item label span {
  color: red;
  padding-right: 5px;
}
.info_con {
  float: left;
  width: 70%;
}
.info_con input[type='text'] {
  width: 293px;
  height: 36px;
  line-height: 36px;
  border: 1px solid #d9d9d9;
  font-size: 16px;
  padding-left: 5px;
  border-radius: 2px;
}
.info_con select {
  width: 98px;
  height: 38px;
  line-height: 38px;
  border: 1px solid #d9d9d9;
  font-size: 16px;
  padding-left: 5px;
}
.info_con textarea {
  border: 1px solid #d9d9d9;
  width: 294px;
  padding: 2px;
  font-size: 16px;
}
.info_addr {
  margin-top: 6px;
}
.prompt {
  text-align: center;
  display: none;
  padding: 15px 0px 0px;
}
.submit {
  text-align: center;
}
.submit input[type='button'] {
  margin-top: 10px;
  background-color: #1fbaf0;
  color: #fff;
  height: 36px;
  line-height: 36px;
  font-size: 16px;
  font-family: Microsoft YaHei, "微软雅黑", Lucida, Verdana, Hiragino Sans GB, STHeiti, WenQuanYi Micro Hei, SimSun, sans-serif;
  width: 150px;
  border: 0px;
  cursor: pointer;
  letter-spacing: 2px;
}
.info_r {
  float: left;
  width: 50%;
  padding-top: 20px;
}
.r_hd {
  font-size: 16px;
}
.hd_l label {
  float: left;
  display: inline-block;
  height: 34px;
  line-height: 34px;
  width: 70px;
  text-align: right;
}
.hd_l input[type='text'] {
  border: 1px solid #d9d9d9;
  height: 32px;
  line-height: 32px;
  display: inline-block;
  float: left;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  width: 250px;
  padding-left: 5px;
}
.hd_l input[type='button'] {
  border: 1px solid #d9d9d9;
  height: 34px;
  line-height: 34px;
  width: 34px;
  background-color: #fff;
  display: inline-block;
  border-left: 0px;
  float: left;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.hd_r {
  margin-top: 10px;
}
.hd_r label {
  float: left;
  display: inline-block;
  height: 34px;
  line-height: 34px;
  width: 70px;
  text-align: right;
}
.hd_r input[type='text'] {
  border: 1px solid #d9d9d9;
  height: 32px;
  line-height: 32px;
  border-radius: 5px;
  padding-left: 5px;
  width: 250px;
}
.map_container {
  width: 500px;
  height: 500px;
  margin-top: 10px;
  border-radius: 5px;
}
.map_search {
  cursor: pointer;
}
.map_search img {
  width: 25px;
  margin-left: 5px;
}
.map_search img:hover {
  width: 28px;
}
.get_code, .verfiycode {
  position: absolute;
  display: inline-block;
  height: 36px;
  line-height: 36px;
  width: 100px;
  border: 1px solid #d9d9d9;
  left: 198px;
  top: 0px;
  text-align: center;
  color: #31becf;
  cursor: pointer;
  font-size: 13px;
  background-color: #eff;
}
.get_code:hover {
  color: #0EA8BB;
}

.icon-success {
  display: none;
  width: 16px;
  height: 16px;
  content: url('../images/new/icon-success.png');
}