.new-reward-tab {
  height: 28px;
  display: flex;
  background: rgba(255, 103, 70, 0.1);
  align-items: center;
  justify-content: space-between;
  padding: 0 8px;
  border-radius: 4px;
}
.reward-icon{
  width: 10px;
  height: 12px;
}
.reward-text {
  flex: 1;
  height: 18px;
  font-size: 12px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #FF6746;
  line-height: 18px;
  margin-left: 4px;
  text-align: left;
}
.reward-more-arrow{
  display: flex;
  align-items: center;
  color: #FF6746;
  font-size: 12px;
  line-height: 16px;
}
.reward-left-main {
  display: flex;
  align-items: center;
  margin-left: 20px;
}
.symobl {
  width: 10px;
  height: 14px;
  background: url('/public/static/imgs/arrow-right-origin.png') no-repeat;
  background-size: 100% 100%;
}


.comment-reward {
  width: 100%;
  height: 30px;
  background: linear-gradient(270deg, #f9f9f9 0%, #edf0ef 100%);
  border-radius: 4px;
  display: flex;
  align-items: center;
  margin: 5px 0 10px 0;
}
.comment-reward-text {
  height: 16px;
  font-size: 11px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #cd9038;
  line-height: 16px;
}

.comment-reward-img {
  margin: 0 5px 0 15px;
}

.click-reward {
  min-width: 54px;
  display: inline-block;
  height: 20px;
  border-radius: 10px;
  border: 1px solid #ee3c2f;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 4px 0 8px;
  margin-right: 5px;
}
.comment-item-actions {
  display: flex;
  align-items: center;
}
.click-reward-text {
  height: 16px;
  font-size: 11px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #ee3c2f;
  line-height: 16px;
}
.click-reward-img{
    margin-left: 4px;
}