		div,
		img,
		span,
		p,
		ul,
		li,
		a,
		span {
			box-sizing: border-box;
			margin: 0px;
		}
		
		.pageTips {
			font-size: 14px;
			font-weight: bold;
			height: 30px;
			margin-top: 13px;
			margin-bottom: auto;
			border-radius: 5px;
		}
		
		.CommonTable {
			width: auto;
			height: auto;
			display: inline-block;
			border: 1px solid lightgray;
		}
		
		.cell {
			width: auto;
			height: 30px;
			display: flex;
			border-bottom: 1px solid lightgray;
		}
		
		.cell:first-of-type {
			padding-top: 3px;
			height: 35px;
		}
		
		.cell:last-of-type {
			border: 0px;
		}
		
		.cell_title {
			padding: 5px;
			padding-left: 10px;
			padding-right: 10px;
			text-align: left;
			font-size: 12px;
			line-height: 20px;
			display: flex;
			float: left;
			border-right: 1px solid lightgray;
		}
		
		.cell_title:last-of-type {
			border: 0px;
		}
		
		.cell_title img {
			display: block;
			display: none;
			width: 60px;
			height: 20px;
			margin-left: 5px;
			border: 1px solid lightgray;
		}
		
		.cell_title p {
			margin: 0px;
			text-indent: 5px;
			font-size: 14px;
			font-weight: bold;
			display: block;
			width: auto;
			height: 20px;
			white-space: nowrap;
			overflow: hidden;
			text-overflow: ellipsis;
		}
		
		title {
			font-size: 20px;
		}
		/*树形选择框*/
		
		.selectTreeCell {
			height: auto;
			margin-left: 20px;
		}
		
		.selectTreeCellContent {
			display: flex;
			height: 30px;
			cursor: pointer;
		}
		
		.selectTreeCellContent:hover {
			background-color: #D3D3D3;
		}
		
		.indictorBtn {
			display: inline-block;
			width: auto;
			height: 25px;
			line-height: 25px;
		}
		
		.cellContent {
			display: inline-block;
			height: 25px;
			line-height: 25px;
		}
		
		.indictorBtn img {
			margin-top: 5px;
			width: 15px;
			height: 15px;
			/*display: none;*/
			opacity: 0;
		}
		/**
		 * *
		 * */
		
		.pageControlText {
			font-size: 14px;
			line-height: 30px;
			height: 30px;
			float: left;
		}
		
		.selectNode {
			width: 30px;
			height: 40px;
			margin-left: 5px;
			margin-right: 5px;
			margin-top: 2px;
			float: left;
		}
		
		.selectNodePage {
			width: 25px;
			height: 25px;
			border: 1px solid lightgray;
			margin-left: 5px;
			margin-right: 5px;
			margin-top: 2px;
			text-align: center;
			float: right;
		}
		
		.pageControl {
			display: block;
			right: 0px;
			width: auto;
			height: 30px;
			border: 1px solid lightcoral;
			margin-top: 100px;
		}
		
		.leftBlock {
			display: inline-block;
			width: auto;
		}
		
		.rightBlock {
			float: right;
			right: 10px;
			display: flex;
		}
		
		.pageContolrUl {
			margin: 0px;
			margin-left: 10px;
			margin-right: 10px;
			padding: 0px;
		}
		
		.pageContolrUl li {
			list-style: none;
			margin-top: 2px;
			float: left;
			width: 25px;
			height: 25px;
			font-size: 10px;
			line-height: 24px;
			border: 1px solid darkgray;
			border-right: 0px;
			text-align: center;
			cursor: pointer;
			-moz-user-select: none;
			-webkit-user-select: none;
			-ms-user-select: none;
		}
		
		.pageContolrUl li:first-of-type {
			border-top-left-radius: 4px;
			border-bottom-left-radius: 4px;
		}
		
		.pageContolrUl li:last-of-type {
			list-style: none;
			margin-top: 2px;
			float: left;
			width: 25px;
			height: 25px;
			border: 1px solid darkgray;
			border-top-right-radius: 4px;
			border-bottom-right-radius: 4px;
			text-align: center;
			cursor: pointer;
		}
		
		.pageContolrUl li:hover {
			background-color: lightgray;
		}