header {
    height: 82px;
    border-bottom: 2px solid #b1191a;
}

.logo {
    padding-top: 17px;
}

.registerarea {
    height: 520px;
    margin-top: 20px;
    border: 1px solid #ddd;
}

.registerarea h3 {
    height: 40px;
    padding: 0 10px;
    border-bottom: 1px solid #ddd;
    line-height: 40px;
    background: #ececec;
    font-size: 18px;
    font-weight: 400;
}

.registerarea h3 span,
.registerarea h3 a {
    font-size: 14px;
}

.reg_form {
    width: 610px;
    margin: 54px auto;
}

.reg_form ul li {
    height: 36px;
    /* padding: 10px 0; */
    margin-bottom: 20px;
}

.reg_form ul li label {
    display: inline-block;
    width: 100px;
    text-align: right;
    vertical-align: middle;
}

.reg_form ul li input[type=text] {
    width: 229px;
    height: 34px;
    margin: 0 10px;
    padding: 0 5px;
    border: 1px solid #999;
    color: #999;
}

.reg_form ul li span {
    display: inline-block;
    font-size: 12px;
    vertical-align: middle;
}

.reg_form ul li:not(:nth-child(3)) span {
    line-height: 34px;
}

.reg_form .default {
    /* display: none; */
    width: 230px;
    height: 34px;
    padding: 0 5px;
    border: 1px solid #999;
    color: #666;
}

.message .default {
    width: 114px;
    background: #f5f5f5;
}

.reg_form ul li span i {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-top: -2px;
    margin-right: 5px;
    vertical-align: middle;
}

.reg_form .success {
    display: none;
}

.reg_form .success i {
    background: url(../images/success.png) no-repeat center;
}

.reg_form .error {
    display: none;
    color: #df3033;
}

.reg_form .error i {
    background: url(../images/error.png) no-repeat center;
}

.reg_form .safe {
    height: 13px;
    margin-top: -10px;
    margin-bottom: 20px;
    padding-left: 193px;
    color: #bebebe;
    font-size: 12px;
}

.safe em {
    margin-right: 1px;
    padding: 0 11px;
    color: #fff;
    font-style: normal;
}

.safe em:first-child {
    margin-left: 10px;
}

.weak {
    background: #de1111;
}

.common {
    background: #40b83f;
}

.strong {
    background: #f79100;
}

.reg_form .agree {
    height: 15px;
    margin-top: 42px;
    margin-bottom: 50px;
    padding-left: 107px;
    font-size: 12px;
    line-height: 15px;
}

.checkbox {
    width: 13px;
    height: 13px;
    margin-right: 11px;
    border: 1px solid #999;
    background: #f2f2f2;
}

.checked {
    background: #f2f2f2 url(../images/checked.png) no-repeat center;
}

.checkbox input {
    opacity: 0;
    /* input[checkbox]自带有margin，调整一下让他和伪造的checbox完全重合 */
    margin-top: 1px;
    margin-left: 1px;
}

.agree a {
    color: #1ba1e6;
}

.btn input {
    width: 200px;
    height: 34px;
    margin-left: 110px;
    background: #c81623;
    color: #fff;
    line-height: 34px;
    text-align: center;
    cursor: pointer;
}

.footer {
    height: 119px;
    background: #fff;
}