body {
  font-family: 'Noto Sans', sans-serif;
}


.footer .icon-link {
  font-size: 25px;
  color: #000;
}

.link-block a {
  margin-top: 5px;
  margin-bottom: 5px;
}

.dnerf {
  font-variant: small-caps;
}


.teaser .hero-body {
  padding-top: 0;
  padding-bottom: 3rem;
}

.teaser {
  font-family: 'Google Sans', sans-serif;
}


.publication-title {}

.publication-banner {
  max-height: parent;

}

.publication-banner video {
  position: relative;
  left: auto;
  top: auto;
  transform: none;
  object-fit: fit;
}

.publication-header .hero-body {}

.publication-title {
  font-family: 'Google Sans', sans-serif;
  width: 100%;
}

.publication-authors {
  font-family: 'Google Sans', sans-serif;
}

.publication-venue {
  color: #555;
  width: fit-content;
  font-weight: bold;
}

.publication-awards {
  color: #ff3860;
  width: fit-content;
  font-weight: bolder;
}

.publication-authors {}

.publication-authors a {
  color: hsl(204, 86%, 53%) !important;
}

.publication-authors a:hover {
  text-decoration: underline;
}

.author-block {
  display: inline-block;
}

.publication-banner img {}

.publication-authors {
  /*color: #4286f4;*/
}

.publication-video {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;

  overflow: hidden;
  border-radius: 10px !important;
}

.publication-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.publication-body img {}

.results-carousel {
  overflow: hidden;
  width: 70%;
  margin: 0 auto;

}

.results-carousel .item {
  width: 250px;
  margin: 10px;
  overflow: hidden;
  border: 1px solid #bbb;
  border-radius: 10px;
  padding: 0;
  font-size: 15px;
  width: 250px;
  /* 每行三个视频，减去间距 */
  /* 限制最大宽度 */
  /*  display: flex;
  background-color: rgba(0, 0, 0, 1);
  flex-basis: fit-content;
  height: 583px;*/
}

.results-carousel video {
  margin: 0;
}


.interpolation-panel {
  background: #f5f5f5;
  border-radius: 10px;
}

.interpolation-panel .interpolation-image {
  width: 100%;
  border-radius: 5px;
}

.interpolation-video-column {}

.interpolation-panel .slider {
  margin: 0 !important;
}

.interpolation-panel .slider {
  margin: 0 !important;
}

#interpolation-image-wrapper {
  width: 100%;
}

#interpolation-image-wrapper img {
  border-radius: 5px;
}

#result_video_side {
  width: auto;
  height: 500px;
  object-fit: cover;
}


#result_video_updown {
  width: auto;
  height: 400px;
  object-fit: cover;
}

#result_video_spiral {
  width: auto;
  height: 390px;
  object-fit: cover;
}


#result_video_zooming {
  width: auto;
  height: 398px;
  object-fit: cover;
}

#failure_video {
  width: auto;
  height: 335px;
  object-fit: cover;
}

.fixed-height-video {
  height: 300px;
  /* 你可以根据需要调整高度 */
  width: auto;
  /* 保持宽度自动调整 */
}

.mirrored-video {
  transform: scaleX(-1);
  /* 水平镜像 */
  /* 如果需要垂直镜像，可以使用 scaleY(-1) */
}

.video-container {
  display: flex;
  flex-wrap: wrap;
  /* 允许换行 */
  justify-content: center;
  /* 居中对齐 */
  gap: 20px;
  /* 每个视频之间的间距 */
  margin: 0 auto;
}

.video-two-column {
  flex: 1 1 calc(50% - 20px);
  /* 每行两个视频，减去间距 */
  max-width: calc(50% - 20px);
  /* 限制最大宽度 */
  box-sizing: border-box;
  /* 包括内边距和边框在内的宽度计算 */
}

.center-text {
  text-align: center;
  /* 水平居中对齐文本 */
  display: flex;
  /* 使用 flex 布局 */
  justify-content: center;
  /* 水平居中对齐子元素 */
  align-items: center;
  /* 垂直居中对齐子元素 */
  height: 100%;
  /* 使元素高度占满父容器 */
}

.video-item {
  flex: 1 1 calc(33.333% - 20px);
  /* 每行三个视频，减去间距 */
  max-width: calc(33.333% - 20px);
  /* 限制最大宽度 */
  box-sizing: border-box;
  /* 包括内边距和边框在内的宽度计算 */
}

video {
  width: 100%;
  height: auto;
}

.custom-line {
  width: 720px;
  /* 分割线的宽度 */
  border-top: 2px solid #686868;
  /* 分割线的样式和颜色 */
  margin: auto;
  /* 上下边距为20px，左右自动居中 */
}