/* --------------------[Qzom.Net Addon]--------------------

  @ 帖内美化框（微公益版）(4.0.0)Copyright - Qzom.Net
  @ 
  @ The application developed by Qzom.Net, please do not in the case of not authorized to modify changes including the content, the offenders.
  @ 
  @ Url - www.Qzom.Net  *  QQ - 77221012  *  Email - TIELA@88.com
  @
  @ 微信绿对话风格

 ----------------------[Qzom.Net Addon]--------------------*/
.replystyle {
  position: relative;
  display: inline-block;
  padding: 18px;
  border-radius: 7px;
  color: #232323;
  background-color: #95EC69;
}
.replystyle:before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 0px;
  height: 0px;
  border: 8px solid transparent;
  top: 20px;
  border-right-color: #9EEA6A;
  left: -15px;
}