.sa-c-title{
  height: 60px;
  font-weight: 700;
  font-size: 36px !important;
  color:#333333;
  line-height: 150%;
  padding: 0 !important;
  margin: 0 !important;
}
.Statistics-border{
  position: relative;
  display: flex;
  align-items: center;
}
.download-file a{
  width: 140px;
  height: 40px;
  border-radius: 4px;
  background: #E60039;
  color: #FFFFFF;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size: 16px;
  gap: 8px;
}
.download-a:link {
    text-decoration: none;
}

.download-a:hover {
    text-decoration: underline;
    color: #fff;
}
.download-file img{
  width: 20px;
  height: 20px;
}

.playTimes{
  display: flex;
  align-items: center;
}
.playTimes .Statistics-border-djl{
  width: max-content;
  margin-left: 0 !important;
}
.playTimes .Statistics-border-djl, .playTimes .sa-d-num{
  color: #666666;
  font-size: 18px;
  line-height: 20px;
}
.sa-video-desc{
  min-height: 95px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  background: #F7F9FA;
  padding: 16px;
  margin-bottom: 24px !important;
}
.sa-video-desc h2{
  font-weight: 700;
  font-size: 24px;
  line-height: 27px;
  color: #2A2B2E;
}
.sa-video-desc p{
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #6A6B6D;
}
/* 相关文档 */
.related-documents-container{
  width: 100%;
  background: #F7F9FA;
  margin: 40px 0;
}
.related-documents{
  display: flex;
  flex-direction: column;
  padding: 80px 0;
}
.related-documents .related-document-text{
  font-weight: 700;
  font-size: 36px;
  line-height: 150%;
  color: #2A2B2E;
  text-align: center;
  height: 114px;
}
.related-documents .related-document-content{
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.related-documents .related-document-item{
  width: calc((100% - 48px) / 3);
  height: 116px;
  gap: 12px;
  border-radius: 4px;
  padding: 16px;
  background: linear-gradient(180deg, #F3F5F8 0%, #FFFFFF 100%);
  border: 2px solid #FFFFFF;
  box-shadow: 0px 6px 20px 0px #D5DBE480;
  display: flex;
  flex-direction: column;
}
.related-document-item-content{
  display: flex;
  align-items: center;
}
.related-documents .related-document-item .related-document-item-title{
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color:#2A2B2E;
  height: 44px;
}
.related-documents .related-document-item .related-document-item-detail{
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color:#E60039;
  margin-right: 8px;
}
.related-documents .related-document-item  .related-document-item-arrow{
  width: 24px;
  height: 24px;
}
@media screen and (max-width: 768px) {
  .related-documents-container{
    background: none;
    margin: 0;
  }
  .related-documents-container .related-documents{
    padding: 40px 0;
  }
  .related-documents .related-document-content{
    gap: 16px;
    margin: 0 20px;
  }
  .related-documents .related-document-text{
    font-size: 24px !important;
    height: 69px !important;
  }
  .related-documents .related-document-item{
    width: 100%;
  }
  .sa-video-xq{
    margin-top: 18px;
  }
  .sa-c-title{
    height: max-content !important;
    min-height: 69px !important;
    font-weight: 700;
    font-size: 24px;
    line-height: 100% !important;
    color:#333333;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .Statistics-border{
    height: 86px;
    margin-top: 0 !important;
    margin-bottom: 80px !important;
  }
  .Statistics-options{
    width: 100%;
    height: 86px !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .download-file{
    position: absolute;
    bottom: -60px;
    left: 50%;
    transform: translateX(-50%);
  }
  .sa-video-desc{
    padding: 20px;
  }
  #div_video, #docVideo, .sa-player {
    height: 250px !important;
  }
}
@media screen and (min-width: 768px) {
  .Statistics-border{
    margin: 24px 0 !important;
    height: 66px;
    border-bottom: 1px solid #E6E6E6;
  }
  .Statistics-options{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 24px;
  }
  .download-file{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .sa-video-desc{
    padding: 16px;
  }
  #div_video, #docVideo {
    height: 650px;
  }
}