﻿.container {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 20px;
}
.module {
	background-color: white;
	margin-bottom: 20px;
	border-radius: 5px;
	box-shadow: 0 2px 5px rgba(0,0,0,0.1);
	overflow: hidden;
}
/* 顶部模块 */
.top-module {
	padding: 30px;
	display: flex;
	flex-wrap: wrap;
}
.cover-img {
	width: 210px;
	height: 210px;
	object-fit: cover;
	margin-right: 30px;
}
.info-container {
	flex: 1;
	min-width: 300px;
}
.info-container h1 {
	font-size: 24px;
	margin-bottom: 15px;
}
.info-line {
	margin-bottom: 10px;
	color: #666;
}
.info-line.tags a {
	background: #666;
    color: #fff;
    padding: 4px 10px;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
    margin-right: 5px;
    font-size: 14px;
    margin-top: 10px;
}
a {
    display: block;
    margin: 0;
    padding: 0;
    line-height: 1; /* 消除行高影响 */
}
.info-line.tags a:hover {
    background: #333;
    color: #ffcc00;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.tags span {
	display: inline-block;
	background: #f0f0f0;
	padding: 3px 8px;
	margin-right: 8px;
	border-radius: 3px;
	font-size: 12px;
}
.fa-download{
   float: left;
}
.download-app{
    width: 80px;
}
/* 中部模块 */
.middle-module {
	padding: 30px;
	width: 100%;
}
.notice-title h1{
	text-align: center;
    padding: 30px;
    border-bottom: 1px solid #000;
}
.notice-title{
	background: #e3e3e3;
	margin-bottom: 20px;
}
.section-title {
	font-size: 18px;
	margin-bottom: 15px;
	padding-bottom: 5px;
	border-bottom: 1px solid #eee;
}
.content {
	line-height: 1.6;
	margin-bottom: 20px;
}
.resource-btn {
	display: inline-block;
	background: #1890ff;
	color: white;
	padding: 8px 20px;
	border-radius: 4px;
	text-decoration: none;
	margin-top: 15px;
}
.info-line p{}
/* 尾部模块 */
.bottom-module {
	padding: 30px;
	width: 100%;
}
.download-grid a{
	font-size:14px;
}
.download-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
	gap: 15px;
	margin-top: 15px;
}
.show-down{width:100%;}
.show-down span{
	color: #ff0000;
    font-weight: 600;
}
.content img{
	width:480px;
	height:auto;
}
.content p{margin-bottom:10px;}
.dr_conpic_wrap{text-align: center;}
.dr_conpic_wrap img{
    width: 640px;
    height: 360px;
    object-fit: cover;
    margin: 20px;
}
.section-title h3{
    height: 54px;
    font-size: 24px;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #333;
    margin: 30px 0 20px;
    border-bottom: 1px solid #eee;
    background-image: url(/images/be.png);
    background-repeat: no-repeat;
    background-size: auto 100%;
    display: flex;
    align-items: flex-end;
    position: relative;
    justify-content: space-between;
	padding-left:64px;
}
.download-item {
	padding: 10px;
	border: 1px solid #eee;
	border-radius: 3px;
	height: 41px;
    overflow: hidden;
}

@media (max-width: 768px) {
	.top-module {
		flex-direction: column;
	}
	.cover-img {
		margin-right: 0;
		margin-bottom: 20px;
		width:100%;
		height:auto;
	}
	.info-container h1 {
		font-size: 16px;
        margin-bottom: 15px;
        font-weight: 500;
	}
	.middle-module {
		width: 100% !important;
        padding: 10px 4px;
	}
	.resource-btn {
		display: inline-block;
		background: #1890ff;
		color: white;
		margin: 0px 80px;
		padding: 10px;
		border-radius: 4px;
		text-decoration: none;
		margin-top: 15px;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.show-about{display:none;}
	.container {
        width: 100% !important;
        padding: 10px 4px;
		
    }
	.download-grid {
		grid-template-columns: 1fr;
	}
}
/* 弹窗基础样式 */
.modal {
	display: none;
	position: fixed;
	z-index: 1000;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.7);
}

/* 统一尺寸的弹窗内容 */
.modal-content {
	position: relative;
	background-color: #fefefe;
	margin: 15% auto;
	padding: 30px;
	border-radius: 12px;
	width: 420px;
	box-shadow: 0 4px 20px rgba(0,0,0,0.15);
	text-align: center;
}

/* 关闭按钮样式 */
.close-btn {
	position: absolute;
	right: 20px;
	top: 15px;
	font-size: 24px;
	font-weight: bold;
	color: #aaa;
	cursor: pointer;
	transition: color 0.3s;
}

.close-btn:hover {
	color: #333;
}

/* 二维码容器 */
.qrcode-container {
	display: none;
	margin-top: 20px;
}

/* 二维码样式 */
.qrcode-wrapper {
	display: inline-block;
	margin: 0 15px;
	vertical-align: top;
}

.qrcode {
	width: 150px;
	height: 150px;
	border: 1px solid #eee;
	padding: 5px;
	background: white;
}

/* 下载文字说明 */
.download-text {
	margin-top: 8px;
	font-size: 14px;
	color: #666;
	font-weight: bold;
}

/* 确认按钮 */
.confirm-btn {
	background-color: #4CAF50;
	color: white;
	padding: 12px 24px;
	border: none;
	border-radius: 6px;
	cursor: pointer;
	margin-top: 20px;
	font-size: 16px;
	transition: background 0.3s;
}

.confirm-btn:hover {
	background-color: #45a049;
}

/* 提示文字 */
.prompt-text {
	margin: 15px 0;
	line-height: 1.6;
	color: #333;
}

