@charset "UTF-8";




:root {
  --rs-primary: #84060D;
  --rs-text-black: #000000;
  --rs-text-white: #ffffff;
  --rs-bg-light: #F2F0E8;
  --rs-bg-gray: #F5F5F5;
  --rs-border-gray: #AAAAAA;
  --rs-accent: #83180F;
  --rs-text-gray: #AAAAAA;
  --rs-font-desc:'HarmonyOS_Sans_Light';
  --rs-font-cn:inherit;
  --rs-font-en: "Playfair Display", "Times New Roman", serif;
}

.rs-club {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

/* 会员俱乐部 Banner 开始 */
.rs-main {
  padding-top: var(--rs-header-height);
}

.rs-club__banner {
  position: relative;
  width: 100%;
  height: 15rem;
  overflow: hidden;
}

.rs-club__banner-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.rs-club__banner-copy {
  position: absolute;
  left: 9.55rem;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
}

.rs-club__banner-en {
  font-family: var(--rs-font-en);
  font-size: 0.6rem;
  font-weight: 400;
  letter-spacing: 0.06rem;
  line-height: 1.33;
  color: var(--rs-text-black);
}

.rs-club__banner-cn {
  font-family: var(--rs-font-cn);
  font-size: 0.6rem;
  font-weight: 300;
  letter-spacing: 0.06rem;
  line-height: 1.17;
  color: var(--rs-text-black);
  margin-top: 8px;
  margin-bottom: .525rem;
}

.rs-club__banner-desc {
  font-family: var(--rs-font-desc);
  font-size: 0.3rem;
  font-weight: 300;
  letter-spacing: 0.03rem;
  line-height: 1.17;
  color: var(--rs-primary);
}

.rs-club__banner-btn {
  display: inline-flex;
  align-items: center;
  width: max-content;
  justify-content: center;
  margin-top: .85rem;
  padding: 0.3rem 1.2rem;
  background-color: var(--rs-primary);
  color: var(--rs-text-white);
  font-family: var(--rs-font-btn);
  font-size: 0.35rem;
  font-weight: 300;
  letter-spacing: 0.03rem;
  line-height: 1.17;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.rs-club__banner-btn:hover {
  background-color: var(--rs-text-black);
  color: var(--rs-text-white);
}

/* 会员俱乐部 Banner 结束 */

/* 会员专属待遇 开始 */
.rs-club__benefits {
  position: relative;
  width: 100%;
  padding: 2.5rem 0 2.5rem;
  background-color: var(--rs-primary);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.rs-club__benefits-title {
  display: flex;
  flex-direction: column;
  align-items: center;

}

.rs-club__benefits-en {
  font-family: var(--rs-font-en);
  font-size: 0.6rem;
  font-weight: 400;
  letter-spacing: 0.06rem;
  line-height: 1.33;
  color: var(--rs-text-white);
}

.rs-club__benefits-cn {
  font-family: var(--rs-font-cn);
  font-size: 0.6rem;
  font-weight: 300;
  letter-spacing: 0.06rem;
  line-height: 1.17;
  color: var(--rs-text-white);
}

.rs-club__benefits-list {
  display: flex;
  justify-content: center;
  gap: 3.25rem;
  margin-top: 3rem;
}

.rs-club__benefits-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.53rem;
}



.rs-club__benefits-icon {
  width: 2.1rem;
  height: 2.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--rs-text-white);
  border-radius: 50%;
  box-shadow: 0 0 20px 5px rgba(255, 255, 255, 0);

  transition: box-shadow .3s;
}

.rs-club__benefits-icon img {
  width: 50%;
  /* height: 50%; */
}

.rs-club__benefits-label {
  font-family: var(--rs-font-desc);
  font-size: 0.35rem;
  font-weight: 300;
  letter-spacing: 0.035rem;
  line-height: 1.17;
  color: var(--rs-text-white);
  white-space: nowrap;
 

}
.rs-club__benefits-item:hover  .rs-club__benefits-icon{
  box-shadow: 0 0 20px 5px rgba(255, 255, 255, .7);
}


/* 会员专属待遇 结束 */

/* RUANS CIRCLE 开始 */
.rs-club__circle {
  position: relative;
  width: 100%;
  padding: 6rem 0 0.25rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.rs-club__circle-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  /* gap: 0.35rem; */
}

.rs-club__circle-en {
  font-family: var(--rs-font-en);
  font-size: 0.6rem;
  font-weight: 400;
  letter-spacing: 0.06rem;
  line-height: 1.33;
  color: var(--rs-text-black);
  margin-bottom: .05rem;
}

.rs-club__circle-cn {
  font-family: var(--rs-font-desc);
  font-size: 0.3rem;
  font-weight: 300;
  letter-spacing: 0.03rem;
  line-height: 1.17;
  color: var(--rs-text-black);
}

.rs-club__circle-desc {
  font-family: var(--rs-font-desc);
  font-size: 0.3rem;
  font-weight: 300;
  letter-spacing: 0.03rem;
  line-height: 1.17;
  color: var(--rs-text-black);
  margin-top: .525rem;
}

.rs-club__circle-btn {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.3rem;
  width: 4.375rem;
  margin-top: 2.4rem;
  padding: 0.1rem .25rem;
  border: 1px solid rgba(170, 170, 170, 0.5);
  color: var(--rs-text-black);

  font-size: 0.3rem;
  font-weight: 400;
  letter-spacing: 0.03rem;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  background: transparent;
}
.rs-club__circle-btn input{
  width: 80%;
}
.rs-club__circle-btn input::placeholder{
  color: var(--rs-text-black);

}
.rs-club__circle-btn:hover {
  border-color: var(--rs-text-black);
  color: var(--rs-text-black);
}
.rs-club__circle-btn button{
  background-color: transparent;
  color: var(--rs-border-gray);
}

/* RUANS CIRCLE 结束 */

/* 响应式 移动端 */
@media (max-width: 996px) {
  .rs-club__banner {
    height: 88vw;
  }

  .rs-club__banner-copy {
    left: 4%;
    top: 50%;
  }

  .rs-club__banner-en {
    font-size: 0.6rem;
  }

  .rs-club__banner-cn {
    font-size: 0.6rem;
  }

  .rs-club__banner-desc {
    font-size: 0.4rem;
  }

  .rs-club__banner-btn {
    font-size: 0.4rem;
    padding: 0.35rem 1.4rem;
  }

  .rs-club__benefits {
    padding: 1.75rem 4% 2rem;
  }

  .rs-club__benefits-en {
    font-size: 0.6rem;
  }

  .rs-club__benefits-cn {
    font-size: 0.6rem;
  }

  .rs-club__benefits-list {
    flex-wrap: wrap;
    gap: 1rem 1.5rem;
    margin-top: 1rem;
  }

  .rs-club__benefits-item {
    width: calc(33.333% - 1rem);
  }

  .rs-club__benefits-icon {
    width: 2.5rem;
    height: 2.5rem;
  }

  .rs-club__benefits-label {
    font-size: 0.4rem;
  }

  .rs-club__circle {
    padding: 1.75rem 4% 0;
  }

  .rs-club__circle-en {
    font-size: 0.6rem;
  }

  .rs-club__circle-cn {
    font-size: 0.4rem;
  }

  .rs-club__circle-desc {
    font-size: 0.4rem;
  }

  .rs-club__circle-btn {
    font-size: 0.3rem;
    margin-top: 1.5rem;
    margin-bottom: 0;
    padding: 0.25rem 4%;
  }
}

/* ========== 联系我们页面 开始 ========== */

.rs-contact {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.rs-contact__banner {
  position: relative;
  width: 100%;
  height: 15rem;
  overflow: hidden;
}

.rs-contact__banner-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.rs-contact__banner-copy {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4rem;
  font-weight: 300;
  letter-spacing: 0.04rem;
  line-height: 2;
  color: var(--rs-text-black);
  text-align: center;
  font-family: var(--rs-font-desc);
}



.rs-contact__info {
  width: 100%;
  padding: 4.65rem 0 5rem;
  display: flex;
  justify-content: center;
}

.rs-contact__info-inner {
  display: flex;
  gap: 10.25rem;
  width: max-content;
}

.rs-contact__info-col {
  display: flex;
  flex-direction: column;
}

.rs-contact__info-title {
  font-family: var(--rs-font-cn);
  font-size: 0.6rem;
  font-weight: 400;
  letter-spacing: 0.06rem;
  line-height: 1.17;
  color: var(--rs-primary);
  margin: 0;
  margin-bottom: .6rem;

}

.rs-contact__info-desc {
  font-family: var(--rs-font-cn);
  font-size: 0.4rem;
  font-weight: 300;
  letter-spacing: 0.04rem;
  line-height: 1.6;
  color: var(--rs-text-black);
  margin: 0;
}

.rs-contact__info-detail {
  font-family: var(--rs-font-desc);
  font-size: 0.4rem;
  font-weight: 300;
  letter-spacing: 0.04rem;
  line-height: 1.6;
  color: var(--rs-text-black);
  margin: 0;
  margin-top: 0.56rem;
}

.rs-contact__info-qrcodes {
  display: flex;
  gap: 0.25rem;
  margin-top: 0.56rem;
}

.rs-contact__info-qrcode-item {
  display: flex;
  align-items: baseline;
  gap: 0.2rem;
}

.rs-contact__info-qrcode-img {
  width: 2.21rem;
  height: 2.21rem;
  object-fit: contain;
}

.rs-contact__info-qrcode-label {
  font-family: var(--rs-font-cn);
  font-size: 0.3rem;
  font-weight: 300;
  letter-spacing: 0.03rem;
  line-height: 1.17;
  color: var(--rs-text-gray);
}

/* 联系我们 响应式 */
@media (max-width: 996px) {
  .rs-contact__banner {
    height: 88vw;
  }

  .rs-contact__banner-line {
    font-size: 0.4rem;
    letter-spacing: 0.035rem;
  }

  .rs-contact__info {
    padding: 1.75rem 4% 0;
  }

  .rs-contact__info-inner {
    flex-direction: column;
    gap: 1rem;
    width: 100%;
  }

  .rs-contact__info-title {
    font-size: 0.6rem;
  }

  .rs-contact__info-desc {
    font-size: 0.4rem;
  }

  .rs-contact__info-detail {
        font-size: 0.4rem;

  }

  .rs-contact__info-qrcode-img {
    width: 3rem;
    height: auto;
  }

  .rs-contact__info-qrcode-label {
    font-size: .4rem;
    line-height: 1.3;
  }
  .rs-contact__info-qrcodes{
    justify-content: center;
    gap: 1rem;
    margin-top: 1rem;
  }
  .rs-contact__info-qrcode-item{
    display: block;
    text-align: center;
  }
}

/* ========== 联系我们页面 结束 ========== */

/* ========== 阮仕荣誉页面 开始 ========== */

.rs-honor {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.rs-honor__banner {
  width: 100%;
  height: 20rem;
  overflow: hidden;
}

.rs-honor__banner-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.rs-honor__gray-area {
  background-color: #F2F1ED;
  width: 100%;
}

.rs-honor__section {
  width: 100%;
  padding: 3rem 0 0;
}

.rs-honor__section2 {
  padding-top: 0;
}

.rs-honor__container {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}

.rs-honor__card {
  width: calc(100% - 3.75rem * 2);
  margin: 0 auto;
  padding: 2rem 5.75rem;
  background-color: var(--rs-text-white);
  display: flex;
  flex-direction: column;
}

.rs-honor__heading {
  width: calc(100% - 3.75rem * 2);
  display: flex;
  margin: 0 auto;
  flex-direction: column;
}

.rs-honor__heading--center {
  align-items: center;
}

.rs-honor__heading-en {
  font-family: var(--rs-font-en);
  font-size: 0.6rem;
  font-weight: 400;
  letter-spacing: 0.06rem;
  line-height: 1.33;
  color: var(--rs-text-black);
  margin: 0;
}

.rs-honor__heading-cn {
  font-family: var(--rs-font-cn);
  font-size: 0.6rem;
  font-weight: 300;
  letter-spacing: 0.06rem;
  line-height: 1.17;
  color: var(--rs-text-black);
  margin: 0;
}



.rs-honor__photos {
  width: calc(100% - 3.75rem * 2);
  margin: 0 auto;
  display: flex;
  gap: 1.18rem;
  margin-top: 4rem;
  justify-content: center;
  padding-bottom: .25rem;
}

.rs-honor__photo {
  width: 13.59rem;
  height: 9.56rem;
  /* overflow: hidden; */

  filter: drop-shadow(5px 4px 10px rgba(0, 0, 0, 0.5));
}
.rs-honor__photo img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .5s;
}

.rs-honor__text {
  display: flex;
  flex-direction: column;
}

.rs-honor__text--center {
  position: relative;
  padding: 3rem 3.75rem;
  align-items: center;
}

.rs-honor__section1 .rs-honor__text--center {
  background-color: #e6e4dc;
  width: 100%;

}

.rs-honor__section1 .rs-honor__text--center::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: .2rem;
  background-color: #fdfcf8;
  content: '';
  z-index: 1;
}

.rs-honor__text {
  font-family: var(--rs-font-desc);
  font-size: 0.4rem;
  font-weight: 300;
  letter-spacing: 0.04rem;
  line-height: 1.8;
  color: var(--rs-text-black);
  margin: 0 auto;
  text-align: center;
}



.rs-honor__content-row {
  display: flex;
  gap: 3.75rem;
}

.rs-honor__content-img {
  flex-shrink: 0;
}

.rs-honor__content-img--gold-border {
  width: 13.5rem;
  height: 9.7rem;
  /* overflow: hidden; */
}

.rs-honor__content-img--gold-border img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .6s;
}

.rs-honor__content-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.rs-honor__content-text {
  display: flex;
  flex-direction: column;
  font-size: 0.4rem;
  font-family: var(--rs-font-desc);
  font-weight: 300;
  letter-spacing: 0.04rem;
  color: var(--rs-text-black);
  line-height: 1.8;
  margin: 0;
  max-width: 11.5rem;
  padding-top: 1.6rem;
  text-align: justify;

}

.rs-honor__badges_box {
  width: calc(100% - 7.5rem);
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  padding-bottom: 3rem;
  
}
.rs-honor__badges-row_box{
  width: 100%;
  padding: 0 3.75rem;
  overflow: hidden;
  position: relative;
}
.rs-honor__badges-row_box2{
  margin-top: 1.56rem;

}
.rs-honor__badges-row_box .swiper_btn{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: .225rem;
  height: auto;
  cursor: pointer;
  transition: opacity .5s;
}
.rs-honor__badges-row_box .swiper_btn:hover{
  opacity: .5;
}
.rs-honor__badges-row_box .swiper_btn.swiper-button-disabled{
  opacity: 0.5;
  pointer-events: none;
}
.rs-honor__badges-row_box .prev_btn{
  left: 4%;
} 
.rs-honor__badges-row_box .next_btn{
  right: 4%;
} 
.rs-honor__badges-row_box .swiper_btn svg{
  width: 100%;
  height: auto;
}
.rs-honor__badges-row1 {
  display: flex;
  gap: 0.9rem;
  flex-wrap: wrap;
  overflow: hidden;
}

.rs-honor__badges-row2 {
  display: flex;
  flex-wrap: wrap;
  gap: .65rem;
  overflow: hidden;
}

.rs-honor__badge-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.50rem;

}

.rs-honor__badge-item-img {
  width: 100%;
  height: 4.09rem;
  object-fit: contain;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}


.rs-honor__badges-row1 .rs-honor__badge-item {
  width: calc((100% - .9rem * 4) / 5);
}

.rs-honor__badges-row1 .rs-honor__badge-item img {}

.rs-honor__badges-row2 .rs-honor__badge-item {
  width: calc((100% - .65rem * 5) / 6);

}

.rs-honor__badges-row2 .rs-honor__badge-item-img {
  width: 100%;
  height: 4.09rem;
  object-fit: contain;
}

.rs-honor__badges-row2 .rs-honor__badge-item img {}


.rs-honor__badge-item span {
  font-family: var(--rs-font-desc);

  font-size: 0.4rem;
  font-weight: 300;
  letter-spacing: 0.04rem;
  line-height: 1.17;
  color: var(--rs-text-black);
  text-align: center;
  transition: all .5s;
}

.rs-honor__photos-grid {
  display: flex;
  gap: 0.18rem;
  width: calc(100% - 7.5rem);
  margin: 3rem auto 0;
  height: 6.4rem;
  /* overflow: hidden; */
}

.rs-honor__photos-grid--gold-border {
}

.rs-honor__photos-grid img {
  /* width: 100%; */
  max-width: 100%;
  height: auto;
}



.rs-honor__full-img {
  width: calc(100% - 7.5rem);
  margin: 2.75rem auto 3rem;
  display: flex;
  justify-content: center;
  width: 20.80rem;
  height: 11.20rem;
  overflow: hidden;
}

.rs-honor__full_bimg {
  width: calc(100% - 7.5rem);
  display: flex;
  justify-content: center;
  margin: 0 auto 3rem;
  height: 12.45rem;
  overflow: hidden;
}
.rs-honor__badge-item-img img,
.rs-honor__photos-grid img,
.rs-honor__full_bimg img,
.rs-honor__full-img img {
width: 100%;
height: 100%;
  object-fit: cover;
  transition: all .5s;
}

.rs-honor__bottom-img {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 2rem 0;
}

.rs-honor__bottom-img img {
  width: 40.34rem;
  height: 12.45rem;
  object-fit: cover;
}

.rs-honor__section2 .rs-honor__heading {
  width: 100%;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid rgb(170, 170, 170, .2);
  margin-bottom: 1.5rem;
}

.rs-honor__section3 .rs-honor__heading {
  padding-bottom: 1.5rem;
  border-bottom: 1px solid rgb(170, 170, 170, .2);
  margin-bottom: 2rem;
}

.rs-honor__section4 .rs-honor__heading {
  padding-bottom: 1.5rem;
  border-bottom: 1px solid rgb(170, 170, 170, .2);
  margin-bottom: 1.5rem;
}

.rs-honor__section4 .rs-honor__text--center {
  padding: 0 3.75rem;

}

.rs-honor__section4 .rs-honor__text1 {
  padding: 0 4.5rem;

}

/* 阮仕荣誉 响应式 */
@media (max-width: 996px) {
  .rs-honor__banner {
    height: 88vw;
  }

  .rs-honor__container,
  .rs-honor__card {
    width: 100%;
  }

  .rs-honor__heading-en {
    font-size: 0.6rem;
  }

  .rs-honor__heading-cn {
    font-size: 0.6rem;
  }


  .rs-honor__photo {
    width: calc((100% - .75rem) / 2);
    height: auto;
  }

  .rs-honor__content-row {
    flex-direction: column;
    gap: 1rem;
  }

  .rs-honor__content-img img {
    width: 100%;
    height: auto;
  }

  .rs-honor__content-text p {
    max-width: 100%;
  }

  .rs-honor__badges-row1,
  .rs-honor__badges-row2 {
    flex-wrap: wrap;
    gap: .75rem;
  }

  .rs-honor__badges-row1 .rs-honor__badge-item,
  .rs-honor__badges-row2 .rs-honor__badge-item {
    /* width: calc((100% - .75rem) / 2); */
    width: 100%;
  }

  .rs-honor__badges-row1 .rs-honor__badge-item img,
  .rs-honor__badges-row2 .rs-honor__badge-item img {
    width: 100%;
    height: auto;
  }

  .rs-honor__badge-item span {
    font-size: 0.4rem;
    line-height: 1.2;
  }

  .rs-honor__photos-grid {
    flex-direction: column;
    gap: 0.5rem;
  }

  .rs-honor__photos-grid-left,
  .rs-honor__photos-grid-right {
    width: 100%;
    height: auto;
  }
  .rs-honor__full-img{
    width: 92%;
    height: auto;
  }
  .rs-honor__full-img img {
    width: 100%;
    height: auto;
  }

  .rs-honor__bottom-img img {
    width: 100%;
    height: auto;
  }

  .rs-honor__section {
    padding: 1.75rem 0 0;
  }

  .rs-honor__section2 {
    padding-top: 0;
  }

  .rs-honor__heading--center {
    width: 100%;
    padding: 0 4%;
    text-align: center;
  }

  .rs-honor__photos {
    width: 100%;
    margin-top: 1.25rem;
    gap: .75rem;
    padding: 0 4%;
  }

  .rs-honor__text--center {
    padding: 1.75rem 4%;
  }

  .rs-honor__card {
    padding: 1.75rem 4%;
  }

  .rs-honor__section4 .rs-honor__heading,
  .rs-honor__section3 .rs-honor__heading,
  .rs-honor__section2 .rs-honor__heading {
    padding-bottom: .75rem;
    margin-bottom: .75rem;
  }

  .rs-honor__content-img--gold-border {
    width: 100%;
  }

  .rs-honor__content-text {
    max-width: 100%;
    padding-top: 0;
  }

  .rs-honor__badges_box {
    width: 100%;

    padding: 0 4% 1.5rem;
  }

  .rs-honor__badges-row2 {
    margin-top: 1rem;
  }

  .rs-honor__section4 {
    padding-bottom: 0;
    padding-top: 1.75rem;
  }

  .rs-honor__section4 .rs-honor__text--center {
    padding: 0 4%;
  }

  .rs-honor__full-img,
  .rs-honor__full_bimg,
  .rs-honor__photos-grid {
    width: 92%;
    margin: 1rem auto 0;
  }

  .rs-honor__full_bimg {
    width: 92%;
    height: auto;
    margin-bottom: 1rem;
  }

  .rs-honor__badges-row_box{
    padding: 0 4%;
  }
  .rs-honor__badges-row_box .prev_btn{
    left: 0;
  }
  .rs-honor__badges-row_box .next_btn{
    right: 0;
  }
  .rs-honor__badge-item-img{
    height: auto;
  }
  .rs-honor__photos-grid,
  .rs-honor__content-img--gold-border,
  .rs-honor__photo{
    height: auto;
  }
}

/* ========== 阮仕荣誉页面 结束 ========== */
@media(min-width:1024px){
.rs-honor__badge-item-img:hover img,
.rs-honor__content-img--gold-border:hover img,
  .rs-honor__full-img:hover img,
.rs-honor__photos-grid:hover img,
.rs-honor__photo:hover img,
  .rs-honor__full_bimg:hover img{
    transform: scale(1.05);
  }
  .rs-honor__badge-item:hover span{
    color: var(--rs-accent);

  }
}