body, input, button, a {
    font-family: "微软雅黑","HelveticaNeue", "Helvetica Neue", Helvetica, Arial !important;
}

a {
    text-decoration: none;
    font-size: 12px;
    color: #808080;
}

a:hover {
    color: #4495F1;
}
html,body{
    height: 100%;
}

.login {
    height: 100%;
    position: absolute;
    /*overflow: auto;*/
    overflow: hidden;
    width: 100%;
    text-align: center;
    background: url(../images/default/login/login_bg.jpg) no-repeat center center;
    background-size: cover;
    min-height: 578px;
}

.login-container {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -210px;
    margin-top: -260px;
}

.login-container .logo {
    width: 100%;
    font-size: 22px;
    color: #fff;
    line-height: 1em;

    /*background: url(../images/default/login/login_title.png) no-repeat center center;*/
    margin-bottom: 40px;
}
.login-container .logo .logo-sub{
    font-size: 14px;
    color: #fff;
    opacity: 0.45;
    line-height: 1em;
    margin-top: 10px;
    letter-spacing: 4px;
    word-spacing: 8px;
}

.login-input {
    background-color: rgba(255,255,255,1);
    border-radius: 9px;
    padding: 30px 0 36px;
    width:410px;
    margin: 0 auto;
}
.login-input-logo{
    width: 235px;
    height: 43px;
    background: url("../images/login/logo.png") no-repeat center;
    background-size: contain;
    margin: 0 auto;
}

.copyright {
    text-align: center;
    color: #A7A9A3;
    font-size: 10px;
    left: 0;
    right: 0;
    position: absolute !important;
    bottom: 8px;
}

.login-input .inp-cont{
    border: 1px solid #ccc;
    background-color: rgba(255,255,255,0.1);
    height: 38px;
    margin-bottom: 20px;
    display: inline-block;
    width: 298px;
    text-align: left;
    border-radius: 2px;
    font-size: 0;
}

.login-input .inp-cont:before{
    width: 40px;
    height: 38px;
    border-right: solid 1px #cccccc;
    content: "";
    display: inline-block;
    vertical-align: top;
    background-repeat: no-repeat;
    background-position: center;
}
.user-info:before{
    background-image: url("../images/login/icon_user.png");
}
.password-info:before{
    background-image: url("../images/login/icon_lock.png");
}
.phone-info:before{
    background-image: url("../images/login/icon_mail.png");
}
.login-input .inp-cont input{
    width: 212px;
    border:none;
    padding: 0 20px;
}


.login-input input {
    height: 38px;
    font-size: 14px;
    border-radius: 3px;
    color: #333;
}

.code-validate,.password-remember,.phone-validate{
    width:300px;
    margin: 0 auto;
}

.code-validate input,.phone-validate input{
    border: 1px solid #ccc;
    border-radius: 2px;
}

.code-validate,.phone-validate{
    margin-bottom: 20px;
    height:40px;
}
input:focus{
    outline: none;
}

input::-webkit-input-placeholder {
    color: #959595;
}

input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #959595;
}

input::-moz-placeholder {
    color: #959595;
}

.error-info{
    height: 34px;
    line-height: 34px;

}
.error-info .return-msg{
    font-size: 14px;
}

.error-msg {
    display: block;
    color: #FF543D;
    font-size: 12px;
    line-height: 2em;
    text-align: left;
}
.return-msg {
    color: #FF543D;
    font-size: 12px;
    margin-left: 8px;
    margin-top: 8px;
    vertical-align: middle;
}

.user-info input.error-input {
}

.password-info input.error-input {
}

.validate-code {
    width: 120px;
    float: left;
    padding: 0 20px;
    text-align: center;
}

.login-input button {
    color: #FFFFFF;
    text-shadow: none;
    border: 0;
    height: 40px;
}

.login-input button:hover {
    font-size: 12px;
    color: #FFFFFF;
    cursor: pointer;
}

.resend-code-wait {
    width: 100px;
    background-color: #C9CCD8 !important;
    float: right;

}
.resend-code-wait:focus{
    outline: none;
}

.validate-img {
    cursor: pointer;
    height:40px;
    vertical-align: middle;
    position: relative;
    float: right;
}

.resend-code-nor {
    width: 100px;
    background-color: #105090;
    color: #FFFFFF;
    float: right;
}
.resend-code-nor:hover{
    opacity: 0.8;
}
.resend-code-nor:focus{
    outline: none;
}
.checked,.unchecked {
    font-size: 14px;
    line-height: 16px;
    color: #959595;
    text-decoration: none;
    float: left;
}
.checked:hover,.unchecked:hover {
    text-decoration: underline;
    color: #959595;
}
.checked:before,.unchecked:before{
    display: inline-block;
    width:15px;
    height:15px;
    margin-right: 7px;
    vertical-align: top;
    border-radius: 2px;
    content: "";
}
.checked:before{
    border: 1px solid #ccc;
    background-color: #fff;
}
.unchecked:before{
    border: 1px solid #105090;
    background: url("../images/login/icon_dagou.png") no-repeat center;
    background-color: #105090;
}
.password-remember {
    overflow: hidden;
    margin-bottom: 30px;
}

.forget-password {
    color: #959595;
    font-size: 14px;
    float: right;
}
.back-login {
    color: #959595;
    font-size: 14px;
    float: left;
}
.back-login:hover,.forget-password:hover {
    text-decoration: underline;
    color: #959595;
}
button.login-btn {
    width: 300px;
    font-size: 16px;
    background-color: #105090;
}

button.login-btn:hover {
    opacity: 0.8;
    font-size: 16px;
}

.phone-number {
    margin-bottom: 10px;
}

.phone-input {

}

.back-btn {
    width: 115px;
    background-color: #C9CCD8 !important;
}

button.reset-btn {
    width: 300px;
    font-size: 16px;
    background-color: #3783ff;
}
button.reset-btn:hover {
    font-size: 16px;
    color: #FFFFFF;
    cursor: pointer;
    background-color: #256fe7;
}
button.reset-login-btn{
	margin-top:10px;
    width: 272px;
    font-size: 16px;
}

@media (max-height: 580px) {
    .login {
        overflow-y: auto;
        overflow-x: hidden;
    }

    .copyright {
        position: relative;
        margin-top: 20px;
    }
}

/*  jcx */
@media (max-width: 1024px) {
    

    .copyright {
        width:270px;
        margin-left: auto;
        margin-right: auto;
    }

    .error-msg {
        display: block;
        position: static;
    }
}



