.main_box{
    display: block;
}
.bd_cen{
    width: 100%;
    background: #fff;
    border-radius: 8px;
    padding: 48px 24px;
    box-shadow: rgba(0, 28, 85, 0.04) 0px 4px 10px 0px;
    display: flex;
    align-items: center;
    gap: 24px;
    flex-direction: column;
}
.bi2box2{
    width: 100%;
    display: flex;
    align-items: center;
    gap: 24px;
    flex-direction: column;
}
.bd_li{
    display: flex;
}
.bd_li_L{
    position: relative;
    padding: 20px 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    color: #252525;
    text-align: left;
    width: 150px;
    margin-right: 8px;
    /* height: 48px; */
    display: flex;
}
.bd_li_R{
    width: 800px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
}
.bd_li_R_cen{
    padding: 18px 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 24px 0 ;
}
.bd_li_input1{
    height: 48px;
    width: 100%;
    flex: 1;
    border-radius: 4px;
    border: 1px solid #e8e8e8;
    background: #F9F9F9;
    padding: 0 24px;
    outline: none;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    color: #252525;
}
.bd_li_dx{
    width: 25%;
}
input[type="radio"] {
    transform: scale(1.2);
    accent-color: #206CFF;
}
.bd_li_dx label {
    font-weight: 500;
    font-size: 16px;
    color: #252525;
    margin-left: 8px;
}
 input::placeholder{
    font-size: 14px;
    color: #C5C5C5;
}
 input:focus {
    border: 1px solid #206CFF;
    box-shadow: 0px 0px 10px 0px #206CFF33;
}
.bd_li_textarea{
    min-height: 48px;
    width: 100%;
    border-radius: 4px;
    border: 1px solid #e8e8e8;
    background: #F9F9F9;
    padding: 12px 24px;
    outline: none;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    color: #252525;

}
textarea:focus {
    border: 1px solid #206CFF;
    box-shadow: 0px 0px 10px 0px #206CFF33;
}
.bd_li_textarea::placeholder{
    font-size: 14px;
    color: #C5C5C5;

}
.bd_li_yzm{
    height: 48px;
    flex: none;
}
.bd_li_yzm img{
    height: 100%;
    vertical-align: top;
}
.bd_li_tj{
    width: 200px;
    height: 48px;
    background-color: #206CFF;
    color: #fff;
    border: 1px solid #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    box-shadow: rgba(0, 28, 85, 0.04) 0px 4px 10px 0px;
    font-weight: 400;
}
.bd_name{
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
    font-weight: 500%;
    font-size: 24px;
    color: #252525;
}
.bd_li_L_x{
    font-size: 14px;
    line-height: 14px;
    color: red;
    top: 20px;
    left: -10px;
}