.mode[data-v-0971785e] {
  overflow: hidden;
  font-size: 20px;
  font-weight: 600;
  color: #53b272;
  display: flex;
  justify-content: space-around;
}
.title[data-v-0971785e] {
  position: relative;
  /* 使伪元素相对于父元素定位 */
  padding: 0px 8px 0px 8px;
}
.title[data-v-0971785e]::after {
  content: '';
  position: absolute;
  left: -3px;
  /* 边框宽度 */
  top: 4px;
  /* 从顶部开始 */
  height: 77%;
  /* 设置高度为父元素的10% */
  width: 5px;
  /* 边框的宽度 */
  background-color: #3d5eb9;
  /* 边框颜色 */
  border-top-right-radius: 4px;
  /* 右上角圆角 */
  border-bottom-right-radius: 4px;
  /* 右下角圆角 */
}
.mode_btn[data-v-0971785e] {
  min-width: 160px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding-right: 15px;
  cursor: pointer;
  position: relative;
}
.mode_btn[data-v-0971785e]::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  transition: 0.3s all linear;
}
.mode_btn:hover.mode_btn[data-v-0971785e]::before {
  background: rgba(0, 0, 0, 0.1);
}
.mode_icon[data-v-0971785e] {
  margin-right: 16px;
  font-size: 0;
  margin-left: 8px;
}
.col[data-v-0971785e] {
  margin-right: 8px;
}
.mode_btn[data-v-0971785e]:hover {
  background-color: #f0f0f0;
  /* 悬停时背景色 */
  box-shadow: 5px 0px 10px rgba(0, 0, 0, 0.2);
  /* 悬停时阴影 */
  transform: scale(1.02);
  /* 悬停时放大整体 */
}
@media (min-width: 770px) and (max-width: 1200px) {
.show-on-md-and-up[data-v-0971785e] {
    display: block;
    /* 在 768px 到 1200px 之间显示 */
    overflow: hidden;
    font-size: 20px;
    font-weight: 600;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
}
@media (max-width: 769px) {
.show-on-md-and-up[data-v-0971785e] {
    display: none;
    /* 小于 770px 时隐藏 */
}
}
@media (max-width: 769px) {
.hidden-sm-and-up[data-v-0971785e] {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
}

.d_box[data-v-06eaa3ee] {
  text-align: center;
  font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  border-radius: 10px;
  padding: 50px 0;
  margin-bottom: 15px;
  position: relative;
  width: 22%;
}
.d_box .d_tx[data-v-06eaa3ee] {
  position: absolute;
  bottom: 10px;
  right: 10px;
  color: #548bff;
  font-size: 14px;
  letter-spacing: 1px;
  cursor: pointer;
  background: #FFFFFF;
  border-radius: 4px;
  border: 1px solid #3A7AFF;
  padding: 0 1px;
  margin-left: 5px;
}
.d_box .d_tx[data-v-06eaa3ee]:hover {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  background: #f2f3f8;
}
.d_box .d_title[data-v-06eaa3ee] {
  color: #101010;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 18px;
  margin-bottom: 15px;
  text-align: left;
}
.d_box .d_data[data-v-06eaa3ee] {
  justify-content: space-between;
  font-size: 28px;
  font-weight: 600;
  display: flex;
  align-items: center;
  /* 中心对齐 */
  justify-content: space-around;
  height: auto;
  /* 动态高度 */
  background: #F9FBFF;
  border-radius: 8px;
  height: 110px;
  position: relative;
}
.d_data[data-v-06eaa3ee]:hover {
  background-color: #f9fbff;
  /* 悬停时背景色 */
  box-shadow: 5px 0px 10px rgba(0, 0, 0, 0.2);
  /* 悬停时阴影 */
  transform: scale(1.02);
  /* 悬停时放大整体 */
  cursor: pointer;
}
@media screen and (max-width: 1480px) {
.d_box[data-v-06eaa3ee] {
    padding: 20px 20px;
    /* 调整内边距 */
    flex: 0 0 calc(50% - 20px);
    /* 每行显示两个元素，并设置间距 */
    box-sizing: border-box;
    /* 确保内边距和边框包含在宽度内 */
}
.d_data[data-v-06eaa3ee] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 5px 20px;
    /* 修改上下内边距 */
    word-wrap: break-word;
    overflow-wrap: break-word;
    width: 100%;
}
.d_data_img[data-v-06eaa3ee] {
    margin: 10px 0;
    /* 调整图片的上下间距 */
}
.d_box .d_title[data-v-06eaa3ee] {
    text-align: center;
}
.d_box .d_data[data-v-06eaa3ee] {
    margin: 0;
    /* 清除边距 */
    height: auto;
    /* 让高度自适应内容 */
}
  /* 设置父容器为 Flex 布局并允许换行 */
.container[data-v-06eaa3ee] {
    display: flex;
    flex-wrap: wrap;
    /* 允许换行 */
    gap: 10px;
    /* 可选：设置元素间距 */
}
}


.hTable_header[data-v-d36575c4] {
  padding: 0 20px;
  background: blue !important;
  color: rgba(0, 0, 0, 1);
}
.Htable[data-v-d36575c4] tr {
  background: #fff !important;
}
.el-icon-warning-outline[data-v-d36575c4] {
  color: red;
}

.H_fin .el-table .cell {
  text-align: center;
}

*[data-v-40aafa7e] ::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

.announcement[data-v-fb6216b0] {
  overflow: scroll;
  border: none;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1), -1px 0 2px rgba(0, 0, 0, 0.05);
  padding: 1.5rem;
  background: #fff;
  height: 100vh;
}
.ann_msg[data-v-fb6216b0] {
  overflow: hidden;
}
.ann_msg .ann_item[data-v-fb6216b0] {
  margin-top: 20px;
}
.ann_msg .ann_item .ann_title[data-v-fb6216b0] {
  font: 500 normal 1.375em 'Roboto Condensed', sans-serif;
  margin-top: 0 !important;
  margin-bottom: 10px !important;
}
.ann_msg .ann_item .ann_title a[data-v-fb6216b0] {
  color: #2196f3;
}
.ann_msg .ann_item .ann_time[data-v-fb6216b0] {
  font-size: 0.8rem;
}
.ann_msg .ann_item .ann_time i[data-v-fb6216b0] {
  color: #2196f3;
}

.el-dialog__body[data-v-5007658f] {
  padding: 10px 20px 20px 20px !important;
}
.el-dialog__headerbtn[data-v-5007658f] {
  right: 24px;
}
@media (min-width: 981px) and (max-width: 1200px) {
.el-col-class[data-v-5007658f] {
    padding-right: 35px !important;
}
}

.H_fin {
  background: #ffffff;
  border-radius: 5px;
  margin-top: 20px;
}
.H_fin .el-tabs__header {
  z-index: 0 !important;
}
.H_fins {
  background: #ffffff;
  border-radius: 5px;
  margin-top: 20px;
}
.H_fins .el-tabs__header {
  z-index: 0 !important;
}
.H_fin_top {
  margin-bottom: 15px;
  height: 242px;
  border-bottom: 1px solid #f4f5f6;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.H_fin_tops {
  margin-bottom: 10px;
  border-bottom: 1px solid #f4f5f6;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.povguide .el-dialog {
  border-radius: 10px !important;
}
.povguide .el-dialog__header {
  padding: 0 !important;
}
.povguide .el-dialog__body {
  text-align: center !important;
}
.povguide .el-dialog__body .wc_user {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 24px;
}
.povguide .el-dialog__body .wc_tips {
  font-size: 20px;
  color: #cccccc;
  font-weight: 400;
  margin-bottom: 24px;
}
.povguide .el-dialog__footer .dialog-footer {
  display: flex !important;
  flex-flow: column !important;
  align-items: center;
}
.povguide .el-dialog__footer .dialog-footer .el-button {
  width: 150px !important;
}
.povguide .el-dialog__footer .dialog-footer .el-button.povclose {
  margin: 10px 0 !important;
  border: none !important;
  color: #409eff;
}
.driver-prev-btn {
  display: none !important;
}
.driver-popover-title {
  padding: 20px 20px !important;
}
.driver-next-btn {
  width: 106px;
  height: 32px;
  background: #2979cd !important;
  color: #fff !important;
  border-radius: 16px !important;
  text-shadow: none !important;
  border: none !important;
}
.driver-close-btn {
  width: 106px;
  height: 32px;
  position: relative !important;
  left: 20px !important;
  text-shadow: none !important;
  border: none !important;
  color: #2979cd !important;
  background: transparent !important;
}
div#driver-page-overlay {
  z-index: 1000 !important;
}

.H_nvg[data-v-5007658f] {
  width: 100%;
  margin-bottom: 24px;
}
.qe[data-v-5007658f] {
  overflow: hidden;
}
.qe_item[data-v-5007658f] {
  width: 261px;
  padding: 32px 30px;
  cursor: pointer;
  background: #ffffff;
  border-radius: 16px;
  display: flex;
  align-items: center;
  border: 1px solid #d9d9d9;
}
.qe_item .qe_title[data-v-5007658f] {
  font-size: 20px;
  font-weight: 600;
  color: #000000;
  margin-left: 24px;
}
.title[data-v-5007658f] {
  position: relative;
  /* 使伪元素相对于父元素定位 */
  margin: 20px 2% 0 2%;
  padding: 0px 8px 0px 8px;
}
.title[data-v-5007658f]::after {
  content: '';
  position: absolute;
  left: -3px;
  /* 边框宽度 */
  top: 4px;
  /* 从顶部开始 */
  height: 77%;
  /* 设置高度为父元素的10% */
  width: 5px;
  /* 边框的宽度 */
  background-color: #3d5eb9;
  /* 边框颜色 */
  border-top-right-radius: 4px;
  /* 右上角圆角 */
  border-bottom-right-radius: 4px;
  /* 右下角圆角 */
}
.AddaccBtn[data-v-5007658f] {
  margin-top: 25px;
}
.fr[data-v-5007658f] {
  float: right;
  margin-left: 15px;
}
.announcement-text[data-v-5007658f] {
  display: flex;
  justify-content: space-between;
  padding: 0px 10px 0px 0px;
}
.announcement-text div[data-v-5007658f] {
  padding-top: 20px;
}
.announcement-img[data-v-5007658f] {
  display: flex;
  justify-content: space-between;
  padding: 0px 10px 0px 0px;
}
.announcement-img div[data-v-5007658f] {
  padding-top: 20px;
}
.document-style[data-v-5007658f] {
  display: flex;
  flex-wrap: wrap;
  color: #8a95a2;
  text-align: left;
  justify-content: space-between;
}
.document-style .texts-style[data-v-5007658f] {
  display: flex;
  flex: 1 1 45%;
  justify-content: space-around;
  justify-content: flex-start;
  margin-bottom: 10px;
  margin: 5px;
  height: 40px;
  background: #f3fbff;
  line-height: 40px;
  border-radius: 5px;
  align-items: center;
}
.document-style .texts-style a[data-v-5007658f] {
  text-decoration: none;
  color: #606266;
}
.texts-style-a[data-v-5007658f] {
  display: flex;
  flex: 1;
  align-items: center;
  overflow: hidden;
  /* 隐藏溢出内容 */
  text-overflow: ellipsis;
  /* 超出部分使用省略号表示 */
  white-space: nowrap;
  /* 防止换行 */
}
.texts-style-a[data-v-5007658f]:hover {
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
  background: #f2f3f8;
}
.texts-style img[data-v-5007658f] {
  width: 25px;
  height: 25px;
  line-height: 30px;
  margin: 0 10px 0 10px;
}
.document-img[data-v-5007658f] {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 15px 0 0 0;
}
.document-img .img-style[data-v-5007658f] {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 10px;
}
.document-img .img-style a[data-v-5007658f] {
  text-decoration: none;
  color: #8a95a2;
  flex-basis: 23%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.document-img .img-style img[data-v-5007658f] {
  width: 100%;
  height: auto;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
.document-img .img-style img[data-v-5007658f]:hover {
  transform: scale(1.1);
  opacity: 0.8;
  background-color: #f2f3f8;
  /* 悬停时背景色 */
  box-shadow: 5px 0px 10px rgba(0, 0, 0, 0.2);
  /* 悬停时阴影 */
  transform: scale(1.05);
  /* 悬停时放大整体 */
}
@media only screen and (max-width: 300px) {
.document-style .texts-style[data-v-5007658f] {
    flex: 1 1 100%;
}
}
.notice-style[data-v-5007658f] {
  margin-left: 10px;
  position: relative;
  /* 使伪元素相对于父元素定位 */
  padding: 0px 8px 0px 8px;
}
.notice-style[data-v-5007658f]::after {
  content: '';
  position: absolute;
  left: -3px;
  /* 边框宽度 */
  top: 4px;
  /* 从顶部开始 */
  height: 77%;
  /* 设置高度为父元素的10% */
  width: 5px;
  /* 边框的宽度 */
  background-color: #3d5eb9;
  /* 边框颜色 */
  border-top-right-radius: 4px;
  /* 右上角圆角 */
  border-bottom-right-radius: 4px;
  /* 右下角圆角 */
}
.more-style[data-v-5007658f] {
  cursor: pointer;
  color: #5274ff;
  font-weight: 600;
  text-decoration: none;
}
.more-style[data-v-5007658f]:hover {
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
  background: #f2f3f8;
}
.ann_msg[data-v-5007658f] {
  overflow: hidden;
}
.ann_msg .ann_item[data-v-5007658f] {
  display: flex;
  justify-content: space-between;
  margin-top: 5px;
  cursor: pointer;
  height: 40px;
  line-height: 40px;
  background: #f3fbff;
  border-radius: 4px 4px 4px 4px;
}
.ann_msg .ann_item .ann_title[data-v-5007658f] {
  width: 70%;
  display: block;
  align-items: center;
  justify-content: left;
  color: #606266;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ann_msg .ann_item .ann_time[data-v-5007658f] {
  width: 22%;
  display: flex;
  align-items: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.8rem;
  color: #606266;
}
.ann_item[data-v-5007658f]:hover {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  background: #f2f3f8;
}
.title-top[data-v-5007658f] {
  background: #ffffff;
  border-radius: 5px;
  padding-bottom: 38px;
  margin-bottom: 24px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.title-welcome[data-v-5007658f] {
  min-width: 80px;
  height: 80px;
  font-size: 20px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #000000;
  line-height: 80px;
}
.title-welcome-b[data-v-5007658f] {
  display: flex;
  flex-direction: column;
  /* 垂直布局 */
  justify-content: center;
  /* 垂直居中 */
  padding: 10px;
  /* 添加内边距 */
  border-bottom: 2px solid #f4f5f7;
  overflow: hidden;
  /* 隐藏溢出 */
  max-width: 100%;
  /* 确保最大宽度为100% */
}
.title-welcome[data-v-5007658f] {
  display: flex;
  flex-direction: column;
  /* 垂直布局 */
  justify-content: center;
  /* 垂直居中 */
}
h1[data-v-5007658f] {
  margin: 0;
  /* 去掉外边距 */
  overflow-wrap: break-word;
  /* 允许长单词换行 */
  white-space: normal;
  /* 允许文本换行 */
  font-size: 1.5em;
  /* 字体大小 */
  line-height: 1.2;
  /* 行高 */
}
/* 如果需要，可以添加媒体查询以适应不同屏幕尺寸 */
@media (max-width: 768px) {
h1[data-v-5007658f] {
    font-size: 1.2em;
    /* 在小屏幕上调整字体大小 */
}
}
.H_User[data-v-5007658f] {
  margin-bottom: 40px;
}
.title-middle[data-v-5007658f] {
  margin: 20px 2% 0 2%;
  margin-top: 30px;
  border-bottom: 2px solid #f4f5f7;
}
.bulletin-style[data-v-5007658f] {
  background: #ffffff;
  margin-bottom: 22px;
  border-top-left-radius: 5px;
  /* 左上角圆角 */
  border-top-right-radius: 5px;
  /* 右上角圆角 */
  padding-bottom: 16px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.message-style[data-v-5007658f] {
  background: #ffffff;
  margin-bottom: 20px;
  border-top-left-radius: 5px;
  /* 左上角圆角 */
  border-top-right-radius: 5px;
  /* 右上角圆角 */
  padding-bottom: 10px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.help-text[data-v-5007658f] {
  background: #ffffff;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-top-left-radius: 5px;
  /* 左上角圆角 */
  border-top-right-radius: 5px;
  /* 右上角圆角 */
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.partners-img[data-v-5007658f] {
  background: #ffffff;
  margin-bottom: 20px;
  border-top-left-radius: 5px;
  /* 左上角圆角 */
  border-top-right-radius: 5px;
  /* 右上角圆角 */
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.bulletin-style[data-v-5007658f]:hover {
  box-shadow: 5px 0px 10px rgba(0, 0, 0, 0.2);
  /* 悬停时阴影 */
  transform: scale(1.02);
  /* 悬停时放大整体 */
}
.message-style[data-v-5007658f]:hover {
  box-shadow: 5px 0px 10px rgba(0, 0, 0, 0.2);
  /* 悬停时阴影 */
  transform: scale(1.02);
  /* 悬停时放大整体 */
}
.help-text[data-v-5007658f]:hover {
  box-shadow: 5px 0px 10px rgba(0, 0, 0, 0.2);
  /* 悬停时阴影 */
  transform: scale(1.02);
  /* 悬停时放大整体 */
}
.partners-img[data-v-5007658f]:hover {
  box-shadow: 5px 0px 10px rgba(0, 0, 0, 0.2);
  /* 悬停时阴影 */
  transform: scale(1.02);
  /* 悬停时放大整体 */
}
.title-table[data-v-5007658f] {
  padding: 20px 25px 10px 25px !important;
}
.no_msg[data-v-5007658f] {
  text-align: center;
  padding: 14px;
  color: #9f9f9f;
}
.read-marker[data-v-5007658f],
.unread-marker[data-v-5007658f] {
  margin-right: 5px;
}
.meta-style[data-v-5007658f] {
  cursor: pointer;
  margin-bottom: 20px;
  border-radius: 5px;
  background: #ffffff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.meta-style img[data-v-5007658f] {
  max-width: 100px;
}
.meta-title[data-v-5007658f] {
  display: flex;
  justify-content: space-between;
  padding: 0px 10px 0px 0px;
}
.meta-title div[data-v-5007658f] {
  padding-top: 20px;
}
.meta-img[data-v-5007658f] {
  display: flex;
  justify-content: space-around;
}
.meta-content[data-v-5007658f] {
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 0px 10px;
}
.meta-text div[data-v-5007658f]:first-child {
  margin-bottom: 10px;
}
.meta-text[data-v-5007658f]:hover {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  background: #f2f3f8;
}
.meta-content img[data-v-5007658f] {
  width: 100%;
  height: auto;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
.meta-content img[data-v-5007658f]:hover {
  transform: scale(1.1);
  opacity: 0.8;
}
.meta-text[data-v-5007658f] {
  color: #8a95a2;
}
.shadow[data-v-5007658f] {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
[data-v-5007658f] .el-dialog__body {
  padding: 20px 20px 20px 20px !important;
}
.announcements-container[data-v-5007658f] {
  max-height: 225px;
  overflow-y: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  margin: 0 5px 0 5px;
}
.announcements-container[data-v-5007658f]::-webkit-scrollbar {
  display: none;
}
.message-container[data-v-5007658f] {
  max-height: 230px;
  overflow-y: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  margin: 0 5px 0 5px;
}
.message-container[data-v-5007658f]::-webkit-scrollbar {
  display: none;
}
@-webkit-keyframes scrollText-data-v-5007658f {
0% {
    transform: translateX(80%);
}
100% {
    transform: translateX(-100%);
}
}
@keyframes scrollText-data-v-5007658f {
0% {
    transform: translateX(80%);
}
100% {
    transform: translateX(-100%);
}
}
.scroll-text[data-v-5007658f] {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  box-sizing: border-box;
  font-size: 20px;
  -webkit-animation: scrollText-data-v-5007658f 18s linear infinite;
          animation: scrollText-data-v-5007658f 18s linear infinite;
}
.scroll-text.paused[data-v-5007658f] {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.el-alert[data-v-5007658f] {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

