#comment_list {
  padding: 15px;
  box-sizing: border-box;
}

.comment_item {
  margin-bottom: 10px;
  background-color: #fff;
  border-radius: 5px;
  padding: 10px 15px;
}

.comment_item .goods_detail {
  display: flex;
}

.goods_detail img {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  border-radius: 5px;
}

.goods_detail .goods {
  flex: 1;

  display: flex;
  flex-direction: column;
}

.goods_detail .goods {
  font-size: 12px;
}

.goods_detail .goods .goods_name {
  width: 200px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 4px;
}

.goods_detail .goods .spec {
  font-size: 12px;
  color: #999;
}

.comment_detail {
  padding-left: 40px;
  margin-top: 10px;
}

.comment_detail .img_list {
  margin-top: 4px;
}

.comment_detail .content {
  font-size: 0.6rem;
  margin-bottom: 4px;
}

.comment_detail img {
  width: 40px;
  height: 40px;
  border-radius: 5px;
}

.btn_box {
  display: flex;
  justify-content: flex-end;
  margin-top: 10px;
}

.btn_box a {
  padding: 4px 10px;
  border-radius: 5px;
  font-size: 0.3rem;
  margin-left: 10px;
}

.btn_box .see_order {
  border: 1px solid #eee;
  color: #999;
}

.btn_box .comment_order {
  background-color: #ff5000;
  color: #fff;
}

.again{
  padding-left: 50px;
}

.again_content{
  color: #ff5000;
}
