.secondary-white {
  color: var(--ebc-text-secondary_white);
}
.secondary-black {
  color: var(--ebc-text-secondary);
}
a:hover {
  color: var(--ebc-text-primary_white);
}
.affPro-header {
  padding: 290rem 0 72rem;
  color: var(--ebc-text-primary_white);
  position: relative;
  background-color: #000;
  height: 900rem;
  background: transparent;
  box-sizing: border-box;
  overflow: hidden;
}
.affPro-header h1{
  max-width: 1200rem;
  margin-inline: auto;
}

.affPro-header .bgImg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  z-index: -1;
  transition: transform 4s ease;
}
.affPro-header:hover .bgImg {
  transform: scale(1.2);
  transform-origin: center;
}
.affPro-header h1 {
  line-height: 100rem;
  font-size: 92rem;
}
.affPro-header h2 {
  margin: 24rem 0 64rem;
}

.affPro-headerContent {
  gap: 28rem;
}
.affPro-headerContent > div {
  flex: 0 0 230rem;
}
.affPro-headerContent .split {
  width: 0.5px;
  height: 40rem;
  background-color: rgba(255, 255, 255, 0.32);
  flex: 0 0 0.5px;
}

.affPro-header a {
  width: fit-content;
  min-width: 300rem;
  margin-inline: auto;
  gap: 5rem;
  background: var(--ebc-basecolor-active-400);
}
.affPro-header a:hover {
  background: var(--ebc-basecolor-active-500);

}
.affPro-headerContent .affPro-headerNum {
  color: var(--ebc-text-primary_white);
  font-size: 48rem;
  font-weight: 700;
  line-height: 56rem;
  margin-bottom: 4rem;
}
.contentBox {
  max-width: 1200rem;
  margin-inline: auto;
  padding-block: 120rem;
}
@media (max-width: 996px) {
  .contentBox {
    max-width: 100%;
    padding: 80rem 32rem;
  }
  .affPro-header .bgImg {
    object-position: 35% top;
  }
  .affPro-header {
    padding: 222rem 32rem 80rem;
    min-height: 1160rem;
    margin-top: -44px;
    height: auto;
  }
  .affPro-header h2 {
    margin-top: 16rem;
  }
  .affPro-header a {
    width: 100%;
  }
  .affPro-header .affPro-headerContent {
    flex-wrap: wrap;
    margin-top: 60rem;
    align-items: flex-start!important;
  }
  .affPro-headerContent div:nth-child(3) {
    order: 2;
  }
  .affPro-headerContent div:nth-child(2),
  .affPro-headerContent div:nth-child(4) {
    order: 3;
  }

  .affPro-headerContent > div {
    flex: 1;
    min-width: 40%;
  }
  .affPro-headerContent .affPro-headerNum {
    font-size: 56rem;
    line-height: 73rem;
  }
}

.affPro-section2 {
  background: linear-gradient(180deg, #16161a 0%, #2b2b33 100%);
  padding: 120rem 120rem 0;
}
.affPro-section2 h2 {
  color: var(--ebc-text-primary_white);
}
@media (min-width: 996px) {
  .affPro-section2 .photoList {
    display: grid!important;
    grid-template-columns: repeat(10,1fr);
  }
}
.affPro-section2 .photoList {

  gap: 17rem;
  /* max-width: 1765rem; */
  margin-inline: auto;
}
.affPro-section2 .photoList .photoItem {
  /* flex: 1; */
  /* height: 160rem; */
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: var(--ebc-corner-radius-rc16);
  transition: all 0.3s ease;
  cursor: pointer;
}

.photoItem.opa05{
  opacity: 0.05;
}
.photoItem.opa1{
  opacity: .1;
}
.photoItem.opa2{
  opacity: .2;
}
.photoItem.opa3{
  opacity: .3;
}
.photoItem.opa4{
  opacity: .4;
}
.photoItem.opa5{
  opacity: .5;
}
.photoItem.opa7{
  opacity: .7;
}

.photoItem.blur2{
  filter: blur(2px);
}
.photoItem.blur3{
  filter: blur(3px);
}
.photoItem.blur5{
  filter: blur(5px);
}

.affPro-section2 .photoItem:hover {
  filter: none !important;
}
.affPro-section2 .photoItem:hover.opa100 {
  opacity: 1;
}

.affPro-section2 .photoItem:hover.opa80 {
  opacity: 0.8;
}

.affPro-section2 .photoItem:hover.opa60 {
  opacity: 0.6;
}

.affPro-section2 .photoItem:hover.opa50 {
  opacity: 0.5;
}



.affPro-section2 .photoList .photoItem img {
  width: 100%;
  height: 100%;
  transition: transform 0.3s linear;
}
.affPro-section2 .photoList .photoItem:hover img {
  transform: scale(1.2);
}
.affPro-section2 .photoList .photoItem.bgc1 {
  background-color: #5d2333;
}
.affPro-section2 .photoList .photoItem.bgc2 {
  background-color: #e6ddcf;
}
.affPro-section2 .photoList .photoItem.bgc3 {
  background-color: #6a6967;
}
.affPro-section2 .photoList .photoItem.bgc4 {
  background-color: #f9f6f2;
}
.affPro-section2 .photoList .photoItem.bgc5 {
  background-color: #9f734c;
}
.affPro-section2 .photoList .photoItem.bgc6 {
  background-color: #ff4b4e;
}
.affPro-section2 a {
  width: fit-content;
  min-width: 160rem;
  margin: 56rem auto 80rem;
}

@media (max-width: 996px) {
  .affPro-section2 {
    padding: 80rem 32rem 0;
  }

  .affPro-section2 a {
    min-width: 270rem;
    height: 88rem;
    margin-block: 56rem 80rem;
    font-size: 28rem;
    line-height: 1;
  }
  .affPro-section2 .photoList {
    gap: 12rem;
  }
  .affPro-section2 .photoList .photoItem {
    border-radius: 12rem;
    flex: 0 0 126rem;
    height: 126rem;
    display: none;
  }
  .affPro-section2 .photoList .photoItem:nth-child(3),
  .affPro-section2 .photoList .photoItem:nth-child(4),
  .affPro-section2 .photoList .photoItem:nth-child(5),
  .affPro-section2 .photoList .photoItem:nth-child(6),
  .affPro-section2 .photoList .photoItem:nth-child(7),
  .affPro-section2 .photoList .photoItem:nth-child(12),
  .affPro-section2 .photoList .photoItem:nth-child(13),
  .affPro-section2 .photoList .photoItem:nth-child(14),
  .affPro-section2 .photoList .photoItem:nth-child(15),
  .affPro-section2 .photoList .photoItem:nth-child(17),
  .affPro-section2 .photoList .photoItem:nth-child(22),
  .affPro-section2 .photoList .photoItem:nth-child(23),
  .affPro-section2 .photoList .photoItem:nth-child(25),
  .affPro-section2 .photoList .photoItem:nth-child(26),
  .affPro-section2 .photoList .photoItem:nth-child(27),
  .affPro-section2 .photoList .photoItem:nth-child(31),
  .affPro-section2 .photoList .photoItem:nth-child(32),
  .affPro-section2 .photoList .photoItem:nth-child(36),
  .affPro-section2 .photoList .photoItem:nth-child(37),
  .affPro-section2 .photoList .photoItem:nth-child(38) {
    display: block;
  }
  .affPro-section2 .photoList .photoItem:nth-child(3),
  .affPro-section2 .photoList .photoItem:nth-child(7),
  .affPro-section2 .photoList .photoItem:nth-child(15),
  .affPro-section2 .photoList .photoItem:nth-child(22),
  .affPro-section2 .photoList .photoItem:nth-child(31),
  .affPro-section2 .photoList .photoItem:nth-child(38),
  .affPro-section2 .photoList .photoItem:nth-child(4) {
    filter: blur(1.17px);
  }
  .affPro-section2 .photoList .photoItem:nth-child(5),
  .affPro-section2 .photoList .photoItem:nth-child(23),
  .affPro-section2 .photoList .photoItem:nth-child(26),
  .affPro-section2 .photoList .photoItem:nth-child(13) {
    filter: blur(1.96px);
  }
  .affPro-section2 .photoList .photoItem:nth-child(12),
  .affPro-section2 .photoList .photoItem:nth-child(32),
  .affPro-section2 .photoList .photoItem:nth-child(36),
  .affPro-section2 .photoList .photoItem:nth-child(27) {
    filter: blur(0.76px);
  }
}

.affPro-section3 {
  background: url("/ebc-static/image/partner2/s2Bg.webp") no-repeat;
}
.affPro-section3 h2 {
  color: var(--ebc-text-primary_white);
}
.affPro-section3CardList {
  gap: 24rem;
  margin-top: 64rem;
}
.affPro-section3Card {
  gap: 20rem;
  overflow: hidden;
  min-height: 500rem;
  max-height:500rem;
  flex-direction: column;
  align-items: flex-start;
  border-radius: var(--ebc-corner-radius-rc24);
  background: var(--ebc-neutral-bg_a);
  padding: 56rem 0 64rem 40rem;
}
.affPro-section3Card.active {
  padding: 64rem 0 64rem 56rem;
  flex: 0 0 700rem;
  flex-direction: row;
  align-items: flex-end!important;
}
@media (min-width: 996px) {
.ar .affPro-section3Card {
  padding: 56rem 40rem 64rem 0;

}
  
.ar .affPro-section3Card.active {
  padding: 64rem 56rem 64rem 0;

}

    .ru .affPro-section3Card.active{
      flex: 0 0 680rem;
    }
    .mn .affPro-section3Card.active,
    .ug .affPro-section3Card.active{
  flex:0 0 600rem
}
.ru .affPro-section3Card{
  flex: 0 0 316rem;
  max-height: 550rem;
  height: 550rem;
}
.ug .affPro-section3Card,
.mn .affPro-section3Card{
  flex: 0 0 276rem;
  max-height: 550rem;
  height: 550rem;
}
}

.affPro-section3Card {
  flex: 0 0 226rem;
  transition: flex 0.3s linear;
}
.affPro-s2CardTitle {
  color: var(--ebc-text-primary);
  font-size: 32rem;
  font-weight: 500;
  line-height: 40rem;
}
.affPro-section3Card .controlShow > div:nth-child(2) {
  margin-block: 12rem 40rem;
}
.affPro-section3Card .controlShow {
  height: 100%;
}
.affPro-section3Card .controlShow div:nth-child(n + 2),
.affPro-section3Card .controlShow a {
  display: none;
  opacity: 0;
}
.affPro-section3Card.active .controlShow div:nth-child(n + 2),
.affPro-section3Card.active .controlShow a {
  display: block;
  animation: controlShow 0.3s forwards;

}
.affPro-section3Card.active .controlShow a {
  white-space: nowrap
}
.affPro-section3Card.active .controlShow a:hover{
  background-color: var(--ebc-basecolor-active-400);
}

@keyframes controlShow {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.affPro-section3Card .controlShow a {
  margin-top: auto;
  color: var(--ebc-text-primary_white);
  background-color: var(--ebc-brand-secondary-red);
  padding: 8rem 32rem;
  border-radius: var(--ebc-corner-radius-full);
}
.affPro-section3Card img {
  transform: translateX(56rem);
}
.affPro-section3Card.active img {
    transform: translateX(0);
}

.affPro-section3Card img {
  width: 240rem;
  min-width: 240rem;
  height: 240rem;
  margin-bottom: -48rem;
  opacity: 0.5;
}
.affPro-section3Card.active img {
  opacity: 1;
}

@media (max-width: 996px) {
  .affPro-section3 {
    background-repeat: repeat;
  }
  .affPro-section3CardList {
    flex-direction: column !important;
    gap: 32rem;
  }
  .affPro-section3Card{
    max-height: unset;
  }
  .affPro-section3Card.active {
    flex: 1;
  }
  .affPro-section3Card.active {
    border-radius: 16px;
    padding: 56rem 32rem;
    flex-direction: column !important;
    text-align: center;
    min-height: unset;
    gap: 48rem;
  }
  .affPro-section3Card .affPro-s2CardTitle {
    font-size: 40rem;
    font-weight: 500;
    line-height: 56rem;
  }
  .affPro-section3Card .controlShow {
    align-items: center!important;
    order: 2;
  }
  .affPro-section3Card img {
    width: 400rem;
    height: 400rem;
    margin-inline: auto;
  }
  .affPro-section3Card .controlShow a {
    width: 100%;
    height: 80rem;
    padding: 16rem 48rem;
    line-height: 48rem;
    margin-top: 48rem;
  }

  .affPro-section3Card .controlShow > div:nth-child(2) {
    margin-block: 16rem 32rem;
  }
}

.affPro-section4 {
  color: var(--ebc-text-primary_white);
  background: linear-gradient(180deg, #16161a 0%, #2b2b33 100%);
}
.affPro-section4 .aff4Container {
  margin-top: 56rem;
  gap: 24rem;
}
.affPro-section4 .aff4Item {
  border-radius: var(--ebc-corner-radius-rc24);
  background: rgba(255, 255, 255, 0.05);
  transition: transform 0.3s ease-in-out;
}
.affPro-section4 .aff4Item:hover {
    background: rgba(255, 255, 255, 0.1);

}
.affPro-section4 .aff4Item:nth-child(-n + 2) {
  flex: 0 0 588rem;
}
.affPro-section4 .aff4Item:nth-child(-n + 2) img {
  width: 100%;
  height: auto;
}
.affPro-section4 .aff4Item:nth-child(-n + 2) .s4Word {
  padding: 40rem;
}
.affPro-section4 .aff4Item .s4Word div:nth-child(2) {
  margin-top: 12rem;
}

.affPro-section4 .aff4Item:nth-child(n + 3) {
  flex: 0 0 384rem;
  padding: 40rem;
}
.affPro-section4 .aff4Item:nth-child(n + 3) .s4Word {
  margin-top: 32rem;
}
.affPro-section4 .aff4Item:nth-child(n + 3) img {
  width: 40rem;
  height: 40rem;
}

@media (max-width: 996px) {
  .affPro-section4 .aff4Container {
    flex-direction: column;
    gap: 32rem;
  }
  .affPro-section4 .aff4Item {
    flex: 1;
    text-align: center;
  }
  .affPro-section4 .aff4Item .s4Word div:nth-child(1) {
    font-size: 36rem;
    line-height: 56rem;
  }
  .affPro-section4 .aff4Item .s4Word div:nth-child(2) {
    font-size: 28rem;
    line-height: 48rem;
    margin-top: 16rem;
  }
  .affPro-section4 .aff4Item:nth-child(-n + 2) .s4Word {
    padding-top: 8rem;
  }
  .affPro-section4 .aff4Item:nth-child(n + 3) img {
    width: 80rem;
    height: 80rem;
  }
}

.affPro-section5 {
  background: var(--ebc-neutral-bg_b);
}

.affPro-section5 .s3SwiperContainer {
  gap: 80rem;
  margin-top: 64rem;
  background-color: var(--ebc-neutral-bg_a);
  border-radius: var(--ebc-corner-radius-rc24);
  overflow: hidden;
  padding-right: 80rem;
}

.affPro-section5 .s3SwiperContainer .left {
  flex: 0 0 600rem;
  overflow: hidden;
}
@media (min-width: 996px) {
  .affPro-section5 .s3SwiperContainer .right {
    height: 260rem;
    display: flex;
    flex-direction: column;
  }
  .affPro-section5 .s3NavigatePart {
    margin-top: auto;
  }
}

.affPro-section5 .s3Swiper img {
  width: 600rem;
  height: 420rem;
  border-radius: 24rem;
}
.affPro-section5 .s3wordItem {
  display: none;
}
.affPro-section5 .s3wordItem.active {
  display: block;
}
.affPro-section5 .s3Desc {
  margin-top: 16rem;
}
.affPro-section5 .s3NavigatePart svg {
  width: 48rem;
  height: 48rem;
  outline: none !important;
}

.affPro-section5 .s3NavigatePart svg:hover path:nth-child(1) {
  fill: #a52933;
  stroke: transparent;
}
.affPro-section5 .s3NavigatePart svg:hover path:nth-child(2) {
  stroke: #fff;
}
.affPro-section5 .s3NavigatePart .s3Next {
  margin-left: 12rem;
}

.affPro-section5 .s3NavigatePart .s3Navigate {
  gap: 8px;
}

.affPro-section5 .s3NavigatePart .s3Navigate div.active {
  width: 32px;
  height: 2px;
  background: var(--ebc-brand-secondary-red);
}
.affPro-section5 .s3NavigatePart .s3Navigate div {
  width: 12px;
  height: 2px;
  border-radius: var(--ebc-corner-radius-full);
  background: var(--ebc-neutral-divider_medium);
}

@media (max-width: 996px) {
  .affPro-section5 {
    padding-bottom: 140rem;
  }
  .s3NavigateBtn {
    display: none !important;
  }
  .s3SwiperContainer .right .s3NavigatePart {
    justify-content: center;
  }
  .s3SwiperContainer .right .s3NavigatePart {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 130rem);
  }
  .affPro-section5 .s3wordItem {
    text-align: center;
  }
  .affPro-section5 .s3Desc {
    margin-top: 32rem;
  }
  .affPro-section5 .s3SwiperContainer {
    flex-direction: column;
    width: 100%;
    gap: 56rem;
    padding: 56rem 32rem;
    margin-top: 56rem;
    border-radius: 32rem;
    overflow: visible;
  }
  .affPro-section5 .s3SwiperContainer .left {
    flex: 0 0 100%;
    max-width: 100%;
    overflow: hidden;
  }
  .affPro-section5 .s3SwiperContainer .left img {
    width: 100%;
    height: auto;
    border-radius: 8px;
  }
}

.affPro-section6 {
  overflow: hidden;
  padding: 120rem 0 ;
}

.affPro-section6 .aff6List {
  gap: 24rem;
  margin-top: 56rem;
  overflow: auto;
  padding-right: 32rem;
  align-items: normal;
  padding-inline: calc(50vw - 600rem);
}
.affPro-section6 .aff6List::-webkit-scrollbar {
  display: none;
}
.affPro-section6 .aff6Item{
  cursor: pointer;
}
.affPro-section6 .aff6Item video{
  width: 100%;
  height: 450rem;
  object-fit: cover;
  min-width: 700rem;
  border-radius: 24px;

}
.affPro-section6 .aff6Item img {
  border-radius: 24px;
  height: 450rem;
  min-width: 700rem;

}
.affPro-section6 .aff6Item:nth-child(1) video {
  min-width: 550rem;
}
.affPro-section6 .aff6Item .aff6Title {
  width: 100%;
  margin: 28rem 0 8rem;
  padding-inline: 30rem;
  color: var(--ebc-text-primary)!important;
}
.affPro-section6 .aff6Item div {
  padding-inline: 30rem;
}
.affPro-section6 .aff6Item:hover .iconfont{
  display: block;
}
.affPro-section6 .aff6Item .iconfont {
  font-size: 20rem;
  color: var(--ebc-brand-secondary-red);
  display: none;
}

.affPro-section6 .aff6ListPageNavigate {
  text-align: right;
  padding-right: calc(50vw - 600rem);
  margin-top: 56rem;
}
.affPro-section6 .aff6ListPageNavigate svg.disabled{
  pointer-events: none;
}
.affPro-section6 .aff6ListPageNavigate svg.disabled path {
  stroke-opacity: .24;
  fill: unset!important;
}
.affPro-section6 .aff6ListPageNavigate svg path {
  stroke-opacity: 1;
}

.affPro-section6 .aff6ListPageNavigate svg:hover path:nth-child(1) {
  fill:#a52933;
  stroke: transparent;
}
.affPro-section6 .aff6ListPageNavigate svg:hover path:nth-child(2){
  stroke: #fff;
}

@media (max-width: 996px) {
  .affPro-section6 {
    padding: 80rem 0;
  }
  .affPro-section6 .aff6List {
    gap: 32rem;
    padding-inline: 32rem;
  }
  .affPro-section6 .aff6Item .aff6Title {
    width: 100%;
    margin: 48rem 0 16rem;
    padding-inline: 30rem;
  }
  .affPro-section6 .aff6Item .aff6Title .iconfont {
    display: none;
  }
  .affPro-section6 .aff6ListPageNavigate {
    padding-right: 32rem;
  }
  .affPro-section6 .aff6ListPageNavigate svg {
    width: 80rem;
    height: 80rem;
  }
  .affPro-section6 .aff6ListPageNavigate span:nth-child(2) {
    margin-left: 16rem;
  }
}

.affPro-section8 {
  background: #4d1726;
}

.affPro-section8 h2 {
  margin-bottom: 56rem;
  color: var(--ebc-text-primary_white);
}
.aff8SwiperList {
  gap: 24rem;
}

.aff8SwiperList .aff8Left {
  flex: 0 0 400rem;
  position: relative;
}

.aff8SwiperList .aff8Left .largeImg {
  width: 100%;
  height: auto;
  border-radius: var(--ebc-corner-radius-rc24);
}

.aff8SwiperList .s8Swiper {
  border-radius: var(--ebc-corner-radius-rc24);
  background: var(--ebc-neutral-bg_a);
}
.aff8SwiperList .aff8Right {
  padding: 56rem;
}

.aff8SwiperList .aff8Right .aff8Word {
  margin-block: 28rem 63rem;
  color: var(--ebc-text-primary);
  font-size: 18rem;
  font-style: normal;
  font-weight: 500;
  line-height: 32rem;
}
.affPro-section8 .swiper-slide{
  height: auto;
}
.affPro-section8 .aff8Right{
  display: flex;
  flex-direction: column;
}
.affPro-section8 .aff8Right .aff8Intro{
  margin-top: auto;
}
.affPro-section8 .aff8Right .introL {
  gap: 16rem;
}
.affPro-section8 .aff8Right .topIcon {
  width: 48rem;
  height: 37rem;
}
.affPro-section8 .aff8Right .introL .introHeader {
  border-radius: 50%;
  padding: 0;
  background-color: #5d2333;
  color: var(--ebc-text-primary_white);
  text-align: center;
  font-size: 32rem;
  font-weight: 500;
  line-height: 64rem;
  width: 64rem;
  height: 64rem;
}
.affPro-section8 .aff8Right .introL .introName {
  margin-bottom: 4rem;
}

.affPro-section8 .aff8Right .introR img {
  width: auto;
  height: 24rem;
}

.affPro-section8 .s8Navigate {
  gap: 8rem;
  margin-top: 56rem;
}
.affPro-section8 .s8Navigate div {
  width: 12px;
  height: 2px;
  border-radius: 999px;
  background-color: rgba(255, 255, 255, 0.32);
  cursor: pointer;
}

.affPro-section8 .s8Navigate div.active {
  background: var(--ebc-brand-accent-coral);
  width: 32px;
}

.affPro-section8 {
  --size: 48px;
  --overlap: 24px;
  --ring: 1px;
  --speed: 500ms;
}

.s8Left-stack {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
}

.s8Left-avatar {
  width: var(--size);
  height: var(--size);
  border-radius: 999px;
  border: var(--ring) solid rgba(255, 255, 255, 0.95);
  background: rgba(255, 255, 255, 0.12);
  object-fit: cover;
  box-sizing: border-box;
  margin-left: calc(var(--overlap) * -1);
  position: relative;
  will-change: transform;
  user-select: none;
  -webkit-user-drag: none;
}

@media (max-width: 996px) {
  .affPro-section8 .contentBox {
    padding: 100rem 32rem;
  }
  .affPro-section8 .aff8Left {
    order: 2;
    gap: 40rem;
  }
  .affPro-section8 .aff8SwiperList {
    flex-direction: column;
    gap: 40rem;
  }
  .affPro-section8 .s8Swiper {
    max-width: 100%;
  }
  .affPro-section8 .aff8Right .topIcon {
    height: 48rem;
    width: auto;
  }
  .aff8SwiperList .aff8Right {
    padding: 56rem 32rem;
    border-radius: 32px;
  }
  .aff8SwiperList .aff8Right .aff8Word {
    font-size: 28rem;
    line-height: 48rem;
    font-weight: 500;
    margin-block: 56rem;
  }
  .affPro-section8 .aff8Right .introL .introHeader {
    width: 104rem;
    height: 104rem;
    font-size: 52rem;
    line-height: 104rem;
  }
  .affPro-section8 .aff8Right .introL {
    gap: 24rem;
  }
  .affPro-section8 .aff8Right .introL .introName {
    margin-bottom: 8rem;
  }
  .affPro-section8 .aff8Right .introL .introName + div {
    font-size: 28rem;
    line-height: 44rem;
  }
  .aff8SwiperList .aff8Right .aff8Intro {
    margin-top: auto;
  }
  .affPro-section8 .aff8Left{
    flex: 0 0 300rem;
  }
  .affPro-section8 .topIcon{
    width: 240rem!important;
  }
  .aff8SwiperList .aff8Left .largeImg {
    border-radius: 32rem;
    width: 700rem;
    height: 300rem;
    object-fit: cover;
    object-position: center;
  }
  .affPro-section8 .s8Navigate {
    margin-top: 106rem;
  }
}
/* 遮罩层 */
.s7Card-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(4px);
  z-index: 50;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.s7Card-overlay.active {
  opacity: 1;
  pointer-events: auto;
}
.affPro-section7 {
  background: linear-gradient(180deg, #2b2b33 0%, #16161a 100%);
}
.affPro-section7 h2 {
  color: var(--ebc-text-primary_white);
}
.affPro-section7 .s7CardList {
  gap: 24rem;
  margin-top: 52rem;
}

.affPro-section7 .s7Card-cardWrapper:nth-child(1),
.affPro-section7 .s7Card-cardWrapper:nth-child(2),
.affPro-section7 .s7Card-cardWrapper:nth-child(n + 3) .imageCard {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 24px;
  position: relative;
}
.affPro-section7 .s7Card-cardWrapper:nth-child(n + 3) {
  perspective: 1400px;
  position: relative;
  height: 400rem;
  border-radius: 24px;
}
.s7Card-card {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform-style: preserve-3d;
  transition: transform 0.2s linear;
  transform-origin: center center;
}
.s7Card-cardWrapper.is-flipped .s7Card-card {
  transform: rotateY(180deg);
}

.s7Card-cardWrapper.is-expanded {
  z-index: 200;
  perspective: none !important;
}

/* 卡片展开时的样式 - 只设置固定定位 */
.s7Card-card.is-expanding {
  position: fixed !important;
  z-index: 200 !important;
  margin: 0 !important;
}

/* 启用动画过渡 */
.s7Card-card.is-animating {
  transition: all .3s linear !important;
}

/* 卡片展开到中心的最终状态 */
.s7Card-card.is-center {
  left: 50% !important;
  top: 50% !important;
  width: 860rem !important;
  height: 500rem !important;
  transform: translate(-50%, -50%) rotateY(180deg) !important;
}

.s7Card-back .backWord .bottomDesc {
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp:11;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* 展开时保持圆角 */
.s7Card-card.is-expanding .s7Card-front,
.s7Card-card.is-expanding .s7Card-back {
  border-radius: 24px;
}

/* 背面内容显示控制 */
.s7Card-back .backWord {
  display: none;
}

.s7Card-card.is-center .s7Card-back .backWord {
  display: block;
}

/* 动画完成后才显示溢出内容 */
.s7Card-card.is-animation-complete .s7Card-back {
  overflow: visible;
}
.s7Card-front {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  border-radius: 24px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.s7Card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  background: #fff;
  border-radius: 24px;
  overflow: hidden;
  transform: rotateY(180deg);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.4);
  color: #fff;
}
.s7Card-back .closeIcon {
  position: absolute;
  width: 32rem !important;
  height: 32rem !important;
  top: 32rem;
  right: 32rem;
  cursor: pointer;
}
@media (min-width: 996px) {
.ar .s7Card-back .closeIcon {
  right: unset;
  left: 32rem;
}
  
}
.s7Card-back .backContainer {
  height: 100%;
}
.s7Card-back .backPhoto {
  background: var(--ebc-neutral-divider_regular);
  flex: 0 0 300rem;
  height: 100%;
}
.s7Card-back .backPhoto img {
  height: 530rem !important;
  width: auto !important;
  transform: translateY(-30rem);
  border-bottom-left-radius: 24px;
}
.s7Card-back .backWord {
  flex: 1;
  padding: 64rem 72rem;
  color: #000;
  display: none;
}
.s7Card-back .splitLine {
  background: var(--ebc-neutral-divider_regular);
  height: 1px;
  margin-block: 40rem 32rem;
}
.affPro-section7 .s7Card-cardWrapper:nth-child(n + 3) .imageCard:hover {
  background: rgba(255, 255, 255, 0.6);
}

.affPro-section7 .s7Card-cardWrapper:nth-child(n + 3) .imageCard .openIcon {
  cursor: pointer;
  display: none;
  width: 32rem;
  height: 32rem;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  right: 16rem;
  top: 16rem;
  background: var(--ebc-brand-secondary-red);
}
.affPro-section7 .s7Card-cardWrapper:nth-child(n + 3) .imageCard .openIcon img {
  width: 19rem;
  height: 19rem;
  margin-top: 7rem;
}
.affPro-section7
  .s7Card-cardWrapper:nth-child(n + 3)
  .imageCard:hover
  .openIcon {
  display: block;
}

.affPro-section7 .s7Card-cardWrapper:nth-child(1) {
  flex: 0 0 384rem;
  height: 400rem;
}
.affPro-section7 .s7Card-cardWrapper:nth-child(1) img {
  width: 384rem;
  height: 420rem;
  transform: translateY(-19rem);
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
}
.affPro-section7 .s7Card-cardWrapper:nth-child(2) {
  flex: 0 0 792rem;
  color: var(--ebc-text-primary_white);
  padding: 0 64rem;
}
.affPro-section7 .s7Card-cardWrapper:nth-child(2) .splitLine {
  background: var(--ebc-neutral-divider_regular_white);
  margin-block: 32rem;
  height: 1px;
  width: 100%;
}
.affPro-section7 .s7Card-cardWrapper:nth-child(2) .topCardJob {
  font-size: 16rem;
  line-height: 24rem;
  margin-top: 20rem;
}
.affPro-section7 .s7Card-cardWrapper:nth-child(n + 3) {
  flex: 0 0 282rem;
}
.affPro-section7 .s7Card-cardWrapper:nth-child(n + 3) .imageCard {
  height: 323rem;
  overflow: hidden;
  width: 100%;
}
.affPro-section7 .s7Card-cardWrapper:nth-child(n + 3) .s7CardName {
  margin-top: 12rem;
  color: var(--ebc-text-primary_white);
  text-align: center;
}
.affPro-section7 .s7Card-cardWrapper:nth-child(n + 3) img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  transition: transform .2s linear;
}
 .s7Card-cardWrapper:nth-child(n + 3) .imageCard:hover img{
  transform: scale(1.1);
}
@media (max-width: 996px) {
  .s7Card-overlay{
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.50);
    z-index: 10;
  }
  .affPro-section7{
    padding: 80rem 0 80rem 32rem;
  }
  .affPro-section7 .memberList{
    margin-top: 56rem;
    gap:32rem;
    overflow: auto;
    padding-right: 32rem;
  }
  .affPro-section7 .memberList::-webkit-scrollbar{
    display: none;
  }
  .affPro-section7 .memberItem{
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    flex: 0 0 546rem;
  }
  .affPro-section7 .photoPart{
    background: rgba(255, 255, 255, 0.05);
  }
  .affPro-section7  img{
    width: 546rem;
    height: 629rem;
    object-fit: cover;
    object-position: top;
  }
   .affPro-section7 .memberName{
    margin-top: 32rem;
    color: var(--ebc-text-primary_white);
    text-align: center;
   }
   .affPro-section7 .photoPart .openIcon{
    position: absolute;
    right: 32rem;
    top: 32rem;
    width: 64rem;
    height: 64rem;
    background-color: var(--ebc-brand-secondary-red);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
   }
   .affPro-section7 .photoPart .openIcon img{
    width: 38rem;
    height: 38rem;
   }
   .s7Dial{
    position: fixed;
    top: 50%;
    left: 50%;
    transform:translate(-50%, -50%);
    z-index: 11;
    border-radius: 32rem;
    width: 686rem;
    background-color: #fff;
    display: none
   }
   .s7Dial.active{
    display: block
   }
   .s7Dial .DialItem.active{
    display: block;
   }
   .s7Dial .DialItem{
    display: none;
   }
   .s7Dial .topImg{
      background: rgba(0 , 0, 0, .12);
      height: 340rem;
      text-align: center;
   }
   .s7Dial .topImg img{
    width: 608rem;
    height: 460rem;
    object-fit: cover;
    object-position: top;
    transform: translateY(-120rem);
   }
   .s7Dial .bottomWord{
    padding: 48rem 32rem 56rem;
    max-height: 50vh;
    overflow: auto;
   }
   .s7Dial .bottomWord .memName{
    font-size: 40rem;
    font-weight: 500;
    line-height: 56rem;
    margin-bottom: 24rem;
   }
   .s7Dial .bottomWord .memJob{
    font-size: 28rem;
    font-weight: 400;
    line-height: 48rem;
    margin-bottom: 15rem
   }
   .s7Dial .bottomWord .memDesc{
    margin-top: 32rem;
    font-size: 28rem;
    font-weight: 400;
    line-height: 48rem;
   }
   .s7Dial .closeIcon{
     position: absolute;
     top: -66rem;
     right: 0;
     width: 45rem;
     height: 45rem;
     
   }
}
