html,body{
    background: url(../img/bg.png) no-repeat;
}
html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form, fieldset, legend, img {
    margin: 0;
    padding: 0;
}



fieldset, img, input, button {
    border: none;
    padding: 0;
    margin: 0;
    outline-style: none;
}

ul, ol {
    list-style: none;
    /*ctrl+alt+l*/
}

input {
    padding-top: 0;
    padding-bottom: 0;

}

select, input {
    vertical-align: middle;
}

select, input, textarea {
    font-size: 14px;
    margin: 0;
}

/**/
textarea {
    resize: none;
}

img {
    border: 0;
    vertical-align: middle;
}

table {
    border-collapse: collapse;
}

body {
    font-family:  Microsoft YaHei, Arial, "\5b8b\4f53";
    background: #0058ac;
}
.head{
    width: 100%;
    color: #fff;
    position: absolute;
    top: 10px;
}
.rclick{
    display: inline-block;
    float: right;
    width: 42px;
    height: 42px;
    background-size: cover;
    position: absolute;
    cursor: pointer;
    /*    border-top-right-radius: 10px;*/
    top:77px;
    right: 5px;
}
.foot{
    width: 100%;
    text-align: center;
    color: #fff;
    position: absolute;
    margin-bottom: 10px;
    bottom: 0;
}
.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1; /*IE/7/6*/
    /*å…¼å®¹IE6ä¸‹çš„å†™æ³•*/
}

h1, h2, h3, h4, h5, h6 {
    text-decoration: none;
    font-weight: normal;
    font-size: 100%;
}

/*login å¼€å§‹*/
.login{
    width: 1000px;
    height: 500px;
    /*background-color: yellowgreen;*/
    position: absolute;
    left:50%;
    top:50%;
    margin-left: -500px;
    margin-top: -250px;
}
.login>.login_title{
    height: 80px;
    text-align: center;
}
.login>.login_title>p{
    color:#fff;
    font-size: 40px;
    font-weight: 600;
    margin-top: -8px;
    letter-spacing:5px
}
.login>.login_main{
    width: 1000px;
    height: 320px;
}
.login>.login_main>.main_left{
    height: 320px;
    width: 650px;
    float: left;
    -moz-border-top-left-radius: 10px;
    -webkit-border-top-left-radius: 10px;
    border-top-left-radius: 10px;

    -moz-border-bottom-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    border-bottom-left-radius: 10px;

    background: url("../img/login_left.png") no-repeat;
}
.sysLogo{
    height: 64px;
    margin-right: 0px;
    margin-left: 10px;
}
.login>.login_main>.main_right{
    height: 320px;
    width: 350px;
    float: right;
    background-color: #e9eef2;
    -moz-border-top-right-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    border-top-right-radius: 10px;

    -moz-border-bottom-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.login>.login_main>.main_right>.right_title{
    color:#0064c8;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    line-height: 60px;
    background: url("../img/border_img.png") repeat;
    margin-bottom: 25px;
}
.login>.login_main>.main_right>form>div{
    position: relative;
}
.login>.login_main>.main_right>form>div>img{
    position: absolute;
    left: 62px;
    top:7px;
}
.login>.login_main>.main_right>form input{
    height: 35px;
    width: 250px;
    border: 1px solid #d3d8dc;
    box-sizing: border-box;
    margin-bottom: 20px;
    margin-left: 50px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color:#333;
    padding-left: 40px;
}

.login>.login_main>.main_right>form>.code>input{
    width: 140px;
}
.login>.login_main>.main_right>form>.code>.code_img{
    width: 100px;
    height: 35px;
    float: right;
    margin-top: 1px;
    margin-right: 52px;
    cursor: pointer;
}
.login>.login_main>.main_right>form input:focus{
    border: 1px solid #999;
}
.login>.login_main>.main_right>form>.btn-login{
    display: block;
    width: 250px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background-color: #0064c8;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color:#fff;
    text-decoration: none;
    margin-left: 50px;
}
.login>.login_main>.main_right>form>.state{
    display:none;
    color: #01AAED!important;
    text-align: center;
    margin: 5px;
}
.login>.login_main>.main_right>form>.yes_login>a:hover{
    background-color: #0058af;
}
.foot>.login_footer{
    text-align: center;
    padding-top: 20px;
}
.foot>.login_footer>p{
    font-size: 14px;
    color:#eee;
    line-height: 30px;
}

.password > .conceal{
    position: absolute;
    top: 10px;
    right: 60px;
    width: 1em;
    height: 1em;
    background-image: url(../img/eye.png);
    background-size: 100% 100%;
    cursor: pointer;
}

.password > .conceal.yincang{
    background-image: url(../img/eye-close.png);
    background-size: 100% 100%;
}

