body,
html {
	font-family: Microsoft YaHei, 微软雅黑, Microsoft JhengHei, 华文细黑, STHeiti, MingLiu;
	height: 100%;
	zoom: 1
}
body {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}

body,
button,
dd,
div,
dl,
dt,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
li,
ol,
p,
td,
textarea,
th,
ul {
	padding: 0;
	margin: 0
}

ol,
ul {
	list-style: none
}

a {
	text-decoration: none
}


img {
	vertical-align: top
}

.cl:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	overflow: hidden;
	visibility: hidden
}

.cl {
	zoom: 1
}

.fl {
	float: left
}

.fr {
	float: right
}

.maxWidth {
	max-width: 1300px;
	width: 85%;
	margin: 0 auto
}

@media screen and (max-width:319px) {
	.col-5 {
		width: 100%;
		float: left
	}
}

@media screen and (min-width:320px) and (max-width:767px) {
	.col-5 {
		width: 50%;
		float: left
	}
}

@media screen and (min-width:768px) and (max-width:991px) {
	.col-5 {
		width: 33.3%;
		float: left
	}
}

@media screen and (min-width:992px) and (max-width:1199px) {
	.col-5 {
		width: 25%;
		float: left
	}
}

@media screen and (min-width:1200px) and (max-width:1919px) {
	.col-5 {
		width: 20%;
		float: left
	}
}

@media screen and (min-width:1920px) {
	.col-5 {
		width: 20%;
		float: left
	}
}

/*Preview video*/
 .video-preview .absolute-center {
    position: absolute;
    left: 50%;
    top: 50%;
    text-align: center;
    white-space: nowrap;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
}

fa-spin animation {
    transform: rotate(179.5deg);
}
element.style {
}
.video-preview .action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    -webkit-transition: all .5s;
    transition: all .5s;
    /* overflow: hidden; */
}
.video-preview .hover-state {
    opacity: 1;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.video-preview .fa-play-circle {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
    font-size: 27px;
}
