
.tool {
	width: 90%;
	margin: 0 auto;
	background: #fff;
	padding: 0 0 10px;
	overflow: hidden;
}
.tables {
	position: relative;	
	margin: 0;	
}
.pagination>li>a {
 	color: #000;

}
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
	background-color: #00b095;
    border-color: #00b095;

}
.columns button:nth-child(2){
	display: none;
}
.keep-open.btn-group button:nth-child(1){
	display: none;
}
.th-inner  {
	background: #eee;
	text-align: center;
}
.col {
	color: red;
}
li {
	list-style-type:none;
}
.span-first {
	display:inline-block; 
	margin: 10px 10px 0 0;
	color: #00b095;	
}

 	
td {
	text-align: center;
	word-wrap: break-word;
	vertical-align: middle!important;
}
tr {
	height: 35px;
}
.pull-right.search {
	float: left!important;
}
.columns.columns-right.btn-group.pull-right {
	float: left!important;
	margin-right: 20px;		 
}
.tool-title {
	position: relative;
	background:  #00b095;
	font-size: 18px;	
	text-indent: 20px;
	color: #fff;
	line-height: 40px;
}
.col-2 {

	width: 21%;

}
.col-3 {

	width: 31%;
}
.col-3 >* {
	float: left;
} 
.col-3 >div {
	width: 35%;
}
.col-3 input {
	width: 100%;
}
.col-3 label {
	line-height: 30px;
}
.col-1 {

	width: 16%;
}
.col-2 select {
	width: 55%;
	height: 30px;
}
.col-2 input {
	width: 65%;
	height: 30px;
	padding: 0 5px;
	margin-bottom: 10px;
}
.col-4 {
	width: 19%;
}
.col-4  select,.col-1 select {

	width: 60%;
	height: 30px;     	
	padding: 0 5px;
	margin-bottom: 10px;

}
.label-mar {
	margin: 0 5px;
}
.tool-centent {
	position: relative;
	margin-top: 10px;
	padding: 5px 10px;
 
}
.tool-centent > div {
	float: left;
}
.table thead tr th:first-child {

	width: 60px;
}
.table thead tr th:last-child {
	width: 80px;
}

.search {
	position: absolute;
	padding:3px 8px; 
	font-size: 16px;	
	right: 90px;
	top: 20px;
	background:  #00b095;
	border-radius: 8px;	
	color: #fff;
}
.again{
	position: absolute;
	padding:3px 8px; 
	font-size: 16px;	
	right: 32px;
	top: 20px;
	background:  #00b095;
	border-radius: 8px;	
	color: #fff;
}
.details {
	height: 60px;
	background:  #00b095;
	border: 1px solid  #eee;
	margin-bottom: 2px;
}
.details span {
	display: inline-block;
	color: #fff;
	line-height: 60px;
	font-size: 16px;
	margin-right: 10px; 
}
.details> span:first-child {
	margin-left: 10px;
	margin-right: 20px;
}
.txet-right {
	float: right;
}

.popupS {
	position: absolute;
	height: 520px;
	width: 320px;
	background: #eee;
	top: 63px;
	right: -320px;
	z-index: 100;
}
.popup-title {
	position: relative;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	color: #fff;
	text-indent: 10px;
	background: #00b095;
}

.list {
	padding: 10px 12px  0!important;
	zoom: 1;
}
.list li {
	 zoom: 1;
	 height: 30px;
	 line-height: 30px;
}
.list li span:first-child {
	float: left;
	text-align: left;
}
.list li span:last-child {
	float: right;
	text-align: right;

}
.list li:last-child {
	margin-bottom: 10px;
}
.list li:last-child{
	border-bottom:  1px solid #000;
}
.popup-btn {
	display: block;
	width: 60px;
    height: 35px;
    font-size: 16px;;
    background: #00b095;
    border-radius: 8px;
    color: #fff;
	margin: 20px auto;

}
.list.second {
	padding-top: 0!important;
}
.click-popup:hover {
	color: #4abef5;
}
.fixed-table-pagination .page-list {
    display: inline-block;
    float: left;
    margin-right: 5px;
}
.fixed-table-container {
	padding-bottom: 0px;
}
		
			
			.page_div {
				display: inline-block;
				margin-top: 20px;
				font-size: 15px;
				font-family: "microsoft yahei";
				color: #666666;
				margin-right: 10px;
				box-sizing: border-box;
			}
			/*
			 * 页数按钮样式
			 */
			.page_div a {
				min-width: 30px;
				height: 28px;
				border: 1px solid #dce0e0!important;
				text-align: center;
				margin: 0 4px;
				cursor: pointer;
				line-height: 28px;
				color: #666666;
				font-size: 13px;
				display: inline-block;
			}
			#firstPage,
			#lastPage {
				width: 50px;
				color: #4e97d9;
				border: 1px solid #4e97d9!important;
			}
			#prePage,
			#nextPage {
				width: 70px;
				color: #4e97d9;
				border: 1px solid #4e97d9!important;
			}
			.page_div .current {
				background-color:#4e97d9;
				border-color: #4e97d9;
				color: #FFFFFF;
			}
			.totalPages {
				margin: 0 10px;
			}
			.totalPages span,
			.totalSize span {
				color: #4e97d9	;
				margin: 0 5px;
			}
.time-btn{
	position: absolute;
	right: 10px;
	top: 0;	
	font-size: 14px;
}
.time-btn button {
	border-radius: 7px;
    color: #000;
    width: 100px;
    height: 30px;
    line-height: 26px;
    margin-top: 4px;
}
.popups {

	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;

}
.blacks {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.5;
	z-index: 100;

}
.popup-model {
	position: relative;
	width: 250px;
	height: 150px;
	margin: 22% auto 0;
	z-index: 1000;
	border-radius: 8px;
	background: #c9c9c9;
}
.popup-main {
	text-align: center;
	font-size: 18px;
	padding:  40px 0 0;	
}
.sures ,.closse {
	display: inline-block;	
	width: 60px;
	height: 30px;
	border-radius: 5px;
	line-height: 30px;
	text-align: center;
	background: #eee;
}
.surex {
	display: block;
	width: 60px;
	height: 30px;
	border-radius: 5px;
	line-height: 30px;
	text-align: center;
	background: #eee;
	margin: 0 auto;
}
.sures {
	margin-left: 45px;

} 
.popup-btns {
	margin-top: 40px;
}
.closse { 
	margin-left: 36px;
}
.time-btn button {
	text-align: center;	
}
.box{width:200px; height:40px; margin:0 auto; padding: 30px  0}

.ok{width:200px; height:40px; margin:0 auto; text-align:center; background:#999; line-height:40px; color:#FFF; display:none; }

.tbox{width:200px; height:40px;  margin-top:20px;background: #fff; border-radius: 5px}

.tbox div{width:0px; height:40px; background:  #00b095; text-align:center;

font-family:Tahoma; font-size:18px; line-height:40px; color: #fff;border-radius: 5px  				}
.choices {
    display: block;
    width: 15px;
    height: 24px;
    margin: 0 auto;
    background: url(../images/xuanzhe.png) center center no-repeat;	
    background-size: contain;
}
.choices.choicex, .selects.choicex {
    background: url(../images/rights.png) center center no-repeat;
    background-size: contain;
}
.special { 
    width: 60px;	     
    border-right: 1px solid #c9c9c9;   
} 
.click-popup {
    float: left;
}  
.width-185 {
	width: 190px!important;
}
.red {
	color:red;
}
td .special:last-child {
	border: 0;
}
.btn-zuopin {
	padding: 5px 85px;
}
.btn-zuopin > div {
	float: left;
	width: 65px; 
     	height: 30px; 
	line-height: 30px;
	border-radius: 9px;
	margin-right: 20px;
	text-align: center;
	color: #fff; 
}
.release {
	background: #00b095;
}
.deletes, .down {
	background: #a00303;
}
.release:hover, .deletes:hover, .down:hover {
	opacity: 0.5;
}
.selec {
    display: inline-block;
}	


.popups {
	display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.blackse {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
    z-index: 100;
}
.edit {
	position: relative;
    width: 380px;
    margin: 10% auto 0;
    z-index: 1000;
    border-radius: 8px;
    background: #c9c9c9; 
}
.edit-content {
	position: absolute;
    top: 0px;
    left: 0;
    width: 100%;	
    border-radius: 8px;
    background: #fff;
}
.popup-titles{
	position: relative;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #fff;
    text-indent: 10px;
    background: #00b095;
}
.txt-cst {
	display: inline;
	color: #c9c9c9;
	font-size: 12px;
}
.content {
	padding: 20px 15px;	
}	
.content li {
	margin-bottom: 10px;
}
.content li span {
	display: inline-block;

	width: 80px;
	text-align: right;
	font-size: 16px;
}
.content li textarea {
	width: 220px;
	height: 80px;
}
.content li input {
	padding: 0 10px;
	width: 200px;

}
select {
	min-width: 82px;
}
.citys {
	display: inline-block;
	width: 235px;
}
.dizhi {
	width: 200px!important;
}
.specials {
	margin-right: 4px;
	float: left;
}
.nice {  
	display: inline-block;
	width: 15px; 
    height: 24px;
    margin: 0 auto;
    background: url(../images/xuanzhe.png) center center no-repeat;
    background-size: contain;
}
.nice.active {
	 background: url(../images/rights.png) center center no-repeat;
    background-size: contain;
}

.txt-nice{
	display: inline;	
	vertical-align: 6px;
}
.btnli div {
	display: inline-block;
	width: 80px;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	text-align: center;
	border-radius: 8px;
	color: #fff;
}
.btnli div:nth-child(1){
	background: #00b095;
	margin: 0 58px 0 68px;
}
.btnli div:nth-child(2){
	background: #c9c9c9;
}
.txt-cor {			 	
	color: #ccc;
}
.top-first {
	top: -680px;
}
.top-second{
	top: -450px;
}



.face-student {
    height: 65px;
    width: 65px;
    background: #fff;
    margin: 0 auto;
}



