.w {
    width: 1200px;
    margin: 0 auto;
}
header {
    height: 105px;
    border-bottom: 2px solid #2b2d30;
    background: url(../images/logo2.png) no-repeat;
    margin-top: 20px;
}
.registerarea {
    height: 500px;
    border: 2px solid #ccc;
    margin-top: 20px;
}
.registerarea h3 {
    height: 42px;
    border-bottom: 1px solid #ccc;
    background-color: #ececec;
    line-height: 42px;
    padding: 0 10px;
}
.reg_form {
    width: 600px;
    margin: 50px auto 0;
}
.reg_form ul li {
    margin: 20px auto;
}
.reg_form ul li label {
    display: inline-block;
    width: 88px;
    text-align: right;
}
.reg_form ul li .inp {
    width: 242px;
    height: 37px;
    border: 1px solid #ccc;
}
.error {
    color: red;
}
.success {
    color: green;
}
.agree {
    padding-left: 90px;
}
.agree input {
    vertical-align: middle;
}
.agree a {
    color: blue;
}
.reg_form_btn {
    width: 200px;
    height: 34px;
    background-color: skyblue;
    font-size: 14px;
    color: #fff;
    margin: 30px 0 0 90px;;
}

/*底部模块*/
footer {
    height: 100px;
    border: 1px solid #f0f3f0;
    margin-top: 30px;
    font-size: 12px;
    text-align: center;
    line-height: 100px;
    border-radius: 20px;
}
footer a:link {
    color: rgb(94, 97, 109);

}
footer a:hover {
    color: orange;
}