html,body,ul,li,ol,dl,dd,dt,img,h1,h2,h3,h4,h5,h6,p,input,textarea,table,tr,td,select{
	margin: 0;
	padding: 0;
	list-style: none;
	border: 0;
	outline: none;
}
html,body{
	height: 100%;
}
*{
	font-family: "Microsoft Yahei";
	/*font-family: "arial";*/
}
*, ::after, ::before{
	box-sizing: initial!important;
}
*::-webkit-scrollbar{
	width: 0;
}
a{
	text-decoration: none;
}
#manager_system_wrap{
	width: 100%;
	height: 100%;
	overflow-y: auto;
}
input{
	color: #898989;
}