body {
	background: white;
	font-family: Arial, 'Hiragino Sans GB', 'Microsoft Yahei', '微软雅黑', '宋体', \5b8b\4f53, Tahoma, Arial, Helvetica, STHeiti;
	font-size: 14px;
	color: #333;
	background: #fff;
	width: 100%;
	height: 100%;
}

body.login {
	background: #f2f2f2;
	width: 100%;
	height: 100%;
}
div {
	box-sizing: border-box;
}
input {
	outline: none;
	height: 30px;
	width: 150px;
	padding: 0px 5px;
	border: 1px solid #999;
	border-radius: 3px;
	box-sizing: border-box;
}
select {
	outline: none;
	height: 30px;
	width: 100px;
	padding: 0px 5px;
	border: 1px solid #999;
	border-radius: 3px;
	box-sizing: border-box;
}
table {
	width: 100%;
}

.drop {
	color: #FFF;
	height: 60px;
	line-height: 60px;
}
.drop_down {
	width: 100px;
	height: 60px;
	color: #fff;
	/* display: none; */
}
.drop:hover {
}
