body {
  font-family: 'Noto Sans', sans-serif;
}
.email-link {
  font-size: small;
  background-color: transparent; /* 去除背景色 */
  border: none; /* 去除边框 */
  margin：0;
  padding：0;
}

.code-latex {
  background-color: transparent;
  border: none;
  color: #000;
}

.quote {
  font-style: italic;
  color: #555;
}

.footer .icon-link {
  font-size: 25px;
  color: #000;
  margin：0;
  padding：0;
    
}

.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 {
  font-family: 'Google Sans', sans-serif;
  font-weight: 600;
}

.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;
}

.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 a {
  color: #3273dc;
}

.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;
}

.results-carousel .item {
  margin: 5px;
  overflow: hidden;
  border: 1px solid #bbb;
  border-radius: 10px;
  padding: 0;
  font-size: 0;
}

.results-carousel video {
  margin: 0;
}
.framework-image {
  width: 100%;
}

.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;
}

.video-row-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.video-row-container video {
  margin: 1px;
  height: auto;
  width: 50%;
}

.section-divider {
  border: 0;
  height: 1px;
  background: #e5e5e5;
  margin: 2rem 0;
}

.title.is-3 {
  font-family: 'Google Sans', sans-serif;
  margin-bottom: 1.5rem;
}

.hero-body {
  padding-top: 3rem;
  padding-bottom: 2rem;
}

.teaser-caption {
  margin-top: 1rem;
  font-size: 1rem;
  color: #4a4a4a;
  text-align: center;
}

.method-caption {
  margin-top: 1rem;
  font-size: 0.95rem;
  color: #4a4a4a;
  text-align: justify;
}

.ablation-container {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
  align-items: flex-start;
}

.ablation-item {
  flex: 1;
  min-width: 300px;
  max-width: 48%;
}

.ablation-item img {
  width: 100%;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.ablation-caption {
  margin-top: 0.75rem;
  font-size: 0.9rem;
  color: #4a4a4a;
  text-align: justify;
}

.publication-links .button {
  margin: 0.25rem;
}

.publication-links .button:hover {
  background-color: #363636;
}

.affiliation {
  color: #666;
  font-size: 1.1rem;
  margin-top: 0.5rem;
}

.teaser-image {
  border-radius: 8px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.1);
}

.section {
  padding: 3rem 1.5rem;
}

.content p {
  line-height: 1.8;
}

.comparison-section {
  background-color: #fafafa;
  padding: 3rem 1.5rem;
}

footer.footer {
  padding: 2rem 1.5rem;
  background-color: #f5f5f5;
}

.venue-container {
  margin-top: 1.2rem;
}

.venue-badge {
  display: inline-block;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  padding: 0.4rem 1rem;
  border-radius: 20px;
  font-size: 0.9rem;
  font-weight: 600;
}

.venue-full-name {
  display: inline-block;
  color: #555;
  font-size: 0.95rem;
  margin-left: 0.5rem;
  vertical-align: middle;
}

.award-badge {
  display: inline-block;
  background: linear-gradient(135deg, #f5af19 0%, #f12711 100%);
  color: white;
  padding: 0.4rem 1rem;
  border-radius: 20px;
  font-size: 0.85rem;
  font-weight: 600;
  margin-top: 0.6rem;
}

.award-badge i {
  margin-right: 0.4rem;
}

@media screen and (max-width: 768px) {
  .ablation-item {
    max-width: 100%;
  }

  .venue-full-name {
    display: block;
    margin-left: 0;
    margin-top: 0.5rem;
  }
}