.toolManage #setCenter{
    margin: 0 auto;
}

section.main>div.tit{
    /*border:1px solid red;*/
    overflow: hidden;
}
section.main>div.tit>h2{
	float:left;
    float: left;
    height: 60px;
    line-height: 60px;
    margin-left: 2.5%;
    font-size: 24px;
}
section.main>div.tit>hr{
	margin-top:30px;
	border:1px dashed gray;
	margin-left: 2%;
	margin-right: 2.2%;
}
.toolManage #list>div.tool{
    overflow: hidden;
    width: 90%;
    margin: 0 auto 10px auto;
}
.toolManage #list>div.tool>select{
    width: 44%;
    height: 25px;
    text-align: center;
    margin-top: 10px;
    cursor: pointer;

}
div#list{
	background-color:white;
    position: relative;
    float: left;
    width:18.75% ;
    height: 600px;
    margin-left:2%;
    margin-right:2%;
    border: 1px solid #d6d5dd;
    overflow: hidden;
}


.toolManage div#list>div.tool>div>div{
    font-size: 14px;
}
.toolManage div#list>div.tool>div:nth-child(2){
    margin-bottom: 10px;
}
.toolManage div#list>div.tool>div{
    overflow: hidden;
    width: 82px;
    line-height: 22px;
    text-align: center;
    margin-top: 10px;
    cursor: pointer;
}

.toolManage div#list>div.tool>div div{
    width: 60px;
    font-weight: bold;
}
.toolManage div#list>div.tool>div p{
    margin-left: 2em;
}
.toolManage div#list>div.tool>div a:hover{
    text-decoration: underline;
}
.toolManage div#list>span{
    position: absolute;

    bottom: 40px;
    cursor: pointer;
}
.toolManage div#list>span span{
    /* float:left; */
    margin-left: 3px;
}

.toolManage ul.addData>*{
    height: 25px;
    line-height: 25px;
}

.toolManage ul.addData{
    overflow: auto;
    height: 65%;
}
.toolManage ul.addData_title{
    background-color:#dfeffc ;
    text-align: center;
    width: 100%;
    height: 28px;
    line-height:28px;
    font-weight: bold;
}
.toolManage ul.addData_title li{
    float: left;
    width: 25%;
    height: 25px;
    line-height: 25px;
}
.toolManage ul.addData>li{
    text-align: center;
    height: 25px;
    line-height: 25px;
}
.toolManage ul.addData>li>span{
    display: block;
    float: left;
    width: 25%;
    white-space:nowrap;
    text-overflow:ellipsis;
    -o-text-overflow:ellipsis;
    overflow: hidden;

}
.toolManage ul.addData>li a{
    color: #000033;
}
.toolManage ul.addData>li a:hover{
    text-decoration: underline;
   color: #003300;
}
.toolManage ul.addData>li.hover{
    background-color: #e6e6e6;
}

#content_data,.bottom{
	background-color:white;
    overflow: hidden;
    height: 600px;
    float: left;
    width: 75%;
    border: 1px solid #d6d5dd;
}
#content_data.xx{
	
    height: 470px;
    position:relative;
   
}
.toolManage .bottom{
    width: 95%;
    margin-left: 2.5%;
    margin-bottom: 30px;
    margin-top: 10px;
}
 #content_data .backup,.bot{
    background-color: #727e8e;
    color: white;
    font-size: 16px;
    height: 30px;
    position: relative;
}
.toolManage .bot{
    text-indent: 15px;
}
.toolManage #content_data ul{
    position: absolute;bottom: 0;
    margin-left: 2.5%;
}
.toolManage #content_data li{
    float: left;
    margin-right: 16px;
    width: 105px;
    height: 26px;
    line-height: 26px;
   text-align: center;
    cursor: pointer;
    background: #99a4ba;
    color: white;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}


.toolManage #tabs li.active{
    background: white;
    color: black;
}
.toolManage #content_data>section.num1section11{
    height: 200px;
}
#click_download{
    float: right;
    cursor: pointer;
    margin:20px 20px 15px 0;
}
#use_records>span{
    font-family: 微软雅黑;
    display: inline-block;
    width: 105px;
    height: 25px;
    line-height: 25px;
    background: #929AB4;
    margin-left: 2.5%;
    margin-top: 15px;
    text-align: center;
    cursor: pointer;
    color: white;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

#use_records>span.on{
    background: #EDEDED;
    color:black;
    font-weight: bold;
}
.sec_section>section{
   height: 300px;
}
section.change_pie{
    display: none;
}

.toolManage #content_data>section>span{
    display: inline-block;
    margin:30px auto 5px 80% ;
    cursor: pointer;
}

.toolManage #tool_condition{/*工具状态详情(左边)表格*/
    width: 100%;
    margin:0 0 0 auto;
    text-align: center;
}

.toolManage #table_records,.toolManage #table_records_1,.toolManage #table_records_2{/*使用记录表(右边)表格*/
    box-shadow: #aaa 0px 0px 2px;
    border: 1px solid #cccccc;
    width: 95%;
    height: 182px;
    margin: 20px  0 auto 2.5%;
    text-align: center;
    overflow: hidden;
}
.toolManage #table_records table,.toolManage #table_records_1 table,.toolManage #table_records_2 table{
    width: 100%;

}
.toolManage table tr{
    height: 26px;
    line-height: 26px;

}
.toolManage table tr>td{
   width:12.5%;
}

.toolManage .table_3{
	table-layout:fixed;
}

.toolManage .table_3 tr>td{
	border-collapse:collapse;
	overflow:hidden;
	text-overflow:ellipsis;
	word-break:keep-all;
	-webkit-word-break: keep-all;
	white-space:nowrap;
}

#lc_down,#lc_down_1,#lc_down_2{
    margin-top: 20px;
    overflow: hidden;
}
#lc_down>div,.toolManage #lc_down_1>div,.toolManage #lc_down_2>div{
    margin-left: 20px;
    float: left;
}
#lc_down>div img,.toolManage #lc_down_1>div img,.toolManage #lc_down_2>div img{
    text-align: center;
    cursor: pointer;
    display: inline-block;
    padding-left: 10px;
	width:16px;
	height:16px;


}
#lc_down>div>span,.toolManage #lc_down_1>div>span,.toolManage #lc_down_2>div>span{
    display: inline-block;
    text-align: center;
    width: 20px;
    padding-left:8px;

}
#lc_down>p,.toolManage #lc_down_1>p,.toolManage #lc_down_2>p{
    margin-right: 20px;





    float: right;
}

/*�߿�Բ��*/
.toolManage .border_radius{
    border-radius: 5px 5px 0 0;
    box-shadow: 0 0 2px #ccc;
}
/*��ǰ״̬��ɫ*/
.toolManage #tool_condition tr td

/*��������
������*/
.str{}
.standard{
    width: 625px;
    height: 400px;
    background-color: #e6e6e6;
    position: fixed;
    top: 150px;
    left:30%;
    z-index: 100;
    font-size: 16px;
    color:#706d79;
    display: none;

}
.standard h1{
    width: 100%;
    height: 40px;
    line-height: 40px;
    background-color: #5a5665;
    font-size: 18px;
    color:#fff;
    padding-left: 20px;
    box-sizing: border-box;
}
.standard >div{
    margin-top: 30px;
    box-sizing: border-box;
}
.standard div.left img{
	margin-left:20px;
}

.standard >div>div>p{
    text-align: center;
    font-size: 14px;
}
.standard_content li span{
    height: 30px;
    line-height: 30px;
    margin-bottom: 10px;
    display: inline-block;
    width: 100px;
    text-align: right;
}
.standard_content li p{
    display: inline-block;
    text-align: right;
    margin-left: 10px;
}
/*��ӹ���*/
.add_tools,.delete_left{
    width: 620px;
    background-color: #fff;
    position: fixed;
    top: 18px;
    left:30%;
    z-index:1001;
    font-size: 16px;
    color:#706d79;
    display: none;
  
}
.add_tools>h1,.delete_left>h1{
	position:relative;
    background-color: #40474f;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #fff;
    box-sizing: border-box;
    padding-left: 20px;
}
.add_tools>h1 span{
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url("../img/canshu_03.png");
    position: relative;
    top:5px;
    margin-right: 10px;
     
}
.add_tools>h1 label{
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url("../img/logo_03.png");
   	position: absolute;
    top:8px;
    right: 3%;
    margin-right: 10px;
    cursor: pointer;
}
.delete_left>h1 label{
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url("../img/logo_03.png");
    position: absolute;
    top:8px;
    right: 3%;
    margin-right: 10px;
    cursor: pointer;
    vertical-align: middle;
}
.add_tools>form>ul span{
    display: inline-block;
    width: 150px;
    text-align: right;
}
.add_tools>form ul select,.add_tools>form>ul input{
    display: inline-block;
    height: 25px;
    line-height: 25px;
    font-size: 14px;
    width:250px;
    margin-left: 20px;
    border-radius: 3px;
    border: 1px solid #c9c7c7;
    background-color: #f7f7f6;
}
.add_tools>form>ul li{
    margin-bottom: 10px;
}
.add_tools>form>ul {
    margin: 30px;
}
.add_tools>form>ul li label{
    /* color: red; */
    font-size: 10px;
    margin-left: 10px;
}
.add_tools_footer{
    height: 40px;
    width: 100%;
    background-color: #40474f;
    text-align: center;
}
.add_tools_footer input{
    display: inline-block;
    width: 80px;
    height: 25px;
    margin: 8px;
    border-radius: 3px;
    border: none;
    cursor: pointer;
;

}

/*查看*/
.standard>h1 span.picture{
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url("../img/canshu_03.png");
    position: relative;
    top:5px;
    margin-right: 10px;
}
.standard>h1 label.close{
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url("../img/logo_03.png");
    position: absolute;
    top:10px;
    right: 3%;
    margin-right: 10px;
    cursor: pointer;
}
.change_state>h1 label.close{
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url("../img/logo_03.png");
    position: absolute;
    top:10px;
    right: 3%;
    margin-right: 10px;
    cursor: pointer;
}
.standard>h1 span.left_name{
    margin-right: 10px;
}

/*查看的背景*/
.toolManage #tool_condition tr span.checks{
    color: white;
    padding: 0 5px;
    border-radius :4px;
    background-color: #54a7f7;
    cursor: pointer;
}
/*状态通用背景*/
.toolManage #tool_condition tr span.status{
    color: white;
    padding: 0 5px;
    border-radius :4px;
    cursor: pointer
}
/*状态通用背景*/
.toolManage #tool_condition tr span.drop_thisone{
    color: white;
    padding: 0 5px;
    border-radius :4px;
    cursor: pointer;
    background-color:#9c9c9c;
}
/*删除分类*/
.delete_left span{
    width: 20%;
    display: inline-block;
    text-align: center;
}
.delete_left .delete_close{
   margin-left: 36%;
}
.delete_left div{
    height: 400px;
    overflow: auto;
}
.delete_left .delete_close:hover{
   cursor: pointer;
}


.num1section11 p{
	text-align:center;
    height: 26px;
    line-height: 26px;
    background-color: rgb(225, 239, 250);

}
.num1section11 p span{
  display:inline-block;
  float:left;
  width:12.5%;

}
.num1section11>div{
	height:420px;
overflow: auto;
	
}

/*修改状态弹窗*/

.change_state{
    width: 400px;
    height: 300px;
    background-color: #e6e6e6;
    position: fixed;
    top: 150px;
    right:20%;
    z-index: 99;
    font-size: 16px;
    color:#706d79;
    display: none; 

}
.change_state h1{
    width: 100%;
    height: 40px;
    line-height: 40px;
    background-color: #5a5665;
    font-size: 18px;
    color:#fff;
    padding-left: 20px;
    box-sizing: border-box;
}
.change_state select{
    display: inline-block;
    width: 120px;
}
.change_state>div>span{
    margin-right: 20px 
    
}
.change_selec{
	
	margin: 20px ;
	overflow:hidden;
}
.change_selec>*{
float:left;
}
span.status{
    cursor: pointer;
    color: white;
    padding:0 5px;
    border-radius: 4px;
}

.miaoshu{
	margin: 20px;
	
}
.miaoshu textarea{
	margin:0;
	padding:0;
}
.miaoshu span{
	float:left;
	display:inline-block;
	
}
.miaoshu>input{
	
	display:block;
	margin:15px auto 0 auto;
	width:80px;
	background:white;
	color:black;
	font-weight:bold;
	border:1px solid lightgrey;
	cursor:pointer;
	height:26px;

	
}


/*降序说明*/
.shuoming{

	display:inline-block;
	height:30px;
	line-height:30px;
	float:right;
	padding-right:10px;
	font-size:14px;
	
}

/*xiu gai  */
.fix_thisone{
	color: white;
    padding: 0 5px;
    border-radius :4px;
    cursor: pointer;
    background-color:#1c1c1c;
}
