		* {
			margin: 0;
			padding: 0;
		}

		a {
			text-decoration: none;
			color: #4D4D4D;
			display: block;
		}
		.video-container {
			width: 100% !important;
			height: 400px !important;
			position: fixed;
			top: 0;
			left: 0;
			z-index: 999;
		}

		#video_1 {
			width: 100% !important;
			height: 400px !important;
		}

		.video-js .vjs-big-play-button {
			height: 50px;
			line-height: 48px;
			width: 50px;
			position: absolute;
			top: 50%;
			left: 50%;
			transform: translate(-50%,-50%);
			border-radius: 50%;
		}

		.video-info {
			border-bottom: 1px solid #F0F0F0;
			width: 100%;
			margin: 0 auto;
			padding: 0.26rem 0;
			line-height: 1.6;
			position: relative;
			margin-top: 410px;
			z-index: 9;
		}
		.vjs-seek-to-live-text {
			display: none;
		}

		.video-info-left-h2 {
			color: #333;
			font-size: 0.2em;
			width: 100%;
			margin-bottom: 0.15rem;
			line-height: 1.3;
		}

		.video-info-left-p {
			color: #4C4C4C;
			font-size: 0.2rem;
			width: 100%;
			overflow: hidden;
			text-overflow: ellipsis;
			white-space: nowrap;
			min-height: 0.5rem;
		}

		.video-info-left-div {
			margin-top: 0.1rem;
			color: #999999;
			font-size: 0.22rem;
			height: 0.4rem;
			line-height: 0.4rem;
		}

		.video-info-left-div-img {
			margin-left: 0.1rem;
			display: inline-block;
			height: 0.2rem;
			vertical-align: middle;
		}

		.tj-btn {
			padding: 0 0.15rem;
			height: 0.28rem;
			line-height: 0.28rem;
			text-align: center;
			font-size: 0.15rem;
			color: #FFFFFF;
			background-color: #5183ED;
			border-radius: 6px;
		}

		.heat-content {
			position: absolute;
			bottom: 6%;
			right: 0;
			display: flex;
			justify-content: space-around;
			align-items: center;
			font-size: 0.17rem;
			color: #999999;
		}

		.red {
			color: #FF625B;
		}

		.iconfont {
			font-size: 0.17rem;
		}

		h3 {
			position: relative;
			font-weight: normal;
			font-size: 0.2rem;
			padding: 0 5%;
			margin: 0.2rem 0 0.1rem;
			color: #4D4D4D;
		}

		h3 span {
			position: absolute;
			width: 3px;
			display: block;
			background-color: #5183ED;
			top: 50%;
			transform: translateY(-50%);
			left: 0;
			height: 0.28rem;
			border-radius: 3px;
			overflow: hidden;
		}

		.video-list {
			width: 90%;
			margin: 0 auto;
			color: #4D4D4D;
			font-size: 0.15rem;
		}

		.video-item {

			height: 1.5rem;
			border-bottom: 1px solid #F0F0F0;
			padding-bottom: 0.2rem;
		}

		.video-item a {
			height: 100%;
			display: flex;
			align-items: center;
		}

		.video-item+.video-item {
			padding-top: 0.2rem;
		}

		.video-item span {
			color: #999999;
			font-size: 0.15rem;
		}

		.school-info img {
			display: inline-block;
			width: 1em;
			vertical-align: middle;
			padding-bottom: 0.22em;
		}

		.video-img {
			width: 1.5rem;
			height: 1rem;
			margin-right: 0.15rem;
		}

		.video-img img {
			display: block;
			width: 100%;
			height: 100%;
		}

		.school-info {
			width: 70%;
			height:1rem;
		}

		.school-info p {
			width: 100%;
			overflow: hidden;
			text-overflow: ellipsis;
			white-space: nowrap;
		}
		
		.school-info .time {
			margin-top:1em;
		}
		
		.line2 {
			display: flex;
			justify-content: space-between;
			margin-top: 0.07rem;
		}
		.line3 {
			overflow: hidden;
			text-overflow: ellipsis;
			white-space: nowrap;
		}
		.for-zfb{
			width: 100%;
			height: 1em;			
		}
		.for-zfb p{
			color: #4C4C4C;
			font-size:0.15em;
		}
		.for-zfb .video-url{
			color: #5183ED;
		}