:root {
  --audien-reviews-bg-color: transparent;
  --audien-reviews-card-backgroud-color: #ffffff;
  --audien-reviews-card-border-color: transparent;
  --audien-reviews-brand-color: #343847;
  --audien-reviews-primary-color: #202223;
  --audien-reviews-rating-color: #ffcb45;
  --audien-reviews-verified-badge-color: #202223;
  --audien-reviews-button-text-color: #ffffff;
  --audien-reviews-rate-panel-border: transparent;

  --audien-reviews-primary-color-for-star: #202223;
  --audien-reviews-rating-color-for-star: #ffcb45;

  --audien-reviews-primary-button-color: #1a1a1a;
  --audien-reviews-primary-button-text-color: #fff;
  --audien-reviews-primary-button-border-color: #1a1a1a;

  --audien-reviews-secondary-button-color: transparent;
  --audien-reviews-secondary-button-text-color: #1a1a1a;
  --audien-reviews-secondary-button-border-color: #1a1a1a;
  --audien-reviews-corner-radius: 6px;
}

.audien-reviews-wrapper *:empty {
  display: block !important;
}

.section-template--21347067068691__main-padding {
  padding-top: 36px;
  padding-bottom: 12px;
}
.reviews-list-sort-wrap {
  display: flex;
  width: 100%;
  justify-content: flex-end;
  margin-bottom: 16px;
}
.reviews-overall-row {
  display: flex;
  align-items: center;
}
.review-part-left {
  margin-right: 24px;
}
.loading-wrap {
  display: none;
  width: 100%;
  justify-content: center;
}
.loading-icon {
  margin: 0 auto;
  height: 40px;
  -webkit-animation: spin 600ms linear infinite;
  animation: spin 600ms linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.audien-reviews-wrapper div:empty,
.write-review-wrapper div:empty {
  display: block !important;
}

.audien-reviews-wrapper {
  max-width: 1280px;
  margin: auto;
  background-color: var(--audien-reviews-bg-color);
  /* border-radius: 6px; */
  border-radius: var(--audien-reviews-corner-radius, 6px);
  color: var(--audien-reviews-primary-color);
  padding: 32px;
}

.audien-reviews-wrapper .the-first-version {
  display: none;
}

.audien-reviews-wrapper .the-second-version {
  display: none;
}

.audien-reviews-wrapper .reviews-header-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.audien-reviews-wrapper .reviews-header-wrapper .reviews-header-left {
  flex-shrink: 0;
  width: auto;
  font-size: 24px;
  font-weight: 600;
}

.audien-reviews-wrapper .reviews-header-wrapper .reviews-data-source-logo {
  display: flex;
  align-items: center;
  opacity: 0.3;
  font-size: 12px;
  font-weight: 400;
}

.audien-reviews-wrapper .reviews-header-wrapper .reviews-data-source-logo svg {
  width: 59px;
  margin-left: 3px;
}

.reviews-overall-rating-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 24px;
}
.reviews-power-by {
  display: none;
}

.reviews-overall-rating-wrapper .reviews-overall-rating,
.reviews-overall-rating-wrapper .reviews-overall-rating-right {
  display: flex;
  align-items: center;
}

.reviews-overall-rating-wrapper .reviews-overall-rating {
  min-width: 250px;
}

.reviews-overall-rating-wrapper .reviews-overall-rating-right {
  flex: 1;
  justify-content: flex-end;
}

.reviews-list-sort {
  font-size: 16px;

  border-radius: var(--audien-reviews-corner-radius, 6px);
  border: 1px solid rgba(26, 26, 26, 0.1);
  display: flex;
  align-items: center;
  cursor: pointer;
  height: 40px;
  padding: 0 12px;
}

.reviews-list-sort:hover {
  background-color: var(
    --audien-reviews-secondary-button-hover-color
  ) !important;
}

.reviews-list-sort svg {
  margin-left: 5px;
}

.reviews-list-sort.active svg {
  transform: rotate(180deg);
}

.reviews-overall-rating-right .reviews-write-btn {
  margin-left: 10px;
}

.reviews-overall-rating .reviews-overall-rating-num {
  font-size: 56px;
  font-style: normal;
  font-weight: 700;
  line-height: 56px;
  margin-right: 20px;
  display: none;
}

/* star list */
.reviews-overall-rating-stars {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}

.overall-rating-star,
.overall-rating-star-null,
.overall-rating-star-half {
  width: 20px;
  height: 20px;
}

.overall-rating-star {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M10 15.216l-4.932 2.761a.5.5 0 0 1-.734-.534L5.435 11.9l-4.15-3.838a.5.5 0 0 1 .28-.863l5.613-.666 2.368-5.132a.5.5 0 0 1 .908 0l2.368 5.132 5.612.666a.5.5 0 0 1 .281.863l-4.15 3.838 1.101 5.543a.5.5 0 0 1-.734.534L10 15.217z' fill='%23FFAC0B'/%3E%3C/svg%3E");
}

.overall-rating-star-null {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M10 15.216l-4.932 2.761a.5.5 0 0 1-.734-.534L5.435 11.9l-4.15-3.838a.5.5 0 0 1 .28-.863l5.613-.666 2.368-5.132a.5.5 0 0 1 .908 0l2.368 5.132 5.612.666a.5.5 0 0 1 .281.863l-4.15 3.838 1.101 5.543a.5.5 0 0 1-.734.534L10 15.217z' fill='%23202223' fill-opacity='.1'/%3E%3C/svg%3E");
}

.overall-rating-star-half {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.068 17.977L10 15.217l4.932 2.76a.5.5 0 0 0 .734-.534L14.565 11.9l4.15-3.837a.5.5 0 0 0-.28-.864l-5.613-.666-2.368-5.132a.5.5 0 0 0-.908 0L7.178 6.533 1.566 7.2a.5.5 0 0 0-.281.864l4.15 3.837-1.101 5.543a.5.5 0 0 0 .734.534zm8.471-2.69L10 13.307V4.396l1.698 3.682 4.028.478-2.978 2.754.791 3.977z' fill='%23FFAC0B'/%3E%3C/svg%3E");
}

.reviews-overall-rating-modal .reviews-star-item .reviews-star-item-num {
  width: 10px;
  margin-right: 4px;
}

.reviews-overall-rating-modal .reviews-star-item .reviews-star-progress {
  position: relative;
  width: 200px;
  height: 6px;
  background-color: rgb(228, 229, 231, 0.5);
  margin: auto 8px;
}

.pull-down-icon-wrapper
  .reviews-overall-rating-modal
  .reviews-data-source-logo {
  width: 100%;
  padding: 0 16px;
  box-sizing: border-box;
}

.reviews-star-item .reviews-star-progress .reviews-star-progress-bar {
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  height: 6px;
  transition: width 0.5s;
  background-color: #28293b;
}

.reviews-list-params-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  display: none;
}

@media only screen and (max-width: 600px) {
  .reviews-list-params-wrapper {
    flex-direction: column;
  }

  .reviews-list-params-wrapper .reviews-list-right-wrapper {
    flex-direction: row-reverse;
  }
}

.reviews-list-params-wrapper .reviews-list-tags-wrapper {
  margin-bottom: 8px;
}

.reviews-list-params-wrapper .reviews-list-right-wrapper {
  display: flex;
  align-items: center;
}

.audien-reviews-wrapper .reviews-list-wrapper {
  position: relative;
  transition: all 0.2s;
  display: grid;
  grid-column-gap: 16px;
  padding-bottom: 40px;
}

.audien-reviews-wrapper .reviews-list-wrapper .item-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  will-change: transform;
}

.the-first-version .reviews-list-more {
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  background: linear-gradient(
    0deg,
    var(--audien-reviews-bg-color) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  display: none;
}

.the-first-version .reviews-list-more .reviews-list-more-btn {
  user-select: none;
  cursor: pointer;
  padding: 4px 8px;
  font-size: 12px;
  line-height: 14px;
  display: flex;
  align-items: center;
  color: var(--audien-reviews-primary-color, #1a1a1a);
  border: 1px solid var(--audien-reviews-primary-color, #1a1a1a);
  border-radius: var(--audien-reviews-corner-radius, 6px);
  background: transparent;
}

.audien-reviews-wrapper .reviews-list-wrapper .reviews-item-wrapper {
  cursor: pointer;
  page-break-inside: avoid;
  -webkit-column-break-inside: avoid;
  margin-bottom: 16px;
  padding-bottom: 12px;
  border: 1px solid #e1e3e5;
  overflow: hidden;
}

.reviews-item-wrapper .reviews-item-img {
  width: 100%;
  height: auto;
  display: block;
}

.reviews-item-wrapper .reviews-item-header {
  margin: 12px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  font-weight: 400;
}

.reviews-item-wrapper .reviews-item-header .reviews-item-header-left {
  flex: 1;
  width: 130px;
  display: flex;
  align-items: center;
}

.reviews-item-header .reviews-item-header-left .overall-rating-star-num {
  margin-left: 4px;
  margin-top: 2px;
  opacity: 0.5;
}

.reviews-item-wrapper .reviews-item-header .reviews-item-header-right {
  flex-shrink: 0;
  font-size: 12px;
  opacity: 0.5;
  margin-top: 4px;
}

.reviews-item-wrapper .reviews-user-info {
  padding: 0 12px;
}

.reviews-item-wrapper .reviews-user-info .reviews-user-name-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 4px;
}

.reviews-user-info .reviews-user-name-wrapper .reviews-user-name {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

.reviews-user-info .reviews-user-name-wrapper .reviews-user-country {
  margin-left: 4px;
}

.reviews-item-wrapper .reviews-user-info .reviews-user-buy-num {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  border-radius: var(--audien-reviews-corner-radius, 6px);
  opacity: 0.5;
}

.reviews-item-wrapper .reviews-content-title {
  padding: 12px 12px 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  word-break: break-all;
  overflow-wrap: anywhere;
}

.reviews-list-wrapper .reviews-item-wrapper .reviews-content-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* 指定显示的行数 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.reviews-list-wrapper .reviews-item-wrapper .reviews-content {
  display: -webkit-box;
  -webkit-line-clamp: 10;
  /* 指定显示的行数 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.reviews-item-wrapper .reviews-content {
  padding: 12px 12px 0;
  margin-bottom: 4px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  word-break: break-all;
  overflow-wrap: anywhere;
  max-height: 450px;
  overflow: hidden;
  overflow-y: auto;
}

.reviews-item-wrapper .reviews-content-reply {
  position: relative;
  padding-top: 12px;
  margin: 16px 16px 20px;
  color: rgba(32, 34, 35, 0.5);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  word-break: break-all;
  overflow-wrap: anywhere;
  border-top: 1px solid rgba(32, 34, 35, 0.5);
  display: none;
}

.reviews-item-wrapper .reviews-content-reply::before {
  content: "";
  position: absolute;
  top: -7px;
  width: 0px;
  height: 0px;
  border-bottom: rgba(32, 34, 35, 0.5) 6px solid;
  border-left: transparent 8px solid;
  border-right: transparent 8px solid;
}

.reviews-item-wrapper .reviews-content-reply .reviews-content-reply-user {
  margin-bottom: 4px;
}

@media only screen and (min-width: 1400px) {
  .audien-reviews-wrapper {
    padding: 32px;
  }
}

@media only screen and (max-width: 1400px) {
  .audien-reviews-wrapper {
    padding: 32px;
  }
}

@media only screen and (max-width: 1300px) {
  .audien-reviews-wrapper {
    padding: 32px;
  }
}

@media only screen and (min-width: 901px) {
  .audien-reviews-wrapper .reviews-list-wrapper {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
}

@media only screen and (min-width: 801px) and (max-width: 900px) {
  .audien-reviews-wrapper {
    padding: 32px 16px;
  }

  .audien-reviews-wrapper .reviews-list-wrapper {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

@media only screen and (min-width: 701px) and (max-width: 800px) {
  .audien-reviews-wrapper {
    padding: 32px 16px;
  }

  .audien-reviews-wrapper .reviews-list-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media only screen and (max-width: 700px) {
  .audien-reviews-wrapper {
    padding: 32px 16px;
  }

  .audien-reviews-wrapper .reviews-list-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}

/* select */
#reviews-custom-select {
  position: relative;
  cursor: pointer;
  background: var(--audien-reviews-secondary-button-color, transparent);
  /* color: var(--audien-reviews-secondary-button-text-color, #1a1a1a); */
  color: var(--audien-reviews-primary-color, #1a1a1a);
  border: 1px solid var(--audien-reviews-primary-color, #1a1a1a);
  border-radius: var(--audien-reviews-corner-radius, 6px);
}

#reviews-custom-select:hover {
  background-color: var(
    --audien-reviews-secondary-button-hover-color
  ) !important;
}

#reviews-custom-option {
  list-style: none;
  position: absolute;
  top: 35px;
  left: 0;
  z-index: 5;
  background-color: #fff;

  padding: 8px 0;
  border-radius: var(--audien-reviews-corner-radius, 6px);
  box-shadow: 0px 6px 14px -4px rgba(0, 0, 0, 0.14);
  display: none;
  border: 1px solid var(--store-black-01, rgba(26, 26, 26, 0.1));
}

#reviews-custom-option #reviews-custom-option-item,
#reviews-custom-option #reviews-custom-option-item-active {
  position: relative;
  list-style: none;
  height: 24px;
  line-height: 24px;
  font-size: 14px;
  padding: 10px 20px;
  min-width: 100px;
  white-space: nowrap;
  box-sizing: content-box;
  color: #1a1a1a;
  padding-right: 40px;
}

#reviews-custom-option #reviews-custom-option-item:hover {
  background: rgba(26, 26, 26, 0.1);
}

#reviews-custom-option #reviews-custom-option-item-active::after {
  width: 16px;
  height: 16px;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.66697 10.1141L12.7952 3.98584L13.738 4.92865L6.66697 11.9997L2.42432 7.75709L3.36712 6.81429L6.66697 10.1141Z' fill='%231A1A1A'/%3E%3C/svg%3E");
}

/* tag */
#reviews-tag,
#reviews-tag-active {
  user-select: none;
  cursor: pointer;
  padding: 8px 12px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  display: flex;
  align-items: center;
  transition: all 0.5s;
}

#reviews-tag {
  opacity: 0.4;
}

#reviews-tag-active {
  padding: 8px 12px 8px 8px;
  color: #000;
  border: 1px solid #000;
}

#reviews-tag-active::before {
  content: "";
  margin-right: 4px;
  display: inline-block;
  width: 20px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.723 6.237a.94.94 0 0 1 .053 1.277L9.41 13.707a.834.834 0 0 1-.611.293.83.83 0 0 1-.622-.264L5.25 10.639a.94.94 0 0 1 0-1.278.82.82 0 0 1 1.207 0l2.297 2.43 4.763-5.498a.821.821 0 0 1 1.206-.056z' fill='%23000'/%3E%3C/svg%3E");
}

.write-review-wrapper {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(82, 82, 87, 0.5);
  display: none;
}

.write-review-wrapper .write-review-success-modal {
  width: 560px;
  height: 240px;
  padding: 20px;
  background: linear-gradient(135deg, #f4b9fe 0%, #8af9f3 100%);
  transition: transform 0.2s;
  transform: scale(0);
  display: none;
}

.write-review-wrapper
  .write-review-success-modal
  .write-review-success-modal-content {
  width: 100%;
  height: 100%;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.write-review-success-modal
  .write-review-success-modal-content
  .success-modal-title {
  color: var(--store-text-1, #202223);
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 4px;
  text-align: center;
}

.write-review-success-modal
  .write-review-success-modal-content
  .success-modal-subTitle {
  color: var(--store-text-08, rgba(32, 34, 35, 0.8));
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.write-review-wrapper .write-review-modal-wrapper {
  position: relative;
  max-width: 560px;
  width: calc(100vw - 40px);
  margin-left: -10px;
  height: 398px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
  transition: transform 0.2s;
  /* transform: scale(0); */
}

.reviews-custom-button {
  cursor: pointer;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  background: #1f2021;
  box-shadow: 0px -1px 0px 0px rgba(0, 0, 0, 0.2) inset,
    0px 1px 0px 0px rgba(0, 0, 0, 0.08);
  color: var(--text-on-interactive, #fff);
  font-size: 14px;
  font-weight: 500;
  box-sizing: border-box;
  line-height: 20px;
}

.reviews-custom-button:hover {
  background: #313234;
}

.reviews-custom-button:active {
  background: rgb(26, 27, 28);
}

/* the second version */
.audien-reviews-wrapper .the-second-version .reviews-header-left {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}
.reviews-header-right {
  font-family: SF Pro Text;
  font-size: 12px;
  font-style: italic;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0px;
  text-align: left;
  opacity: 0.3;
  cursor: pointer;
  /* color: rgba(26, 26, 26, 0.3); */
}

.review-main {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.review-main .review-left-rate {
  margin-right: 32px;
}

.review-main .review-left-rate .reviews-data-source-logo {
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.3;
  margin-top: 16px;
}

.review-main .review-left-rate .reviews-data-source-logo svg {
  width: 59px;
  margin-left: 3px;
}

.review-main .review-right-info {
  flex: 1;
}

.rate-panel {
  width: 320px;
  display: flex;
  padding: 20px 32px 32px 32px;
  flex-direction: column;
  justify-content: center;
  border: 1px solid
    var(--audien-reviews-rate-panel-border, rgba(26, 26, 26, 0.1));
  /* border-radius: 10px; */
  border-radius: var(--audien-reviews-corner-radius, 6px);
  box-sizing: border-box;
  margin-bottom: 12px;
}

.rate-panel .rate-top {
  display: flex;
  align-items: center;
}

.rate-panel .rate-top .rate-num {
  font-size: 56px;
  font-weight: 700;
  margin-right: 20px;
}

.rate-panel .rate-top .star-list-box {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}

.rate-panel .rate-top .total-num,
.total-num {
  font-size: 16px;
}

.rate-panel .reviews-write-btn {
  width: 256px;
  height: 40px;
  background: var(--audien-reviews-primary-button-color, #1a1a1a);
  color: var(--audien-reviews-primary-button-text-color, #fff);
  border: 1px solid var(--audien-reviews-primary-button-border-color, #1a1a1a);
  border-radius: var(--audien-reviews-corner-radius, 6px);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  margin: 30px auto 0;
  cursor: pointer;
}

.rate-panel .reviews-write-btn:hover {
  opacity: 0.9;
  background: var(--audien-reviews-primary-button-hover-color) !important;
}

.review-right-info .review-desc {
  display: none;
}

.review-right-info .review-desc .merchant-review-title {
  display: flex;
  align-items: center;
  height: 50px;
  margin-top: 10px;
}

.review-right-info .review-desc .merchant-review-title .m-title {
  font-size: 20px;
  font-weight: 600;
  margin-right: 8px;
}

.review-right-info .review-desc .review-content {
  font-size: 16px;
  word-break: break-word;
  -webkit-line-clamp: 4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 10px;
  text-align: justify;
}

.review-right-info .review-desc .show-more-content {
  font-size: 14px;
  font-weight: 600;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.review-right-info .review-desc .show-more-content .more-txt {
  margin-right: 5px;
}

.review-right-info .divide-line {
  width: 100%;
  display: inline-block;
  margin: 20px 0;
  border: 1px solid rgba(26, 26, 26, 0.1);
  display: none;
}

.review-right-info .total-review {
  display: flex;
  /* justify-content: space-between; */
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 10px;
  position: relative;
  /* padding: 0 20px; */
}

.review-right-info .total-review .total-left-num {
  height: 40px;
  font-size: 16px;
  border-radius: var(--audien-reviews-corner-radius, 6px);
  color: var(--audien-reviews-primary-color, #1a1a1a);
  border: 1px solid var(--audien-reviews-primary-color, #1a1a1a);
  background-color: transparent;
  display: flex;
  align-items: center;
  padding: 8px 12px;
  cursor: pointer;
}

.review-right-info .total-review .total-left-num:hover {
  /* opacity: 0.9; */
  background-color: var(
    --audien-reviews-secondary-button-hover-color
  ) !important;
}

.review-right-info .total-review .total-left-num svg {
  margin-left: 5px;
}

.review-right-info .total-review .total-left-num.active svg {
  transform: rotate(180deg);
}

.review-right-info .total-review .select-menu-box {
  position: absolute;
  top: 50px;
  right: 0;
  background: #fff !important;
  border: 1px solid #dcdcdc;
  z-index: 5;
  padding: 8px 0;
  border-radius: var(--audien-reviews-corner-radius, 6px);
  box-shadow: 0px 6px 14px -4px rgba(0, 0, 0, 0.14);
  border: 1px solid var(--store-black-01, rgba(26, 26, 26, 0.1)) !important;
  display: none;
  color: #1a1a1a !important;
}

.review-right-info .total-review .select-menu-box:hover {
  opacity: 1;
  background-color: #fff;
}

.review-right-info .select-menu-box .select-item {
  height: 24px;
  line-height: 24px;
  font-size: 14px;
  padding: 10px 20px;
  min-width: 100px;
  white-space: nowrap;
  box-sizing: content-box;
  padding-right: 40px;
}

.review-right-info .select-menu-box .active {
  position: relative;
}
.review-right-info .select-menu-box .active::after {
  width: 16px;
  height: 16px;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.66697 10.1141L12.7952 3.98584L13.738 4.92865L6.66697 11.9997L2.42432 7.75709L3.36712 6.81429L6.66697 10.1141Z' fill='%231A1A1A'/%3E%3C/svg%3E");
}

.review-right-info .select-menu-box .select-item:hover {
  background: rgba(26, 26, 26, 0.1);
}

/* .review-right-info .select-menu-box .select-item.active {
  background: rgba(26, 26, 26, 0.1);
} */

.review-right-info .tags-select-list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  display: none;
}

.review-right-info .tags-select-list reviews-tag {
  margin-right: 10px;
  margin-bottom: 10px;
}

.review-right-info .review-list {
  margin-top: 30px;
}

.review-right-info #list-more-btn {
  display: flex;
}

.review-right-info .reviews-list-more-btn {
  cursor: pointer;
  padding: 4px 8px;
  font-size: 12px;
  line-height: 14px;
  color: var(--audien-reviews-primary-color, #1a1a1a);
  border: 1px solid var(--audien-reviews-primary-color, #1a1a1a);
  background-color: transparent;
  display: flex;
  align-items: center;
  border-radius: var(--audien-reviews-corner-radius, 6px);
}
.review-right-info .reviews-list-more-btn:hover {
  opacity: 0.9;
  background-color: var(
    --audien-reviews-secondary-button-hover-color
  ) !important;
}
.audien-power-bottom {
  display: none;
}

@media only screen and (max-width: 850px) {
  .review-main {
    flex-direction: column;
  }

  .review-main .review-left-rate {
    margin-right: 0;
    width: 100%;
  }

  .rate-panel {
    width: 100%;
  }

  .rate-panel .rate-top {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .audien-reviews-wrapper .rate-panel reviews-rating {
    display: flex !important;
    align-items: center;
    justify-content: center;
  }

  .review-main .review-right-info {
    width: 100%;
  }

  .review-right-info .reviews-list-more-btn {
    margin: auto;
  }
  .audien-reviews-wrapper .reviews-header-wrapper {
    display: block;
  }
  .audien-reviews-wrapper .reviews-header-wrapper .reviews-header-left {
    display: block;
    text-align: center;
  }
  .reviews-overall-rating-stars {
    justify-content: center;
  }
}

/* .reviews-overall-rating-stars-wrapper .total-num{
  display: none;
} */

/* 移动端 */
@media only screen and (max-width: 850px) {
  .reviews-overall-rating-wrapper {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 0;
  }

  .reviews-overall-rating-wrapper .reviews-overall-rating,
  .reviews-overall-rating-wrapper .reviews-overall-rating-right {
    margin-bottom: 16px;
  }

  .reviews-overall-rating-wrapper .reviews-overall-rating-right {
    width: 100%;
  }

  .reviews-overall-rating-right reviews-button {
    flex: 1;
  }

  .reviews-power-by {
    display: block;
    margin: 16px auto 0;
    font-family: SF Pro Text;
    font-size: 12px;
    font-style: italic;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0px;
    text-align: left;
    opacity: 0.3;
    cursor: pointer;
  }
  .the-second-version .reviews-header-wrapper .reviews-header-right {
    display: none;
  }
  .reviews-overall-rating {
    width: 100%;
  }
  .reviews-overall-row {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
  }
  .review-part-left {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
  }
  .reviews-overall-rating-right .reviews-write-btn {
    margin-left: 0;
  }
  .reviews-overall-rating-stars {
    margin-bottom: 4px;
  }
  .first-header-power {
    display: none;
  }
  .audien-power-bottom {
    display: block;
    margin: 0 auto;
    overflow: hidden;
    color: rgba(26, 26, 26, 0.3);
    text-overflow: ellipsis;
    font-family: SF Pro Text;
    font-size: 12px;
    font-style: italic;
    font-weight: 400;
    line-height: 16px; /* 133.333% */
    margin-bottom: 20px;
    
  }
}
