* {
	margin: 0;
	padding: 0;
}
li {
	list-style: none;
}
a {
	text-decoration: none;
}
 ::-ms-clear, ::-ms-reveal {
 	display: none;
 }
input, 
button,
textarea {
	font-family: 'Microsoft YaHei'!important;
} 
.clearfix::after,
.clearfix::before {
	content: "";
	line-height: 0;
	height: 0;
	display: block;
	visibility: hidden;
	clear: both;
	}
.clearfix {
    *zoom: 1; 
}
input {
	border: none;
	outline: none;
	background: none;
}
.theamBgColor {
	background: #01ADDF;
	color: #fff !important;
	border-bottom: none !important;
}
/*通用树结构样式重置*/
.ztree li span.button.root_open {
   	background: url(../img/shu-jian.png) no-repeat !important;
    background-position: 2px 4px !important;
}
.ztree li span.button.root_close {
    background: url(../img/shu-jia.png) no-repeat !important;
    background-position: 2px 4px !important;
}
.ztree li span.button.center_close {
   	background: url(../img/shu-jia.png) no-repeat !important;
    background-position: 2px 4px !important;
}
.ztree li span.button.center_open {
   	background: url(../img/shu-jian.png) no-repeat !important;
    background-position: 2px 4px !important;
}
.ztree li span.button.bottom_open {
    background: url(../img/shu-jian.png) no-repeat !important;
    background-position: 2px 4px !important;
}
.ztree li span.button.bottom_close {
   	background: url(../img/shu-jia.png) no-repeat !important;
    background-position: 2px 4px !important;
}
.ztree li a.curSelectedNode {
    background-color: #A6E3F5 !important;
    border: none !important;
    opacity: 1 !important;
}
/*现代浏览器自定义滚动条样式*/
::-webkit-scrollbar{
    width: 4px;
    height: 4px;
}
::-webkit-scrollbar-track{
    border-radius: 0px;
}
::-webkit-scrollbar-thumb{
    height: 20px;
    border-radius: 0px;
}
.dn {
	display: none;
}
.txt-center {
	text-align: center;
}