/*头部部分*/
.header {
    min-width: 1200px;
    height: 100px;
}

.logo {
    position: relative;
    margin: 0 auto;
    width: 1200px;
    height: 100%;
}

.logo-img {
    display: inline-block;
    margin-top: 24px;
    height: 52px;
}

.login-branch {
    display: none;
    position: relative;
    top: -10px;
    margin-left: 10px;
    font-size: 28px;
    color: #555;
}

.login-ins {
    display: none;
    position: relative;
    top: -10px;
    margin-left: 10px;
    font-size: 28px;
    color: #555;
}

.header-contact {
    position: absolute;
    top: 50%;
    right: 0;
    color: #555;
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    -o-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}

.ic-tel {
    display: inline-block;
    width: 14px;
    height: 14px;
    vertical-align: middle;
}

/* chrome去除背景黄 */
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px white inset;
    border: none !important;
}

/*中间部分*/
.section {
    min-width: 1200px;
    height: 560px;
}

.form {
    margin-top: 24px;
}

.form-wrapper {
    position: relative;
    margin: 0 auto;
    width: 1200px;
    height: 100%;
}

.login {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 310px;
    /*height: 320px;*/
    background: #fff;
    box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.2);
}

.login-header {
    text-align: center;
    width: 100%;
    height: 50px;
    color: #f0f0f0;
    font-size: 0;
    background: #eee;
    border-bottom: 1px solid #eee;
    box-sizing: border-box;
}

.login_bran .login-header {
    border-top: 2px solid #f18101;
}

.login_ins .login-header {
    border-top: 2px solid #0189ff;
}

.title-store, .title-company {
    display: inline-block;
    width: 155px;
    height: 100%;
    line-height: 50px;
    color: #333;
    cursor: pointer;
    box-sizing: border-box;
    font-size: 16px;
}

.login_bran .title-store {
    color: #f18101;
    background: #fff;
}

.login_ins .title-company {
    color: #0189ff;
    background: #fff;
}

.form-input {
    padding: 20px;
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.1);
}

.input-wrapper {
    margin: 20px auto;
    width: 250px;
    height: 30px;
    box-sizing: border-box;
    border: 1px solid #ddd;
}

.check-wrapper {
    float: left;
    margin: 0 0 20px 30px;
    width: 120px;
    height: 30px;
    box-sizing: border-box;
    border: 1px solid #ddd;
}

.input-wrapper_bran_active {
    border: 1px solid #f18101;
}

.input-wrapper_ins_active {
    border: 1px solid #0189ff;
}

.input-wrapper:nth-child(3) {
    margin-bottom: 0;
}

.ic-login-input {
    margin-left: 4px;
    font-size: 20px;
}

.login_bran .ic-login-input {
    color: #f18101;
}

.login_ins .ic-login-input {
    color: #0189ff;
}

.login-input {
    padding-left: 5px;
    width: 210px;
    height: 100%;
    border: none;
    box-sizing: border-box;
    outline: none;
}

.ic-bg {
    display: inline-block;
    width: 28px;
    height: 28px;
    background: #f0f0f0;
    vertical-align: top;
}

.check-img-wrapper {
    float: left;
    margin-left: 9px;
    width: 130px;
}

.check-wrapper input {
    padding-left: 5px;
    width: 80px;
    height: 28px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.check {
    border: none;
    outline: none;
}

.img-check,
.another {
    width: 80px;
    height: 30px;
    color: #444;
    font-size: 12px;
    cursor: pointer;
    vertical-align: middle;
    text-decoration: underline;
}

.clear-float {
    clear: both;
}

.error-msg {
    visibility: hidden;
    margin-left: 30px;
    padding-left: 5px;
    width: 242px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    background: #ffebeb;
    color: #e4393c;
    border: 1px solid #faccc6;
    font-family: serif !important;
}

.btn-login {
    display: block;
    margin: 16px auto 0;
    width: 250px;
    height: 35px;
    font-size: 16px;
    color: #fff;
    outline: none;
    cursor: pointer;
    text-align: center;
    border: none;
    background: #0189ff;
}

.login_bran .btn-login {
    background: #f18101;
}

.login_bran .btn-login:hover {
    background: #dd5816;
}

.login_ins .btn-login {
    background: #0189ff;
}

.login_ins .btn-login:hover {
    background: #006dc6;
}

.btn-weCome{
    display: block;
    width: 34px;
    height: 32px;
    background: url("/static/org/imgs/weCome.png") no-repeat center center / 100% 100%;
    margin: 16px auto;
}

/*底部*/
.footer {
    height: 170px;
    width: 100%;
    color: #999;
}

.copyright {
    margin-top: 30px;
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 12px;
}

.copyright a {
    color: #6c6c6c;
    font-size: 12px;
}

.copyright a:hover {
    opacity: 0.7;
}

.copyright i {
    margin: 0 3px;
    font-weight: 400;
    color: #ddd;
    font-size: 12px;
}

.copyright em {
    color: #6c6c6c;
    font-size: 12px;
}

/* 登录界面错误提示信息动画 */
@keyframes shake {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    25% {
        -webkit-transform: translate3d(-1%, 0, 0);
        -moz-transform: translate3d(-1%, 0, 0);
        -ms-transform: translate3d(-1%, 0, 0);
        -o-transform: translate3d(-1%, 0, 0);
        transform: translate3d(-1%, 0, 0);
    }
    75% {
        -webkit-transform: translate3d(1%, 0, 0);
        -moz-transform: translate3d(1%, 0, 0);
        -ms-transform: translate3d(1%, 0, 0);
        -o-transform: translate3d(1%, 0, 0);
        transform: translate3d(1%, 0, 0);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.animation {
    animation: shake 0.2s 2;
    -moz-animation: shake 0.2s 2; /* Firefox */
    -webkit-animation: shake 0.2s 2; /* Safari 和 Chrome */
    -o-animation: shake 0.2s 2;
}