/* 绍兴大学 离退休工作处 - 首页 */
:root {
    --color-primary: #e87417;
    --color-primary-dark: #d45f22;
    --color-text: #333333;
    --color-muted: #999999;
    --color-border: #e8e8e8;
    --color-bg-hover: #f5f5f5;
    --color-caption-bg: rgba(0, 0, 0, 0.55);
}

body {
    background: #fff;
    color: var(--color-text);
}

/* ========== 顶部横幅（轮播图 + Logo + 搜索） ========== */
.site-hero {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.site-hero-bg {
    line-height: 0;
}

.site-hero-bg img {
    display: block;
    width: 100%;
    height: 5.5rem;
    object-fit: cover;
    object-position: center center;
}

.site-hero-shade {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 1.2rem;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0) 100%);
    pointer-events: none;
    z-index: 1;
}

.site-hero-bar {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 2;
    min-height: 1rem;
    padding: .28rem 0 .2rem;
}

.site-hero .site-logo {
    display: block;
    flex-shrink: 0;
}

.site-hero .site-logo img {
    display: block;
    height: .58rem;
    width: auto;
    max-width: 6.2rem;
}

.site-hero .site-search {
    position: relative;
    width: 2.6rem;
    flex-shrink: 0;
}

.site-hero .site-search input {
    width: 100%;
    height: .38rem;
    padding: 0 .44rem 0 .18rem;
    border: 0;
    border-radius: .19rem;
    font-size: .14rem;
    color: #fff;
    background: rgba(255, 255, 255, 0.28);
    backdrop-filter: blur(.04rem);
    -webkit-backdrop-filter: blur(.04rem);
    transition: background 0.25s ease;
}

.site-hero .site-search input::placeholder {
    color: rgba(255, 255, 255, 0.92);
}

.site-hero .site-search input:focus {
    background: rgba(255, 255, 255, 0.38);
}

.site-hero .site-search-btn {
    position: absolute;
    right: 0;
    top: 0;
    width: .4rem;
    height: 100%;
    border: 0;
    background: transparent;
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.site-hero .site-search-btn img {
    display: block;
    width: .18rem;
    height: .18rem;
    object-fit: contain;
    mix-blend-mode: screen;
}

/* ========== 主导航 ========== */
.main-nav-bar {
    background: var(--color-primary);
    position: relative;
    z-index: 100;
}

.main-nav-list {
    flex-wrap: wrap;
padding: 0 0.5rem;
}

.main-nav-item {
    position: relative;
    flex: 1;
    text-align: center;
    min-width: 0;
}

.main-nav-link {
    display: block;
    color: #fff;
    font-size: .2rem;
    line-height: 1.2;
    padding: .18rem .08rem;
    white-space: nowrap;
    transition: background 0.25s ease;
}

.main-nav-item.has-sub > .main-nav-link {
    padding-right: .22rem;
}

.main-nav-item.has-sub > .main-nav-link::after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .06rem;
    vertical-align: .03rem;
    border-left: .04rem solid transparent;
    border-right: .04rem solid transparent;
    border-top: .05rem solid rgba(255, 255, 255, 0.9);
}

.main-nav-link:hover {
    background: rgba(0, 0, 0, 0.08);
    color: #fff;
}

.main-nav-sub {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translateX(-50%) translateY(.04rem);
    min-width: 2.4rem;
    width: max-content;
    background: #fff;
    box-shadow: 0 .08rem .24rem rgba(0, 0, 0, 0.12);
    border-top: .03rem solid var(--color-primary);
    padding: .1rem 0;
    transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;
    z-index: 20;
    text-align: center;
}

.main-nav-sub a {
    display: block;
    padding: .12rem .32rem;
    text-align: center;
    font-size: .18rem;
    line-height: 1.45;
    color: var(--color-text);
    white-space: nowrap;
    transition: color 0.2s ease, background 0.2s ease;
}

.main-nav-sub a:hover {
    color: var(--color-primary);
    background: #fafafa;
}

.main-nav-item.has-sub:hover .main-nav-sub,
.main-nav-item.has-sub.main-nav-item--open .main-nav-sub {
    visibility: visible;
    opacity: 1;
    transform: translateX(-50%) translateY(0);
}

/* ========== 通用区块 ========== */
.site-main {
    overflow: hidden;
}

.section-block {
    padding: .5rem 0 .55rem;
}
.section-dynamic{
    background: #fafafa url("../images/banner1bg.png") right center no-repeat;
    background-size: contain;
}
.section-gallery{
    background:  url("../images/banner2bg.png") center calc(100% + 2rem) no-repeat;
    background-size: cover;
    padding: .5rem 0 .9rem;
}
.section-head {
    margin-bottom: .35rem;
}

.section-title-wrap {
    gap: .14rem;
    min-width: 0;
}

.section-title {
    font-size: .4rem;
    font-weight: 600;
    color: #000;
    line-height: 1.2;
    flex-shrink: 0;
}

.section-title-line {
    display: block;
    width: .72rem;
    height: .03rem;
    flex-shrink: 0;
    background: linear-gradient(to right, #c5c5c5 0%, #c5c5c5 50%, var(--color-primary) 50%, var(--color-primary) 100%);
}

.btn-more {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 1.12rem;
    height: .36rem;
    padding: 0 .2rem;
    border: 1px solid var(--color-primary);
    border-radius: .18rem;
    background: transparent;
    color: var(--color-primary);
    font-size: .18rem;
    white-space: nowrap;
    transition: background 0.25s ease, color 0.25s ease;
}

.btn-more:hover {
    background: var(--color-primary);
    color: #fff;
}

/* ========== 工作动态 ========== */
.dynamic-wrap {
    align-items: stretch;
    gap: .5rem;
    overflow: visible;
}

.dynamic-slider {
    position: relative;
    flex: 0 0 8.56rem;
    width: 8.56rem;
    min-width: 0;
    height: 5.41rem;
    overflow: visible;
}

.dynamic-swiper,
.dynamic-swiper .swiper-slide {
    height: 5.41rem;
}

.dynamic-swiper {
    margin-left: .24rem;
    width: calc(100% - .24rem);
    overflow: hidden;
}

.dynamic-slide-link {
    position: relative;
    display: block;
    height: 5.41rem;
    overflow: visible;
    background: #e0e0e0;
}

.dynamic-slide-link:hover .dynamic-slide-pic img {
    transform: none;
}

.dynamic-slide-link .dynamic-slide-pic::before {
    display: none;
}

.dynamic-slide-pic {
    position: relative;
    height: 100%;
    overflow: hidden;
}

.dynamic-slide-pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.dynamic-date-badge {
    position: absolute;
    left: -.01rem;
    top: .14rem;
    z-index: 5;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: .76rem;
    height: .76rem;
    background: #f18121;
    color: #fff;
    text-align: center;
    line-height: 1.1;
}

.dynamic-day {
    font-style: normal;
    font-size: .3rem;
    font-weight: 600;
    line-height: 1;
}

.dynamic-ym {
    font-size: .18rem;
    margin-top: .05rem;
    opacity: 0.95;
}

.dynamic-slide-foot {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    min-height: .48rem;
    padding: .12rem 1.1rem .12rem .18rem;
    background: var(--color-caption-bg);
    display: flex;
    align-items: center;
}

.dynamic-caption {
    flex: 1;
    min-width: 0;
    margin: 0;
    color: #fff;
    font-size: .18rem;
    line-height: 1.45;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dynamic-swiper-pagination {
    position: absolute !important;
    right: .16rem !important;
    bottom: .16rem !important;
    left: auto !important;
    width: auto !important;
    z-index: 4;
    display: flex;
    align-items: center;
    gap: .08rem;
}

.dynamic-swiper-pagination .swiper-pagination-bullet {
    width: .1rem;
    height: .1rem;
    margin: 0 !important;
    border-radius: 0;
    background: #fff;
    opacity: 1;
}

.dynamic-swiper-pagination .swiper-pagination-bullet-active {
    background: var(--color-primary);
}

.dynamic-news-list {
    flex: 1;
    min-width: 0;
    padding: .06rem .1rem .06rem .16rem;
    display: flex;
    flex-direction: column;
    gap: 0.26rem;
}

.dynamic-news-item a {
    gap: .2rem;
    transition: color 0.2s ease;
}

.dynamic-news-item a:hover {
    background: transparent;
}

.dynamic-news-item a:hover .news-title {
    color: var(--color-primary);
}

.news-date {
    flex-shrink: 0;
    width: .68rem;
    text-align: center;
    color: var(--color-primary);
    line-height: 1.15;
}

.news-date em {
    display: block;
    font-style: normal;
    font-size: .3rem;
    font-weight: 700;
    line-height: 1;
}

.news-date i {
    display: block;
    font-style: normal;
    font-size: .16rem;
    margin-top: .04rem;
}

.news-title {
    flex: 1;
    min-width: 0;
    padding-bottom: .15rem;
    border-bottom: 1px dashed #d8d8d8;
    font-size: .2rem;
    line-height: 1.5;
    color: #000000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dynamic-news-item:last-child .news-title {

}

/* ========== 双栏列表 ========== */
.section-dual {
    background: #f5eee8;
}

.dual-columns {
    gap: .5rem;
    align-items: flex-start;
}

.dual-col {
    flex: 1;
    min-width: 0;
}

.article-list {
    padding: .06rem .05rem;
}

.article-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .16rem;
    padding: .18rem 0;
    border-bottom: 1px solid #e5e0d8;
    font-size: .2rem;
    line-height: 1.45;
    color: var(--color-text);
    transition: color 0.2s ease;
}

.article-item:hover {
    color: var(--color-primary);
}

.article-item:hover .article-title {
    color: var(--color-primary);
}

.article-dot {
    flex-shrink: 0;
    display: block;
    width: .1rem;
    height: .1rem;
    margin-right: .1rem;
    object-fit: contain;
}

.article-title {
    flex: 1;
    min-width: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.article-item time {
    flex-shrink: 0;
    font-size: .2rem;
    color: var(--color-muted);
    margin-left: .12rem;
}

/* ========== 活动掠影 ========== */
.gallery-swiper-wrap {
    overflow: hidden;
}

.gallery-swiper {
    overflow: hidden;
}

.gallery-swiper .swiper-slide {
    height: auto;
}

.gallery-swiper a {
    display: block;
    height: 100%;
    background: #f7e9db;
    padding: .12rem .1rem .14rem;
    transition: color 0.2s ease;
}

.gallery-swiper a:hover .gallery-cap {
    color: var(--color-primary);
}

.gallery-pic {
    overflow: hidden;
}

.gallery-pic img {
    display: block;
    width: 100%;
    aspect-ratio: 1.5;
    object-fit: cover;
}

.gallery-cap {
    margin-top: .1rem;
    padding: .08rem .04rem 0;
    background: transparent;
    text-align: center;
    font-size: .18rem;
    line-height: 1.45;
    color: var(--color-text);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* ========== 页脚 ========== */
.site-footer {
    background: linear-gradient(90deg, #e85917 0%, #e87717 50%, #e84816 100%);
    color: #fff;
    padding: .42rem 0 .48rem;
}

.site-footer-inner {
    gap: .5rem;
    align-items: flex-start;
}

.footer-links {
    flex: 1;
    min-width: 0;
}

.footer-links-title {
    font-size: .24rem;
    font-weight: 600;
    margin-bottom: .1rem;
    line-height: 1.2;
}

.footer-links-line {
    display: block;
    width: .4rem;
    height: .02rem;
    background: #fff;
    margin-bottom: .18rem;
}

.footer-links-cols {
    display: grid;
    grid-template-rows: repeat(2, auto);
    grid-template-columns: repeat(3, max-content);
    column-gap: .42rem;
    row-gap: .12rem;
}

.footer-links-cols a {
    display: inline-flex;
    align-items: center;
    gap: .08rem;
    color: #fff;
    font-size: .18rem;
    line-height: 1.5;
    transition: opacity 0.2s ease;
    white-space: nowrap;
}

.footer-links-cols a:hover {
    opacity: 0.88;
    color: #fff;
}

.footer-link-icon {
    display: block;
    width: .14rem;
    height: .14rem;
    flex-shrink: 0;
    object-fit: contain;
    mix-blend-mode: screen;
}

.footer-right {
    flex-shrink: 0;
    gap: .36rem;
    align-items: flex-start;
}

.footer-info {
    padding-top: .34rem;
    font-size: .18rem;
    line-height: 1.9;
    color: #fff;
    text-align: right;
    white-space: nowrap;
}

.footer-qr {
    flex-shrink: 0;
    text-align: center;
}

.footer-qr-box {
    width: 1.2rem;
    height: 1.2rem;
    background: #fff;
    padding: .01rem;
    margin: 0 auto .08rem;
}

.footer-qr-box img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.footer-qr > p {
    font-size: .13rem;
    color: #fff;
}

/* 图片占位（未上传素材时） */
.dynamic-slide-pic img {
    background: linear-gradient(135deg, #d4ddd0 0%, #b8c4b4 100%);
}

.footer-qr-box img[src=""],
.footer-qr-box img:not([src]) {
    min-height: .88rem;
    background: #f0f0f0;
}


/* ========== 新闻网列表页 .n_container（侧栏 + 面包屑 + 卡片列表） ========== */
.n_container {
    padding: 0 0 0.6rem;
    margin-top: 0.3rem;

}

.n_container > .w15.flex {
    align-items: flex-start;
    gap: 0.36rem;
}

.n_left {
    flex: 0 0 3.05rem;
    width: 3.05rem;
    max-width: 100%;
}

.n_left .con {
    position: relative;
}

.n_left .con h1 {
    margin: 0;
    width: 3.05rem;
    height: 1.21rem;
    background: #e87417;
    color: #fff;
    font-size: 0.3rem;
    font-weight: 600;
    text-align: center;
    line-height: 1.3;
    border-radius: 0.04rem 0.04rem 0 0;
    position: relative;
    z-index: 2;
    box-shadow: 0 0.04rem 0.12rem rgba(0, 0, 0, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
}

.n_left .con h1 span {
    display: inline-block;
}

.n_left .con h1 span::after {
    content: "";
    display: block;
    width: 0.42rem;
    height: 0.03rem;
    background: #fff;
    margin: 0.1rem auto 0;
    opacity: 0.95;
}

.n_left .ulCon {
    background: #eef1f4;
    border: 1px solid #e0e4e8;
    border-top: none;
}

.n_left .ulCon ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.n_left .ulCon > ul > li {
    border-bottom: 1px solid #dde2e6;
}

.n_left .ulCon > ul > li:last-child {
    border-bottom: none;
}

.n_left .ulCon > ul > li > a {
    display: block;
    position: relative;
    box-sizing: border-box;
    padding: 0.18rem 0.4rem;
    color: #000;
    font-size: 0.18rem;
    text-decoration: none;
    transition: color 0.2s;
    line-height: 1.45;
    word-break: break-word;
    text-align: center;
}

.n_left .ulCon > ul > li > a:hover {
    color: #e87417;
    font-weight: 600;
}

.n_left .ulCon > ul > li.on > a {
    color: #e87417;
    font-weight: 600;
}

.n_left .ulCon > ul > li.on > a::before,
.n_left .ulCon > ul > li > a:hover::before {
    content: "";
    position: absolute;
    left: 0.2rem;
    top: 50%;
    transform: translateY(-50%);
    width: 0.18rem;
    height: 0.18rem;
    box-sizing: border-box;
    pointer-events: none;
    z-index: 1;
}

.n_left .ulCon li > i {
    display: none;
}

.n_right {
    flex: 1;
    min-width: 0;
    padding: 0.08rem 0 0.4rem;
}

.n_right .mianbao {
    font-size: 0.15rem;
    color: #888;
    padding: 0.12rem 0 0.14rem;
    border-bottom: 0.02rem solid #2c2c2c;
    margin-bottom: 0.22rem;
    line-height: 1.5;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.04rem;
}

.n_right .mianbao > a:first-of-type {
    position: relative;
    padding-left: 0.25rem;
}

.n_right .mianbao > a:first-of-type::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 0.16rem;
    height: 0.16rem;
    background: url("../images/home.png") center / contain no-repeat;
}

.n_right .mianbao a {
    color: #888;
    text-decoration: none;
}

.n_right .mianbao a:hover {
    color: #e87417;
}

.n_right .mianbao i {
    font-style: normal;
    color: #bbb;
}

.n_titu ul {
    list-style: none;
    margin: 0;
    padding: 0.08rem 0.12rem;
    border-radius: 0.06rem;
}

.n_titu > ul > li {
    margin-bottom: 0;
    border-bottom: 1px dashed #d8d8d8;
}


.n_titu .flex-center-noCenter {
    width: 100%;
}

.n_titu a.clearfix {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.12rem;
    background: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
    padding: 0.14rem 0.06rem;
    text-decoration: none;
    color: inherit;
    transition: background-color 0.2s ease;
}

.n_titu a.clearfix:hover {
    box-shadow: none;
    background: rgba(51, 94, 105, 0.06);
}

.n_titu .text {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.12rem;
    text-align: left;
}

.n_titu h5.line1 {
    position: relative;
    margin: 0;
    padding-left: 0.2rem;
    flex: 1;
    min-width: 0;
    font-size: 0.18rem;
    font-weight: 400;
    color: #1a1a1a;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: color 0.2s ease;
}

.n_titu h5.line1::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 0.08rem;
    height: 0.08rem;
    border-radius: 50%;
    background: #e87417;
}

.n_titu a.clearfix:hover h5.line1 {
    color: #e87417;
}

.n_titu .text > i {
    display: block;
    flex-shrink: 0;
    margin-left: auto;
    margin-top: 0;
    padding-top: 0;
    font-style: normal;
    font-size: 0.16rem;
    color: #777;
    white-space: nowrap;
}

.n_right .show {
    margin-top: 0.4rem
}

.show01 {
    margin-bottom: 0.35rem
}

.show01 .show01-ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 0.12rem 0.16rem;
    margin: 0;
    padding: 0 0 0.22rem;
    list-style: none;
    border-bottom: 1px solid #e2e8eb;
}

.show01 .show01-ul li {
    margin: 0;
    list-style: none;
}

.show01 .show01-ul li div {
    display: inline-flex;
    align-items: center;
    gap: 0.06rem;
    box-sizing: border-box;
    padding: 0.08rem 0.16rem;
    font-size: 0.16rem;
    line-height: 1.45;
    color: #000;
    border-radius: 0.08rem;
}

.show01 .show01-ul li div img {
    width: 0.16rem;
    height: 0.16rem;
    object-fit: contain;
    flex-shrink: 0;
    opacity: 0.88;
}


.show01 h5 {
    font-size: 0.22rem;
    line-height: 0.32rem;
    text-align: center;
    margin-bottom: 0.2rem;
    font-weight: bold;
    color: #323232;
    height: 0.32rem
}

.show01 p {
    padding-bottom: 0.2rem;
    text-align: center;
    font-size: 0.14rem;
    color: #666666;
    border-bottom: 1px solid #dcdcdc;
    word-break: break-all
}

.show02 p {

    color: #323232;
    line-height: 0.36rem!important;
    margin-bottom: 0.14rem;

    background: none !important;
    word-break: break-all
}

.show02 p strong {
    background: none !important
}

.show02 p iframe {
    border: 0px solid #DDDDDD !important
}

.show02 p audio {
    margin: 0 auto
}

.show02 table {
    margin: 0 auto !important;
    overflow-x: scroll
}

.show02 table p {
    text-indent: 0em
}

.show02 ol {
    padding-left: 1em
}

.show02 li p {
    text-indent: 0em
}

.show02 img {
    display: inherit;
    margin: 0 auto;
    max-width: 86%;
    height: auto!important;
    border: none !important;
    margin-bottom: 0.16rem
}

@media screen and (max-width:749px) {
    .show02 p ,.show02 span{
        font-size: 0.18rem !important;
        line-height: 1.6 !important;
    }
}


.n_container .n_right .TextList {
    padding-top: 0;
    margin-top: 0.4rem;
    min-height: 4.5rem
}

.TextList ul li {
    padding-bottom: 0rem;
    position: relative;
    transition: 0.6s all;
    padding-left: 0.16rem
}

.TextList ul li a {
    display: flex;
    position: relative;
    overflow: hidden;
    position: relative;
    justify-content: space-between;
    transition: 0.4s all;
    align-items: center;
    padding: 0.2rem 0 0.1rem 0.09rem;
    border-bottom: 0.01rem solid rgba(7, 45, 155, 0.12);
    box-sizing: border-box
}


.TextList ul li a p {
    transition: 0.6s all;
    line-height: 0.28rem;
    font-size: 0.18rem;
    color: #323232;
    position: relative;
    padding-left: 0.2rem;
    transition: 0.4s all;
    flex: 1;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.TextList ul li a span {
    font-size: 0.18rem !important;

    font-weight: normal;

}

.TextList ul li a .data {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}


/* ========== 图片/视频列表 piclist-grid（每行三列） ========== */
.piclist-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.22rem 0.24rem;
    margin: 0;
    padding: 0;
}

.piclist-card {
    display: block;
    position: relative;
    grid-column: span 1;
    min-width: 0;
    border-radius: 0.08rem;
    overflow: hidden;
    box-shadow: 0 0.04rem 0.14rem rgba(0, 0, 0, 0.1);
    text-decoration: none;
    color: inherit;
    transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.piclist-card:hover {
    box-shadow: 0 0.14rem 0.32rem rgba(0, 0, 0, 0.24);
    transform: translateY(-0.03rem);
}

.piclist-card:focus-visible {
    outline: 2px solid #335e69;
    outline-offset: 2px;
}

.piclist-card-media {
    display: block;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: #e8ecee;
    border-radius: 0.08rem;
}

.piclist-card-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.piclist-card:hover .piclist-card-media img {
    transform: scale(1.04);
}

.piclist-card-caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0.1rem 0.12rem;
    font-size: 0.18rem;
    font-weight: 600;
    line-height: 1.45;
    color: #fff;
    text-align: center;
    background: rgba(0, 0, 0, 0.6);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}