@charset "UTF-8";
.helpfulTips-body {
  display: inline-block;
}
.helpfulTips-item {
  display: inline-block;
}
.helpfulTips-click {
  width: 20px;
  height: 20px;
  background: #d1d1d1;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  line-height: 20px;
  font-weight: bold;
  cursor: pointer;
  color: #fff;
}
.helpfulTips-click2 {
  width: 20px;
  height: 20px;
  color: #fff;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  line-height: 20px;
  font-weight: bold;
  cursor: pointer;
  background: #d1d1d1;
}
.helpfulTips-click3 {
  width: 20px;
  height: 20px;
  display: inline-block;
  text-align: center;
  line-height: 20px;
  font-size: 20px;
  cursor: pointer;
  color: #d1d1d1;
}
.helpfulTips-click4 {
  width: 20px;
  height: 20px;
  color: #d1d1d1;
  display: inline-block;
  text-align: center;
  line-height: 20px;
  font-size: 20px;
  cursor: pointer;
}
.helpfulTips-item-loading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.helpfulTips-item-content {
  max-height: 550px;
  overflow-y: auto;
  padding: 0 10px 0 0;
}
.helpfulTips-item-content::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 7px;
  /*高宽分别对应横竖滚动条的尺寸*/
}
.helpfulTips-item-content::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 10px;
  background: #999999;
}
.helpfulTips-item-content::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  border-radius: 10px;
  background: #dddddd;
}
.helpfulTips-item-content2 {
  min-height: 250px;
  overflow-y: auto;
  padding: 0 10px 0 0;
}
.helpfulTips-item-content2 .btn-flex {
  height: 30px;
  margin: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.helpfulTips-item-content2::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 7px;
  /*高宽分别对应横竖滚动条的尺寸*/
}
.helpfulTips-item-content2::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 10px;
  background: #999999;
}
.helpfulTips-item-content2::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  border-radius: 10px;
  background: #dddddd;
}
