html{
    width: 100%;
    height: 100%;
    font-family: "Microsoft YaHei";
}
.login-box{
    min-width: 1200px;
    height: 100%;
    margin: 0 auto;
}
.login-header{
    width: 1200px;
    height: 60px;
    line-height: 60px;
    overflow: hidden;
    margin: 0 auto;
}
.login-header h1{
    padding-left: 32px;
    color: #333;
    font-size: 18px;
    background: url(../image/logo.png) no-repeat left 18px;
	height: 60px;
    padding-top: 20px;
}
.login-header .header-link{
    float: right;
    color: #909090;
    font-size: 14px;
}
.login-header .header-link a{
    color: #909090;
    text-decoration: none;
    padding: 0 10px;
	font-size: 18px;
}
.login-from{
    width: 100%;
    height: 520px;
    background: url(../image/bg.jpg) no-repeat center top;
}
.login-from .pass-form{
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
.login-from .pass-form .pass-form-box{
	width: 420px;
    height: 380px;
    padding: 0 45px;
    background-color: #fff;
    position: absolute;
    top: 65px;
    right: 2px;
}
.login-from .pass-form h3{
    height: 20px;
    line-height: 20px;
    margin-top: 40px;
    margin-bottom: 28px;
}
.login-from .pass-form h3::before{
    content: "";
    display: block;
    float: left;
    width: 5px;
    height: 20px;
    background-color: #333;
    border-radius: 2px;
    margin-right: 12px;
}
.pass-form-item{
    position: relative;
}
.pass-form-item i{
    display: block;
    width: 46px;
    height: 48px;
    position: absolute;
    left:0;
    top:-3px;
}
.pass-form-item-code i {
    background: url(../image/code-icon.png) no-repeat center;
	z-index: 1;
}
.pass-form-item-username i{
    background: url(../image/user-icon.png) no-repeat;
}
.pass-form-item-password i{
    background: url(../image/password-icon.png) no-repeat;
}
.pass-input{
    width: 320px;
    height: 40px;
    border: 1px solid #ebebeb;
    margin-bottom: 20px;
    font-size: 14px;
}
.pass-input input{
    width: 318px;
    padding: 0 0 0 48px;
    height: 38px;
    border: 0;
    outline:none;
}
.pass-button-submit{
    display: block;
    width: 320px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background-color: #24a429;
    text-decoration: none;
    margin-top: 20px;
	font-size: 20px;
}
.pass-button-submit:hover{
	 text-decoration: none;
	 color: #fff;
     background-color: #24a429;
}
.forget-password{
    color: #24a429;
    font-size: 14px;
    text-decoration: none;
    margin-top: 25px;
    float: right;
}

.login-main{
    width: 1200px;
    margin: 50px auto;
}
.login-main-num{
    display: inline-block;
    margin-left: -25px;
    text-align: center;
    color: #333;
    font-size: 18px;
}
.login-main-num li{
    float: left;
    width: 280px;
    background-color: #ebebec;
    overflow: hidden;
    margin-left: 26px;
}
.login-main-num li div:nth-of-type(n){
    height: 125px;
    overflow: hidden;
}
.login-main-num li div:nth-of-type(2n){
    width: 278px;
    height: 80px;
    line-height: 80px;
    overflow: hidden;
    margin: 1px;
    background-color: #fff;
    font-size: 20px;
}
.login-main-num li div:nth-of-type(2n) span{
    font-size: 40px;
    margin-right: 5px;
}
.operator-access::before{
    content: "";
    display: block;
    width: 60px;
    height: 60px;
    overflow: hidden;
    background: url(../image/icon.png) no-repeat 0 0;
    margin: 15px auto 12px auto;
}
.charging-station::before{
    content: "";
    display: block;
    width: 60px;
    height: 60px;
    overflow: hidden;
    background: url(../image/icon.png) no-repeat -60px 0;
    margin: 15px auto 12px auto;
}
.ac-pile::before{
    content: "";
    display: block;
    width: 60px;
    height: 60px;
    overflow: hidden;
    background: url(../image/icon.png) no-repeat -120px 0;
    margin: 15px auto 12px auto;
}
.dc-pile::before{
    content: "";
    display: block;
    width: 60px;
    height: 60px;
    overflow: hidden;
    background: url(../image/icon.png) no-repeat -180px 0;
    margin: 15px auto 12px auto;
}

.login-footer{
    color: #6c6c6c;
    font-size: 14px;
    text-align: center;
    height: 30px;
    line-height: 40px;
    border-top:1px solid #ebebec;
}