.w {
    width: 1200px;
    margin: 0 auto;
}
.heater {
    height: 82px;
    border-bottom: 2px solid #B1191A;
}
.logo {
    padding-top: 15px;
}
.registerarea {
    height: 520px;
    border: 1px solid #ccc;
    margin-top: 20px;
}
.registerarea h3 {
    height: 40px;
    border-bottom: 1px solid #ccc;
    background-color: #ececec;
    line-height: 40px;
    padding: 0 10px;
    font-size: 18px;
    font-weight: 500;
}
.registerarea h3 em {
    float: right;
    font-size: 14px;
}
.registerarea a {
    color: #c81623;
}
.reg-form {
    width: 600px;
    height: 420px;
    margin: 40px auto 0;
}
.reg-form li {
    margin-bottom: 15px;
}
.reg-form label {
    display: inline-block;
    width: 100px;
    height: 36px;
    line-height: 36px;
    text-align: right;
}
.reg-form inp {
    width: 238px;
    height: 34px;
    border: 1px solid #ccc;
    margin-left: 10px;
}
.error {
    color: #df3003;
    margin-left: 10px;
}
.error_icon,
.success_icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../img/error.png) no-repeat;
    vertical-align: middle;  
}
.success {
    color: #40b83f;
    margin-left: 10px;
}
.registerarea .success_icon {
    background-image: url(../img/timg.jpg);
}
.safe {
    padding-left: 93px;
    color: #b2b2b2;
}
.safe em {
    padding: 0 12px;
    color: #fff;
}
.ruo {
    background-color: #de1111;
}
.zhong {
    background-color: #40B83F;
}
.qiang {
    background-color: #f79100;
}
.agree {
    padding-left: 100px;
    margin-top: 30px;
}
.agree input {
    vertical-align: middle;
    margin-right: 5px;
}
.agree a {
    color: #1ba1e6;
}
.over {
    width: 200px;
    height: 34px;
    background-color: #C81623;
    margin: 30px 0 0 130px;
    border: none;
    color: #fff;
    font-size: 14px;
}
.mod-copyright {
    height: 120px;
    text-align: center;
}
.mod_copyright_links {
    margin: 20px 0 10px 0;
}
.mod-copyright_split {
    margin: 0 10px;
}
.mod_copyright_info {
    text-align: center;
    line-height: 18px;
}