
/* 页面全局：设置移动端字体和背景色 */
/* html,body,#app {
  height: 100%;
  margin: 0;
  font-family: "PingFang SC", "Helvetica Neue", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  background: #f4f6f8;
} */


.app-sidebar[data-v-f74373c6] {
  width: 250px;
  background-color: #fff;
  /* color: #fff; */
  overflow-x: hidden;
  transition: width 0.3s ease;
  background-image: url(/img/left_bg.8fd6d4c7.png);
  background-size: cover;
  background-repeat: repeat-y;
  /* Add transition effect */
}
.collapsed[data-v-f74373c6] {
  width: 50px;
}
.collapse-btn[data-v-f74373c6] {
  width: 50px;
  cursor: pointer;
  text-align: center;
  border: none;
  background-color: #394263;
  color: #fff;
  font-size: 20px;
  position: relative;
}
.collapse-btn[data-v-f74373c6]:hover {
  background-color: #324556;
}
.icon-bar[data-v-f74373c6] {
  display: block;
  width: 30px;
  height: 3px;
  background-color: #fff;
  margin: 6px 0;
  transition: 0.4s;
}
.collapsed .icon-bar[data-v-f74373c6]:nth-child(1) {
  transform: rotate(-45deg) translate(-5px, 6px);
}
.collapsed .icon-bar[data-v-f74373c6]:nth-child(2) {
  opacity: 0;
}
.collapsed .icon-bar[data-v-f74373c6]:nth-child(3) {
  transform: rotate(45deg) translate(-5px, -6px);
}
.logo-container[data-v-f74373c6] {
  text-align: center;
  padding: 20px;
}
.logo[data-v-f74373c6] {
  width: 200px;
  /* Adjust the width as needed */
  height: auto;
  /* Maintain the aspect ratio */
}
.sidebar-items[data-v-f74373c6] {
  list-style: none;
  padding-top: 30px;
  margin: 0;
}
.sidebar-item[data-v-f74373c6] {
  cursor: pointer;
  /* background-color: rgb(241,242,252); */
  display: flex;
  align-items: center;
  transition: background-color 0.3s ease;
  padding: 30px;
  margin: 4px;
  padding-left: 20px;
  padding-bottom: 20px;
  padding-top: 20px;
  padding-right: 20px;
  font-size: 15px;
}
.sidebar-item[data-v-f74373c6]:hover {
  background-color: rgb(255, 255, 255);
  color: #376af6;
  border-radius: 8px;
}
.sidebar-item.selected[data-v-f74373c6] {
  background-color: rgb(255, 255, 255);
  color: #376af6;
  font-weight: bold;
  border-radius: 8px;
}
.icon[data-v-f74373c6] {
  margin-right: 10px;
  color: rgb(96, 103, 113);
}
.icon.hidden[data-v-f74373c6] {
  display: none;
}
span[data-v-f74373c6] {
  font-size: 14px;
}
.sub-menu[data-v-f74373c6]:hover {
  background-color: rgb(255, 255, 255);
}
.sub-menu[data-v-f74373c6] {
  cursor: pointer;
  display: flex;
  align-items: center;
  transition: background-color 0.3s ease;
  /* padding: 30px; */
  /* background-color: rgb(243, 244, 246); */
  color: rgb(96, 103, 113);
  border-radius: 8px;
  margin: 4px;
  padding-left: 70px;
  padding-bottom: 20px;
  padding-top: -24px;
  /* padding-right: 20px; */
  text-align: center;
}
.sub-menu.selected[data-v-f74373c6] {
  background-color: rgb(255, 255, 255);
  color: rgb(57, 65, 80);
  font-weight: bold;
}


.content[data-v-601860fb] { 
    padding: 16px;
    background-color: #fff;
    border-radius: 8px;
    margin-top: 12px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
main[data-v-601860fb] {
    max-width: 800px;
    min-width: 800px;
    margin: 10px;
    padding-top: 20px;
}
.container[data-v-601860fb] {
    max-width: 800px;
    margin: 0 auto;
    padding: 10px;
}
.tab[data-v-601860fb] {
    padding: 12px 20px;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    white-space: nowrap;
    border-bottom: 2px solid transparent;
    transition: border-bottom 0.3s ease-in-out;
    color: #555; /* Inactive tab text color */
}
.tab[data-v-601860fb]:hover,
  .active-tab[data-v-601860fb] {
    border-bottom: 2px solid #4285f4;
    color: #4285f4; /* Active tab text color */
}
.tabs[data-v-601860fb] {
    display: flex;
    gap: 6px;
    padding: 1px;
    overflow-x: scroll;
    border-radius: 8px;
}
.news-card[data-v-601860fb] {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  overflow: hidden;
  padding: 16px;
}
.news-item[data-v-601860fb] {
  padding: 15px;
  margin-bottom: 16px;
  border-radius: 8px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
}
.news-title[data-v-601860fb] {
  font-size: 16px;
  color: #0d81c4;
  text-decoration: none;
  transition: color 0.3s ease;
  display: block;
  margin-bottom: 10px;
}
.news-title[data-v-601860fb]:hover {
  color: #0066cc;
}
.news-meta[data-v-601860fb] {
  margin-bottom: auto;
  margin-top: 20px; 
  display: flex;
    justify-content: space-between;
    font-size: 12px;
    color: #777;
}
.loading[data-v-601860fb] {
  text-align: center;
  margin-top: 20px;
}
footer[data-v-601860fb] {
  margin-top: 20px;
  text-align: center;
  color: #777;
}
.news-content[data-v-601860fb] {
  color: #555;
}
  

.content[data-v-b5fbef90] {
    flex: 1;
    padding: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    /* margin-top: 65px; */
}
main[data-v-b5fbef90] {
    margin: 10px;
    padding-top: 20px;
}
.tab[data-v-b5fbef90] {
    padding: 12px 20px;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    white-space: nowrap;
    border-bottom: 2px solid transparent;
    transition: border-bottom 0.3s ease-in-out;
    color: #555; /* Inactive tab text color */
}
.tab[data-v-b5fbef90]:hover,
  .active-tab[data-v-b5fbef90] {
    border-bottom: 2px solid #4285f4;
    color: #4285f4; /* Active tab text color */
}
.tabs[data-v-b5fbef90] {
    display: flex;
    gap: 6px;
    padding: 1px;
    overflow-x: scroll;
    border-radius: 8px;
}
.news-list[data-v-b5fbef90]{
    width: 900px;
}
.news-card[data-v-b5fbef90] {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  overflow: hidden;
  padding: 16px;
}
.news-item[data-v-b5fbef90] {
  padding: 15px;
  margin-bottom: 16px;
  border-radius: 8px;
  width: 900px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
}
.news-title[data-v-b5fbef90] {
  font-size: 16px;
  color: #0d81c4;
  text-decoration: none;
  transition: color 0.3s ease;
  display: block;
  margin-bottom: 10px;
}
.news-title[data-v-b5fbef90]:hover {
  color: #0066cc;
}
.news-meta[data-v-b5fbef90] {
    margin-bottom: auto;
    margin-top: 20px; 
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    color: #777;
}
.loading[data-v-b5fbef90] {
  text-align: center;
  margin-top: 20px;
}
footer[data-v-b5fbef90] {
  margin-top: 20px;
  text-align: center;
  color: #777;
}
.news-content[data-v-b5fbef90] {
  color: #555;
}
  

  /* body {
    font-family: 'Roboto', sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f5f5f5;
    color: #333;
  } */
main[data-v-3959ad2d] {
  /* max-width: 800px; */
  margin-top: 20px ;
  margin-left: 20px ;
  margin-right: 20px ;
  margin-bottom: 0px;
}
.container-tmp[data-v-3959ad2d] {
    /* max-width: 800px; */
    margin: 0 auto;
    border-left: 1px;
    padding: 10px;
    width: 900px;
}
.tabs-container[data-v-3959ad2d] {
    overflow-x: auto;
    background-color: #fff;
    /* box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); */
    border-radius: 8px;
    margin-bottom: 15px;
}
.tabs[data-v-3959ad2d] {
    display: flex;
    gap: 6px;
    padding: 1px;
}
.tab[data-v-3959ad2d] {
    padding: 12px 20px;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    white-space: nowrap;
    border-bottom: 2px solid transparent;
    transition: border-bottom 0.3s ease-in-out;
    color: #555; /* Inactive tab text color */
}
.tab[data-v-3959ad2d]:hover,
  .active-tab[data-v-3959ad2d] {
    border-bottom: 2px solid #4285f4;
    color: #4285f4; /* Active tab text color */
}
#data-container[data-v-3959ad2d] {
    padding: 16px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.news-title[data-v-3959ad2d] {
    font-size: 14px;
    /* font-weight: bold; */
    text-decoration: none;
    color: #1a67b8;
    display: block;
    margin-bottom: 8px;
    margin-top: 10px;
}
.news-content[data-v-3959ad2d] {
    font-size: 14px;
    color: #555; /* Main content color */
    margin-bottom: 8px;
}
.source-and-time-container[data-v-3959ad2d] {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    color: #777; /* Source and time text color */
}
.load-more-button[data-v-3959ad2d] {
    display: block;
    margin: 16px auto;
    padding: 12px 24px;
    font-size: 16px;
    background-color: #4285f4;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}
.news-row[data-v-3959ad2d] {
    display: flex;
    flex-wrap: wrap;
    margin: -8px; /* Adjust margin to your liking */
}
.news-item[data-v-3959ad2d] {
    flex: 0 0 calc(20% - 16px); /* Adjust width for the number of columns */
    margin: 8px; /* Adjust margin to your liking */
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center; /* Center align items horizontally */
    text-align: center; /* Center align text */
    border: 1px solid #ddd; /* Border style and color */
    border-radius: 8px; /* Optional: Add border-radius for rounded corners */
}
  
  /* Additional style for web icons */
.web-icon[data-v-3959ad2d] {
    width: 50px;
    height: 50px;
    -o-object-fit: contain;
       object-fit: contain;
    margin-right: 10px;
    cursor: pointer; /* Add cursor pointer for better UX */
    margin-top: 10px;
}
.web-icon a[data-v-3959ad2d] {
    display: block;
    width: 100%;
    height: 100%;
}
  

main[data-v-cf04d29e] {
  max-width: 800px;
  margin: 20px auto;
}
.container-tmp[data-v-cf04d29e] {
    /* width: 900px; */
    margin: 0 auto;
    padding: 10px;
}
.tabs-container[data-v-cf04d29e] {
    overflow-x: auto;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    margin-bottom: 20px;
}
.tabs[data-v-cf04d29e] {
    display: flex;
    gap: 6px;
    padding: 1px;
    overflow-x: scroll;
    border-radius: 8px;
}
.tab[data-v-cf04d29e] {
    padding: 12px 20px;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    white-space: nowrap;
    border-bottom: 2px solid transparent;
    transition: border-bottom 0.3s ease-in-out;
    color: #555; /* Inactive tab text color */
}
.tab[data-v-cf04d29e]:hover,
  .active-tab[data-v-cf04d29e] {
    border-bottom: 2px solid #4285f4;
    color: #4285f4; /* Active tab text color */
}
#data-container[data-v-cf04d29e] {
    padding: 16px;
    background-color: #fff;
    border-radius: 8px;
    margin-top: 12px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.news-item[data-v-cf04d29e] {
    margin-bottom: 16px;
    padding: 16px;
    border-radius: 8px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
}
.news-title[data-v-cf04d29e] {
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    color: #1a67b8;
    display: block;
    margin-bottom: 8px;
}
.news-content[data-v-cf04d29e] {
    font-size: 14px;
    color: #555; /* Content text color */
    margin-bottom: 8px;
}
.source-and-time-container[data-v-cf04d29e] {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    color: #777; /* Source and time text color */
}
.load-more-button[data-v-cf04d29e] {
    display: block;
    margin: 16px auto;
    padding: 12px 24px;
    font-size: 16px;
    background-color: #4285f4;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}
  

main {
  max-width: 1000px;
  min-width: 1000px;
  margin: 20px;
}
.load-more-button {
  display: block;
  margin: 16px auto;
  padding: 12px 24px;
  font-size: 16px;
  background-color: #4285f4;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
.modal {
  position: fixed;
  /* Fix it to the viewport */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 9999;
  /* Ensure it's on top of other content */
}
.modal.is-active {
  display: flex;
  /* Display it when active */
  align-items: center;
  justify-content: center;
}
.modal-background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.modal-content1 {
  position: relative;
  /* background-color: #fff; */
  /* padding: 20px; */
  /* border-radius: 5px; */
  width: 100%;
  /* max-width: 800px; */
}
.modal-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
}
#data-container {
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 10px;
  margin-left: 10px;
}
ul {
  list-style-type: none;
  padding: 0;
}
.data-item {
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 10px;
}
.title {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 5px;
  cursor: pointer;
  color: #4285f4;
  ;
  /* 将标题字段字体颜色改为蓝色 */
}
.details {
  display: flex;
  flex-wrap: wrap;
}
.detail {
  margin-right: 20px;
  margin-bottom: 5px;
}
.label {
  font-weight: bold;
  font-size: 14px;
  color: #555;
}
.value {
  color: #555;
  font-size: 14px;
  /* 缩小非标题字段字体 */
}
.data-item {
  margin-bottom: 5px;
}
.search-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* Align items to the start and end of the container */
  margin-bottom: 20px;
}
.container {
  margin-bottom: 15px;
  margin-top: 25px;
  margin-left: 10px;
  width: 900px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.input-field {
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 14px;
  width: 200px;
  /* Adjust the width as needed */
}
.tabs {
  /* Remove margin-left property */
  width: 1000px;
}
.tabs ul {
  list-style-type: none;
  padding: 0;
  display: flex;
  align-items: center;
  /* Align items horizontally */
}
.tabs ul li {
  margin-right: 10px;
  cursor: pointer;
}
.tabs ul li a {
  padding: 10px 15px;
  text-decoration: none;
  color: #555;
  border-bottom: 2px solid transparent;
  transition: border-bottom 0.3s ease-in-out;
}
.tabs ul li.is-active a {
  /* background-color: #4285f4; */
  border-bottom: 2px solid;
  color: #4285f4;
}


main {
  max-width: 800px;
  min-width: 800px;
  margin: 20px;
}
.load-more-button {
  display: block;
  margin: 16px auto;
  padding: 12px 24px;
  font-size: 16px;
  background-color: #4285f4;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
.modal {
  position: fixed;
  /* Fix it to the viewport */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 9999;
  /* Ensure it's on top of other content */
}
.modal.is-active {
  display: flex;
  /* Display it when active */
  align-items: center;
  justify-content: center;
}
.modal-background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.modal-content1 {
  position: relative;
  /* background-color: #fff; */
  /* padding: 20px; */
  /* border-radius: 5px; */
  width: 100%;
  /* max-width: 800px; */
}
.modal-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
}
#data-container {
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 10px;
  margin-left: 10px;
}
ul {
  list-style-type: none;
  padding: 0;
}
.data-item {
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 10px;
}
.title {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 5px;
  cursor: pointer;
  color: #4285f4;
  ;
  /* 将标题字段字体颜色改为蓝色 */
  justify-content: space-between;
  display: flex;
}
.details {
  display: flex;
  flex-wrap: wrap;
}
.detail {
  margin-right: 20px;
  margin-bottom: 5px;
}
.label {
  font-weight: bold;
  font-size: 14px;
  color: #555;
}
.value {
  color: #555;
  font-size: 14px;
  /* 缩小非标题字段字体 */
}
.data-item {
  margin-bottom: 5px;
}
.search-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* Align items to the start and end of the container */
  margin-bottom: 20px;
}
.container {
  margin-bottom: 15px;
  margin-top: 25px;
  margin-left: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.input-field {
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 14px;
  width: 200px;
  /* Adjust the width as needed */
}
.tabs {
  /* Remove margin-left property */
}
.tabs ul {
  list-style-type: none;
  padding: 0;
  display: flex;
  align-items: center;
  /* Align items horizontally */
}
.tabs ul li {
  margin-right: 10px;
  cursor: pointer;
}
.tabs ul li a {
  padding: 10px 15px;
  text-decoration: none;
  color: #555;
  border-bottom: 2px solid transparent;
  transition: border-bottom 0.3s ease-in-out;
}
.tabs ul li.is-active a {
  /* background-color: #4285f4; */
  border-bottom: 2px solid;
  color: #4285f4;
}
.icons {
  display: flex;
  justify-content: flex-end;
  /*图标靠右显示*/
  margin-top: 0.5rem;
  flex-wrap: nowrap;
  /* 防止图标换行 */
  overflow-x: auto;
  /* 如果图标过多，允许水平滚动 */
  -webkit-overflow-scrolling: touch;
}
.icon {
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 0.5rem;
}


main {
  max-width: 800px;
  min-width: 800px;
  margin: 20px;
}
.load-more-button {
  display: block;
  margin: 16px auto;
  padding: 12px 24px;
  font-size: 16px;
  background-color: #4285f4;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
.modal {
  position: fixed;
  /* Fix it to the viewport */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 9999;
  /* Ensure it's on top of other content */
}
.modal.is-active {
  display: flex;
  /* Display it when active */
  align-items: center;
  justify-content: center;
}
.modal-background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.modal-content1 {
  position: relative;
  /* background-color: #fff; */
  /* padding: 20px; */
  /* border-radius: 5px; */
  width: 100%;
  /* max-width: 800px; */
}
.modal-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
}
#data-container {
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 10px;
  margin-left: 10px;
}
ul {
  list-style-type: none;
  padding: 0;
}
.data-item {
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 10px;
}
.title {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 5px;
  cursor: pointer;
  color: #4285f4;
  ;
  /* 将标题字段字体颜色改为蓝色 */
  justify-content: space-between;
  display: flex;
}
.details {
  display: flex;
  flex-wrap: wrap;
}
.detail {
  margin-right: 20px;
  margin-bottom: 5px;
}
.label {
  font-weight: bold;
  font-size: 14px;
  color: #555;
}
.value {
  color: #555;
  font-size: 14px;
  /* 缩小非标题字段字体 */
}
.data-item {
  margin-bottom: 5px;
}
.search-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* Align items to the start and end of the container */
  margin-bottom: 20px;
}
.container {
  margin-bottom: 15px;
  margin-top: 25px;
  margin-left: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.input-field {
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 14px;
  width: 200px;
  /* Adjust the width as needed */
}
.tabs {
  /* Remove margin-left property */
}
.tabs ul {
  list-style-type: none;
  padding: 0;
  display: flex;
  align-items: center;
  /* Align items horizontally */
}
.tabs ul li {
  margin-right: 10px;
  cursor: pointer;
}
.tabs ul li a {
  padding: 10px 15px;
  text-decoration: none;
  color: #555;
  border-bottom: 2px solid transparent;
  transition: border-bottom 0.3s ease-in-out;
}
.tabs ul li.is-active a {
  /* background-color: #4285f4; */
  border-bottom: 2px solid;
  color: #4285f4;
}
.icons {
  display: flex;
  justify-content: flex-end;
  /*图标靠右显示*/
  margin-top: 0.5rem;
  flex-wrap: nowrap;
  /* 防止图标换行 */
  overflow-x: auto;
  /* 如果图标过多，允许水平滚动 */
  -webkit-overflow-scrolling: touch;
}
.icon {
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 0.5rem;
}


main {
  max-width: 800px;
  min-width: 800px;
  margin: 20px;
}
.load-more-button {
  display: block;
  margin: 16px auto;
  padding: 12px 24px;
  font-size: 16px;
  background-color: #4285f4;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
.modal {
  position: fixed;
  /* Fix it to the viewport */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 9999;
  /* Ensure it's on top of other content */
}
.modal.is-active {
  display: flex;
  /* Display it when active */
  align-items: center;
  justify-content: center;
}
.modal-background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.modal-content1 {
  position: relative;
  /* background-color: #fff; */
  /* padding: 20px; */
  /* border-radius: 5px; */
  width: 100%;
  /* max-width: 800px; */
}
.modal-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
}
#data-container {
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 10px;
  margin-left: 10px;
}
ul {
  list-style-type: none;
  padding: 0;
}
.data-item {
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 10px;
}
.title {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 5px;
  cursor: pointer;
  color: #4285f4;
  ;
  /* 将标题字段字体颜色改为蓝色 */
  justify-content: space-between;
  display: flex;
}
.details {
  display: flex;
  flex-wrap: wrap;
}
.detail {
  margin-right: 20px;
  margin-bottom: 5px;
}
.label {
  font-weight: bold;
  font-size: 14px;
  color: #555;
}
.value {
  color: #555;
  font-size: 14px;
  /* 缩小非标题字段字体 */
}
.data-item {
  margin-bottom: 5px;
}
.search-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* Align items to the start and end of the container */
  margin-bottom: 20px;
}
.container {
  margin-bottom: 15px;
  margin-top: 25px;
  margin-left: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.input-field {
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 14px;
  width: 200px;
  /* Adjust the width as needed */
}
.tabs {
  /* Remove margin-left property */
}
.tabs ul {
  list-style-type: none;
  padding: 0;
  display: flex;
  align-items: center;
  /* Align items horizontally */
}
.tabs ul li {
  margin-right: 10px;
  cursor: pointer;
}
.tabs ul li a {
  padding: 10px 15px;
  text-decoration: none;
  color: #555;
  border-bottom: 2px solid transparent;
  transition: border-bottom 0.3s ease-in-out;
}
.tabs ul li.is-active a {
  /* background-color: #4285f4; */
  border-bottom: 2px solid;
  color: #4285f4;
}
.icons {
  display: flex;
  justify-content: flex-end;
  /*图标靠右显示*/
  margin-top: 0.5rem;
  flex-wrap: nowrap;
  /* 防止图标换行 */
  overflow-x: auto;
  /* 如果图标过多，允许水平滚动 */
  -webkit-overflow-scrolling: touch;
}
.icon {
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 0.5rem;
}


.main_container[data-v-51f272f2] {
  display: flex;
  flex-direction: column;
  height: 100%;
  /* 使容器占据整个屏幕高度 */
}
.content[data-v-51f272f2] {
  flex: 1;
  /* padding: 20px; */
}


#app {
  display: flow-root;
  height: 100vh;
  margin-left: 3%;
  margin-right: 3%;
}
.logo-container{
  background-image: url(/img/top_bar.fcd936bf.png);
  background-repeat: round;
  /* height: 76.7px; */
}
.content{
  display: flex;
}
.user { 
  color: white;
  line-height: 53px;
  /* margin-top: 10px; */
  min-width: 800px;
  display: flex;
  align-items: center;
  font-size: 13px;
  margin-left: 20px;
  margin-right: 20px;
  /* align-content: end; */
  justify-content: flex-end;
i {
    display: block;
}
.ph {
    width: 30px;
    height: 30px;
    background-color: white;
    border-radius: 50%;
img {
      width: 30px;
      height: 30px;
      border-radius: 50%;
}
}
}
.bell {
  /* width: 80px;
  height: 30px;
  margin-top: 17px; */
}
.wxlogin {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 341px;
  height: 435px;
  transform: translate(-50%, -50%);
  /* 居中显示 */
  text-align: center;
  /* 文字居中 */
  background-image: url(/img/login_bg.4e1f341d.png);
  z-index: 999;
  background-repeat: round;
    background-size: contain;
    border-radius: 20px;
}
.userSetting {
      position: absolute;
      top: 63px;
      text-align: center;
      background: white;
      z-index: 999;
      min-width: 120px;
      font-size: 13px;
      border: 1px solid #e4ecf3;
      border-radius: 6px;
.cur_user {
        /* color:  #477CE1; */
        line-height: 40px;
        height: 40px;
        cursor:pointer;
}
.cur_user_line {
        border-top: 1px solid #e4ecf3;
        margin-left: 10px;
        margin-right: 10px;
}
.cur_user_default {
        line-height: 40px;
        height: 40px;
        background-color: #477CE1;
        cursor:pointer;
}
}
.mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  /* 半透明黑色 */
  z-index: 998;
  /* 设置在登录框之下 */
}
.bottom{
  text-align: center;
  line-height: 63px;
}

/* Add additional styling as needed */


/* 页面背景 */
.report-list-page[data-v-1e7af8c3] {
  background-color: #eff6ff; /* 浅蓝背景，清新 */
  min-height: 100vh;
  width: 100vw;
  padding-bottom: 20px;
  box-sizing: border-box;
  overflow-x: hidden;
}

/* 页面标题 */
.page-title[data-v-1e7af8c3] {
  font-size: 18px;
  font-weight: bold;
  padding: 20px 16px 12px 16px;
  color: #2367ef; /* 深蓝色 */
  background: #fff;
  border-bottom: 1px solid #cfe0fc;
  text-align: left;
}

/* 报告列表容器 */
.report-list[data-v-1e7af8c3] {
  padding: 12px 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* 单个报告卡片 */
.report-item[data-v-1e7af8c3] {
  background: #ffffff;
  border-radius: 12px;
  padding: 16px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.05);
  transition: transform 0.15s, box-shadow 0.15s;
  cursor: pointer;
}
.report-item[data-v-1e7af8c3]:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(0,0,0,0.08);
}

/* 摘要 */
.summary[data-v-1e7af8c3] {
  font-size: 14px;
  color: #374151; /* 中蓝色 */
  line-height: 1.6;
  margin-bottom: 12px;
  overflow-wrap: break-word;
  word-break: break-word;
}

/* 底部操作区域 */
.footer[data-v-1e7af8c3] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  font-size: 13px;
}

/* 作者与时间 */
.footer .author-time[data-v-1e7af8c3] {
  flex: 1;
  min-width: 120px;
  color: #6b7280; /* 亮蓝色 */
}

/* 点赞/分享 */
.footer .action[data-v-1e7af8c3] {
  display: flex;
  align-items: center;
  gap: 4px;
}
.footer .like span[data-v-1e7af8c3] {
  color: #3b82f6; /* 蓝色点赞数字 */
}
.footer .share span[data-v-1e7af8c3] {
  color: #60a5fa; /* 亮蓝色分享数字 */
}

/* 图标 */
.icon[data-v-1e7af8c3] {
  width: 14px;
  height: 14px;
}

/* 没有更多数据提示 */
.nomore[data-v-1e7af8c3] {
  text-align: center;
  padding: 16px;
  font-size: 14px;
  color: #93c5fd; /* 浅蓝色提示 */
}


.report-detail[data-v-bc7aa398] {
  width: 100vw;
  padding: 16px;
  box-sizing: border-box;
  overflow-x: hidden;
}
.title[data-v-bc7aa398] {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 8px;
}
.meta[data-v-bc7aa398] {
  font-size: 13px;
  color: #888;
  margin-bottom: 16px;
}

/* 文件列表 */
.file-list ul[data-v-bc7aa398] {
  list-style: none;
  padding: 0;
}
.file-list li[data-v-bc7aa398] {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.file-list button[data-v-bc7aa398] {
  display: flex;
  align-items: center;
  background: none;
  border: none;
  color: #409eff;
  cursor: pointer;
  padding: 0;
}
.file-list button[data-v-bc7aa398]:hover {
  text-decoration: underline;
}

/* CSS PDF 图标 */
.pdf-icon[data-v-bc7aa398] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 50px;
  background-color: #e74c3c;
  /* 红色背景 */
  color: white;
  font-weight: bold;
  font-size: 14px;
  margin-right: 8px;
  border-radius: 4px;
  flex-shrink: 0;
  text-align: center;
}

/* 点赞与转发 */
.actions[data-v-bc7aa398] {
  display: flex;
  gap: 12px;
  margin-top: 16px;
}
.actions button[data-v-bc7aa398] {
  flex: 1;
  padding: 10px 0;
  font-size: 16px;
  border-radius: 6px;
  border: none;
  background-color: #409eff;
  color: white;
}
.actions button[data-v-bc7aa398]:hover {
  background-color: #66b1ff;
}

