
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        
        body {
            font-family: Arial, sans-serif;
            background-color: #f4f4f4;
            color: #333;
        }
        
        .header {
            background-color: #333;
            color: white;
            padding: 20px 0;
        }
        
        .nav {
            max-width: 1200px;
            margin: 0 auto;
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 0 20px;
        }
        
        .nav h1 {
            font-size: 24px;
        }
        
        .nav ul {
            list-style: none;
            display: flex;
            gap: 20px;
        }
        
        .nav ul li a {
            color: white;
            text-decoration: none;
            padding: 8px 16px;
            border-radius: 5px;
            transition: background-color 0.3s;
        }
        
        .nav ul li a:hover {
            background-color: #555;
        }
        
        .container {
            max-width: 800px;
            margin: 1px auto;
            padding: 5px;
        }
        
        .section {
            background-color: white;
            padding: 30px;
            margin-bottom: 20px;
            border-radius: 5px;
            box-shadow: 0 2px 4px rgba(0,0,0,0.1);
        }
        
        .section h2 {
            font-size: 20px;
            margin-bottom: 30px;
            padding-bottom: 10px;
            border-bottom: 2px solid #4CAF50;
            text-align: center;
        }
        
        .user-info {
            margin-top: 20px;
        }
        
        .info-item {
            display: flex;
            margin-bottom: 15px;
            padding: 10px;
            border-bottom: 1px solid #eee;
        }
        
        .info-item:last-child {
            border-bottom: none;
        }
        
        .info-label {
            width: 120px;
            font-weight: bold;
            color: #666;
        }
        
        .info-value {
            flex: 1;
            color: #333;
        }
        
        .error {
            background-color: #ffebee;
            color: #c62828;
            padding: 10px;
            border-radius: 5px;
            margin-bottom: 20px;
            font-size: 14px;
        }
        
        .success {
            background-color: #e8f5e8;
            color: #2e7d32;
            padding: 10px;
            border-radius: 5px;
            margin-bottom: 20px;
            font-size: 14px;
        }
        
        .btn {
            padding: 10px 20px;
            border: none;
            border-radius: 5px;
            cursor: pointer;
            font-size: 14px;
            transition: background-color 0.3s;
        }
		
		  .container_login {
	max-width: 400px;
	margin: 10px auto;
	padding: 20px;
        }
        
        .section_login {
            background-color: white;
            padding: 30px;
            border-radius: 5px;
            box-shadow: 0 2px 4px rgba(0,0,0,0.1);
        }
		.section_login h2 {
            font-size: 20px;
            margin-bottom: 30px;
            padding-bottom: 10px;
            border-bottom: 2px solid #4CAF50;
            text-align: center;
        }
		     .register-link {
            text-align: center;
            margin-top: 20px;
            font-size: 14px;
        }
        
        .register-link a {
            color: #4CAF50;
            text-decoration: none;
        }
        
        .register-link a:hover {
            text-decoration: underline;
        }
		
		
		
		 .captcha-group {
            display: flex;
            gap: 10px;
        }
        
        .captcha-group input {
            flex: 1;
        }
        
        .captcha-image {
            background-color: #f9f9f9;
            padding: 10px;
            border: 1px solid #ddd;
            border-radius: 5px;
            font-weight: bold;
            font-size: 18px;
            color: #333;
            display: flex;
            align-items: center;
            justify-content: center;
            min-width: 100px;
            letter-spacing: 2px;
        }
		
		
		     .main-container {
            max-width: 1200px;
            margin: 50px auto;
            padding: 0 20px;
            display: flex;
            flex-wrap: wrap;
            gap: 1px;
        }
        
        .container_register {
            flex: 1;
            min-width: 300px;
            margin: 0;
            padding: 0;
        }
		
		
	       .btn_login {
            width: 100%;
            padding: 12px;
            background-color: #4caf50;
            color: white;
            border: none;
            border-radius: 5px;
            font-size: 16px;
            cursor: pointer;
            transition: background-color 0.3s;
        }
        
        .btn_login:hover {
            background-color: #45a049;
        }
        
        .btn-primary {
            background-color: #4CAF50;
            color: white;
        }
        
        .btn-primary:hover {
            background-color: #45a049;
        }
        
        .btn-secondary {
            background-color: #2196F3;
            color: white;
        }
        
        .btn-secondary:hover {
            background-color: #0b7dda;
        }
        
        .btn-danger {
            background-color: #f44336;
            color: white;
        }
        
        .btn-danger:hover {
            background-color: #da190b;
        }
        
        .action-buttons {
            margin-top: 30px;
            display: flex;
            gap: 10px;
            justify-content: center;
        }
        
        .footer {
            background-color: #333;
            color: white;
            padding: 20px 0;
            text-align: center;
            margin-top: 50px;
        }
		.red{ 
		font-size: 20px;
			font-weight: bold;
			color:#F00;
			}

body {
	background-color: #FFF;
	background-image: url(../../Graphic__/Index_patten_3fw.fw.png);
	background-repeat: repeat-x;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-size: 14px;
	color: #000;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
}
a {
	font-size: 12px;
}
h1 {
	font-size: 14px;
	color: #00F;
}
h2 {
	font-size: 14px;
	color: #00F;
}
h3 {
	font-size: 14px;
	color: #00F;
}
h4 {
	font-size: 14px;
	color: #00F;
}
h5 {
	font-size: 14px;
	color: #00F;
}
h6 {
	font-size: 14px;
	color: #00F;
}
img{
	border:0;
}

.center-table {
    /* 对应 width="1000" */
    width: 1000px;
    /* 对应 border="0" */
    border: 0;
    /* 对应 align="center"（表格水平居中） */
    margin: 0 auto;
    /* 对应 cellpadding="0"（单元格内边距） */
    padding: 0;
    /* 对应 cellspacing="0"（单元格间距） */
    border-collapse: collapse;
    border-spacing: 0;
}


.zx a{
 padding: 20px;
   gap: 20px;

}

  /* 公告栏外层容器 */
        .notice-container {
         
            height: 40px;
            line-height: 40px;
            background-color: #f5f5f5;
            border: 1px solid #eee;
            overflow: hidden;
            position: relative;
            margin: -40px auto;
max-width: 790px;
        }

        /* 公告标签 */
        .notice-tag {
            display: inline-block;
            width: 80px;
            height: 100%;
            background-color: #e63946;
            color: white;
            text-align: center;
            font-weight: bold;
            position: absolute;
            left: 0;
            top: 0;
            z-index: 2;
        }

        /* 滚动内容的可视窗口 */
        .notice-scroll-wrapper {
            position: absolute;
            left: 80px;
            top: 0;
            right: 0;
            height: 100%;
            overflow: hidden;
        }

        /* 滚动内容容器 - 核心：初始位置在可视区内，立即显示 */
        .notice-content {
            position: absolute;
            left: 0;
            top: 0;
            white-space: nowrap;
            /* 初始无动画，保证内容立即显示；JS加载后添加动画，无缝衔接 */
            transform: translateX(0);
            /* 硬件加速，提升流畅度 */
            will-change: transform;
        }

        /* 鼠标悬停暂停滚动 */
        .notice-container:hover .notice-content {
            animation-play-state: paused !important;
        }

        /* 滚动关键帧：从可视区左侧开始，滚到完全消失 */
        @keyframes scrollSmooth {
            0% {
                transform: translateX(0); /* 初始位置：可视区左侧（立即显示） */
            }
            100% {
                transform: translateX(calc(-100% - 80px)); /* 滚出可视区（包含标签宽度） */
            }
        }

        /* 备用动画（防止JS失效） */
        .notice-content.fallback {
            animation: scrollSmooth 20s linear infinite;
        }
   
   
   .container_change {
            max-width: 600px;
            margin: 1px auto;
            padding: 5px;
        }
        
        .section_change {
            background-color: white;
            padding: 30px;
            border-radius: 5px;
            box-shadow: 0 2px 4px rgba(0,0,0,0.1);
        }
        
        .section_change h2 {
            font-size: 20px;
            margin-bottom: 30px;
            padding-bottom: 10px;
            border-bottom: 2px solid #4CAF50;
            text-align: center;
        }
        
        .form-group {
            margin-bottom: 20px;
        }
        

		 .form-group label {
            display: block;
            margin-bottom: 5px;
            color: #666;
            font-size: 16px;
        }
        
        .form-group input,
        .form-group select {
            width: 100%;
            padding: 10px;
            border: 1px solid #ddd;
            border-radius: 5px;
            font-size: 16px;
        }
        
        .form-text {
            display: block;
            margin-top: 5px;
            font-size: 14px;
            color: #6c757d;
        }
		
		       .form-actions {
            margin-top: 30px;
            text-align: center;
        }
        
        .form-actions .btn {
            width: 100%;
            padding: 12px;
            font-size: 16px;
        }
		
		  .login-link {
            text-align: center;
            margin-top: 20px;
            font-size: 14px;
        }
        
        .login-link a {
            color: #4CAF50;
            text-decoration: none;
        }
        
        .login-link a:hover {
            text-decoration: underline;
        }
		
		
		
		
        .form-group input {
            width: 100%;
            padding: 10px;
            border: 1px solid #ddd;
            border-radius: 5px;
            font-size: 16px;
        }
        
        .error {
            background-color: #ffebee;
            color: #c62828;
            padding: 10px;
            border-radius: 5px;
            margin-bottom: 20px;
            font-size: 14px;
        }
        
        .success {
            background-color: #e8f5e8;
            color: #2e7d32;
            padding: 10px;
            border-radius: 5px;
            margin-bottom: 20px;
            font-size: 14px;
        }
        
        .btn_change {
            width: 100%;
            padding: 12px;
            background-color: #4CAF50;
            color: white;
            border: none;
            border-radius: 5px;
            font-size: 16px;
            cursor: pointer;
            transition: background-color 0.3s;
        }
        
        .btn_change:hover {
            background-color: #45a049;
        }
        
        .btn-secondary {
            background-color: #2196F3;
            margin-top: 10px;
        }
        
        .btn-secondary:hover {
            background-color: #0b7dda;
        }
        
        
        .password-section {
            margin-top: 30px;
            padding-top: 20px;
            border-top: 1px solid #eee;
        }
        
        .password-section h3 {
            font-size: 16px;
            margin-bottom: 20px;
            color: #333;
        }
		