#header .menu>li.brand a{
	border-bottom: 2px solid #F64848;
}

/*定义滚动条样式（高宽及背景）*/

#videoWrapper ::-webkit-scrollbar {
	width: 6px;
	height: 6px;
}


/*定义滚动条轨道（凹槽）样式*/

#videoWrapper ::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
}


/*定义滑块 样式*/

#videoWrapper ::-webkit-scrollbar-thumb {
	border-radius: 3px;
	background-color: #666;
}

#videoWrapper{
	position: relative;
	padding: 1.2rem 0 0.4rem;
	background: #27272F;
}
#videoWrapper .bgLeft{
	position: absolute;
	top: 0;
	left: 6.7%;
	width: 8.82rem;
	height: 6.72rem;
	background: url(../images/brand/bgLeft.png);
}
#videoWrapper .bgRight{
	position: absolute;
	top: 0;
	right: 0;
	width: 7.14rem;
	height: 4.42rem;
	background: url(../images/brand/bgRight.png);
}
#videoWrapper .content{
	position: relative;
	z-index: 10;
}
#videoWrapper .content>.title{
	font-size: 0.24rem;
	color: #ccc;
	font-weight: bold;
	margin-bottom: 0.3rem;
}
#videoWrapper .content>.title span{
	font-weight: normal;
}
#videoWrapper .videoPlay .videoBox{
	width: 76%;
	height: 5.13rem;
	background: #000;
	font-size: 0;
}
#videoWrapper .videoPlay .videoBox .video{
	width: 100%;
	height: 100%;
}
#videoWrapper .videoPlay .videoList{
	width: 24%;
	height: 5.13rem;
	background: #1F1F1F;
}
#videoWrapper .videoPlay .videoList .moduleTitle{
	margin-bottom: 0.1rem;
	font-size: 0.17rem;
	color: #ccc;
}
#videoWrapper .videoPlay .videoList .scrollBox{
	padding: 0.1rem;
	height: 4.93rem;
	overflow-y: auto;
}
#videoWrapper .videoPlay .videoList ul{
	margin-bottom: 0.2rem;
}
#videoWrapper .videoPlay .videoList ul li{
	margin-bottom: 0.1rem;
	color: #999;
	cursor: pointer;
}
#videoWrapper .videoPlay .videoList ul li .imgBox{
	width: 1.06rem;
	height: 0.6rem;
	background: #fff;
	border-radius: 0.02rem;
	margin-right: 0.1rem;
	overflow: hidden;
}
#videoWrapper .videoPlay .videoList ul li .imgBox img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#videoWrapper .videoPlay .videoList ul li .textBox{
	width: calc(100% - 1.16rem);
}
#videoWrapper .videoPlay .videoList ul li .textBox .text{
	height: 0.4rem;
	overflow: hidden;
    text-overflow:ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
#videoWrapper .videoPlay .videoList ul li .textBox .duration{
	font-size: 0.12rem;
}
#videoWrapper .videoPlay .row{
	background: #1F1F1F;
	height: 0.48rem;
	line-height: 0.48rem;
}
#videoWrapper .videoPlay .row .btn{
	float: left;
	margin-left: 0.2rem;
	cursor: pointer;
}
#videoWrapper .videoPlay .row .icon{
	vertical-align: middle;
	margin-right: 0.05rem;	
}
#videoWrapper .videoPlay .row span{
	vertical-align: middle;
	font-size: 0.13rem;
	color: #A6A6A6;
}
#videoWrapper .videoPlay .row .download .icon{
	width: 0.12rem;
	height: 0.15rem;
	background: url(../images/brand/downLoad.png);
}
#videoWrapper .videoPlay .row .share .icon{
	width: 0.14rem;
	height: 0.14rem;
	background: url(../images/brand/share.png);
}

#videoList{
	padding-bottom: 0.65rem;
	background: #27272F;
}
#videoList .content{
	max-width: 12.2rem;
	padding: 0 0.2rem;
}
#videoList .row .title{
	margin: 0.3rem 0.1rem 0;
	border-left: 0.03rem solid #ccc;
	padding-left: 0.1rem;
	font-size: 0.2rem;
	font-weight: bold;
	color: #ccc;
}
#videoList .row .list li{
	float: left;
	margin: 0.2rem 0.1rem 0;
	width: 2.85rem;
	cursor: pointer;
}
#videoList .row .list li .imgBox{
	position: relative;
	display: block;
	border-radius: 0.04rem;
	width: 100%;
	height: 1.6rem;
	overflow: hidden;
}
#videoList .row .list li .imgBox img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#videoList .row .list li .imgBox .duration{
	position: absolute;
	left: 0.06rem;
	bottom: 0.06rem;
	padding: 0 0.08rem;
	line-height: 0.22rem;
	border-radius: 0.11rem;
	color: #fff;
	font-size: 0.14rem;
	background: #ccc;
	background: rgba(0,0,0,0.5);
}
#videoList .row .list li .name{
	margin-top: 0.1rem;
	color: #A6A6A6;
	height: 0.4rem;
	overflow: hidden;
    text-overflow:ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
#videoWrapper .videoPlay .videoList ul li.active .text,
#videoList .row .list li.active .name{
	color: #D2000D;
}