.zhanting{
    padding-top: 0.65rem;
    padding-bottom: 1.35rem;
}
.video-container, .video-element {
    width: 100%;
    height: 100%;
    position: relative;
    cursor: pointer;
}
.zhanting .zhanting_item{
    width: 100%;
    height: auto;
    margin-bottom: 0.2rem;
    position: relative;
}
.zhanting .zhanting_item>img{
    width: 100%;
    height: auto;
}
.zhanting .more_url{
    margin-top: 0.64rem;
}
.zhanting .zhanting_item.m-video{
    cursor: pointer;
}
.zhanting .zhanting_item.m-video::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    top: 0;
    left: 0;
    z-index: 1;
}
.video-poster{
    position: absolute;
    width: 0.48rem !important;
    height: 0.48rem !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 10;
    pointer-events: none;
    object-fit: contain;
    cursor: pointer;
}
.zhanting .zhanting_item.m-video::after{
    content: "";
    position: absolute;
    width: 0.48rem;
    height: 0.48rem;
    background: url(/huichuang_img/bofang.png) center no-repeat;
    background-size: contain;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 10;
    pointer-events: none;
}


/* 视频进度条 */
.video-element::-webkit-media-controls-enclosure {
	opacity: 0;
}

.video-element.act::-webkit-media-controls-enclosure {
	opacity: 1;
}








@media only screen and (max-width: 1024px) {
.nav_class{
    column-gap: 0.8rem;
}
}




