.mt10 {
	margin-top: 10px;
}

.mt20 {
	margin-top: 20px;
}

.full-link {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
}

.ez-item *,
.ez-item *::before,
.ez-item *::after {
	box-sizing: border-box;
}

.ez-item {
	position: relative;
	display: block;
	margin-bottom: 30px
}

.ez-item a {
	color: #cd1b0a;
	text-decoration: none;
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}

.ez-item img {
	vertical-align: middle;
	border-style: none;
}

.ez-item-img-wrap {
	position: relative;
	overflow: hidden;
	min-height: 6.7rem;
	background: #000;
	transition: .3s;
}

.ez-item-img-wrap img {
	width: 100%;
	transition: .3s;
	transform: scale(1);
}

.ez-item:hover .ez-item-img-wrap img {
	transform: scale(1.15);
	opacity: .6;
}

.ez-item .ez-item-info {
	padding: 15px;
/* 	border-bottom: 1px solid #EBEBF1;
 */}

.ez-item .ez-price-wrap {
	margin-bottom: 5px;
}

.ez-item .ez-price-wrap .title {
	margin: 5px 0 0 0;
}

h3,
.h3 {
	font-size: 1.75rem;
}

.ez-item .title {
	font-weight: 400;
}

.ez-item .title a {
	font-size: 1.6rem;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 1.5;
	display: block;
	height: 4.8rem;
	overflow: hidden;
}

.ez-item .title a:hover {
	color: #cd1b0a;
	/* 	transition-timing-function: ease-in-out;
	transition-duration: 0.3s; */
}

.ez-d-flex {
	align-items: center;
}

.ez-item .play-icon {
	position: absolute;
	color: #FFFFFF;
	font-size: 80px;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) scale(0);
	transform: translate(-50%, -50%) scale(0);
	-webkit-transition: all .3s;
	transition: all .3s;
	color: #fff;
	z-index: 10;
}

.ez-item:hover .play-icon {
	-webkit-transform: translate(-50%, -40%) scale(1);
	transform: translate(-50%, -40%) scale(1);
	transition-delay: all .15s;
	-webkit-transition-delay: all .15s;
}

.video .ez-item .title a {
	font-size: 3rem;
	height: 4.5rem;

}

.btn.btn-pirmary:hover,
.btn.btn-pirmary:focus {
	background: #56BD97 !important;
	color: #fff !important;
}

.btn.btn-pirmary:hover,
.btn.btn-pirmary:focus {
	background: #56BD97 !important;
	color: #fff !important;
}

#ez-footer{
	background-color: #222;
	margin-top: 50px;
}
#ez-footer .container-inner {
	padding: 30px 0;
}

#ez-footer a {
	color: #ffffff;
}

.slider img {
	height: 10.75rem
}

body {
	background: #151515;
	color: #ffffff;
	font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif, "宋体";
}
.col-header{
	font-size: 34px;
	padding-bottom: 15px;
	border-bottom: 1px solid #eee;
	font-weight: 700;
	margin-bottom: 20px;
}


.thumbnail {
	border-radius: 0;
}




@media (min-width: 992px) {
	.ez-item-img-wrap {
		min-height: 150px;

	}
}