.fixed-size {
    width: 400px;
    height: 400px; 
     object-fit: cover; 
  }

.limited-width {
  max-width: 55%;
  margin: 0 auto; /* 使内容居中 */
}

.pdf-container {
  max-width: 80%;
  margin: 0 auto; /* 使内容居中 */
}

.pdf-wrapper {
  margin-bottom: 20px; /* 每个PDF之间的间距 */
}

.pdf-viewer {
  width: 100%;
  height: 600px; /* PDF显示的高度，可以根据需要调整 */
  border: none; /* 去掉边框 */
}

.fixed-size-2 {
width: 75%;
height: 75%;
    object-fit: cover; 
}