
.bhxh-v2-wrapper{
max-width:1000px;
margin:40px auto;
background:#fff;
border:1px solid #e5e5e5;
border-radius:10px;
padding:30px;
box-shadow:0 3px 8px rgba(0,0,0,0.06);
font-family:Arial,Helvetica,sans-serif;
}

.bhxh-v2-header{
background:#1c8ed6;
color:#fff;
font-size:22px;
font-weight:600;
padding:15px 20px;
margin:-30px -30px 25px -30px;
border-radius:10px 10px 0 0;
}

.bhxh-v2-desc{
font-size:16px;
margin-bottom:30px;
color:#444;
}

.bhxh-v2-grid{
display:grid;
grid-template-columns:1fr 1fr;
gap:25px 50px;
}

.bhxh-field{
display:flex;
flex-direction:column;
}

.bhxh-field label{
font-weight:600;
margin-bottom:6px;
}

.bhxh-field input,
.bhxh-field select{
height:42px;
padding:0 12px;
border:1px solid #dcdcdc;
border-radius:5px;
font-size:15px;
}

.bhxh-field input:focus,
.bhxh-field select:focus{
border-color:#1c8ed6;
outline:none;
box-shadow:0 0 0 2px rgba(28,142,214,0.15);
}

.bhxh-buttons{
margin-top:35px;
display:flex;
justify-content:center;
gap:20px;
}

.bhxh-btn{
background:#1c8ed6;
color:#fff;
border:none;
padding:12px 30px;
border-radius:6px;
font-size:16px;
font-weight:600;
cursor:pointer;
}

.bhxh-reset{
background:#3a8dde;
}

.bhxh-btn:hover{
opacity:.9;
}

@media(max-width:768px){
.bhxh-v2-grid{
grid-template-columns:1fr;
}
}
