.w {
    width: 1200px;
    margin: 0 auto;
}

header {
    height: 84px;
    border-bottom: 2px solid #c81523;
}

.logo {
    /* margin-top: 18px; */
    /*会塌陷，因为大盒子没有加margin-top,会引起大盒子塌陷，导致大盒子被遮挡 */
    padding-top: 18px;
}

.registerarea {
    height: 522px;
    border: 1px solid #ccc;
    margin-top: 20px;
}

.registerarea .login {
    height: 42px;
    border: 1px solid #ccc;
    background-color: #ececec;
}

.login h3 {
    float: left;
    height: 42px;
    line-height: 42px;
    font-size: 18px;
    color: #333333;
    font-weight: 400;
}

.login span {
    float: right;
    margin-right: 5px;
    display: block;
    height: 42px;
    line-height: 42px;
    font-size: 14px;
    color: #333333;
}

.login span a {
    color: #c81623;
}

.reg_form {
    width: 600px;
    margin: 50px auto 0;
}

.reg_form ul li {
    margin-bottom: 20px;
}

.reg_form ul li label {
    display: inline-block;
    text-align: right;
    width: 88px;
}

.reg_form ul li .inp {
    width: 242px;
    height: 37px;
    border: 1px solid #ccc;
}

.phone {
    color: #4c4c4c;
}

.error {
    color: #c81523;
}

.error_icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../images/error.png) no-repeat;
    vertical-align: middle;
}

.success {
    color: green;
}

.success_icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../images/success.png) no-repeat;
    vertical-align: middle;
}

.safe {
    padding-left: 167px;
    color: #b2b2b2;
}

.safe em {
    padding: 0 12px;
    color: #fff
}

.ruo {
    background-color: #de1111;
}

.zhong {
    background-color: #40b83f;
}

.qiang {
    background-color: #f79100;
}

.agree {
    padding-left: 95px;
}

.agree input {
    vertical-align: middle;
}

.agree a {
    color: #1ba1e6;
}

.btn {
    width: 200px;
    height: 34px;
    background-color: #c81623;
    font-size: 14px;
    color: #fff;
    margin: 30px 0 0 90px;
}

.mod_copyright {
    text-align: center;
    padding-top: 20px;
}

.links {
    margin-bottom: 15px;
}

.copyright {
    line-height: 20px;
}