/* 关怀版样式 - 适老化设计，基于原有style.css进行适老化改造 */
/*
   使用方法：在这个大的选择器内部，所有样式都会自动应用 elderly-care-mode 前缀
   您只需要写普通的选择器，不需要每次都加 
*/
body.elderly-care-mode {
  /* 全局字体和背景调整 - 适老化 */
  background: #f8f8f8 !important;
  font-family: "Microsoft YaHei", "SimHei", Arial, sans-serif !important;
  font-size: 24px !important;
  line-height: 2.2 !important;
  color: #333333 !important;
  min-width: auto !important;
  /* 标题样式 - 超大字体 */
  /* 链接样式 - 大字体、明显颜色，保持原有布局 */
  /* 大按钮样式 - 适老化 */
  /* 表单元素大字体 - 适老化 */
  /* 导航菜单大字体 - 适老化，保持原有布局 */
  /* 内容区域简化 - 适老化，保持原有宽度 */
  /*  .width1200 {
    background-color: #ffffff !important;
    border-radius: 15px !important;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1) !important;
} */
  /* 新闻列表大字体 - 适老化 */
  /* 段落文字 - 适老化 */
  /* 隐藏纯装饰性元素 - 简化界面，但保留重要功能 */
  /* 轮播图等重要功能保持显示，不隐藏 */
  /* 简化背景 - 适老化 */
  /* 表格简化 - 适老化 */
  /* 列表简化 - 适老化 */
  /* 图片处理 - 适老化 */
  /* 搜索框增强 - 适老化 */
  /* 移除动画效果 - 减少干扰 */
  /* 保留必要的hover效果 */
  /* 修复header-top样式 - 正确的选择器 */
}
body.elderly-care-mode h1 {
  font-size: 32px !important;
  color: #2c5aa0 !important;
  font-weight: bold !important;
  /* margin: 40px 0 30px 0 !important; */
  text-align: center !important;
}
body.elderly-care-mode h2 {
  font-size: 32px !important;
  color: #2c5aa0 !important;
  font-weight: bold !important;
}
body.elderly-care-mode h3 {
  font-size: 28px !important;
  color: #2c5aa0 !important;
  font-weight: bold !important;
  margin: 25px 0 15px 0 !important;
}
body.elderly-care-mode a {
  color: #1a73e8 !important;
  text-decoration: none !important;
  font-size: 22px !important;
  font-weight: bold !important;
  /* 移除可能破坏布局的样式 */
}
body.elderly-care-mode a:hover {
  color: #ffffff !important;
  background-color: #1a73e8 !important;
  text-decoration: none !important;
}
body.elderly-care-mode button,
body.elderly-care-mode .btn,
body.elderly-care-mode input[type="button"],
body.elderly-care-mode input[type="submit"] {
  background-color: #4caf50 !important;
  color: #ffffff !important;
  border: none !important;
  padding: 25px 35px !important;
  font-size: 24px !important;
  font-weight: bold !important;
  cursor: pointer !important;
  border-radius: 10px !important;
  margin: 15px 8px !important;
  min-width: 150px !important;
  min-height: 70px !important;
}
body.elderly-care-mode button:hover,
body.elderly-care-mode .btn:hover,
body.elderly-care-mode input[type="button"]:hover,
body.elderly-care-mode input[type="submit"]:hover {
  background-color: #45a049 !important;
  transform: scale(1.05) !important;
}
body.elderly-care-mode input,
body.elderly-care-mode textarea,
body.elderly-care-mode select {
  border: 3px solid #cccccc !important;
  padding: 20px !important;
  font-size: 24px !important;
  background-color: #ffffff !important;
  color: #333333 !important;
  border-radius: 8px !important;
  min-height: 60px !important;
}
body.elderly-care-mode input:focus,
body.elderly-care-mode textarea:focus,
body.elderly-care-mode select:focus {
  border-color: #1a73e8 !important;
  outline: none !important;
  box-shadow: 0 0 15px rgba(26, 115, 232, 0.3) !important;
}
body.elderly-care-mode .symenu ul li a {
  color: #ffffff !important;
  background-color: #2c5aa0 !important;
  font-size: 20px !important;
  font-weight: bold !important;
  border-radius: 5px !important;
}
body.elderly-care-mode .symenu ul li a:hover {
  background-color: #1e3d6f !important;
  transform: scale(1.05) !important;
}
body.elderly-care-mode .syul-list li,
body.elderly-care-mode .notice-list ul li {
  border: 3px solid #e0e0e0 !important;
  margin-bottom: 25px !important;
  padding: 30px !important;
  background-color: #ffffff !important;
  border-radius: 12px !important;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1) !important;
}
body.elderly-care-mode .syul-list li:hover,
body.elderly-care-mode .notice-list ul li:hover {
  background-color: #f0f8ff !important;
  border-color: #1a73e8 !important;
  transform: translateY(-3px) !important;
}
body.elderly-care-mode .syul-list li a,
body.elderly-care-mode .notice-list ul li a {
  font-size: 24px !important;
  line-height: 1.8 !important;
  color: #333333 !important;
}
body.elderly-care-mode p {
  margin-bottom: 25px !important;
  font-size: 24px !important;
  line-height: 2 !important;
}
body.elderly-care-mode .png0,
body.elderly-care-mode .png2,
body.elderly-care-mode .png3,
body.elderly-care-mode .png4,
body.elderly-care-mode .png5,
body.elderly-care-mode .png6,
body.elderly-care-mode .png7,
body.elderly-care-mode .png8,
body.elderly-care-mode .png9,
body.elderly-care-mode .png10,
body.elderly-care-mode .png11,
body.elderly-care-mode .png12,
body.elderly-care-mode .png13,
body.elderly-care-mode .png14,
body.elderly-care-mode .png15,
body.elderly-care-mode .png16 {
  display: none !important;
}
body.elderly-care-mode .header-logo,
body.elderly-care-mode .zyheader,
body.elderly-care-mode .bigdata,
body.elderly-care-mode .videobg {
  background-image: none !important;
  background-color: #2c5aa0 !important;
  color: #ffffff !important;
  text-align: center !important;
  padding: 40px !important;
  border-radius: 15px !important;
}
body.elderly-care-mode table {
  border-collapse: collapse !important;
  width: 100% !important;
  font-size: 24px !important;
}
body.elderly-care-mode th,
body.elderly-care-mode td {
  border: 3px solid #cccccc !important;
  padding: 20px !important;
  text-align: left !important;
}
body.elderly-care-mode th {
  background-color: #2c5aa0 !important;
  color: #ffffff !important;
  font-weight: bold !important;
}
body.elderly-care-mode ul,
body.elderly-care-mode ol {
  padding-left: 50px !important;
}
body.elderly-care-mode li {
  margin-bottom: 15px !important;
  font-size: 24px !important;
}
body.elderly-care-mode img {
  max-width: 100% !important;
  height: auto !important;
  border-radius: 0 !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1) !important;
}
body.elderly-care-mode .search input {
  font-size: 24px !important;
  padding: 20px !important;
  border: 3px solid #cccccc !important;
  border-radius: 8px !important;
  min-width: 350px !important;
}
body.elderly-care-mode .search button {
  font-size: 22px !important;
  padding: 20px 30px !important;
  background-color: #1a73e8 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 8px !important;
  margin-left: 15px !important;
}
body.elderly-care-mode * {
  transition: none !important;
  animation: none !important;
}
body.elderly-care-mode button:hover,
body.elderly-care-mode .btn:hover,
body.elderly-care-mode a:hover {
  transition: all 0.3s ease !important;
}
body.elderly-care-mode .header-top {
  max-width: 1200px !important;
  margin: 0 auto !important;
  height: auto !important;
  position: relative;
}
body.elderly-care-mode .header-top2 {
  margin-top: 0;
}
body.elderly-care-mode .syhospitalNew-left .news-title {
  display: flex;
  justify-content: space-between;
}
body.elderly-care-mode .syhospitalNew-left {
  float: none;
  width: 100%;
}
body.elderly-care-mode .news-title h1 {
  width: auto;
}
body.elderly-care-mode .syul-list > li {
  width: 100%;
  float: none;
  box-sizing: border-box;
  height: auto;
}
body.elderly-care-mode .synews-pic,
body.elderly-care-mode .synews-div {
  width: 100%;
  height: auto;
}
body.elderly-care-mode .synews-pic a,
body.elderly-care-mode .synews-div a {
  display: flex;
}
body.elderly-care-mode .synews-pic img,
body.elderly-care-mode .synews-div img {
  width: 50% !important;
}
body.elderly-care-mode .synews-pic-btm h1 {
  width: 100%;
  box-sizing: border-box;
  text-align: left !important;
  height: auto;
  text-overflow: inherit;
  white-space: normal;
  overflow: inherit;
  float: none;
  line-height: 57px;
}
body.elderly-care-mode .syul-list {
  display: flex;
  flex-direction: column;
  padding: 0;
}
body.elderly-care-mode .synews-pic-btm {
  position: relative;
  flex: 1;
  height: auto;
  background: #fff;
}
body.elderly-care-mode .syul-list > li:nth-of-type(2n) {
  margin-left: 0;
}
body.elderly-care-mode .synews-pic-btm h2 {
  width: 100%;
  float: right;
  padding: 0 20px;
  box-sizing: border-box;
}
body.elderly-care-mode .synews-pic-btm h2 span {
  font-size: inherit;
  color: #2c5aa0;
}
body.elderly-care-mode .synews-div {
  padding-top: 0;
  display: flex;
  border-top: none;
  flex-direction: row-reverse;
  justify-content: left;
  align-items: center;
}
body.elderly-care-mode .syul-list > li:nth-child(4) .synews-div {
  border-top: none;
}
body.elderly-care-mode .synews-div h1 {
  height: auto;
  margin-bottom: 0;
}
body.elderly-care-mode .syhospitalNew-right {
  float: none;
  width: 100%;
}
body.elderly-care-mode .fixed_right ul {
  padding-left: 0 !important;
}
body.elderly-care-mode .fixed_right ul li {
  height: auto !important;
}
body.elderly-care-mode .fixed_right ul li h2 {
  color: #fff !important;
  height: auto;
}
body.elderly-care-mode .fixed_right ul li:hover {
  color: #2D89EC !important;
}
