.tabs_cnt_pinglun{
    margin-top:40px;
}
.rsdata_list {
    width: 100%;
    min-height: 3rem;
    display: inline-block;
    border-bottom: 1px solid #f3f3f3;
    padding-top: 31px;
    padding-bottom: 21px;
  }

  .user-plus-pic {
    border-radius: 100% !important;
    width: 42px;
    height: 42px;
    float: left;
    margin-right: 0.6rem;
  }
  .user-plus-pic img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
  }
  .user-plus-left .user-plus-pic{
    margin-top:24px;
  }
  .user-plus-name {
    position:relative;
    width: 100%;
    display:flex;
  }
.operation{
      display: flex;
      justify-content: space-between;
      margin-top:21px;
  }
.operation .comment_b{
      width:18px;
      height:16px;
      background: url(../../images/comment/_comment.jpg) no-repeat;
      background-position:0px 0px;
      background-size:18px;
  }
  .operation .comment_b:hover{
    background-position:0px -26px;
  }
.operation .comment_b img{
      width:100%;
      height:100%;
  }
.operation .delete{
    width:16px;
    height:16px;
    }
.operation .delete img{
        width:100%;
        height:100%;
    }
  .user-top .name {
    font-size: 16px;
    color: #41a09a;
    font-weight: bold;
    display: block;
  }
  .user-time {
    display:inline-block;
    font-size: 0.64rem;   
    color: #b3b3b3;
  }
  .clear {
    clear: both;
  }
  .user-content {
    min-height: 1.5rem;
    width: 96%;
    font-size: 1rem;
    color: #181818;
    margin-top: 0.4rem;
    word-wrap: break-word;
    word-break: break-all;
  }
  
  .rsdata_zihf_list {
    margin-top: .5rem;
    right: 0;
    left: 0;
    position: relative;
    padding: 0.7rem 24px 0.5rem 50px;
    border-radius:6px;
  }
  .rsdata_zihf_list:last-of-type {
    border-bottom: none;
  }
  .user-plus-left {
    width: 100%;
    display:flex;
  }
  .user-top-left .name-left {
    font-size: 0.9rem;
    color: #41a09a;
    font-weight: bold;
    display: inline-block;
  }
  .user-top-left .user-time-left {
    font-size: 0.64rem;
    margin-top: 0.1rem;
    color: #b3b3b3;
  }
  .user-content-left {
    min-height: 1.5rem;
    font-size: 1rem;
    color: #181818;
    margin-top: 0.2rem;
  }
  .user-top-left .name-left i {
    font-style: normal;
  }
  .self_commentarea{
    position:relative;
  }
  .self_commentarea .number{
    position:absolute;
    right: 14px;
    color: #BBBBBB;
  }
  .self_commentarea textarea{
    padding-top:10px;
    text-indent: 10px;
    width: 100%;
    height: 110px;
    background: rgba(247,247,247,1);
    border-radius: 6px;
    border: none;
    margin-top:30px;
    letter-spacing: .5px;
  }
  .self_commentarea .self_comment_btn{
    width:130px;
    height:38px;
    border-radius:25px;
    color:#fff;
    display:block;
    text-align: center;
    line-height: 38px;
    margin-top:14px;
  }
  .self_commentarea .unsel_comment{
    background:#C5C5C5;
    pointer-events: none;
  }
  .noClick{
    pointer-events: none;
  }
  .self_commentarea .sel_comment{
    background:rgba(65,160,154,1);
  }
  .beReplayName{
    font-size:16px;
    color:#41A09A;
  }

  .user-plus-right{
    flex:1;
    padding-bottom: 22px;
    border-bottom: 1px solid #e7e7e7;
    margin-top:25px;
  }

  .mainReplyInput{
    display:none;
    text-align: right;
    text-align: -webkit-right;
    margin-top:22px;
  }
  .mainReplyInput input{
    width: 100%;
    height:40px;
    border: 1px solid rgba(231,231,231,1);
    text-indent: 10px;
  }
  .mainReplyInput .btn{
    width:130px;
    height:38px;
    background:rgba(65,160,154,1);
    border-radius:25px;
    color:#fff;
    line-height: 38px;
    text-align: center;
    display:block;
    margin-top:14px;
  }
  .getMore{
    text-align: center;
    line-height: 60px;
    font-size: 16px;
    color: #41A09A;
    cursor: pointer;
  }
  .triangle{
    margin: 0px;
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent rgba(247,247,247,1);
    padding: 0px;
    width: 0px;
    height: 0px;
    left: 95px;
    top: -10px;
    position: absolute;
}
.inClassTest{
  width:176px;
  height:40px;
  background:rgba(23,188,156,1);
  border-radius:23px;
  display:inline-block;
  color:#fff!important;
  line-height: 40px;
  text-align: center;
  font-style: unset;
  cursor: pointer;
  margin-top:20px;
}
.inClassTest_pro{
    position: absolute;
    right: 50px;
    width: 110px;
    height: 34px;
    background: rgba(23,188,156,0.1);
    border-radius: 19px;
    border: 1px solid rgba(23,188,156,1);
    line-height: 34px;
    text-align: center;
    top: 20px;
    color: rgba(23,188,156,1);
    cursor: pointer;
}
