.review_top_input-area {
  display: flex;
  margin-top: 24px;
}
.reviews {
  text-align: center;
  color: #1c1c1c;
  line-height: 57px;
  font-size: 48px;
  margin-bottom: 48px;
  font-weight: 600;
}

.review_top_input-area .review_top_input-area_item,.review_top_input-name {
  padding-right: 16px;
  width: 100%;
}

.review_top_input-area .review_top_input-area_item input {
  height: 48px;
  line-height: 48px;
  width: 100%;
  border-radius: 8px;
  margin-bottom: 0px;
}
#review-about-product {
  border-radius: 8px;
  margin-bottom: 0;
  font-size: 14px;
}

.add-top {
  margin-top: 24px;
}
#review_form_wrapper .woocommerce-Reviews-title {
  height: 57px;
  font-size: 48px;
  font-family: FZLanTingHeiS, FZLanTingHeiS-GB;
  font-weight: normal;
  text-align: center;
  color: #1c1c1c;
  line-height: 57px;
}
#review_form_wrapper .customer_reviews {
  height: 33px;
  font-size: 24px;
  font-family: PingFang SC, PingFang SC-PingFang SC;
  font-weight: normal;
  text-align: left;
  color: #1c1c1c;
  line-height: 33px;
}

.comment-file-upload {
  position: relative;
  height: 96px;
  margin-top: 8px;
}
.comment-file-upload input {
  opacity: 0;
  z-index: 1;
}
.comment-file-upload .file-upload {
  width: 96px;
  height: 96px;
  border: 1px solid #dddddd;
  border-radius: 8px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.comment-btn-area {
  display: flex;
  flex-direction: row-reverse;
  padding-bottom: 48px;
}

.comment-btn-area #comment-cancel-btn {
  width: 157px;
  height: 48px;
  border: 2px solid #dddddd;
  border-radius: 8px;
  font-size: 16px;
  font-family: FZLanTingHeiS, FZLanTingHeiS-GB;
  font-weight: normal;
  color: #666666;
  text-align: center;
  cursor: pointer;
}

.comment-btn-area #comment-cancel-btn:hover {
  color: #000000;
  border: 2px solid #000000;
}

.comment-btn-area #comment-summit-btn {
  width: 157px;
  height: 48px;
  background: #000000;
  border: 2px solid #000000;
  border-radius: 8px;
  font-size: 16px;
  font-family: FZLanTingHeiS, FZLanTingHeiS-GB;
  font-weight: normal;
  text-align: center;
  color: #ffffff;
  margin-left: 16px;
  cursor: pointer;
}
.comment-btn-area #comment-summit-btn.disable-submit-btn {
  pointer-events: none;
}
.comment-img-list-item {
  width: 96px;
  height: 96px;
}
.comment-form-review {
  position: relative;
}
.comment-form-review label {
  margin: 0;
}
.comment-form-review .comment-form-item {
  display: flex;
  padding: 16px 10px 16px 0;
}

.comment-form-review .comment-form-rating-custom p.stars {
  display: flex;
  height: 28px;
  align-items: center;
  max-width: 90px;
  margin-left: 8px;
  font-size: 20px;
  letter-spacing: 0;
  position: relative;
  align-self: flex-start;
  color: #090909;
  margin-bottom: 0;
}
.comment-form-review .comment-form-rating-custom p.stars > span {
  display: flex;
  height: 19px;
}
.comment-form-review .comment-form-rating-custom p.stars a {
  position: relative;
  color: #090909;
  display: inline-block;
  text-indent: -999em;
  width: 18px;
}
.comment-form-review .comment-form-rating-custom p.stars:hover a,
.comment-form-review .comment-form-rating-custom p.stars.selected a {
  color: #090909;
}
.comment-form-review .comment-form-rating-custom p.stars a {
  background: url(../fonts/kong-star.svg);
  width: 18px;
  height: 18px;
  cursor: pointer;
}
.comment-form-review .comment-form-rating-custom p.stars a.is-hover,
.comment-form-review .comment-form-rating-custom p.stars a.active,
.comment-form-review .comment-form-rating-custom p.stars a.pre-active {
  background: url(../fonts/shixin-star.svg);
}
.comment-form-review .comment-form-rating-custom p.stars a.active.disabled {
  background: url(../fonts/kong-star.svg);
}
.comment-form-review .comment-form-comment input {
  height: 30px;
  line-height: 30px;
  outline: none;
  padding: 0 15px;
}
.comment-form-review textarea {
  width: calc(100% - 150px);
}
.comment-form-review .upload-container,
.comment-form-review #prod-add-comment-btn {
  margin-left: 110px;
}
.comment-form-review #comment-error {
  padding: 0 15px;
  background: #f9e6e7;
  color: #c7000b;
  margin-left: 110px;
  margin-bottom: 20px;
  line-height: 40px;
}
.comment-form-review .image-item {
  max-width: 100%;
}
.comments-header-area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 24px 24px 24px;
  background: #f7f7f7;
  border-radius: 16px;
  align-items: flex-end;
  margin-top: 24px;
}
.comments-header-area .comments-header-area-left {
  display: flex;
  flex-direction: column;
}
.comments-header-area .comments-header-area-left .number-area .big {
  font-size: 36px;
}
.comments-header-area .comments-header-area-left .number-area .small {
  font-size: 18px;
}
.comments-header-area .comments-header-area-left .stars {
  width: 80px;
  height: 26px;
  background-image: url(../fonts/star-all.svg);
  background-size: 100% 100%;
  margin-bottom: 10px;
  margin-left: 8px;
}
#comments .woocommerce-Reviews-title {
  margin-bottom: 0px;
}

.comments-header-area .comments-header-area-left .select-star-level {
  position: relative;
  width: 11px;
  height: 11px;
  margin-bottom: 17px;
  margin-left: 6.6px;
  cursor: pointer;
  background-image: url(../fonts/pull_down.svg);
  background-size: 100% 100%;
}
.comments-header-area .comments-header-area-left .select-star-level .review-descr-container {
  position: absolute;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.10);
  padding: 20px 24px;
  top: 30px;
  left: -164px;
  z-index: 10;
  display: none;
}
.comments-header-area .comments-header-area-left .select-star-level .show-review-descr-container {
 display: block;
}
.comments-header-area .comments-header-area-left .select-star-level .review-descr-container .woocommerce_Review_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.comments-header-area .comments-header-area-left .select-star-level .review-descr-container .woocommerce_Review_title span {
  font-size: 16px;
  color: #000;
}

.comments-header-area .comments-header-area-left .select-star-level .review-descr-container .woocommerce_Review_title span:hover {
  text-decoration: underline;
}

.comments-header-area .comments-header-area-left .select-star-level .review-descr-container .woocommerce_Review_title .rating-star {
  display: flex;
  align-items: center;
  width: 82%;
}

.comments-header-area .comments-header-area-left .select-star-level .review-descr-container .woocommerce_Review_title .rating-star .wb-progress-bar {
  margin-left: 12px;
}

.comments-header-area .comments-header-area-left .select-star-level .review-descr-container .woocommerce_Review_title .rating-star .product-reviews-span {
  padding-left: 12px;
  margin: 0;
}
.comments-header-area .comments-header-area-left .number-area-content {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.comments-header-area .comments-header-area-right {
  display: flex;
}
.comments-header-area .comments-header-area-right div {
  padding: 7px 20px 7px 20px;
  border: 1px solid #dddddd;
  border-radius: 8px;
  font-size: 16px;
  font-family: FZLanTingHeiS, FZLanTingHeiS-GB;
  font-weight: normal;
  text-align: center;
  color: #666666;
  cursor: pointer;
}
.comments-header-area .comments-header-area-right .well-chosen {
  margin-left: 16px;
  min-width: 123px;
}
.comments-header-area .comments-header-area-right .active {
  color: #000000;
  border: 1.5px solid #000000;
}
.comments-header-area .comments-header-area-right .latest {
  margin-left: 16px;
  min-width: 123px;
}
.comments-header-area .comments-header-area-right .latest:hover,.comments-header-area .comments-header-area-right .all-reviews:hover,.comments-header-area .comments-header-area-right .well-chosen:hover {
  color: #000000;
  border: 1.5px solid #000000;
}

.average_rating {
  opacity: 0.6;
  font-size: 18px;
  color: #000000;
  line-height: 21px;
}
.review-list-li {
  margin-top: 20px;
}

.commentlist ol {
  list-style: none;
}
.commentlist ol .review-heard .review-content-name-property-time {
  display: flex;
  justify-content: space-between;
}

.commentlist ol .review-heard .review-content-name-property-time .review-content-name-property {
  display: flex;
  align-items: center;
}

.commentlist ol .review-heard .review-content-name-property-time .review-content-name-property .review-content-name {
  font-size: 18px;
  color: #000000;
  line-height: 21px;
}

.commentlist ol .review-heard .review-content-name-property-time .review-content-name-property .review-content-property span {
  font-size: 12px;
  color: #d69341;
  line-height: 14px;
  margin-left: 9px;
  background: rgba(253,204,13,0.11);
  border-radius: 24px;
  padding: 4px 12px;
}

.commentlist ol .review-heard .review-content-name-property-time .review-content-time {
  color: #666666;
  line-height: 18px;
  font-size: 16px;
}

.review-content-star {
  position: relative;
  height: 15px;
  margin-top: 12px;
  margin-bottom: 24px;
}

.review-content-star .per-stars {
  height: 15px;
  width: 0px;
  background-size: 83px;
}

.review-content-star .per-star-1 {
  width: 16px;
}
.review-content-star .per-star-2 {
  width: 32px;
}
.review-content-star .per-star-3 {
  width: 48px;
}
.review-content-star .per-star-4 {
  width: 70px;
}
.review-content-star .per-star-5 {
  width: 83px;
}

.review-content-main-img {
  margin-top: 6px;
}

.review-content-main-img .review-content-main {
  font-size: 16px;
  color: #000000;
  line-height: 26px;
}

.review-content-img {
  margin-top: 24px;
}
.review-content-img img:first-child {
  margin-left: 0px;
}

.review-content-img img {
  width: 96px;
  height: 96px;
  background: #9e9e9e;
  border-radius: 16px;
  margin-left: 12px;
}

.review-content-foot-line {
  max-width: 100%;
  margin: 24px 0 0 0;
}

.review-content-foot-comment-content {
  display: flex;
  align-items: center;
  margin-top: 24px;
}

.review-content-foot-comment {
  width: 16px;
  height: 16px;
  background: url('../fonts/comment.svg') center center no-repeat !important;
  cursor: pointer;
}

.review-content-foot-comment-content .review-content-foot-comment-count {
  margin-left: 7px;
  color: #000000;
  line-height: 14px;
  font-size: 12px;
}

.commentlist .review-content-foot-comment-content .review-content-foot-comment-count {
  cursor: pointer;
}

.other-comment-review-content-main {
  background: #f7f7f7;
  border-radius: 12px;
  padding: 20px 24px;
  margin-top: 26px;
}

.other-comment-review-content-main .other-comment-review-content {
  display: flex;
  align-items: center;
}

.other-comment-review-content-main .other-comment-review-name,.other-comment-content-replay {
  color: #000000;
  font-size: 16px;
  line-height: 22px;
}
.other-comment-content-replay {
  margin-top: 9px;
}

.other-comment-review-content-main .other-comment-review-content .other-comment-review-time {
  color: #999999;
  font-size: 14px;
  line-height: 20px;
  margin-left: 12px;
}
.review-add-img {
  margin-top: 20px;
}
.review-add-img .add-an-img {
  color: #1c1c1c;
  font-size: 14px;
}

.review-add-img .most-img-pictures {
  color: #999999;
  font-size: 14px;
}
.review-add-img-upload {
  margin-top: 12px;
}
.review-add-img-upload .upload-container,.upload-image-container {
  width: 96px;
  height: 96px;
  border-radius: 8px;
}
.review-add-img-upload .upload-image-container .click-zone {
  justify-content: center;
}
.review-add-img-upload .upload-image-container .upload-title {
  display: none;
}
.error_tips {
  display: none;
  color: red;
  font-size: 14px;

}
.show_tips {
  display: block;
}

.comment-form-review .review_tips {
  position: absolute;
  top: 40px;
}

#comments .comments-center {
  text-align:center;
}

#comments .commentlist ol {
  margin-left: 0;
}

#comments .comments-center ul.comments-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  list-style-type: none;
}

#comments .comments-center ul.comments-pagination li {
  width: 24px;
  height: 24px;
  margin-right: 6px;
  border-radius: 2px;
}
#comments .comments-center ul.comments-pagination .page-omits {
  line-height: 17px;
  width: 24px;
  height: 24px;
  background: #eee;
  margin-right: 6px;
}

#comments .comments-center ul {
  line-height: normal;
}

#comments .comments-center ul.comments-pagination li a {
  text-decoration: none;
  transition: background-color .3s;
  color: #c1c1c1;
  line-height: 24px;
  font-size: 14px;
}

#comments .comments-center ul.comments-pagination li a.active {
  color: #000000;
}
#comments .comments-center ul.comments-pagination li:not(.active) {
  color: #939393;
  background: #eee;
}

.description-review-page-toast {
  position: relative;
  width: 100%;
}

.description-review-page .reviews-comment-toast {
  position: absolute;
  padding: 10px 40px;
  left: 50%;
  top: 106px;
  width: 442px;
  text-align: center;
  background: #757575;
  transform: translateX(-50%);
  display: none;
  border-radius: 4px;
  color: #fff;
}
.description-review-page .show-reviews-comment-toast{
  display: block;
}