@charset "utf-8";
/* CSS Document */
#ESCloginbody{
	background:#8ad9fe url(../images/logoBg.png) no-repeat center -20px;
	background-size:cover;
}

/*------------top-------------*/
#ESCloginHeader{
	width:100%;
	height:80px;
	overflow:hidden;
	background-color:#fff;
	position: absolute;
    top: 0;
}
#ESCloginLogo a img{
	width:280px;
	height:54px;
	margin: 10px 4% 0 0;
}
.ESCtopRight{
	margin: 20px 4% 0 0;
}
#wrap{
	margin: 32px 0 0 0;
}
.sidebar{
	top:80px;
}
#Lsetting{
	bottom: 24px;
}
/*------------版权---------------*/
.copyright{
	color: #666;
	font-size: 12px;
	line-height:24px;
	background-color:#fff;
}


/*-----------------phone--ipad---style-----------------*/
@media screen and (max-width: 1024px){
	.ESCloginBox{margin:auto;float:none;}
}
@media screen and (max-width: 760px){
}
@media screen and (max-width: 460px){
	#ESCloginbody{
		background-position:left -20px;
	}
	#ESCloginContent{
		padding:0 12px;
	}
	.ESCloginBox{width:100%;padding:0;}
}




