* {
	margin:0px;
	padding:0px;
	border:none;
	outline:none;
}

body {
	font-family: '微软雅黑', sans-serif;
	font-size:14px;
	color:#777777;
	line-height:1.8em;
	font-weight:400;
	background:#ffffff;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center top;
	-webkit-font-smoothing: antialiased;
}

a{
	text-decoration:none;
	cursor:pointer;	
}

a:hover,a:focus,a:visited{
	text-decoration:none;
	outline:none;
}

h1,h2,h3,h4,h5,h6 {
	color:#1c1c1c;
	position:relative;
	font-family: "微软雅黑",sans-serif;
	font-weight:500;
	letter-spacing:1px;
	margin:0px;
	background:none;
	line-height:1.4em;
}

input,button,select,textarea{
	font-family: '微软雅黑', sans-serif;	
}

p{
	position:relative;
	line-height:2em;	
}

.strike-through{
	text-decoration:line-through;	
}

.auto-container{
	position:static;
	max-width:1200px;
	padding:0px 15px;
	margin:0 auto;
}

.page-wrapper{
	position:relative;
	margin:0 auto;
	width:100%;
	min-width:320px;
	min-height:500px;
	overflow:hidden;
	
}

ul,li{
	list-style:none;
	padding:0px;
	margin:0px;	
}

img {
	max-width: 100%;
}

.full-width {
	width: 100%;
}

.centered{
	text-align:center;	
}
.radius{
	-moz-border-radius:50%;
    -webkit-border-radius:50%;
    border-radius:50%;
}