.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;
}<!--ºÄÊ±1771719777.0284Ãë-->