.sxtpicos2026-banner {
    background: url(sxtpcos2026_banner_bg@2x.jpg) center top no-repeat;
    background-size: 100% 100%;
    width: 100%;
    padding-bottom: 58.8%;
    height: 0
}

.sxtpicos2026-banner .container {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start
}

.sxtpicos2026-banner-logo {
    height: 12%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 1%;
    box-sizing: border-box
}

.sxtpicos2026-banner-logo dt,.sxtpicos2026-banner-logo dd {
    height: 100%;
    margin: 0
}

.sxtpicos2026-banner-logo img {
    height: 100%;
    width: auto;
    object-fit: contain;
    min-height: 2rem
}

.sxtpicos2026-banner-slogan {
    height: 40%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2%
}

.sxtpicos2026-banner-slogan img {
    height: 100%;
    width: auto;
    object-fit: contain;
    min-height: 3rem;
    opacity: 0;
    animation: superSlideIn 1.2s cubic-bezier(.25,.46,.45,.94) .3s forwards;
    will-change: transform,filter,opacity
}

@keyframes slideInLeft {
    0% {
        opacity: 0;
        transform: translateX(-50%)
    }

    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes superSlideIn {
    0% {
        opacity: 0;
        transform: translateX(-50%) skewX(0deg) scale(1.5);
        filter: blur(20px)
    }

    60% {
        transform: translateX(0) skewX(0deg) scale(1);
        filter: blur(0);
        opacity: 1
    }

    80% {
        transform: translateX(0) skewX(0deg)
    }

    100% {
        opacity: 1;
        transform: translateX(0) skewX(0) scale(1);
        filter: blur(0)
    }
}

@keyframes rotate3dIn {
    0% {
        opacity: 0;
        transform: translateX(-150px) rotateY(-90deg) scale(.5)
    }

    100% {
        opacity: 1;
        transform: translateX(0) rotateY(0deg) scale(1)
    }
}

.sxtpicos2026-bignews-box {
    background: #fff9f4 url(sxtpcos2026_bignews_bg@2x.png) center top no-repeat;
    background-size: 100% auto;
    width: 100%
}

.sxtpicos2026-bignews-bigtit {
    width: 100%;
    border: 2px solid transparent;
    border-image: linear-gradient(to right,rgba(255,246,238,.8),rgba(255,246,238,0)) 3;
    display: flex;
    box-sizing: border-box;
    margin-top: 2rem
}

.sxtpicos2026-bignews-bigtit.has-label::before {
    content: '';
    display: block;
    width: var(--fs-xl);
    margin-top: -.125rem;
    margin-left: -.125rem;
    margin-bottom: -.125rem;
    padding: 0 .5rem;
    background: url(sxtpcos2026_bignews_tttit@2x.png) center center no-repeat;
    background-size: 100% auto;
    display: flex;
    align-items: center;
    justify-content: center;
    writing-mode: vertical-lr;
    letter-spacing: .625rem
}

.bignews-bigtit-content {
    flex: 1;
    padding: 1.875rem 2.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.sxtpicos2026-bignews-bigtit dt {
    font-weight: 800;
    font-size: var(--fs-xl);
    line-height: 1.4;
    margin-bottom: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    position: relative;
    text-align: center
}

.sxtpicos2026-bignews-bigtit dt::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: radial-gradient(circle,rgba(255,246,238,1),rgba(255,246,238,0))
}

.sxtpicos2026-bignews-bigtit dt a:hover {
    color: #fff6ee
}

.sxtpicos2026-bignews-bigtit dd {
    font-size: var(--fs-base);
    line-height: 1.6;
    text-indent: 2em;
    color: #fff6ee;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden
}

.sxtpicos2026-bignews-slidebox {
    display: flex;
    gap: 0;
    align-items: stretch;
    overflow: hidden;
    margin-top: 7rem;
    margin-bottom: 5rem
}

.bignews-slidebox-left {
    width: 50%;
    margin: 2.5rem 0;
    position: relative;
    z-index: 1
}

.sxtpicos2026-swiper {
    width: 100%;
    height: 100%;
    border-radius: .25rem
}

.sxtpicos2026-swiper .swiper-slide {
    position: relative;
    overflow: hidden
}

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

.slide-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3.75rem;
    background: radial-gradient(circle at 0% 0%,#ce2929 .2%,#e67c60 100%);
    display: flex;
    align-items: center;
    padding: 0 1.25rem;
    box-sizing: border-box;
    z-index: 10
}

.slide-title {
    font-weight: bold;
    font-size: var(--fs-base);
    color: #ffffff;
    text-align: left;
    max-width: 70%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.sxtpicos2026-swiper .swiper-pagination {
    position: absolute;
    bottom: 0!important;
    left: auto!important;
    right: 0!important;
    width: auto!important;
    height: 3.75rem;
    display: flex;
    align-items: center;
    padding-right: 1.25rem;
    z-index: 11
}

.sxtpicos2026-swiper .swiper-pagination-bullet {
    width: .625rem;
    height: .625rem;
    background: #fdfefc;
    border-radius: .3125rem;
    opacity: .5;
    margin: 0 .25rem!important;
    transition: all .3s ease
}

.sxtpicos2026-swiper .swiper-pagination-bullet-active {
    width: 1.5rem;
    height: .625rem;
    background: #fdfefc;
    border-radius: .3125rem;
    opacity: 1
}

.bignews-slidebox-right {
    width: 50%;
    height: auto;
    position: relative;
    z-index: 2;
    padding: 2rem;
    background: rgba(255,255,255,.8);
    border: 2px solid var(--color-primary);
    box-sizing: border-box;
    border-left: 0
}

.bignews-slidebox-right::before,.bignews-slidebox-right::after {
    content: '';
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 2;
    border-left: 3.5rem solid transparent;
    transform: translateX(-100%)
}

.bignews-slidebox-right::before {
    top: 0;
    border-bottom: 2.5rem solid #830000
}

.bignews-slidebox-right::after {
    bottom: 0;
    border-top: 2.5rem solid #830000
}

.bignews-slidenews-list {
    margin: 0;
    padding: 0;
    list-style: none
}

.bignews-slidenews-list li {
    position: relative;
    padding: 1rem 0;
    border-bottom: 1px solid var(--color-line)
}

.bignews-slidenews-list li::before,.bignews-slidenews-list li::after {
    content: '';
    position: absolute;
    bottom: -.1rem;
    width: 1.5rem;
    height: .125rem;
    background: var(--color-corner);
    z-index: 1
}

.bignews-slidenews-list li::before {
    left: 0
}

.bignews-slidenews-list li::after {
    right: 0
}

.bignews-slidenews-list li a {
    display: block;
    position: relative;
    padding-left: 1rem;
    text-decoration: none;
    line-height: 1.5;
    padding-left: 1rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.bignews-slidenews-list li a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: .375rem;
    height: .375rem;
    border-radius: 50%
}

.bignews-slidenews-list li p {
    margin: .5rem 0 0 1rem;
    font-size: var(--fs-sm);
    color: #999;
    line-height: 1.6;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.bignews-slidenews-list li p a {
    display: inline;
    padding-left: 0;
    color: var(--color-primary)
}

.bignews-slidenews-list li p a::before {
    display: none
}

.bignews-slidenews-list li:nth-child(-n + 2) a {
    color: var(--color-primary);
    font-weight: bold;
    font-size: calc(var(--fs-base) + .125rem)
}

.bignews-slidenews-list li:nth-child(-n + 2) a::before {
    background-color: var(--color-primary);
    width: .375rem;
    height: .375rem
}

.bignews-slidenews-list li:nth-child(n + 3) a {
    color: #666666;
    font-size: var(--fs-base);
    font-weight: normal
}

.bignews-slidenews-list li:nth-child(n + 3) a:hover {
    color: var(--color-primary)
}

.bignews-slidenews-list li:nth-child(n + 3) a::before {
    background-color: #666666;
    width: .375rem;
    height: .375rem
}

.bignews-slidenews-list li:nth-child(n + 3) a:hover::before {
    background-color: var(--color-primary)
}

.bignews-slidenews-list li:nth-child(n + 3) p {
    display: none
}

.bxgdjs-slidenews-more {
    display: block;
    text-align: right;
    padding-top: 1rem;
    color: #999;
    font-size: var(--fs-sm);
    color: var(--color-primary)
}

.bxgdjs-slidenews-more:hover {
    font-weight: bold
}

.sxtpicos2026-gwr-box {
    background: #fef9f4 url(sxtpcos2026_colomn_bg-1@2x.png) center top no-repeat;
    background-size: 100% auto
}

.sxtpicos2026-common-title {
    height: 6.875rem;
    text-align: center;
    margin: 1rem auto 3rem
}

.sxtpicos2026-common-title img {
    height: 100%;
    width: auto
}

.sxtpicos2026-gwr-inner {
    display: flex;
    align-items: stretch;
    gap: 3rem;
    width: 100%;
    margin: 0 auto 5rem;
    max-height: 37rem;
}

.gwr-left-card {
    width: 36%;
    flex-shrink: 0;
    height: auto;
    position: relative;
    margin: 0;
    border-radius: 1rem 1rem 1.5rem 1.5rem;
    overflow: hidden;
    box-shadow: 0 .25rem .625rem rgba(0,0,0,.1)
}

.gwr-left-card .img-link {
    display: block;
    width: 100%;
    height: auto
}

.gwr-left-card img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: top center;
    display: block
}

.gwr-left-card .img-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4rem;
    background: radial-gradient(circle at 0% 0%,#ce2929 .2%,#e67c60 100%);
    border-radius: 0 0 1.5rem 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 .625rem;
    box-sizing: border-box
}

.gwr-left-card .img-caption a {
    color: #fff;
    font-size: var(--fs-md);
    font-weight: bold;
    text-align: center
}

.gwr-left-card .img-caption a:hover {
    color: #fdfefc
}

.gwr-right-content {
    width: calc(64% - 3rem);
    margin: 0;
    display: flex;
    flex-direction: column;
    background: #ffebda;
    border-radius: .5rem;
    padding: 0 1.875rem 1.25rem 2.5rem;
    position: relative
}

.sxtpicos2026-gwr-inner-title {
    margin-bottom: 2rem;
    position: relative;
    margin-left: -3.75rem;
    width: calc(100% + 3.75rem);
    display: flex;
    justify-content: space-between;
    align-items: center
}

.sxtpicos2026-gwr-inner-title dt {
    height: 4rem;
    width: fit-content;
    min-width: 12.5rem;
    padding: 0 1.875rem;
    background: radial-gradient(circle at 0% 0%,var(--color-primary) 0%,#e67c60 100%);
    border-radius: 1.25rem 0 1.25rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
    box-shadow: .125rem .125rem .3125rem rgba(0,0,0,.1)
}

.sxtpicos2026-gwr-inner-title dt a {
    color: #fff;
    font-size: var(--fs-md);
    font-weight: bold
}

.sxtpicos2026-gwr-inner-title dt::before {
    content: '';
    position: absolute;
    bottom: -.625rem;
    left: 0;
    width: 1.25rem;
    height: .625rem;
    background: var(--color-embellish);
    clip-path: polygon(0 0,100% 0,100% 100%);
    z-index: 1
}

.sxtpicos2026-gwr-inner-title dd {
    margin: .9375rem 0 .5rem 1.25rem;
    height: .1875rem;
    width: 100%;
    background: radial-gradient(circle at 0% 0%,var(--color-primary) 0%,transparent 100%);
    position: relative
}

.sxtpicos2026-gwr-inner-title dd::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1.125rem;
    height: .4375rem;
    background: var(--color-primary);
    border-radius: .125rem
}

.sxtpicos2026-gwr-inner-items {
    margin: 0;
    padding: 0;
    list-style: none
}

.sxtpicos2026-gwr-inner-items li {
    background: var(--color-primary);
    border-radius: .625rem;
    padding: 0 .125rem .125rem 0;
    margin-bottom: 1.25rem;
    position: relative
}

.item-inner {
    background: #ffffff;
    border: 1px solid var(--color-primary);
    border-radius: .625rem;
    height: 4rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 2.5rem 0 1rem;
    position: relative;
    overflow: hidden
}
.item-inner>a:first-child:hover{
    color: var(--color-primary)
}
.item-tit {
    color: #333;
    font-size: var(--fs-base);
    max-width: 80%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.item-tit:hover {
    color: var(--color-primary)
}

.item-btn {
    color: var(--color-primary);
    font-size: var(--fs-sm)
}

.item-btn:hover {
    text-decoration: underline
}

.item-inner::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: .75rem;
    background: var(--color-primary);
    clip-path: polygon(100% 0,100% 100%,0 50%)
}

.sxtpicos2026-lhfb-box {
    background: #fef9f4
}

.bxgdjs-slidenews-more.mt-3 {
    margin-top: -2rem;
    background: url(sxtpcos2026_nar2_rt@2x.png) right 1.25rem no-repeat;
    background-size: 1em 1em;
    padding-right: 1.375em
}

.lhfb-split-wrapper {
    display: flex;
    width: 100%;
    align-items: stretch;
    position: relative;
    padding-bottom: 1.5rem;
    margin-bottom: 3rem
}

.lhfb-col {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 1.875rem;
    padding-bottom: 1.875rem
}

.lhfb-left {
    background: linear-gradient(to right,var(--color-primary) 24%,#f15b4d 100%),#ffffff;
    box-shadow: 0 2rem 2rem 0 #fff1e4;
    position: relative;
    z-index: 2;
    align-items: flex-end;
    padding-left: max(3rem,calc((100% - var(--container-max-width)) / 2));
    padding-right: 3rem
}

.lhfb-right {
    background: #fff;
    margin-top: 1.5rem;
    box-shadow: 0 2rem 2rem 0 #fff1e4;
    position: relative;
    z-index: 1;
    align-items: flex-start;
    padding-right: max(3rem,calc((100% - var(--container-max-width)) / 2));
    padding-left: 3rem
}

.lhfb-right::before {
    content: '';
    position: absolute;
    top: -1.5rem;
    left: 0;
    width: 3rem;
    height: 1.5rem;
    background: var(--color-embellish);
    clip-path: polygon(0 0,100% 100%,0 100%);
    z-index: 3
}

.lhfb-inner-content {
    width: 100%;
    max-width: calc(var(--container-max-width) / 2 - 2.5rem)
}

.sxtpicos2026-lhfb-list {
    margin: 0;
    padding: 0;
    list-style: none
}

.sxtpicos2026-lhfb-list li {
    position: relative;
    padding: .75rem 0 .75rem 1rem;
    border-bottom: 1px solid var(--color-line);
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative
}

.sxtpicos2026-lhfb-list li::before,.sxtpicos2026-lhfb-list li::after {
    content: '';
    position: absolute;
    bottom: -.1rem;
    width: 1.5rem;
    height: .125rem;
    background: var(--color-corner);
    z-index: 1
}

.sxtpicos2026-lhfb-list li::before {
    left: 0
}

.sxtpicos2026-lhfb-list li::after {
    right: 0
}

.sxtpicos2026-lhfb-list li a {
    color: #333;
    font-size: var(--fs-base);
    text-decoration: none;
    font-weight: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 98%
}

.sxtpicos2026-lhfb-list li>a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: .375rem;
    height: .375rem;
    border-radius: 50%;
    background-color: #999;
    opacity: .8
}

.sxtpicos2026-lhfb-list li span {
    color: #999;
    font-size: var(--fs-xs);
    display: none
}

.sxtpicos2026-lhfb-list li a:hover {
    color: var(--color-primary)
}

.sxtpicos2026-lhfb-list li a:hover::before {
    background-color: var(--color-primary)
}

.lhfb-left .sxtpicos2026-lhfb-list li a,.lhfb-left .sxtpicos2026-lhfb-list li span {
    color: var(--color-line)
}

.lhfb-left .sxtpicos2026-lhfb-list li>a::before {
    background-color: var(--color-line)
}

.lhfb-left .sxtpicos2026-lhfb-list li a:hover {
    color: #fff
}

.lhfb-left .sxtpicos2026-lhfb-list li a:hover::before {
    background-color: #fff
}

.sxtpicos2026-lhsp-box {
    background: #fef9f4 url(sxtpcos2026_colomn_bg-2@2x.png) center top no-repeat;
    background-size: 100% auto;
    padding: 1rem 0 3rem
}

.sxtpicos2026-lhsp-items {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 2rem;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    box-sizing: border-box;
    margin-top: 3rem
}

.sxtpicos2026-lhsp-items li {
    display: flex;
    align-items: center;
    min-width: 0;
    width: 100%;
    padding: 1rem 1.25rem;
    box-sizing: border-box;
    background: #ffffff;
    border: 1px solid var(--color-primary);
    border-radius: .875rem;
    transition: all .3s ease;
    cursor: pointer
}

.sxtpicos2026-lhsp-items li::before {
    content: '';
    display: block;
    width: .5rem;
    height: 2em;
    background: var(--color-primary);
    border-radius: .25rem;
    flex-shrink: 0;
    margin-right: 1rem;
    transition: background .3s ease
}

.sxtpicos2026-lhsp-items li a {
    font-size: var(--fs-base);
    color: var(--color-primary);
    text-decoration: none;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    flex: 1;
    display: block;
    transition: color .3s ease
}

.sxtpicos2026-lhsp-items li:hover {
    background: var(--color-primary);
    border-color: var(--color-primary)
}

.sxtpicos2026-lhsp-items li:hover::before {
    background: #ffffff
}

.sxtpicos2026-lhsp-items li:hover a {
    color: #ffffff
}

.sxtpicos2026-lhdbwy-box {
    background: #fef9f4 url(sxtpcos2026_colomn_bg-1@2x.png) center 150% no-repeat;
    background-size: 100% auto;
    padding: 1rem 0 3rem
}

.sxtpicos2026-lhdbwy-items {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 1.5rem;
    margin-top: 3rem;
    padding: 0;
    list-style: none;
    box-sizing: border-box;
    width: 100%
}

.sxtpicos2026-lhdbwy-items li {
    position: relative;
    background: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 1.25rem 2.5rem 1.25rem 1.5625rem;
    box-shadow: 0 .125rem .5rem rgba(0,0,0,.05);
    border-radius: .25rem;
    min-width: 0;
    transition: all .3s ease;
    cursor: pointer
}

.sxtpicos2026-lhdbwy-items li::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: .375rem;
    height: 4rem;
    background: var(--color-primary);
    border-top-left-radius: .25rem
}

.sxtpicos2026-lhdbwy-items li::after {
    content: '>>>';
    position: absolute;
    right: 1rem;
    bottom: .75rem;
    color: #ce2929;
    font-size: var(--fs-sm);
    font-weight: bold;
    transition: transform .3s ease
}

.sxtpicos2026-lhdbwy-items li a {
    text-decoration: none;
    color: #333;
    font-size: var(--fs-base);
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: .75rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%
}

.sxtpicos2026-lhdbwy-items li a::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

.sxtpicos2026-lhdbwy-items li span {
    font-size: var(--fs-xs);
    color: #999;
    display: none
}

.sxtpicos2026-lhdbwy-items li:hover {
    transform: translateY(-.125rem);
    box-shadow: 0 .375rem 1rem rgba(206,41,41,.15)
}

.sxtpicos2026-lhdbwy-items li:hover a {
    color: var(--color-primary)
}

.sxtpicos2026-lhdbwy-items li:hover::after {
    transform: translateX(.25rem)
}

.sxtpicos2026-sgll-box {
    background: #fef9f4 url(sxtpcos2026_colomn_bg-2@2x.png) center top no-repeat;
    background-size: 100% auto;
    padding: 1rem 0 3rem
}

.sgll-layout-wrapper {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    width: 100%
}

.sgll-col {
    display: flex;
    flex-direction: column;
    min-width: 0
}

.sxtpicos2026-common-title {
    margin-bottom: 1.25rem
}

.sxtpicos2026-common-title img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto
}

.sgll-col:first-child .sgll-list-style {
    margin-right: 2.5rem
}

.sgll-col:last-child .sgll-list-style {
    margin-left: 2.5rem
}

.sxtpicos2026-lhrmtbd-box {
    background: #fef9f4 url(sxtpcos2026_btcolumn_bg-1@2x.png) center top no-repeat;
    background-size: 100% auto;
    padding: 1rem 0 3rem;
    position: relative
}

.sxtpicos2026-lhrmtbd-box .sxtpicos2026-common-title {
    margin-top: 11vw
}

.red-bg .sxtpicos2026-lhfb-list li a,.red-bg .sxtpicos2026-lhfb-list li span {
    color: var(--color-line)
}

.red-bg .sxtpicos2026-lhfb-list li>a::before {
    background-color: var(--color-line)
}

.red-bg .sxtpicos2026-lhfb-list li a:hover {
    color: #fff
}

.red-bg .sxtpicos2026-lhfb-list li a:hover::before {
    background-color: #fff
}

.red-bg .sxtpicos2026-lhfb-list li span {
    display: none
}

.red-bg .sxtpicos2026-lhfb-list li a {
    max-width: 98%
}

.sxtpicos2026-lhrmtbd-items {
    display: flex;
    align-items: stretch;
    gap: 2rem;
    width: calc(100% - 2rem);
    margin: 0
}

.lhrmtbd-swiper-box {
    width: 70%;
    flex-shrink: 0;
    min-width: 0;
    margin: 0;
    display: flex;
    flex-direction: column
}

.lhrmtbd-swiper {
    width: 100%;
    height: 100%;
    border-radius: .5rem;
    overflow: hidden
}

.lhrmtbd-swiper .swiper-slide {
    height: 100%;
    background: #fff;
    position: relative;
    overflow: hidden
}

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

.lhrmtbd-swiper .swiper-slide b {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    pointer-events: none;
    background: linear-gradient(to left,#6ec0f6 0%,#3a91e2 100%);
    clip-path: polygon(0% 1.5rem,100% 0%,100% 100%,0% 100%);
    padding: 2.5rem 1rem 1.25rem 1rem;
    box-sizing: border-box;
    font-size: var(--fs-base);
    color: #ffffff;
    font-weight: normal;
    line-height: 1.5;
    text-align: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    transition: clip-path .5s ease
}

.lhrmtbd-swiper .swiper-slide:hover b {
    clip-path: polygon(0% 1.5rem,25% .5rem,50% 1.5rem,75% .5rem,100% 1.5rem,100% 100%,0% 100%);
    transition: clip-path .5s ease;
    animation: waveMotion 1.5s infinite linear
}

@keyframes waveMotion {
    0% {
        clip-path: polygon(0% 1.5rem,25% .5rem,50% 1.5rem,75% .5rem,100% 1.5rem,100% 100%,0% 100%)
    }

    50% {
        clip-path: polygon(0% .5rem,25% 1.5rem,50% .5rem,75% 1.5rem,100% .5rem,100% 100%,0% 100%)
    }

    100% {
        clip-path: polygon(0% 1.5rem,25% .5rem,50% 1.5rem,75% .5rem,100% 1.5rem,100% 100%,0% 100%)
    }
}

.lhrmtbd-btn {
    position: absolute;
    top: 66%;
    z-index: 20;
    width: 3.375rem;
    height: 3.375rem;
    border-radius: 3.375rem;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    font-size: var(--fs-lg);
    color: var(--color-primary);
    cursor: pointer;
    transition: all .3s ease;
    opacity: .7
}

.lhrmtbd-btn:hover {
    opacity: 1
}

.lhrmtbd-prev {
    left: 4%;
    background: url(sxtpcos2026_nar1_lf@2x.png) center center no-repeat;
    background-size: 80%
}

.lhrmtbd-next {
    right: 4%;
    background: url(sxtpcos2026_nar1_rt@2x.png) center center no-repeat;
    background-size: 80%
}

.red-bg {
    width: 30%;
    flex-shrink: 0;
    margin: 0;
    padding: 0;
    min-width: 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.sxtpicos2026-lhrmtsp-box {
    background: #fef9f4 url(sxtpcos2026_btcolumn_bg-2@2x.png) center top no-repeat;
    background-size: cover;
    padding: 3rem 0 10rem;
    position: relative
}

.lhrmtsp-layout {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%
}

.lhrmtsp-top-view {
    width: 100%;
    max-width: 82%;
    height: auto;
    background: #fee2ae;
    box-shadow: .25rem 0 5.5rem 0 #d04021;
    border-radius: 1.875rem 1.875rem 0 0;
    position: relative;
    z-index: 2;
    overflow: visible;
    padding: 2rem;
    box-sizing: border-box
}

.lhrmtsp-top-view::before,.lhrmtsp-top-view::after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 0;
    height: 0;
    z-index: 1
}

.lhrmtsp-top-view::before {
    left: -7.875rem;
    border-bottom: 3.125rem solid #830000;
    border-left: 7.875rem solid transparent
}

.lhrmtsp-top-view::after {
    right: -7.875rem;
    border-bottom: 3.125rem solid #830000;
    border-right: 7.875rem solid transparent
}

.lhrmtsp-main-swiper {
    width: 100%;
    height: 100%;
    border-radius: 1.875rem 1.875rem 0 0;
    overflow: hidden
}

.lhrmtsp-main-swiper .swiper-slid>a {
    display: block
}

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

.lhrmtsp-bottom-control {
    width: 100%;
    height: auto;
    background: #fee2ae;
    box-shadow: .25rem 0 5.5rem 0 #d4583b;
    border-radius: 0 0 3.125rem 3.125rem;
    position: relative;
    z-index: 3;
    padding: 1.25rem 5rem;
    box-sizing: border-box
}

.lhrmtsp-thumbs-swiper {
    width: 100%;
    height: 100%
}

.lhrmtsp-thumbs-swiper .swiper-slide {
    height: 100%;
    cursor: pointer;
    opacity: .8;
    transition: opacity .3s
}

.lhrmtsp-thumbs-swiper .swiper-slide-thumb-active {
    opacity: 1
}

.lhrmtsp-thumbs-swiper .swiper-slide-thumb-active img {
    border: .25rem solid #d34937
}

.thumb-card {
    width: 100%;
    height: 100%;
    border-radius: .625rem;
    overflow: hidden;
    display: flex;
    flex-direction: column
}

.thumb-card img {
    width: 100%;
    height: 80%;
    object-fit: cover;
    max-height: 10rem
}

.thumb-card p {
    height: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    font-size: var(--fs-base);
    color: var(--color-primary);
    margin-top: 1rem
}

.lhrmtsp-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 3.375rem;
    height: 3.375rem;
    border-radius: 3.375rem;
    cursor: pointer;
    z-index: 10;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    color: #fff;
    font-size: var(--fs-lg);
    font-weight: bold;
    transition: background .3s;
    opacity: .7
}

.lhrmtsp-btn:hover {
    opacity: 1
}

.lhrmtsp-prev {
    left: 1rem;
    background: url(sxtpcos2026_nar2_lf@2x.png) center center no-repeat;
    background-size: 80%
}

.lhrmtsp-next {
    right: 1rem;
    background: url(sxtpcos2026_nar2_rt@2x.png) center center no-repeat;
    background-size: 80%
}

.sxtopicos2026-footer {
    border-top: .625rem solid #ffd5d1;
    background: url(sxtpcos2026_footer_bg@2x.png) center top no-repeat;
    background-size: cover
}

@media (min-width: 1921px) {
    .sxtpicos2026-common-title img {
        width:100%
    }

    .sgll-layout-wrapper .sxtpicos2026-common-title {
        margin: 1rem 0 3rem
    }
}

@media (min-width: 1024px) {
    .sxtpicos2026-banner {
        padding-bottom:0;
        height: 100vh
    }
}

@media (max-width: 1400px) {
    .container {
        padding-left:var(--container-padding);
        padding-right: var(--container-padding);
        box-sizing: border-box
    }

    .sxtpicos2026-bignews-bigtit {
        border-image: radial-gradient(circle,rgba(255,246,238,1),rgba(255,246,238,0)) 3
    }

    .sxtpicos2026-common-title {
        height: auto;
        width: 100%
    }

    .sxtpicos2026-common-title img {
        height: auto;
        width: 100%
    }

    .lhrmtsp-top-view::before,.lhrmtsp-top-view::after {
        display: none
    }

    .lhrmtsp-top-view {
        width: 90%;
        max-width: 100%;
        border-radius: 1.25rem 1.25rem 0 0;
        height: auto;
        aspect-ratio: 16/9
    }

    .lhrmtsp-bottom-control {
        width: 100%;
        border-radius: 0 0 1.25rem 1.25rem;
        height: auto;
        padding: 1.25rem 3.125rem
    }
}

@media (max-width: 1024px) {
    .sxtpicos2026-banner-logo {
        height:20%;
        padding-top: 3%
    }

    .sxtpicos2026-bignews-bigtit.has-label::before {
        padding: 0 .25rem
    }

    .bignews-bigtit-content {
        padding: 0;
        padding-top: 1rem
    }

    .sxtpicos2026-gwr-inner {
        flex-direction: column;
        max-height: unset;
    }

    .gwr-left-card {
        width: 100%
    }

    .gwr-right-content {
        padding: 1.25rem;
        width: 100%
    }

    .sxtpicos2026-gwr-inner-title {
        margin-left: 0;
        width: 100%
    }

    .sxtpicos2026-gwr-inner-title dt::before {
        display: none
    }

    .lhfb-split-wrapper {
        flex-direction: column
    }

    .lhfb-left,.lhfb-right {
        padding: 1.875rem 1.25rem;
        align-items: stretch
    }

    .lhfb-inner-content {
        max-width: 100%
    }

    .lhfb-right::before {
        display: none
    }

    .sxtpicos2026-lhrmtbd-box {
        background: #d31812 url(sxtpcos2026_btcolumn_bg-1@2x.png) center top no-repeat;
        background-size: 100% auto
    }

    .sxtpicos2026-lhrmtbd-items {
        flex-direction: column;
        gap: 0;
        width: 100%
    }

    .lhrmtbd-swiper-box,.red-bg {
        width: 100%;
        min-height: 5rem
    }

    .lhrmtbd-btn {
        top: 30%
    }
}

@media (max-width: 768px) {
    :root {
        --container-padding:1rem
    }

    .sxtpicos2026-bignews-bigtit {
        margin-top: 1rem
    }

    .sxtpicos2026-bignews-slidebox {
        flex-direction: column;
        margin-top: 2rem;
        margin-bottom: 1rem
    }

    .bignews-slidebox-left {
        margin: 0;
        width: 100%
    }

    .bignews-slidebox-right {
        width: 100%;
        border-left: 2px solid var(--color-primary);
        margin-top: 1rem
    }

    .bignews-slidebox-right::before,.bignews-slidebox-right::after {
        display: none
    }

    .sxtpicos2026-swiper {
        height: auto
    }

    .sxtpicos2026-swiper .swiper-slide {
        height: auto
    }

    .slide-caption {
        height: 2.5rem;
        padding: 0 .625rem
    }

    .slide-title {
        font-size: 1rem
    }

    .sxtpicos2026-swiper .swiper-pagination {
        height: 2.5rem;
        padding-right: .625rem
    }

    .sxtpicos2026-swiper .swiper-pagination-bullet {
        width: .375rem;
        height: .375rem
    }

    .sxtpicos2026-swiper .swiper-pagination-bullet-active {
        width: 1rem;
        height: .375rem
    }

    .bignews-slidenews-list li a {
        white-space: unset
    }

    .item-inner {
        height: auto;
        padding: 1rem 2.5rem 1rem 1rem;
        align-items: flex-start;
        flex-direction: column;
        gap: .5rem
    }

    .item-tit {
        max-width: 100%;
        white-space: unset
    }

    .sxtpicos2026-lhfb-list li {
        flex-direction: column;
        align-items: flex-start;
        gap: .5rem
    }

    .sxtpicos2026-lhfb-list li a {
        white-space: unset;
        max-width: 98%
    }

    .lhfb-left,.lhfb-right {
        margin: 0 1rem;
        border-radius: .5rem
    }

    .sxtpicos2026-lhsp-items {
        grid-template-columns: 1fr
    }

    .sxtpicos2026-lhsp-items li a {
        white-space: unset
    }

    .sxtpicos2026-lhdbwy-items {
        grid-template-columns: 1fr
    }

    .lhrmtsp-btn {
        width: 2.5rem;
        height: 2.5rem;
        font-size: 1.125rem
    }

    .lhrmtsp-bottom-control {
        padding: .625rem 2.5rem
    }

    .lhrmtsp-prev {
        left: 0
    }

    .lhrmtsp-next {
        right: 0
    }

    .sgll-layout-wrapper {
        grid-template-columns: 1fr;
        gap: 1.875rem
    }

    .sgll-col:first-child .sgll-list-style,.sgll-col:last-child .sgll-list-style {
        margin-right: 0;
        margin-left: 0
    }

    .bxgdjs-slidenews-more.mt-3 {
        margin-top: -1rem
    }

    .sgll-col .sxtpicos2026-common-title img {
        height: 2.75rem;
        width: auto
    }

    .sxtpicos2026-bignews-bigtit.has-label::before {
        background-size: 90% auto
    }

    .lhfb-split-wrapper {
        margin-bottom: 0
    }

    .sxtpicos2026-lhdbwy-box {
        padding-bottom: 0
    }

    .bignews-slidebox-right {
        padding: 0 1rem 1rem
    }

    .lhrmtsp-main-swiper {
        border-radius: 1rem 1rem 0 0
    }

    .lhrmtsp-top-view {
        border-radius: 1rem 1rem 0 0;
        padding: 1rem;
        box-sizing: border-box
    }

    .thumb-card img {
        height: 3.75rem
    }

    .thumb-card p {
        display: none
    }

    .bignews-slidenews-list li>p {
        white-space: unset
    }

    .bignews-slidenews-list li:nth-child(-n + 2)>p a {
        display: none
    }
}

@media (max-width: 768px) and (orientation:portrait) {
    .sxtpicos2026-bignews-bigtit dt {
        font-size:var(--fs-lg);
        margin-bottom: 0
    }

    .sxtpicos2026-bignews-box {
        background-size: auto 32%
    }

    .thumb-card img {
        height: 2.75rem
    }

    .lhrmtsp-main-swiper .swiper-slide>a {
        display: block
    }

    .lhrmtsp-main-swiper img {
        height: 100%
    }
}

@media (max-width: 320px) {
    :root {
        --container-padding:.5rem
    }

    .bignews-bigtit-content {
        padding-bottom: 0
    }

    .sxtpicos2026-gwr-inner,.lhfb-split-wrapper {
        margin-bottom: 1.5rem
    }

    .sxtpicos2026-common-title {
        margin-bottom: 2rem
    }

    .bxgdjs-slidenews-more.mt-3 {
        margin-top: -2.5rem
    }

    .lhrmtbd-btn {
        display: none
    }
}
