.biaoti{text-align: center;/* 文本居中 */
 font-family: "arial rounded mt bold", Times, ;/* 字体 */
 background-image: url(../img/8.jpg);/* 设置背景图片 */
 background-size: 120rem; /* 设置图片大小 */
 background-size: cover; 
 line-height: 1;/* 设置字体上下间距 */
  display: flex;
  align-items: center;
  gap: -10rem; /* 调整图片和文字之间的间隔 */
  color: white;}
 .fubiaoti{text-align: center;/* 文本居中 */
 font-family: "Times New Roman", Times, ;/* 字体 */
 line-height: 0;/* 设置字体上下间距 */
     color:blue;
 }
 .ksmc{font-family: "Times New Roman", Times, serif;/* 字体 */
 line-height: 0;/* 设置字体上下间距 */
 border: 1px dashed grey;/* 设置外边框 */
 padding: 5px; /* 设置内边距为5px */
   background-color: #dadada;/* 设置底色 */
   width: 105px;/* 边框长度 */
   height: 12px;/* 边框高度 */
   margin: 2px; /* 设置外边距为1px */
   border-radius: 4px; /* 圆角的半径 */
   display: flex;
   justify-content: center;
   align-items: center;/* 自动排列 */
   }
.jzl{display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 10px;}/* 自动排列 */