html, body, #ant {
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
div, input, td, a {
	/*font-family: 'Hiragino Sans GB', 'Microsoft Yahei', 'WenQuanYi Micro Hei', sans-serif;*/
}
.ace_line {
	
}
input, textarea {
	outline: none;
}
::selection {
	color: #FFF;
	background-color: rgba(0, 0, 0, 0.8);
}
::-moz-selection {
	color: #FFF;
	background-color: rgba(0, 0, 0, 0.8);
}
::-webkit-selection {
	color: #FFF;
	background-color: rgba(0, 0, 0, 0.8);
}

::-webkit-scrollbar {
	width:5px;
	height:5px;
}
::-webkit-scrollbar-button {
	background-color:transparent;
}
::-webkit-scrollbar-track {
	background:#F5F6F7;
}
::-webkit-scrollbar-track-piece {
	/*background:#ff0000;*/
	/*background: #BFBFBF;*/
	background: rgb(245, 246, 247);
}
::-webkit-scrollbar-thumb{
	background: #8B8B8B;
	border: 1px solid rgba(255, 255, 255, 0.5);
	border-radius:2px;
}
::-webkit-scrollbar-corner {
	background: transparent;
}
::-webkit-scrollbar-resizer  {
	background:#FF0BEE;
}