.phone{
   display:none;
		
}

/* 小屏幕手机端 */
@media (min-width: 0px) and (max-width:768px) {
	
body{
	min-width: 100%;
}
	
.pc{
	display:none;
}

.phone{
	display:block;
	height: 100%;
	background: #f5f7fa;
		
}

.ztlmsy{
	width: 88%;
    margin: 0 auto;
	padding-top: 5%;
}

.ztlmsy li{
    background: #ffffff;
    border-radius: 3px;
    height: 90px;
    margin-bottom: 4%;
	padding: 2%;
}

.phone .biaoti{
	width: 100%;
    background: #ffffff;
    height: 30px;
    line-height: 31px;
    text-align: center;
}

.el-header{
	display: none;
}

.f1{
	display: none;
}

.more1200{
	width:100%;
}

.homeLiveDetails{
	margin-top:0%;
}

.homeLiveDetails[data-v-15de934c]{
	padding:32px;
	margin-bottom:20px;
	background:#fff;
	border-radius:6px;
}

.courses-total.more760[data-v-15de934c]{
	width:100%
}

.baseFooter{
	display:none;
}

.player_box .live-contain{
	justify-content:space-between;
}

.player_box .video_box{
	flex:5;
	background:#000;
	position:relative
}
}



/* 中等屏幕（桌面显示器，大于等于 992px） */
@media (min-width: 992px) {
	
.homeLiveDetails[data-v-15de934c]{
	padding:32px;
	margin-top:20px;
	margin-bottom:20px;
	background:#fff;
	border-radius:6px;
}

.courses-total.more760[data-v-15de934c]{
	width:22%
}

.baseFooter{
	background-color:#820000;
	font-weight:400;
	color:#ffffff;
	font-size:14px;
	display:flex;
	justify-content:center;
	align-items:center;
}

.player_box .live-contain{
	display:flex;
	justify-content:space-between;
}

.player_box .video_box{
	height:calc(100vh - 60px);
	flex:5;
	background:#000;
	position:relative
}


}

