* {
    margin: 0;
    padding: 0;
}

body,
html,
#app {
    width: 100%;
    height: 100%;
}

body {
    background: url(../images/login_bg.jpg) no-repeat;
    /*background-size: cover;*/
    box-sizing: border-box;
    overflow: hidden;
    background-size: cover;
    position: absolute;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/login_bg.jpg',sizingMethod='scale');  
}

#app img {
    display: block;
}

.descriptionbg {
    position: absolute;
    right: 0;
    top: 0;
    width: 5rem;
    height: 100%;
    background: #192e40;
    opacity: 0.4;
}

.description {
    position: absolute;
    right: 0;
    top: 0;
    width: 5rem;
    height: 100%;
    background: #192e40;
    opacity: 0.4;
    filter: blur(0.1rem);
    box-shadow: 1px 1px 1px 1px #192e40;
}

    .description::before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        -webkit-filter: blur(0.1rem);
        -moz-filter: blur(0.1rem);
        -o-filter: blur(0.1rem);
        -ms-filter: blur(0.1rem);
        filter: blur(0.1rem);
    }

.nav {
    width: 100%;
    font-size: 0.35rem;
    color: #fff;
    text-align: center;
    margin-bottom: 1rem;
}

.el-button--text {
    float: right;
    padding: 0;
    height: 100%;
    display: block;
    font-size: 0.16rem;
    line-height: unset !important;
}


.el-input {
    padding: 0;
    float: left;
    width: auto;
    line-height: 0.3rem;
    height£º3rem;
}

.Code input {
    width: 1.5rem;
}

.el-input__inner {
    width: 2rem;
    padding: 0;
    background: none;
    border: none;
    border: none;
    color: #FFFFFF;
    font-size: 0.2rem;
    text-indent: 0.2rem;
    height: 0.3rem;
    line-height: 0.3rem;
}

.el-form-item__error {
    font-size: 0.12rem;
    padding: 0;
    margin-left: 0.91rem;
}

input[type=text] {
    color: #FFFFFF;
}

.login_box {
    position: fixed;
    height: 100%;
    width: 5rem;
    float: right;
    top: 0;
    right: 0;
}

.Account,
.Password,
.Phone,
.Verification {
    overflow: hidden;
    width: 3.6rem;
    margin: 0 auto;
    padding: 0.2rem 0;
    border-bottom: 0.01rem solid #FFFFFF;
    box-sizing: border-box;
}

.switch {
    margin: 0 auto;
    width: 3.6rem;
    margin-top: 0.2rem;
}

.Account img,
.Password img,
.Phone img,
.Verification img {
    width: 0.3rem;
    height: 0.3rem;
    float: left;
    padding: 0 0.2rem;
    border-right: 0.01rem solid #FFFFFF;
}

.password {
    background: url(../images/login_invisible.png) no-repeat;
    height: 0.28rem;
    width: 0.2rem;
    display: inline-block;
    float: right;
    margin: 0.01rem 0.2rem;
    background-size: cover;
    cursor: pointer;
}

.wordhide {
    background: url(../images/login_visible.png) no-repeat;
    height: 0.28rem;
    width: 0.2rem;
    display: inline-block;
    float: right;
    margin: 0.01rem 0.2rem;
    background-size: cover;
    cursor: pointer;
}


.el-checkbox__label {
    font-size: 0.16rem;
    color: #FFFFFF;
}

.Forget {
    color: #FFFFFF;
    text-decoration: none;
    float: right;
}

.registerBtn .el-button {
    width: 3.6rem;
    height: 0.6rem;
    margin: 0 auto;
    display: block;
    margin-top: 0.8rem;
    padding: 0;
    font-size: 0.24rem;
    color: #333;
}

#login {
    width: 3.6rem;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: -0.36rem;
}

.nopass {
    position: absolute;
    width: 3.6rem;
    text-align: right;
    color: #FFFFFF;
    bottom: -0.4rem;
    left: 50%;
    margin-left: -1.8rem;
    font-size: 0.16rem;
}

    .nopass a {
        color: #00aeff;
        text-decoration: none;
    }

.hezing {
    height: 0.72rem;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}

    .hezing img {
        margin: 0 auto;
        width: 1.2rem;
        height: 0.53rem;
    }

.box {
    height: 100%;
    width: 100%;
    position: relative;
    margin-top: -0.32rem;
}

.el-checkbox__inner {
    background: none;
}

    .el-checkbox__inner::after {
        top: 0 !important;
    }

.el-form-item {
    margin-bottom: 0px !important;
}

.el-form-item__content {
    line-height: unset !important;
}

footer {
    position: absolute;
    bottom: 0.2rem;
    text-align: center;
    color: #fff;
    font-size: 0.16rem;
    width: 100%;
}

    footer a {
        color: #ffffff;
    }

[v-cloak] {
    display: none;
}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    -webkit-text-fill-color: #ededed !important;
    -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
    background-color: transparent;
    background-image: none;
    transition: background-color 50000s ease-in-out 0s;
     
}

::-ms-clear, ::-ms-reveal {
    display: none;
}

.el-message i {
    font-size: 0.18rem;
}
/*µ¯¿òÌáÊ¾*/

.el-form-item__error {
    font-size: 0.12rem;
    padding: 0;
    margin-left: 0.91rem;
}
