.board-profile {
  background: #F8F9FB;
}
.board-profile .content {
  color: #666;
}
.board-profile .statis-list {
  display: flex;
  background: #fff;
}
.board-profile .statis-item {
  position: relative;
  text-align: center;
}
.board-profile .statis-item .value .num {
  color: #267155;
  font-weight: bold;
  line-height: 1;
}
.board-profile .statis-item .value .unit {
  color: #999;
}
.board-profile .statis-item .label {
  color: #000;
}

.board-certificate {
  background: #fff;
}
.board-certificate .swiper-preset-certificate {
  margin: 0 auto;
  position: relative;
}
.board-certificate .swiper-preset-certificate::after {
  content: " ";
  display: block;
  background-image: url("../../img/about/cer-case.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.board-certificate .swiper-wrapper {
  align-items: flex-end;
}
.board-certificate .swiper-slide {
  display: flex;
  justify-content: center;
  transform-origin: bottom;
}
.board-certificate .swiper-slide-active {
  z-index: 3;
}
.board-certificate .swiper-slide-prev,
.board-certificate .swiper-slide-next {
  z-index: 2;
}
.board-certificate .slide-button {
  background-image: url("../../img/common/icon-next-active.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
  position: absolute;
}
.board-certificate .swiper-button-disabled {
  background-image: url("../../img/common/icon-next.png");
}
.board-certificate .slide-button-prev {
  transform: rotate(-180deg);
}

#spotlight .scene img {
  max-height: 80% !important;
}

@media (min-width: 769px) {
  .board-profile {
    padding: 0.25rem 3.5rem 0;
  }
  .board-profile .content {
    font-size: 0.225rem;
    line-height: 0.45rem;
    text-indent: 2em;
  }
  .board-profile .statis-list {
    align-items: center;
    height: 2rem;
    margin-top: 0.75rem;
    box-shadow: 0 4px 0.125rem 0 rgba(0, 0, 0, 0.3);
    border-radius: 0.1rem;
  }
  .board-profile .statis-item {
    flex: 1;
    overflow: hidden;
  }
  .board-profile .statis-item + .statis-item::before {
    content: " ";
    display: block;
    width: 0.0125rem;
    height: 1.075rem;
    background: linear-gradient(160deg, rgba(216, 216, 216, 0) 0%, rgba(216, 216, 216, 0.5137) 49%, rgba(216, 216, 216, 0) 100%);
    position: absolute;
    left: 0;
    top: calc(50% - 0.5375rem);
  }
  .board-profile .statis-item .value {
    margin-bottom: 0.15rem;
  }
  .board-profile .statis-item .value .num {
    font-size: 0.45rem;
  }
  .board-profile .statis-item .value .unit {
    font-size: 0.175rem;
  }
  .board-profile .statis-item .label {
    font-size: 0.2rem;
    line-height: 0.25rem;
  }
  .board-certificate {
    margin-top: 0.725rem;
    margin-bottom: 3.2rem;
  }
  .board-certificate .swiper-preset-certificate {
    width: 13.4rem;
  }
  .board-certificate .swiper-preset-certificate::after {
    width: 17rem;
    height: 3.9375rem;
    top: calc(100% - 0.625rem);
  }
  .board-certificate .img {
    width: 3.5rem;
    height: 5.2rem;
    object-fit: contain;
  }
  .board-certificate .img.is-h {
    width: 5rem;
    height: 3.625rem;
    object-fit: contain;
  }
  .board-certificate .slide-button {
    width: 0.875rem;
    height: 0.875rem;
    top: calc(50% - 0.4375rem);
  }
  .board-certificate .slide-button-prev {
    right: calc(100% + 0.2rem);
  }
  .board-certificate .slide-button-next {
    left: calc(100% + 0.2rem);
  }
}
@media (max-width: 768px) {
  .page-banner img {
    object-position: -14rem;
  }
  .board-profile {
    padding: 0.5rem 1.025rem 2.5rem;
  }
  .board-profile .content {
    margin-bottom: 0.9625rem;
    font-size: 1.025rem;
    line-height: 1.925rem;
    text-indent: 2em;
  }
  .board-profile .statis-list {
    flex-wrap: wrap;
    box-shadow: 0 0.25rem 0.6375rem 0 rgba(0, 0, 0, 0.3);
    border-radius: 0.5125rem;
    position: relative;
  }
  .board-profile .statis-list::after {
    content: " ";
    display: block;
    width: 0.0625rem;
    background: linear-gradient(160deg, rgba(216, 216, 216, 0) 0%, rgba(216, 216, 216, 0.5137) 49%, rgba(216, 216, 216, 0) 100%);
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    transform: translateX(-50%);
    z-index: 2;
  }
  .board-profile .statis-item {
    width: 50%;
    padding-top: 1.725rem;
    padding-bottom: 1.0875rem;
  }
  .board-profile .statis-item::after {
    content: " ";
    display: block;
    height: 0.0625rem;
    background: linear-gradient(160deg, rgba(216, 216, 216, 0) 0%, rgba(216, 216, 216, 0.5137) 49%, rgba(216, 216, 216, 0) 100%);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .board-profile .statis-item .value {
    margin-bottom: 0.75rem;
  }
  .board-profile .statis-item .value .num {
    font-size: 2.3rem;
  }
  .board-profile .statis-item .value .unit {
    font-size: 0.9rem;
  }
  .board-profile .statis-item .label {
    font-size: 0.9rem;
    line-height: 1.275rem;
  }
  .board-certificate {
    margin-top: 1.5rem;
    margin-bottom: 6.15rem;
  }
  .board-certificate .swiper-preset-certificate {
    padding: 0 1.6625rem;
  }
  .board-certificate .swiper-preset-certificate::after {
    width: 100%;
    height: 5.4rem;
    top: calc(100% - 0.825rem);
  }
  .board-certificate .img {
    width: 8.1rem;
    height: 12.4125rem;
    object-fit: contain;
  }
  .board-certificate .img.is-h {
    width: 11.57rem;
    height: 8.389rem;
    object-fit: contain;
  }
  .board-certificate .slide-button {
    width: 1.5375rem;
    height: 1.5375rem;
    top: 7rem;
  }
  .swiper-preset-certificate[cer-type="honor"] .slide-button {
    top: 4rem;
  }
  .board-certificate .slide-button-prev {
    left: 0;
  }
  .board-certificate .slide-button-next {
    right: 0;
  }
}