﻿* {
    box-sizing: border-box;
    -webkit-appearance: none;
    -webkit-touch-callout: none;
    -webkit-text-size-adjust: none;
    -webkit-user-select: none;
    -webkit-highlight: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    margin: 0;
    padding: 0
}

body { 
    background: url(../image/login.jpg?v=1.1) no-repeat center/cover !important;
}

html.accounts .Back {
    background: transparent !important;
}

html.accounts .page-body {
    position: relative;
}

em {
    font-style: inherit;
}

ul,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}

input,
textarea,
keygen,
select,
button {
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
}

input,
button,
textarea {
    border: 0;
    background: none;
    outline: none;
    resize: none;
    font-family: arial, Microsoft Yahei;
}

    input:-webkit-autofill {
        -webkit-box-shadow: 0 0 0px 1000px white inset;
        border: 1px solid #ccc !important;
    }

@font-face {
    font-family: 'system-iconfont';
    src: url('iconfont.eot');
    src: url('iconfont.eot?#iefix') format('embedded-opentype'), url('iconfont.woff') format('woff'), url('iconfont.ttf') format('truetype'), url('iconfont.svg#iconfont') format('svg');
}

@font-face {
    font-family: 'system-iconfont'; /* project id 809639 */
    src: url('//at.alicdn.com/t/font_809639_toqd6xuno4.eot');
    src: url('//at.alicdn.com/t/font_809639_toqd6xuno4.eot?#iefix') format('embedded-opentype'), url('//at.alicdn.com/t/font_809639_toqd6xuno4.woff') format('woff'), url('//at.alicdn.com/t/font_809639_toqd6xuno4.ttf') format('truetype'), url('//at.alicdn.com/t/font_809639_toqd6xuno4.svg#system-iconfont') format('svg');
}

.display-flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.box-center-v {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

.box-flex {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%;
    overflow: hidden;
}

input {
    -webkit-user-select: auto;
}

html.accounts .page-body {
    padding: 0;
}

html.accounts .Back {
    height: 82%;
}

.login-aside {
    width: 760px;
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.column-right {
    padding: 0 30px;
    background: #fff;
}

    .column-right .header-box {
        padding: 20px 0 15px 0;
        text-align: center;
    }

        .column-right .header-box > h2 {
            margin: 0;
            font-size: 36px;
        }

        .column-right .header-box > .subtitle {
            margin: 0;
            padding-top: 5px;
            font-size: 20px;
        }

.loginfrom .login-title {
    padding-left: 8px;
    margin-bottom: 25px;
    border-left: 3px solid #6080ff;
    line-height: 1;
    font-size: 16px;
    color: #676a6c;
}

.from-item {
    position: relative;
    padding: 0 10px;
}

    .from-item:not(:last-child) {
        padding-bottom: 15px;
    }

    .from-item > p {
        margin: 0;
    }

    .from-item > .input-icon {
        position: absolute;
        top: 10px;
        left: 20px;
        color: #999;
    }

.input-icon:before {
    font-family: 'system-iconfont';
    content: '\e67f';
}

.password-icon:before {
    content: '\e62c';
}

.code-icon:before {
    content: '\e623';
}

.from-item > .input-txt {
    display: block;
    width: 100%;
    padding: 10px;
    padding-left: 40px;
    border: 1px solid #ddd;
    font-size: 14px;
    line-height: 1.45;
    background: #fff !important;
}

.from-item:last-child > .input-txt {
    width: 135px;
}

.from-item > .input-txt:focus {
    border-color: #6080ff !important;
}

    .from-item > .input-txt:focus ~ em {
        color: #6080ff;
    }

.from-item > .input-txt::-webkit-input-placeholder {
    color: #999;
}

.from-item > .input-txt::-moz-placeholder {
    color: #999;
}

.from-item > .input-txt:-ms-input-placeholder {
    color: #999;
}

.auto-login {
    margin: 15px 10px 0 10px;
}

#remember-me {
    opacity: 0;
    display: none;
}

.rememberMe {
    font-size: 12px;
    font-weight: normal;
}

.ui-checkbox + label:before {
    min-width: 24px;
    display: inline-block;
    padding-right: 10px;
    font-family: FontAwesome;
    content: "\f096";
    font-size: 16px;
    vertical-align: bottom;
    color: #ccc;
}

.ui-checkbox:checked + label:before {
    content: "\f14a";
    color: #426ae4;
}

.loginbar {
    margin: 50px 10px 20px 10px
}

    .loginbar > button {
        display: block;
        width: 100%;
        padding: 10px;
        -ms-border-radius: 3px;
        border-radius: 3px;
        background: #0d75f9;
        font-size: 16px;
        color: #fff;
        letter-spacing: 5px;
        text-align: center;
        cursor: pointer;
        box-sizing: border-box;
    }

    .loginbar > a:active {
        -ms-opacity: .6;
        opacity: .6;
    }

.footer {
    text-align: center;
    color: #fff;
}

    .footer > span {
        display: inline-block;
        padding: 0 10px;
    }

.codeImg {
    display: block;
    /*width: 110px;*/
    margin-left: 10px;
    cursor: pointer;
}

/*2019-09-11*/
.header-box {
    padding-bottom: 25px;
    text-align: center;
    color: #fff;
}

.loginBox {
    width: 90%;
    margin: 0 auto;
    background: #fff;
}

.header-box h2 {
    font-size: 2.857rem;
    letter-spacing: 5px;
}

.loginfrom > .title-row {
    padding: 20px 0 20px 10px;
    letter-spacing: 3px;
}

.title-row > h3 {
    color: #426AE4;
}

.column-left {
    padding: 30px 30px;
}

    .column-left img {
        max-width: 100%;
    }

.loginBox {
    border-radius: 10px;
    overflow: hidden;
}

.maintitle {
    font-size: 19px;
    letter-spacing: 1px;
}

.loginfrom, .from {
    width: 100%;
}
