.reg_wrap {
    width: 100%;
    padding: 20px;
    border-radius: 10px;
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}

.reg_wrap h1 {
    border-bottom: 2px #ddd solid;
    margin-bottom: 15px;
}

.reg_wrap ul {
    overflow: hidden;
}

.reg_wrap ul li {
    float: left;
    width: 100%;
    margin-top: 3px;
    overflow: hidden;
    box-sizing: border-box;
}

.reg_wrap ul li span {
    float: left;
    font-size: 14px;
    overflow: hidden;
    box-sizing: border-box;
}

.reg_wrap ul li span.reg_label {
    float: left;
    padding-right: 10px;
    width: 100px;
    line-height: 30px;
    color: #747474;
    text-align: right;
    box-sizing: border-box;
}

.reg_wrap ul li span.reg_inp_wrap {
    width: calc(100% - 100px);
}

.reg_wrap ul li span.reg_inp_wrap input {
    float: left;
    padding: 5px;
    width: 100%;
    height: 30px;
    line-height: 30px;
    border: 1px #ddd dashed;
    outline: none;
    background: #fefefe;
    color: #777;
    text-indent: 8px;
    box-sizing: border-box;
    overflow: hidden;
}

.reg_wrap ul li span.reg_inp_wrap input.need_inp {
    border-left-color: #cc0033;
}

.reg_wrap ul li span.sex {
    line-height: 30px;
}

.reg_wrap ul li span.sex input {
    margin: 5px 10px;
    width: 20px;
    height: 20px;
}

.reg_wrap ul li span.code input {
    width: 140px;
}

.reg_wrap ul li span .code_img {
    float: right;
    width: 80px;
    height: 30px;
}

.reg_wrap ul li span .code_img img {
    display: block;
    width: 100%;
    height: 100%;
}

.reg_wrap ul li dd {
    float: left;
    color: #747474;
}

.reg_wrap .forget {
    margin: 0 auto;
    width: 390px;
}

.reg_wrap .forget span {
    display: block;
    margin-top: 10px;
    overflow: hidden;
}

.reg_wrap .forget span p {
    float: left;
    padding-right: 10px;
    width: 100px;
    line-height: 30px;
    color: #777;
    text-align: right;
    box-sizing: border-box;
}

.reg_wrap .forget span input {
    float: left;
    padding: 5px;
    width: 180px;
    height: 30px;
    box-sizing: border-box;
    border: none;
    outline: none;
    background: #656566 5px;
    color: #fff;
}

.reg_wrap .forget .code input {
    width: 180px;
}

.reg_wrap .forget .code img {
    float: right;
    width: 80px;
    height: 30px;
}

.reg_wrap .forget .text {
    margin-top: 20px;
    color: #747474;
}

.reg_wrap .forget .text h2 {
    font-size: 14px;

}

.reg_wrap .forget .text p {
    font-size: 14px;
}

.reg_wrap .btn {
    margin-top: 40px;
    padding-top: 5px;
    border-top: 1px #ddd solid;
    text-align: center;
    /*overflow: hidden;*/
    box-sizing: border-box;
}

.reg_wrap .btn .hint_msg {
    width: 100%;
    height: 30px;
    margin-top: -35px;
    text-align: left;
    text-indent: 8px;
    color: #cc0033;
}

.reg_wrap .btn a {
    display: block;
    float: left;
    margin: 0 10px;
    padding: 5px 20px;
    color: #fff;
    border: 1px #4781d3 dashed;
    text-align: center;
    overflow: hidden;
    box-sizing: border-box;
}

.reg_wrap .btn a.reg_reset_btn {
    color: #333;
}

.reg_wrap .btn a:hover {
    background-color: #fff;
    color: #4781d3;
    border-color: #cc0033;
}

.reg_wrap .btn .submit {
    background: #4781d3;
}

.reg_wrap .btn .reset {
    color: #ddd;
    background: #5c5c5c;
}