a, input, div, textarea, select {
	outline: none;
	text-decoration: none;
}

*+ html input {
	margin-top: -1px;
	margin-bottom: -1px;
}

html, body, h1, h2, h3, h4, ul, li, ol, dl, dt, dd, form, p, input, textarea {
	margin: 0;
	padding: 0;
}
*{
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-o-box-sizing:border-box;
	-webkit-box-sizing:border-box; /* Safari */
	-ms-box-sizing:border-box;
}
td{
	box-sizing:border-box;
	-o-box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
	-ms-box-sizing:border-box;
}
html, body {
	width: 100%;
	height: 100%;
}

ul, dl, ol, li {
	list-style: none;
}

img, input[type="checkbox"] {
	vertical-align: middle;
}

body {
	font-family: "microsoft yahei", "微软雅黑", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #2c2c2c;
	font-size: 12px;
	background: #FFF;
}


::-webkit-scrollbar {
	width: 6px;
	height: 6px;
}
::-webkit-scrollbar-track-piece {
	background-color: #fff;
	-webkit-border-radius: 6px;
}
::-webkit-scrollbar-thumb:vertical {
	height: 5px;
	background-color: #999999;
	-webkit-border-radius: 6px;
}
::-webkit-scrollbar-thumb:horizontal {
	width: 5px;
	background-color: #999999;
	-webkit-border-radius: 6px;
}

td{
	line-height: 18px;
}
th{
	line-height:25px
}
select{
	padding-left: 5px;
}
.clear {
	clear: both;
}
.error {
	color: red;
	border-color: red !important;
}

a {
	color: #5aabe2;
}
a:focus {
}
.c_red{
	color: red;
}
.center{
	text-align: center;
}
input{
	padding-left: 5px;
}
input:focus{
	border:1px solid #e52d43;
}
.b_color{
	color:#832688;
}
.cm_table{
	table-layout: fixed;
}