@charset "utf-8";
.head-login {
    width: 100%;
    height: 100px;
    box-sizing: border-box;
    overflow: hidden;
}

.head-login span {
    color: #c00000;
    padding-left: 5px;
    font-size: 15px;
}

.head-login .zuipin-logo {
    height: 46px;
    margin-top: 34px;
}

.head-login .zuipin-logo img {
    vertical-align: middle;
    display: inline-block;
    height: 100%;
}

.login-container {
    width: 100%;
    height: 584px;
    margin: 0 auto;
    background: #29292b;
    overflow-y: hidden;
}

.login-content>div {
    float: left;
}

.right-content {
    width: 380px;
    height: 524px;
    box-sizing: border-box;
    margin-top: 30px;
    padding: 30px;
    background-color: #fff;
    position: relative;
    margin-left: 20px;
}

.login-tab li {
    float: left;
    width: 49%;
    text-align: center;
    color: #333333;
    font-size: 18px;
    cursor: pointer;
}

.login-tab li.on {
    color: #ff3600;
}

.login-tab li+li {
    border-left: 1px solid #e0e0e0;
}

.login-methods {
    margin: 30px 0 20px;
}

.login-methods li {
    display: none;
}

.login-methods li.on {
    display: block;
}

.login-methods li input {
    display: block;
    width: 100%;
    height: 44px;
    line-height: 44px;
    border: 1px solid #cbcbcb;
    outline: none;
    margin-bottom: 15px;
    text-indent: 15px;
    font-size: 12px;
}

.message-login .pass-word {
    float: left;
    width: 196px;
}

.message-login .message-check {
    width: 108px;
    float: right;
    height: 46px;
    line-height: 46px;
    color: #fff;
    text-align: center;
    background: #ddd;
}

.message-login .message-check.hongse,
.login-methods .login-btn.hongse {
    background-color: #ff3300;
}

.login-methods .login-btn {
    font-size: 14px;
    color: #fff;
    display: inline-block;
    background-color: #ddd;
    width: 100%;
    border: none;
    outline: none;
    height: 44px;
    line-height: 44px;
    text-align: center;
    margin-top: 10px;
}

.regist-forget-box {
    text-align: center;
    color: #999;
}

.regist-forget-box a {
    color: #999;
    text-align: right;
    padding-right: 30px;
    display: none;
}

.regist-forget-box a:hover {
    color: #ff3600;
}

.other-methods {
    position: absolute;
    bottom: 30px;
    text-align: center;
    width: 100%;
    left: 0;
}

.other-methods p {
    color: #bbbbbb;
    line-height: 40px;
    position: relative;
}

.other-methods p:before {
    position: absolute;
    content: "";
    border-bottom: 1px solid #e0e0e0;
    width: 125px;
    top: 19.5px;
    left: 30px;
}

.other-methods p:after {
    position: absolute;
    content: "";
    border-bottom: 1px solid #e0e0e0;
    width: 125px;
    top: 19.5px;
    right: 30px;
}

.methods-box li,
.methods-box li a {
    display: inline-block;
    width: 30px;
    height: 30px;
}

.methods-box li+li {
    margin-left: 40px;
}

.zhifubao {
    background: url('../images/zhifubao.png') no-repeat;
}

.qq {
    background: url('../images/qq.png') no-repeat;
}

.weixin {
    background: url('../images/weixin.png') no-repeat;
}

.method-360 {
    background: url('../images/360.png') no-repeat;
}

.xunlei {
    background: url('../images/xunlei.png') no-repeat;
}

.login-form .yzm-input {
    width: 45%;
    display: inline-block;
}

.yzm {
    margin-left: 1%;
    color: rgb(0, 169, 242);
}

.login-form .yzm-text {
    display: inline-block;
    width: 34%;
    font-family: Arial;
    font-style: italic;
    font-weight: bold;
    border: 0;
    letter-spacing: 10px;
    color: blue;
    margin-left: 3%;
    margin-bottom: -24px;
}


/* 新增*/

.right-content {
    padding: 0;
}

.login-tab {
    width: 340px;
    margin: 30px auto 0;
}

.mistake_tips {
    display: none;
    width: 100%;
    padding: 10px 30px 10px 56px;
    box-sizing: border-box;
    background-color: #ffefeb;
    color: #ff3600;
    line-height: 1.5;
    font-size: 14px;
    margin-top: 24px;
    background-image: url('../images/icon_jian.png');
    background-position: 28px center;
    background-repeat: no-repeat;
}

.login-methods {
    width: 316px;
    margin: 30px auto 20px;
}

.tip-red {
    display: none;
}

.tip-red .iconfont {
    position: relative;
    top: 1px;
    margin-right: 5px;
}