/* CSS Document */
.login_body {
    width: 960px;
    margin: 0px auto;
}

.login_header {
    width: 960px;
    height: 100px;
}

.login_header .logo-img {
    float: left;
    margin-top: 30px;
}

.login_header .login_title {
    line-height: 100px;
    float: right;
    font-size: 30px;
    color: #c9892d;
    margin-right: 54px;
    font-family: "Microsoft YaHei";
}

.login_footer {
    text-align: center;
    padding-top: 26px;
    color: #999999;
}

.login_footer a {
    color: #999;
    text-decoration: none;
    padding: 0 5px;
}

.login_footer a:hover {
    color: #999;
    text-decoration: underline;
}

.login_content {
    position: relative;
    height: 460px;
    z-index: 15;
}

.login_show {
    width: 100%;
    height:500px;
    position: absolute;
    left: 0;
    top: 100px;
    z-index: 10;
    background: #e1e6ec url(../images/eastern/login_show.png) no-repeat center center
}

.login_box {
    position: absolute;
    background: url(../images/eastern/login_box.png) no-repeat;
    background-size: 380px;
    width: 346px;
    height: 426px;
    z-index: 20;
    margin-left: 560px;
    margin-top: 35px;
}

.login_lang {
    height: 55px;
}

.login_news {
    height: 111px;
    margin-top: 25px;
}

.login_input {
    width: 252px;
    margin: 0px auto;
    margin-top: 25px;
    *margin-top: 15px;
}

.login_name {
    padding-top: 34px;
}

.login_psw {
    padding-top: 20px;
}

.login_notice {
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #d22c2c;
}

.clear {
    clear: both;
    font-size: 0px;
    overflow: hidden;
    height: 0px;
}

.login_pic {
    border: 1px solid #cccccc;
    padding: 1px;
    float: left;
    margin-left: 18px;
}

.login_w {
    float: left;
    color: #333;
    font-size: 14px;
    width: 174px;
    margin-left: 10px;
    line-height: 20px;
}

.login_w a {
    color: #333;
    text-decoration: none;
}

.login_w a:hover {
    color: #333;
    text-decoration: underline;
}

.login_inputt {
    height: 42px;
    line-height: 42px;
    font-size: 14px;
    width: 197px;
    float: right;
    text-indent: 15px;
    color: #999999;
    border: 0px;
    margin-right: 3px;
}

.login_news {
    padding-left: 14px;
}

.login_new {
    margin-top: 20px;
}

.login_news_pic {
    float: left;
    border: 1px #cccccc solid;
}

.login_news_info {
    float: left;
    margin-left: 10px;
    color: #373737;
    font-size: 14px;
    width: 168px;
    line-height: 1.5em;
    padding-top: 2px;
    text-indent: 2em;
}

.login_news_info a {
    color: #373737;
    text-decoration: none;
}

.login_news_info a:hover {
    color: #373737;
    text-decoration: underline;
}

.login_news_pic img {
    padding: 1px;
}

/*新增*/
.user, .password, .mode {
    width: 252px;
    height: 48px;
    margin-top: 15px;
}

.mode {
    margin-top: 10px;
    background: url(../images/eastern/login_mode.png) no-repeat center left;
}

.user {
    background: url(../images/eastern/login_user.png) no-repeat center left;
}

.password {
    background: url(../images/eastern/login_pwd.png) no-repeat center left;
}

.code {
    width: 254px;
    height: 42px;
    margin-top: 10px;
}

.code .codeInput {
    width: 120px;
    height: 32px;
    padding-left: 15px;
    line-height: 35px;
    font-size: 14px;
    margin-left: 37px;
    float: left;
    border: none;
    background: none;
    color: #3b3b3b;
}

.code .codeImg {
    float: right;
}

.user input, .password input, .code input, .mode select {
    width: 195px;
    float: right;
    margin: 2px 2px 0 0;
    height: 42px;
    line-height: 42px;
    color: #999999;
    font-size: 14px;
    border: none;
    background: none;
}

.mode select {
    padding: 15px 0;
    height: auto;
}

.yzma {
    width: 252px;
    height: 36px;
    margin-top: 15px;
}

.yzma input {
    width: 158px;
    border: none;
    height: 34px;
    margin-left: 2px;
    line-height: 34px;
    text-indent: 15px;
    font-size: 14px;
    color: #bebebe;
    float: left;
}

.yzma img {
    border: none;
    width: 77px;
    height: 38px;
    float: left;
    margin-left: 15px;
}

.login_btn {
    background: url(../images/eastern/login_btn.png) no-repeat;
    width: 252px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    display: block;
    margin-top: 5px;
    font-size: 18px;
    color: #fff;
    border: none;
    cursor: pointer;
}

.error {
    color: #F00;
    font-size: 12px;
    text-align: center;
    min-height: 15px;
    margin-top: 3px;
}

#loginTab ul.loginTab_title {
    width: 338px;
    margin: 0 auto;
}

#loginTab ul.loginTab_title li {
    float: left;
    width: 167px;
    height: 34px;
    line-height: 34px;
    cursor: pointer;
    text-align: center;
    font-size: 14px;
    color: #666;
    background: #e1e1e1;
    border: 1px solid #ccc;
    border-top: none;
}

#loginTab ul.loginTab_title li.active {
    width: 169px;
    background: #fff;
    border: none;
}
