body {
    background-color: #fafafa;
}

.registerWrapper {
    width: 1180px;
    margin: 20px auto;
    overflow: hidden;
}

.form {
    float: left;
    background-color: #fff;
    padding: 25px 40px 60px;
    width: 758px;
    border: 1px solid #f2f2f2;
}

.side {
    float: left;
    width: 300px;
    margin-left: 40px;
    padding-top: 20px;
}

.form h2 {
    font-size: 18px;
    font-weight: normal;
    padding-bottom: 25px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 40px;
}

.form table {
    width: 100%;
}

.form table th {
    text-align: right;
    font-size: 14px;
    font-weight: normal;
    width: 180px;
}

.form table th, .form table td {
    padding: 12px 5px;
}

.form table th span {
    color: #c7181e;
    margin-right: 5px;
}

.form .tips {
    margin-left: 10px;
    line-height: 36px;
    position: absolute;
    max-width: 440px;
}

.form .tips.error {
    color: #c7181e;
}

.form .tips i {
    margin-right: 5px;
    vertical-align: sub;
}

.icon_warn_16red {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../img/icon.png) no-repeat;
    vertical-align: middle;
}
/* 上下两个不要合并*/
.icon_warn_16red {
    background-position: -100px -340px ;
}

.form .yz_code {
    float: left;
    margin-left: 10px;
    border: 1px solid #ccc;
    width: 90px;
    height: 34px;
    cursor: pointer;
}

.form .btn_change {
    float: left;
    line-height: 36px;
    margin-left: 10px;
    width: 43px;
}
/*
.form table .btns {
    width: 280px;
    height: 38px;
    line-height: 38px;
    color: #fff;
    font-size: 16px;
}*/

.form .btns.btns_erCode {
    float: left;
    line-height: 34px;
    margin-left: 10px;
    width: 143px;
    font-size: 12px;
    border-radius: 3px;
    border: 1px solid #c7181e;
    background-color: #c7181e;
}
/*
.form table .btns.btns_default, .form table .btns.btns_default:hover {
    color: #999;
    background-color: #f2f2f2;
    border: 1px solid #f2f2f2;
    cursor: default;
}*/

.side .box {
    margin-bottom: 15px;
    padding: 10px 0;
}

.side .box .tit {
    font-size: 14px;
    font-weight: bold;
    color: #333;
}

.side .box .txt {
    padding: 10px 0;
}

.side .box .txt .a {
    font-size: 16px;
    margin-right: 10px;
}

.side .box .txt .b {
    font-size: 12px;
    color: #666;
    margin-left: 10px;
}

.side .box .txt span {
    color: #ff961f;
    font-size: 16px;
    margin-right: 20px;
}

.side .box .txt .b i {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(../img/icon_qq.png) no-repeat;
    vertical-align: text-top;
    margin-right: 3px;
}
/*注册成功页面*/
.form_success {
    width: 1098px;
}

.status {
    width: 260px;
    padding: 120px 0 120px 80px;
    margin: 0 auto;
    position: relative;
}

.status i {
    position: absolute;
    top: 120px;
    left: 0;
}

.icon_success_64{
    display: inline-block;
    width: 64px;
    height: 64px;
    background: url(../img/icon.png) no-repeat;
    vertical-align: middle;
}

.icon_success_64 {
    background-position: 0 -880px;
}

.status p {
    font-size: 24px;
    color: #333;
    margin-bottom: 10px;
}

.status .go {
    margin-top: 10px;
}

.status .go .btns {
    height: 34px;
    line-height: 34px;
    margin-right: 15px;
    font-size: 14px;
    border-radius: 3px;
}

/*公用*/
input {
    border: 0;
    vertical-align: middle;
}

.password {
    width: 260px;
    height: 34px;
    line-height: 34px;
    padding: 0 10px 0 10px;
    border: 1px solid #bfbfbf;
    background-color: #fff;
    border-radius: 3px;
}

a {
    color: #3a83e8;
}

input[type="text"] {
    width: 260px;
    height: 34px;
    line-height: 34px;
    padding: 0 10px 0 10px;
    border: 1px solid #bfbfbf;
    background-color: #fff;
    border-radius: 3px;
}