@charset "utf-8";
/* CSS Document */
.clear{
    clear: both;
}
body,html{
    background:#000924
}
body,html{
    width: 100%;
    height: 100%;
}
#content{
    width: 1120px;
    margin: 0 auto;
    position: absolute;
    height: auto;
}
#content .banner_bg{
    width:690px;
    height: 480px;
    float: left;
    overflow: hidden;
    background: url(../images/bg.png) no-repeat left center;
}
#content .loginin_form{
    width:360px;
    padding-top:105px;
    float: right;
}

#content .loginin_form .logo{
    width: 505px;
    height: 65px;
	position:absolute;
	left:61%;
	top:6%;
}
.form{margin-top:20px;}
.form .item-fore1, .form .item-fore2 {
    border: 1px solid rgba(255,255,255,0.3);
    height: 40px;
    width: 358px;
    background: rgba(10,23,49,0.3);
}
.item-fore3 {
    border: 1px solid rgba(255,255,255,0.3);
    height: 40px;
    width: 250px;
    background: rgba(10,23,49,0.3);
    margin-right: 10px;
    float: left;
}
.item-fore4 {
    border: none;
    height: 40px;
    width: 90px;
    background: rgba(10,23,49,0.3);
    float: right;
}
.form label {
    float: none;
    font-size: 12px;
}
.form .item {
    position: relative;
    margin-bottom: 20px;
    z-index: 1;
    height: 40px;
}
.form .item .login-label {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    background: url(../images/pwd-icons-new.png) no-repeat;
}
.form .item .name-label {
    background-position: 0 0;
}
.form .item .pwd-label {
    background-position: -50px 0;
}
.form .item .code-label {
    background-position: -101px 0;
}
.form .itxt {
    line-height: 20px;
    border: 0;
    padding: 10px 0 10px 50px;
    width: 358px;
    float: none;
    overflow: hidden;
    font-size: 14px;
    background: none;
    color: rgba(255,255,255,0.5);
}
.form .item-fore1 .clear-btn, .form .item-fore2 .clear-btn{
    position: absolute;
    z-index: 20;
    right: 15px;
    top: 12px;
    width: 18px;
    height: 18px;
    background: url(../images/pwd-icons-new.png) -160px -14px no-repeat;
    cursor: pointer;
    display: none;
}
input {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
#loginname::-ms-clear { display: none; }
#loginname:valid + .clear-btn { display: inline; }
#nloginpwd::-ms-clear { display: none; }
#nloginpwd:valid + .clear-btn { display: inline; }
input:focus {outline: none;}

/*输入框错误*/
.form .item-error {
    border: 1px solid #e4393c;
    background: #27132c;
}

.form .item-error .name-label {
    background-position: 0 -80px;
    border-color: #e4393c
}

.form .item-error .pwd-label {
    background-position: -50px -80px;
    border-color: #e4393c
}
.form .item-error .code-label {
    background-position: -101px -80px;
    border-color: #e4393c
}
.form .item-error .clear-btn{
    background-position: -160px -94px;
}
/*输入框 Focus*/
.form .item-focus {
    border: 1px solid #3d8abe;
    background: rgba(1,47,146,1);
}

.form .item-focus .name-label {
    background-position: 0 -40px;
    border-color: #3aa2e4
}

.form .item-focus .pwd-label {
    background-position: -50px -40px;
    border-color: #3aa2e4
}
.form .item-focus .code-label {
    background-position: -101px -40px;
    border-color: #3aa2e4
}
.form .item-focus .clear-btn{
    background-position: -160px -14px;
}


/*错误提示*/
.form .msg-wrap {
    min-height: 31px;
    height: auto!important;
    margin: 0px 0px 20px 0px;
}
.form .msg-error {
    position: relative;
    background: #94142d;
    color: #fff;
    padding: 0px 10px 0px 40px;
    line-height: 28px;
    height: 31px;
    font-size: 14px;
}
.form .msg-error b {
    position: absolute;
    top: 50%;
    display: block;
    margin-top: -8px;
    width: 27px;
    height: 16px;
    margin-left: -37px;
    overflow: hidden;
    background: url(../images/pwd-icons-new.png) left -137px no-repeat;
}

/*登录按钮*/
.form .item .login-btn {
    border: 1px solid #3ec0fd;
    background: #0076ef;
    margin: 0 auto;
    height: 46px;
    width: 358px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
    position: relative;
}
.form .item .login-btn:hover{
    background: #0158b2;
}

/*底部*/
.footer{/* 
    position: absolute;
    bottom: 10px; */
    margin-top: 100px;
    width: 100%;
    text-align: center;
    color: #fff;
    opacity: 0.4;
    font-size: 12px;
    padding-bottom: 20px;
}
.footer a,.footer a:hover{
    color: #fff;
}


.clear{
    clear: both;
}
@media screen and (max-width: 1024px) and (orientation:landscape){
	.logoMove{
		
		display:none;
	}
	#content .loginin_form .logo{
	    width: 357px;
	    height: 47px;
	    margin-bottom: 30px;
	    left:653px;
	    background: url(../images/login_logo.png) no-repeat center top;
	    background-size: contain;
	}
	#content{
		width:1024px;
	}
	#content .banner_bg{
		width: 658px;
	}
}


@media screen and (max-width: 768px) {
	.logoMove{
		
		display:none;
	}
	#content .loginin_form .logo{
	    width: 100%;
	    height: 80px;
	    margin-bottom: 30px;
	    background: url(../images/login_logo.png) no-repeat center top;
	}
    #content{
        width: 100%;
        margin: 0 auto;
        position: absolute;
        height: 100%;
    }
    #content .banner_bg{
         width:100%;
         height: 280px;
         clear: both;
         background: url(../images/bg.png) no-repeat center  80px;
         background-size: 259px 180px;
         overflow: hidden;
    }
    #content .loginin_form{
     width:100%;
     clear: both;
     overflow: hidden;
    }
    #content .loginin_form .logo{
        width: 100%;
        background: url(../images/login_logo.png) no-repeat center top;
        background-size: 250px 35px;
        position: absolute;
        top:30px;
        left:0;
    }
    .form .item-fore1, .form .item-fore2 {
        border: 1px solid rgba(255,255,255,0.3);
        height: 40px;
        width: 95%;
        background: rgba(10,23,49,0.3);
        margin:0 auto;
        }
    .item-fore3 {
        border: 1px solid rgba(255,255,255,0.3);
        height: 40px;
        width: 68%;
        margin:0 auto;
        margin-left:2.5%;
        background: rgba(10,23,49,0.3);
    }
    .item-fore4 {
        border: none;
        height: 40px;
        width: 25%;
        margin-right: 2.5%;
        background: rgba(10,23,49,0.3);
        float: right;
        }
    .form label {
        float: none;
        font-size: 12px;
    }
    .form .item {
        position: relative;
        margin-bottom: 0px;
        z-index: 1;
        height: 40px;
        margin-top: 15px;
    }
    
    .form .item .login-label {
        position: absolute;
        z-index: 3;
        top: 0;
        left: 0;
        width: 40px;
        height: 40px;
        background: url(../images/pwd-icons-new.png) no-repeat;
    }
    .form .item .name-label {
        background-position: 0 0;
    }
    .form .item .pwd-label {
        background-position: -50px 0;
    }
    .form .item .code-label {
        background-position: -101px 0;
        margin-left: 10px;
    }
    .form .itxt {
        line-height: 20px;
        border: 0;
        padding: 10px 0 10px 50px;
        width: 100%;
        float: none;
        overflow: hidden;
        font-size: 14px;
        background: none;
        color: rgba(255,255,255,0.5);
    }
    .form .itxt2{
        width: 60%;
        float: left;
    }
    .form .item-fore1 .clear-btn, .form .item-fore2 .clear-btn{
        position: absolute;
        z-index: 20;
        right: 15px;
        top: 12px;
        width: 18px;
        height: 18px;
        background: url(../images/pwd-icons-new.png) -160px -14px no-repeat;
        cursor: pointer;
        display: none;
    }
    /*登录按钮*/
    .form .item .login-btn {
        border: 1px solid #3ec0fd;
        background: #0076ef;
        margin:0 auto;
        height: 40px;
        width: 95%;
        color: #fff;
        text-align: center;
        cursor: pointer;
        font-size: 16px;
        margin-left: 2.5%;
        clear: both;
        padding-top: 0;
        margin-top:0;
    }
    .form .item .login-btn:hover{
        background: #0158b2;
    }
    /*底部*/
    .footer{
        width: 100%;
        text-align: center;
        color: #fff;
        opacity: 0.4;
        font-size: 12px;
        padding-bottom: 20px;
        margin-top: 30px;
    }
    .footer a,.footer a:hover{
        color: #fff;
    }
    /*错误提示*/
    .form .msg-wrap {
        min-height: 31px;
        height: auto!important;
        margin: 0px 0px 20px 0px;
        width: 95%;
        margin:0 auto;
    }
    .form .msg-error {
        position: relative;
        background: #94142d;
        color: #fff;
        padding: 0px 10px 0px 40px;
        line-height: 28px;
        height: 31px;
        font-size: 14px;
    }
    .form .msg-error b {
        position: absolute;
        top: 50%;
        display: block;
        margin-top: -8px;
        width: 27px;
        height: 16px;
        margin-left: -37px;
        overflow: hidden;
        background: url(../images/pwd-icons-new.png) left -137px no-repeat;
    }

}

@media screen and (min-width: 320px) and (orientation:landscape) and (max-width: 768px){
	.logoMove{
		
		display:none;
	}
	#content .loginin_form .logo{
	    width: 100%;
	    height: 80px;
	    margin-bottom: 30px;
	    background: url(../images/login_logo.png) no-repeat center top;
	}
	.form .item .code-label {
		margin-left: 15px;
	}
}

@media screen and (min-width: 1024px) and (orientation:portrait){/*竖屏*/
	.logoMove{
		
		display:none;
	}
	#content .loginin_form .logo{
	    width: 100%;
	    height: 80px;
	    margin-bottom: 30px;
	    background: url(../images/login_logo.png) no-repeat center top;
	}
	.form .item .code-label {
	    margin-left: 18px;
	}
}
@media screen and (min-width: 768px) and (orientation:portrait){/*竖屏*/
	.logoMove{
		
		display:none;
	}
	#content .loginin_form .logo{
	    width: 100%;
	    height: 80px;
	    margin-bottom: 30px;
	    background: url(../images/login_logo.png) no-repeat center top;
	}
	.form .item .code-label {
	    margin-left: 18px;
	}
}
@media screen and (min-width: 1024px) and (orientation:landscape){/*竖屏*/
	.form .item .code-label {
	    margin-left: 2px;
	}
}