.repair-page {
  background: #fff;
}

.rp-hero {
  height: 21.4rem;
  overflow: hidden;
}

.rp-hero img {
  display: block;
  width: 100%;
  height: 100%;
  object-position: center;
}

.rp-feats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.8rem 1.2rem;
  padding: 2.4rem 4.4rem 0;
}

.rp-feat {
  text-align: center;
}

.rp-feat img {
  display: block;
  width: 12rem;
  height: 12rem;
  margin: 0 auto;
  object-fit: contain;
}

.rp-feat h3 {
  margin-top: 0.4rem;
  color: #333;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 2.4rem;
}

.rp-feat p {
  color: var(--h5-primary);
  font-size: 1.2rem;
  line-height: 2rem;
}

.rp-sec {
  padding: 3.2rem 2rem 0;
  position: relative;
}

.rp-sec-bg {
  background: linear-gradient(180deg, #FFFCEF 0%, #FFFCEF 100%);

}

.rp-sec-2 {
  padding-top: 0 !important;
}

.rp-sec-inner {
  width: 100%;
  height: 7.4rem;
  background: url("../../assets/mall/mall-cats-bg.png") center / 100% 100% no-repeat;
}

.rp-sec-bottom-bg {
  width: 100%;
  height: 7.4rem;
  background: url("../../assets/images/bg-yellow-bottom.png ") center / 100% 100% no-repeat;
}


.rp-sec-1 {
  padding-top: 0;
  background: linear-gradient(360deg, #FFFFFF 0%, #FEEAEA 100%);

}

.rp-head {
  max-width: 28rem;
  margin: 0 auto 1.6rem;
  text-align: center;
}

.rp-head h2 {
  color: #333;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2.8rem;
}

.rp-head h2 em,
.rp-head h2 span {
  color: var(--h5-primary);
  font-style: normal;
}

.rp-head p {
  margin-top: 1rem;
  color: var(--h5-muted);
  font-size: 1.2rem;
  line-height: 2.2rem;
}

.rp-head p span {
  color: #38c565;
}

.rp-svc {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}

.rp-svc-card {
  display: block;
  padding: 1.6rem;
  background: #fff;
  border: 0.1rem solid #333;
  border-radius: 0.8rem;
  box-shadow: 0.4rem 0.4rem 0 rgba(0, 0, 0, 0.2);
}

.rp-svc-card .thumb {
  overflow: hidden;
  height: 17.1rem;
  border-radius: 0.4rem;
  background: #f7f7f7;
}

.rp-svc-card .thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.rp-svc-card h3 {
  margin-top: 1.2rem;
  color: #1a1a1a;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 2.4rem;
}

.rp-svc-card p {
  margin-top: 0.4rem;
  color: var(--h5-muted);
  font-size: 1.2rem;
  line-height: 2rem;
}

.rp-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-top: 1.2rem;
}

.rp-tags span {
  display: inline-flex;
  align-items: center;
  height: 2rem;
  padding: 0 1rem;
  border-radius: 999px;
  color: #333;
  font-size: 1rem;
  line-height: 1.4rem;
}

.rp-tags .is-y {
  background: rgba(255, 246, 103, 0.4);
}

.rp-tags .is-g {
  background: rgba(118, 217, 141, 0.4);
}

.rp-tags .is-b {
  background: rgba(128, 203, 247, 0.4);
}

.rp-tags .is-p {
  background: rgba(255, 154, 151, 0.4);
}

.rp-slider {
  position: relative;
}

.rp-slide {
  display: none;
}

.rp-slide.is-on {
  display: block;
}

.rp-case {
  padding: 1.7rem 1.6rem 2rem;
  background: #fff;
  border-radius: 0.8rem;
  box-shadow: 0 0.4rem 1.2rem rgba(0, 0, 0, 0.06);
}

.rp-case-top {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.rp-no {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  border-radius: 999px;
  background: var(--h5-primary);
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
}

.rp-case-top h3 {
  flex: 1;
  color: #1a1a1a;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 2.4rem;
}

.rp-case>p {
  margin-top: 1.2rem;
  color: var(--h5-muted);
  font-size: 1.2rem;
  line-height: 2rem;
}

.rp-case-body {
  display: flex;
  gap: 1.2rem;
  margin-top: 1.6rem;
}

.rp-case-body img {
  width: 11rem;
  height: 18.2rem;
  border-radius: 0.8rem;
  object-fit: cover;
  object-position: center;
  flex: 0 0 11rem;
}

.rp-case-body dl {
  flex: 1;
}

.rp-case-body div {
  padding: 0.4rem 0;
  border-bottom: 0.1rem solid var(--h5-line);
}

.rp-case-body dt,
.rp-case-body dd {
  display: inline;
  margin: 0;
  color: var(--h5-muted);
  font-size: 1.2rem;
  line-height: 2rem;
}

.rp-case-body dt::after {
  content: "：";
}

.rp-nav {
  display: flex;
  justify-content: space-between;
  position: absolute;
  left: -1.5rem;
  right: -1.5rem;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

.rp-nav button {
  pointer-events: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.2rem;
  height: 3.2rem;
  color: #333;
}

.rp-nav .iconfont {
  font-size: 2.4rem;
  line-height: 1;
  color: #333;
}

.rp-nav button:active .iconfont {
  color: var(--h5-primary);
}

.rp-btn-red,
.rp-btn-yellow,
.rp-btn-green {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  height: 4rem;
  border: 0.2rem solid #fff;
  border-radius: 999px;
  font-size: 1.4rem;
  font-weight: 700;
  box-shadow: 0.2rem 0.4rem 0 rgba(0, 0, 0, 0.4);
}

.rp-btn-red {
  min-width: 16.8rem;
  background: linear-gradient(104deg, #f86864 0%, #ff4d47 100%);
  color: #fff;
}

.rp-btn-yellow {
  min-width: 16rem;
  background: linear-gradient(104deg, #ffe478 0%, #ffd115 100%);
  color: #333;
}

.rp-btn-green {
  min-width: 17.2rem;
  height: 3.6rem;
  padding: 0 1.6rem;
  justify-content: space-between;
  background: linear-gradient(106deg, #19ef6f 0%, #00ca85 100%);
  color: #fff;
  font-size: 1.2rem;
}

.rp-btn-green>img {
  width: 1.8rem;
  height: 1.8rem;
  flex-shrink: 0;
  object-fit: contain;
}

.rp-case .rp-btn-red {
  display: flex;
  width: 16.8rem;
  height: 3.6rem;
  margin: 1.6rem auto 0;
  font-size: 1.2rem;
}

.rp-costs {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}

.rp-cost {
  display: flex;
  align-items: center;
  gap: 1.6rem;
}

.rp-cost img {
  width: 9rem;
  height: 9rem;
  flex: 0 0 9rem;
  object-fit: cover;
}

.rp-cost h3 {
  color: #1a1a1a;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 2.4rem;
}

.rp-cost h3::after {
  content: "";
  display: block;
  width: 2.4rem;
  height: 0.2rem;
  margin-top: 0.6rem;
  background: var(--h5-primary);
}

.rp-cost p {
  margin-top: 0.6rem;
  color: var(--h5-muted);
  font-size: 1.2rem;
  line-height: 2rem;
}

.rp-photo {
  position: relative;
  margin-top: 3.2rem;
  min-height: 22rem;
  padding: 1.5rem 2rem 2rem;
  overflow: hidden;
  color: #fff;
  background: url("../../assets/repair/rp-photo-bg.png") center / 100% 100% no-repeat;
}


.rp-photo-copy {
  position: relative;
  z-index: 1;
  width: 23.6rem;
}

.rp-photo h2 {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2.4rem;
}

.btn-arrow {
  width: 1.8rem;
  height: 1.8rem;
}

.rp-photo p {
  margin-top: 0.8rem;
  font-size: 1.2rem;
  line-height: 2rem;
}

.rp-photo .note {
  margin-top: 1.2rem;
  opacity: 0.8;
  font-size: 1rem;
  line-height: 1.6rem;
}

.rp-photo .aside {
  position: absolute;
  right: 1.6rem;
  bottom: 0;
  z-index: 1;
  width: 13.4rem;
  padding: 1.8rem 1.6rem 3.2rem;
  color: #333;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4rem;
  background: url("../../assets/repair/photo-bg.png") center / 100% 100% no-repeat;
}

.rp-photo .rp-btn-green {
  position: relative;
  z-index: 1;
  margin-top: 1.6rem;
}

.rp-flow-card {
  text-align: center;
}

.rp-flow-card img {
  display: block;
  width: min(25.2rem, 100%);
  height: auto;
  margin: 0.8rem auto 1.6rem;
  object-fit: contain;
}

.rp-flow-card .rp-no {
  margin: 0.8rem auto;
}

.rp-flow-card h3 {
  color: #333;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2.8rem;
}

.rp-flow-card p {
  margin-top: 0.8rem;
  color: var(--h5-muted);
  font-size: 1.2rem;
  line-height: 2.2rem;
}

.rp-store {
  margin-top: 2.4rem;
}

.rp-store+.rp-store {
  margin-top: 6.4rem;
}

.rp-store .cover {
  display: block;
  width: 100%;
  height: 30.2rem;
  border-radius: 0.8rem;
  object-fit: cover;
}

.rp-store .brand {
  margin-top: 1.6rem;
  color: #1a1a1a;
  font-size: 1.2rem;
  font-weight: 500;
}

.rp-store .name {
  margin-top: 0.2rem;
  color: var(--h5-primary);
  font-size: 1.4rem;
  font-weight: 700;
}

.rp-store.is-green .name,
.rp-store.is-green .meta dd a {
  color: #38c566;
}

.rp-store .lead {
  margin-top: 1.6rem;
  padding-top: 0.8rem;
  border-top: 0.1rem solid var(--h5-line);
  color: var(--h5-muted);
  font-size: 1.4rem;
  line-height: 2.4rem;
}

.rp-store-lead {
  margin-top: 1.6rem;
  padding-top: 0.8rem;
  border-top: 0.1rem solid var(--h5-line);
}

.rp-store-lead .lead {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

.rp-lead-more {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin-top: 0.8rem;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--h5-primary);
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.8rem;
}

.rp-lead-more .iconfont {
  font-size: 1.2rem;
  line-height: 1;
  transform: rotate(90deg);
  transition: transform 0.2s ease;
}

.rp-store-lead.is-open .rp-lead-more .iconfont {
  transform: rotate(-90deg);
}

.rp-store .meta {
  margin-top: 1.6rem;
}

.rp-store .meta div {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
}

.rp-store .meta .iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  margin-top: 0.4rem;
  flex: 0 0 2rem;
  color: var(--h5-primary);
  font-size: 2rem;
  line-height: 1;
}

.rp-store .meta dt {
  width: 7rem;
  color: #333;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.8rem;
}

.rp-store .meta dd {
  flex: 1;
  color: var(--h5-muted);
  font-size: 1.2rem;
  line-height: 2.8rem;
  text-align: right;
}

.rp-store .meta dd a {
  color: var(--h5-primary);
  font-weight: 700;
}

.rp-store-actions {
  display: flex;
  gap: 1.5rem;
  margin-top: 2.4rem;
}

.rp-store-actions a {
  min-width: 0;
  height: auto;
  min-height: 4rem;
  padding: 0.4rem 0.8rem;
  font-size: 1.2rem;
  line-height: 1.4;
  text-align: center;
  white-space: nowrap;
}

.rp-store-actions .rp-btn-red {
  flex: 1.2 1 0;
  padding-left: 1rem;
  padding-right: 1rem;
}

.rp-store-actions .rp-btn-yellow {
  flex: 1 1 0;
}

.rp-reviews {
  display: flex;
  flex-direction: column;
  gap: 6rem;
  margin-top: 4.4rem;
}

.rp-reviews-bg {
  background: url("../../assets/repair/rp-reviews-bg.png") left bottom / 100% 27.2rem no-repeat;
}

.rp-faq-top-bg {
  width: 100%;
  height: 7.4rem;
  background: url("../../assets/images/bg-pink-1.png") center / 100% 100% no-repeat;
}


.rp-review {
  display: flex;
  align-items: flex-start;
  gap: 1.2rem;
  position: relative;
}

.rp-review.is-right {
  flex-direction: row-reverse;
}

.rp-review img {
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  object-fit: cover;
  flex: 0 0 8rem;
  position: absolute;
  top: -4rem;
  left: -1rem;
  z-index: 1;
}

.rp-review.is-right img {
  left: auto;
  right: 0;
}

.rp-review .bubble {
  width: 33.5rem;
  min-height: 8rem;
  flex: 1;
  padding: 1.2rem 1.4rem 2rem 3rem;
  background: url("../../assets/repair/bubble-bg-1.png") center / 100% 100% no-repeat;
}

.rp-review.is-right .bubble {
  border-color: rgba(51, 51, 51, 0.18);
  padding: 1.2rem 3rem 2rem 1.4rem;
  background: url("../../assets/repair/bubble-bg-2.png") center / 100% 100% no-repeat;
}

.rp-review .tag {
  color: var(--h5-primary);
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 2.4rem;
  text-align: center;
  width: 100%;
}

.rp-review p {
  margin-top: 0.4rem;
  color: var(--h5-muted);
  font-size: 1.2rem;
  line-height: 2rem;
}

.rp-faq {
  padding: 3.2rem 2rem 0;
  background: linear-gradient(360deg, #FFFFFF 0%, #FEEAEA 100%);
}

.repair-page .bottom-cta {
  margin-top: 3.2rem;
}