/* bomao_team_intro - 样式隔离 */
.bomao-team-intro {
  padding: 2.5rem 0;
  background: #e4e4e4;
  position: relative;
  z-index: 2;
  border-radius: 1.5625rem 1.5625rem 0 0;
}

.bomao-team-intro .container {
  position: relative;
}

/* 标题样式 */
.bomao-team-intro-header {
  text-align: center;
  margin-bottom: 1.88rem;
}

.bomao-team-intro .bomao-team-intro-title {
  font-family: var(--title-font-family), sans-serif;
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 1.22;
  color: #000000;
  text-align: left;
  margin: 0;
}
.bomao-team-intro .bomao-team-intro-title .light{
  color: #7B62DA;
}
/* 团队卡片样式 */

.bomao-team-intro .bomao-team-card {
  background: linear-gradient(135deg, #B2A0F0 0%, #6852BB 100%);
  border-radius: 30px;
  padding: 0.25rem 0.28rem 0;
  text-align: center;
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
  /* min-height: 20rem; */
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}



.bomao-team-intro .bomao-team-avatar {
  position: relative;
  width: 100%;
  border-radius: 0.9375rem;
  overflow: hidden;
}
.bomao-team-intro .bomao-team-avatar::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0.9375rem;
  background: rgba(0, 0, 0, 0.54);
  opacity: 0;
  transition: all 0.3s ease;
}

.bomao-team-intro .bomao-team-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
  display: block;
  aspect-ratio: 10.6/12;
}
.bomao-team-intro .bomao-team-avatar .hover-avatar-content{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  opacity: 0;
  transition: all 0.3s ease;
}
.bomao-team-intro .bomao-team-avatar .hover-avatar-content .bomao-team-name{
  font-size: 1.125rem;
}
.bomao-team-intro .bomao-team-avatar .hover-avatar-content .bomao-team-desc{
  font-size:0.625rem;
  margin-bottom: 0.62rem;
}
.bomao-team-intro .bomao-member-desc{
  font-size:0.625rem;
  padding: 0 0.6rem 0.6rem;
  color: #fff;
}
@media screen and (min-width: 991px) {
  .bomao-team-intro .bomao-team-card:hover .hover-avatar-content{
    opacity: 1;
  }
  .bomao-team-intro .bomao-team-card:hover .bomao-team-avatar::before {
    opacity: 1;
  }
}
.bomao-team-intro .bomao-team-name {
  font-family: var(--title-font-family), sans-serif;
  font-weight: 600;
  font-size: 0.75rem;
  line-height: 2.13rem;
  color: #FFFFFF;
  margin: 0;
  letter-spacing: 0.05em;
}

/* Swiper 样式 */
.bomao-team-intro .bomao-team-swiper-container {
  position: relative;
}

.bomao-team-intro .bomao-team-swiper {
  /* overflow: visible; */
}
.bomao-team-intro .bomao-team-swiper .swiper-wrapper {
  gap:20px;
  flex-wrap: wrap;
}
.bomao-team-intro .bomao-team-swiper .swiper-slide {
  /* padding: 0 1rem; */
  width: calc(25% - 15px);
  height: auto;
}

.bomao-team-intro .bomao-team-swiper .swiper-pagination {
  bottom: 0;
  position: absolute;
}

.bomao-team-intro .bomao-team-swiper .swiper-pagination-bullet {
  width: 0.75rem;
  height: 0.75rem;
  background: #B2A0F0;
  opacity: 0.3;
  transition: all 0.3s ease;
}

.bomao-team-intro .bomao-team-swiper .swiper-pagination-bullet-active {
  background: #6852BB;
  opacity: 1;
  transform: scale(1.2);
}

/* 响应式设计 */
@media (max-width: 1200px) {
  .bomao-team-intro .bomao-team-intro-title {
    font-size: 2rem;
  }
  .bomao-team-intro .bomao-team-card{
    padding: 0.5rem 0.5rem 0;
  }
}

@media (max-width: 991px) {
  .bomao-team-intro .bomao-team-swiper .swiper-slide{
    width:calc(50% - 20px);
  }
  .bomao-team-intro .bomao-member-desc{
    font-size:0.725rem;
  }
  .bomao-team-intro {
    padding: 1.75rem 0;
  }
  
  .bomao-team-intro-header {
    margin-bottom: 1.5rem;
  }
  
  .bomao-team-intro .bomao-team-intro-title {
    font-size: 1.5rem;
  }
  
  .bomao-team-intro .bomao-team-card {
    /* padding: 0.5rem; */
    /* min-height: 18rem; */
  }
  
  .bomao-team-intro .bomao-team-avatar {
    /* width: 8rem; */
    /* height: 8rem; */
    /* margin-bottom: 1.25rem; */
  }
  
  .bomao-team-intro .bomao-team-name {
    font-size: 0.875rem;
  }
}

@media (max-width: 768px) {
  .bomao-team-intro .bomao-team-swiper .swiper-slide{
    width:100%;
  }
  .bomao-team-intro {
    padding: 2.5rem 0;
  }
  
  .bomao-team-intro-header {
    margin-bottom: 2rem;
  }
  
  .bomao-team-intro .bomao-team-intro-title {
    font-size: 1.5rem;
    line-height: 1.1;
  }
  
  .bomao-team-intro .bomao-team-card {
    /* min-height: 16rem; */
    /* padding: 0.5rem; */
    border-radius: 20px;
  }
  
  .bomao-team-intro .bomao-team-avatar {
    /* width: 7rem; */
    /* height: 7rem; */
    /* margin-bottom: 1rem; */
  }
  
  .bomao-team-intro .bomao-team-name {
    font-size: 0.875rem;
  }
}

@media (max-width: 576px) {
  .bomao-team-intro .bomao-team-intro-title {
    font-size: 1.25rem;
  }
  
  .bomao-team-intro .bomao-team-card {
    min-height: 14rem;
    /* padding: 0.5rem; */
    border-radius: 20px;
  }
  
  .bomao-team-intro .bomao-team-avatar {
    /* width: 6rem; */
    /* height: 6rem; */
  }
  
  .bomao-team-intro .bomao-team-name {
    font-size: 0.875rem;
  }
}
