.arshine-team {
  padding: clamp(30px, 4.166667vw, 80px) 0;
  background: #24272F;
}
.arshine-team h3 {
  font-size:clamp(24px, 1.88vw, 36px);
  color: #fff;
  line-height: 1;
  font-family: var(--title-font-family);
  text-align: center;
  text-transform: capitalize;
}
.arshine-team .list {
  position: relative;
  margin: 40px 0 0;
}
.arshine-team .bd {
  width: 100%;
}
.arshine-team .bd img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.arshine-team .bd .carousel-item__content {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.arshine-team .bd .carousel-item__content .pic {
  width: 700px;
}
.arshine-team .bd .carousel-item__content .txt {
  -webkit-flex: 1;
  flex: 1;
  margin: 0 0 0 30px;
}
.arshine-team .bd .carousel-item__content .txt h4 {
  font-size: clamp(20px, 1.88vw, 36px);
  line-height: 1;
  color: #fff;
  font-family: var(--title-font-family);
}
.arshine-team .bd .carousel-item__content .txt h5 {
  font-size: clamp(16px, 0.94vw, 18px);
  line-height: 1;
  color: #fff;
  font-family: var(--title-font-family);
  margin: 5px 0 0;
}
.arshine-team .bd .carousel-item__content .txt h5::after {
  content: "";
  width: 59px;
  height: 4px;
  background: var(--color-primary);
  margin: 7px auto 0 0;
  display: block;
}
.arshine-team .bd .carousel-item__content .txt p {
  font-size: clamp(14px, 0.94vw, 18px);
  line-height: 30px;
  color: #fff;
  margin: 15px 0 0;
}
.arshine-team .bd .carousel-item__content .txt a {
  line-height: 50px;
  font-size: 18px;
  padding: 0 50px;
  display: inline-block;
  border-radius: var(--button-radius);
  color: #fff;
  margin: 30px 0 0;
  background: var(--color-primary);
}

.arshine-team .hd {
  position: static;
  margin: 20px 0 0;
  display: flex;
  flex-wrap: wrap; /* 允许换行 */
  gap: 10px 32px; /* 间距统一 */
  padding: 0;
  list-style: none;
}
.arshine-team .hd > li {
  width: 100%;
  height: 100%;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  text-indent: initial;
}
.arshine-team .hd > li {
  width: calc(100% / 7 - 28px); /* 每行固定 7 个均分 */
  height: auto;
  justify-content: center;
  cursor: pointer;
  padding: 15px 0px;
  position: relative;
  background: #fff;
  text-indent: initial;
  margin: 0;
  border-radius: 8px;
  text-align: center;
}

.arshine-team .hd > li img {
  width: 100px;
  border-radius: 50%;
}
.arshine-team .hd > li p {
  -webkit-flex: 1;
  flex: 1;
  font-size: clamp(14px, 0.83vw, 16px);
  text-align: center;
}
.arshine-team .hd > li p span {
  display: block;
  margin-bottom: 5px;
  font-size: clamp(14px, 0.83vw, 16px);
  font-family: var(--title-font-family);
  color: #000;
  text-align: center;
}
.arshine-team .hd > li.active {
  background: var(--color-primary);
  color: #fff
}
.arshine-team .hd > li.active span {
  color: #fff;
}

@media screen and (max-width: 1500px) {
  .arshine-team .hd > li {
    padding: 15px 15px;
  }

}

@media screen and (max-width: 1441px) {


  .arshine-team .bd .carousel-item__content .pic {
    width: 650px;
  }
}

@media screen and (max-width: 1367px) {


  .arshine-team .bd .carousel-item__content .pic {
    width: 600px;
  }

  .arshine-team .bd .carousel-item__content .txt p {
    line-height: 28px;
  }

  .arshine-team .hd > li img {
    width: 100px;
  }




}


@media screen and (max-width: 992px) {

  .arshine-team .bd .carousel-item__content {
    display: block;
  }
  .arshine-team .bd .carousel-item__content .pic {
    width: 100%;
  }
  .arshine-team .bd .carousel-item__content .txt {
    margin: 20px 0 0;
    text-align: center;
  }


  .arshine-team .bd .carousel-item__content .txt h5::after {
    margin: 7px auto 0;
  }
  .arshine-team .bd .carousel-item__content .txt p {
    line-height: 24px;
  }
  .arshine-team .bd .carousel-item__content .txt a {
    line-height: 40px;
    font-size: 16px;
    padding: 0 30px;
    margin: 25px 0 0;
  }
  .arshine-team .hd {
    margin: 25px 0 0;
  }
  .arshine-team .hd > li {
    padding: 15px;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .arshine-team .hd > li p {
    display: none;
  }
}

@media screen and (max-width:991px) {

  .arshine-team .list {
    margin: 30px 0 0;
  }
  .arshine-team .bd {
    width: 100%;
  }
  .arshine-team .bd img {
    width: 100%;
  }
  .arshine-team .bd .carousel-item__content {
    display: block;
  }
  .arshine-team .bd .carousel-item__content .pic {
    width: 100%;
  }
  .arshine-team .bd .carousel-item__content .txt {
    margin: 20px 0 0;
    text-align: center;
  }


  .arshine-team .bd .carousel-item__content .txt h5::after {
    margin: 7px auto 0;
  }
  .arshine-team .bd .carousel-item__content .txt p {
    line-height: 22px;
  }
  .arshine-team .bd .carousel-item__content .txt a {
    line-height: 35px;
    font-size: 14px;
    padding: 0 20px;
    margin: 15px 0 0;
  }

  .arshine-team .hd {
    margin: 25px 0 0;
  }
  .arshine-team .hd > li {
    padding: 15px;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .arshine-team .hd > li p {
    display: none;
  }
}





@media screen and (max-width: 991px) {
  .arshine-team .hd {
    display: flex !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important; 
    justify-content: flex-start !important;
    padding-bottom: 15px;      
    gap: 8px !important;     
    -webkit-overflow-scrolling: touch;
    margin: 20px 0 0;
  }


  .arshine-team .hd::-webkit-scrollbar-thumb {
    background: var(--color-primary);
    border-radius: 10px;
  }

  .arshine-team .hd > li {
    width: auto !important;
    margin: 0 !important;
    padding: 10px 5px !important;
    flex-shrink: 0; 
  }

  .arshine-team .hd > li img {
    width: 45px !important; 
    height: 45px !important;
    margin: 0 auto;
  }

  .arshine-team .hd > li p {
    display: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .arshine-team .hd > li {
    flex: 0 0 calc(100% / 7 - 7px) !important; 
  }
}

@media screen and (max-width: 767px) {
  .arshine-team .hd > li {
    flex: 0 0 calc(100% / 5 - 7px) !important;
  }
  
  .arshine-team .hd > li img {
    width: 50px !important; 
    height: 50px !important;
  }
}




@media screen and (max-width: 480px) {


  .arshine-team .hd > li + li {
    margin-left: 10px;
  }
}
