@charset "UTF-8";

#tel_prefix {
    height: 60px;
    width: 70px;
    border: none;
    border-right: 1px solid #ddd;
}

.regBox{
    width:100%;
}
.regCon{
    width:1199px;
    margin:0 auto;
}
.regTitle{
    height:36px;
    font-size: 12px;
    line-height: 36px;
    color:#333333 ;
}
.step1{
    font-size: 18px;
    height:33px;
    line-height: 28px;
    color:#333333;
    border-bottom:2px solid  #ec2329;
    margin-bottom: 48px;
}
.userInfo{
    font-size: 18px;
    height:40px;
    line-height: 40px;
    margin-top: 20px;
    padding: 0 0 15px 25px;
    border-bottom: 2px solid #e92529;
}
.userInfo span{
    font-size: 14px;
}
.userList li{
    font-size: 12px;
    line-height: 60px;
    border-bottom:1px solid #bdbdbd;
}
.userList .name{
    float: left;
    width:340px;
    padding-left: 30px;
    font-size: 20px;
    color:#333333;
}
.userList .testSpan{
    height:120px;
}
.userList .nameInfo{
    float:left;
    /*margin-left: 25px;*/
    display:inline;
    height: 60px;
}
.nameInfo .re_text{
    width:600px;
    padding-left:10px ;
    border:0px solid #cccccc;
    font-size: 20px;
    height:58px;
    line-height: 32px;
    border-radius: 3px;
}
.nameInfo select{
    width:82px;
    height:58px;
    line-height:32px;
    color:#c2c2c2;
    font-size: 20px;
    padding-left: 10px;
    border: 0;
    border-right: 1px solid #cdcdcd;
}
.nameInfo .sexLabel{
    display:inline-block;
    width:110px;
    font-size: 20px;
    margin-left: 10px;
}
.nameInfo .radio{
    margin-right: 11px;
}
.nameInfo .report{
    color:#333333;
}
.nameInfo .report input{
    margin-right: 8px;
}
.testImg{
    display:inline-block;
    width:81px;
    height:34px;
    vertical-align: middle;
    margin: 0 10px 0 11px;
}
.testBtn{
    width:134px;
    height:31px;
    background:#fff;
    border:1px solid #999999;
    text-align: center;
}
.smallTip{
    height:60px;
    font-size: 16px;
    line-height: 60px;
    padding-left: 30px;
}
.smallTip a{
    color:#4670c2;
}
.regBtnBox{
    width:100%;
    text-align: center;
    margin-top:66px;
    height:52px;
    line-height:52px;
    margin-bottom: 122px;

}
.regBtn{
    width:276px;
    height:52px;
    font-size: 18px;
    font-weight: bold;
    line-height:52px;
    background:#ec2427;
    
    color:#fff;
    border: none;
}