.znx_box[data-v-7ea49bc2] {
  width: 260px;
  padding: 4px 8px;
}
.znx_box .no_msg[data-v-7ea49bc2] {
  text-align: center;
  padding: 14px;
  color: #9f9f9f;
}
.znx_box .znx_title[data-v-7ea49bc2] {
  display: flex;
  justify-content: space-between;
  font-weight: 600;
  padding: 2px 2px 6px 2px;
}
.znx_box .znx_cont[data-v-7ea49bc2] {
  padding: 8px 8px;
}
.znx_box .znx_btn[data-v-7ea49bc2] {
  display: flex;
  align-items: center;
  margin-top: 6px;
  background: #f5f5f9;
  padding: 6px;
  border-radius: 5px;
  cursor: pointer;
}
.znx_box .znx_item[data-v-7ea49bc2] {
  padding: 16px 4px 6px 4px;
  border-top: 1px solid #ddd;
  cursor: pointer;
}
.znx_box .znx_item .znx_c_title[data-v-7ea49bc2] {
  font-size: 16px;
  font-weight: 600;
  color: rgba(35, 47, 74, 0.8);
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.znx_box .znx_item .znx_c_msg[data-v-7ea49bc2] {
  font-size: 12px;
  margin-top: 5px;
  color: rgba(0, 0, 0, 0.6);
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.dot_item[data-v-7ea49bc2] {
  position: absolute;
  left: -4px;
  top: -4px;
  background: #f56c6c;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  z-index: 999;
}
.card_box[data-v-7ea49bc2] {
  width: 100%;
  height: 100%;
}
.InMsg_Box[data-v-7ea49bc2] {
  width: 100%;
  height: 100%;
  overflow: scroll;
}
.InMsg_Box[data-v-7ea49bc2]::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.InMsg_Box[data-v-7ea49bc2]::-webkit-scrollbar-track {
  background-color: #fff;
}
.InMsg_Box[data-v-7ea49bc2]::-webkit-scrollbar-thumb {
  background-color: #fff;
  border-radius: 5px;
}
.InMsg_cont[data-v-7ea49bc2] {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.msgcont[data-v-7ea49bc2] {
  margin-top: 20px;
}
.s_icon[data-v-7ea49bc2] {
  margin: 50px 0 0 8px;
}
.m_cont[data-v-7ea49bc2] {
  background: #3d5eb9;
  color: #409eff;
  position: relative;
  padding: 10px 0;
}
.lang[data-v-7ea49bc2] {
  font-size: 14px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #ffffff;
  line-height: 20px;
}
.isact[data-v-7ea49bc2] {
  background: #2979cd !important;
}
.UserInfo[data-v-7ea49bc2] {
  display: flex;
  align-items: center;
  margin-left: 40px;
  justify-content: center;
}
.UserInfo .UserMsg[data-v-7ea49bc2] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.UserInfo .UserMsg .User_cont[data-v-7ea49bc2] {
  display: flex;
  flex-flow: column;
  align-items: center;
  margin-left: 5px;
}
.UserInfo .UserMsg .User_cont .User_vip_msg[data-v-7ea49bc2] {
  display: flex;
  align-items: center;
}
.UserInfo .UserMsg .User_cont .User_vip_msg .vip_lv[data-v-7ea49bc2] {
  font-weight: 700;
  font-family: 'PingFang SC';
  background: linear-gradient(to right, #243949 0%, #517fa4 100%);
  color: #fff;
  text-align: center;
  padding: 6px 5px;
  border-radius: 5px;
  margin-right: 5px;
}
.UserInfo .UserMsg .User_cont .User_vip_msg .changeBtn[data-v-7ea49bc2] {
  font-weight: 600;
  cursor: pointer;
  text-decoration: underline;
}
.UserInfo .UserMsg .User_cont[data-v-7ea49bc2]:hover {
  background: #1a4bb8;
  border-radius: 5px;
}
.UserInfo .UserMsg .Username[data-v-7ea49bc2] {
  font-size: 14px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #ffffff;
  line-height: 20px;
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
      -ms-user-select: auto !important;
          user-select: auto !important;
}
.UserInfo .UserIcon[data-v-7ea49bc2] {
  width: 40px;
  height: 40px;
  display: inline-block;
  background: #fff;
  border-radius: 50%;
  margin-right: 1rem;
}
/* logs */
.logs[data-v-7ea49bc2] {
  height: 100%;
  text-align: center;
  width: 221px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.log_title[data-v-7ea49bc2] {
  width: 50px;
  height: 33px;
  font-size: 24px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #d1d1d1;
  line-height: 33px;
}
.log[data-v-7ea49bc2] {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: linear-gradient(235deg, #69c3d3 0%, #2979cd 100%);
  border-radius: 8px;
  margin-right: 16px;
}
/* logo */
.logo[data-v-7ea49bc2] {
  width: 85px;
  height: 40px;
}
/* 修改组件框架 */
.el-menu--horizontal > .el-menu-item.is-active[data-v-7ea49bc2] {
  border: none;
  position: relative;
}
.el-dropdown-menu[data-v-7ea49bc2] {
  padding: 3px 0;
  background: #1a4bb8;
  border: none;
}
.el-dropdown-menu .el-dropdown-menu__item[data-v-7ea49bc2] {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #ffffff;
  line-height: 34px;
}
.el-dropdown-menu .el-dropdown-menu__item[data-v-7ea49bc2]:hover {
  background: transparent;
}
.el-button--primary[data-v-7ea49bc2] {
  background: transparent;
  border: none;
}
.el-button--primary[data-v-7ea49bc2]:focus {
  background: transparent;
  border: none;
}
.el-button--primary[data-v-7ea49bc2]:hover {
  background: transparent;
  border: none;
}
.el-menu--horizontal > .el-menu-item.is-active[data-v-7ea49bc2]::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #ffffff;
}
.el-menu-item[data-v-7ea49bc2] {
  text-align: center;
  min-width: 76px;
  border: none;
  font-size: 14px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #ffffff;
  transition: none;
}
.el-menu-item[data-v-7ea49bc2]:hover {
  background: rgba(33, 150, 244, 0.64) !important;
}
.el-menu.el-menu--horizontal[data-v-7ea49bc2] {
  border: none;
}
.el-dropdown-link[data-v-7ea49bc2] {
  cursor: pointer;
  font-size: 14px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #ffffff;
  line-height: 20px;
}
.S_menu .menu[data-v-7ea49bc2] {
  display: flex;
  flex-flow: column;
  margin-left: 10px;
  padding-top: 10px;
}
.S_menu .menu span[data-v-7ea49bc2] {
  display: block;
  width: 20px;
  height: 1px;
  background: #fff;
  margin-bottom: 6px;
}
.local_title[data-v-7ea49bc2] {
  font-size: 16px;
  font-weight: 600;
  color: #000;
}
.local_cont[data-v-7ea49bc2] {
  white-space: pre-wrap;
  margin-top: 12px;
}
.AddaccBtn[data-v-7ea49bc2] {
  margin-top: 25px;
}
.AddaccBtn .el-button--primary[data-v-7ea49bc2] {
  color: #fff;
  background-color: #409eff;
  border-color: #409eff;
}
.fr[data-v-7ea49bc2] {
  float: right;
  margin-left: 15px;
}
.UserContHidd[data-v-7ea49bc2]:hover {
  background: #718dab;
  border-radius: 5px;
}

#topmenu .el-menu--horizontal > .el-submenu {
  font-weight: 600 !important;
}
.znx_xl .popper__arrow {
  display: none;
}
.Sec_tips p {
  color: transparent;
  font-size: 16px;
  text-align: left;
  position: absolute;
  left: 40%;
  line-height: 0;
  -webkit-animation: tips 3s 3;
          animation: tips 3s 3;
}
@media (max-width: 1530px) {
.Sec_tips p {
    left: 32%;
    /* 当宽度在1530px以下时调整 */
}
}
@-webkit-keyframes tips {
0% {
    color: transparent;
}
25% {
    color: #9c9a9a;
}
50% {
    color: transparent;
}
75% {
    color: #fff;
}
100% {
    color: transparent;
}
}
@keyframes tips {
0% {
    color: transparent;
}
25% {
    color: #9c9a9a;
}
50% {
    color: transparent;
}
75% {
    color: #fff;
}
100% {
    color: transparent;
}
}
.SecurityTipsPop {
  left: 595px !important;
}
.el-menu--popup-bottom-start {
  background: #2196f3 !important;
}
.el-menu-demo i::before {
  content: '' !important;
}
.InMsg_Pop_msg {
  padding: 12px;
  cursor: pointer;
}
.InMsg_pop {
  background-color: #2196f3 !important;
  color: #fff !important;
  border-color: #2196f3 !important;
  padding: 0 !important;
  cursor: pointer !important;
}
.InMsg_pop .popper__arrow::after {
  border-bottom-color: #2196f3 !important;
}
.el-card {
  border: 0 !important;
  outline: none !important;
  border-radius: 0 !important;
  padding: 4px;
}
.el-drawer__body {
  overflow: hidden;
}
.InMsg {
  top: 12% !important;
  padding: 24px;
  height: 85% !important;
}
.InMsg:focus {
  border: none !important;
  outline: none !important;
}
.langitem .el-submenu__title {
  text-align: center;
  font-size: 14px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #ffffff;
  line-height: 20px;
  border: none !important;
}
.langmenu .el-menu-item {
  width: 96px;
}
.langitem .el-submenu__icon-arrow {
  position: absolute !important;
}
.el-menu {
  border: none;
}
.el-menu--popup {
  background: #2196f3;
  min-width: 0 !important;
}

.title[data-v-60ef2d09] {
  border: none;
  width: 160px;
  min-height: 32px;
  line-height: 32px;
  border-radius: 4px;
  font-size: 15px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  cursor: pointer;
}
.title[data-v-60ef2d09]:hover {
  background: #3d5eb9;
  color: #e0efff;
}
.title.isact[data-v-60ef2d09] {
  background: #3d5eb9;
  color: #e0efff;
}
.el-menu-vertical-demo[data-v-60ef2d09] {
  width: 100%;
}
.el-menu-vertical-home[data-v-60ef2d09] {
  font-weight: bold;
}
.icon-style[data-v-60ef2d09] {
  color: #000;
}
.title.isact .icon-style[data-v-60ef2d09] {
  color: white;
  /* 激活状态的图标颜色 */
}
.el-icon-arrow-down[data-v-60ef2d09] {
  float: right;
  line-height: 32px;
  font-weight: bold;
}
.icon-style[data-v-60ef2d09] {
  margin-right: 3px;
  padding-left: 6px;
}
.el-icon-arrow-up[data-v-60ef2d09],
.el-icon-arrow-down[data-v-60ef2d09] {
  float: right;
  line-height: 32px;
  font-weight: bold;
}
.sub-title[data-v-60ef2d09] {
  text-align: left;
  cursor: pointer;
  font-size: 13px;
  line-height: 40px;
  font-weight: bold;
  padding-left: 30px;
}
.sub-title.active[data-v-60ef2d09] {
  background-color: #f0f0f0;
  color: #3d5eb9;
}
.sub-title[data-v-60ef2d09]:hover {
  background-color: #f5f5f5;
}

.el-drawer {
  width: 40% !important;
}
.fsx .el-drawer__body {
  overflow: scroll !important;
}
.fsx .el-drawer__body::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  border-radius: 10px;
  background: transparent !important;
}

.home[data-v-8dc7cce2] {
  width: 100%;
  height: 100%;
  padding-bottom: 50px;
  background: #f7f8fa;
}
.home_cont[data-v-8dc7cce2] {
  height: 100%;
  max-width: 2300px;
}
.sdb[data-v-8dc7cce2] {
  height: 90%;
  padding: 10px 0;
  border: 1px solid #ddd;
  box-shadow: 0px 1px 13px 0px rgba(0, 0, 0, 0.1);
  border-radius: 0px 16px 16px 0px;
  background: #fff;
  overflow: hidden;
  min-width: 220px;
  width: 220px;
  height: 896px;
  padding: 20px 16px;
}
.header[data-v-8dc7cce2] {
  margin: 0;
  padding: 0;
  margin-bottom: 24px;
}
.content_main[data-v-8dc7cce2] {
  margin-left: 22px;
}
.AddaccBtn[data-v-8dc7cce2] {
  margin-top: 25px;
}
.fr[data-v-8dc7cce2] {
  float: right;
  margin-left: 15px;
}

