/*header {  */
/*  background-color: #ffffff;  */
/*  color: #000000;  */
/*  padding: 10px 0;  */
/*}  */
/*  */
/*nav {  */
/*position: relative;*/
/*background-color: #44444400;*/

/*}  */

/*nav .logo-ul{*/
/*position: absolute;*/
/*width: 10%;*/
/*!*height: 10%;*!*/
/*left: 20%;*/
/*top: 0.5rem;*/
/*height: auto;*/
/*z-index: 10;*/
/*}*/

/*nav .logo-ul img{*/
/*width: 75%;*/
/*height: 80%;*/
/*}*/
/*nav  #menu{*/
/*text-align: center;line-height: 50px;*/
/*width:100%;*/
/*height:50px;*/
/*background-color: #f0f0f000;*/
/*}*/
/*nav ul {  */
/*  list-style-type: none;  */
/*  padding: 0;  */
/*  margin: 0;  */
/*  display: flex; !* 使用flexbox布局 *!  */
/*  justify-content: center; !* 水平居中导航项 *!  */
/*  position: relative; */
/*}  */
/*nav ul li a {  */
/*  display: block;  */
/*  padding: 15px 20px;  */
/*  text-decoration: none;  */
/*  color: #161616;  */
/*  font-size: 16px; !* 调整字体大小 *!  */
/*  font-weight: bold; !* 加粗字体 *!  */
/*  transition: background-color 0.3s ease; !* 添加过渡效果 *!  */
/*}  */
/*  */
/*nav ul li a:hover {  */
/*  background-color: #55555500; !* 鼠标悬停时的背景色 *!  */
/*color: orange;*/
/*}  */
/*  */
/*nav ul li.has-children > a::after {  */
/*  content: '▼';  */
/*  margin-left: 5px;  */
/*  font-size: 12px; !* 调整箭头大小 *!  */
/*  vertical-align: middle; !* 垂直居中 *!  */
/*}  */
/*  */
/*nav ul li .submenu {*/
/*  display: flex;*/
/*  position: absolute; */
/*  top: 100%;  */
/*  left: 0;  */
/*  background-color:white ;*/
/*  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);  */
/*  z-index: 1000; !* 确保子菜单显示在其他内容之上 *!  */
/*}  */
/*  */
/*nav ul li .submenu li {*/
/*  float: left;*/
/*  background: #fbfbfb;*/
/*  !*display: block; !* 子菜单项为块级元素 *!  *!*/
/*  width: 200px; !* 设置子菜单宽度 *!  */
/*  text-align: left; !* 子菜单项文本左对齐 *!  */
/*}  */
/*  */
/*nav ul li .submenu li a {  */
/*  padding: 10px; !* 调整子菜单链接的内边距 *!  */
/*  color: #333;  */
/*  font-size: 14px; !* 调整子菜单字体大小 *!  */
/*  font-weight: normal; !* 子菜单字体不加粗 *!  */
/*  white-space: nowrap; !* 防止子菜单项换行 *!  */
/*  transition: background-color 0.3s ease; !* 添加过渡效果 *!  */
/*}  */
/*  */
/*nav ul li .submenu li a:hover {  */
/*  background-color: white; !* 子菜单鼠标悬停时的背景色 *!*/
/*}*/
