.slider-navigation-next {
    margin-top: -32px !important;
    color: white !important;
    background: #6567C9 !important;
}

.slider-navigation-previous {
    margin-top: -32px !important;
    color: white !important;
    background: #6567C9 !important;
}

.slider-page {
    color: white !important;
    background: #6567C9 !important;
}

* {
    font-family: 'Avenir', 'Avenir Next Cyr', 'Config', 'Microsoft YaHei';
}

a {
    color: #6567C9;
    text-decoration: none;
}
  
a.link:focus, a.link:hover {
    color: #ff9349;
    text-decoration: none;
}

:root {
    --spacing-block: 64px;
    --spacing-section-top: 88px;
    --spacing-section-bottom: 48px;
    --spacing-subsection-top: 56px;
    --spacing-subsection-bottom: 40px;
    --spacing-after-content: 80px;
}

body {
    position: relative;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
    width: 100%;
}

html {
    overflow-x: hidden;
    width: 100%;
}

/* 全屏视频背景英雄区 */
#hero-section {
    position: relative;
    width: 100%;
    max-width: 100vw;
    min-height: 100vh;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 80px 20px;
    box-sizing: border-box;
    background-color: #ffffff;
}

#hero-video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100vw;
    height: auto;
    min-height: 100%;
    z-index: 1;
    filter: brightness(0.7);
}

#hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: 2;
    pointer-events: none;
}

#hero-content {
    position: relative;
    z-index: 3;
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 20px;
    color: white;
    text-align: center;
    box-sizing: border-box;
    overflow-x: hidden;
}

#hero-content #authors {
    width: 100%;
    margin: 35px auto;
    color: white;
    font-size: 24px;
    font-weight: 500;
    display: flex;
    align-items: baseline;
    justify-content: center;
    flex-wrap: wrap;
    column-gap: 1.75rem;
    row-gap: 0.75rem;
}

#hero-content #authors .author-item {
    display: inline-flex;
    align-items: baseline;
    white-space: nowrap;
}

#hero-content #authors .author-name-wrap {
    display: inline;
    white-space: nowrap;
}

#hero-content #authors .author-name-wrap .link {
    margin-right: 0;
}

#hero-content #authors .author-sup {
    font-size: 0.62em;
    font-weight: 600;
    line-height: 1;
    margin: 0;
    padding: 0;
    vertical-align: 0.55em;
    position: relative;
    top: 0;
}

#hero-content #authors .author-mail {
    display: inline-block;
    margin-left: 0.15em;
    vertical-align: baseline;
    line-height: 1;
}

#hero-content #authors .author-mail-icon {
    display: inline-block;
    width: 0.95em;
    height: 0.95em;
    fill: currentColor;
    color: #fff;
    vertical-align: -0.05em;
    filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.55));
}

#hero-content #authors a {
    color: white;
    text-shadow: 1px 1px 4px rgba(0,0,0,0.5);
}

#hero-content #authors a:hover {
    color: #ff9349;
}

#hero-content #institution {
    margin: 25px auto;
    color: white;
    font-size: 22px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    text-shadow: 1px 1px 4px rgba(0,0,0,0.5);
}

#hero-content #institution div {
    margin: 6px 12px;
}

#hero-content #institution a {
    color: white;
    text-shadow: 1px 1px 4px rgba(0,0,0,0.5);
}

#hero-content #institution a:hover {
    color: #ff9349;
}

#hero-content #institution sup {
    font-size: 16px;
}

#hero-content #links {
    margin: 45px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

#hero-content #links div {
    margin: 10px 15px;
}

#hero-content #links a {
    font-size: 20px;
    padding: 12px 24px;
    height: 28px;
    width: 120px;
}

p {
    position: relative;
    margin: 16px;
    color: black;
    font-size: 16px;
    font-weight: 500;
    text-align: justify;
}

p span {
    font-weight: 600;
}

video {
    width: 100%;
    height: auto;
}

.x-row {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
}

.x-column {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    flex-direction: column;
}

.x-center-text {
    margin: 16px 32px;
    text-align: center;
}

.x-left-align {
    display: flex;
    align-items: center;
    justify-content: left;
    flex-wrap: nowrap;
}

.x-right-align {
    display: flex;
    align-items: center;
    justify-content: right;
    flex-wrap: nowrap;
}

.x-flex-spacer {
    flex: 1;
}

.x-labels {
    position: absolute;
    top: 8px;
    right: 6px;
    display: flex;
    align-items: center;
    justify-content: left;
    flex-direction: row-reverse;
}

.x-label {
    height: 20px;
    padding: 0px 6px;
    margin: 0px 2px;
    color: white;
    font-size: 12px;
    font-weight: 600;
    background: #6567C9;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.x-button {
    height: 40px;
    padding: 0px 14px;
    background: #6567C9;
    color: white;
    border-radius: 50px;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
    font-size: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
}

.x-button.small {
    height: 32px;
    padding: 0px 12px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
}

.x-button:hover {
    transform: scale(1.05);
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
}

.x-gradient-font {
    background: linear-gradient(107.54deg, #0078d4 .39%, #8661c5 51.23%, #ff9349 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.x-gradient-block {
    color: #3f3f3f;
    background: linear-gradient(107.54deg, #e6eff7 .39%, #eeebf5 51.23%, #fcf4ee 100%);
    border-radius: 16px;
}

.x-gradient-border {
    position: relative;
    padding: 1px;
    margin: 3px;
    border: 3px;
    background: white;
    background-clip: padding-box;
    border: solid border transparent;
    border-radius: 16px;
}

.x-gradient-border::before {
    content: '';
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    z-index: -1;
    margin: -3px;
    border-radius: 16px;
    background: linear-gradient(107.54deg, #0078d4 .39%, #8661c5 51.23%, #ff9349 100%);
}

.x-section-title {
    margin: var(--spacing-section-top) 0 var(--spacing-section-bottom);
    padding-left: 16px;
    color: black;
    font-size: 32px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: left;
}

.x-section-title.small {
    margin: var(--spacing-subsection-top) 0 var(--spacing-subsection-bottom);
    padding-left: 0px;
    font-size: 28px;
    font-weight: 700;
    color: #333;
    text-align: center;
    justify-content: center;
}

.x-section-title.small.omnirooms-subtitle {
    margin-top: 48px;
    margin-bottom: 28px;
    color: #000;
}

/* Extra space when a subsection title follows a carousel / comparison block */
#main > .cmp-pano-carousel + .x-section-title.small,
#main > .cmp-pers-grid + .x-section-title.small,
#main > .cmp-global-tabs + .x-section-title.small,
#main > [id$="-carousel"] + .x-section-title.small,
#main > .showcase-caption-card + .x-section-title.small,
#main > .teaser-caption + .x-section-title.small,
#main > .main-figure-wrap + .x-section-title.small,
#main > #abstract + .x-section-title.small,
.x-section-title + .x-section-title.small {
    margin-top: var(--spacing-after-content);
}

/* Pull selected section titles closer to content above */
#teaser + #title-panoramic-performance {
    margin-top: 36px;
}

#title-panoramic-camera {
    margin-top: 4px;
}

#teaser + .x-section-title.section-title-compact-top,
.x-section-title.section-title-compact-top:not(.small) {
    margin-top: 28px;
}

.x-section-title.small.section-title-compact-top,
.x-section-title + .x-section-title.small.section-title-compact-top,
#main > .cmp-pano-carousel + .x-section-title.small.section-title-compact-top,
#main > [id$="-carousel"] + .x-section-title.small.section-title-compact-top,
#main > .main-figure-wrap + .x-section-title.small.section-title-compact-top,
#main > .teaser-caption + .x-section-title.small.section-title-compact-top,
.x-section-title + .x-section-title.small.section-title-compact-top {
    margin-top: 24px;
}

#qual-eval-compare + #abstract {
    margin-top: calc(var(--spacing-block) + 56px);
}

.dataset-scene-card,
.dataset-one-group-card {
    width: 100%;
    max-width: 1200px;
    margin: 16px auto var(--spacing-block);
}

.dataset-scene-media,
.dataset-one-group-media {
    width: 100%;
    text-align: center;
}

.dataset-scene-media img,
.dataset-one-group-media img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 8px;
}

#omnirooms-scenes-carousel {
    margin-bottom: var(--spacing-block);
}

#main > [id$="-carousel"],
#main > .cmp-pano-carousel,
#main > .cmp-pers-grid,
#main > .cmp-global-tabs,
#main > .showcase-caption-card,
#main > .main-figure-wrap,
#main > #qual-eval-compare {
    margin-bottom: var(--spacing-block);
}

#main > section {
    margin-top: var(--spacing-section-top);
    margin-bottom: var(--spacing-block);
}

.x-note {
    color: rgb(96, 96, 96);
    font-size: 16px;
    font-weight: 500;
}

.x-card {
    position: relative;
    margin: 8px;
    padding: 16px;
    border-radius: 16px;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.25);
    transition: all 0.2s ease;
}

.x-card.clickable {
    cursor: pointer;
}

.x-card.clickable:hover {
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
    transform: scale(1.02);
}

.x-card .caption {
    margin: 8px 0px;
    height: 80px;
    display: flex;
    align-items: start;
    justify-content: center;
}

.x-handwriting {
    width: 100%;
    font-family: 'Segoe Print';
    font-size: 12px;
    font-weight: 600;
    line-height: 1.5;
    color: black;
    text-align: justify;
}

.x-image-prompt {
    height: calc(100% - 2px);
    aspect-ratio: 1/1;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid black;
}

.x-image-prompt img {
    max-width: 100%;
    max-height: 100%;
}

#main {
    max-width: 1200px;
    margin: 0px auto;
    padding-top: 36px;
    padding-bottom: 200px;
}

.main-figure-wrap {
    display: flex;
    justify-content: center;
    margin: 16px 0 var(--spacing-block);
}

.main-figure-wrap > .x-card {
    width: 100%;
    max-width: 1200px;
    margin: 16px auto;
}

#logo {
    width: 70%;
    min-width: 350px;
    margin: 0px auto;
    display: flex;
    align-items: start;
    justify-content: center;
    font-size: 32px;
    font-weight: 600;
    color: gray;
}

#title {
    margin-bottom: 32px;
    color: black;
    font-size: 54px;
    font-weight: 700;
    /* white-space: nowrap; */
    text-align: center;
}

#authors {
    width: 80%;
    margin: 8px auto;
    color: black;
    font-size: 16px;
    font-weight: 500;
    display: flex;
    align-items: baseline;
    justify-content: center;
    flex-wrap: wrap;
    column-gap: 1.75rem;
    row-gap: 0.75rem;
}

#authors .author-item {
    display: inline-flex;
    align-items: baseline;
    white-space: nowrap;
}

#authors div {
    margin: 0px 8px;
}

#institution {
    margin: 8px 32px;
    color: black;
    font-size: 16px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    /* white-space: nowrap; */
}

#institution div {
    margin: 0px 2px;
}

#conference {
    margin: 16px 32px;
    color: gray;
    font-size: 24px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
}

#abstract {
    position: relative;
    margin: var(--spacing-block) 32px;
    padding: 16px 24px;
    color: #3f3f3f;
    font-size: 16px;
    font-weight: 500;
    text-align: justify;
    border-radius: 16px;
}

#abstract::before {
    content: "Abstract:";
    font-weight: 700;
    margin-right: 8px;
}


#links {
    margin: 16px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    /* white-space: nowrap; */
}

#links div {
    margin: 4px 8px;
    width: 140px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#links a {
    width: 100px;
    height: 20px;
    padding: 8px 16px;
    color: white;
    font-size: 16px;
    font-weight: 500;
    background: linear-gradient(107.54deg, #0078d4 .39%, #8661c5 51.23%, #ff9349 100%) fixed;
    border-radius: 50px;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
}

#links a:hover {
    width: 105px;
    height: 21px;
    font-size: 17px;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.75);
}

#links a.disabled {
    background-color: rgb(192, 192, 192);
}

#links a.disabled:hover {
    background-color: rgb(192, 192, 192);
}

#links a::before {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    margin-right: 8px;
}

#links #paper::before {
    content: "\e000";
    font-size: 18px;
}

#links #arxiv::before {
    content: "\e001";
    font-size: 20px;
}

#links #code::before {
    content: "\e002";
    font-size: 20px;
}

#links #poster::before {
    content: "\e004";
    font-size: 20px;
}

#links #video::before {
    content: "\e003";
    font-size: 20px;
}

#links #demo::before {
    content: "\e005";
    font-size: 20px;
}

#links #dataset::before {
    content: "\e005";
    font-size: 20px;
}

#teaser {
    margin-top: 8px;
    margin-bottom: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

/* #teaser::after {
    content: "";
    position: absolute;
    top: 0px;
    left: calc(50% - 50vw);
    width: 100vw;
    height: 100%;
    background: gray;
    opacity: 0.5;
    z-index: -1;
} */

#teaser .label div {
    height: 100%;
    width: 100%;
    font-size: 36px;
    font-weight: 700;
    line-height: 150%;
    text-align: center;
}

#teaser div {
    height: 100%;
}

.teaser-caption {
    margin-top: 12px;
    margin-bottom: 0;
    padding: 16px 24px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    color: #3f3f3f;
    text-align: justify;
    background: linear-gradient(107.54deg, #f8fbff .39%, #f9f8fc 51.23%, #fffcf9 100%);
    border-radius: 12px;
    border-left: 4px solid #6567C9;
}

.teaser-caption > strong:first-of-type {
    display: block;
    margin-bottom: 8px;
}

.teaser-caption .caption-emphasis {
    display: inline;
    font-family: 'Avenir Next Cyr', 'Avenir', sans-serif;
    font-weight: 700;
    color: #1a1a1a;
}

.teaser-caption .nowrap-phrase {
    display: inline;
    white-space: nowrap;
}


/* .section::before {
    content: "";
    position: relative;
    left: -32px;
    width: 2px;
    height: 32px;
    background-color: rgb(32, 163, 196);
}

.section::after {
    content: "";
    position: relative;
    right: -32px;
    width: 2px;
    height: 32px;
    background-color: rgb(32, 163, 196);
} */
/* 
.figure {
    margin: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.figure div {
    margin-top: 4px;
    color: black;
    font-size: 16px;
    font-weight: 400;
} */

.bibtex {
    margin: 32px 96px;
    padding: 0px 24px;
    font-family: consolas, monospace;
    white-space: pre;
    text-wrap: wrap;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
}

#bottombar {
    position: absolute;
    bottom: 0px;
    height: 60px;
    width: 100%;
    background: linear-gradient(107.54deg, #0078d4 .39%, #8661c5 51.23%, #ff9349 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    user-select: none;
}

#bottombar .row {
    width: 80%;
    padding: 0px 10%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    user-select: none;
}

#bottombar div {
    color: rgba(255, 255, 255, 0.7);
    font-size: 12px;
    font-weight: 500;
}

#bottombar div a {
    color: rgba(255, 255, 255, 0.7);
    font-size: 12px;
    font-weight: 500;
}

#bottombar div a:hover {
    color: rgba(255, 255, 255, 1);
    font-size: 12px;
}

#bottombar div span {
    font-weight: 700;
}
