* {
    box-sizing: border-box
}

html,
body {
    margin: 0;
    min-width: 1200px
}

body {
    background: #dcecff;
}

a {
    color: inherit;
    text-decoration: none
}

button {
    font: inherit
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0)
}

.cms-data {
    display: none !important
}

.stage {
    width: 100%;
    min-width: 1200px;
    background: url(https://v2.cri.cn/resource/1d54811b-2068-4d2e-b24a-12277d6b63d5/2026/active/2026hygz/images.main_bg.jpg) center top/1920px auto no-repeat
}

.page-content {
    width: 1200px;
    margin: 0 auto;
    padding: 991px 0 100px
}

.topic-section {
    width: 1200px;
    margin-right: auto;
    margin-left: auto
}

.section-header {
    position: relative;
    width: 1200px;
    height: 186px
}

.section-title {
    display: block;
    width: 723px;
    height: 186px;
    margin: 0 auto
}


.news {
    width: 1200px;
    height: 400px;
    display: flex;
    background: #fff;
    overflow: hidden
}

.news-visual {
    position: relative;
    flex: 0 0 720px;
    width: 720px;
    height: 400px;
    overflow: hidden
}

.news-visual .swiper-slide,
.news-visual img {
    display: block;
    width: 720px;
    height: 400px;
    object-fit: cover
}

.news-list {
    width: 480px;
    margin: 0;
    padding: 0;
    list-style: none
}

.news-list li {
    position: relative;
    height: 67px;
    padding: 0 25px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #d9e4ee;
    color: #333;
    font-size: 17px;
    background: transparent
}

.news-list li:before {
    content: "";
    position: absolute;
    z-index: 1;
    inset: 0;
    background: url(https://v2.cri.cn/resource/1d54811b-2068-4d2e-b24a-12277d6b63d5/2026/active/2026hygz/images.news_bg.png) center/100% 100% no-repeat;
    opacity: 0
}

.news-list li:hover {
    color: #fff
}

.news-list li:hover:before {
    opacity: 1
}

.news-list a {
    position: relative;
    z-index: 2;
    display: block;
    width: 100%;
    line-height: 26px;
    white-space: normal
}


.hello-section {
    margin-top: 20px
}

.hello-more {
    position: absolute;
    right: 5px;
    top: 105px;
    color: #168ddd;
    font-size: 18px
}

.hello-more:hover {
    color: #e9392c
}

.hello {
    width: 1200px;
    height: 488px;
    margin-top: -13px;
    padding: 42px 34px 36px 46px;
    display: flex;
    gap: 58px;
    background: url(https://v2.cri.cn/resource/1d54811b-2068-4d2e-b24a-12277d6b63d5/2026/active/2026hygz/images.hello_bg.png) center/100% 100% no-repeat
}

.hello-copy {
    position: relative;
    width: 354px;
    padding-top: 72px;
    color: #252525
}

.hello-copy h2 {
    margin: 0 0 35px;
    font-size: 20px;
    line-height: 1.7;
    font-weight: 400
}

.hello-copy p {
    margin: 0;
    font-size: 15px;
    line-height: 2
}

.video-cover {
    position: relative;
    display: block;
    width: 717px;
    height: 410px;
    overflow: hidden;
    border-radius: 20px
}

.video-cover img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.play {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 88px;
    height: 88px;
    margin: -44px;
    border: 5px solid #fff;
    border-radius: 50%;
    background: rgba(255, 255, 255, .2)
}

.play:after {
    content: "";
    position: absolute;
    left: 34px;
    top: 23px;
    border-left: 30px solid #fff;
    border-top: 19px solid transparent;
    border-bottom: 19px solid transparent
}

.hello-diamonds {
    position: absolute;
    left: 175px;
    bottom: 18px;
    display: flex;
    gap: 17px
}

.hello-diamonds button {
    position: relative;
    width: 14px;
    height: 14px;
    padding: 0;
    border: 1px solid #4375f2;
    background: transparent;
    transform: rotate(45deg);
    cursor: pointer
}

.hello-diamonds button:after {
    content: "";
    position: absolute;
    inset: 3px;
    background: transparent
}

.hello-diamonds button.active:after,
.hello-diamonds button:hover:after {
    background: #4375f2
}


.poster-carousel {
    position: relative;
    width: 1200px;
    margin-top: 88px
}

.poster-window {
    width: 1095px;
    margin: 49px auto 0;
    overflow: hidden
}

.poster-track .swiper-slide,
.poster-track img {
    display: block;
    width: 252px;
    height: 386px;
    object-fit: cover
}

.poster-track .swiper-slide {
    transition: transform .25s
}

.poster-track .swiper-slide:hover {
    transform: translateY(-10px)
}

.poster-carousel .arrow,
.location-switch button {
    position: absolute;
    width: 48px;
    height: 64px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #2aa5ed;
    font-size: 0;
    cursor: pointer
}

.poster-carousel>.prev {
    left: 0;
    top: 50%;
    transform: translateY(-50%)
}

.poster-carousel>.next {
    right: 0;
    top: 50%;
    transform: translateY(-50%)
}

.poster-carousel .arrow:before,
.location-switch button:before {
    content: "";
    position: absolute;
    left: 8px;
    top: 20px;
    width: 15px;
    height: 15px;
    border: 0 solid currentColor;
    border-width: 0 0 5px 5px;
    transform: rotate(45deg)
}

.poster-carousel .arrow:after,
.location-switch button:after {
    content: "";
    position: absolute;
    left: 15px;
    top: 18px;
    border-right: 18px solid currentColor;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent
}

.poster-carousel .next:before,
.location-switch .place-next:before {
    left: 20px;
    transform: rotate(225deg)
}

.poster-carousel .next:after,
.location-switch .place-next:after {
    left: 15px;
    border-right: 0;
    border-left: 18px solid currentColor
}


.location-swiper,
.location-group {
    position: relative;
    width: 1160px;
    height: 755px
}

.location-swiper {
    overflow: hidden
}

.checkin-section {
    margin-top: 36px
}

.locations {
    position: relative;
    width: 1160px;
    height: 755px;
    margin: -25px auto 0;
    overflow: visible
}

.location-bg {
    position: absolute;
    left: 2px;
    top: 51px;
    box-sizing: content-box;
    width: 1136px;
    height: 683px;
    border: 10px solid #fff;
    object-fit: cover
}

.location-switch {
    position: absolute;
    z-index: 5;
    top: 88px;
    left: 40px;
    width: 340px;
    height: 82px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px
}

.location-switch:before {
    content: attr(data-label);
    position: absolute;
    left: -15px;
    top: -98px;
    width: 190px;
    height: 62px;
    padding-top: 18px;
    color: #fff;
    text-align: center;
    font-size: 36px;
    font-style: italic;
    line-height: 1;
    background: url(https://v2.cri.cn/resource/1d54811b-2068-4d2e-b24a-12277d6b63d5/2026/active/2026hygz/images.label_bg.png) center/contain no-repeat;
    transform: rotate(-7deg);
    pointer-events: none
}

.location-switch strong {
    display: block;
    min-width: 150px;
    color: #347fc5;
    text-align: center;
    font-size: 52px;
    line-height: 1;
    white-space: nowrap
}

.location-switch button {
    position: relative;
    flex: 0 0 48px;
    color: #ed1c24
}

.location-links {
    position: absolute;
    left: 0;
    top: 50px;
    width: 1160px;
    height: 705px
}

.location-links a {
    position: absolute;
    display: block;
    width: 340px;
    height: 250px;
    overflow: hidden;
    border: 10px solid #fff;
    box-shadow: 0 8px 20px rgba(0, 75, 136, .2);
    transition: transform .25s, box-shadow .25s
}

.location-links img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.location-links a:nth-child(1) {
    z-index: 3;
    left: 410px;
    top: 0px;
    transform: rotate(-3deg)
}

.location-links a:nth-child(2) {
    z-index: 2;
    left: 550px;
    top: 240px;
    transform: rotate(5deg)
}

.location-links a:nth-child(3) {
    z-index: 1;
    left: 390px;
    top: 440px;
    transform: rotate(-3deg)
}

.location-links a:nth-child(1):hover {
    transform: rotate(-2deg) translateY(-5px)
}

.location-links a:nth-child(2):hover {
    transform: rotate(4deg) translateY(-5px)
}

.location-links a:nth-child(3):hover {
    transform: rotate(-3deg) translateY(-5px)
}



.gallery-section {
    margin-top: -6px
}

.gallery-slider {
    position: relative;
    width: 1200px;
    height: 410px;
    margin: auto 0
}

.gallery-stage {
    width: 1020px;
    height: 410px;
    margin: 0 auto;
    overflow: hidden
}

.gallery-stage .swiper-wrapper {
    align-items: center
}

.gallery-stage .swiper-slide {
    position: relative;
    width: 660px;
    height: 410px;
    opacity: .65;
    transition: opacity .45s
}

.gallery-stage .swiper-slide-active {
    z-index: 2;
    opacity: 1
}

.gallery-stage .swiper-slide img {
    display: block;
    width: 660px;
    height: 325px;
    margin-top: 42px;
    object-fit: cover;
    transition: height .45s, margin .45s
}

.gallery-stage .swiper-slide-active img {
    height: 373px;
    margin-top: 18px
}

.gallery-nav {
    position: absolute;
    z-index: 5;
    top: 50%;
    width: 70px;
    height: 90px;
    margin-top: -45px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #3caaf5;
    cursor: pointer;
    opacity: 1
}

.gallery-nav:hover {
    opacity: .55
}

.gallery-nav:before {
    content: "";
    position: absolute;
    top: 31px;
    width: 24px;
    height: 24px;
    border-top: 4px solid currentColor;
    border-left: 4px solid currentColor
}

.gallery-nav.prev {
    left: 0
}

.gallery-nav.prev:before {
    left: 25px;
    transform: rotate(-45deg)
}

.gallery-nav.next {
    right: 0
}

.gallery-nav.next:before {
    right: 25px;
    transform: rotate(135deg)
}

.photo-wall {
    position: relative;
    width: 1200px;
    height: 607px;
    margin: 58px auto 0;
    overflow: hidden
}

.photo-wall .photo {
    position: absolute;
    display: block;
    overflow: hidden
}

.photo-wall img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .35s
}

.photo-wall .photo:hover img {
    transform: scale(1.06)
}

.photo-wall .photo:nth-child(1) {
    left: 0;
    top: 0;
    width: 390px;
    height: 390px
}

.photo-wall .photo:nth-child(2) {
    left: 405px;
    top: 0;
    width: 450px;
    height: 200px
}

.photo-wall .photo:nth-child(3) {
    left: 870px;
    top: 0;
    width: 330px;
    height: 200px
}

.photo-wall .photo:nth-child(4) {
    left: 405px;
    top: 215px;
    width: 390px;
    height: 180px
}

.photo-wall .photo:nth-child(5) {
    left: 810px;
    top: 215px;
    width: 390px;
    height: 390px
}

.photo-wall .photo:nth-child(6) {
    left: 0;
    top: 407px;
    width: 450px;
    height: 200px
}

.photo-wall .photo:nth-child(7) {
    left: 465px;
    top: 407px;
    width: 330px;
    height: 200px
}
