.comment{
    padding: 20px;
  }
  .comment .comment-content{
    margin: auto;
    max-width: 1218px;
    background: linear-gradient(180deg,#15263B,  rgb(8, 6, 6) );
    background-color: #605AFF;
    padding: 10px;
    border: 2px solid #fff;
    border-radius: 8px;
  }
  .comment>.comment-content>.star>img{
    cursor: pointer;

  }
  .comment .comment-content .star img{
    width: 30px;
    height: 30px;
  }
  .comment .comment-content .title{
    color: #fff;
  }
  .comment .comment-content .input-name input{
    width: 220px;
    height: 40px;
    outline: none;
    border: none;
    box-sizing: border-box;
    color: #121212;
    border-radius: 4px;
    margin: 10px 0 10px 0;
    padding: 8px;
  }
  .comment .comment-content .input-name input::placeholder{
    color: #65581d;
  }
  .comment .comment-content .input-content textarea{
    outline: none;
    border: none;
    box-sizing: border-box;
    color:#121212;
    margin: 10px 0 10px 0;
    border-radius: 4px;
    font-size: 18px;
    padding: 8px;
    width: 90%;
  }
  .comment .comment-content .input-content textarea::placeholder{
    color: #65581d;
  }
  .comment .comment-content .button button{
    width: 100px;
    height: 34px;
    border: none;
    border-radius: 8px;
    background: linear-gradient(180deg,#F7A465, #F5D847);
    color: #fff;
    text-shadow: 2px 2px gray;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    margin-top: 10px;
  }
  .comment .comment-record{
    margin-top: 20px;
    border-top: 2px solid #ac3ce9;
  }
  .comment .comment-record .item-all{
    margin-top: 15px;
  }
  .comment .comment-record .item-all .item{
    margin-bottom: 40px;
  }
  .comment .comment-record .item-all .item .user-star{
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .comment .comment-record .item-all .item .user-star .user-message{
    color: #D7D1F4;
    font-size: 14px;
  }
  .comment .comment-record .item-all .item .user-star .user-message span{
    color:#F8D746;
    font-size: 24px;
  }
  .comment .comment-record .item-all .item .user-comment{
    color: #cdcdcd;
    font-size: 14px;
    margin-top: 4px;
    width: 70%;
    line-height: 26px;
  }


  @media screen and (max-width:767px) {
    .comment{
      padding: 10px 0 0 0;
    }
    .comment .comment-content .star img{
      width: 20px;
      height: 20px;
    }
    .comment .comment-record .item-all .item .user-star .user-message{
      font-size: 12px;
    }
    .comment .comment-record .item-all .item .user-star .user-message span{
      font-size: 20px;
    }
    .comment .comment-record .item-all .item .user-comment{
      font-size: 13px;
      width: 70%;
      line-height: 22px;
    }
  }
  @media screen and (max-width:500px) {
    .comment .comment-record .item-all .item .user-comment{
      font-size: 13px;
      width: 90%;
      line-height: 22px;
      margin-top: 20px;
    }

  }
.stamp {
  display: flex;
  align-items: center;
  text-align: center;
  font-size: 12px;
  background-color: #142336;
  padding: 10px 5px;
  border-radius: 10px;
}
.stamp .dislike{
  margin-left: 10px;
}


