@charset "utf-8";
* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
    font: 12px/1em '宋体';
}

/**login**/

.login img {
    width: 305px;
    height: 35px;
    margin-left: 50px;
    margin-top: 20px;
    border: none;
    border: 0;
}

.login_body {
    background: transparent;
    background: url(../images/login_bg.png) no-repeat center top;
    background-attachment: fixed;

}

.inputbg {
    height: 40px;
    margin-bottom: 20px;
    /*background:#EFEFF4;*/
}

.icon_error {
    display: inline-block;
    height: 14px;
    margin: -2px 5px 0 0;
    overflow: hidden;
    vertical-align: middle;
    width: 14px;
    background: url("../images/icon.png") no-repeat;
}

.err_tip {
    margin-bottom: 5px;
    line-height: 20px;
    font-size: 12px;
    margin-top: -10px;
    color: #ff6f3d;
    display: none;;
}

.login_div {
    width: 305px;
    padding: 50px 0 0 60px;
    margin: 300px auto 0 auto;
    background: #222 ;
    height: 200px;
    border-radius: 8px;
    /*box-shadow:1px 1px 1px 1px #222222 inset;*/
    filter:alpha(Opacity=80);
    -moz-opacity:0.5;opacity: 0.5;
}

.login_nav {
    margin-top: 140px;
}

.login_usernameInput {
    height: 20px;
    padding: 0;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
    　　color: #fff;
}

#tel {
    font-size: 14px;
    height: 40px;
    border: 0;
    border-radius: 6px;
    background: #a5a6a6 url(../images/tel_bg.png) no-repeat left top;
    width: 245px;
    color: #ffffff;
    text-indent: 35px;
    margin-bottom: 20px;
    line-height: 40px;
}

#dpass {
    font-size: 14px;
    height: 40px;
    border: 0;
    border-radius: 6px;
    background: #a5a6a6 url(../images/dpass_bg.png) no-repeat left top;
    width: 245px;
    color: #ffffff;
    text-indent: 35px;
    line-height: 40px;
}

.loginon {
    width: 110px;
    height: 30px;
    border: 0;
    border-radius: 6px;
    margin: 20px 20px 0 0;
    font-size: 14px;
    color: white;
    cursor: pointer;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
    background: #c91b30;
    /*background: #ffffdd;*/
}

.register {
    margin-left: 100px;
    margin-top: 20px;
}

.register a {
    font-size: x-large;
    color: #e91e2c
}
