
body {
    font-family: "microsoft yahei";
    font-size: 14px;
    color: #333333;
    font-weight: 600;
    _width: 100%;
    width: expression(document.body.clientWidth <= 424 ? "424px": "auto");
    min-width: 424px;
    max-width: 100%;
    height: 100%;
    min-height: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    text-align: center;
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}

div, input, form, button, span, label {
    padding: 0;
    border: 0;
    display: block;
}

.frameInput {
    outline: none
}

.titleh1 {
    display: block;
    font-size: 24px;
    line-height: 40px;
    height: 40px;
    text-align: center;
    margin-bottom: 20px;
}

.bg {
    width: 100%;
    height: 100%;
    right: 0;
    bottom: 0;
    position: fixed;
    top: 0;
    z-index: -1;
    overflow: hidden
}

.bg img {
    width: 100%;
    height: 100%;
}

.login-con {
    width: 700px;
    height: 420px;
    position: absolute;
    z-index: 0;
    top: 50%;
    left: 50%;
    margin-left: -350px;
    margin-top: -210px;
    background-color: #fff;
    border-radius: 20px;
}

.login-con .title {
    text-align: center
}
.login-con .logo_img{
    display: block;
    width: 100%;
    height: 50px;
    background: url("../imgs/a_logo_b.png");
    background-repeat: no-repeat;
    background-position: center center;
    margin-top: 30px;
    margin-bottom: 20px;
}
.login-con .dl-con {
    width: 300px;
    text-align: center;
    margin-left: auto;
    margin-right: auto
}
.login-con .dl-con div {
    width: 300px;
    height: 30px;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 20px;
}
.login-con .dl-con div input, .login-con .dl-con div i{
    float: left;
}
#yzm{
    float: left;
    width: 130px;
    background-color: #fff;
    border-bottom:none;
    margin-bottom:0;
    margin-top: -2px;
    height: 40px;
}
#yzm img{
    float: right;
}
.dlInput{
    background: url("../imgs/username.png");
    background-repeat: no-repeat;
    background-position: 4px center;
}
.pwInput{
    background: url("../imgs/password.png");
    background-repeat: no-repeat;
    background-position: 4px center;
}
.yzmInput{
    display: none;
    background: url("../imgs/yzm.png");
    background-repeat: no-repeat;
    background-position: 4px center;
}
.on{
    display: block;
}
.yzmInput input{
    width: 140px;
}
.frameInput {
    height: 30px;
    margin-left: 30px;
    font-size: 17px;
    font-weight: 500;
    line-height: 32px;
    vertical-align: middle;
    background:none;
    color: #666666;
}

.login-con .dl-con .error {
    display: none;
    width: 328px;
    height: 20px;
    line-height: 20px;
    text-align: left;

}

.login-con .dl-con .error.on {
    display: block;
    border-bottom: 0;
}

.login-con .dl-con .error span {
    color: red;
    text-indent: 30px;
}

label {
    width: 51px;
    height: 52px;
    line-height: 52px;
    text-align: center;
}



i {
    width: 14px;
    height: 21px;
}

.login-con .dl-con .username i {
    background: url("../imgs/login_icon_01.png") center no-repeat;
    left: 300px;
    top: 19px
}

.login-con .dl-con .password i {
    background: url("../imgs/logon_icon_02.png") center no-repeat;
    left: 300px;
    top: 19px
}

.login-con .dl-con .verify.on {
    display: block;
}

.login-con .dl-con .verify .frameInput {
    width: 96px;
}

.login-con .dl-con .verify #yzm {
    width: 90px;
    height: 36px;
    left: 155px;
    top: 12px;
    cursor: pointer;
}

.login-con .dl-con .verify a {
    left: 250px;
    top: 16px;
    width: 58px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    background-color: #e6eef4;
    text-decoration: underline;
    cursor: pointer;
}

.login-con button {
    font-size: 16px;
    width: 100%;
    height: 44px;
    background-color: #0691e7;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    cursor: pointer;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.login-con button:hover{
    background-color: #06a2ff;
}