.bodyBox {
	height:auto;
	overflow:inherit
}
.numberbox,.numberbox li {
	display:inline-block
}
.numberbox li {
	float:left;
	margin-right:5px;
	width:30px;
	height:30px;
	line-height:30px;
	font-size:20px;
	text-align:center;
	color:#fff;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	position:relative
}
#content {
	margin-top:0!important
}
.content {
	border:1px solid #e0e0e0
}
.content .head {
	width:100%;
	height:50px;
	background:#f2f2f2
}
.content .head>div {
	display:inline-block
}
.content .head .title {
	width:80%;
	float:left;
	position:relative
}
.content .head .title ul {
	width:70%;
	position:absolute;
	top:10px;
	left:10px
}
.content .head .title ul li {
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border:1px solid #e0e0e0;
	border-bottom:none;
	padding:0 10px;
	background:#efefef;
	display:inline-block;
	height:40px;
	line-height:40px;
	cursor:pointer;
	text-align:center
}
.content .head .title ul .checked {
	background:#fff
}
.content .head .ref {
	float:right
}
.content .head .ref .refBtn {
	position:relative;
	top:6px;
	right:6px;
	width:50px;
	height:35px;
	line-height:35px;
	text-align:center;
	display:inline-block;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border:1px solid #e0e0e0;
	background:#efefef;
	padding:0 10px;
	cursor:pointer
}
.content .head .ref .refBtn:hover {
	background:#d9d9d9;
	color:#fff
}
.content .tablebox {
	min-height:100px;
	background:#fff;
	padding:10px;
	box-sizing:border-box
}
.content .tablebox .tableContent {
	width:100%;
	background:#e0e0e0;
	cursor:pointer
}
.content .tablebox .tableContent thead th:first-child,.content .tablebox .tableContent thead th:nth-child(2) {
	min-width:100px
}
.content .tablebox .tableContent thead th:nth-child(3) {
	min-width:150px
}
.content .tablebox .tableContent tbody tr {
	display:none
}
.content .tablebox .tableContent th {
	height:35px;
	text-align:center
}
.content .tablebox .tableContent td {
	padding:5px;
	text-align:center;
	height:30px;
	background:#fff
}
.content .tablebox>div {
	display:none
}
.content .tablebox>div:first-child {
	display:block
}
#czname li {
	display:none
}
.addF1,.addF2,.equalF {
	left:0!important
}
