/*全局*/

html, body {

    margin:0;

    padding:0;

    width:100%;

    height:100%;

    font-size: 14px;

    font-family: 微软雅黑,宋体;

    color: #333;

}

img {

    border: 0;

    display: block;

}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {

    -webkit-box-shadow: 0 0 0 1000px white inset;

}

input[type=text]:focus, input[type=password]:focus, textarea:focus {

    -webkit-box-shadow: 0 0 0 1000px white inset;

}

.fl {float: left;}

.fr {float:right;}

.m_ctr {

    float: left;

    width: 100%;

    height:auto;

    overflow: hidden;

}

.box {

    -webkit-box-sizing: border-box;

    -moz-box-sizing: border-box;

    box-sizing: border-box;

}



/*登录页面*/

.login_body {

    background: url('../images/login_foot.jpg') center bottom no-repeat #0383dc;

    overflow: hidden;

}

.login_ctr {

    margin:0 auto;

    margin-top:100px;

    width: 280px;

    height:280px;

    padding: 30px;

    border-radius: 10px;

    background: #fff;

    box-shadow: 0 0 15px #888;

    position: relative;

}

    .login_t1 {

        margin:0 auto;

        margin-bottom:30px;

        width: 238px;

        height:36px;

        background: url('../images/login_logo1.png');

        background-size: 238px 36px;

    }

    .login_input_ctr {

        float:left;

        margin-bottom: 15px;

        width: 278px;

        line-height: 50px;

        border: 1px #ddd solid;

        border-radius: 5px;

    }

    .login_input_ctr i {

        font-size: 20px;

    }

        .login_ico {

            float:left;

            margin:0 auto;

            width: 50px;

            text-align: center;

        }

        .login_input {

            float:left;

            margin-top:14px;

            width: 200px;

            border: 0;

            border-left: 1px #ddd solid;

            padding-left: 10px;

            line-height: 24px;

        }

        .yzm {

            width: 78px;

        }

        .yzm_pic {

            float:right;

            height: 42px;

            margin-top: 4px;

            cursor: pointer;

        }

        .yzm_pic img {

            height: 100%;

        }

    .login_btn {

        position:absolute;

        width: 97px;

        height: 97px;

        background: url('../images/login_btn.png');

        left: 121px;

        top:298px;

        z-index: 9;

        cursor: pointer;

        border: 0;

    }