.head_img_wrap{
	position:relative;
}
.head_img{
	width:100%;
}
.head_img_txt{
	position:absolute;
	top:50%;
	left:17%;
	margin-top:-3%;
}
.center{
  width:1200px;
  margin:0 auto;
  border: 1px solid #e6e6e6;
  padding: 30px 35px;
  margin-bottom: 30px;
  box-sizing:border-box;
}
#submitHuntData h2{
  padding-bottom: 25px;
  border-bottom: 1px solid #ddd;
  font-size: 18px;
  color: #999;
}
.require_form{
  padding: 30px 0;
}
.require_form li {
  padding: 0 70px 15px;
}
.require_form li .lab {
  float: left;
  width: 140px;
  text-align: right;
  line-height: 32px;
  font-size: 14px;
  color: #666;
  font-family:"微软雅黑";
}
.require_form li .con {
  margin-left: 150px;
  line-height: 32px;
  overflow: hidden;
}
.inputMode {
  width: 435px;
  height: 30px;
  padding: 0 5px;
  line-height: 30px;
  border: 1px solid #ddd;
}
.nec_red {
  color: #ff8000;
}
.require_form .selMode {
  width: 320px;
}
.selMode {
  width: 198px;
  height: 30px;
  border: 1px solid #ddd;
  line-height: 30px;
}
.detail-tbl {
  width: 100%;
  border: 1px solid #e8e8e8;
}
.detail-tbl th {
  background: #eee;
  border: 1px solid #e8e8e8;
  line-height: 42px;
  text-align: center;
  font-size: 14px;
}
.detail-tbl td {
  padding: 16px 20px;
  border: 1px solid #e8e8e8;
  color: #666;
  font-size: 14px;
  line-height: 22px;
}
.require_form .textarea1 {
  border: 0;
  width:100%;
  height: 60px;
  border:1px solid #fff;
  resize: none;
}
.require_form .selMode.w60 {
  width: 60px;
  margin-right: 10px;
}
.require_form .inputMode.w120 {
  width: 120px;
}
.require_form .textarea2 {
  resize: both;
  max-width: 830px;
  max-height: 160px;
}
.require_form .textarea2 {
  width: 310px;
  height: 115px;
  padding: 5px;
  border: 1px solid #e8e8e8;
}
.require_form .inputMode.w200 {
  width: 200px;
}
.require_form .dateIcon{
	position:relative;
	top:5px;
}
.require_form .line {
    height: 20px;
    margin-bottom: 20px;
    border-bottom: 1px dashed #ddd;
}
.mb15, li.mb25 {
    margin-left: 30px;
}
.warning {
    border: 1px solid #dce4ea;
    background: #ebf1f5;
    line-height: 20px;
    padding: 4px 16px 4px 40px;
    color: #666;
}
.mb15 {
    margin-bottom: 15px;
}
.require_form .inputMode {
    width: 310px;
}
.mb25 {
    margin-bottom: 25px;
}
.blueBtn {
    margin-left: 220px;
    width: 144px;
    height: 44px;
    line-height: 44px;
    background: #00afff;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    text-align: center;
    border-radius: 5px;
}
input:focus{
	border-color:#38a0fc;
}
textarea:focus{
	border-color:#387cfc !important;
}
.errTip{
	margin-left:10px;
	color:red;
	font-size:12px;
}
.detail-tbl .errTip{
	position:absolute;
	bottom:0;
	right:80px;
}
