@CHARSET "UTF-8";
html {
	font-size: 62.5%;
	font-family: Helvetica, "Hiragino Sans GB", 微软雅黑, "Microsoft YaHei UI", SimSun, SimHei, arial, sans-serif;
}
a {
	text-decoration: none;
}
table th {
	font-size: 1.2rem;
	text-align: center;
}
table td {
	font-size: 1.2rem;
	text-align: center;
	vertical-align: middle;
}
.frozen-column {
	position:absolute;
	z-index:9999;
}
.am-selected-list {
	height: 300px;
	overflow: auto;
}
.am-close{ transform-origin: center; line-height: 20px;height:24px}

#left a.active{background-color: #aad5fd;}

.selectSearch{display:block;width:100%;position: relative; background-color: #fff;}
.selectSearch ul{position: absolute;background-color: #fff;margin:0;padding:0;left:0;min-width:100%;max-height: 30rem; overflow: auto;display: none; border:1px solid #3bb4f2;border-top:none;z-index: 1;}
.selectSearch li{padding:.75rem; text-align: left; white-space: nowrap;cursor: pointer;font-size: 1.25rem;}
.selectSearch li:hover{background-color: #aad5fd;}
 .selectSearch li.active{background-color: #0e90d2 !important;color:#fff}
.selectSearch li + li{border-top:1px solid #eee}