 .section_div1{margin-top:0;}
       /* 注册表单样式 */
       .register-container {
        max-width: 800px;
        margin: 20px auto;
        padding: 25px 50px;
        background: #fff;
        /* 去掉阴影 */
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    }
    .login-title{font-size: 25px; text-align: center;font-weight: bold;}
    .register-title {
        font-size: 20px;
        color: #333;
        text-align: left; /* 标题左对齐 */
        margin-bottom: 20px;
        padding-bottom: 10px;
        border-bottom: 1px solid #eee;
    }
    .form-group {
        margin-bottom: 15px;
    }
    .form-group label {
        display: block;
        margin-bottom: 0; /* 调整间距 */
        font-weight: bold;
        color: #555;
        font-size: 14px;
        text-align: left; /* 标签左对齐 */
        line-height: 44px; /* 行高44px */
        height: 44px; /* 固定高度 */
    }
    .form-control {
        width: 100%;
        padding: 10px;
        border: 1px solid #ddd;
        border-radius: 4px;
        font-size: 14px;
        box-sizing: border-box;
        line-height: 24px; /* 输入框内文字行高 */
    }
       textarea.form-control {
           min-height: 100px;
       }
       .form-row {
           display: flex;
           flex-wrap: wrap;
           margin: 0 -5px;
       }
       .form-col {
           flex: 1;
           padding: 0 5px;
           min-width: 100%;
       }
       .btn-submit {
           background: #1e50a2;
           color: white;
           border: none;
           padding: 12px 0;
           font-size: 16px;
           border-radius: 4px;
           cursor: pointer;
           display: block;
           width: 200px;
           margin: 25px auto;
           transition: background 0.3s;
       }
       .btn-submit:hover {
           background: #153a7a;
       }
       .required:after {
           content: "*";
           color: red;
           margin-left: 4px;
       }
       .form-note {
           font-size: 12px;
           color: #999;
           margin-top: 4px;
           line-height: 1.4;
           text-align: left;
           margin-top: 10px;
       }
       .radio-group {
           display: flex;
           align-items: center;
           gap: 15px;
       }
       .radio-option {
           display: flex;
           align-items: center;
       }
       .radio-option input {
           margin-right: 6px;
       }
       select.form-control {
           appearance: none;
           -webkit-appearance: none;
           background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
           background-repeat: no-repeat;
           background-position: right 10px center;
           background-size: 15px;
       }
       input[type="file"] {
           padding: 8px 0;
       }
        .gender-container {
            display: flex;
            align-items: center;
            gap: 10px;
            margin-top: 10px;
        }
        .gender-label {
            font-weight: normal;
            margin-right: 15px;
            line-height: normal;
            height: auto;
            margin-bottom:0;
        }
        .radio-group {
            display: flex;
            align-items: center;
            gap: 15px;
            margin-top: 0;
        }
        .radio-option {
            display: flex;
            align-items: center;
        }
        .radio-option input {
            margin-right: 6px;
        }


        /* 登录表单样式 */
        .login-container {
            max-width: 700px;
            margin: 30px auto;
            padding: 30px;
            background: #fff;
            border-radius: 8px;
            box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
        }
        
        .login-title {
            font-size: 24px;
            color: #333;
            text-align: center;
            margin-bottom: 30px;
            padding-bottom: 15px;
            border-bottom: 1px solid #eee;
            font-weight: bold;
        }
        


        
        .form-control {
            width: 100%;
            padding: 12px 15px;
            border: 1px solid #ddd;
            border-radius: 4px;
            font-size: 14px;
            box-sizing: border-box;
            transition: border-color 0.3s;
        }
        
        .form-control:focus {
            border-color: #1e50a2;
            outline: none;
        }
        
        .btn-login {
            background: #000066;
            color: white;
            border: none;
            padding: 14px 0;
            font-size: 16px;
            border-radius: 4px;
            cursor: pointer;
            display: block;
            width: 100%;
            margin: 30px auto 15px;
            transition: background 0.3s;
            font-weight: bold;
        }
        
        .btn-login:hover {
            background: #153a7a;
        }
        
        .login-links {
            display: flex;
            justify-content: space-between;
            margin-top: 20px;
            font-size: 14px;
        }
        
        .login-links a {
            color: #1e50a2;
            text-decoration: none;
        }
        
        .login-links a:hover {
            text-decoration: underline;
        }
        
        .required:after {
            content: "*";
            color: red;
            margin-left: 4px;
        }
        .yzm{width: 100px;text-align: center;font-size: 14px;background: #ff5722;border-radius: 5px;}
        .yzm a{color: #fff;font-size: 14px;padding:12px 0;display: block;}

       /* 平板和桌面样式 */
       @media (max-width: 768px) {
          .register-container {
            padding: 0px 0px;
            /* 去掉阴影 */
        }
        .register-title {
            font-size: 24px;
            text-align: left; /* 保持左对齐 */
        }
           .form-col {
               min-width: 0;
           }
           .btn-submit {
               width: auto;
               padding: 12px 30px;
           }
           .form-group label {
               font-size: 14px;

           }
           .form-group{margin-bottom:0;}
             .login-container {
                padding: 20px;
                margin: 20px auto;
                margin-top: 70px;
            }
            
            .login-title {
                font-size: 22px;
                margin-bottom: 25px;
            }
            .form-row{margin:0 15px;}
            .register-container{margin-top: 80px;}
            .login-title{padding-top: 15px;}
       }

       /* 小屏幕手机特殊调整 */
       @media (max-width: 360px) {
           .register-container {
               padding: 10px;
           }
           .register-title {
               font-size: 18px;
           }
           .form-control {
               padding: 8px;
           }
       }