.replybutton {
  display: inline-block;
  margin-left: 30px;
  width: 200px;
  height: 30px;
  padding: 0;
  font-size: 0;
  vertical-align: top;
  margin-bottom: 10px;
  text-align: center;
  background-color: #007acc;
  border-radius: 5px;
}
.replybutton .replyicon {
  font-size: 14px;
  height: 29px;
  line-height: 29px;
  width: 50px;
  vertical-align: top;
  display: inline-block;
  text-align: left;
}
.replybutton .replyicon .icon-huifu {
  font-size: 50px;
  color: white;
}
.replybutton .reply {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  vertical-align: top;
  height: 30px;
  text-align: left;
  width: 50px;
  line-height: 30px;
  font-size: 20px;
  color: white;
  display: inline-block;
}
.replybutton:hover {
  background-color: #0371bb;
}
.rfqdetail-wrap {
  width: 740px;
  display: inline-block;
  font-size: 14px;
  vertical-align: top;
  overflow-y: scroll;
  height: 480px;
}
.rfqdetail-wrap p {
  padding-left: 3px;
  height: 23px;
  line-height: 23px;
}
.rfqdetail-wrap .sender {
  font-weight: bold;
  font-size: 14px;
  padding-left: 5px;
  text-align: left;
  background-color: #B0C4DE;
}
.rfqdetail-wrap .sub {
  font-size: 15px;
}
.rfqdetail-wrap .reply-wrap {
  border-top: 1px solid #cbcbcb;
  border-bottom: 1px solid #cbcbcb;
  padding: 0;
  margin: 0px;
  font-size: 0px;
  vertical-align: top;
}
.rfqdetail-wrap .reply-wrap .sendto {
  font-size: 13px;
}
.rfqdetail-wrap .reply-wrap .attach {
  height: 30px;
}
.rfqdetail-wrap .reply-wrap .attach .attimg {
  border-radius: 3px;
  margin-left: 3px;
  border: 1px solid #cbcbcb;
}
.rfqdetail-wrap .reply-wrap .attach .attimg:hover {
  border: 1px solid #444343;
}
.rfqdetail-wrap .rfqcontent {
  padding-top: 10px;
  padding-left: 5px;
  width: 725px;
}
.rfqdetail-wrap .rfqcontent p {
  font-size: 14px;
}
.rfqdetail-wrap .rfqcontent .rfqinfor {
  background-color: #F5F5F5;
}
