.btn-gradient-primary::after {
  top: 2px;
}

.star {
  color: #FED001;
}

.star-light {
  opacity: 0.4;
}

.section-1 {
  padding: 128px 0 64px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) -57.98%, #FFFFFF 97.18%), linear-gradient(90deg, #7231FB 0%, #E091F2 100%);
}
.section-1 h1 {
  font-size: 40px;
}
.section-1 .scode {
  color: #1a1a1a;
  font-size: 18px;
  font-weight: 500;
}
.section-1 .review-num {
  color: #595959;
  font-size: 16px;
}
@media (min-width: 992px) {
  .section-1 {
    padding: 132px 0 80px;
  }
  .section-1 h1 {
    font-size: 48px;
  }
}
@media (min-width: 1600px) {
  .section-1 {
    padding: 140px 0 80px;
  }
  .section-1 h1 {
    font-size: 56px;
  }
}

.section-2 .aside-ad {
  position: sticky;
  top: 80px;
  height: -moz-fit-content;
  height: fit-content;
  max-width: 270px;
  padding: 24px 18px 32px;
  background: linear-gradient(0deg, rgba(114, 49, 251, 0.1), rgba(114, 49, 251, 0.1));
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.0784313725);
  border-radius: 12px;
}
@media (min-width: 992px) {
  .section-2 .aside-ad {
    margin-right: 32px;
  }
}
@media (min-width: 1600px) {
  .section-2 .aside-ad {
    margin-right: calc((100% - 1200px) / 2 - 270px + 24px);
  }
}
@media (min-width: 992px) {
  .section-2 .review-list {
    max-width: calc(100% - 385px);
  }
}
@media (min-width: 1600px) {
  .section-2 .review-list {
    width: 1200px;
  }
}
.section-2 .review-list .review-item {
  padding: 20px;
  background: #F7F8FC;
  border-radius: 16px;
}
.section-2 .review-list .review-item .avatar-img {
  max-width: 40px;
}
.section-2 .review-list .review-item .title {
  color: #1A1A1A;
  font-size: 20px;
}
.section-2 .review-list .review-item .desc {
  color: #595959;
  font-size: 14px;
}
.section-2 .review-list .review-item .time {
  color: #9D9D9D;
  font-size: 12px;
}
.section-2 .review-list .review-item .star {
  width: 16px;
  height: 16px;
}
@media (min-width: 992px) {
  .section-2 .review-list .review-item {
    padding: 20px 40px;
  }
  .section-2 .review-list .review-item .avatar-img {
    max-width: 64px;
  }
  .section-2 .review-list .review-item .desc {
    font-size: 16px;
  }
  .section-2 .review-list .review-item .time {
    font-size: 14px;
  }
  .section-2 .review-list .review-item .star {
    width: 24px;
    height: 24px;
  }
}
@media (min-width: 992px) {
  .section-2 .container {
    max-width: 100%;
    padding: 0 16px;
  }
}
@media (min-width: 1921px) {
  .section-2 .container {
    max-width: 1920px;
  }
}
.section-2 #page-turn {
  padding: 32px 0 64px;
}
@media (min-width: 992px) {
  .section-2 #page-turn {
    padding: 64px 0 100px;
  }
}
@media (min-width: 1600px) {
  .section-2 #page-turn {
    padding: 64px 0 120px;
  }
}
.section-2 #page-turn a {
  color: #595959;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  border-radius: 4px;
  font-size: 16px;
  text-decoration: none;
}
@media (min-width: 992px) {
  .section-2 #page-turn a:not(:last-child) {
    margin-right: 12px;
  }
}
.section-2 #page-turn .page:hover:not(.more, .actived) {
  background: rgba(114, 49, 251, 0.1);
}
.section-2 #page-turn .page.actived {
  width: 32px;
  height: 32px;
  color: white;
  background: #7231FB;
}
.section-2 #page-turn .jump {
  max-width: 56px;
  box-sizing: border-box;
  border: 1px solid #595959;
  border-radius: 4px;
  margin-right: 12px;
}
.section-2 #page-turn .jump-group {
  color: #595959;
  font-size: 16px;
}

.commentModal {
  background-color: rgba(0, 0, 0, 0.6);
}
.commentModal .modal-content {
  border-radius: 16px;
}
@media (min-width: 992px) {
  .commentModal .modal-dialog {
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}
.commentModal .pre-comment {
  padding: 32px 20px;
}
@media (min-width: 992px) {
  .commentModal .pre-comment {
    width: 996px;
    padding: 56px 80px;
  }
}
.commentModal .pre-comment label {
  color: #1A1A1A;
  font-weight: 700;
  font-size: 16px;
}
@media (min-width: 992px) {
  .commentModal .pre-comment label {
    font-size: 18px;
  }
}
.commentModal .pre-comment input, .commentModal .pre-comment textarea {
  border: 1px solid #999999;
  border-radius: 4px;
  color: #000;
}
@media (min-width: 992px) {
  .commentModal .pre-comment .captcha-input {
    width: 258px;
  }
}
.commentModal .pre-comment .captcha-pic {
  width: 168px;
  cursor: pointer;
}
.commentModal .pre-comment .tooltips-list .tooltip-text {
  padding: 10px 20px;
  color: #fff;
  position: absolute;
  left: 50%;
  bottom: 100%;
  box-shadow: -5px -5px 15px rgba(48, 54, 61, 0.2);
  background: rgba(0, 0, 0, 0.86);
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, -20px);
  transition: all ease-in-out 0.4s;
  border-radius: 4px;
  word-break: keep-all;
  white-space: nowrap;
  font-size: 1rem;
  line-height: 1.5;
}
.commentModal .pre-comment .tooltips-list .tooltip-text::after {
  content: "";
  top: 100%;
  left: 50%;
  border: solid transparent;
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: transparent;
  border-top-color: rgba(0, 0, 0, 0.86);
  border-width: 10px;
  margin-left: -10px;
}
.commentModal .pre-comment .tooltips-list:hover .tooltip-text {
  pointer-events: auto;
  opacity: 1;
  transform: translate(-50%, -10px);
  visibility: visible;
}
.commentModal .aft-result {
  width: 100%;
  height: 242px;
}
@media (min-width: 992px) {
  .commentModal .aft-result {
    width: 443px;
  }
}
.commentModal .close {
  width: 16px !important;
  height: 16px !important;
  top: 16px !important;
  right: 16px !important;
  background: transparent !important;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" fill="none"><path stroke="%23BDBDBD" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M17 1 1 17M1 1l16 16"/></svg>') no-repeat !important;
  background-size: cover !important;
}/*# sourceMappingURL=review.css.map */