.frame_table{
	max-height: 500px;
	width: 100%;
	clear: both;
	min-height: 1px;
	display: block !important;
	scrollbar-width: thin;
	border: 0!important;
	overflow: auto;
	padding: 0!important;
	margin: 0!important;
	margin-bottom: 16px!important;
	color: #333333;
}
.frame_table p {
	font-family:"Noto Serif"!important;
	font-size: 14px!important;/*2.25强制改大，，14px*//*2.26改回，，14px*/
}
.frame_table table {
	border: 1px solid #a0a0a0;
	width: 100%;
	font-size: 14px!important;
}
.frame_table table thead {
	background-color: #f2f4f7;
	border-bottom: 1px solid #a0a0a0;
}
.frame_table table thead tr:nth-child(3){
	border-bottom: 1px solid #a0a0a0;
}
.frame_table th,.frame_table table tr:nth-child(1) td {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 13px;
	padding-right: 3px;
}
.frame_table table th {
	vertical-align:text-top;
}
.frame_table table tr:nth-child(1) {
	border-bottom: 1px solid #a0a0a0;
}
.frame_table table td {
	vertical-align:top;
}
.frame_table table tr:nth-child(1) th:nth-child(1),.frame_table table tr:nth-child(1) td:nth-child(1) {
	height: 44px;
	line-height: 20px;
	border-bottom: 1px solid #a0a0a0;
}
.frame_table table tr:nth-child(1) th:nth-child(2),.frame_table table tr:nth-child(1) td:nth-child(2) {
	height: 4px!important;
	line-height: 20px;
	border-bottom: 1px solid #a0a0a0;
	border-left: 1px solid #a0a0a0;
}
.frame_table table tr:nth-child(1) th:nth-child(3),.frame_table table tr:nth-child(1) td:nth-child(3) {
	border-left: 1px solid #a0a0a0;
	border-bottom: 1px solid #a0a0a0;
	line-height: 20px;
}
.frame_table table tr:nth-child(1) th:nth-child(4),.frame_table table tr:nth-child(1) td:nth-child(4) {
	border-left: 1px solid #a0a0a0;
	border-bottom: 1px solid #a0a0a0;
	line-height: 20px;
}
.frame_table table tr:nth-child(1) th:nth-child(5),.frame_table table tr:nth-child(1) td:nth-child(5) {
	border-left: 1px solid #a0a0a0;
	line-height: 20px;
}
.frame_table table tr:nth-child(1) th:nth-child(6),.frame_table table tr:nth-child(1) td:nth-child(6) {
	border-left: 1px solid #a0a0a0;
	line-height: 20px;
}
.frame_table table tr:nth-child(1) th:nth-child(7),.frame_table table tr:nth-child(1) td:nth-child(7) {
	border-left: 1px solid #a0a0a0;
	line-height: 20px;
}
.frame_table table tr:nth-child(1) th:nth-child(8),.frame_table table tr:nth-child(1) td:nth-child(8) {
	border-left: 1px solid #a0a0a0;
	line-height: 20px;
}
.frame_table table tr:nth-child(1) th:nth-child(9),.frame_table table tr:nth-child(1) td:nth-child(9) {
	border-left: 1px solid #a0a0a0;
	line-height: 20px;
}
.frame_table table tr:nth-child(1) th:nth-child(10),.frame_table table tr:nth-child(1) td:nth-child(10) {
	border-left: 1px solid #a0a0a0;
	line-height: 20px;
}
.frame_table table tr:nth-child(2) th:nth-child(1) {
	height: 4px!important;
	line-height: 20px;
	padding-right: 3px;
	border-left: 1px solid #a0a0a0;
}
.frame_table table tr:nth-child(3) th:nth-child(1){
	border-bottom: 1px solid #a0a0a0;
}
.frame_table table tr:nth-child(2) th:nth-child(2) {
	height: 44px;
	border-left: 1px solid #a0a0a0;
	border-bottom: 1px solid #a0a0a0;
}
.frame_table table tr:nth-child(2) th:nth-child(3) {
	height: 44px;
	line-height: 20px;
	border-left: 1px solid #a0a0a0;
	border-bottom: 1px solid #a0a0a0;
}
.frame_table table tr:nth-child(2) th:nth-child(4) {
	height: 44px;
	border-left: 1px solid #a0a0a0;
	border-bottom: 1px solid #a0a0a0;
}
.frame_table table tr:nth-child(2) th:nth-child(5) {
	height: 44px;
	border-left: 1px solid #a0a0a0;
	border-bottom: 1px solid #a0a0a0;
}
.frame_table table tr:nth-child(2) th:nth-child(6) {
	border-left: 1px solid #a0a0a0;
	border-bottom: 1px solid #a0a0a0;
}
.frame_table table tr:nth-child(2) th:nth-child(7) {
	height: 44px;
	border-left: 1px solid #a0a0a0;
	border-bottom: 1px solid #a0a0a0;
}
.frame_table table tbody tr td {
	padding: 10px 10px 10px 13px;
	height: 40px;
	border-bottom: 1px solid #a0a0a0;
	border-left: 1px solid #a0a0a0;
}




.frame_table::-webkit-scrollbar {
/*滚动条整体样式*/
	width: 6px;  /*高宽分别对应横竖滚动条的尺寸*/
	height: 6px;
}
.frame_table::-webkit-scrollbar-thumb {
/*滚动条里面小方块*/
	border-radius: 6px;
	background-color: #ccc;
}
.frame_table::-webkit-scrollbar-thumb:hover {
	background-color: #aaa;
}
.frame_table::-webkit-scrollbar-track {
/*滚动条里面轨道*/
	box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.2);
	background: #f4f4f4;
	border-radius: 6px;
}
