@CHARSET "UTF-8";
*{
	margin:0;
	padding:0;
	font-size:12px;
}

a{
	/* color:#0e68aa; */
	text-decoration:none;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	.x-grid3-cell, /* Normal grid cell */
	.x-grid3-gcell /* Grouped grid cell (esp. in head)*/
	{
		box-sizing: border-box;
	}
}

/*让Ext grid 内容支持复制*/
.x-selectable, .x-selectable * {
	-moz-user-select: text! important ;
	-khtml-user-select: text! important ;
	-webkit-user-select: text!important;
}
