.mb_jgbox_1{
	flex: 0 0 20%;
}
.mb_jgbox_1>div{
	color: #666;
	text-align: center;
	font-size: 0.22rem;
}
.flex3 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.1rem;
}
.mb_tsdj_div .jianjie {
    width: 100%;
    height: auto;
    color: #7E0000;	
    font-size: 0.24rem;
    font-weight: 500;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 6; 
}
.mb_tsdj_div {
    width: 6.8rem;
    height: 8rem;
    padding: 0.23rem;
    background-color: #fff;
    border-radius: 0.12rem;
    margin: 0.16rem auto;
}



   /* 鍝嶅簲寮忚皟鏁 */
   @media (max-width: 768px) {
    .static-image-container {
        width: 100%;
        max-width: 6.8rem;
        height: auto;
        aspect-ratio: 6.8 / 3; /* 淇濇寔鍘熸瘮渚 */
    }
}


/* 瑁呴グ妯″潡 */
.decor-container{
    position: relative;
}
.decor-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 2;
}
.decor {
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none;
}
.decor-1 {
    top: 0.5rem;
    left: 0.3rem;
    width: 1.8rem;
    height: 1.5rem;
    background-image: url('/assets/zhendong/2025/index/mobile/tsdj1-2.png');
}
.decor-2 {
    top: 0.7rem;
    left: 6.0rem;
    width: 1rem;
    height: 1rem;
    background-image: url('/assets/zhendong/2025/index/mobile/tsdj1-3.png');
}

/* 鐗硅壊鍏氬缓寮规€х洅瀛 */
.parent-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    gap: 0.1rem;
}
.top-box {
    flex: 0 0 41%; 
}

.bottom-box {
    flex: 0 0 57%; 
}


/* 鐗硅壊鍏氬缓鑳屾櫙鍥剧墖 */
.background-tsdj-1{
    width: 100%;
    height: auto;
    background-image: url('/assets/zhendong/2025/index/mobile/tsdj1-1.png');
    background-repeat: no-repeat;
    background-size: 6.32rem 2.96rem; /* 瀹屾暣鏄剧ず鍥剧墖 */
    padding: 0.2rem 0.2rem 0.2rem 0.2rem
    
    /* background-size: 100% 80%; */
}
.background-tsdj-2{
    width: 100%;
    height: auto;
    background-image:url('/assets/zhendong/2025/index/mobile/tsdj2-1.png');
    background-repeat: no-repeat;
    background-size: 6.32rem 4.32rem; /* 瀹屾暣鏄剧ず鍥剧墖 */
    
}
.mb_tsdj_top{
    display: flex;
    justify-content: space-between;
    /* border-bottom:1px solid #FFC9AB; */
    padding-bottom: 0.2rem;
    padding-top:0.2rem;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
    gap:0.2rem;
}
.mb_tsdj_top .title{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2; /* 鎺у埗鏄剧ず鐨勮鏁 */
    font-weight: bold;
    font-size: 0.28rem;
    color: #D30913; 
}
.mb_tsdj_top .zhaiyao{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 4; 
    /* 鎺у埗鏄剧ず鐨勮鏁 */
    color: #000;
    font-size: 0.24rem;
    padding:0.1rem 0 0 0;
    
}
.mb_tsdj_list{
    border-top:1px solid #FFC9AB;
    padding-bottom: 0.15rem;
    padding-top:0.15rem;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
}
.mb_tsdj_list .title{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 1; /* 鎺у埗鏄剧ず鐨勮鏁 */
    font-size: 0.24rem;
    color: #000; 
}

.mb_tzzgx_div{
    width: 6.8rem;
    height: 6.12rem;
    background-color: #fff;
    border-radius: 0.12rem;
    padding: 0.16rem;
    margin: 0.16rem auto;
}




.carousel {
    width: 6.8rem;
    height: 3rem;
    border-radius: 0.12rem;
    overflow: hidden;
    position: relative;
    margin:0 auto;
    position:relative;
    overflow:hidden;
    list-style:none;
    padding:0;z-index:1
}
.slides {
    display: flex;
    width: 100%;
    height: 100%;
    transition: transform 0.3s ease;
}

.slide {
    flex: 0 0 100%;
    height: 100%;
    position: relative;
}

.slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-container {
    width: 100%;
    height: 100%;
    background: #000;
    position: relative;
}

.video-container video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: auto;
}

/* 闅愯棌鎺у埗鏉 */
video::-webkit-media-controls {
    display: none !important;
}

.dots {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    gap: 8px;
    z-index: 5;
}

.dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(255,255,255,0.5);
}

.dot.active {
    background: white;
}



/* 绉诲姩绔嚜閫傚簲瑙嗛 */
.video-container {
    position: relative;
    width: 100%;
    padding-top: 56.25%; /* 16:9姣斾緥锛屽彲鏍规嵁瀹為檯瑙嗛姣斾緥璋冩暣 */
}

.video-container .video-js {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

/* 鍥剧墖鑷€傚簲 */
.swiper-img {
    width: 100%;
    height: auto;
}

/* 鍙€夛細瑙嗛閾炬帴瑕嗙洊灞 */
.video-link-overlay {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    z-index: 2;
}