* {
	border: 0;
	font-size: 100%;
	margin: 0;
	outline: 0;
	padding: 0;
}

html,
body {
	font-family: "微软雅黑", "宋体", 'Open Sans', Arial, sans-serif, tahoma;
	font-weight: 300;
	font-size: 12px/1.5;
	line-height: 1.6em;
	background: #fff;
	color: #505050;
	margin: 0;
	padding: 0;
	-ms-overflow-style: scrollbar;
}

a {
	outline: 0;
	color: #999;
	cursor: pointer;
	text-decoration: none;
}

a:hover {
	color: #FF9711;
	text-decoration: none;
}

a:active,
a:focus,
a img {
	outline: 0;
}

ul li {
	list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 400;
	color: #303030;
}

h1 {
	font-size: 3em;
}

h2 {
	font-size: 2.5em;
}

h3 {
	font-size: 2em;
}

h4 {
	font-size: 1.6em;
}

h5 {
	font-size: 1em;
}

h6 {
	font-size: 0.75em;
}

input,
button,
select,
textarea {
	outline: 0;
	border-radius: 0px !important;
}
button {
	outline: 0;
	border-radius: 4px !important;
}

/*.btn-default {
	border: 1px solid #f4645f;
	background: #f4645f;
	color: #ffffff;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.btn-default:hover {
	border: 1px solid #303030;
	background: #303030;
	color: #ffffff;
}*/

.btn-default:focus {
	outline: none;
}

.btn-default[disabled] {
	border: 1px solid #303030;
	background: #303030;
	color: #ffffff;
}

input[type="search"],
input[type="text"],
input[type="url"],
input[type="email"] textarea {
	padding: 7px 7px;
	border: 1px solid #ebebeb;
	border-radius: 2px;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

input[type="search"]:focus,
input[type="text"]:focus,
input[type="url"]:focus,
input[type="email"]:focus,
textarea:focus {
	border: 1px solid #f4645f;
	outline: none;
}

blockquote {
	border-left: 4px solid #f4645f;
}

pre {
	padding: 0;
	background: none;
	border: none;
}


/*-------------------------clearfix----------------------*/

.fl {
	float: left;
}

.fr {
	float: right;
}

.clear {
	clear: both;
}

.clearfix:after {
	content: "\200B";
	display: block;
	height: 0;
	clear: both;
}

.clearfix {
	*zoom: 1;
}


/*---------------------//clearfix----------------------*/


