﻿.video-list-wrap {
	position: relative;
	margin-top: 10px;
}

.video-list {
	width: 10rem;
	height: 1rem;
	position: relative;
	overflow: hidden;
	background: #fff;
	margin: 0 auto .29333rem
}

.video-top-bar {
	height: 1.06667rem;
	line-height: 1.06667rem;
	padding: 0 .26667rem
}

.video-top-bar img {
	display: block;
	width: .53333rem;
	height: .53333rem;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	margin: .26667rem 0 0;
	float: left
}

.video-top-bar p {
	font-size: 14px;
	color: #2f353d;
	margin-left: .21333rem;
	float: left
}[data-dpr="2"] .video-top-bar p {
	font-size: 28px
}[data-dpr="3"] .video-top-bar p {
	font-size: 42px
}

.video-top-bar .tag {
	float: right
}

.video-top-bar span i {
	display: block;
	margin-left: .125rem;
	float: right
}

.mphot i {
	width: .62125rem;
	height: .428125rem;
	background: url(../img/hotag.png) no-repeat;
	background-size: 100%;
	margin-top: .1825rem;
}

.mplock i {
	width: .62125rem;
	height: .428125rem;
	background: url(../img/tagweek.png) no-repeat;
	background-size: 100%;
	margin-top: .1825rem;
}

.search-header {
	display: -webkit-box;
	width: 100%;
	height: 49px;
	line-height: 49px;
	border-bottom: 1px solid #CCC;
	background: #FFF
}

.search-header .search-cancel {
	display: block;
	width: 50px;
	font-size: 14px;
	text-align: center;
	color: #F18D00
}

.search-header .search-cancel:active {
	color: #C60
}

.search-header .search-inp {
	position: relative;
	height: 30px;
	margin-top: 9px;
	border: 1px solid #ECECEC;
	border-radius: 15px;
	-webkit-box-flex: 1
}

.search-header .search-inp input {
	float: left;
	width: 77%;
	height: 30px;
	margin-left: 15px;
	padding: 0;
	line-height: 30px;
	color: #999;
	border: 0;
	outline: 0;
	background: transparent
}

.search-header .search-inp .s-close {
	float: right;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	outline: 0
}

.search-header .search-inp .s-close i {
	display: inline-block;
	width: 15px;
	height: 15px;
	vertical-align: middle;
	background-repeat: no-repeat;
}

.search-header .search-inp .s-close:active i {
	background-repeat: no-repeat;
}

.search-header .s-search-btn {
	display: block;
	width: 52px;
	height: 30px;
	margin-top: 10px;
	margin-right: 13px;
	margin-left: 5px;
	font-size: 14px;
	line-height: 30px;
	text-align: center;
	color: #FFF;
	border-radius: 15px;
	background-color: #F29511
}

.search-header .s-search-btn:active {
	background-color: #C60
}


