.orange {
  color: #fe9732;
}
.publish_body {
  width: 100%;
  height: 602px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1950px auto;
}
.publish_body .publish_cont {
  width: 1040px;
  height: 100%;
  margin: auto;
  position: relative;
}
.publish_body .publish_cont .publish_info {
  border-radius: 5px;
  background-color: #fff;
  float: left;
  margin-top: 140px;
  padding: 25px 44px;
}
.publish_body .publish_cont .publish_info .pi_cont {
  width: 364px;
}
.publish_body .publish_cont .publish_info .pi_cont .pi_tit {
  border-bottom: 2px solid #dadada;
  margin-bottom: 25px;
  font-size: 0;
}
.publish_body .publish_cont .publish_info .pi_cont .pi_tit .tab {
  display: inline-block;
  vertical-align: middle;
  color: #888888;
  width: 50%;
  position: relative;
  text-align: center;
  padding-bottom: 15px;
}
.publish_body .publish_cont .publish_info .pi_cont .pi_tit .tab.active.tm_publish_tab {
  color: #41CF85;
}
.publish_body .publish_cont .publish_info .pi_cont .pi_tit .tab.active.tm_publish_tab:after {
  height: 5px;
  background: #41CF85;
}
.publish_body .publish_cont .publish_info .pi_cont .pi_tit .tab.active:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: -2px;
  height: 3px;
}
.publish_body .publish_cont .publish_info .pi_cont .pi_tit .tab a {
  font-size: 20px;
  font-weight: bold;
  color: inherit;
}
.publish_body .publish_cont .publish_info .pi_cont .input_item {
  margin-bottom: 20px;
  width: 100%;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.publish_body .publish_cont .publish_info .pi_cont .input_item select {
  width: 100%;
  height: 40px;
  font-size: 14px;
  color: #010101;
  font-family: "Microsoft YaHei", "微软雅黑", "黑体", "宋体", sans-serif;
  padding: 5px 8px;
  border-radius: 3px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-image: none;
  border: 1px solid #e2e2e2;
}
.publish_body .publish_cont .publish_info .pi_cont .input_item .input_class {
  font-size: 14px;
  height: 38px;
  line-height: 38px;
  border: 0 solid #e2e2e2;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  text-indent: 25px;
  color: #9b9a9b;
  width: 362px;
  background: #EFF2F9;
}
.publish_body .publish_cont .publish_info .pi_cont .input_item #category_id {
  font-size: 14px;
  text-indent: 12px;
  color: #AAAAAA;
  background: white;
}
.publish_body .publish_cont .publish_info .pi_cont .input_item p.note {
  font-size: 13px;
  color: #000;
  margin-top: 10px;
}
.publish_body .publish_cont .publish_info .pi_cont .input_item .applicant_tel {
  width: 169px;
  float: left;
}
.publish_body .publish_cont .publish_info .pi_cont .input_item #getCode {
  float: right;
  width: 90px;
  height: 40px;
  line-height: 40px;
  background-color: #0990a4;
  color: #fff;
  font-size: 12px;
  text-align: center;
  border: none;
  -webkit-border-radius: 0 3px 3px 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0 3px 3px 0;
  -moz-background-clip: padding;
  border-radius: 0 3px 3px 0;
  background-clip: padding-box;
  cursor: pointer;
}
.publish_body .publish_cont .publish_info .pi_cont .input_item .qrCode_class {
  height: 38px;
  border: 1px solid #e2e2e2;
  -webkit-border-radius: 3px 0 0 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px 0 0 3px;
  -moz-background-clip: padding;
  border-radius: 3px 0 0 3px;
  background-clip: padding-box;
  text-indent: 5px;
  color: #9b9a9b;
  width: 100px;
  border-right: none;
  float: right;
}
.publish_body .publish_cont .publish_info .pi_cont .sub_bottom {
  width: 100%;
  height: 40px;
  line-height: 40px;
  color: #fff;
  background-color: #41CF85;
  -webkit-border-radius: 20px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 20px;
  -moz-background-clip: padding;
  border-radius: 20px;
  background-clip: padding-box;
  font-size: 18px;
  font-weight: 500;
  border: none;
  cursor: pointer;
  margin-top: 27px;
}
.publish_body .publish_cont .publish_info .pi_cont .bottom_note {
  text-align: center;
  font-size: 13px;
  color: #000;
  margin-top: 24px;
}
.publish_body .publish_cont .publish_info .pi_cont .bottom_qq {
  margin-top: 10px;
  font-size: 13px;
  color: #959595;
  text-align: center;
}
.publish_body .publish_cont img {
  float: left;
  margin-left: 110px;
  margin-top: 215px;
}
.pay_a {
  color: white !important;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  border-radius: 5px;
}
.publish_note {
  width: 100%;
  background-color: #fff;
}
.publish_note .publish_note_content {
  margin: 0 auto;
  width: 960px;
  height: 390px;
  padding: 40px;
}
.publish_note .publish_note_content .publish_note_tit {
  width: 100%;
  color: #41CF85;
  text-indent: 30px;
  font-size: 17px;
  font-weight: bold;
}
.publish_note .publish_note_content .publish_note_cont {
  width: 100%;
  color: #b5b5b5;
  text-indent: 17px;
  padding: 13px;
  line-height: 30px;
  font-size: 14px;
}
