	@charset "utf-8";
/* CSS Document */
html {
	overflow-x: auto;
	overflow-y: auto;
}
* {
	padding: 0;
	margin: 0;
}
ul,ol,li {list-style-type: none;}
body,button,input,select,textarea {font-family: 'microsoft yahei';font-size: 12px;}
code,kbd,pre,samp {font-family: 'microsoft yahei';}
a {
	text-decoration: none;
	color: #333;
	-webkit-transition: all 0.2s ease-out 0s;
	-moz-transition: all 0.2s ease-out 0s;
	-o-transition: all 0.2s ease-out 0s;
	transition: all 0.2s ease-out 0s;
}
a:hover {
	color: #2ea7e0;
	cursor: pointer;
}
img {
	border: 0;
	max-width: 100%;
}
li {line-height: normal;}
table {border-collapse: collapse;border-spacing: 0;}

h1,h2,h3,h4,h5,h6 {margin: 0;font-weight: normal;font-family: 'microsoft yahei', Arial;}

input,table,tr,td {margin: 0;padding: 0;border: none;}

button,table {border: none;background: none;margin: 0;padding: 0;}

body {
	height: 100%;
	position: relative;
	min-width: 320px;
	background: #F1F3F6;
}
select {
	margin: 0;
	padding: 0;
	font-family: 'microsoft yahei', Arial;
}
input {
	outline: none;
}
textarea {
	resize: none;
	outline: none;
}
/* 清除浮动 */

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
	margin-bottom: 0;
}

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
