/* 版心样式  */
.w {
    width: 1200px;
    margin: 0 auto;
}
.header {
    height: 84px;
    border-bottom: 2px solid #b1191a;
    line-height: 84px;
}
.registerarea {
    height: 522px;
    margin-top: 20px;
    border: 1px solid #ddd;
}

.registerarea h3 {
    height: 42px;
    padding: 0 10px;
    background-color: #ececec;
    border-bottom: 1px solid #ddd;
    font-size: 18px;
    line-height: 42px;
    font-weight: 400;
}
.registerarea h3 span {
    float: right;
    font-size: 14px;
}
.registerarea h3 span a {
    color: #c81623;
}
.reg-form {
    margin: 54px auto 0;
    width: 600px;
}
.reg-form ul li {
    margin-bottom: 20px;
}
.reg-form ul li label {
    display: inline-block;
    width: 90px;
    text-align: right;
}
.reg-form ul li .inp {
    height: 34px;
    width: 238px;
    border: 1px solid #999;
}
.reg-form ul li span {
    margin-left: 10px;
    font-size: 12px;
}
.error {
    color: #df3033;
}
.error_icon,
.success_icon {
    display: inline-block;
    margin-right: 4px;
    vertical-align: middle;
    height: 20px;
    width: 20px;
}
.success {
    color: green;
}
.error_icon {
    background: url(../images/error.png);
}
.success_icon {
    background: url(../images/success.png);
}
.safe {
    padding-left: 170px;
}
.safe em {
    margin: 0 1px;
    padding: 0 12px;
    color: #fff;
}
.safe .ruo {
    background-color: #de1111;
}
.safe .zhong {
    background-color: #40b83f;
}
.safe .qiang {
    background-color: #f79100;
}

.agree input {
    margin-left: 90px;
    vertical-align: middle;
}
.agree a {
    color: #1ba1e6;
}
.submit input {
    width: 200px;
    height: 34px;
    background-color: #c81623;
    font-size: 14px;
    color: #fff;
    margin: 20px 0 0 115px;
}
.submit input:hover {
    cursor: pointer;
}

/* 版权模块 */
.mod_copyright {
    padding-top: 20px;
    text-align: center;
}
.links {
    margin-bottom: 15px;
}
.links a {
    margin: 0 5px;
}
.copyright {
    line-height: 20px;
}
