/* 750宽度为标准 */
/* 大于1024px设备（非移动设备） */
@media screen and (min-width: 1025px) {
    [class^="m_"]{
        display: none !important;
    }
}



/*手机响应式代码*/
@media screen and (max-width:1025px) {
	.live_swiper,.yxt_live_info_tit span {
		display: none;
	}
	
	.live_main {
		width: 100%;
	}
	
	.live_hd ul li {
		font-size: 20px;
		width: 100px;
		box-sizing: content-box;
	}
	
	.live_list li {
		float: none;
		width: 95%;
		padding-bottom: 15px;
		height: auto;
		margin: 10px auto;
	}
	
	.live_list li:nth-of-type(3n) {
		margin: 10px auto;
	}
	
	.yxt_main {
	    width: 100%;
	}
	
	.yxt_container {
	    padding: 0;
	}
	
	.yxt_live_top {
	    display: flex;
	    padding: 10px;
	    height: 80px;
	}
	
	.yxt_live_sm,.yxt_live_ewm {
	    display: none;
	}
	
	span.live_num,span.live_time {
	    display: none;
	}
	
	
	.yxt_live_con_tab_con_main.tab_video {
	    padding: 0;
	}
	
	.yxt_live_video {
    	height: auto;
	}

	.yxt_live_video video {
    	max-width: 100%;
	}
	
	
}