#BImg {
	width: 100%;
	height: 480px;
	/* background-color: #000000; */
	background-image: url('../img/全屏/4.jpg');
	background-size: cover;
	background: to centers;
}

#BImg #h1Box {
	width: 1000px;
	height: 480px;
	margin: 0 auto;
	/* background-color: white; */
	position: relative;
}

#BImg #h1Box .fontBox {
	width: 1000px;
	height: 250px;
	/* background-color: #7e7e7e; */
	position: absolute;
	bottom: 0;
}

#BImg #h1Box .fontBox .one {
	font-size: 40px;
	margin-top: 40px;
	color: white;
	margin-bottom: 40px;
}

#BImg #h1Box .fontBox .two {
	font-size: 15px;
	color: white;
}

/* talk */
.communityBox {
	width: 100%;
	background-image: url('../img/community-bg.jpg');
	background-size: cover;
	padding: 40px 0;
	box-sizing: border-box;
}

.communityBox .talk {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	min-height: 800px;
	padding: 0 50px;
	position: relative;
	background-color: rgba(0, 0, 0, 0.4);
}

.communityBox .talk .area {
	width: 500px;
	height: 80px;
	float: left;
	margin-top: 20px;
	font-size: 30px;
	font-weight: 600;
}

.communityBox .talk .choose {
	width: 300px;
	height: 80px;
	float: right;
	box-sizing: border-box;
	padding-top: 20px;
}

.communityBox .talk .choose p {
	font-weight: 600;
	font-size: 20px;
	margin-bottom: 10px;
}

/* 评论区 */
.communityBox #CommentsInput {
	width: 100%;
	max-width: 800px;
	height: auto;
	min-height: 50px;
	margin-top: 20px;
	display: flex;
	gap: 10px;
}

.communityBox #CommentsInput input {
	flex: 1;
	max-width: 600px;
	height: 40px;
	border: none;
	border-radius: 10px;
	padding: 0 15px;
	transition: all 0.3s;
}

.communityBox #CommentsInput input:focus {
	outline: 2px solid #667eea;
}

.communityBox #CommentsInput button {
	width: 80px;
	height: 40px;
	border: none;
	cursor: pointer;
	border-radius: 10px;
	background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
	color: white;
	font-weight: 600;
	transition: all 0.3s;
}

.communityBox #CommentsInput button:hover {
	transform: translateY(-2px);
	box-shadow: 0 5px 20px rgba(102, 126, 234, 0.4);
}

.Comments {
	width: 100%;
	min-height: 400px;
	position: relative;
	z-index: 1;
	padding: 20px 0;
	overflow-wrap: break-word;
	box-sizing: border-box;
}

.Comments .Comments_box {
	width: 100%;
	min-height: 120px;
	max-height: 400px;
	background-color: #20242a;
	position: relative;
	margin-top: 20px;
	border: 1px solid rgba(255,255,255,0.1);
	border-radius: 12px;
	display: flex;
	flex-direction: row;
	overflow: hidden;
}

.Comments .Comments_box .CommentsImg {
	width: 100px;
	min-width: 100px;
	padding: 15px;
	display: flex;
	align-items: flex-start;
	justify-content: center;
}

.Comments .Comments_box .CommentsImg img {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	object-fit: cover;
}

.Comments .Comments_box .CommentP {
	flex: 1;
	padding: 15px 20px;
	display: flex;
	flex-direction: column;
	gap: 8px;
	min-height: 100px;
}

.Comments .Comments_box .CommentP .personCommeent {
	display: flex;
	align-items: center;
	gap: 12px;
	flex-wrap: wrap;
}

.Comments .Comments_box .CommentP .personCommeent a {
	text-decoration: none;
	color: #667eea;
	font-size: 16px;
	font-weight: 600;
}

.Comments .Comments_box .CommentP .personCommeent p {
	color: #ffc05a;
	font-size: 13px;
	margin: 0;
}

.Comments .Comments_box .CommentP .CommentBox {
	color: rgba(255,255,255,0.85);
	font-size: 14px;
	line-height: 1.6;
	flex: 1;
	overflow: hidden;
	text-overflow: ellipsis;
}

.Comments .Comments_box .heart,
.Comments .Comments_box .Email,
.Comments .Comments_box .del {
	width: 36px;
	height: 36px;
	position: absolute;
	bottom: 10px;
	cursor: pointer;
	opacity: 0.6;
	transition: opacity 0.3s;
}

.Comments .Comments_box .heart:hover,
.Comments .Comments_box .Email:hover,
.Comments .Comments_box .del:hover {
	opacity: 1;
}

.Comments .Comments_box .heart {
	right: 10px;
}

.Comments .Comments_box .Email {
	right: 56px;
}

.Comments .Comments_box .del {
	right: 102px;
}

.Comments .Comments_box .heart img,
.Comments .Comments_box .Email img,
.Comments .Comments_box .del img {
	width: 36px;
	height: 36px;
}

/* ========== 响应式适配 ========== */
@media (max-width: 1300px) {
	/* 评论区居中 */
	.Comments {
		width: 100%;
		margin: 0 auto;
	}
	
	/* 排行榜居中 */
	#phb {
		width: 100%;
		max-width: 1200px;
		margin: 40px auto 0;
		padding: 0 20px 60px;
		box-sizing: border-box;
	}
	
	#phb #peson_phb {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		gap: 30px;
	}
	
	#phb #peson_phb #peson_img {
		width: 380px;
		min-width: 280px;
		height: 680px;
		position: relative;
		float: left;
	}
	
	#phb #peson_phb #peson_img .img1 {
		width: 100%;
		height: 340px;
		position: absolute;
		top: 140px;
		left: 0;
		background-image: url(../img/LOGO.png);
		background-size: 250px;
		background-position: center;
		background-repeat: no-repeat;
	}
	
	#phb #peson_phb #peson_img .img1 p {
		margin-top: 70px;
		font-size: 15px;
	}
	
	#phb #peson_phb #peson_img .img2 {
		width: 100%;
		position: absolute;
		top: 250px;
		left: 0;
	}
	
	#phb #peson_phb #peson_img .img2 img {
		width: 100%;
		max-width: 460px;
	}
	
	#phb #peson_phb .peson_box {
		flex: 1;
		min-width: 300px;
		max-width: 800px;
	}
	
	#phb #peson_phb .peson_box .pesonAbs {
		background-color: #242424;
		border: 1px solid rgba(255,255,255,0.1);
		padding: 30px;
		box-sizing: border-box;
		border-radius: 12px;
	}
	
	#phb #peson_phb .peson_box .pesonAbs h3 {
		margin-bottom: 20px;
		padding-bottom: 10px;
		border-bottom: 1px solid rgba(255,255,255,0.1);
	}
	
	#phb #peson_phb .peson_box .pesonAbs .SquareImg {
		display: flex;
		align-items: center;
		gap: 15px;
		margin-top: 20px;
		padding: 10px 0;
		border-bottom: 1px solid rgba(255,255,255,0.05);
	}
	
	#phb #peson_phb .peson_box .pesonAbs .SquareImg img {
		width: 80px;
		height: 80px;
		object-fit: cover;
		border-radius: 8px;
	}
	
	#phb #peson_phb .peson_box .pesonAbs .SquareImg p {
		font-size: 14px;
		margin-top: 5px;
	}
	
	#phb #peson_phb .peson_box .pesonAbs .pesonImg {
		display: flex;
		align-items: center;
		gap: 15px;
		margin-top: 20px;
		padding: 10px 0;
		border-bottom: 1px solid rgba(255,255,255,0.05);
	}
	
	#phb #peson_phb .peson_box .pesonAbs .pesonImg img {
		width: 60px;
		height: 60px;
		border-radius: 50%;
		object-fit: cover;
	}
	
	#phb #peson_phb .peson_box .pesonAbs .pesonImg p {
		font-size: 13px;
		margin-top: 5px;
		color: rgba(255,255,255,0.8);
	}
}

@media (max-width: 768px) {
	/* 整体布局 */
	.communityBox {
		padding: 0 20px;
	}
	
	.communityBox .talk {
		padding: 20px;
	}
	
	/* 标题和筛选器 */
	.communityBox .talk .area {
		width: 100%;
		float: none;
		margin-top: 0;
		font-size: 24px;
		height: auto;
		margin-bottom: 15px;
	}
	
	.communityBox .talk .choose {
		width: 100%;
		float: none;
		height: auto;
		padding-top: 0;
		margin-bottom: 20px;
	}
	
	.communityBox .talk .choose select {
		width: 100% !important;
	}
	
	/* 评论区输入框 */
	.communityBox #CommentsInput {
		flex-direction: column;
	}
	
	.communityBox #CommentsInput input {
		max-width: 100%;
	}
	
	.communityBox #CommentsInput button {
		width: 100%;
	}
	
	/* 评论区 */
	.Comments {
		width: 100%;
		margin: 0 auto;
		height: auto;
		overflow: visible;
		position: relative;
		padding: 10px 0;
	}
	
	.Comments .Comments_box {
		flex-direction: column;
		min-height: auto;
		height: auto;
	}
	
	.Comments .Comments_box .CommentsImg {
		width: 100%;
		min-width: auto;
		padding: 15px;
		text-align: center;
	}
	
	.Comments .Comments_box .CommentsImg img {
		margin-left: 0;
		width: 50px;
		height: 50px;
	}
	
	.Comments .Comments_box .CommentP {
		width: 100%;
		min-height: auto;
		padding: 0 15px 15px;
	}
	
	.Comments .Comments_box .CommentP .personCommeent {
		flex-direction: column;
		align-items: flex-start;
		gap: 4px;
	}
	
	.Comments .Comments_box .CommentP .CommentBox {
		width: 100%;
	}
	
	/* 操作按钮位置 */
	.Comments .Comments_box .heart,
	.Comments .Comments_box .Email,
	.Comments .Comments_box .del {
		position: relative;
		display: inline-block;
		bottom: auto;
		right: auto;
		margin: 10px 5px 0 0;
		opacity: 0.7;
	}
	
	/* 排行榜 */
	#phb {
		width: 100%;
		max-width: 1200px;
		margin: 0 auto;
		padding: 0 20px 40px;
		height: auto;
	}
	
	#phb #peson_phb {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: 20px;
	}
	
	#phb #peson_phb #peson_img {
		width: 100%;
		height: auto;
		min-height: 200px;
		float: none;
	}
	
	#phb #peson_phb #peson_img .img2 {
		display: none;
	}
	
	#phb #peson_phb .peson_box {
		width: 100%;
		min-width: auto;
		float: none;
	}
}

@media (max-width: 480px) {
	/* 导航栏 */
	#news .new {
		width: 60px;
		font-size: 9px;
	}
	
	#news #games .font {
		margin-left: 10px;
		padding: 3px 8px;
		font-size: 9px;
	}
	
	/* 背景图 */
	#BImg {
		height: 250px;
	}
	
	#BImg #h1Box {
		height: 250px;
	}
	
	#BImg #h1Box .fontBox .one {
		font-size: 22px;
		margin-top: 20px;
	}
	
	/* 排行榜 - 单列 */
	#phb #peson_phb .peson_box {
		width: 100%;
		min-width: auto;
	}
	
	/* 图标缩小 */
	.Comments .Comments_box .heart img,
	.Comments .Comments_box .Email img,
	.Comments .Comments_box .del img {
		width: 28px;
		height: 28px;
	}
}