.title_head{
    font-size: 24px;
    border-bottom: 1px solid #e54918;
    line-height: 40px;
    width: 850px;
}
.register_form{
    width: 850px;
    height: 800px;
    margin-top: 40px;
    color: #474747;
}
.text_input{
    display: inline-block;
    height: 20px;
    padding: 6px 12px;
    font-size: 14px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.form_line1{
    width: 850px;
    height: 34px;
    float: left;
    line-height: 34px;
    margin-top: 8px;
}
.form_line2{
    width: 850px;
    height: 68px;
    float: left;
    line-height: 34px;
    margin-top: 8px;
}
.form_left{
    width: 120px;
    height: 34px;
    font-size: 18px;
    float: left;
}
.form_star{
    width: 20px;
    height: 34px;
    color: red;
    font-size: 18px;
    line-height: 40px;
    padding-left: 10px;
    float: left;
}
.form_radio_text{
    height: 34px;;
    line-height: 34px;
    padding: 0 10px;
    float: left;
}
.code_text{
    height: 68px;
    line-height: 68px;
    padding: 0 10px;
    float: left;
}
.register_button{
    width: 96px;
    height: 34px;
    line-height: 34px;
    border: none;
    cursor: pointer;
    border-radius: 6px;
    background-color: #474747;
    color: white;
    text-align: center;
    font-size: 18px;
    font-family: '黑体';
}
.form_bottom1{
    font-size:16px;
    font-weight:bold;
    font-family:'黑体';
    margin-top: 30px;
    width: 700px;
    text-align: center;
    height: 32px;
    line-height: 32px;
    float: left;
}
.form_bottom2{
    font-size:12px;
    font-family:'黑体';
    width: 700px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    float: left;
}
.form_bottom3{
    font-size:12px;
    font-family:'黑体';
    width: 700px;
    text-align: center;
    height: 60px;
    line-height: 20px;
    float: left;
}
.form_bottom3>p{
    margin-left: 120px;
    text-align: left;
}