@charset "gb2312";

a:link {
 color:#000000;
 text-decoration:none;
}
a:visited {
 color:#000000;
 text-decoration:none;
}

a:hover {
 color:#660000;
 text-decoration:none;
}

.fix-header {
            position: fixed; /* 固定定位 */
            top: 0;         /* 紧贴顶部 */
            left: 0;        /* 左侧对齐 */
            width: 100%;    /* 宽度铺满 */
			hight: 60;
            background-color: #FFFFFF;
            color: black;
            padding: 10px 0;
            text-align: center;
            z-index: 1000;  /* 确保在最上层 */
			font-size:20px;
        }
.fix-footer {
            position: fixed;
            bottom: 0;
            left: 0;
            width: 100%;
			height: 60;
            background-color: #FFFFFF;
            color: white;
            text-align: center;
            padding: 10px 0;
			z-index: 900;  /* 确保在最上层 */
			font-size:20px;
        }

 .container {
            max-width: 98%;
            margin: 0 auto;
            background-color: white;
            border-radius: 12px;
            box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
            padding: 12px;
			font-size:20px;
        }

.card {
            background: white;
            border-radius: 8px;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
            padding: 8px;
            margin-bottom: 25px;
			width:98%;
			font-size:18px;
			line-height:32px;
        }

.card-title {
            
            font-weight: 600;
            color: #2c3e50;
            margin-bottom: 10px;
            padding-bottom: 8px;
            border-bottom: 1px solid #eee;
			font-size: 18px;
			line-height:35px;
			padding: 4px;
        }

.card-title-16 {
            
            font-weight: 500;
            color: #2c3e50;
            margin-bottom: 10px;
            padding-bottom: 8px;
            border-bottom: 1px solid #eee;
			font-size: 16px;
			line-height:32px;
			padding: 4px;
        }
		
.listcard {
            font-size: 16px;
			width:98%;
			background: white;
            border-radius: 10px;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
            padding: 8px;
            margin-bottom: 8px;
			line-height:50px;

        }

.listcard-content {
            text-align: left;
            padding: 8px;
            border: 1px dashed #FF9B6A;
            border-radius: 8px;
            background: #FFFBF7;
            margin-bottom: 10px;
            transition: all 0.3s ease;
			line-height:2;
			font-size: 16px;
			width: 100%;
        }

.listcard-content2 {
            text-align: left;
            padding: 8px;
            border: 1px dashed #003366;
            border-radius: 8px;
            background: #EAF4FF;
            margin-bottom: 10px;
            transition: all 0.3s ease;
			line-height:20px;
			font-size: 16px;
			width: 100%;
        }

.listcard-content3 {
            text-align: left;
            padding: 8px;
            border: 1px dashed #336600;
            border-radius: 8px;
            background: #EDFFDB;
            margin-bottom: 10px;
            transition: all 0.3s ease;
			line-height:20px;
			font-size: 16px;
			width: 100%;
        }
        
.listcard-content:hover {
            background: #FFFFBF;
        }

.cell-card {
            font-size: 18px;
			width:90%;
			background: white;
            border-radius: 6px;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
            padding: 15px;
            margin-bottom: 15px;
			line-height:2;
			text-align:center;

        }

.instructions {
            background: #fff8e1;
            border-left: 4px solid #ffc107;
            padding: 12px;
            margin: 25px 0;
            border-radius: 0 6px 6px 0;
			font-size: 16px;
			line-height: 2;
        }
        
        .instructions h3 {
            margin-top: 0;
            color: #2c3e50;
        }
        
        .instructions ul {
            padding-left: 25px;
        }
        
        .instructions li {
            margin-bottom: 10px;  
			
        }

.iNumber {
            background: #3498db;
            color: white;
            border: none;
            padding: 2px 8px;
            border-radius: 6px;
            cursor: pointer;
            font-size: 16px;
            font-weight: 500;
            transition: all 0.3s ease;
            display: inline-block;
            margin: 5px 5px;
        }

.iNumber2 {
            background: #993333;
            color: white;
            border: none;
            padding: 2px 8px;
            border-radius: 6px;
            cursor: pointer;
            font-size: 16px;
            font-weight: 500;
            transition: all 0.3s ease;
            display: inline-block;
            margin: 5px 5px;
        }

.text_20_black{
	
	color: black;
	font-size: 20px;
}

.text_20_red{
	
	color: red;
	font-size: 20px;
}

.text_14_red{
	
	color: red;
	font-size: 14px;
}

.text_12_red{
	
	color: red;
	font-size: 12px;
}

.text_18_black{
	
	color: black;
	font-size: 18px;
}

.text_16_black{
	
	color: black;
	font-size: 16px;
}

.text_16_black_bold{
	
	color: black;
	font-size: 16px;
}

.text_16_gray{
	
	color: gray;
	font-size: 16px;
}

.text_14_gray{
	
	color: gray;
	font-size: 14px;
}

.text_12_gray{
	
	color: gray;
	font-size: 12px;
}

.text_16_red{
	
	color: red;
	font-size: 16px;
}

.text_16_gray_border{

    color: gray;
	font-size: 16px;
    border:1px solid gray;
    border-radius:6px;
    padding:4px,8px;
}

.text_14_gray_border{

    color: gray;
	font-size: 14px;
    border:1px solid gray;
    border-radius:6px;
    padding:2px;
}

.text_14_red_border{

    color: red;
	font-size: 14px;
    border:1px solid red;
    border-radius:6px;
    padding:2px;
}

.text_14_red_border_solid{

    color: white;
	background: red;
	font-size: 14px;
    border:1px solid red;
    border-radius:6px;
    padding:2px;
}

.text_12_gray{
	
	color: gray;
	font-size: 12px;
}

.text_16_red_border{

    color: red;
	font-size: 16px;
    border:1px solid red;
    border-radius:6px;
    padding:2px;
}

.text_16_yellow_border{

    color: #B7B700;
	font-size: 16px;
    border:1px solid #B7B700;
    border-radius:6px;
    padding:6px 10px;
	background: #ffffff;
}

.btn {
            background: #3498db;
            color: white;
            border: none;
            padding: 5px 10px;
            border-radius: 6px;
            cursor: pointer;
            font-size: 16px;
            font-weight: 500;
            transition: all 0.3s ease;
            display: inline-block;
            margin: 10px 5px;
        }

.btn-orange {
            background: #FF6600;
			color: white;
        }

.btn-red {
            background: #C40000;
        }

.btn-red:hover {
            background: #EC0300;
        }

.btn-green {
            background: #27ae60;
			color: white;
        }

.btn-gray {
            background: #CCCCCC;
			color: white;
        }

.btn-yellow {
            background: #B7B700;
        }

.btn_long {
            background: #3498db;
            color: white;
            border: none;
            padding: 6px 12px;
            border-radius: 6px;
            cursor: pointer;
            font-size: 16px;
            font-weight: 500;
            transition: all 0.3s ease;
            display: inline-block;
            margin: 8px 3px;
			width: 180px;
			
        }

.btn_blue_long {
            background: #3498db;
            color: white;
            border: none;
            padding: 6px 12px;
            border-radius: 6px;
            cursor: pointer;
            font-size: 16px;
            font-weight: 500;
            transition: all 0.3s ease;
            display: inline-block;
            margin: 8px 3px;
			width: 180px;
			
        }

.btn_blue_long_Border {
            background: white;
            color: #3498db;
			border:1px solid #3498db;
            padding: 6px 12px;
            border-radius: 6px;
            cursor: pointer;
            font-size: 16px;
            font-weight: 500;
            transition: all 0.3s ease;
            display: inline-block;
            margin: 8px 3px;
			width: 180px;
			
        }

.btn_gray_long {
            background: gray;
            color: white;
            border: none;
            padding: 6px 12px;
            border-radius: 10px;
            cursor: pointer;
            font-size: 16px;
            font-weight: 500;
            transition: all 0.3s ease;
            display: inline-block;
            margin: 8px 3px;
			width: 180px;
			
        }

.btn_orange_long {
            background: orange;
            color: white;
			border: none;
            padding: 6px 12px;
            border-radius: 10px;
            cursor: pointer;
            font-size: 16px;
            font-weight: 500;
            transition: all 0.3s ease;
            display: inline-block;
            margin: 8px 3px;
			width: 180px;
			
        }

.btn_green_long {
            background: #006600;
            color: white;
			border: none;
            padding: 6px 12px;
            border-radius: 10px;
            cursor: pointer;
            font-size: 16px;
            font-weight: 500;
            transition: all 0.3s ease;
            display: inline-block;
            margin: 8px 3px;
			width: 180px;
			
        }

.btn_red_long {
            background: #993300;
            color: white;
			border: none;
            padding: 6px 12px;
            border-radius: 10px;
            cursor: pointer;
            font-size: 16px;
            font-weight: 500;
            transition: all 0.3s ease;
            display: inline-block;
            margin: 8px 3px;
			width: 180px;
			
        }

.large-textbox {
        width: 150px;
        height: 30px;
        padding: 5px;
        font-size: 16px;
        border: 2px solid #ccc;
        border-radius: 5px;
    }

.large-dropdown {
    width: 200px;
    height: 30px;
    padding: 2px 5px;
    font-size: 16px;
    border: 1px solid #4CAF50;
    border-radius: 4px;
    background-color: #f8f8f8;
    color: #333;
  }
  
  .large-dropdown:hover {
    border-color: #45a049;
  }
  
  .large-dropdown:focus {
    outline: none;
    border-color: #4CAF50;
    box-shadow: 0 0 5px rgba(76, 175, 80, 0.5);
  }

  .big-checkbox input[type="checkbox"] {
    width: 20px;
    height: 20px;
	font-size: 18px;
    margin: 0 10px 0 0;
	padding:1px;
	border: 2px solid #555;
} 

.large-radio input[type="radio"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid #555;
    border-radius: 50%;
    outline: none;
    margin-right: 5px;
    vertical-align: middle;
	font-size: 16px;
}

.large-radio input[type="radio"]:checked {
    background: radial-gradient(circle, #555 50%, transparent 50%);
}