#comment-container #commentlist dl dd {
  padding-left: 55px;
  float: right;
  width: calc( 100% - 46px ) !important;
  margin-top: -20px;
  padding-right: 32px;
}
.form-group>img{
  width: 36px;
  height: 36px;
  overflow: hidden;
  display: inline-block;
  border-radius: 50%;
}
#commetcontent{
  color: #000;
}
#commetcontent a{
  color: #777;
  line-height: 24px;
    font-size: 14px;
}
#commetcontent .huifu{
  color: #777;
  line-height: 24px;
    font-size: 14px;
}
#commetcontent .user_fee_name{
  display: inline-block;
    width: calc(100% - 50px);
}
#commetcontent .user_fee{
  color: #777;
}
#commetcontent a.user_tx{
  float: left;
    padding-right: 5px;
}
#commetcontent a.user_tx img{
    width: 30px;
    height: 30px;
    overflow: hidden;
    display: inline-block;
    border-radius: 50%;
}
#comment-container #commentlist dl dd .pee_fee {
  padding-bottom: 2px;
  border-bottom: 0px solid #cdcccc;
  overflow: inherit !important;
}
dd img {
  display: block;
}
.parentreply {
  padding: 0;
  background: #fff;
  margin: 0;
  border-radius: 10px;
}
.parentreply > *:nth-child(n+3) {
  display:none;
}
.panel-default > .panel-body {
  position: relative;
  padding: 15px 0px;
}
.zksyfh {
  float: right;
  width: calc(100% - 44px);
  font-size: 14px;
  color: #0a68b3;
}
.user_fee_time{
  display: inline-block;
}
.fee_fome{
  padding: 10px 20px;
}
.fee_fome .gou{
  margin-bottom:10px;
  width: 100%;
  height: 38px;
  border:1px  solid  #eeeeee;
  padding-left:10px;
}
.fee_fome #fee_code.gou{
  width: 60%;
}
.fee_fome #fee_hqcode{
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  width: 35%;
  padding: 0;
  float: right;
  line-height: 36px;
  background: #FFC107;
  color: #000;
}
.fee_author{
  padding: 1px 10px;
  background: #eeeeee;
  font-size: 12px;
  border-radius: 10px;
  vertical-align: middle;
  line-height: 12px;
}
#comment-container #postcomment .isfeelogin {
  position: absolute;
  top: 6px;
  right: 2px;
  font-size: 12px;
  cursor: pointer;
  padding: 2px 5px;
  border-radius: 15px;
}
textarea.form-control {
  padding-right: 38px!important;
}
.pee_fee .fee_dianzan {
  position: absolute;
  right: -32px;
  top: 5px;
}
.fee_dianzan{
  display: inline-block;
  text-align: center;
  float: right;
  width: 30px;
  padding:0;
}
.fee_dianzan img{
  width: 16px;
  height: 16px;
  display: inline-block;
  line-height: 16px;
  font-size: 16px;
  vertical-align: middle;
}
.fee_dianzan span{
  font-size: 12px;
  display: block;
  line-height: 14px;
}
.layui-layer-btn a {
  height: 36px;
  line-height: 36px;
  width: 100%;
  text-align: center;
  font-size: 14px;
}
.row {
  margin-right: -1px;
  margin-left: -1px;
}


@media screen and (max-width: 1200px){
.form-control {
    width: calc( 100vw - 85px ) !important;
}
}
@media (min-width: 768px){
  .form-control {
      width: 670px !important;
  }
}
@media (min-width: 992px){
  .form-control {
      width: 568px !important;
  }
}

@media (min-width: 1200px){
  .form-control {
      width: 700px !important;
  }
}