
.uee-review-section {
  width: 100%;
  background: #ffffff;
  padding: 20px 0 40px;
  font-family: Arial, Helvetica, sans-serif;
  box-sizing: border-box;
}

.uee-review-section * {
  box-sizing: border-box;
}

.uee-review-title {
  text-align: center;
  margin-bottom: 28px;
}

.uee-review-title h2 {
  margin: 0;
  font-size: 42px;
  line-height: 1;
  color: #0057ff;
  font-weight: 900;
  letter-spacing: 1px;
}

.uee-review-title p {
  margin: 8px 0 0;
  font-size: 26px;
  line-height: 1;
  color: #111;
  font-weight: 900;
  letter-spacing: 1px;
}

.uee-review-wrap {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 56.5% 43.5%;
  gap: 10px;
  align-items: start;
}

/* 左侧产品区域 */
.uee-product-board {
  background: #ffffff;
  overflow: hidden;
}

.uee-main-product {
  position: relative;
  width: 100%;
  height: 560px;
  background: #f2f2f2;
  overflow: hidden;
  display: block;
  text-decoration: none;
  color: inherit;
}

.uee-kit-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.uee-product-text {
  position: absolute;
  left: 14px;
  bottom: 22px;
  z-index: 2;
}

.uee-product-text h3 {
  margin: 0;
  font-size: 34px;
  line-height: 0.95;
  color: #111;
  font-weight: 900;
  letter-spacing: -1px;
}

.uee-product-text p {
  margin: 8px 0 0;
  font-size: 18px;
  color: #111;
  font-weight: 500;
}

.uee-product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  padding-top: 10px;
  background: #ffffff;
}

.uee-product-card {
  height: 285px;
  background: #f1f1f1;
  border-radius: 8px;
  overflow: hidden;
  display: block;
  text-decoration: none;
  color: inherit;
}

.uee-product-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

/* 右侧评论区域：已和左侧底部对齐 */
.uee-review-board {
  background: #d6dedd;
  padding: 24px 34px 34px;
  height: 855px;
  overflow: hidden;
  background-image:
    radial-gradient(circle at top left, rgba(255,255,255,0.40), transparent 38%),
    linear-gradient(135deg, #d8e2e3 0%, #cdd7d6 100%);
}

.uee-review-label {
  width: 100%;
  min-height: 68px;
  background: #f2f2f2;
  border-radius: 9px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.12);
  text-align: center;
  padding: 10px 15px;
  margin-bottom: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.uee-review-label span {
  font-size: 24px;
  line-height: 1.2;
  color: #111;
  font-weight: 900;
  letter-spacing: 0.4px;
}

.uee-review-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px 20px;
}

.uee-review-card {
  position: relative;
  height: 340px;
  border-radius: 14px;
  padding: 82px 16px 16px;
  display: flex;
  align-items: stretch;
  justify-content: center;
}

.uee-review-card.blue {
  background: #bfd4e8;
}

.uee-review-card.red {
  background: #e7bfc3;
}

.uee-review-card.gold {
  background: #e1d4ab;
}

.uee-review-card.green {
  background: #cce0d1;
}

.uee-review-inner {
  position: relative;
  width: 100%;
  height: 100%;
  background: #ffffff;
  border-radius: 10px;
  border: 5px solid #1c6eb0;
  padding: 56px 16px 16px;
  text-align: center;
  box-shadow: 0 5px 12px rgba(0,0,0,0.18);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.uee-review-card.red .uee-review-inner {
  border-color: #bf1d2a;
}

.uee-review-card.gold .uee-review-inner {
  border-color: #c79c30;
}

.uee-review-card.green .uee-review-inner {
  border-color: #087b3d;
}

/* 取消原本头像外圈框，4个头像统一130px */
.uee-avatar {
  position: absolute;
  left: 50%;
  top: -68px;
  transform: translateX(-50%);
  width: 130px;
  height: 130px;
  border: none;
  background: transparent;
  overflow: visible;
  display: flex;
  align-items: center;
  justify-content: center;
}

.uee-avatar img {
  width: 130px;
  height: 130px;
  display: block;
  max-width: none;
  object-fit: contain;
  object-position: center center;
}

/* 四个头像统一130px */
.uee-review-card.blue .uee-avatar img,
.uee-review-card.red .uee-avatar img,
.uee-review-card.gold .uee-avatar img,
.uee-review-card.green .uee-avatar img {
  width: 130px;
  height: 130px;
  object-fit: contain;
  object-position: center center;
  transform: none;
}

.uee-review-name {
  margin: 0;
  font-size: 27px;
  line-height: 1.08;
  color: #000;
  font-weight: 900;
}

.uee-stars {
  margin: 10px 0 14px;
  font-size: 26px;
  color: #ffc400;
  letter-spacing: 1px;
  line-height: 1;
}

.uee-review-copy {
  margin: 0 auto;
  max-width: 240px;
  font-size: 20px;
  line-height: 1.14;
  color: #111;
  font-weight: 500;
}

/* 平板端 */
@media (max-width: 1200px) {
  .uee-review-wrap {
    grid-template-columns: 1fr;
  }

  .uee-main-product {
    height: 560px;
  }

  .uee-review-board {
    height: auto;
    overflow: visible;
  }

  .uee-review-card {
    height: 360px;
  }
}

/* 手机端 */
@media (max-width: 768px) {
  .uee-review-section {
    padding: 16px 0 28px;
  }

  .uee-review-title {
    margin-bottom: 22px;
  }

  .uee-review-title h2 {
    font-size: 30px;
  }

  .uee-review-title p {
    font-size: 18px;
  }

  .uee-main-product {
    height: 430px;
  }

  .uee-product-text h3 {
    font-size: 26px;
  }

  .uee-product-text p {
    font-size: 14px;
  }

  .uee-product-grid {
    grid-template-columns: 1fr;
  }

  .uee-product-card {
    height: 260px;
  }

  .uee-review-board {
    padding: 22px 14px 38px;
    height: auto;
    overflow: visible;
  }

  .uee-review-label {
    min-height: 56px;
  }

  .uee-review-label span {
    font-size: 16px;
  }

  .uee-review-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .uee-review-card {
    height: 350px;
    padding-top: 84px;
  }

  .uee-avatar {
    width: 120px;
    height: 120px;
    top: -62px;
  }

  .uee-avatar img,
  .uee-review-card.blue .uee-avatar img,
  .uee-review-card.red .uee-avatar img,
  .uee-review-card.gold .uee-avatar img,
  .uee-review-card.green .uee-avatar img {
    width: 120px;
    height: 120px;
    object-fit: contain;
    object-position: center center;
  }

  .uee-review-name {
    font-size: 24px;
  }

  .uee-stars {
    font-size: 25px;
  }

  .uee-review-copy {
    font-size: 18px;
  }
}
