.desctdstyle1043753{ line-height: 150%; font-family: 宋体; color: #999999; font-size: 9pt;}
.titlestyle1043753{ font-weight: bold; font-size: 9pt; color: #ff6600; font-family: 宋体; background-color: #ffffec;}
.leader-mail-form {
    font-family: "宋体", sans-serif;
    font-size: 14px;
    color: #333;
    line-height: 1.5;}

.form-container {
    max-width: 800px;
    margin: 0 auto;}

.form-group {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
    align-items: center;}

.form-label {
    width: 120px;
    padding-right: 10px;
    text-align: right;
    font-weight: bold;}

.form-control {
    flex: 1;
    min-width: 200px;
    text-align: left;}


.form-input, .form-select {
    width: 100%;
    padding: 8px 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-sizing: border-box;}

.required {
    color: red;
    margin-left: 5px;}

.radio-label {
    margin-right: 15px;
    display: inline-flex;
    align-items: center;}

.form-footer {
    margin-top: 20px;
    text-align: center;}

.captcha-group {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;}

.captcha-input {
    width: 100px;
    padding: 5px;
    margin: 0 10px;
    border: 1px solid #BAD3E6;}

.captcha-image {
    margin-right: 20px;}

.submit-button {
    padding: 8px 25px;
    background-color: #2f7195;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;}

.error-message {
    color: red;
    margin: 10px 0;}

/* 响应式设计 */
@media (max-width: 600px) {
    .form-label {
        width: 100%;
        text-align: left;
        margin-bottom: 5px;}
    
    .form-help {
        padding-left: 0;}
}

