/* 荣誉证书：点击封面图弹窗播放，遮罩层 */
img[title="rongyu1"],
img[alt="rongyu1"],
img[src*="7b90f4a2d8e62d4843e741d649b33dc4"] {
  cursor: pointer;
}

.cts-ry-modal {
  position: fixed;
  inset: 0;
  z-index: 100000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.75);
}
.cts-ry-modal.is-open {
  display: flex;
}
.cts-ry-modal-box {
  position: relative;
  width: min(960px, 100%);
  background: #000;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.45);
  z-index: 1;
}
.cts-ry-modal-box video {
  display: block;
  width: 100%;
  height: auto;
  max-height: 80vh;
  background: #000;
}
.cts-ry-modal-close {
  position: absolute;
  top: -40px;
  right: 0;
  width: 36px;
  height: 36px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 32px;
  line-height: 36px;
  cursor: pointer;
}
body.cts-ry-modal-lock {
  overflow: hidden;
}
body.cts-ry-modal-lock #c_portalResnav_main-16217620534007823 {
  z-index: 1 !important;
}
