/* 重置浏览器默认样式 */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    font-family: Arial, sans-serif;
    background-color: #f4f4f4;
    color: #333;
    line-height: 1.6;
    margin: 0;
    padding: 5px;
}
/* 头部导航栏样式 */
.header {
    background-color: #56407f;
    color: #fff;
    padding: 5px 0;
    text-align: center;
}

.header a {
	font-size: 18px;
    color: #fff;
    text-decoration: none;
    margin: 0 15px;
}
.header a:hover {
    text-decoration: underline;
}
/* 友情链接栏样式 */
.linker {
    /*background-color: #b569af;*/
	background-color: #7fb3ee;
    color: #fff;
    padding: 5px 0;
    text-align: center;
}
/* 容器样式 */
.container {
    width: 80%;
    margin: 0 auto;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
	margin-top: 5px;
}
.container2 { /* 试题正文容器 */
  margin: 10px 10px  0px  10px; 	
  align-items: flex-start; /* 顶端对齐 */
  font-size: 16px;
  lineheight: 15;
  line-height: 2.5;
  text-align: left;
}
/* 主体内容区域样式 */
.main-content {
    display: flex;
    flex-wrap: wrap;
    gap: 2px;	
}
.left-link {
	font-size: 18px;
	display: flex;
	align:left;
	padding: 0 0 0 10px;
	
}
.right-link {
	display: flex;
    gap: 10px; /* 可选，调整链接之间的间距 */
}
/* 左侧边栏样式 */
.sidebar {
	font-size: 18px;
    flex:0.5;
    min-width: 250px;
    background: #f9f9f9;
    padding: 5px;
	margin-top: 5px;
}
.sidebar h3 {
    margin-bottom: 10px;
    color: #333;
}

.sidebar ul {
    list-style: none;
    padding: 0;
}
.sidebar ul li {
    margin-bottom: 10px;
}
.sidebar ul li a {
    text-decoration: none;
    color: #004080;
}
.sidebar ul li a:hover {
    text-decoration: underline;
}
.centered-div {    /*login.asp里用到过*/
    width: 300px; /* 设置元素的宽度为300px */
    margin: 0 auto; /* 上下外边距为0，左右外边距自动，实现水平居中 */
   /* background-color: lightblue; /* 示例背景颜色 */
    /*border: 1px solid black; /* 示例边框 */
}
.centered-big-div {
    width: 60%; /* 设置元素的宽度为200px */
    margin: 0 auto; /* 上下外边距为0，左右外边距自动，实现水平居中 */
}
.link-content {
	margin:10px 0 10px 10px;
	gap: 30px
}
.link-content a{
    text-decoration: none;
    color: #56407f;
	}
.link-content2 {/* 紧凑型 */
    display: flex;
	margin:2px 0 2px 10px;
	gap: 30px
}
.link-content2 a{
    text-decoration: none;
    color: #000000;
	}
.daohang-1 {/* 紧凑型 */
    flex:5;
	margin:2px 0 2px 10px;
	gap: 30px
}
.daohang-1 a{
    text-decoration: none;
    color: #000000;
	}
.daohang-2 {/* 紧凑型 */
    flex:1;
	margin:2px 0 2px 10px;
	gap: 30px
}

/* 右侧内容区域样式 */
.content {
    flex: 2;
    padding:0 0 0 15px;
	
}
.content h1, .content h2, .content h3 {
    margin-bottom: 0px;
    color: #333;
}
.content p {
    margin-bottom: 20px;
}
/* 底部样式 */
.footer {
    background-color: #56407f;
    color: #fff;
    text-align: right;
    padding: 30px 15px;
    margin-top: 5px;
	}
.footer a {
    color: #fff;
    text-decoration: none;
   }
.footer a:hover {
    text-decoration: underline;
}
.link-container {
	background: #FFFFFF;
	display: flex;

/*    justify-content: space-between;*/
    width: 100%; /* 确保容器宽度 */
}
.link-container a {
	font-size: 18px;  
	color: black;
    text-decoration: none;
    margin: 5px  10px ;
}
.input1 {
	font-size: 18px;
	padding: 10px;
    width: 150px;
    height: 25px;
}
.input2 {
	font-size: 18px;
	padding: 10px;
    width: 500px;
    height: 25px;
}
.button1{
    font-size: 16px; /* 文字大小 */
    margin: 10px 10px; /* 外边距 */
    cursor: pointer; /* 鼠标悬停时显示手形图标 */
            HEIGHT: 30px;
			width: 100px;  /* 可选，用于增加容器顶部的外边距 */
        }
.button2 {
	margin:5px 10px 5px 10px;
    font-size: 18px; /* 文字大小 */
    padding:0 10px 0 10px;
        }
.button3 {
	margin:5px 0 5px 30px;
    font-size: 24px; /* 文字大小 */
    padding:0 15px 0 15px;
        }
.button-container {
            text-align: center;
			padding:2px 15px;
            margin: 10px 10px;  /* 可选，用于增加容器顶部的外边距 */
        }       
.button-container input {
            margin: 0 20px; /* 为按钮之间添加一些间距 */
            padding: 4px 30px; /* 增加按钮的内边距，使其看起来更大 */
            font-size: 18px; /* 设置按钮文字的字体大小 */
        }
.lianjie a{ font-size: 18px;  
	color: black;
    text-decoration: none;
    margin: 5px  10px ;	
}
.right-container {
  margin-left: auto; /* 自动填充左边剩余空间，使内部元素靠右 */
  display: flex; /* 使内部两个元素横向排列 */
  gap: 10px; /* 可选，设置内部元素之间的间距 */
}
.large-checkbox{
        transform: scale(1.5); /* 放大2倍 */
        margin:0 5px 0 5px;
    }
.large-checkbox1 {
        transform: scale(2); /* 放大2倍 */
        margin:15px 10px 10px 10px;
    }
.large-checkbox2 {
        transform: scale(2); /* 放大2倍 */
        margin:0 10px 10px 10px;
    }	
	
	
 .container-big {
            display: flex;
            width: 100%;
}
        .first-group {
            flex: 2;
            display: flex;
            justify-content: center;
        }
        .second-group {
            flex: 3;
            display: flex;
            justify-content: center;
        }
		.A-group {
            flex: 6;
            display: flex;
            justify-content: left;
        }
        .B-group {
            flex: 6;
            display: flex;
            justify-content: center;
        }
		.C-group {
            flex: 2;
            display: flex;
            justify-content: center;
        }
		.D-group {
			border-bottom: 2px solid #000;
			border-top: 1px solid #000;
			border-left: 1px solid #000;
			border-right: 1px solid #000;
			padding:5px;
			height:40px;
			background-color: #DCDCDC;
			border-top-left-radius: 8px; /* 左上角 */
            border-top-right-radius: 8px; /* 右上角 */
            flex: 1;
            display: flex;
            justify-content: center;
        }
		.E-group {
			border-top: 2px solid #000;
			border-left: 2px solid #000;
			border-right: 2px solid #000;
			padding:5px;
			height:40px;
			background-color: #FFFFFF;
			border-top-left-radius: 8px; /* 左上角 */
            border-top-right-radius: 8px; /* 右上角 */
            flex: 1;
            display: flex;
            justify-content: center;
        }
		.hidden-radio {
    opacity: 0; /* 使单选按钮透明 */
    position: absolute; /* 从文档流中移除，不影响其他元素布局 */
    pointer-events: none; /* 防止透明按钮被点击 */
        }
        .radio-label {
    /* 你可以在这里为标签添加额外的样式 */
        }
.no-underline a{ text-decoration:none; }
.style-red {color:#F00}
.fen_1 {flex: 1;}
.fen_2 {flex: 2;}
.fen_3 {flex: 3;}
.fen_6 {flex: 6;}
textarea:focus {
    outline: none;         /* 移除浏览器默认外边框 */
    box-shadow: none;      /* 移除可能的阴影高亮 */
    user-select: auto;     /* 恢复正常选择行为 */
}