/* #need */
#need{
  width:100%;
  margin-top:0.8rem;
  font-size:0;
  height:5rem;
  overflow:auto;
}
#need .content .bigImg{
  width:100%;
  height:0.905rem;
}
#need .content .warn{
  width:100%;
  height:0.54rem;
  background:#f7f7f8;
  text-align:center;
  margin-top:-0.1rem;
  font-size:0.14rem;
  color:#6b6b6b;
}
#need .content .warn .title{
  line-height:0.2rem;
  margin-top:0.1rem;
}
#need .content .warn .desc{
  margin-top:0.1rem;
}
#need .content .warn .desc a{
  color:#2ab3f2;
  font-size:0.14rem;
}
#need .content .main{
  /* height:433px; */
  background:#fff;
  padding:0.2rem 0.2rem 0 0.2rem;
}
#need .content .main form h3{
  font-size:0.13rem;
  color:#6b6b6b;
}
#need .content .main form h3 span{
  color:#b6b6b6;
}
#need .content .main form textarea{
  width:100%;
  height:190px;
  border-radius:5px;
  margin-top:13px;
  font-size:0.12rem;
  padding:0.1rem;
  overflow-y:auto;
  background:#e7e8ea;
  border:none;
  outline:none;
  color:#6b6b6b;
  line-height:0.2rem
}
#need .content .main form #tj{
  width:100%;
  height:0.425rem;
  background:#00a0e9;
  border-radius:5px;
  color:#fff;
  font-size:18px;
  margin-top:0.1rem;
  float:right;
  text-align: center;
    line-height: .425rem;
}
/* /#need */