@CHARSET "UTF-8";
.footer{
	background-color:transparent;
}
.login_bg{
	width:602px;
	height:336px;
	margin-left:-301px;
	margin-top:-168px;
	position:absolute;
	top:50%;
	left:50%;
	background-image:url('../../images/login_02.png');
	background-repeat: no-repeat;
	background-size: 602px 336px;
}
.login_panel{
	position: relative;
	margin-top: 120px;
	margin-left: 35px;
	margin-right: 95px;
}
/********************************************popup_edit start******************************/
.popup_bg{
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.5;
    left: 0px;
    top: 0px;
    position: fixed;
    z-index: 10000;
	display:none;
	overflow:hidden;
}
.popup_bg img{
    position: absolute;	
    top: 50%;
    left: 50%;
	width:44px;
	height:44px;
	margin-left:-22px;
	margin-top:-22px;
}



.popup_edit{
	position:absolute;
	width:900px;
	height:466px;
	top:50%;
	left:50%;
	margin-left:-450px;
	margin-top:-233px;
	z-index:1001;
	border-radius:10px;
	padding:15px;
	display:none;
	background-color:#EAF5F7;
    z-index: 10001;	
}
.popup_edit .edit_top{
	font-size:17px;	
	line-height:35px;
	margin-bottom:4px;
	color:#006699;
}
.popup_edit .div_table{
	width:850px;
	height:335px;
	margin:0 auto;
	margin-bottom:10px;
	overflow-y: auto;
}
.popup_edit .div_table table{
	width:100%;
}
.popup_edit .div_table table tr{
	height:35px;
}
.popup_edit .div_table table tr td:nth-child(2),
.popup_edit .div_table table tr td:nth-child(3){
	width:280px;
}
.popup_edit .div_table table input{
	width:250px;
	margin-left:8px;
}
.popup_edit .div_button{
	position:absolute;
	bottom:35px;
	right:20px;
}
.popup_edit .div_button button{
	margin-right:23px;
}
