@charset 'UTF-8';

*,
::before,
::after {
	margin: 0;
	padding: 0;
	-webkit-tap-highlight-color: transparent;
	/*清除点击默认的高亮效果*/
	-webkit-box-sizing: border-box;
	/*以你的border开始计算你的宽度*/

}

body {
	font-size: 14px;
	font-family: "Microsoft YaHei", sans-serif;
	/*第二个是手机的一个默认的字体*/
	color: #666;
	background: #FFF;
	overflow-x: hidden;
	height: 100%;
	max-width: 750px;
	margin: 0 auto;
}

a {
	text-decoration: none;
	color: #d02327;
}

ul,
ol,
li {
	list-style: none;
}

input,
textarea {
	border: none;
	resize: none;
	outline: none;
	/*清除选中效果*/
	-webkit-appearance: none;
	/*清楚浏览器默认的样式*/
}

/*清除浮动*/
.clearfix::before,
.clearfix::after {
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
	clear: both;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.wrap {
	margin: 0 auto;
	position: relative;
	z-index: 29;
	min-height: 100%;
	overflow-x: hidden;
	transition: 0.5s all;

}

.wrap.translate {
	transform: translate(260px, 0px);
}

.row{ margin-left: 15px; margin-right: 15px;}

i,
em {
	font-style: inherit;
}

video {
	width: 100%;
}
