body {
    margin: 0;
    background: 0 0
}

video {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    background-size: cover;
    background: #1b2b57;
}

@media screen and (max-width: 1920px) {
    video {
        width: 100%;
    }
}

.login-content {
    margin: 0;
    padding: 0;
}

.login-top-tit {
    width: 100%;
    height: 122px;
    background: url(../../Content/home/images/top-bg.png) no-repeat center top;
}

.content {
    z-index: 10;
    position: relative;
    margin: 0 auto;
    width: 800px;
    max-height: 70%;
    height: 100%;
    padding: 5% 0 0
}

.form-wrap {
    width: 1040px;
    margin: 7% auto 0 auto;
    background: #fff;
    box-shadow: 0 0 5px rgba(27,151,250,.7);
    border-radius: 2px;
    overflow: hidden;
    border: #23b7f8 solid 3px
}

.resetform-wrap {
    width: 730px;
    margin: 7% auto 0 auto;
    background: #fff;
    box-shadow: 0 0 5px rgba(27,151,250,.7);
    border-radius: 2px;
    overflow: hidden;
    border: #23b7f8 solid 3px
}

.left-tit {
    float: left;
    width: 494px;
    height: 480px;
    background: url(../../Content/home/images/xq-logo.png) no-repeat center
}

.right-login {
    float: left;
    padding: 5px 0 0 30px
}

    .right-login h2 {
        font-size: 30px;
        color: #25b9f8;
        text-align: center;
        width: 100%;
        margin: 20px 0 0 0;
    }

.form-box li {
    width: 38%;
    line-height: 80px;
    list-style: none
}

.form-box em {
    float: left;
    line-height: 80px;
    font-style: normal;
    display: inline-block;
    position: absolute;
    margin-left: 8px;
    color: #25b9f8
}

.form-box li input {
    width: 354px;
    border: #1d93f8 solid 1px !important;
    background: #fff;
    padding: 0 0 0 50px;
    margin-top: 4px;
    height: 50px;
    line-height: 40px;
    border: none;
    font-size: 16px
}

.form-box li.ipt {
    width: 10%
}

.form-box li.l-btn {
    line-height: 40px
}

.login-btn {
    cursor: pointer;
    width: 407px;
    height: 72px;
    padding: 0;
    background: url(../../Content/home/images/login-bnt.png) no-repeat;
    border: none;
    margin-top: 30px
}

    .login-btn:hover {
        background: url(../../Content/home/images/login-bnt-hov.png) no-repeat
    }

    .login-btn:active {
        border: none
    }

.error {
    text-align: center;
    color: #c00;
    line-height: 40px;
    background: rgba(255, 255, 255, 0.6);
    width: 200px;
    margin: 15px auto;
    padding:0 15px;
    border-radius: 5px
}

.rem-pwd {
    font-size: 15px;
    color: #222;
    line-height: 51px
}

.form-box li.ipt:focus {
    border: #149be9 solid 1px;
    border-color: #03a9f4;
    box-shadow: 0 0 15px #03a9f4;
    background: rgba(255,255,255,.8)
}

.form-box li input:focus {
    border: #149be9 solid 1px;
    border-color: #03a9f4;
    box-shadow: 0 0 15px #03a9f4;
    background: rgba(255,255,255,.8);
    color: #333
}
.login-code-icon i{
    font-size:26px!important;
    line-height:94px!important;
}
@media screen and (max-width:1366px) {
    .login-top-tit {
        height: 80px;
        background: url(../../Content/home/images/top-bg-x.png) no-repeat;
        background-size:100% 100%;
    }

    .form-wrap {
        width: 730px
    }

    .right-login h2 {
        font-size: 26px;
        padding: 15px 0 0 0;
        margin: 0
    }

    .left-tit {
        width: 350px;
        height: 349px;
        background: url(../../Content/home/images/top-bg.png) no-repeat center top;
        background-size: 105%
    }

    .right-login {
        padding: 2px 0 0 10px;
        overflow: hidden
    }

    .form-box em, .form-box li {
        line-height: 58px
    }

        .form-box li input {
            width: 230px;
            height: 40px
        }

        .form-box li.l-btn {
            line-height: 15px
        }

    .login-btn {
        width: 283px;
        height: 50px;
        background: url(../../Content/home/images/login-bnt-x.png) no-repeat;
        margin-top: 20px
    }

        .login-btn:hover {
            background: url(../../Content/home/images/login-bnt-hov-x.png) no-repeat
        }
    .login-code-icon i{
        font-size: 26px !important;
        line-height: 68px !important;
        margin-left:-4px;
    }
}
.newlogin-footer{
    position:fixed;
    left:0;
    bottom:0;
    width:100%;
    height:40px;
    color:#fff;
    text-align:center;
    line-height:40px;
    background:rgba(0,0,0,.8);
    font-size:16px;
    letter-spacing:2px;
}
.newlogin-footer i{
    font-size: 24px;
    vertical-align: -webkit-baseline-middle;
}
.login-center-logo{
    display:block;
    /*margin:20px auto;*/
    width:100%;
    height:100%;
}
.form-box{
    overflow:hidden;
}
.reset-form-box {
    width: 500px;
    overflow: hidden;
    background: #fff;
    border-radius: 6px;
    margin: 0 auto;
}

.reset-form-box-p {
    padding: 10px 0 0 0;
    box-sizing: border-box;
}

.reset-form-box-input {
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0 5px;
    box-sizing: border-box;
    color: #333333;
    border: 1px solid #d7d7d7;
    background-color: #fff;
}

.reset-form-box input::-webkit-input-placeholder {
    color: #9a9a9a;
}

.reset-form-box input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #9a9a9a;
}

.reset-form-box input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #9a9a9a;
}

.reset-form-box input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #9a9a9a;
}

.reset-form-box-code {
    width: 220px;
    height: 40px;
    line-height: 40px;
    padding: 0 5px;
    box-sizing: border-box;
    color: #333333;
    border: 1px solid #d7d7d7;
    background-color: #fff;
}

.reset-form-box-code-btn {
    width: 100px;
    height: 40px;
    line-height: 40px;
    padding: 0 5px;
    box-sizing: border-box;
    vertical-align: top;
    color: #333333;
    border: 1px solid #d7d7d7;
    background-color: #fff;
    cursor: pointer;
    outline: none;
}