.bd_box {
    width: 870px;
    margin: 25px 0 15px;
    border: solid 1px #E2E2E2;
}
.bd_box .bd_box_title {
    background: #F6F6F6;
    line-height: 36px;
    border-bottom: 1px #e2e2e2 solid;
    font-size: 16px;
    padding-left: 10px;
    margin: 0;
    color: #005bac;
    font-weight: normal;
}
.bd_box .content{
    padding: 30px 15px;
}
.bd_box .content .form-group{
    width: 49%;
    margin-bottom: 25px;
    display: inline-block;
    position: relative;
}
.bd_box .content .form-group select{
    width: 272px;
    height: 38px;
    line-height: 1.3;
    border: 1px solid #e6e6e6;
    background-color: #fff;
    border-radius: 2px;
    padding-left: 10px;
    display: inline-block;
}
.bd_box .content .form-group .tips{
    position: absolute;
    color: red;
    left: -10px;
    top:10px;
       letter-spacing: 0px;
}
.bd_box .content .form-group .error{
    border:1px solid #D5514F;
}
.bd_box .content .date{
    width: 272px;
}
.bd_box .content .sex{
    width: 30%;
}

input[type="radio"] {
    margin: 3px 3px 0px 5px;
    display: none;
  }

label.checked {
    background-position: left bottom;
}

.bd_box .content .area{
    width: 68%;
}
.bd_box .content .area select{
    width: 150px;
    height: 38px;
    line-height: 1.3;
    border: 1px solid #e6e6e6;
    background-color: #fff;
    border-radius: 2px;
    padding-left: 10px;
    display: inline-block;
  		letter-spacing: 0px;
}
.bd_box .content .form-group label{
    font-weight: 500;
}
.bd_box .content h4{
    width: 74px;
    display: inline-block;
    margin-right: 8px;
       letter-spacing: 0px;
}
.bd_box .content .jp_form_input{
    width: 260px;
    height: 38px;
    line-height: 1.3;
    border: 1px solid #e6e6e6;
    background-color: #fff;
    border-radius: 2px;
    padding-left: 10px;
    display: inline-block;
}

.bd_box .content .btn_consult{
    height: 30px;
    line-height: 20px;
    border: 1px #005bac solid;
    color: #005bac;
    background: none;
    display: inline-block;
    padding: 6px 80px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
}
.bd_box .content .btn_consult:hover{
    background: #005bac;
    color: #fff;
    line-height: 20px;
}
.btn_right{
    /* text-align: right; */
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { /* WebKit*/  
    color:    #ccc;  
}  
input:-moz-placeholder, textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */  
    color:    #ccc;  
}  
input::-moz-placeholder, textarea::-moz-placeholder { /* Mozilla Firefox 19+ */  
    color:    #ccc;  
}  
input:-ms-input-placeholder, textarea:-ms-input-placeholder { /* IE 10+ */  
    color:    #ccc;  
}  