@charset "utf-8";
@import url("base.min.css");
html{
	background: #F3F3F3;
	cursor: pointer;
}
header img{
	display: block;
	width: 100%;
}
.content{
	width: 70%;
	margin: auto;
}
.block{
	padding: 0 16px;
	margin-top: 20px;
}
.block .t{
	border: 1px solid #DCDCDC;
	border-radius: 5px;
	border-top-width: 3px;
	border-top-color:#cc3431;
	height: 50px;
	line-height: 50px;
	font-size: 20px;
	background: #fff;
}
.block .search{
	border: 1px solid #DCDCDC;
	height: 40px;
	line-height: 40px;
}
.block .search input{
	border: none;
	display: block;
	height: 100%;
	padding: 0 10px;
	color: #666;
	outline: none;
}
.search-btn{
	background: url(../img/search.png) center no-repeat;
	background-size:13px 13px ;
	width: 50px;
	border-left: 1px solid #DCDCDC;
	background-color: #fff;
}
.video-wrapper{
	padding-bottom: 70px;
	float: left;
}
.video-wrapper .video-item{
	background: #fff;
	border: 1px solid #DCDCDC;
	width: 32%;
	padding: 10px;
	margin-right: 2%;
	display: inline-block;
	float: left;
	margin-bottom: 2%;
}
.video-wrapper .video-item:nth-of-type(3n){
	margin-right: 0;
}
.vote{
	height: 30px;
	line-height: 30px;
}
.video-name{
	text-align: left;
}
.round{
	background: #cc3431;
	border-radius: 50%;
	width: 10px;
	height: 10px;
	margin-right: 5px;
	display: inline-block;
}
.vote-num{
	color: #666;
	font-size: 14px;
}
.video-cover{
	width: 100%;
	height: 310px;
	margin-top: 10px;
}
.video-cover img,
.video-cover video{
	height: 100%;
	width: 100%;
	display: block;
	cursor: pointer;
}
.video-author-name{
	color: #666;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: left;
}

.video-submit{
	background: #CC3431;
	color: #fff;
	border-radius: 5px;
	height: 20px;
	line-height: 20px;
	width: 50px;
	font-size: 12px;
	margin-top: 5px;
}
.text-els{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.nav{
  display: flex;
  display: -webkit-box;
  display: box;
  justify-content: space-between;
  -webkit-box-pack: justify;
  box-pack: justify;
  font-size: 18px;
  height: 60px;
  line-height: 60px;
  background: #fff;
  padding: 0 10%;
}
.nav div{
  display: block;
  cursor: pointer;
  width: 30%;
  text-align: center;
}
footer .home{
	background: url(../img/home.png) center no-repeat;
	background-size: 18px 18px;
	padding: 9px;
	margin-right: 5px;
}
footer .rule{
	background: url(../img/rule.png) center no-repeat;
	background-size: 18px 18px;
	padding: 9px;
	margin-right: 5px;
}
footer .top{
	background: url(../img/top.png) center no-repeat;
	background-size: 18px 18px;
	padding: 9px;
	margin-right: 5px;
}
.video-wrapper h4{
	margin-bottom: 20px;
}
.video-wrapper p{
	line-height: 22px;
	font-size: 14px;
	margin-bottom: 5px;
}
.progress{
	height: 10px; 
	border-radius: 5px;
	width: 90%;
	margin-right: 10%;
	margin-top: 10px; 
	background: #666;
}
.progress.no1{
	background: red;
}
.progress.no2{
	background: green;
}
.progress.no3{
	background: yellow;
}