.medal-video {
  width: 100%;
  height: 100vh;
}
.medal-video-thumb {
  position: relative;
  width: 100%;
  height: 100%;
}
.medal-video-thumb .pic {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.medal-video-thumb .play {
  height: 108px;
  position: absolute;
  top: calc(50% - 54px);
  left: calc(50% - 36px);
  cursor: pointer;
}
.medal-video-content {
  display: none;
  width: 100%;
  height: 100%;
}
.medal-video-content video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.medal-detail {
  background-color: #F1F1F1;
  position: relative;
}
.medal-title {
  margin: 0 auto;
  text-align: center;
  padding-top: 76px;
  position: relative;
  z-index: 1;
}
.scroll-title {
  animation: scrollMedalTitle 50s linear infinite;
}
@keyframes scrollMedalTitle {
  form {
    transform: translateX(0);
  }
  to {
    transform: translateX(-1620px);
  }
}
.scroll-content-txt {
  height: 190px;
}
.scroll-content-txt + .scroll-content-txt {
  margin-left: 120px;
}
.medal-detail-content {
  max-width: 934px;
  margin: 76px auto 0;
  padding: 0 96px 52px;
}
.swiper-wrapper{
  /* 通过改变animation-timing-function 制作弹性切换效果 */
  transition: 1s cubic-bezier(0.68, -0.4, 0.27, 1.34) 0.2s;
}
.swiper-slide:first-child {
  margin-left: 22px;
}
.swiper-slide {
  text-align: left;
  font-size: 18px;
  padding: 70px 0 56px;

  /* Center slide text vertically */
  display: flex;
  justify-content: space-between;
}
.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
}
.swiper-pagination-bullet-active {
  background: var(--active-color)
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 12px;
}
.swiper-button {
  margin-top: -26px;
  background-image: url(/img/about/prev.svg);
}
.swiper-button:hover {
  background-image: url(/img/about/prev_hover.svg);
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 55px;
}

.medal-left {
  flex-shrink: 0;
  width: 342px;
  height: 452px;
}
.medal-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.medal-right {
  flex: 1;
  margin-left: 56px;
}
.medal-right .medal-name {
  color: #000000;
  font-size: 28px;
  padding-bottom: 18px;
}
.medal-right .medal-name .job {
  color: #8D8D8D;
  font-size: 14px;
  margin-left: 14px;
  letter-spacing: .6px;
}
.medal-right h4,
.medal-right h5,
.medal-right p {
  color: var(--theme-color);
  font-size: 14px;
  line-height: 28px;
  letter-spacing: .6px;
}
.medal-right h5 {
  margin: 0;
}
.medal-right h4 {
  margin-top: 32px;
}

.medal-content {
  color: var(--theme-color);
  text-align: center;
  margin-top: 90px;
}
.medal-join, .medal-contact {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: .6px;
  margin-top: 56px;
}
.medal-contact {
  letter-spacing: 1.2px;
  margin-top: 78px;
}
.medal-contact .icon-mail {
  color: var(--active-color);
  font-size: 14px;
  margin: 0 6px 0 10px;
}
.medal-contact .medal-mail {
  border-bottom: 2px solid var(--active-color);
}

.moview-footer {
  margin-top: 106px;
}

@media screen and (min-width: 1441px) {
  .medal-video-thumb .play {
    height: 118px;
  }
  .medal-detail-content {
    padding: 0 150px 52px 138px;
  }
  .medal-right h4, .medal-right h5, .medal-right p {
    font-size: 16px;
    line-height: 32px;
  }
}

@media screen and (min-width: 1069px) and (max-width: 1440px) {}

@media screen and (min-width: 735px) and (max-width: 1068px) {
  .medal-detail-content {
    max-width: 736px;
    padding: 0 100px 30px 62px;
  }
  .medal-left {
    width: 300px;
    height: 398px;
  }
  .medal-right {
    margin-left: 30px;
  }
  .medal-right .medal-name {
    margin-bottom: 40px;
  }
  .medal-right h4 {
    margin-top: 0;
  }
}

@media screen and (min-width: 0px) and (max-width: 734px) {
  .medal-video {
    height: auto;
  }
  .medal-video-thumb .play {
    height: 50px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .medal-title {
    padding-top: 15px;
  }
  .scroll-title {
    animation-duration: 30s;
  }
  .scroll-content-txt {
    height: 50px;
  }
  .scroll-content-txt + .scroll-content-txt {
    margin-left: 40px;
  }
  @keyframes scrollMedalTitle {
    form {
      transform: translateX(0);
    }
    to {
      transform: translateX(-436px);
    }
  }
  .medal-detail-content {
    margin-top: 48px;
    padding: 0 0 60px;
  }
  .swiper-slide {
    padding: 0;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .swiper-slide:first-child {
    margin-left: 0;
  }
  .medal-left {
    width: 170px;
    height: 226px;
  }
  .medal-right {
    margin-left: 0;
    padding: 0 32px;
  }
  .medal-right .medal-name {
    font-size: 14px;
    padding: 10px 0;
    text-align: center;
  }
  .medal-right .medal-name .job {
    font-size: 10px;
    margin-left: 6px;
  }
  .medal-right h4, .medal-right h5, .medal-right p {
    font-size: 10px;
    line-height: 16px;
    text-align: justify;
  }
  .medal-right h4 {
    margin-top: 22px;
  }
  .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 30px;
  }
  .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
  }
  .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 6px;
  }
  .swiper-button {
    top: 128px;
  }
  .swiper-button-prev.swiper-button {
    left: 40px;
  }
  .swiper-button-next.swiper-button {
    right: 40px;
  }
  .medal-content {
    margin-top: 54px;
  }
  .medal-join, .medal-contact {
    font-size: 12px;
    margin-top: 28px;
  }
  .medal-contact .icon-mail {
    font-size: 10px;
    margin: 0 3px 0 4px;
  }
  .moview-footer {
    margin-top: 58px;
  }
}