/*與header區塊距離*/
.comment-section-area{
  margin-top: 0% !important;
}
.comment-details-area{
  position: relative;
  border-radius: 20px;
  width: 1000px;
  float: right;
  min-height: 350px;
  margin-bottom: 50px;
}
.comment-details-area .comment-content{
  width: 800px;
  margin-left: 15%;
  margin-top: 60px;
  margin-bottom: 20px;
}
.comment-details-area .comment-content p{
  font-size: 16px;
  line-height: 1.8;
}
.comment-details-area .comment-content img{
  display: block;
  max-width: 100%;
  min-width: 50px;
}
.comment-details-area .commentator-info-area{
  position: absolute;
  top:50px;
  left:-80px;
  border-radius: 20px;
  z-index: 10;
  padding: 15px;
}
.commentator-info-area .commentator-avatar{
  display: block;
  margin: 0 auto;
}
.commentator-info-area .commentator-avatar{
  object-fit: cover;
  border-radius: 20px;
  width: 135px;
}
.commentator-info-area .commentator-avatar img{
  object-fit: cover;
  width: 135px;
  height: 135px;
  transition: transform 0.3s ease;
  border-radius: 20px;
  margin-top: 10px;
}
.commentator-info-area .commentator h2{
  font-size: 1.5rem;
  margin-bottom: 10px;
  text-align: center;
  margin-top: 10px;
}
.commentator-info-area .commenter-identity h3{
  font-size: 0.875rem;
  padding: 0px 12px;
  border-radius: 5px;
  text-align: center;
  max-width: 90px;
  display: block;
  margin: 0 auto;
}
/*===================手機版=================== */
@media screen and (max-width: 768px) {
.comment-section-area{
  margin-top: 0px !important;
}
.comment-details-area{
  width:100%;
  float: none;
  margin-top: 80px;
}
.comment-details-area .commentator-info-area{
  top: -70px;
  left: 32%;
  border: none;
  padding: 0px;
}
.comment-details-area .comment-content{
  width: 100%;
  margin-left: 0px;
  margin-top: 180px;
  margin-bottom: 20px;
  padding: 10px;
}
.comment-details-area .comment-content img{
  display: block;
  margin: 0 auto;
  max-width: 100%;
  min-width: 50px;
}
.commentator-info-area .commentator-avatar img{
  margin-top: 0px;
}
}