﻿html {
    height: 100%;
    display: block;
    min-width: 1200px;
    overflow-x: auto;
    overflow-y: auto;
    min-height: 600px;
}

body {
    height: 100%;
    background-image: url(/AppFiles/Images/Common/Login/home.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    min-width: 1200px !important;
    filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/AppFiles/Images/Common/Login/login.png',  sizingMethod='scale')";
    overflow-y: hidden;
    overflow:hidden;
    background-color: #3c92e8;
    position: relative !important;
}

.login {
    width: 1000px;
    padding: 0px;
    margin: 60px auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.login-bg {
    margin: 0 auto;
    width: auto;
    position: relative;
    font-size: 16px;
    color: #ffffff;
    padding: 0;
}

.login-img {
    left: 50%;
    width: 90%;
    max-height: 404px;
    max-width: 1313px;
    bottom: 0;
    position: absolute;
    z-index: -1;
}

    .login-img img {
        width: 100%;
        height: 100%;
        max-height: 404px;
    }

.login-title {
    height: 32px;
    width: 100%;
    margin: 0 auto;
    font-size: 32px;
    color: #FEFEFE;
    text-align: center;
    line-height: 32px;
    margin-bottom: 50px;
}

.login-blank {
    height: 180px;
    width: 100%;
}

.logintitle {
    font-size: 32px;
    color: #FEFEFE;
    text-align: center;
}

.login-content {
    margin: 0 auto;
    width: 350px;
    height: 360px;
    background-color: #ffffff;
    border-radius: 8px;
    box-sizing: border-box;
    padding: 30px 27px;
    display: flex;
    flex-direction: column;
    position: relative;
}

.login-name {
    height: 18px;
    text-align: center;
    width: 100%;
    line-height: 18px;
    font-size: 18px;
    color: #4D4D4D;
}

.login-textbox {
    width: 100%;
    height: 40px;
    margin-top: 13px;
    border-radius: 5px 5px 5px 5px;
    background-color: #FFF;
    border: 1px solid #b2b2b2;
}

.login-user-img {
    float: left;
    margin-top: 10px;
    margin-left: 10px;
    width: 16px;
    height: 20px;
    background-image: url(/AppFiles/Images/Common/Login/user.png);
    background-repeat: no-repeat;
}

.login-psw-img {
    float: left;
    margin-top: 10px;
    margin-left: 10px;
    width: 16px;
    height: 20px;
    background-image: url(/AppFiles/Images/Common/Login/password.png);
    background-repeat: no-repeat;
}

.login-input {
    float: left;
    height: 32px;
    margin: 3px 10px 3px 15px;
    width: 215px;
    border: 0px #ffffff solid;
    color: #4D4D4D;
}

.code-input {
    float: left;
    height: 32px;
    margin: 3px 9px 3px 9px;
    width: 100px;
    line-height: 32px;
    border: 0px #ffffff solid;
    color: #4D4D4D;
}

.login-footer-blank {
    height: 70%;
    width: 100%;
}

.login-code {
    width: 100%;
    height: 38px;
    margin-top: 13px;
}

.login-footer {
    position: absolute;
    width: 100%;
    text-align: center;
    font-size: 12px;
    bottom: 10px;
}

.login-mark {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    font-size: 12px;
}

.login-textbox-code {
    width: 120px;
    height: 40px;
    margin-left: 1px;
    border-radius: 5px 5px 5px 5px;
    background-color: #FFF;
    border: 1px solid #b2b2b2;
}

.login-code-img {
    width: 94px;
    height: 40px;
    border: 1px solid #b2b2b2;
    margin-left: 10px;
}

.login-next-code {
    width: 42px;
    height: 40px;
    border: 0;
    color: #00aeff;
    margin-left: 10px;
    font-size: 12px;
    line-height: 40px;
    cursor: pointer;
}

    .login-next-code:hover {
        color: #F00;
    }

.login-btn {
    width: 100%;
    color: #FFF;
    text-align: center;
    margin-top: 38px;
    line-height: 40px;
    cursor: pointer;
    position: relative;
    height: 40px;
    border-radius: 8px;
    background-color: #458bf8;
    border-color: #458bf8;
    font-size: 14px !important;
}

    .login-btn img {
        width: 25px;
        height: 25px;
        animation: rotate 2s linear infinite;
        -webkit-animation: rotate 2s linear infinite;
        -moz-animation: rotate 2s linear infinite;
        -o-animation: rotate 2s linear infinite;
        font-style: normal;
        display: none;
        -webkit-font-smoothing: antialiased;
    }

@keyframes rotate {
    100% {
        transform: rotate(360deg);
    }
}

.mt20 {
    margin-top: 20px;
}

.w120 {
    width: 120px;
}

.w100 {
    width: 100px;
}

.inpt {
    outline: none; /*去除蓝色边框*/
}

.fl {
    float: left;
}

#textBox {
    flex: 1;
}

#frmLogin {
    flex: 1;
}

.line {
    width: 244px;
    height: 1px;
    border: solid 1px #5f99da;
}

.line1 {
}

.line2 {
    margin-left: 170px;
    margin-top: 16px;
}

.text {
    font-family: MicrosoftYaHei-Bold;
    font-size: 42px;
    line-height: 1.15;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
}

.text1 {
    margin-top: 14px;
    margin-left: 39px;
}

.text2 {
    margin-top: 15px;
    margin-left: 129px;
}

.login-logo {
    width: 950px;
    margin: auto;
}

.typeImg {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.type {
    font-family: MicrosoftYaHei-Bold;
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #464646;
}

.changeType {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 74px;
    height: 23px;
    background-color: #e9f1ff;
    border-radius: 4px;
    border: solid 1px #9ec4ff;
    color: #458bf8;
    font-size: 12px;
    margin-right: 25px;
    cursor: pointer;
    position: relative;
}

.form {
    margin-top: 35px;
}

.code {
    margin: 0 auto;
    margin-top: 50px;
    width: 149px;
    height: 179px;
    border: solid 1px #d5d5d5;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

    .code .codePic {
        background-color: #999;
        width: 128px;
        height: 128px;
    }

    .code img {
        width: 128px;
        height: 128px;
    }

    .code .text {
        margin-top: 11px;
        font-size: 12px;
        letter-spacing: 0px;
        color: #333333;
    }

.changeCode {
    width: 50px;
    position: absolute;
    bottom: 10px;
    left: calc(50% - 25px);
    display: flex;
    justify-content: center;
}

    .changeCode img {
        height: 18px;
        width: 18px;
        -webkit-transition: -webkit-transform .3s ease;
        -moz-transition: -moz-transform .3s ease;
        -ms-transition: -ms-transform .3s ease;
        transition: transform .3s ease;
    }

        .changeCode img:hover {
            cursor: pointer;
            -webkit-transform: scale(1.1);
            -moz-transform: scale(1.1);
            -ms-transform: scale(1.1);
            transform: translateZ(0) scale(1.1);
        }

    .changeCode .imgLine {
        width: 1px;
        border: 1px solid #e6e0e0;
    }

.download-tip {
    text-align: right;
    margin-top: 10px;
}

.noclick {
    pointer-events: none;
}
