 body {
            font-family: "Microsoft YaHei", Arial, sans-serif;
            margin: 20px;
            background-color: #fff;
            color: #000;
            line-height: 1.5;
        }

        .sjjh_box {
            max-width: 800px;
            margin: 0 auto;
		
        }
        
      .sjjh_box h1 {
            text-align: center;
            font-size: 30px;
			font-weight: bold;
            margin-bottom: 30px;
            color: #0E61DD;
        }
        
        .form-item {
            padding: 10px 0;
			clear: both;
			overflow: hidden;
			
        }
        
        .form-title {
            font-size: 16px;
            line-height: 36px;
            color: #000;
			float: left;
			margin-right: 20px;
        }
        
        .required {
            color: #000;
        }
        
        .required::before {
            content: "* ";
            color: #f00;
        }
        
        .checkbox-group {
            display: flex;
            flex-wrap: wrap;
            gap: 15px;
			line-height: 36px;
            
        }
        
        .checkbox-item {
            display: flex;
            align-items: center;
        }
        
        .checkbox-item input {
            margin-right: 5px;
            width: 16px;
            height: 16px;
        }
        
        .input-group {
            margin-top: 5px;
			float: left;
			width: 80%;
        }
        
        .input-group input, 
        .input-group textarea {
            width: 100%;
            padding: 8px;
            border: 1px solid #E3E3E3;
            font-size: 16px;
            box-sizing: border-box;
			border-radius: 5px;
        }
        
        .input-group textarea {
            height: 32px;
            resize: vertical;
			line-height: 32px;
        }
        
        .time-range {
            display: flex;
            align-items: center;
            gap: 20px;
        }
        
        .time-input {
            flex: 1;
        }
        
        .time-input input {
            width: 93%;
            padding: 8px;
            border: 1px solid #E3E3E3;
            font-size: 16px;
			border-radius: 5px;
        }
		.form-title.scsj-title{line-height: 50px;}
        
        .upload-area {
           
            text-align: center;
            margin-top: 5px;
            cursor: pointer;
			float: left;
        }
        
        .upload-area:hover {
            background-color: #f5f5f5;
        }
        
        .upload-text {
            color: #666;
            margin-bottom: 5px;
			border: 1px solid #E3E3E3;
			border-radius: 5px;
			line-height: 40px;
        }
        
        .upload-note {
            color: #999;
            font-size: 14px;
            margin-top: 5px;
        }
        
        #file-list {
            margin-top: 10px;
            font-size: 14px;
        }
        
        .file-item {
            background-color: #f5f5f5;
            padding: 5px 10px;
            margin-bottom: 5px;
            display: flex;
            justify-content: space-between;
        }
        
        .remove-file {
            color: #f00;
            cursor: pointer;
        }
        
        .submit-btn {
            display: block;
            width: 80px;
            margin: 30px auto;
            padding: 10px;
            background-color: #0066cc;
            color: #fff;
            border: none;
            font-size: 16px;
            cursor: pointer;
			border-radius: 5px;
        }
        
        .submit-btn:hover {
            background-color: #0055aa;
        }
        
        .login-prompt {
            text-align: center;
            color: red;
            margin-top: 20px;
        }
        
        .login-link {
            color: #0066cc;
            text-decoration: none;
        }
        
        .login-link:hover {
            text-decoration: underline;
        }
        
        .divider {
            height: 1px;
            background-color: #ccc;
            margin: 20px 0;
			display: none;
        }
		#messageArea .messageout{font-size: 20px; color: red; position: fixed;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            background: rgba(0, 0, 0, 0.68);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ad000000, 0, 0, endColorstr=#ad000000, 0, 0);
            z-index: 88888;
      }
	 	#messageArea .messageInner{position: fixed;
    /* width: 1000px; */
    background-color: #fff;border-radius: 5px;
    z-index: 99999;
    /* display: none; */
    padding: 40px;
    box-sizing: border-box;
    top: 30% !important;
    z-index: 1000;
    left: 39%;}
	#messageArea .close{position: absolute;right: 0px; top: 0;cursor: pointer; color: #fff;width: 30px; height: 30px;background:#1361d7; line-height: 30px;
	text-align: center;}	
        
        @media (max-width: 600px) {
            .time-range {
                flex-direction: column;
                gap: 10px;
            }
            
            .time-input {
                width: 100%;
            }
        }