﻿#knowledge .modal-dialog {
    max-width: 80%;  /* 最大宽度为屏幕的80% */
    width: 80%;      /* 宽度为80% */
}
.w-full{
	width: 100%;
	height: 680px;
}
.menu2{
	display: none;
	width: 100%;
	position: absolute;
	top: 41px;
	left: 0;
	background: #fff;
	z-index: 100;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); /* 添加阴影 */
	border-radius: 4px; /* 可选：圆角让阴影更自然 */
	padding-bottom: 10px;
	
}
.menu2 p{
	margin: 0;
	padding-top: 10px;
	text-align: center;
}
.menu2 p:hover{
	color:#182d82;
}
.accessories-list{
	cursor: pointer;
}
.knowledgeBox iframe{
	width: 100%;
	height: 780px;
}
