.d_comment .d_item_tit {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 23px 0px;
}
.d_comment .d_item_tit > div:nth-child(1) {
  border-left: 4px solid #FF516B;
  padding-left: 10px;
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  line-height: 18px;
  color: #333333;
}
.d_comment .d_tabBook {
  /* width: 1200px;
        background: #fbf1f3;
        border: 1px solid #ffd6dc; */
}
.d_comment .d_tabBook .has-gutter {
  background: #FB9CAC !important;
}
.d_comment .d_dropdown {
  height: 77px;
  display: flex;
  align-items: center;
}
.d_comment .el-dropdown {
  background: #ffffff;
  border: 1px solid #eeeeee;
  margin: 0px 20px;
  padding: 4px 10px;
}
.d_comment .el-icon-caret-bottom:before {
  margin-left: 10px;
}
.d_comment .d_screen {
  padding: 3px 11px;
  border: 1px solid #ffd6dc;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  border-radius: 4px;
  background: #FF516B;
  color: #FFFFFF;
}
.d_comment .commentList {
  width: 100%;
  text-align: center;
  border: 1px solid #FFD6DC;
}
.d_comment .commentList tr {
  height: 46px;
  line-height: 46px;
}
.d_comment .commentList td {
  width: 25%;
}
.d_comment .commentList thead {
  background: #FFD6DC;
}
.d_comment .commentList tbody tr:nth-child(2n) {
  background: #FBF1F3;
}
.d_comment button {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  background: #ffffff;
  border: 1px solid #ffd6dc;
  border-radius: 4px;
  padding: 6px 11px;
}
.d_comment .author {
  padding: 0px 20px;
  background: #F7F7F7;
}
.d_comment .author p {
  padding: 15px 0px;
}
.d_comment .authorHead {
  display: flex;
  align-items: center;
}
.d_comment .authorHead img {
  width: 30px;
  height: 30px;
  border-radius: 4px;
  margin-right: 20px;
}
.d_comment .authorHead span {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #ff516b;
}
.d_comment .authorHead p {
  background: url(../../../../../static/img/module/yh/bgNotice.png) no-repeat;
  background-size: 24px 18px;
  background-position: left 3px;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 22px;
  color: #bfbfbf;
  padding: 0px 0px 0px 24px;
  box-sizing: border-box;
  margin-left: 40px;
}
.d_comment .authorHead p span {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #aaaaaa;
}
.d_comment ul {
  margin-bottom: 20px;
}
.d_comment ul li {
  padding: 20px;
  border-bottom: 1px solid #eeeeee;
}
.d_comment .post span {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #fb9cac;
  padding: 0px 15px;
}
.d_comment .post span:nth-child(1) {
  color: #333333;
  padding: 0px;
}
.d_comment .post span:nth-child(4) {
  color: #333333;
  padding: 0px;
}
.d_comment .postTime {
  padding: 10px 0px 0px;
}
.d_comment .postTime span {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
}
