@charset "utf-8";
/*导航路径*/
.path {
    margin-top: 15px;
    margin-bottom: -10px;
    color: #666666;
}
/*注册*/
.user-register {
    background: #fff;
    padding: 20px;
    min-height: 460px;
}
 .list-tit {
    line-height: 40px;
    border-bottom: 2px solid #f5f5f5;
    position: relative;
}
.list-tit h2 {
     display: inline-block;
     font-size: 18px;
     word-spacing: .7em;
     font-weight: normal;
     color: #444444;

 }
.list-tit h2 span {
    color: #999;
}
.regform .fl, .regform .fr {
    width: 49%;
    height: 622px;
}
.form-horizontal {
    padding-top: 15px;
}
.form-horizontal .control-group {
     margin-bottom: 9px;
     position: relative;
 }
.form-horizontal .control-label {
    position: absolute;
    width: 120px;
    left: 0;
    top: 14px;
    text-align: right;
}
.form-horizontal .controls {
    padding: 5px 0;
    padding-left: 130px;
}
.controls-sex {
    height: 34px;
    line-height: 34px;
}
.form-horizontal .controls .sex {
    vertical-align: middle;
    margin-right: 10px;
}
.form-horizontal .controls select {
    width: 110px;
    height: 44px;
    background:url(../images/select.png)  no-repeat right center  ;
　　appearance: none;
    -webkit-appearance: none;
　　-moz-appearance: none;

}
.input-medium {
    width:317px;
    padding: 12px 10px;
    line-height: 1;
    height: 18px;
    border: 1px solid #ddd;
    background-color: #fff;
    transition: border linear 0.2s,box-shadow linear 0.2s;
    vertical-align: middle;
}
.regform .code_img img{
    width: 110px;
    height: 34px;
    position: absolute;
    right: 103px;
    top: 10px;
}
.btn {
    display: inline-block;
    border: none;
    text-align: center;
    background: #158064;
    color: #fff;
    min-height: 34px;
    line-height: 34px;
    padding: 0 15px;
    -webkit-transition: background 0.3s,border 0.3s;
    transition: background 0.3s,border 0.3s;
}
.getcode {
    width: 80px;
    position: absolute;
    right: 103px;
    top: 10px;
}
.regform .submit {
    width: 302px;
    line-height: 40px;
}
.regform .fr {
    border-left: 1px solid #ddd;
}
.regform .fr p {
    font-size: 16px;
    margin-left: 35px;
    margin-top: 35px;
}