﻿@charset "utf-8";
/* CSS Document */
ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
}

    a:hover {
        text-decoration: none;
        box-shadow: none;
    }

    a:active {
        text-decoration: none;
    }

    a:visited {
        text-decoration: none;
    }

    a:focus {
        text-decoration: none;
        box-shadow: none;
        outline: none;
        outline-offset: 0;
    }

html {
    width: 100%;
    height: 100%;
}

body {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-image: url(../../images/login/login_bg1.jpg);
    background-repeat: no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}

.main {
    min-width: 420px;
    width: 40.1%;
    overflow: hidden;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 2;
    /*padding-bottom:10px*/
}

.log {
    width: 100%;
}

.portrait {
    width: 17.86%;
    position: absolute;
    z-index: 1;
    left: 10.71%;
    top: 24%;
    overflow: visible;
}

.head_portrait {
    width: 100%;
    
    overflow: hidden;
    border-radius: 50% 50%;
    box-shadow: 0px 1px 2px rgba(0,0,0,0.25);
    padding: 3px;
}

    .head_portrait img {
        width: 100%;
        height: 100%;
        border-radius: 50% 50%;
    }

.default_name {
    margin-top: 7px;
    text-align: center;
    width: 100%;
    overflow: hidden;
    font-family: "微软雅黑";
    font-weight: 500;
    color: #121417;
    font-size: 14px;
}

.welcome {
    margin-left: 50%;
    
    margin-top:7px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
    width: 200%;
    overflow: visible;
    font-family: "微软雅黑";
    font-weight: 500;
    color: #b9b9b9;
    font-size: 14px;
}

.login_input {
    width: 53.57%;
    height: 46%;
    position: absolute;
    z-index: 1;
    right: 9.18%;
    top: 24%;
    overflow: visible;
}

.login_name, .login_password {
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 4%;
    width: 100%;
    height: 20%;
}
.login_yzm {
    overflow: hidden;
    margin: 0 auto;
    width: 100%;
    margin-bottom: 4%;
    height: 20%;
}
#yzm{
    margin: 0;
    padding: 0 3px;
    float: left;
    height: 100%;
    line-height: normal;
    border-width: 1px 1px 1px 0;
    border-color: #edeeee;
    border-style: solid;
    width: 50%;
    box-shadow: none;
    font-family: "微软雅黑";
    font-size: 14px;
    color: #000;
}
.login_yzm img {
    width:50px;
    height:90%;
    margin:2px 4px;
}
.login_ico {
    display: block;
    float: left;
    margin: 0;
    height: 100%;
    width: 23.8%;
    line-height: 38px;
    color:#333;
    border-width: 1px;
    border-color: #edeeee;
    border-style: solid;
    text-align: center;
    background-color: #ffffff;
    position: relative;
}
.btn-login {
    width: 36%;
    height:100%;
    float:left;
    text-align: center;
    border: 0;
    font-size:12px;
    background: none;
    color: #337ab7;
    line-height: inherit;
}
    .login_ico img {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        height: 70.38%;
    }

.login_box {
    margin: 0;
    padding: 0 3px;
    float: left;
    height: 100%;
    line-height: normal;
    border-width: 1px 1px 1px 0;
    border-color: #edeeee;
    border-style: solid;
    width: 76.2%;
    box-shadow: none;
    font-family: "微软雅黑";
    font-size: 14px;
    color: #000;
}

    .login_box:hover {
        box-shadow: none;
    }

    .login_box:focus {
        box-shadow: none;
        outline-width: 0;
    }

::-moz-placeholder {
    color: #bbbbbb;
}

::-webkit-input-placeholder {
    color: #bbbbbb;
}

:-ms-input-placeholder {
    color: #bbbbbb;
}

::-ms-clear, ::-ms-reveal{display: none;}

.jz_password {
    overflow: hidden;
    line-height: 14px;
    position: relative;
    width: 35%;
    height: 14px;
    float: left;
    margin-top: 3%;
}
.forget_password {
    float: left;
    width: 25%;
    color:#337ab7;
    line-height: 14px;
    margin-top: 3%;
}

    .jz_password img {
        float: left;
        margin: 0;
        padding: 0;
        margin-right: 5px;
        height: 100%;
        vertical-align: middle;
    }

        .jz_password img.checkbox_y {
            position: absolute;
            left: 0px;
            top: 0;
            display: none;
            z-index: 2;
        }

            .jz_password img.checkbox_y.active {
                display: block;
            }

    .jz_password span {
        margin: 0;
        padding: 0;
        float: left;
        height: 14px;
        line-height: 14px;
        font-family: "微软雅黑";
        font-size: 14px;
        color: #638bad;
    }

.submit {
    display: block;
    position: relative;
    padding: 0;
    width: 36%;
    height: 20%;
    overflow: visible;
    padding-left:4px;
    float: left;
}

    .submit input {
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
        line-height: normal;
        text-align: center;
        font-family: "微软雅黑";
        font-size: 14px;
        color: #fff;
        background:#337ab7;
        border:none;
    }

    .submit img {
        position: absolute;
        z-index: -1;
        left: 0;
        top: 0;
        width: 100%;
    }

    .submit input:hover {
        background-color: #265EB7;
        box-shadow: none;
        opacity: 1;
    }

.tip {
    width:100%;
    font-family: "微软雅黑";
    font-size: 12px;
    color: #fff;
    margin-top:-8px;
    text-align: center;
}
.download {
    width:100%;
    display:block;
    color:#fd9;
    margin-top:20px;
    text-align:center;
}
.register{
    position:absolute;
    top: 60%;
    width: 17.86%;
    left: 10.71%;
    height: 10%
}
.register a {
    display:block;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 10% 0;
    line-height: inherit;
    text-align: center;
    font-family: "微软雅黑";
    font-size: 14px;
    color: #fff;
    background: #337ab7;
    border: none;
}
.telphone {
    width:100%;
    display:block;
    color:#fff;
    margin-top:10px;
    text-align:center;   
}
