﻿@charset "utf-8";
/* CSS Document */
body {
    overflow-y: auto;
}

.layui-laypage .layui-laypage-curr .layui-laypage-em {
    position: absolute;
    left: -1px;
    top: -1px;
    padding: 1px;
    width: 100%;
    height: 100%;
    background-color: #1E9FFF;
}

/* =========================登录页样式.开始======================= */
.layui-login {
    background: url(../images/login.jpg);
    background-attachment: fixed;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
}

.login-wrap {
    width: 880px;
    min-width: 880px;
    margin: 8% auto 0px auto;
    background: #fff;
    padding: 20px 20px 20px 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    background-color: #fff;
}

.login-left {
    width: 55%;
    box-sizing: border-box;
    text-align: center;
}

.login-right {
    width: 35%;
    box-sizing: border-box;
    float: right;
    margin-left: 5%;
    margin-right: 3%;
    margin-top: 20px;
    position: relative;
    box-shadow: 0 0 2px rgba(0,0,0,0.3);
    border-radius: 6px;
}

.login-cir {
    background: #0089f6;
    position: absolute;
    border-radius: 6px 0 100% 0;
    width: 40px;
    height: 40px;
    left: -1px;
    top: -1px;
}

.login-logo {
    margin: 30px 30px 0px;
    text-indent: -9999em;
    width: 240px;
    height: 61px;
    background: url(../images/logo2.png) no-repeat;
}

.login-form .col {
    position: relative;
    padding: 10px 0;
}

    .login-form .col .icon {
        position: absolute;
        display: block;
        top: 20px;
        left: 10px;
        width: 24px;
        height: 24px;
        background: url(../images/skin_icons.png) no-repeat;
        cursor: pointer;
    }

        .login-form .col .icon.user {
            background-position: 0px 0px;
        }

        .login-form .col .icon.pwd {
            background-position: 0px -26px;
        }

        .login-form .col .icon.code {
            background-position: 0px -62px;
        }

    .login-form .col .login-input {
        display: block;
        padding: 5px 10px 5px 34px;
        background: #fff;
        border: 0;
        border-radius: 3px;
        font-size: 16px;
        line-height: 42px;
        *line-height: 30px;
        height: 42px;
        width: 100%;
        color: #333;
        border: 1px #dedede solid;
        box-sizing: border-box;
    }

    .login-form .col .login-input2 {
        width: 55%;
    }

    .login-form .col .login-code {
        display: block;
        background: #fff;
        border: 0;
        border-radius: 3px;
        font-size: 16px;
        line-height: 42px;
        *line-height: 30px;
        height: 42px;
        right: 0px;
        position: absolute;
        top: 10px;
        width: 100px;
        background-color: #366
    }

.login-code img {
    width: 100%;
    border-radius: 3px;
}

.login-form .col .login-btn {
    display: block;
    padding: 5px 0;
    font-size: 18px;
    color: #fff;
    width: 100%;
    line-height: 28px;
    height: 42px;
    background: #008bf9;
    border: 0;
    border-radius: 3px;
    letter-spacing: .1em;
    cursor: pointer;
}
/* ==========================登录页样式.结束======================== */

