.video {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: left;
	background: #fff;
	border-radius: 10px
}

.video .play-icon {
	width: 12px;
	height: 12px;
	margin-right: 4px
}

.video .vip-icon {
	width: 49px;
	height: 23px
}

.video .video-desc {
	color: #222;
	font-weight: 400;
	line-height: 30px;
	font-size: 15px;
	padding: 0 10px 5px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px
}

.video .color-white {
	color: #fff
}

.video .font14 {
	font-size: 14px
}

.video .video-item-thumb {
	border-radius: 10px !important;
	cursor: pointer;
	display: block;
	overflow: hidden
}

.video .radius-none {
	border-radius: 0
}

.video .inside {
	display: inline-block;
	width: 120px !important;
	position: absolute;
	bottom: 14px;
	left: 14px;
	color: #fff
}

.video .video-item-img {
	position: relative;
	border-radius: 10px
}

.video .video-item-img .play {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
	background-color: rgba(0, 0, 0, .8);
	opacity: 0;
	cursor: pointer;
	-webkit-transition: all .45s ease-out;
	transition: all .45s ease-out;
	border-radius: 10px
}

.video .video-item-img .play>i {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 30px;
	color: #ffc730;
	padding: 6px;
	background-color: #fff;
	border-radius: 50%
}

.video .video-item-img .play>i:before {
	position: relative;
	z-index: 2
}

.video .video-item-img .play>i:after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	border-radius: 50%;
	-webkit-animation: bounce 1.5s ease-out infinite;
	animation: bounce 1.5s ease-out infinite
}

.video .video-item-img:hover>.play {
	opacity: 1
}

.video .video-item-tag {
	border-radius: 5px;
	padding-left: 12px;
	padding-right: 5px;
	margin-bottom: 20px;
	position: absolute;
	z-index: 2;
	pointer-events: none;
	font-size: 12px;
	color: #fff
}

.video .video-item-tag-is-vip {
	position: absolute;
	right: 10px;
	top: 10px;
	color: #333;
	text-transform: uppercase;
	background-image: url(../img/vip-video.png);
	display: block;
	width: 30px;
	height: 26px;
	background-size: cover;
	z-index: 99
}

.video .video-item-tag-is-paid {
    position: absolute;
    right: 10px;
    top: 10px;
    color: #333;
    text-transform: uppercase;
    background-image: url(../img/paid-video.png);
    display: block;
    width: 30px;
    height: 26px;
    background-size: cover;
    z-index: 99;
}

.video .video-item-tag-hits {
	left: 0;
	bottom: 0
}

.video span.video-item-tag-duration {
	right: 5px;
	bottom: 0
}

.video .mt10 {
	margin-top: 10px
}

@-webkit-keyframes bounce {
	0% {
		background: #fff;
		-webkit-transform: scale(.8);
		transform: scale(.8)
	}

	to {
		background: transparent;
		-webkit-transform: scale(2);
		transform: scale(2)
	}
}

@keyframes bounce {
	0% {
		background: #fff;
		-webkit-transform: scale(.8);
		transform: scale(.8)
	}

	to {
		background: transparent;
		-webkit-transform: scale(2);
		transform: scale(2)
	}
}

.attress-wrap .attress-title {
	font-size: 26px;
	color: #333;
	font-weight: 700;
	margin-bottom: 30px;
	margin-top: 30px
}

.attress-wrap .att-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	padding: 0
}

.attress-wrap .att-list li {
	margin-right: 15px;
	width: 158px;
	cursor: pointer
}

.attress-wrap .att-list li img {
	width: 158px;
	height: 158px;
	border-radius: 10px;
	background: #ccc
}

.attress-wrap .att-list li h6 {
	text-align: center;
	margin-top: 17px;
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 0
}

.attress-wrap .attress-title {
	font-size: 26px;
	color: #333;
	font-weight: 700;
	margin-bottom: 20px;
	margin-top: 40px
}

.attress-wrap .att-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0;
	margin: 0
}

.attress-wrap .att-list::-webkit-scrollbar {
	width: 0
}

.attress-wrap .att-list li {
	margin-right: 15px;
	cursor: pointer;
	background: #fff;
	padding: 8px 13px;
	font-size: 14px;
	color: #333;
	border-radius: 15px
}


.lists >ul h2 {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.lists >ul:after,
.lists >ul:before {
	content: "";
	display: table
}

.lists >ul:after {
	clear: both
}

.search-page {
	margin-bottom: 20px;
	position: relative
}

.search-bar {
	width: 680px;
	position: absolute;
	left: 50%;
	top: -55px;
	margin-left: -340px
}

.search-bar .el-input .el-input__inner {
	border-radius: 20px 0 0 20px
}

.search-bar .el-input .el-input-group__append {
	border-radius: 0 20px 20px 0;
	background-color: #ffc839;
	color: #333;
	border-color: #ffc839;
	padding: 0;
	cursor: pointer
}

.search-bar .el-input .el-input-group__append>span {
	padding: 0 20px;
	line-height: 38px;
	display: block
}

.search-body {
	padding-top: 15px
}

.search-body .keywords {
	position: relative;
	text-align: left;
	margin-bottom: 15px
}

.search-body .keywords.keywords2 {
	text-align: center
}

.search-body .keywords h2 {
	margin: 0;
	line-height: 30px;
	font-size: 16px;
	color: #333;
	font-weight: 500
}

.search-body .keywords .action {
	position: absolute;
	right: 0;
	top: 0
}

.search-body .keywords .action i {
	font-size: 18px
}

.search-body .keywords .labels {
	padding-top: 15px
}

.search-body .keywords .labels a {
	background-color: #fff;
	line-height: 30px;
	height: 30px;
	color: #333;
	font-weight: 400;
	font-size: 14px;
	display: inline-block;
	border-radius: 15px;
	padding: 0 15px;
	margin-bottom: 6px;
	margin-right: 6px;
	cursor: pointer
}

.result-sumary {
	margin-bottom: 30px;
	font-size: 15px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400
}

.result-sumary b {
	color: #ffd221;
	padding: 0 2px
}

.lists {
	margin-top: 20px
}

.lists .video-title {
	font-size: 26px;
	color: #333;
	font-weight: 700;
	margin-bottom: 20px;
	margin-top: 40px
}

.lists >ul {
	margin: 0;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.lists >ul a {
	width: 288px;
	margin-right: 16px;
	margin-bottom: 20px
}

.lists >ul a:nth-child(4n) {
	margin-right: 0
}

.lists >ul a.ad {
	width: 592px
}

.lists >ul a.ad .thumb {
	height: 189px
}

.lists >ul a.ad .thumb>a {
	opacity: 0;
	color: transparent
}

.lists >ul a.ad img {
	-o-object-fit: inherit;
	object-fit: inherit
}

.lists >ul .thumb {
	width: 100%;
	height: 180px;
	position: relative;
	border-radius: 10px;
	overflow: hidden;
	background: #f0f0f0
}

.lists >ul .thumb .el-image {
	width: 100%;
	height: 100%
}

.lists >ul .thumb img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.lists >ul .thumb img[lazy=loading] {
	width: 50px;
	height: 50px;
	margin: 65px auto
}

.lists >ul .thumb>a {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
	background-color: rgba(0, 0, 0, .8);
	opacity: 0;
	cursor: pointer;
	-webkit-transition: all .45s ease-out;
	transition: all .45s ease-out
}

.lists >ul .thumb>a>i {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 30px;
	color: #ffc730;
	padding: 6px;
	background-color: #fff;
	border-radius: 50%
}

.lists >ul .thumb>a>i:before {
	position: relative;
	z-index: 2
}

.lists >ul .thumb>a>i:after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	border-radius: 50%;
	-webkit-animation: bounce-data-v-342dff0e 1.5s ease-out infinite;
	animation: bounce-data-v-342dff0e 1.5s ease-out infinite
}

.lists >ul .thumb>span {
	position: absolute;
	z-index: 2;
	pointer-events: none;
	font-size: 12px;
	color: #fff
}

.lists >ul .thumb .tag {
	right: 0;
	top: 0;
	padding: 4px 10px;
	color: #333;
	border-radius: 0 10px 0 10px;
	text-transform: uppercase;
	background-image: -webkit-gradient(linear, left top, right top, from(#ffdea6), to(#ffc86b));
	background-image: linear-gradient(90deg, #ffdea6 0, #ffc86b);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFDEA6", endColorstr="#FFFFC86B", GradientType=1)
}

.lists >ul .thumb .counts {
	left: 10px;
	bottom: 10px
}

.lists >ul .thumb .duration {
	right: 10px;
	bottom: 10px
}

.lists >ul .thumb:hover>a {
	opacity: 1
}

.lists >ul h2 {
	font-size: 14px;
	font-weight: 500;
	color: #222;
	line-height: 20px;
	margin: 0;
	padding: 0;
	padding-top: 10px
}

@-webkit-keyframes bounce-data-v-342dff0e {
	0% {
		background: #fff;
		-webkit-transform: scale(.8);
		transform: scale(.8)
	}

	to {
		background: transparent;
		-webkit-transform: scale(2);
		transform: scale(2)
	}
}

@keyframes bounce-data-v-342dff0e {
	0% {
		background: #fff;
		-webkit-transform: scale(.8);
		transform: scale(.8)
	}

	to {
		background: transparent;
		-webkit-transform: scale(2);
		transform: scale(2)
	}
}

.empty {
	padding: 100px;
	text-align: center;
	font-size: 14px;
	color: #666
}

.empty img {
	display: inline-block;
	width: 100px
}
