body{
	background-color: #f2f2f2;
}
.container{
	position: relative;
	width: 100%;
	height: 100vh;
}
.have-footer-nav {
	padding-bottom: 0;
}
.msg {
    position: absolute;
    bottom: 3.8rem;
    width: 100%;
    max-height: 50%;
    overflow: auto;
}
.msg h5 {
    font-size: 17px;
    color: #fff;
    line-height: 24px;
    width: 92%;
    margin: 0 auto;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.msg .info.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.msg .info {
    font-size: 14px;
    color: #fff;
    line-height: 22px;
    width: 92%;
    margin: 10px auto 0;
}
#tc_palyer_lite .vcp-player video {
	
}
.vcp-poster-pic {
    height: 100%;
}
.vcp-controls-panel{
	box-sizing: border-box;
}
.vcp-bigplay {
    display: none;
}
.vcp-player .vcp-controls-panel {
    position: absolute;
    bottom: 1.5rem;
}
.vcp-controls-panel {
    width: 92%;
    left: 4%;
    z-index: 1002;
}
.vcp-controls-panel {
    font-size: 12px !important;
}
.vcp-panel-bg {
    background-color: transparent;
}
.vcp-controls-panel .vcp-playtoggle {
    width: 2em !important;
    background-repeat: no-repeat;
    background-position: center;
}
.vcp-slider .vcp-slider-track {
    background-color: #fff;
}
.vcp-controls-panel .vcp-fullscreen-toggle {
    width: 2em;
    background-repeat: no-repeat;
    background-position: center;
}

.showMore{
	color: rgba(255,255,255,0.8);
	text-align: center;
	font-size: 13px;
	position: absolute;
	bottom: 15px;
	width: 100%;
}

.listdiv {
	position: relative;
	display: inline-block;
	width: 49%;
	border-radius: 5px;
	background-color: #ffffff;
	padding-bottom: 20px;
	margin-top: 10px;
	vertical-align: top;
}

.coverss {
	background-position: center;
	background-size: cover;
	display: inline-block;
	width: 100%;
	height: 0;
	padding-bottom: calc(100% / 9 * 16);
	border-radius: 5px 5px 0 0;
	background-repeat: no-repeat;
}
.more_title{
	font-size: 14px;
	margin-left: 2px;
	margin-top: 3px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.dowmload_btn{
	line-height: 40px;
	height: 40px;
	width: 80%;
	color: #FFFFFF;
	font-size: 16px;
	text-align: center;
	margin: 0 auto;
	margin-top: 20px;
	background-color: #f02216;
	border-radius: 20px;
}