table,td{border-collapse:collapse;padding:5px 0}td{padding:5px;}ul,li{list-style-type:none}button{outline:0}
*{margin:0;padding:0;border-color:transparent;border:#fff solid 0;border-color:transparent;}

.CJJ-Table .clearfix{clear:both}.CJJ-Table .pagenumberBox{float:left}.CJJ-Table .pagenumberBox li{float:left;padding:4px 9px;/*border:1px solid #ccc;*/margin-left:5px;margin-right:5px;cursor:pointer;color:#000;background: #fff;box-shadow: 1px 1px 10px #ccc;}.CJJ-Table .pagenumberBox li:hover{background:rgba(26, 104, 228, 1)!important;color:#fff!important;}.CJJ-Table .pagenumberBoxLi{background:rgba(26, 104, 228, 1)!important;padding:5px 10px!important;color:#fff!important;border:0!important}.CJJ-Table tfoot span{padding:4px 15px;color:#000;background: #fff;box-shadow: 1px 1px 10px #ccc;}.CJJ-Table tfoot span:hover{background:rgba(26, 104, 228, 1)!important;color:#fff!important;}.CJJ-Table .tfootRight input{width:80px;padding-left:10px;height:25px;color:#000;outline: none;background: #fff;box-shadow: 1px 1px 10px #ccc;}.CJJ-Table .tfootRight button{width:60px;height:25px;/*border:1px solid #d9d9d9;*/color:#000;margin-left:10px;cursor:pointer;margin-right: 10px;background: #ccc;}.CJJ-Table .tfootRight button:hover{background:rgba(26, 104, 228, 1)!important;color:#fff!important;}.CJJ-Table{width:90%;margin-left:5%;margin-bottom:100px}.CJJ-Table thead{border-bottom:1px solid #ccc;background:#000}.CJJ-Table thead th{font-size:16px;line-height:40px;color:#fff;text-align:center;}.CJJ-Table tbody td{text-align:center;height: 25px;font-size: 14px;}.CJJ-Table tbody td input{text-align:center;padding:3px 20px;border:1px solid #ccc}.CJJ-Table tbody td button{width:60px;height:25px;background:#fff;color:#000;border-radius:4px;margin-left:5px;cursor:pointer;box-shadow: 0px 2px 5px rgba(0,0,0,0.3);}.CJJ-Table thead th button{width:60px;height:25px;background:#fff;color:#000;border-radius:4px;margin-left:5px;cursor:pointer}.CJJ-Table tbody tr{border-bottom:1px dashed #d9d9d9}.CJJ-Table tbody tr:hover{background-color:#f8f8f8;color:rgba(26, 104, 228, 1);}.CJJ-Table tfoot select{width:80px;padding-left:30px;height:26px;color:#000;line-height: 26px;background: #fff;box-shadow: 1px 1px 10px #ccc;}#Cjj-messageBigBox{position:fixed;width:100%;height:100%;background-color:rgba(0,0,0,.2);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#33000000,endColorstr=#33000000);top:0;left:0;display:none;z-index:999}#Cjj-messageBox{position:fixed;width:300px;left:50%;margin-left:-150px;top:25%;border:1px solid #ccc;background:#fff;border-radius:5px;opacity:0;transform:scale(.4);-webkit-transform:scale(.4);-moz-transform:scale(.4);-o-transform:scale(.4);-ms-transform:scale(.4)}#Cjj-messageBox p{font-size:14px;text-align:center;width:70%;margin-left:15%;padding-top:7%;color:#000;font-weight:700}#Cjj-messageBox button{width:50%;font-size:14px;line-height:28px;display:block;margin:7% auto 10%;background:#000;color:#fff;border-radius:5px;letter-spacing:1px;cursor:pointer}
.CJJ-Table tbody td {
	height: 24px;
	word-wrap:break-word;
    	word-break:break-all;
    	white-space:normal;
}
#histroyBox {
	width: 1000px;
	max-width: 1000px;
	height: auto;
	overflow: auto;
	overflow-x: auto;
	position: absolute;
	left: 50%;
	margin-left: -500px;
	top: 45px;
	z-index: 9999;
	box-shadow: 0px 0px 15px rgba(14,143,132,0.2);
	/*display: none;*/
}
#histroyBox_data {
	width: 1000px;
	height: 45px;
	position: fixed;
	left: 50%;
	margin-left: -500px;
	top: 0;
	z-index: 9999;
	text-align: center;
	font:700 22px/45px "microsoft yahei";
	color:rgba(26, 104, 228, 1);
	letter-spacing: 2px;
	background-color: white;
}


}
.dataSystem {
	text-align: center;
	font:700 22px/45px "microsoft yahei";
	color:#000;
	font-style: italic;
	margin-left: 10px;
	margin-right: 10px;
}
.CJJ-Table {
	width: 100%;
	margin-left: 0;
}
.CJJ-Table thead {
	background: rgba(26, 104, 228, 1);
	box-shadow: 0px 2px 20px rgba(14,143,132,0.6);
}
tfoot {
	position: fixed;
	bottom:1%;
	left: 50%;
	margin-left: -340px;
	z-index: 999999;
}
.tfootRight span {
	cursor: pointer;
}
input.tfootRight::-webkit-input-placeholder { /* WebKit browsers */ 
color: #000; 
} 
input.tfootRight:-moz-placeholder { /* Mozilla Firefox 4 to 18 */ 
color: #000; 
} 
input.tfootRight::-moz-placeholder { /* Mozilla Firefox 19+ */ 
color: #000; 
} 
input.tfootRight:-ms-input-placeholder { /* Internet Explorer 10+ */ 
color: #000; 
} 

/*修改滚动条样式代码start*/
#histroyBox::-webkit-scrollbar-track,.inside_bar::-webkit-scrollbar-track{height: 6px;background-color: #EAEEF5;border-radius: 3px;overflow: hidden;}
#histroyBox::-webkit-scrollbar,.inside_bar::-webkit-scrollbar{height: 6px;background-color: #EAEEF5;border-radius: 3px;}
#histroyBox::-webkit-scrollbar-thumb,.inside_bar::-webkit-scrollbar-thumb{height: 6px;background-color:rgba(26, 104, 228, 1);border-radius: 3px;padding:0 10px;}
#histroyBox::-moz-scrollbar-track,.inside_bar::-moz-scrollbar-track{height: 6px;background-color: #EAEEF5;border-radius: 3px;overflow: hidden;}
#histroyBox::-moz-scrollbar,.inside_bar::-moz-scrollbar{height: 6px;background-color: #EAEEF5;border-radius: 3px;}
#histroyBox::-moz-scrollbar-thumb,.inside_bar::-moz-scrollbar-thumb{height: 6px;background-color:rgba(26, 104, 228, 1);border-radius: 3px;padding:0 10px;}
#histroyBox::-ms-scrollbar-track,.inside_bar::-ms-scrollbar-track{height: 6px;background-color: #EAEEF5;border-radius: 3px;overflow: hidden;}
#histroyBox::-ms-scrollbar,.inside_bar::-ms-scrollbar{height: 6px;background-color: #EAEEF5;border-radius: 3px;}
#histroyBox::-ms-scrollbar-thumb,.inside_bar::-ms-scrollbar-thumb{height: 6px;background-color:rgba(26, 104, 228, 1);border-radius: 3px;padding:0 10px;}
/*修改滚动条样式代码end*/


.CJJ-Table thead tr th:first-child{
		display: none;
}
.CJJ-Table tbody tr td:first-child{
		display: none;
}
.CJJ-Table thead th:nth-child(2){
	width: 20%;
}
.CJJ-Table thead th:nth-child(3){
	width: 10%;
}
.CJJ-Table thead th:nth-child(4){
	width: 70%;
}


@media only screen and (max-width:767px) {
    #histroyBox, #histroyBox_data, tfoot {width:100%;margin-left: 0;left:0;}
	table, td {
	    border-collapse: collapse;
	    padding: 0px 0;
	}
	.CJJ-Table thead th {font-size: 14px;}
	.CJJ-Table tbody td {
		height: 21px;
	}
	tfoot {
		bottom: 5%;
		left: 1%;
	}

}
