﻿* {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 14px;
	box-sizing: border-box;
}

ol,
ul,
li {
	list-style: none;
}

i,
em {
	font-style: normal;
	font-weight: normal;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

th,
td {
	vertical-align: middle;
}

a {
	outline: none;
	color: #333;
	text-decoration: none;
}

a:focus {
	outline: none;
}

a,
i,
em,
span,
img,
label {
	display: block;
}

input {
	-webkit-appearance: none;
	/**隐藏原生控件**/
}

input:focus,
select:focus,
textarea:focus {
	outline: -webkit-focus-ring-color auto 0;
}

.overflow {
	overflow: hidden;
}

.container {
	width: 1200px;
	margin: 0 auto;
	/*border: 1px solid #e1e1e1*/
}

@media screen and (max-width: 768px) {
	.container {
		width: 100%;
	}
}

.position {
	position: relative;
}

img{
	width: 100%;
}