@charset "UTF-8";

/* fade */
.fade-enter-active,
.fade-leave-active {
  -webkit-transition: opacity 0.28s;
  transition: opacity 0.28s;
}

.fade-enter,
.fade-leave-active {
  opacity: 0;
}

/* fade-transform */
.fade-transform-leave-active,
.fade-transform-enter-active {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.fade-transform-enter {
  opacity: 0;
  -webkit-transform: translateX(-30px);
          transform: translateX(-30px);
}

.fade-transform-leave-to {
  opacity: 0;
  -webkit-transform: translateX(30px);
          transform: translateX(30px);
}

/* breadcrumb transition */
.breadcrumb-enter-active,
.breadcrumb-leave-active {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.breadcrumb-enter,
.breadcrumb-leave-active {
  opacity: 0;
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
}

.breadcrumb-move {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.breadcrumb-leave-active {
  position: absolute;
}

.el-breadcrumb__inner,
.el-breadcrumb__inner a {
  font-weight: 400 !important;
}

.el-upload input[type=file] {
  display: none !important;
}

.el-upload__input {
  display: none;
}

.el-dialog {
  -webkit-transform: none;
          transform: none;
  left: 0;
  position: relative;
  margin: 0 auto;
}

.upload-container .el-upload {
  width: 100%;
}
.upload-container .el-upload .el-upload-dragger {
  width: 100%;
  height: 200px;
}

.el-dropdown-menu a {
  display: block;
}

.el-range-separator {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

#app .main-container {
  min-height: 100%;
  -webkit-transition: margin-left 0.28s;
  transition: margin-left 0.28s;
  margin-left: 210px;
  position: relative;
}
#app .sidebar-container {
  -webkit-transition: width 0.28s;
  transition: width 0.28s;
  width: 210px !important;
  background-color: #4B7EFF;
  height: 100%;
  position: fixed;
  font-size: 0px;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1001;
  overflow: hidden;
  -webkit-box-shadow: 2px 0 6px rgba(0, 21, 41, 0.1);
          box-shadow: 2px 0 6px rgba(0, 21, 41, 0.1);
}
#app .sidebar-container .horizontal-collapse-transition {
  -webkit-transition: 0s width ease-in-out, 0s padding-left ease-in-out, 0s padding-right ease-in-out;
  transition: 0s width ease-in-out, 0s padding-left ease-in-out, 0s padding-right ease-in-out;
}
#app .sidebar-container .scrollbar-wrapper {
  overflow-x: hidden !important;
}
#app .sidebar-container .el-scrollbar__bar.is-vertical {
  right: 0px;
}
#app .sidebar-container .el-scrollbar {
  height: 100%;
}
#app .sidebar-container.has-logo .el-scrollbar {
  height: calc(100% - 80px);
}
#app .sidebar-container .is-horizontal {
  display: none;
}
#app .sidebar-container a {
  display: inline-block;
  width: 100%;
  overflow: hidden;
}
#app .sidebar-container .svg-icon {
  margin-right: 16px;
  width: 1.5em;
  height: 1.5em;
  position: relative;
  top: 0.25em;
}
#app .sidebar-container .sub-el-icon {
  margin-right: 12px;
  margin-left: -2px;
}
#app .sidebar-container .el-menu {
  border: none;
  height: 100%;
  width: 100% !important;
}
#app .sidebar-container .el-menu-item.is-active {
  background-color: #4776e0 !important;
  color: #ffffff !important;
}
#app .sidebar-container .submenu-title-noDropdown,
#app .sidebar-container .el-submenu__title {
  font-size: 16px;
  padding: 0 15px !important;
  height: 56px !important;
  line-height: 56px !important;
}
#app .sidebar-container .submenu-title-noDropdown:hover,
#app .sidebar-container .el-submenu__title:hover {
  background-color: #3a70f0 !important;
}
#app .sidebar-container .is-active > .el-submenu__title {
  color: #ffffff !important;
}
#app .sidebar-container .nest-menu .el-submenu > .el-submenu__title, #app .sidebar-container .el-submenu .el-menu-item {
  min-width: 210px !important;
  background-color: #5f8cfd !important;
  text-align: center !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  height: 50px !important;
  line-height: 50px !important;
}
#app .sidebar-container .nest-menu .el-submenu > .el-submenu__title:hover, #app .sidebar-container .el-submenu .el-menu-item:hover {
  background-color: #4776e0 !important;
}
#app .sidebar-container .el-submenu .el-menu-item.is-active {
  background-color: #4776e0 !important;
  color: #ffffff !important;
}
#app .hideSidebar .sidebar-container {
  width: 54px !important;
}
#app .hideSidebar .main-container {
  margin-left: 54px;
}
#app .hideSidebar .submenu-title-noDropdown {
  padding: 0 !important;
  position: relative;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}
#app .hideSidebar .submenu-title-noDropdown .el-tooltip {
  padding: 0 !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}
#app .hideSidebar .submenu-title-noDropdown .svg-icon {
  margin: 0 !important;
}
#app .hideSidebar .submenu-title-noDropdown .sub-el-icon {
  margin: 0 !important;
}
#app .hideSidebar .el-submenu {
  overflow: hidden;
}
#app .hideSidebar .el-submenu > .el-submenu__title {
  padding: 0 !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}
#app .hideSidebar .el-submenu > .el-submenu__title .svg-icon {
  margin: 0 !important;
}
#app .hideSidebar .el-submenu > .el-submenu__title .sub-el-icon {
  margin: 0 !important;
}
#app .hideSidebar .el-submenu > .el-submenu__title .el-submenu__icon-arrow {
  display: none;
}
#app .hideSidebar .el-menu--collapse .el-menu-item > .el-submenu__title > span,
#app .hideSidebar .el-menu--collapse .el-submenu > .el-submenu__title > span {
  height: 0;
  width: 0;
  overflow: hidden;
  visibility: hidden;
  display: inline-block;
}
#app .el-menu--collapse .el-menu .el-submenu {
  min-width: 210px !important;
}
#app .mobile .main-container {
  margin-left: 0px;
}
#app .mobile .sidebar-container {
  -webkit-transition: -webkit-transform 0.28s;
  transition: -webkit-transform 0.28s;
  transition: transform 0.28s;
  transition: transform 0.28s, -webkit-transform 0.28s;
  width: 210px !important;
}
#app .mobile.hideSidebar .sidebar-container {
  pointer-events: none;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transform: translate3d(-210px, 0, 0);
          transform: translate3d(-210px, 0, 0);
}
#app .withoutAnimation .main-container,
#app .withoutAnimation .sidebar-container {
  -webkit-transition: none;
  transition: none;
}

.el-menu--vertical > .el-menu .svg-icon {
  margin-right: 16px;
}
.el-menu--vertical > .el-menu .sub-el-icon {
  margin-right: 12px;
  margin-left: -2px;
}
.el-menu--vertical .nest-menu .el-submenu > .el-submenu__title:hover,
.el-menu--vertical .el-menu-item:hover {
  background-color: #3a70f0 !important;
}
.el-menu--vertical .el-menu-item {
  text-align: center !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  height: 50px !important;
  line-height: 50px !important;
}
.el-menu--vertical .el-menu-item.is-active {
  background-color: #4776e0 !important;
  color: #ffffff !important;
}
.el-menu--vertical > .el-menu--popup {
  max-height: 100vh;
  overflow-y: auto;
}
.el-menu--vertical > .el-menu--popup::-webkit-scrollbar-track-piece {
  background: #d3dce6;
}
.el-menu--vertical > .el-menu--popup::-webkit-scrollbar {
  width: 6px;
}
.el-menu--vertical > .el-menu--popup::-webkit-scrollbar-thumb {
  background: #99a9bf;
  border-radius: 20px;
}

/*
  以下是自定义样式，用于修改侧边栏箭头图标的样式
*/
.el-submenu__icon-arrow {
  font-size: 14px !important;
}

.el-menu--vertical .el-submenu__title .el-submenu__icon-arrow,
.el-menu--horizontal .el-submenu__title .el-submenu__icon-arrow,
.sidebar-container .el-submenu__title .el-submenu__icon-arrow {
  color: #ffffff !important;
}

.el-submenu__title .el-submenu__icon-arrow {
  right: 15px !important;
}

/*
  二级路由菜单项文本居中样式
*/
.sidebar-container .el-submenu .el-menu-item {
  text-align: center !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.sidebar-container .nest-menu .el-menu-item {
  text-align: center !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.sidebar-container .el-submenu .el-menu-item .svg-icon,
.sidebar-container .el-submenu .el-menu-item .sub-el-icon {
  margin: 0 auto !important;
}

.sidebar-container .el-submenu .el-menu-item span {
  text-align: center !important;
  width: 100% !important;
}

/* 强制覆盖Element UI下拉框样式 - 最高优先级 */
.el-select-dropdown__item.selected,
.el-select-dropdown__item.is-selected {
  color: #409eff !important;
  background-color: #f5f7fa !important;
  font-weight: bold !important;
}

.el-select-dropdown__item:hover {
  background-color: #f5f7fa !important;
  color: #409eff !important;
}

body {
  height: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Arial, sans-serif;
}

label {
  font-weight: 700;
}

html {
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#app {
  height: 100%;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

a:focus,
a:active {
  outline: none;
}

a,
a:focus,
a:hover {
  cursor: pointer;
  color: inherit;
  text-decoration: none;
}

div:focus {
  outline: none;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.app-container {
  padding: 20px;
}

.ql-snow .ql-tooltip[data-mode=link]::before {
  content: "请输入链接地址:" !important;
}

.ql-snow .ql-tooltip.ql-editing a.ql-action::after {
  border-right: 0px !important;
  content: "保存" !important;
  padding-right: 0px !important;
}

.ql-snow .ql-picker.ql-size .ql-picker-label::before,
.ql-snow .ql-picker.ql-size .ql-picker-item::before {
  content: "14px" !important;
}

.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  content: "10px" !important;
}

.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  content: "18px" !important;
}

.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  content: "32px" !important;
}

.ql-snow .ql-picker.ql-header .ql-picker-label::before,
.ql-snow .ql-picker.ql-header .ql-picker-item::before {
  content: "文本" !important;
}

.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  content: "标题1" !important;
}

.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  content: "标题2" !important;
}

.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  content: "标题3" !important;
}

.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  content: "标题4" !important;
}

.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  content: "标题5" !important;
}

.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  content: "标题6" !important;
}

.ql-snow .ql-picker.ql-font .ql-picker-label::before,
.ql-snow .ql-picker.ql-font .ql-picker-item::before {
  content: "标准字体" !important;
}

.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  content: "衬线字体" !important;
}

.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  content: "等宽字体" !important;
}

.ql-snow .ql-tooltip[data-mode=video]::before {
  content: "请输入视频地址:" !important;
}

.ql-snow .ql-picker.ql-align .ql-picker-label::before,
.ql-snow .ql-picker.ql-align .ql-picker-item::before {
  content: "左对齐" !important;
}

.ql-snow .ql-picker.ql-align .ql-picker-label[data-value=center]::before,
.ql-snow .ql-picker.ql-align .ql-picker-item[data-value=center]::before {
  content: "居中" !important;
}

.ql-snow .ql-picker.ql-align .ql-picker-label[data-value=right]::before,
.ql-snow .ql-picker.ql-align .ql-picker-item[data-value=right]::before {
  content: "右对齐" !important;
}

.ql-snow .ql-picker.ql-align .ql-picker-label[data-value=justify]::before,
.ql-snow .ql-picker.ql-align .ql-picker-item[data-value=justify]::before {
  content: "两端对齐" !important;
}

.xq-flex-around {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.xq-flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.xq-flex-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.xq-flex-cbetween {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.xq-flex-vtop {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.xq-flex-vcenter {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.xq-flex-vbottom {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.xq-no-scale {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.xq-flex1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.xq-flex-v1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.zindex {
  z-index: 999 !important;
}

.xq-bg-white {
  background: #fff;
}

.xq-border-radius20 {
  border-radius: 20px;
}

.xq-pd30 {
  padding: 30px;
}

.xq-pd2530 {
  padding: 15px 30px;
}

.corbc {
  color: #BCBCBC;
}

.xq-white {
  color: white;
}

.xq-yellow {
  color: #FCEFAB;
}

.xq-ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.xq-ellipsis-two {
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  white-space: normal !important;
}

.xq-bold {
  font-weight: bold;
}

.xq-blue {
  color: #1F65FA;
}

.fz18 {
  font-size: 18px;
}

.fz20 {
  font-size: 20px;
}

.fz24 {
  font-size: 24px;
}

.ico {
  width: 20px;
  height: 20px;
}

.w100 {
  width: 100%;
}

.xq-center {
  text-align: center;
}

.xq-black {
  color: #000;
}

.xq-cur {
  cursor: pointer;
}

.xq-relative {
  position: relative;
}

.xq-text-center {
  text-align: center;
}

.xq-flex-venter {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@font-face {
  font-family: "iconfont";
  src: url("//at.alicdn.com/t/c/font_4678296_gnb6qcemwy.woff2?t=1725852928909") format("woff2"), url("//at.alicdn.com/t/c/font_4678296_gnb6qcemwy.woff?t=1725852928909") format("woff"), url("//at.alicdn.com/t/c/font_4678296_gnb6qcemwy.ttf?t=1725852928909") format("truetype");
}
.iconz {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.zb-xiangshangjiantou:before {
  content: "";
}

.zb-xiangyoujiantou:before {
  content: "";
}

.zb-xiangzuojiantou:before {
  content: "";
}

.zb-bianji:before {
  content: "";
}

.zb-tupian:before {
  content: "";
}

.zb-biyanjing:before {
  content: "";
}

.zb-shanchu:before {
  content: "";
}

.zb-xiangxiajiantou:before {
  content: "";
}

.zb-danxuanweixuanzhong:before {
  content: "";
}

.zb-yanjing_xianshi:before {
  content: "";
}

.zb-tuichu:before {
  content: "";
}

.zb-shouji:before {
  content: "";
}

.zb-xuanzhong:before {
  content: "";
}

.zb-shanchu1:before {
  content: "";
}

.zb-shezhi:before {
  content: "";
}

.zb-lianxi2hebing-19:before {
  content: "";
}
[data-v-b50ef614]:export {
  menuText: #ffffffd7;
  menuActiveText: #ffffff;
  subMenuActiveText: #ffffff;
  menuBg: #4B7EFF;
  menuHover: #3a70f0;
  subMenuBg: #5f8cfd;
  subMenuHover: #4776e0;
  sideBarWidth: 210px;
}
.app-breadcrumb.el-breadcrumb[data-v-b50ef614] {
  display: inline-block;
  font-size: 14px;
  line-height: 50px;
  margin-left: 8px;
}
.app-breadcrumb.el-breadcrumb .no-redirect[data-v-b50ef614] {
  color: #97a8be;
  cursor: text;
}

.hamburger[data-v-4e6f274c] {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
}
.hamburger.is-active[data-v-4e6f274c] {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

[data-v-d16d6306]:export {
  menuText: #ffffffd7;
  menuActiveText: #ffffff;
  subMenuActiveText: #ffffff;
  menuBg: #4B7EFF;
  menuHover: #3a70f0;
  subMenuBg: #5f8cfd;
  subMenuHover: #4776e0;
  sideBarWidth: 210px;
}
.navbar[data-v-d16d6306] {
  height: 50px;
  overflow: hidden;
  position: relative;
  background: #fff;
  -webkit-box-shadow: 0 1px 4px rgba(0, 21, 41, 0.08);
          box-shadow: 0 1px 4px rgba(0, 21, 41, 0.08);
}
.navbar .hamburger-container[data-v-d16d6306] {
  line-height: 46px;
  height: 100%;
  float: left;
  cursor: pointer;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  -webkit-tap-highlight-color: transparent;
}
.navbar .hamburger-container[data-v-d16d6306]:hover {
  background: rgba(0, 0, 0, 0.025);
}
.navbar .breadcrumb-container[data-v-d16d6306] {
  float: left;
}
.navbar .right-menu[data-v-d16d6306] {
  float: right;
  height: 100%;
  line-height: 50px;
}
.navbar .right-menu[data-v-d16d6306]:focus {
  outline: none;
}
.navbar .right-menu .right-menu-item[data-v-d16d6306] {
  display: inline-block;
  padding: 0 8px;
  height: 100%;
  font-size: 18px;
  color: #5a5e66;
  vertical-align: text-bottom;
}
.navbar .right-menu .right-menu-item.hover-effect[data-v-d16d6306] {
  cursor: pointer;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.navbar .right-menu .right-menu-item.hover-effect[data-v-d16d6306]:hover {
  background: rgba(0, 0, 0, 0.025);
}
.navbar .right-menu .avatar-container[data-v-d16d6306] {
  margin-right: 30px;
}
.navbar .right-menu .avatar-container .avatar-wrapper[data-v-d16d6306] {
  margin-top: 0;
  position: relative;
}
.navbar .right-menu .avatar-container .avatar-wrapper .user-avatar[data-v-d16d6306] {
  cursor: pointer;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.navbar .right-menu .avatar-container .avatar-wrapper .el-icon-caret-bottom[data-v-d16d6306] {
  cursor: pointer;
  position: absolute;
  right: -20px;
  top: 25px;
  font-size: 12px;
}
.navbar .avatar-wrapper[data-v-d16d6306] {
  margin-top: 5px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.navbar .avatar-wrapper .name[data-v-d16d6306] {
  margin: 0 10px;
  font-size: 16px;
}
.navbar .avatar-wrapper .el-icon-setting[data-v-d16d6306] {
  font-size: 20px;
}
.navbar .avatar-wrapper .user-avatar[data-v-d16d6306] {
  cursor: pointer;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.navbar .username[data-v-d16d6306] {
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  background: #04c9be;
  color: #fff;
  margin-right: 4px;
}
[data-v-6494804b]:export {
  menuText: #ffffffd7;
  menuActiveText: #ffffff;
  subMenuActiveText: #ffffff;
  menuBg: #4B7EFF;
  menuHover: #3a70f0;
  subMenuBg: #5f8cfd;
  subMenuHover: #4776e0;
  sideBarWidth: 210px;
}
.sidebarLogoFade-enter-active[data-v-6494804b] {
  -webkit-transition: opacity 1.5s;
  transition: opacity 1.5s;
}
.sidebarLogoFade-enter[data-v-6494804b],
.sidebarLogoFade-leave-to[data-v-6494804b] {
  opacity: 0;
}
.sidebar-logo-container[data-v-6494804b] {
  position: relative;
  width: 100%;
  height: 80px;
  line-height: 80px;
  background: #4B7EFF;
  text-align: center;
  overflow: hidden;
  -webkit-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.1);
          box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.1);
}
.sidebar-logo-container .sidebar-logo-link[data-v-6494804b] {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sidebar-logo-container .sidebar-logo-link .sidebar-logo[data-v-6494804b] {
  width: 32px;
  height: 32px;
  vertical-align: middle;
  margin-right: 12px;
  border-radius: 3px;
  -webkit-filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.2));
          filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.2));
}
.sidebar-logo-container .sidebar-logo-link .sidebar-title[data-v-6494804b] {
  display: inline-block;
  margin: 0;
  color: #fff;
  font-weight: 600;
  line-height: 50px;
  font-size: 22px;
  font-family: Avenir, Helvetica Neue, Arial, Helvetica, sans-serif;
  vertical-align: middle;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.sidebar-logo-container.collapse .sidebar-logo[data-v-6494804b] {
  margin-right: 0px;
}

/* 自定义图标样式 */
.sub-el-icon[data-v-31ea41b3] {
  color: currentColor; /* 使用当前文本颜色 */
  width: 1em;
  height: 1em;
  margin-right: 8px;
  font-size: 27px;
}
.menu-title[data-v-31ea41b3] {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.2px;
}

[data-v-2d2bbdc2]:export {
  menuText: #ffffffd7;
  menuActiveText: #ffffff;
  subMenuActiveText: #ffffff;
  menuBg: #4B7EFF;
  menuHover: #3a70f0;
  subMenuBg: #5f8cfd;
  subMenuHover: #4776e0;
  sideBarWidth: 210px;
}
.sidebar-item-wrapper .el-menu-item[data-v-2d2bbdc2] {
  -webkit-transition: border-color 0.3s, background-color 0.3s, color 0.3s;
  transition: border-color 0.3s, background-color 0.3s, color 0.3s;
}
.sidebar-item-wrapper .el-menu-item.is-active[data-v-2d2bbdc2] {
  position: relative;
  background-color: #4776e0 !important;
  font-weight: bold;
}
.sidebar-item-wrapper .el-menu-item.is-active[data-v-2d2bbdc2]::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  bottom: 8px;
  width: 5px;
  background-color: #ffffff;
  border-radius: 0 3px 3px 0;
  -webkit-box-shadow: 0 0 8px rgba(255, 255, 255, 0.6);
          box-shadow: 0 0 8px rgba(255, 255, 255, 0.6);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
[data-v-2d2bbdc2] .el-submenu__icon-arrow {
  font-size: 12px;
  margin-top: -6px;
  right: 20px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.msg-badge[data-v-2d2bbdc2] {
  position: absolute;
  right: 55px;
  top: 60%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}


.app-main[data-v-078753dd] {
  /*50 = navbar  */
  min-height: calc(100vh - 50px);
  width: 100%;
  position: relative;
  overflow: hidden;
}
.fixed-header+.app-main[data-v-078753dd] {
  padding-top: 50px;
}

.el-popup-parent--hidden .fixed-header {
  padding-right: 15px;
}
[data-v-13877386]:export {
  menuText: #ffffffd7;
  menuActiveText: #ffffff;
  subMenuActiveText: #ffffff;
  menuBg: #4B7EFF;
  menuHover: #3a70f0;
  subMenuBg: #5f8cfd;
  subMenuHover: #4776e0;
  sideBarWidth: 210px;
}
[data-v-13877386]:export {
  menuText: #ffffffd7;
  menuActiveText: #ffffff;
  subMenuActiveText: #ffffff;
  menuBg: #4B7EFF;
  menuHover: #3a70f0;
  subMenuBg: #5f8cfd;
  subMenuHover: #4776e0;
  sideBarWidth: 210px;
}
.app-wrapper[data-v-13877386] {
  position: relative;
  height: 100%;
  width: 100%;
}
.app-wrapper[data-v-13877386]:after {
  content: "";
  display: table;
  clear: both;
}
.app-wrapper.mobile.openSidebar[data-v-13877386] {
  position: fixed;
  top: 0;
}
.drawer-bg[data-v-13877386] {
  background: #000;
  opacity: 0.3;
  width: 100%;
  top: 0;
  height: 100%;
  position: absolute;
  z-index: 999;
}
.fixed-header[data-v-13877386] {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9;
  width: calc(100% - 210px);
  -webkit-transition: width 0.28s;
  transition: width 0.28s;
}
.hideSidebar .fixed-header[data-v-13877386] {
  width: calc(100% - 54px);
}
.mobile .fixed-header[data-v-13877386] {
  width: 100%;
}

.forgetPass{
    color: #343434;
    font-size:16px;
}
.inputClass{
    background:#F8F8F8 !important;
    height:70px;
    border-radius:100px !important;
    overflow: hidden;
    border-color:#F8F8F8 !important;
}
.inputClass .el-input-group__prepend{
    border-color:#F8F8F8 !important;
    padding-right:10px;
}
.inputClass .el-input-group__prepend i{
    font-size:32px;
}
.loginDiv .el-form-item__error{
    left:30px;
    padding-top:5px;
}
.inputClass .el-input__inner{
   height:100%;
   background:#F8F8F8 !important;
   border-color:#F8F8F8 !important;
}
.loginDiv .el-button--primary{
    background: #4B7EFF;
    border-color:#4B7EFF;
    width:90%;
    height:70px;
    border-radius:40px;
    font-size:28px;
}


.select-class {
  width: 100%;
  height: 70px;
  border-radius: 100px;
  background: #F8F8F8 !important;
}
.select-class {
  width: 100%;
  height: 70px;
  border-radius: 100px;
  background: #F8F8F8 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.select-class .el-input__inner {
  height: 100%;
  background: #F8F8F8 !important;
  border-color: #F8F8F8 !important;
  border-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 60px !important;
}
.select-class .el-input__prefix {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 20px;
}
.select-class .el-input__prefix i {
  font-size: 32px;
  color: #909399;
}
.select-class .el-input__suffix {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 10px;
}
.select-class .el-select__caret {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.icon-svg {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
  font-size: 32px;
  color: #909399;
}
.inputClass{
    background:#F8F8F8 !important;
    height:70px;
    border-radius:100px !important;
    overflow: hidden;
    border-color:#F8F8F8 !important;
}
.inputClass .el-input-group__prepend{
    border-color:#F8F8F8 !important;
    padding-right:10px;
}
.inputClass .el-input-group__prepend i{
    font-size:32px;
}
.inputClass .el-input-group__append{
    border:none !important;
    color:#4B7EFF;
}
.loginDiv .el-form-item__error{
    left:30px;
    padding-top:5px;
}
.inputClass .el-input__inner{
   height:100%;
   background:#F8F8F8 !important;
   border-color:#F8F8F8 !important;
}
.loginDiv .el-button--primary{
    background: #4B7EFF;
    border-color:#4B7EFF;
    width:90%;
    height:70px;
    border-radius:40px;
    font-size:28px;
}
.loginDiv .get-code-btn{
    background: #4B7EFF;
    border-color:#4B7EFF;
    border-radius:40px;
}
.get-code-btn[disabled] {
  background: #ccc !important;
  color: #fff !important;
  cursor: not-allowed !important;
}
.get-code-btn {
  min-width: 110px;
  text-align: center;
  font-size: 14px !important;
  height: 36px !important;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 8px;
  white-space: nowrap;
  margin: 0;
}

/* 图形验证码样式 */
.captcha-container {
  height: 36px;
  width: 72px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  background-color: #f0f0f0;
  border-radius: 4px;
  overflow: hidden;
}
.captcha-img {
  height: 100%;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.loading-text {
  font-size: 12px;
  color: #999;
}

@charset "UTF-8";
[data-v-26e4664e]:export {
  menuText: #ffffffd7;
  menuActiveText: #ffffff;
  subMenuActiveText: #ffffff;
  menuBg: #4B7EFF;
  menuHover: #3a70f0;
  subMenuBg: #5f8cfd;
  subMenuHover: #4776e0;
  sideBarWidth: 210px;
}
.dialog-footer[data-v-26e4664e] {
  text-align: right;
}

/* 对话框整体圆角 */
[data-v-26e4664e] .el-dialog {
  border-radius: 12px;
}

/* 表单元素圆角 */
[data-v-26e4664e] .el-input__inner {
  border-radius: 8px;
}
[data-v-26e4664e] .el-button {
  border-radius: 8px;
}

/* 图形验证码样式 */
.captcha-container[data-v-26e4664e] {
  height: 36px;
  width: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  background-color: #f0f0f0;
  border-radius: 8px;
  overflow: hidden;
}
.captcha-img[data-v-26e4664e] {
  height: 100%;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 4px;
}
.loading-text[data-v-26e4664e] {
  font-size: 12px;
  color: #999;
}
[data-v-fcf1ae48]:export {
  menuText: #ffffffd7;
  menuActiveText: #ffffff;
  subMenuActiveText: #ffffff;
  menuBg: #4B7EFF;
  menuHover: #3a70f0;
  subMenuBg: #5f8cfd;
  subMenuHover: #4776e0;
  sideBarWidth: 210px;
}
.acDiv[data-v-fcf1ae48] {
  position: absolute;
  left: 0;
  top: 0;
}
.ns-register-wrap[data-v-fcf1ae48] {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#5689FE), to(#7DB4FF));
  background: linear-gradient(0deg, #5689FE, #7DB4FF);
}
.midWen[data-v-fcf1ae48] {
  width: 90vw;
  max-width: 1718px;
  height: 90vh;
  max-height: 900px;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
.login-form-title[data-v-fcf1ae48] {
  text-align: center;
  color: #5794FF;
  font-size: 48px;
  letter-spacing: 2px;
}
.login-form[data-v-fcf1ae48] {
  width: 50%;
  height: 100%;
  position: relative;
}
.loginW[data-v-fcf1ae48] {
  width: 85%;
  max-width: 600px;
  position: relative;
  padding-top: 90px;
}
.logopic[data-v-fcf1ae48] {
  width: 50%;
  height: 100%;
  position: relative;
}
.logopic img[data-v-fcf1ae48] {
  width: 100%;
  height: 100%;
}
.cateD[data-v-fcf1ae48] {
  margin: 20px 0 30px 0;
}
.cateD div[data-v-fcf1ae48] {
  margin: 0 20px;
  font-size: 20px;
  border-bottom: 4px solid #ffff;
  cursor: pointer;
}
.cateD div.on[data-v-fcf1ae48] {
  color: #5794FF;
  font-weight: bold;
  border-color: #5794FF;
}
[data-v-6b3aeb0e]:export {
  menuText: #ffffffd7;
  menuActiveText: #ffffff;
  subMenuActiveText: #ffffff;
  menuBg: #4B7EFF;
  menuHover: #3a70f0;
  subMenuBg: #5f8cfd;
  subMenuHover: #4776e0;
  sideBarWidth: 210px;
}
.wscn-http404-container[data-v-6b3aeb0e] {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  top: 40%;
  left: 50%;
}
.wscn-http404[data-v-6b3aeb0e] {
  position: relative;
  width: 1200px;
  padding: 0 50px;
  overflow: hidden;
}
.wscn-http404 .pic-404[data-v-6b3aeb0e] {
  position: relative;
  float: left;
  width: 600px;
  overflow: hidden;
}
.wscn-http404 .pic-404__parent[data-v-6b3aeb0e] {
  width: 100%;
}
.wscn-http404 .pic-404__child[data-v-6b3aeb0e] {
  position: absolute;
}
.wscn-http404 .pic-404__child.left[data-v-6b3aeb0e] {
  width: 80px;
  top: 17px;
  left: 220px;
  opacity: 0;
  -webkit-animation-name: cloudLeft-6b3aeb0e;
          animation-name: cloudLeft-6b3aeb0e;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.wscn-http404 .pic-404__child.mid[data-v-6b3aeb0e] {
  width: 46px;
  top: 10px;
  left: 420px;
  opacity: 0;
  -webkit-animation-name: cloudMid-6b3aeb0e;
          animation-name: cloudMid-6b3aeb0e;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
.wscn-http404 .pic-404__child.right[data-v-6b3aeb0e] {
  width: 62px;
  top: 100px;
  left: 500px;
  opacity: 0;
  -webkit-animation-name: cloudRight-6b3aeb0e;
          animation-name: cloudRight-6b3aeb0e;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
@-webkit-keyframes cloudLeft-6b3aeb0e {
0% {
    top: 17px;
    left: 220px;
    opacity: 0;
}
20% {
    top: 33px;
    left: 188px;
    opacity: 1;
}
80% {
    top: 81px;
    left: 92px;
    opacity: 1;
}
100% {
    top: 97px;
    left: 60px;
    opacity: 0;
}
}
@keyframes cloudLeft-6b3aeb0e {
0% {
    top: 17px;
    left: 220px;
    opacity: 0;
}
20% {
    top: 33px;
    left: 188px;
    opacity: 1;
}
80% {
    top: 81px;
    left: 92px;
    opacity: 1;
}
100% {
    top: 97px;
    left: 60px;
    opacity: 0;
}
}
@-webkit-keyframes cloudMid-6b3aeb0e {
0% {
    top: 10px;
    left: 420px;
    opacity: 0;
}
20% {
    top: 40px;
    left: 360px;
    opacity: 1;
}
70% {
    top: 130px;
    left: 180px;
    opacity: 1;
}
100% {
    top: 160px;
    left: 120px;
    opacity: 0;
}
}
@keyframes cloudMid-6b3aeb0e {
0% {
    top: 10px;
    left: 420px;
    opacity: 0;
}
20% {
    top: 40px;
    left: 360px;
    opacity: 1;
}
70% {
    top: 130px;
    left: 180px;
    opacity: 1;
}
100% {
    top: 160px;
    left: 120px;
    opacity: 0;
}
}
@-webkit-keyframes cloudRight-6b3aeb0e {
0% {
    top: 100px;
    left: 500px;
    opacity: 0;
}
20% {
    top: 120px;
    left: 460px;
    opacity: 1;
}
80% {
    top: 180px;
    left: 340px;
    opacity: 1;
}
100% {
    top: 200px;
    left: 300px;
    opacity: 0;
}
}
@keyframes cloudRight-6b3aeb0e {
0% {
    top: 100px;
    left: 500px;
    opacity: 0;
}
20% {
    top: 120px;
    left: 460px;
    opacity: 1;
}
80% {
    top: 180px;
    left: 340px;
    opacity: 1;
}
100% {
    top: 200px;
    left: 300px;
    opacity: 0;
}
}
.wscn-http404 .bullshit[data-v-6b3aeb0e] {
  position: relative;
  float: left;
  width: 300px;
  padding: 30px 0;
  overflow: hidden;
}
.wscn-http404 .bullshit__oops[data-v-6b3aeb0e] {
  font-size: 32px;
  font-weight: bold;
  line-height: 40px;
  color: #1482f0;
  opacity: 0;
  margin-bottom: 20px;
  -webkit-animation-name: slideUp-6b3aeb0e;
          animation-name: slideUp-6b3aeb0e;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.wscn-http404 .bullshit__headline[data-v-6b3aeb0e] {
  font-size: 20px;
  line-height: 24px;
  color: #222;
  font-weight: bold;
  opacity: 0;
  margin-bottom: 10px;
  -webkit-animation-name: slideUp-6b3aeb0e;
          animation-name: slideUp-6b3aeb0e;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.wscn-http404 .bullshit__info[data-v-6b3aeb0e] {
  font-size: 13px;
  line-height: 21px;
  color: grey;
  opacity: 0;
  margin-bottom: 30px;
  -webkit-animation-name: slideUp-6b3aeb0e;
          animation-name: slideUp-6b3aeb0e;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.wscn-http404 .bullshit__return-home[data-v-6b3aeb0e] {
  display: block;
  float: left;
  width: 110px;
  height: 36px;
  background: #1482f0;
  border-radius: 100px;
  text-align: center;
  color: #ffffff;
  opacity: 0;
  font-size: 14px;
  line-height: 36px;
  cursor: pointer;
  -webkit-animation-name: slideUp-6b3aeb0e;
          animation-name: slideUp-6b3aeb0e;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@-webkit-keyframes slideUp-6b3aeb0e {
0% {
    -webkit-transform: translateY(60px);
            transform: translateY(60px);
    opacity: 0;
}
100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
}
}
@keyframes slideUp-6b3aeb0e {
0% {
    -webkit-transform: translateY(60px);
            transform: translateY(60px);
    opacity: 0;
}
100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
}
}
[data-v-0079920a]:export {
  menuText: #ffffffd7;
  menuActiveText: #ffffff;
  subMenuActiveText: #ffffff;
  menuBg: #4B7EFF;
  menuHover: #3a70f0;
  subMenuBg: #5f8cfd;
  subMenuHover: #4776e0;
  sideBarWidth: 210px;
}
.atContent[data-v-0079920a] {
  height: 1000px;
  overflow-y: auto;
  padding: 20px;
}
.padWen[data-v-0079920a] {
  padding: 20px 0;
}
.padContent[data-v-0079920a] {
  width: 100%;
  padding: 20px 0;
  height: 180px;
}
.bluebtn[data-v-0079920a] {
  color: #4B7EFF;
  font-size: 28px;
}
.cDiv .zb-danxuanweixuanzhong[data-v-0079920a] {
  font-size: 38px;
  color: #666;
}
.rword[data-v-0079920a] {
  font-size: 16px;
  margin-left: 5px;
  color: #989898;
}
.rword span[data-v-0079920a] {
  color: #4B7EFF;
  cursor: pointer;
}
.padTel[data-v-0079920a] {
  font-weight: bold;
}
.ns-register-wrap[data-v-0079920a] {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#5689FE), to(#7DB4FF));
  background: linear-gradient(0deg, #5689FE, #7DB4FF);
}
.logopic[data-v-0079920a] {
  width: 50%;
  height: 100%;
  position: relative;
}
.logopic img[data-v-0079920a] {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.logopic .logoText[data-v-0079920a] {
  position: absolute;
  left: 0;
  top: 0;
  color: #4B7EFF;
  font-weight: bold;
  z-index: 99;
  font-size: 20px;
  top: 20px;
  left: 20px;
  cursor: pointer;
}
.pos3pic[data-v-0079920a] {
  text-align: center;
}
.pos3pic img[data-v-0079920a] {
  width: 333px;
  height: 200px;
  display: block;
  margin: 80px auto 20px;
}
.pos3Msg[data-v-0079920a] {
  width: 333px;
  font-size: 22px;
  margin: 20px auto 0;
}
.pos4pic[data-v-0079920a] {
  text-align: center;
}
.pos4pic img[data-v-0079920a] {
  width: 226px;
  height: 226px;
  display: block;
  margin: 80px auto 20px;
}
.pos4Msg[data-v-0079920a] {
  width: 333px;
  font-size: 22px;
  margin: 20px auto 0;
  color: #FF0000;
  max-height: 200px;
  overflow-y: auto;
  padding: 10px;
  border: 1px solid #FF0000;
  border-radius: 5px;
}
.remarkMsg[data-v-0079920a] {
  color: #C0C4CC;
}
.midWen[data-v-0079920a] {
  width: 90vw;
  max-width: 1718px;
  height: 90vh;
  max-height: 900px;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
.cDiv .login-form-title[data-v-0079920a] {
  text-align: center;
  color: #323232;
  font-size: 48px;
  letter-spacing: 2px;
}
.cDiv .login-form-title h3[data-v-0079920a] {
  font-size: 28px;
}
.login-form[data-v-0079920a] {
  width: 50%;
  height: 100%;
  position: relative;
}
.cDiv .loginW[data-v-0079920a] {
  width: 85%;
  max-width: 600px;
  position: relative;
  padding-top: 40px;
}
.inClass {
  height: 55px;
  overflow: hidden;
}
.cDiv .el-input__inner {
  height: 100%;
  border-color: #fff;
  border-bottom: 1px solid #EEEEEE;
  padding-left: 0 !important;
}
.cDiv .el-form-item__label {
  font-weight: bold;
  color: #000;
  font-size: 18px;
}
.cDiv .el-step__head.is-finish, .cDiv .el-step__title.is-finish {
  color: #409eff;
  border-color: #409eff;
}
.cDiv .el-step__head.is-process, .cDiv .el-step__title.is-process {
  color: #C0C4CC !important;
  border-color: #C0C4CC !important;
}
.cDiv .el-button--primary {
  background: #4B7EFF;
  border-color: #4B7EFF;
  width: 90%;
  height: 60px;
  border-radius: 40px;
  font-size: 28px;
}
[data-v-4ffc6ef7]:export {
  menuText: #ffffffd7;
  menuActiveText: #ffffff;
  subMenuActiveText: #ffffff;
  menuBg: #4B7EFF;
  menuHover: #3a70f0;
  subMenuBg: #5f8cfd;
  subMenuHover: #4776e0;
  sideBarWidth: 210px;
}
.welcome-section[data-v-4ffc6ef7] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  background: #f0f8ff url(../assets/img/home_bg.1261ab95.png) no-repeat center/cover;
  padding: 20px;
  height: 258px;
  border-radius: 20px;
}
.welcome-section h1[data-v-4ffc6ef7] {
  color: #333539;
}
.welcome-section .welcome-section__btn[data-v-4ffc6ef7] {
  width: 150px;
  height: 50px;
  color: #ffffff;
  background-color: #4B7EFF;
  border: 0;
  border-radius: 8px;
  cursor: pointer;
}

.radio-tabs[data-v-344581f5] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
.radio-tabs button[data-v-344581f5] {
  background-color: #f5f5f5;
  border: none;
  color: #333;
  padding: 8px 20px;
  font-size: 14px;
  cursor: pointer;
  border-radius: 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.radio-tabs button.active[data-v-344581f5] {
  background-color: #4a90e2; /* 中间蓝色 */
  color: white;
}

[data-v-5765a890]:export {
  menuText: #ffffffd7;
  menuActiveText: #ffffff;
  subMenuActiveText: #ffffff;
  menuBg: #4B7EFF;
  menuHover: #3a70f0;
  subMenuBg: #5f8cfd;
  subMenuHover: #4776e0;
  sideBarWidth: 210px;
}
.data-board[data-v-5765a890] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  gap: 20px;
  margin-top: 20px;
}
.data-board .xq-flex-cbetween[data-v-5765a890] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.data-board .dtel .dtel-title[data-v-5765a890] {
  font-size: 22px;
  color: #333539;
  font-weight: 600;
}
.data-board .dtel .dtel-right[data-v-5765a890] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.data-board .dtel .more-data-btn[data-v-5765a890] {
  font-size: 13px;
  color: #409eff;
  padding: 0;
}
.data-board .dtel .more-data-btn i[data-v-5765a890] {
  font-size: 12px;
}
.data-board .board-item-wrapper[data-v-5765a890] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 20px;
}
.data-board .board-item[data-v-5765a890] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 180px;
  padding: 20px;
  color: white;
  text-align: center;
  border-radius: 30px;
}
.data-board .board-item .border-item-title[data-v-5765a890] {
  font-size: 30px;
  color: #fff;
  font-weight: 600;
  position: relative;
  text-align: center;
  line-height: 1.8;
}
.data-board .board-item .board-item_icon[data-v-5765a890] {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 46px;
  height: 46px;
  background: rgba(255, 255, 255, 0.25);
  border-radius: 13px;
}
.data-board .board-item .board-item_icon img[data-v-5765a890] {
  width: 30px;
  height: 30px;
}
.data-board .board-item .border-item-num[data-v-5765a890] {
  text-align: center;
  font-size: 46px;
  color: #fff;
  margin-top: 10px;
  font-weight: 600;
}
.data-board .board-item .border-item-num span[data-v-5765a890] {
  font-size: 16px;
  color: #fff;
}
.red[data-v-5765a890] {
  background-color: #e8523f;
}
.orange[data-v-5765a890] {
  background-color: #f5b039;
}
.blue[data-v-5765a890] {
  background-color: #6672fb;
}

.enum-tag[data-v-6892f896] {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', sans-serif;
  display: inline-block;
  font-weight: 500;
  text-align: center;
  line-height: 1.4;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  vertical-align: middle;
  cursor: default;
}
.enum-tag[data-v-6892f896]:hover {
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

/* 单卖方案 - 红色 */
.tag-red[data-v-6892f896] {
  background: linear-gradient(135deg, #E8523F 0%, #D73E2A 100%);
}

/* VIP方案 - 黄色 */
.tag-yellow[data-v-6892f896] {
  background: linear-gradient(135deg, #F1C40F 0%, #F39C12 100%);
}

/* 免费方案 - 绿色 */
.tag-green[data-v-6892f896] {
  background: linear-gradient(135deg, #1F998E 0%, #16A085 100%);
}

/* 默认灰色 */
.tag-gray[data-v-6892f896] {
  background: linear-gradient(135deg, #95A5A6 0%, #7F8C8D 100%);
}

[data-v-7069bebf]:export {
  menuText: #ffffffd7;
  menuActiveText: #ffffff;
  subMenuActiveText: #ffffff;
  menuBg: #4B7EFF;
  menuHover: #3a70f0;
  subMenuBg: #5f8cfd;
  subMenuHover: #4776e0;
  sideBarWidth: 210px;
}
.loading-state[data-v-7069bebf] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 40px 20px;
  color: #666;
}
.loading-state i[data-v-7069bebf] {
  font-size: 24px;
  margin-bottom: 10px;
  color: #4B7EFF;
}
.loading-state span[data-v-7069bebf] {
  font-size: 14px;
}
[data-v-296df16f]:export {
  menuText: #ffffffd7;
  menuActiveText: #ffffff;
  subMenuActiveText: #ffffff;
  menuBg: #4B7EFF;
  menuHover: #3a70f0;
  subMenuBg: #5f8cfd;
  subMenuHover: #4776e0;
  sideBarWidth: 210px;
}
.recent-schemes[data-v-296df16f] {
  margin-top: 20px;
}
.recent-schemes h2[data-v-296df16f] {
  font-size: 22px;
  color: #333539;
  font-weight: 600;
  margin-bottom: 15px;
}
.list-container[data-v-296df16f] {
  width: 100%;
}
ul[data-v-296df16f] {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.list-item[data-v-296df16f] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffffff;
  border: 1px solid #e8e8e8;
  border-radius: 12px;
  padding: 16px;
  margin-bottom: 12px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  min-width: 0;
}
.list-item[data-v-296df16f]:hover {
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.content[data-v-296df16f] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 16px;
  min-width: 0;
}
.content .title[data-v-296df16f] {
  font-size: 16px;
  color: #212121;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 4px;
  word-wrap: break-word;
  word-break: break-all;
}
.details[data-v-296df16f] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  font-size: 13px;
  color: #666;
  margin-left: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  min-width: 0;
}
.details .category[data-v-296df16f] {
  color: #4B7EFF;
  font-weight: 500;
  white-space: nowrap;
}
.details .visit-count[data-v-296df16f], .details .purchase-count[data-v-296df16f] {
  color: #999;
  white-space: nowrap;
}
.details .create-time[data-v-296df16f] {
  color: #999;
  font-size: 12px;
  white-space: nowrap;
}
@media (max-width: 1200px) {
.details[data-v-296df16f] {
    gap: 8px;
    margin-left: 12px;
    font-size: 12px;
}
.details .create-time[data-v-296df16f] {
    font-size: 11px;
}
}
@media (max-width: 1000px) {
.details[data-v-296df16f] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 4px;
    margin-left: 12px;
}
.details .category[data-v-296df16f], .details .visit-count[data-v-296df16f], .details .purchase-count[data-v-296df16f], .details .create-time[data-v-296df16f] {
    font-size: 11px;
}
}
.actions[data-v-296df16f] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin-left: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.actions .icon-pencil[data-v-296df16f], .actions .icon-lock[data-v-296df16f] {
  cursor: pointer;
  padding: 4px;
  border-radius: 4px;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.actions .icon-pencil[data-v-296df16f]:hover, .actions .icon-lock[data-v-296df16f]:hover {
  background-color: #f5f5f5;
}
.actions .icon-pencil img[data-v-296df16f], .actions .icon-lock img[data-v-296df16f] {
  width: 16px;
  height: 16px;
}
@media (max-width: 1000px) {
.actions[data-v-296df16f] {
    margin-left: 8px;
    gap: 4px;
}
}
.empty-state[data-v-296df16f] {
  text-align: center;
  padding: 40px 20px;
  color: #999;
}
.empty-state p[data-v-296df16f] {
  margin: 0;
  font-size: 14px;
}

[data-v-e001978e] .el-dialog__header {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
[data-v-e001978e] .el-dialog__body {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
[data-v-e001978e] .el-dialog {
  border-radius: 8px;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  border: 1px solid #ebeef5;
}
.withdrawal-item[data-v-e001978e] {
  margin-bottom: 20px;
}
.label[data-v-e001978e] {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  color: #666;
}
.amount-header[data-v-e001978e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 8px;
}
.amount-title[data-v-e001978e] {
  font-size: 14px;
  color: #666;
}
.rules-link[data-v-e001978e] {
  font-size: 12px;
  color: #999;
  cursor: pointer;
  text-decoration: underline;
}
.amount-section[data-v-e001978e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 8px;
}
.amount-input[data-v-e001978e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.amount-input input[data-v-e001978e] {
  width: 100%;
  padding: 10px;
  border: 1px solid #dcdfe6;
  border-radius: 4px;
  font-size: 16px;
}
.unit[data-v-e001978e] {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #999;
}
.amount-info[data-v-e001978e] {
  margin-left: 10px;
  font-size: 14px;
  color: #666;
}
.amount-display[data-v-e001978e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 4px;
}
.amount-value[data-v-e001978e] {
  font-size: 24px;
  font-weight: bold;
  color: #333;
  margin-right: 8px;
}
.amount-unit[data-v-e001978e] {
  font-size: 14px;
}
.highlight[data-v-e001978e] {
  color: #f56c6c;
  font-weight: bold;
}
.available-amount[data-v-e001978e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 16px 0;
  font-size: 14px;
  color: #666;
}
.all-withdraw[data-v-e001978e] {
  color: #409eff;
  cursor: pointer;
  text-decoration: underline;
}
.tip[data-v-e001978e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 16px 0;
  font-size: 12px;
  color: #f56c6c;
}
.dialog-footer[data-v-e001978e] {
  text-align: right;
  margin-top: 20px;
}
.confirm-btn[data-v-e001978e] {
  background-color: #409eff;
  border-color: #409eff;
  border-radius: 8px;
  padding: 12px 24px;
  font-size: 16px;
  color: white;
  -webkit-box-shadow: 0 4px 8px rgba(64, 158, 255, 0.3);
          box-shadow: 0 4px 8px rgba(64, 158, 255, 0.3);
}
.confirm-btn[data-v-e001978e]:hover {
  background-color: #66b1ff;
  border-color: #66b1ff;
}
.confirm-btn[data-v-e001978e]:active {
  background-color: #3a8ee6;
  border-color: #3a8ee6;
}

[data-v-7d7e07b7]:export {
  menuText: #ffffffd7;
  menuActiveText: #ffffff;
  subMenuActiveText: #ffffff;
  menuBg: #4B7EFF;
  menuHover: #3a70f0;
  subMenuBg: #5f8cfd;
  subMenuHover: #4776e0;
  sideBarWidth: 210px;
}
.earnings-container[data-v-7d7e07b7] {
  background-color: #ffffff;
  border-radius: 20px;
  padding: 15px 30px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.earnings-header[data-v-7d7e07b7] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
.earnings-header h3[data-v-7d7e07b7] {
  margin: 0;
  font-size: 18px;
  color: #333539;
}
.earnings-content[data-v-7d7e07b7] {
  width: 100%;
  background: #eff3fb;
  padding: 20px 25px;
  border-radius: 20px;
  margin-top: 20px;
  text-align: center;
}
.balance-title[data-v-7d7e07b7] {
  width: 100%;
  font-size: 14px;
  color: #666;
  margin-bottom: 10px;
  line-height: 1.8;
  font-family: Helvetica Neue, Helvetica, Microsoft Yahei, PingFang SC, Hiragino Sans GB, WenQuanYi Micro Hei, sans-serif;
}
.balance-amount[data-v-7d7e07b7] {
  font-size: 36px;
  text-align: center;
  color: #333539;
  font-weight: 600;
  margin-top: 25px;
}
.amount[data-v-7d7e07b7] {
  font-weight: bold;
}
.currency[data-v-7d7e07b7] {
  font-size: 16px;
  color: #666;
}
.daily-earnings[data-v-7d7e07b7] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-top: 30px;
}
.daily-earnings .label[data-v-7d7e07b7] {
  display: block;
  font-size: 16px;
  color: #666;
  margin-bottom: 5px;
}
.daily-earnings .value[data-v-7d7e07b7] {
  font-size: 16px;
  color: #666;
}
.today .value[data-v-7d7e07b7] {
  color: #ff5722;
}
.today .label[data-v-7d7e07b7] {
  color: #ff5722;
}
.withdraw-button[data-v-7d7e07b7] {
  width: 100%;
  height: 50px;
  background: #e8523f;
  color: white;
  border: none;
  border-radius: 10px;
  padding: 10px 0;
  font-size: 18px;
  cursor: pointer;
  font-weight: 600;
  margin-top: 20px;
  line-height: 1;
  white-space: nowrap;
  padding: 12px 20px;
}

.match-carousel[data-v-715cce21] {
  position: relative;
  margin: auto;
  font-family: Arial, sans-serif;
}
.carousel-container[data-v-715cce21] {
  position: relative;
  height: 120px; /* Set a fixed height for the container */
  overflow: hidden;
  border-radius: 10px;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.carousel-item[data-v-715cce21] {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.match-info[data-v-715cce21] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.match-info .title[data-v-715cce21] {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 5px; /* Added spacing between title and date */
}
.match-info .date[data-v-715cce21] {
  font-size: 14px;
  color: #666666;
}
.teams[data-v-715cce21] {
  margin: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  position: relative;
}
.teams span[data-v-715cce21]:first-child {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 40px;
  text-align: end;
}
.teams span[data-v-715cce21]:last-child {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 40px;
  text-align: start;
}
.teams .vs[data-v-715cce21] {
  color: #999999; /* Lighter color for VS */
  font-size: 24px; /* Larger font size for VS */
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1; /* Ensure VS is above other elements */
}
.carousel-item[data-v-715cce21]::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 10px; /* Doubled width of the blue line */
  background-color: #007bff; /* Blue color */
  z-index: 0; /* Ensure the line is behind other elements */
}
.dots[data-v-715cce21] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 10px;
}
.dots span[data-v-715cce21] {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 0 5px;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease, border-width 0.3s ease;
  transition: background-color 0.3s ease, border-width 0.3s ease;
  border: 2px solid #007bff; /* Blue ring */
  background-color: transparent;
}
.dots span.active[data-v-715cce21] {
  border-width: 0;
  background-color: #007bff; /* Solid circle */
}
.solution-count[data-v-715cce21] {
  font-size: 16rpx;
  color: #9A6A1F;
  width: 100%;
  text-align: center;
}

[data-v-0510d122]:export {
  menuText: #ffffffd7;
  menuActiveText: #ffffff;
  subMenuActiveText: #ffffff;
  menuBg: #4B7EFF;
  menuHover: #3a70f0;
  subMenuBg: #5f8cfd;
  subMenuHover: #4776e0;
  sideBarWidth: 210px;
}
.hot-events[data-v-0510d122] {
  margin-top: 20px;
  background-color: #ffffff;
  border-radius: 20px;
  padding: 20px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.hot-events h3[data-v-0510d122] {
  margin: 0 0 15px 0;
  font-size: 18px;
  color: #333539;
}
[data-v-85b7aaf4]:export {
  menuText: #ffffffd7;
  menuActiveText: #ffffff;
  subMenuActiveText: #ffffff;
  menuBg: #4B7EFF;
  menuHover: #3a70f0;
  subMenuBg: #5f8cfd;
  subMenuHover: #4776e0;
  sideBarWidth: 210px;
}
.sales-statistics[data-v-85b7aaf4] {
  margin-top: 20px;
  background-color: #ffffff;
  border-radius: 20px;
  padding: 20px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.sales-statistics h3[data-v-85b7aaf4] {
  margin: 0 0 15px 0;
  font-size: 18px;
  color: #333539;
}
.sales-statistics .block[data-v-85b7aaf4] {
  width: 100%;
  text-align: end;
  margin-bottom: 15px;
}
.sales-statistics .block .month-picker[data-v-85b7aaf4] {
  width: 140px;
}
.chart-container[data-v-85b7aaf4] {
  width: 100%;
  margin-top: 20px;
  background-color: #eff3fb;
  border-radius: 20px;
  padding: 20px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.chart-empty-state[data-v-85b7aaf4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 400px;
  width: 100%;
}
.chart-empty-state .empty-content[data-v-85b7aaf4] {
  text-align: center;
  color: #999;
}
.chart-empty-state .empty-content i[data-v-85b7aaf4] {
  font-size: 40px;
  margin-bottom: 10px;
  color: #4B7EFF;
}
.chart-empty-state .empty-content p[data-v-85b7aaf4] {
  font-size: 16px;
  margin-bottom: 5px;
}
.chart-empty-state .empty-content span[data-v-85b7aaf4] {
  font-size: 14px;
}
[data-v-85b7aaf4] .month-picker {
  width: 140px !important;
}
[data-v-85b7aaf4] .month-picker .el-input__inner {
  text-align: center;
  font-size: 13px;
}
[data-v-106c86ed]:export {
  menuText: #ffffffd7;
  menuActiveText: #ffffff;
  subMenuActiveText: #ffffff;
  menuBg: #4B7EFF;
  menuHover: #3a70f0;
  subMenuBg: #5f8cfd;
  subMenuHover: #4776e0;
  sideBarWidth: 210px;
}
.dashboard[data-v-106c86ed] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  background-color: #F6F9FD;
  padding: 6px;
  min-height: calc(100vh - 50px);
}
@media (max-width: 1200px) {
.dashboard[data-v-106c86ed] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
}
.left-side[data-v-106c86ed] {
  -webkit-box-flex: 4;
      -ms-flex: 4;
          flex: 4;
  background-color: #ffffff;
  padding: 20px;
  border-radius: 30px;
  min-width: 0;
}
@media (max-width: 1200px) {
.left-side[data-v-106c86ed] {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    margin-bottom: 20px;
}
}
.right-side[data-v-106c86ed] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 20px;
  overflow-y: auto;
  min-width: 300px;
  max-height: 100vh;
}
@media (max-width: 1200px) {
.right-side[data-v-106c86ed] {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    min-width: auto;
    max-height: none;
}
}
[data-v-25fb6f99]:export {
  menuText: #ffffffd7;
  menuActiveText: #ffffff;
  subMenuActiveText: #ffffff;
  menuBg: #4B7EFF;
  menuHover: #3a70f0;
  subMenuBg: #5f8cfd;
  subMenuHover: #4776e0;
  sideBarWidth: 210px;
}
.conversation-panel[data-v-25fb6f99] {
  width: 340px;
  min-width: 340px;
  background: white;
  border-right: 1px solid #ebeef5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}
.conversation-panel .panel-header[data-v-25fb6f99] {
  padding: 16px;
  border-bottom: 1px solid #ebeef5;
}
.conversation-panel .panel-header .search-input[data-v-25fb6f99] {
  margin-bottom: 12px;
}
.conversation-panel .panel-header .filter-tabs[data-v-25fb6f99] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.conversation-panel .panel-header .filter-tabs .el-radio-group[data-v-25fb6f99] {
  width: 100%;
}
.conversation-panel .panel-header .filter-tabs .el-radio-group .el-radio-button[data-v-25fb6f99] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.conversation-panel .panel-header .filter-tabs .el-radio-group .el-radio-button .el-radio-button__inner[data-v-25fb6f99] {
  width: 100%;
}
.conversation-panel .loading-state[data-v-25fb6f99] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #909399;
  gap: 12px;
}
.conversation-panel .loading-state i[data-v-25fb6f99] {
  font-size: 32px;
}
.conversation-panel .loading-state span[data-v-25fb6f99] {
  font-size: 14px;
}
.conversation-panel .empty-state[data-v-25fb6f99] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #909399;
  gap: 12px;
}
.conversation-panel .empty-state i[data-v-25fb6f99] {
  font-size: 48px;
}
.conversation-panel .empty-state p[data-v-25fb6f99] {
  font-size: 14px;
  margin: 0;
}
.conversation-panel .conversation-list[data-v-25fb6f99] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: auto;
  overflow-x: hidden;
}
.conversation-panel .conversation-list[data-v-25fb6f99]::-webkit-scrollbar {
  width: 4px;
}
.conversation-panel .conversation-list[data-v-25fb6f99]::-webkit-scrollbar-thumb {
  background: #c0c4cc;
  border-radius: 2px;
}
.conversation-panel .conversation-list[data-v-25fb6f99]::-webkit-scrollbar-track {
  background: transparent;
}
.conversation-panel .conversation-item[data-v-25fb6f99] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 16px;
  cursor: pointer;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  border-bottom: 1px solid #f2f3f5;
}
.conversation-panel .conversation-item[data-v-25fb6f99]:hover {
  background-color: #f5f7fa;
}
.conversation-panel .conversation-item:hover .delete-conversation-btn[data-v-25fb6f99] {
  opacity: 1;
}
.conversation-panel .conversation-item.active[data-v-25fb6f99] {
  background-color: #ecf5ff;
}
.conversation-panel .conversation-item.pinned[data-v-25fb6f99] {
  background-color: #fffbe6;
  border-left: 3px solid #e6a23c;
}
.conversation-panel .delete-conversation-btn[data-v-25fb6f99] {
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  padding: 6px;
  color: #909399;
  cursor: pointer;
  border-radius: 4px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.conversation-panel .delete-conversation-btn[data-v-25fb6f99]:hover {
  color: #F56C6C;
  background-color: #fef0f0;
}
.conversation-panel .delete-conversation-btn i[data-v-25fb6f99] {
  font-size: 16px;
}
.conversation-panel .conversation-avatar[data-v-25fb6f99] {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 12px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
}
.conversation-panel .conversation-avatar img[data-v-25fb6f99] {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.conversation-panel .conversation-avatar .avatar-badge[data-v-25fb6f99] {
  position: absolute;
  bottom: -2px;
  right: -2px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 2px solid white;
}
.conversation-panel .conversation-avatar .group-badge[data-v-25fb6f99] {
  background: #409EFF;
}
.conversation-panel .conversation-avatar .group-badge i[data-v-25fb6f99] {
  color: white;
  font-size: 8px;
}
.conversation-panel .conversation-info[data-v-25fb6f99] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  overflow: hidden;
}
.conversation-panel .conversation-info .conversation-top-row[data-v-25fb6f99] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 4px;
}
.conversation-panel .conversation-info .conversation-name[data-v-25fb6f99] {
  font-size: 14px;
  font-weight: 500;
  color: #303133;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
.conversation-panel .conversation-info .conversation-time[data-v-25fb6f99] {
  font-size: 12px;
  color: #909399;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 8px;
}
.conversation-panel .conversation-info .conversation-last-message[data-v-25fb6f99] {
  font-size: 12px;
  color: #909399;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.conversation-panel .unread-badge[data-v-25fb6f99] {
  min-width: 18px;
  height: 18px;
  background: #F56C6C;
  color: white;
  border-radius: 9px;
  font-size: 11px;
  font-weight: bold;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 5px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
[data-v-5b216464]:export {
  menuText: #ffffffd7;
  menuActiveText: #ffffff;
  subMenuActiveText: #ffffff;
  menuBg: #4B7EFF;
  menuHover: #3a70f0;
  subMenuBg: #5f8cfd;
  subMenuHover: #4776e0;
  sideBarWidth: 210px;
}
.chat-panel[data-v-5b216464] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  background: white;
}
.chat-panel .chat-placeholder[data-v-5b216464] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #c0c4cc;
}
.chat-panel .chat-placeholder i[data-v-5b216464] {
  font-size: 64px;
  margin-bottom: 16px;
}
.chat-panel .chat-placeholder p[data-v-5b216464] {
  font-size: 16px;
  margin: 0;
}
.chat-panel .chat-header[data-v-5b216464] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 20px;
  border-bottom: 1px solid #ebeef5;
  background: white;
}
.chat-panel .chat-header .chat-title[data-v-5b216464] {
  font-size: 16px;
  font-weight: 500;
  color: #303133;
}
.chat-panel .chat-header .close-chat-btn[data-v-5b216464] {
  padding: 4px;
  font-size: 18px;
  color: #909399;
}
.chat-panel .chat-header .close-chat-btn[data-v-5b216464]:hover {
  color: #606266;
}
.chat-panel .chat-main[data-v-5b216464] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
}
.chat-panel .chat-main iframe[data-v-5b216464] {
  width: 100%;
  height: 100%;
  border: none;
}
[data-v-42a86586]:export {
  menuText: #ffffffd7;
  menuActiveText: #ffffff;
  subMenuActiveText: #ffffff;
  menuBg: #4B7EFF;
  menuHover: #3a70f0;
  subMenuBg: #5f8cfd;
  subMenuHover: #4776e0;
  sideBarWidth: 210px;
}
.context-menu[data-v-42a86586] {
  position: fixed;
  background: white;
  border-radius: 8px;
  -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
  padding: 4px 0;
  min-width: 140px;
  z-index: 1000;
}
.context-menu .context-menu-item[data-v-42a86586] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 16px;
  cursor: pointer;
  font-size: 14px;
  color: #606266;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.context-menu .context-menu-item i[data-v-42a86586] {
  margin-right: 8px;
  font-size: 14px;
}
.context-menu .context-menu-item[data-v-42a86586]:hover {
  background-color: #f5f7fa;
}
[data-v-356161f1]:export {
  menuText: #ffffffd7;
  menuActiveText: #ffffff;
  subMenuActiveText: #ffffff;
  menuBg: #4B7EFF;
  menuHover: #3a70f0;
  subMenuBg: #5f8cfd;
  subMenuHover: #4776e0;
  sideBarWidth: 210px;
}
.message-container[data-v-356161f1] {
  height: calc(100vh - 84px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #f5f5f5;
  overflow: hidden;
}

[data-v-108ba73c] .el-dialog__header {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
[data-v-108ba73c] .el-dialog__body {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
[data-v-108ba73c] .el-dialog {
  border-radius: 8px;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  border: 1px solid #ebeef5;
}
.avatar-uploader[data-v-108ba73c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 120px;
  height: 120px;
  border: 1px dashed #d9d9d9;
  border-radius: 6px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.avatar-uploader-icon[data-v-108ba73c] {
  font-size: 28px;
  color: #8c939d;
  width: 120px;
  height: 120px;
  line-height: 120px;
  text-align: center;
}
.avatar[data-v-108ba73c] {
  width: 120px;
  height: 120px;
  display: block;
}


.custom-avatar[data-v-75fd2268] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  position: relative;
  vertical-align: middle;
}
.avatar-img[data-v-75fd2268] {
  width: 100%;
  height: 100%;
  display: block;
}
.avatar-placeholder[data-v-75fd2268] {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

[data-v-b90093ca]:export {
  menuText: #ffffffd7;
  menuActiveText: #ffffff;
  subMenuActiveText: #ffffff;
  menuBg: #4B7EFF;
  menuHover: #3a70f0;
  subMenuBg: #5f8cfd;
  subMenuHover: #4776e0;
  sideBarWidth: 210px;
}
[data-v-b90093ca] .el-dialog__header {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
[data-v-b90093ca] .el-dialog__body {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
[data-v-b90093ca] .el-dialog {
  border-radius: 8px;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  border: 1px solid #ebeef5;
}
[data-v-b90093ca] .el-dialog__wrapper {
  z-index: 2000;
}
.invite-filter[data-v-b90093ca] {
  margin-bottom: 15px;
}
.filter-radio-group[data-v-b90093ca] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-top: 10px;
}
.pagination-container[data-v-b90093ca] {
  margin-top: 20px;
  text-align: right;
}

.member-select[data-v-71e0bb69] {
  width: 100%;
}

[data-v-331c33c8]:export {
  menuText: #ffffffd7;
  menuActiveText: #ffffff;
  subMenuActiveText: #ffffff;
  menuBg: #4B7EFF;
  menuHover: #3a70f0;
  subMenuBg: #5f8cfd;
  subMenuHover: #4776e0;
  sideBarWidth: 210px;
}
.group-member-list .filter-container[data-v-331c33c8] {
  margin-bottom: 20px;
  border-radius: 8px;
}
.group-member-list .filter-container .search-wrapper[data-v-331c33c8] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
}
.group-member-list .filter-container .search-wrapper .search-form[data-v-331c33c8] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.group-member-list .filter-container .search-wrapper .search-form .el-form-item[data-v-331c33c8] {
  margin-bottom: 0;
  margin-right: 20px;
}
.group-member-list .filter-container .search-wrapper .search-form .el-form-item[data-v-331c33c8]:last-child {
  margin-right: 0;
}
.group-member-list .filter-container .search-wrapper .search-form .nickname-input[data-v-331c33c8] {
  width: 200px;
}
.group-member-list .filter-container .search-wrapper .operation-container[data-v-331c33c8] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.group-member-list .filter-container .search-wrapper .operation-container .el-button[data-v-331c33c8] {
  font-size: 13px;
}
.group-member-list .table-container .table-header[data-v-331c33c8] {
  margin-bottom: 15px;
}
.group-member-list .table-container .table-header .table-title[data-v-331c33c8] {
  font-size: 16px;
  font-weight: bold;
  color: #303133;
}
.group-member-list .table-container .table-body .empty-state[data-v-331c33c8] {
  text-align: center;
}
.group-member-list .table-container .table-body .empty-icon[data-v-331c33c8] {
  margin-bottom: 20px;
}
.group-member-list .table-container .table-body .empty-text[data-v-331c33c8] {
  color: #666;
  margin-bottom: 20px;
}
.group-member-list .table-container .pagination-container[data-v-331c33c8] {
  margin-top: 20px;
  text-align: right;
}
.group-member-list .fan-info[data-v-331c33c8] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.group-member-list .fan-info .fan-info-details[data-v-331c33c8] {
  margin-left: 10px;
}
.group-member-list .fan-info .fan-info-details .fan-name[data-v-331c33c8] {
  font-weight: 500;
  margin-bottom: 4px;
}
.group-member-list .fan-info .fan-info-details .fan-id[data-v-331c33c8] {
  font-size: 12px;
  color: #999;
}
.group-member-list .interaction-data[data-v-331c33c8] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.group-member-list .interaction-data .interaction-item[data-v-331c33c8] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
}
.group-member-list .interaction-data .interaction-item i[data-v-331c33c8] {
  margin-bottom: 4px;
  font-size: 16px;
}
[data-v-603cfde4]:export {
  menuText: #ffffffd7;
  menuActiveText: #ffffff;
  subMenuActiveText: #ffffff;
  menuBg: #4B7EFF;
  menuHover: #3a70f0;
  subMenuBg: #5f8cfd;
  subMenuHover: #4776e0;
  sideBarWidth: 210px;
}
.filter-container[data-v-603cfde4] {
  margin-bottom: 20px;
  border-radius: 8px;
}
.filter-container .search-wrapper[data-v-603cfde4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
}
.filter-container .search-wrapper .search-form[data-v-603cfde4] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.filter-container .search-wrapper .search-form .el-form-item[data-v-603cfde4] {
  margin-bottom: 0;
  margin-right: 20px;
}
.filter-container .search-wrapper .search-form .el-form-item[data-v-603cfde4]:last-child {
  margin-right: 0;
}
.filter-container .search-wrapper .search-form .sort-select[data-v-603cfde4] {
  width: 160px;
}
.filter-container .search-wrapper .search-form .name-input[data-v-603cfde4] {
  width: 200px;
}
.filter-container .search-wrapper .operation-container[data-v-603cfde4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.filter-container .search-wrapper .operation-container .el-button[data-v-603cfde4] {
  font-size: 13px;
}
.table-container .table-header[data-v-603cfde4] {
  margin-bottom: 15px;
}
.table-container .table-header .table-title[data-v-603cfde4] {
  font-size: 16px;
  font-weight: bold;
  color: #303133;
}
.table-container .table-body .list-header[data-v-603cfde4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
.table-container .table-body .empty-state[data-v-603cfde4] {
  text-align: center;
}
.table-container .table-body .empty-icon[data-v-603cfde4] {
  margin-bottom: 20px;
}
.table-container .table-body .empty-text[data-v-603cfde4] {
  color: #666;
  margin-bottom: 20px;
}
.table-container .table-body .group-container[data-v-603cfde4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
.table-container .table-body .group-item[data-v-603cfde4] {
  border: 1px solid #ebeef5;
  border-radius: 8px;
  padding: 16px;
  background: white;
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
  cursor: move;
}
.table-container .table-body .group-item[data-v-603cfde4]:hover {
  -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
}
.table-container .table-body .group-header[data-v-603cfde4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 12px;
  position: relative;
}
.table-container .table-body .group-avatar[data-v-603cfde4] {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 12px;
  position: relative;
}
.table-container .table-body .group-avatar img[data-v-603cfde4] {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.table-container .table-body .unread-badge[data-v-603cfde4] {
  min-width: 20px;
  height: 20px;
  background: #F56C6C;
  color: white;
  border-radius: 10px;
  font-size: 12px;
  font-weight: bold;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 6px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.table-container .table-body .group-info[data-v-603cfde4] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.table-container .table-body .group-name[data-v-603cfde4] {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.table-container .table-body .group-desc[data-v-603cfde4] {
  font-size: 14px;
  color: #666;
}
.table-container .table-body .group-actions[data-v-603cfde4] {
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}
.table-container .table-body .action-btn[data-v-603cfde4] {
  cursor: pointer;
  font-size: 14px;
}
.table-container .table-body .chat-btn[data-v-603cfde4] {
  color: #409EFF;
}
.table-container .table-body .member-btn[data-v-603cfde4] {
  color: #67C23A;
}
.table-container .table-body .edit-btn[data-v-603cfde4] {
  color: #909399;
}
.table-container .table-body .del-btn[data-v-603cfde4] {
  color: #F56C6C;
}
.table-container .table-body .el-dropdown-link[data-v-603cfde4] {
  cursor: pointer;
}
.table-container .table-body .group-footer[data-v-603cfde4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.table-container .table-body .group-statistics[data-v-603cfde4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  font-size: 12px;
  color: #999;
}
.table-container .table-body .stat-item[data-v-603cfde4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
.table-container .table-body .group-last-message[data-v-603cfde4] {
  padding: 8px 0;
  border-top: 1px solid #eee;
  font-size: 14px;
  color: #666;
}
.table-container .table-body .last-message-content[data-v-603cfde4] {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.table-container .pagination-container[data-v-603cfde4] {
  margin-top: 20px;
  text-align: right;
}
[data-v-0753e442]:export {
  menuText: #ffffffd7;
  menuActiveText: #ffffff;
  subMenuActiveText: #ffffff;
  menuBg: #4B7EFF;
  menuHover: #3a70f0;
  subMenuBg: #5f8cfd;
  subMenuHover: #4776e0;
  sideBarWidth: 210px;
}
.stat-cards[data-v-0753e442] {
  margin-bottom: 20px;
}
.stat-cards .stat-card .stat-card-content[data-v-0753e442] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.stat-cards .stat-card .stat-card-content .stat-card-icon[data-v-0753e442] {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #f0f7ff;
  color: #409EFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 15px;
}
.stat-cards .stat-card .stat-card-content .stat-card-icon i[data-v-0753e442] {
  font-size: 24px;
}
.stat-cards .stat-card .stat-card-content .stat-card-info .stat-card-title[data-v-0753e442] {
  font-size: 14px;
  color: #606266;
  margin-bottom: 5px;
}
.stat-cards .stat-card .stat-card-content .stat-card-info .stat-card-value[data-v-0753e442] {
  font-size: 20px;
  font-weight: bold;
  color: #303133;
}
[data-v-7ad48fd0]:export {
  menuText: #ffffffd7;
  menuActiveText: #ffffff;
  subMenuActiveText: #ffffff;
  menuBg: #4B7EFF;
  menuHover: #3a70f0;
  subMenuBg: #5f8cfd;
  subMenuHover: #4776e0;
  sideBarWidth: 210px;
}
.customers-container[data-v-7ad48fd0] {
  padding: 20px;
}

.emoji-picker[data-v-64dd3550] {
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  background-color: white;
  border: 1px solid #ddd;
  border-radius: 8px;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  z-index: 100;
  margin-bottom: 8px;
}
.emoji-tabs[data-v-64dd3550] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; /* 防止换行，确保横向滚动 */
  border-bottom: 1px solid #eee;
  padding: 8px 10px;
  background-color: #f9f9f9;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  overflow-x: auto;
  overflow-y: hidden;
  /* 隐藏滚动条 */
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE and Edge */
}
.emoji-tabs[data-v-64dd3550]::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera */
}
.tab-item[data-v-64dd3550] {
  padding: 6px 12px;
  cursor: pointer;
  border-radius: 4px;
  margin-right: 4px;
  font-size: 14px;
  color: #666;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -ms-flex-negative: 0;
      flex-shrink: 0; /* 防止压缩 */
  white-space: nowrap; /* 防止换行 */
}
.tab-item.active[data-v-64dd3550] {
  background-color: #fff;
  color: #409eff;
  border: 1px solid #ddd;
  border-bottom: none;
  margin-bottom: -1px;
}
.tab-item[data-v-64dd3550]:hover {
  background-color: #f0f0f0;
}
.emoji-list[data-v-64dd3550] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6px;
  padding: 10px;
  max-height: 250px;
  overflow-y: auto;
}
.emoji-item[data-v-64dd3550] {
  font-size: 18px;
  cursor: pointer;
  padding: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.emoji-item[data-v-64dd3550]:hover {
  background-color: #f0f0f0;
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}

/* 统一滚动条样式 */
.emoji-list[data-v-64dd3550]::-webkit-scrollbar {
  width: 6px;
}
.emoji-list[data-v-64dd3550]::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}
.emoji-list[data-v-64dd3550]::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 10px;
}
.emoji-list[data-v-64dd3550]::-webkit-scrollbar-thumb:hover {
  background: #a8a8a8;
}

@charset "UTF-8";
[data-v-554d1270]:export {
  menuText: #ffffffd7;
  menuActiveText: #ffffff;
  subMenuActiveText: #ffffff;
  menuBg: #4B7EFF;
  menuHover: #3a70f0;
  subMenuBg: #5f8cfd;
  subMenuHover: #4776e0;
  sideBarWidth: 210px;
}
.group-chat-page[data-v-554d1270] {
  height: calc(100vh - 84px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #f5f5f5;
  position: relative;
}
@media (max-width: 768px) {
.group-chat-page[data-v-554d1270] {
    height: 100vh;
    padding: 0;
}
}
.chat-header[data-v-554d1270] {
  background: white;
  padding: 10px 20px;
  border-bottom: 1px solid #ebeef5;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
.chat-header[data-v-554d1270] {
    padding: 8px 15px;
}
}
.chat-main[data-v-554d1270] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px;
  gap: 20px;
  overflow: hidden;
}
@media (max-width: 768px) {
.chat-main[data-v-554d1270] {
    padding: 10px;
    gap: 10px;
}
}
.chat-content-wrapper[data-v-554d1270] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  gap: 20px;
  min-height: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
.chat-content-wrapper[data-v-554d1270] {
    gap: 10px;
}
}
.messages-container-wrapper[data-v-554d1270] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: white;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  min-height: 0;
}
.messages-container[data-v-554d1270] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: auto;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  min-height: 0;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.messages-container[data-v-554d1270]::-webkit-scrollbar {
  width: 6px;
}
.messages-container[data-v-554d1270]::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}
.messages-container[data-v-554d1270]::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 10px;
}
.messages-container[data-v-554d1270]::-webkit-scrollbar-thumb:hover {
  background: #a8a8a8;
}
.message-item[data-v-554d1270] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.message-item.other[data-v-554d1270] {
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.message-item.self[data-v-554d1270] {
  -ms-flex-item-align: end;
      align-self: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.message-item.self .message-content[data-v-554d1270] {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 768px) {
.message-item[data-v-554d1270] {
    gap: 8px;
}
}
.avatar[data-v-554d1270] {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
.avatar[data-v-554d1270] {
    width: 36px;
    height: 36px;
}
}
.message-content[data-v-554d1270] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 70%;
}
@media (max-width: 768px) {
.message-content[data-v-554d1270] {
    max-width: 80%;
}
}
.sender[data-v-554d1270] {
  font-size: 12px;
  color: #999;
  margin-bottom: 4px;
}
.content[data-v-554d1270] {
  background: #ecf5ff;
  padding: 10px 15px;
  border-radius: 8px;
  word-wrap: break-word;
}
@media (max-width: 768px) {
.content[data-v-554d1270] {
    padding: 8px 12px;
    font-size: 14px;
}
}
.self .content[data-v-554d1270] {
  background: #409eff;
  color: white;
}
.time[data-v-554d1270] {
  font-size: 12px;
  color: #999;
  margin-top: 4px;
}
.members-panel[data-v-554d1270] {
  width: 240px;
  background: white;
  border-radius: 8px;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.members-panel.collapsed[data-v-554d1270] {
  width: 40px;
}
@media (max-width: 768px) {
.members-panel[data-v-554d1270] {
    width: 150px;
}
}
@media (max-width: 768px) and (max-width: 480px) {
.members-panel[data-v-554d1270] {
    width: 40px;
}
}
.members-header[data-v-554d1270] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px;
  border-bottom: 1px solid #eee;
}
.members-header .header-content[data-v-554d1270] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.members-header .button-group[data-v-554d1270] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}
.members-header .add-members-btn[data-v-554d1270] {
  margin-left: 0;
}
.members-header .settings-btn[data-v-554d1270] {
  margin-left: 0;
}
.members-header .el-button[data-v-554d1270] {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.members-header .el-button.rotate[data-v-554d1270] {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media (max-width: 768px) {
.members-header[data-v-554d1270] {
    padding: 12px;
}
}
.members-list[data-v-554d1270] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: auto;
  padding: 10px;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.member-item[data-v-554d1270] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px;
  gap: 10px;
  border-radius: 4px;
  cursor: pointer;
}
.member-item[data-v-554d1270]:hover {
  background: #f5f5f5;
}
@media (max-width: 768px) {
.member-item[data-v-554d1270] {
    padding: 6px;
}
}
.member-avatar[data-v-554d1270] {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
.member-avatar[data-v-554d1270] {
    width: 28px;
    height: 28px;
}
}
.member-name[data-v-554d1270] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 768px) {
.member-name[data-v-554d1270] {
    font-size: 13px;
}
}
.input-container[data-v-554d1270] {
  position: sticky;
  bottom: 0;
  background: white;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  border-top: 1px solid #eee;
  z-index: 10;
}
.input-container .input-wrapper[data-v-554d1270] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 768px) {
.input-container[data-v-554d1270] {
    padding: 10px;
}
.input-container .input-wrapper[data-v-554d1270] {
    gap: 8px;
}
}
.input-row[data-v-554d1270] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 10px;
  margin-bottom: 10px;
}
.message-input[data-v-554d1270] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  resize: none;
}
.message-input[data-v-554d1270] .el-textarea__inner {
  border-radius: 20px;
  padding: 10px 15px;
}
@media (max-width: 768px) {
.message-input[data-v-554d1270] .el-textarea__inner {
    padding: 8px 12px;
    font-size: 14px;
}
}
.send-button[data-v-554d1270] {
  height: 40px;
  border-radius: 20px;
}
.input-actions[data-v-554d1270] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
.input-actions .input-tools .el-button[data-v-554d1270] {
    font-size: 18px;
    padding: 6px;
}
.input-actions .send-button[data-v-554d1270] {
    padding: 8px 16px;
    font-size: 14px;
}
}
.input-tools[data-v-554d1270] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.input-tools .el-button[data-v-554d1270] {
  font-size: 16px;
  padding: 8px;
}
.send-button[data-v-554d1270] {
  margin-left: 10px;
}
.mention-list[data-v-554d1270] {
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  background: white;
  border: 1px solid #ebeef5;
  border-radius: 8px;
  max-height: 200px;
  overflow-y: auto;
  z-index: 1000;
  -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 5px;
}
.mention-item[data-v-554d1270] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 12px;
  gap: 8px;
  cursor: pointer;
  border-radius: 4px;
}
.mention-item.active[data-v-554d1270] {
  background: #409eff;
  color: white;
}
.mention-item[data-v-554d1270]:hover:not(.active) {
  background: #f5f5f5;
}
.mention-avatar[data-v-554d1270] {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* 自定义右键菜单样式 */
.custom-context-menu[data-v-554d1270] {
  position: fixed;
  background: white;
  border: 1px solid #ebeef5;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  z-index: 9999;
  min-width: 150px;
  padding: 5px 0;
}
.context-menu-item[data-v-554d1270] {
  padding: 8px 16px;
  cursor: pointer;
  font-size: 14px;
  color: #606266;
}
.context-menu-item[data-v-554d1270]:hover {
  background-color: #ecf5ff;
  color: #409eff;
}
.context-menu-item.divider[data-v-554d1270] {
  border-top: 1px solid #ebeef5;
}

/* 弹窗样式 */
[data-v-554d1270] .el-dialog__header {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
[data-v-554d1270] .el-dialog__body {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
[data-v-554d1270] .el-dialog {
  border-radius: 8px;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  border: 1px solid #ebeef5;
}

/* 滚动条样式 */
.mention-list[data-v-554d1270]::-webkit-scrollbar,
.members-list[data-v-554d1270]::-webkit-scrollbar,
.messages-container[data-v-554d1270]::-webkit-scrollbar {
  display: none;
}
.mention-list[data-v-554d1270]::-webkit-scrollbar-track,
.members-list[data-v-554d1270]::-webkit-scrollbar-track,
.messages-container[data-v-554d1270]::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}
.mention-list[data-v-554d1270]::-webkit-scrollbar-thumb,
.members-list[data-v-554d1270]::-webkit-scrollbar-thumb,
.messages-container[data-v-554d1270]::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 10px;
}
.mention-list[data-v-554d1270]::-webkit-scrollbar-thumb:hover,
.members-list[data-v-554d1270]::-webkit-scrollbar-thumb:hover,
.messages-container[data-v-554d1270]::-webkit-scrollbar-thumb:hover {
  background: #a8a8a8;
}
[data-v-55a8ff8c]:export {
  menuText: #ffffffd7;
  menuActiveText: #ffffff;
  subMenuActiveText: #ffffff;
  menuBg: #4B7EFF;
  menuHover: #3a70f0;
  subMenuBg: #5f8cfd;
  subMenuHover: #4776e0;
  sideBarWidth: 210px;
}
.group-chat-page[data-v-55a8ff8c] {
  height: calc(100vh - 84px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #f5f5f5;
  position: relative;
}
@media (max-width: 768px) {
.group-chat-page[data-v-55a8ff8c] {
    height: 100vh;
    padding: 0;
}
}
.chat-header[data-v-55a8ff8c] {
  background: white;
  padding: 10px 20px;
  border-bottom: 1px solid #ebeef5;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
.chat-header[data-v-55a8ff8c] {
    padding: 8px 15px;
}
}
.chat-main[data-v-55a8ff8c] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  overflow: hidden;
}
@media (max-width: 768px) {
.chat-main[data-v-55a8ff8c] {
    padding: 10px;
    gap: 10px;
}
}
[data-v-081fd5c8]:export {
  menuText: #ffffffd7;
  menuActiveText: #ffffff;
  subMenuActiveText: #ffffff;
  menuBg: #4B7EFF;
  menuHover: #3a70f0;
  subMenuBg: #5f8cfd;
  subMenuHover: #4776e0;
  sideBarWidth: 210px;
}
.qr-code-modal[data-v-081fd5c8] .el-dialog {
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.qr-code-modal[data-v-081fd5c8] .el-dialog .el-dialog__header {
  display: none;
}
.qr-code-modal[data-v-081fd5c8] .el-dialog .el-dialog__body {
  padding: 0;
}
.qr-container[data-v-081fd5c8] {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  -webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
          box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  background: url(../assets/img/mbj.19741ef7.png) no-repeat;
  background-size: 100% 100%;
}
.special-tags .refund-tag[data-v-081fd5c8], .special-tags .temporary-tag[data-v-081fd5c8] {
  width: 60px;
  height: 60px;
  position: absolute;
}
.special-tags .refund-tag[data-v-081fd5c8] {
  top: 0;
  right: 0;
}
.special-tags .temporary-tag[data-v-081fd5c8] {
  left: 0;
  top: 0;
}
.qr-header[data-v-081fd5c8] {
  padding: 40px 20px 0 20px;
  text-align: center;
}
.qr-header .plan-type-badge[data-v-081fd5c8] {
  background: -webkit-gradient(linear, left top, right top, from(#FFC366), to(#FE8F61));
  background: linear-gradient(90deg, #FFC366 0%, #FE8F61 100%);
  color: white;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 15px;
  margin-bottom: 10px;
}
.qr-header .plan-title[data-v-081fd5c8] {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  margin: 0 0 8px;
}
.qr-header .plan-description[data-v-081fd5c8] {
  font-size: 14px;
  color: #666;
  margin: 0;
}
.qr-body[data-v-081fd5c8] {
  padding: 25px 20px;
  position: relative;
}
.qr-code-section[data-v-081fd5c8] {
  text-align: center;
  margin-bottom: 20px;
}
.qr-code-section .qr-image[data-v-081fd5c8] {
  display: inline-block;
  padding: 10px;
  background: white;
  border-radius: 10px;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.bottom-info[data-v-081fd5c8] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
}
.bottom-info .expert-info[data-v-081fd5c8] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bottom-info .expert-info .avatar-wrapper[data-v-081fd5c8] {
  width: 70px;
  height: 70px;
  background: url(../assets/img/headerpic.6da2a4ec.png) no-repeat;
  background-size: 100% 100%;
  text-align: center;
}
.bottom-info .expert-info .avatar-wrapper img[data-v-081fd5c8] {
  margin-top: 8px;
  width: 50px;
  height: 50px;
  border-radius: 100px;
}
.bottom-info .expert-info .expert-name[data-v-081fd5c8] {
  margin-left: 10px;
  font-size: 14px;
  font-weight: 500;
  color: #333;
}
.bottom-info .price-info[data-v-081fd5c8] {
  text-align: right;
}
.bottom-info .price-info .price-label[data-v-081fd5c8] {
  font-size: 12px;
  color: #666;
}
.bottom-info .price-info .price-amount[data-v-081fd5c8] {
  font-size: 20px;
  font-weight: bold;
  color: #ff6b00;
}
.action-buttons[data-v-081fd5c8] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  padding: 20px;
}
.action-buttons .btn-download[data-v-081fd5c8], .action-buttons .btn-copy[data-v-081fd5c8] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 40px;
  border: none;
  border-radius: 22px;
  font-size: 14px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.action-buttons .btn-download[data-v-081fd5c8] {
  background: -webkit-gradient(linear, left top, right top, from(#FFC366), to(#FE8F61));
  background: linear-gradient(90deg, #FFC366 0%, #FE8F61 100%);
  color: white;
}
.action-buttons .btn-copy[data-v-081fd5c8] {
  background: -webkit-gradient(linear, left top, right top, from(#00d2d3), to(#54a0ff));
  background: linear-gradient(90deg, #00d2d3 0%, #54a0ff 100%);
  color: white;
}
.action-buttons .btn-copy[data-v-081fd5c8]:disabled {
  opacity: 0.75;
  cursor: not-allowed;
}
.btn-spinner[data-v-081fd5c8] {
  display: inline-block;
  width: 14px;
  height: 14px;
  border: 2px solid rgba(255, 255, 255, 0.4);
  border-top-color: #fff;
  border-radius: 50%;
  -webkit-animation: btn-spin-081fd5c8 0.8s linear infinite;
          animation: btn-spin-081fd5c8 0.8s linear infinite;
  margin-right: 6px;
  vertical-align: middle;
}
@-webkit-keyframes btn-spin-081fd5c8 {
to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
@keyframes btn-spin-081fd5c8 {
to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}

.level-renderer[data-v-7e7ff22a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.level-icon[data-v-7e7ff22a] {
  width: 24px;
  height: 24px;
}
.level-name[data-v-7e7ff22a] {
  font-weight: bold;
}
.level-code[data-v-7e7ff22a] {
  font-size: 0.8em;
  opacity: 0.8;
}

[data-v-446d3c92]:export {
  menuText: #ffffffd7;
  menuActiveText: #ffffff;
  subMenuActiveText: #ffffff;
  menuBg: #4B7EFF;
  menuHover: #3a70f0;
  subMenuBg: #5f8cfd;
  subMenuHover: #4776e0;
  sideBarWidth: 210px;
}
.plan-info[data-v-446d3c92] {
  margin-bottom: 16px;
  padding: 10px 12px;
  background: #f5f7fa;
  border-radius: 6px;
}
.plan-info .plan-title[data-v-446d3c92] {
  font-size: 14px;
  font-weight: 500;
  color: #303133;
}
.share-tabs[data-v-446d3c92] .el-tabs__header {
  margin-bottom: 16px;
}
.search-bar[data-v-446d3c92] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 12px;
}
.search-bar .select-tip[data-v-446d3c92] {
  font-size: 12px;
  color: #909399;
}
.list-wrapper[data-v-446d3c92] {
  max-height: 400px;
  overflow-y: auto;
  border: 1px solid #ebeef5;
  border-radius: 6px;
  padding: 8px 0;
}
.list-wrapper .empty-tip[data-v-446d3c92] {
  text-align: center;
  padding: 40px 0;
  color: #909399;
  font-size: 14px;
}
.list-item[data-v-446d3c92] {
  padding: 8px 16px;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}
.list-item[data-v-446d3c92]:hover {
  background: #f5f7fa;
}
.list-item .item-checkbox[data-v-446d3c92] {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.list-item .item-checkbox[data-v-446d3c92] .el-checkbox__label {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 0;
}
.list-item .item-content[data-v-446d3c92] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 5px;
  width: 100%;
}
.list-item .item-avatar[data-v-446d3c92] {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.list-item .item-avatar.is-group[data-v-446d3c92] {
  border-radius: 6px;
}
.list-item .item-detail[data-v-446d3c92] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
.list-item .item-detail .item-name[data-v-446d3c92] {
  padding-left: 5px;
  font-size: 14px;
  font-weight: 500;
  color: #303133;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.list-item .item-detail .item-meta[data-v-446d3c92] {
  font-size: 12px;
  color: #909399;
  margin-top: 2px;
}
.list-item .item-detail .item-meta span[data-v-446d3c92] {
  margin-right: 12px;
}
.dialog-footer[data-v-446d3c92] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@charset "UTF-8";
[data-v-32582671]:export {
  menuText: #ffffffd7;
  menuActiveText: #ffffff;
  subMenuActiveText: #ffffff;
  menuBg: #4B7EFF;
  menuHover: #3a70f0;
  subMenuBg: #5f8cfd;
  subMenuHover: #4776e0;
  sideBarWidth: 210px;
}
.card-container[data-v-32582671] {
  background-color: #f5f5f5;
}

/* 搜索区域样式 */
.search-container[data-v-32582671] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  border-bottom: 1px solid rgba(237, 237, 237, 0.9);
  background: #fff;
  padding: 20px 20px 20px 20px;
  margin-bottom: 20px;
  border-radius: 8px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.search-container .search-label[data-v-32582671] {
  font-weight: 500;
  color: #606266;
  margin-right: 8px;
}
.search-container .search-main[data-v-32582671] {
  width: 220px;
}
.search-container .search-btn[data-v-32582671] {
  margin-left: 8px;
}
.search-container .action-buttons[data-v-32582671] {
  margin-left: auto;
}
.search-container .el-select[data-v-32582671] {
  width: 150px;
}
.search-container .el-date-picker[data-v-32582671] {
  width: 240px;
}

/* 表格区域样式 */
.table[data-v-32582671] {
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.table .plan-title[data-v-32582671] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.table .plan-title .title-text[data-v-32582671] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.table .price-text[data-v-32582671] {
  color: #e6a23c;
  font-weight: 600;
}
.table .play-types[data-v-32582671] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4px;
}
.table .play-types .play-type-tag[data-v-32582671] {
  margin: 0;
}
.table .refund-tag[data-v-32582671] {
  color: #fff;
  background-color: #f8b849;
  border: 0;
}

/* 分页区域样式 */
.page-container[data-v-32582671] {
  padding: 16px 0;
  text-align: right;
  border-top: 1px solid #ebeef5;
}

/* 响应式设计 */
@media (max-width: 1200px) {
.search-container .el-select[data-v-32582671] {
    width: 120px;
}
.search-container .el-date-picker[data-v-32582671] {
    width: 200px;
}
.search-container .search-main[data-v-32582671] {
    width: 180px;
}
}
@media (max-width: 768px) {
.card-container[data-v-32582671] {
    padding: 16px;
}
.search-container[data-v-32582671] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
}
.search-container > div[data-v-32582671] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 12px;
}
.search-container .search-label[data-v-32582671] {
    min-width: 80px;
}
.search-container .el-select[data-v-32582671],
.search-container .el-date-picker[data-v-32582671],
.search-container .search-main[data-v-32582671] {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
}
@charset "UTF-8";
[data-v-935776ac]:export {
  menuText: #ffffffd7;
  menuActiveText: #ffffff;
  subMenuActiveText: #ffffff;
  menuBg: #4B7EFF;
  menuHover: #3a70f0;
  subMenuBg: #5f8cfd;
  subMenuHover: #4776e0;
  sideBarWidth: 210px;
}
.card-container[data-v-935776ac] {
  background-color: #f5f5f5;
}

/* 搜索区域样式 */
.search-container[data-v-935776ac] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  border-bottom: 1px solid rgba(237, 237, 237, 0.9);
  background: #fff;
  padding: 20px 20px 20px 20px;
  margin-bottom: 20px;
  border-radius: 8px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.search-container .search-label[data-v-935776ac] {
  font-weight: 500;
  color: #606266;
  margin-right: 8px;
}
.search-container .search-main[data-v-935776ac] {
  width: 220px;
}
.search-container .search-btn[data-v-935776ac] {
  margin-left: 8px;
}
.search-container .action-buttons[data-v-935776ac] {
  margin-left: auto;
}
.search-container .el-select[data-v-935776ac] {
  width: 150px;
}
.search-container .el-date-picker[data-v-935776ac] {
  width: 240px;
}

/* 表格区域样式 */
.table[data-v-935776ac] {
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.table .plan-title[data-v-935776ac] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.table .plan-title .title-text[data-v-935776ac] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.table .price-text[data-v-935776ac] {
  color: #e6a23c;
  font-weight: 600;
}
.table .sort-display[data-v-935776ac] {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px;
  /* 增加点击区域 */
}
.table .sort-display .el-icon-edit-outline[data-v-935776ac] {
  margin-left: 8px;
  visibility: hidden;
  color: #409eff;
}
.table .sort-display:hover .el-icon-edit-outline[data-v-935776ac] {
  visibility: visible;
}

/* 分页区域样式 */
.page-container[data-v-935776ac] {
  padding: 16px 0;
  text-align: right;
  border-top: 1px solid #ebeef5;
}

/* 响应式设计 */
@media (max-width: 1200px) {
.search-container .el-select[data-v-935776ac] {
    width: 120px;
}
.search-container .el-date-picker[data-v-935776ac] {
    width: 200px;
}
.search-container .search-main[data-v-935776ac] {
    width: 180px;
}
}
@media (max-width: 768px) {
.card-container[data-v-935776ac] {
    padding: 16px;
}
.search-container[data-v-935776ac] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
}
.search-container > div[data-v-935776ac] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 12px;
}
.search-container .search-label[data-v-935776ac] {
    min-width: 80px;
}
.search-container .el-select[data-v-935776ac],
.search-container .el-date-picker[data-v-935776ac],
.search-container .search-main[data-v-935776ac] {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
}

.el-table .el-input-number .el-input__inner {
  text-align: center;
}

[data-v-1c29bdc8]:export {
  menuText: #ffffffd7;
  menuActiveText: #ffffff;
  subMenuActiveText: #ffffff;
  menuBg: #4B7EFF;
  menuHover: #3a70f0;
  subMenuBg: #5f8cfd;
  subMenuHover: #4776e0;
  sideBarWidth: 210px;
}
.pay-container[data-v-1c29bdc8] {
  padding: 20px;
  background: #f5f5f5;
}
.detail-container[data-v-1c29bdc8] {
  background: #f5f5f5;
  padding: 20px;
  border-radius: 8px;
}
@charset "UTF-8";
[data-v-17aaaedc]:export {
  menuText: #ffffffd7;
  menuActiveText: #ffffff;
  subMenuActiveText: #ffffff;
  menuBg: #4B7EFF;
  menuHover: #3a70f0;
  subMenuBg: #5f8cfd;
  subMenuHover: #4776e0;
  sideBarWidth: 210px;
}

/* 自定义全屏编辑器样式 */
.editor-container[data-v-17aaaedc] {
  position: relative;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.editor-container.editor-fullscreen[data-v-17aaaedc] {
  position: fixed;
  top: 0;
  left: var(--17aaaedc-fullscreenOffsetLeft);
  width: calc(100vw - var(--17aaaedc-fullscreenOffsetLeft));
  height: 100vh;
  z-index: 1002;
  border-left: 1px solid #e4e7ed;
  border-radius: 0;
}
.editor-fullscreen-btn[data-v-17aaaedc] {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  background: rgba(255, 255, 255, 0);
  border-radius: 4px;
  padding: 2px;
}

/* 响应式处理：当侧边栏收起时 */
.sidebarHide {
  left: 0;
  width: 100vw;
  border-left: none;
}

/* 防止全屏时页面滚动 */
.editor-fullscreen-active {
  overflow: hidden;
}
@charset "UTF-8";
[data-v-22062a8a]:export {
  menuText: #ffffffd7;
  menuActiveText: #ffffff;
  subMenuActiveText: #ffffff;
  menuBg: #4B7EFF;
  menuHover: #3a70f0;
  subMenuBg: #5f8cfd;
  subMenuHover: #4776e0;
  sideBarWidth: 210px;
}
.view-all-container[data-v-22062a8a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 10px;
}
.update-button[data-v-22062a8a] {
  width: 300px;
  height: 45px;
  border-radius: 15px;
  font-size: 16px;
  font-weight: 700;
  margin-left: 250px;
}
.edit-container[data-v-22062a8a] {
  padding: 20px;
  background-color: #f5f5f5;
}
.form-container[data-v-22062a8a] {
  background-color: #fff;
  padding: 30px;
  border-radius: 8px;
  -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
}
.form-container .match-result-display[data-v-22062a8a] {
  width: 100%;
  margin-top: 0;
}
.form-row[data-v-22062a8a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 22px;
}
.form-row .form-col[data-v-22062a8a] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-bottom: 0;
}
.form-row .form-col[data-v-22062a8a]:first-child {
  margin-right: 20px;
}
.analysis-actions[data-v-22062a8a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.analysis-actions .edit-button[data-v-22062a8a], .analysis-actions .delete-button[data-v-22062a8a] {
  padding: 4px 8px;
  font-size: 14px;
}
.analysis-actions .edit-button[data-v-22062a8a] {
  color: #409EFF;
  margin-right: auto;
}
.analysis-actions .delete-button[data-v-22062a8a] {
  color: #f56c6c;
  margin-left: auto;
}
.analysis-editor-bar[data-v-22062a8a] {
  border: 1px solid #ccc;
  z-index: 100;
}
.analysis-section-wrapper[data-v-22062a8a] {
  padding-top: 10px;
  border-top: 1px dashed #ebeef5;
}
.analysis-box[data-v-22062a8a] {
  margin-bottom: 20px;
  padding: 15px;
  border: 1px solid #e4e7ed;
  border-radius: 4px;
  background: #f9fafc;
  position: relative;
  overflow: hidden;
}
.analysis-header[data-v-22062a8a] {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ebeef5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.analysis-time[data-v-22062a8a] {
  font-size: 14px;
  color: #909399;
  width: 180px;
}
.analysis-content[data-v-22062a8a] {
  font-size: 14px;
  line-height: 1.6;
  color: #303133;
}
.analysis-actions[data-v-22062a8a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.analysis-actions .edit-button[data-v-22062a8a], .analysis-actions .delete-button[data-v-22062a8a] {
  padding: 4px 8px;
  font-size: 14px;
  margin-left: 8px;
}
.analysis-actions .edit-button[data-v-22062a8a] {
  color: #409EFF;
}
.analysis-actions .delete-button[data-v-22062a8a] {
  color: #f56c6c;
}
.history-list[data-v-22062a8a] {
  margin-top: 20px;
}
.history-list .history-list-header[data-v-22062a8a] {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #606266;
}
.preview-content[data-v-22062a8a] {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
[data-v-22062a8a] .editor-dialog .el-dialog__body {
  padding: 15px;
}
.form-tip[data-v-22062a8a] {
  font-size: 12px;
  color: #909399;
  margin-top: 5px;
  line-height: 1.2;
}

/* 自定义全屏编辑器样式 */
.editor-container[data-v-22062a8a] {
  position: relative;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.editor-container.editor-fullscreen[data-v-22062a8a] {
  position: fixed;
  top: 0;
  left: 200px;
  /* 侧边栏宽度 */
  width: calc(100vw - 200px);
  height: 100vh;
  z-index: 1002;
  border-left: 1px solid #e4e7ed;
  border-radius: 0;
}
.editor-fullscreen-btn[data-v-22062a8a] {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  background: rgba(255, 255, 255, 0);
  border-radius: 4px;
  padding: 2px;
}

/* 响应式处理：当侧边栏收起时 */
.sidebarHide {
  left: 0;
  width: 100vw;
  border-left: none;
}

/* 防止全屏时页面滚动 */
.editor-fullscreen-active {
  overflow: hidden;
}

/* 发布按钮容器 */
.publish-btn-container[data-v-22062a8a] {
  margin-top: 20px;
  text-align: center;
  padding: 20px 0;
}
@charset "UTF-8";
[data-v-5657a162]:export {
  menuText: #ffffffd7;
  menuActiveText: #ffffff;
  subMenuActiveText: #ffffff;
  menuBg: #4B7EFF;
  menuHover: #3a70f0;
  subMenuBg: #5f8cfd;
  subMenuHover: #4776e0;
  sideBarWidth: 210px;
}
.view-all-container[data-v-5657a162] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 10px;
}
.update-button[data-v-5657a162] {
  width: 300px;
  height: 45px;
  border-radius: 15px;
  font-size: 16px;
  font-weight: 700;
  margin-left: 250px;
}
.edit-container[data-v-5657a162] {
  padding: 20px;
  background-color: #f5f5f5;
}
.form-container[data-v-5657a162] {
  background-color: #fff;
  padding: 30px;
  border-radius: 8px;
  -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
}
.form-container .match-result-display[data-v-5657a162] {
  width: 100%;
  margin-top: 0;
}
.form-row[data-v-5657a162] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 22px;
}
.form-row .form-col[data-v-5657a162] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-bottom: 0;
}
.form-row .form-col[data-v-5657a162]:first-child {
  margin-right: 20px;
}
.duration-container[data-v-5657a162] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
.duration-container .duration-option[data-v-5657a162] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 20px;
  border: 1px solid #dcdfe6;
  border-radius: 4px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  min-width: 120px;
}
.duration-container .duration-option[data-v-5657a162]:hover {
  border-color: #c0c4cc;
}
.duration-container .duration-option.active[data-v-5657a162] {
  border-color: #409eff;
  background-color: #ecf5ff;
}
.duration-container .duration-option .el-radio[data-v-5657a162] {
  margin-right: 0;
  margin-bottom: 0;
  width: 100%;
}
.duration-container .duration-option .el-radio__label[data-v-5657a162] {
  padding-left: 8px;
}
.el-form-item[label=包时天数][data-v-5657a162] {
  margin-top: -10px;
  margin-bottom: 25px;
}
.el-form-item[label=包时天数] .el-form-item__content[data-v-5657a162] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.duration-unit[data-v-5657a162] {
  color: #606266;
}
.analysis-actions[data-v-5657a162] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.analysis-actions .edit-button[data-v-5657a162], .analysis-actions .delete-button[data-v-5657a162] {
  padding: 4px 8px;
  font-size: 14px;
}
.analysis-actions .edit-button[data-v-5657a162] {
  color: #409EFF;
  margin-right: auto;
}
.analysis-actions .delete-button[data-v-5657a162] {
  color: #f56c6c;
  margin-left: auto;
}
.analysis-editor-bar[data-v-5657a162] {
  border: 1px solid #ccc;
  z-index: 100;
}
.analysis-section-wrapper[data-v-5657a162] {
  padding-top: 10px;
  border-top: 1px dashed #ebeef5;
}
.analysis-box[data-v-5657a162] {
  margin-bottom: 20px;
  padding: 15px;
  border: 1px solid #e4e7ed;
  border-radius: 4px;
  background: #f9fafc;
  position: relative;
  overflow: hidden;
}
.analysis-header[data-v-5657a162] {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ebeef5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.analysis-time[data-v-5657a162] {
  font-size: 14px;
  color: #909399;
  width: 180px;
}
.analysis-content[data-v-5657a162] {
  font-size: 14px;
  line-height: 1.6;
  color: #303133;
}
.analysis-actions[data-v-5657a162] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.analysis-actions .edit-button[data-v-5657a162], .analysis-actions .delete-button[data-v-5657a162] {
  padding: 4px 8px;
  font-size: 14px;
  margin-left: 8px;
}
.analysis-actions .edit-button[data-v-5657a162] {
  color: #409EFF;
}
.analysis-actions .delete-button[data-v-5657a162] {
  color: #f56c6c;
}
.history-list[data-v-5657a162] {
  margin-top: 20px;
}
.history-list .history-list-header[data-v-5657a162] {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #606266;
}
.preview-content[data-v-5657a162] {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
[data-v-5657a162] .editor-dialog .el-dialog__body {
  padding: 15px;
}
.form-tip[data-v-5657a162] {
  font-size: 12px;
  color: #909399;
  margin-top: 5px;
  line-height: 1.2;
}

/* 自定义全屏编辑器样式 */
.editor-container[data-v-5657a162] {
  position: relative;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.editor-container.editor-fullscreen[data-v-5657a162] {
  position: fixed;
  top: 0;
  left: 200px;
  /* 侧边栏宽度 */
  width: calc(100vw - 200px);
  height: 100vh;
  z-index: 1002;
  border-left: 1px solid #e4e7ed;
  border-radius: 0;
}
.editor-fullscreen-btn[data-v-5657a162] {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  background: rgba(255, 255, 255, 0);
  border-radius: 4px;
  padding: 2px;
}

/* 响应式处理：当侧边栏收起时 */
.sidebarHide {
  left: 0;
  width: 100vw;
  border-left: none;
}

/* 防止全屏时页面滚动 */
.editor-fullscreen-active {
  overflow: hidden;
}

/* 发布按钮容器 */
.publish-btn-container[data-v-5657a162] {
  margin-top: 20px;
  text-align: center;
  padding: 20px 0;
}
@charset "UTF-8";
[data-v-c55dd364]:export {
  menuText: #ffffffd7;
  menuActiveText: #ffffff;
  subMenuActiveText: #ffffff;
  menuBg: #4B7EFF;
  menuHover: #3a70f0;
  subMenuBg: #5f8cfd;
  subMenuHover: #4776e0;
  sideBarWidth: 210px;
}
.card-container[data-v-c55dd364] {
  padding: 20px;
  background: #f5f5f5;
}

/* 搜索区域样式 */
.search-container[data-v-c55dd364] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  border-bottom: 1px solid rgba(237, 237, 237, 0.9);
  background: #fff;
  padding: 20px 20px 20px 20px;
  margin-bottom: 20px;
  border-radius: 8px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.search-container .search-label[data-v-c55dd364] {
  font-weight: 500;
  color: #606266;
  margin-right: 8px;
}
.search-container .search-main[data-v-c55dd364] {
  width: 220px;
}
.search-container .search-btn[data-v-c55dd364] {
  margin-left: 8px;
}
.search-container .action-buttons[data-v-c55dd364] {
  margin-left: auto;
}
.search-container .el-select[data-v-c55dd364] {
  width: 150px;
}
.search-container .el-date-picker[data-v-c55dd364] {
  width: 240px;
}

/* 表格区域样式 */
.table[data-v-c55dd364] {
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.table .plan-title[data-v-c55dd364] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.table .plan-title .title-text[data-v-c55dd364] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.table .play-types[data-v-c55dd364] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4px;
}
.table .play-types .play-type-tag[data-v-c55dd364] {
  margin: 0;
}

/* 分页区域样式 */
.page-container[data-v-c55dd364] {
  padding: 16px 0;
  text-align: right;
  border-top: 1px solid #ebeef5;
}

/* 响应式设计 */
@media (max-width: 1200px) {
.search-container .el-select[data-v-c55dd364] {
    width: 120px;
}
.search-container .el-date-picker[data-v-c55dd364] {
    width: 200px;
}
.search-container .search-main[data-v-c55dd364] {
    width: 180px;
}
}
@media (max-width: 768px) {
.card-container[data-v-c55dd364] {
    padding: 16px;
}
.search-container[data-v-c55dd364] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
}
.search-container > div[data-v-c55dd364] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 12px;
}
.search-container .search-label[data-v-c55dd364] {
    min-width: 80px;
}
.search-container .el-select[data-v-c55dd364],
.search-container .el-date-picker[data-v-c55dd364],
.search-container .search-main[data-v-c55dd364] {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
}
@charset "UTF-8";
[data-v-5d2fe984]:export {
  menuText: #ffffffd7;
  menuActiveText: #ffffff;
  subMenuActiveText: #ffffff;
  menuBg: #4B7EFF;
  menuHover: #3a70f0;
  subMenuBg: #5f8cfd;
  subMenuHover: #4776e0;
  sideBarWidth: 210px;
}
.view-all-container[data-v-5d2fe984] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 10px;
}
.update-button[data-v-5d2fe984] {
  width: 300px;
  height: 45px;
  border-radius: 15px;
  font-size: 16px;
  font-weight: 700;
  margin-left: 250px;
}
.edit-container[data-v-5d2fe984] {
  padding: 20px;
  background-color: #f5f5f5;
}
.form-container[data-v-5d2fe984] {
  background-color: #fff;
  padding: 30px;
  border-radius: 8px;
  -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
}
.form-container .match-result-display[data-v-5d2fe984] {
  width: 100%;
  margin-top: 0;
}
.form-row[data-v-5d2fe984] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 22px;
}
.form-row .form-col[data-v-5d2fe984] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-bottom: 0;
}
.form-row .form-col[data-v-5d2fe984]:first-child {
  margin-right: 20px;
}
.duration-container[data-v-5d2fe984] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
.duration-container .duration-option[data-v-5d2fe984] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 20px;
  border: 1px solid #dcdfe6;
  border-radius: 4px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  min-width: 120px;
}
.duration-container .duration-option[data-v-5d2fe984]:hover {
  border-color: #c0c4cc;
}
.duration-container .duration-option.active[data-v-5d2fe984] {
  border-color: #409eff;
  background-color: #ecf5ff;
}
.duration-container .duration-option .el-radio[data-v-5d2fe984] {
  margin-right: 0;
  margin-bottom: 0;
  width: 100%;
}
.duration-container .duration-option .el-radio__label[data-v-5d2fe984] {
  padding-left: 8px;
}
.el-form-item[label=包时天数][data-v-5d2fe984] {
  margin-top: -10px;
  margin-bottom: 25px;
}
.el-form-item[label=包时天数] .el-form-item__content[data-v-5d2fe984] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.duration-unit[data-v-5d2fe984] {
  color: #606266;
}
.analysis-actions[data-v-5d2fe984] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.analysis-actions .edit-button[data-v-5d2fe984], .analysis-actions .delete-button[data-v-5d2fe984] {
  padding: 4px 8px;
  font-size: 14px;
}
.analysis-actions .edit-button[data-v-5d2fe984] {
  color: #409EFF;
  margin-right: auto;
}
.analysis-actions .delete-button[data-v-5d2fe984] {
  color: #f56c6c;
  margin-left: auto;
}
.analysis-editor-bar[data-v-5d2fe984] {
  border: 1px solid #ccc;
  z-index: 100;
}
.analysis-section-wrapper[data-v-5d2fe984] {
  padding-top: 10px;
  border-top: 1px dashed #ebeef5;
}
.analysis-box[data-v-5d2fe984] {
  margin-bottom: 20px;
  padding: 15px;
  border: 1px solid #e4e7ed;
  border-radius: 4px;
  background: #f9fafc;
  position: relative;
  overflow: hidden;
}
.analysis-header[data-v-5d2fe984] {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ebeef5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.analysis-time[data-v-5d2fe984] {
  font-size: 14px;
  color: #909399;
  width: 180px;
}
.analysis-content[data-v-5d2fe984] {
  font-size: 14px;
  line-height: 1.6;
  color: #303133;
}
.analysis-actions[data-v-5d2fe984] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.analysis-actions .edit-button[data-v-5d2fe984], .analysis-actions .delete-button[data-v-5d2fe984] {
  padding: 4px 8px;
  font-size: 14px;
  margin-left: 8px;
}
.analysis-actions .edit-button[data-v-5d2fe984] {
  color: #409EFF;
}
.analysis-actions .delete-button[data-v-5d2fe984] {
  color: #f56c6c;
}
.history-list[data-v-5d2fe984] {
  margin-top: 20px;
}
.history-list .history-list-header[data-v-5d2fe984] {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #606266;
}
.preview-content[data-v-5d2fe984] {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
[data-v-5d2fe984] .editor-dialog .el-dialog__body {
  padding: 15px;
}
.form-tip[data-v-5d2fe984] {
  font-size: 12px;
  color: #909399;
  margin-top: 5px;
  line-height: 1.2;
}

/* 自定义全屏编辑器样式 */
.editor-container[data-v-5d2fe984] {
  position: relative;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.editor-container.editor-fullscreen[data-v-5d2fe984] {
  position: fixed;
  top: 0;
  left: 200px;
  /* 侧边栏宽度 */
  width: calc(100vw - 200px);
  height: 100vh;
  z-index: 1002;
  border-left: 1px solid #e4e7ed;
  border-radius: 0;
}
.editor-fullscreen-btn[data-v-5d2fe984] {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  background: rgba(255, 255, 255, 0);
  border-radius: 4px;
  padding: 2px;
}

/* 响应式处理：当侧边栏收起时 */
.sidebarHide {
  left: 0;
  width: 100vw;
  border-left: none;
}

/* 防止全屏时页面滚动 */
.editor-fullscreen-active {
  overflow: hidden;
}

/* 发布按钮容器 */
.publish-btn-container[data-v-5d2fe984] {
  margin-top: 20px;
  text-align: center;
  padding: 20px 0;
}
[data-v-aa7783a0]:export {
  menuText: #ffffffd7;
  menuActiveText: #ffffff;
  subMenuActiveText: #ffffff;
  menuBg: #4B7EFF;
  menuHover: #3a70f0;
  subMenuBg: #5f8cfd;
  subMenuHover: #4776e0;
  sideBarWidth: 210px;
}
.data-view[data-v-aa7783a0] {
  padding: 20px;
  background: #fff;
}
.data-view .expert-info[data-v-aa7783a0] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
}
.data-view .expert-info .expert-avatar[data-v-aa7783a0] {
  position: relative;
  margin-right: 12px;
}
.data-view .expert-info .expert-avatar .avatar-img[data-v-aa7783a0] {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  background: #c8102e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: white;
  font-weight: bold;
  font-size: 16px;
}
.data-view .expert-info .expert-avatar .expert-tag[data-v-aa7783a0] {
  display: none;
}
.data-view .expert-info .expert-details[data-v-aa7783a0] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.data-view .expert-info .expert-details .expert-name[data-v-aa7783a0] {
  font-size: 22px;
  font-weight: bold;
  color: #333;
  margin-bottom: 4px;
  line-height: 1.2;
}
.data-view .expert-info .expert-details .publish-time[data-v-aa7783a0] {
  font-size: 14px;
  color: #999;
  line-height: 1.2;
}
.data-view .solution-title[data-v-aa7783a0] {
  font-size: 24px;
  font-weight: 900;
  color: #000;
  margin-bottom: 12px;
  line-height: 1.4;
}
.data-view .solution-intro[data-v-aa7783a0] {
  font-size: 18px;
  color: #666;
  line-height: 1.5;
  margin-bottom: 12px;
}
.data-view .solution-tags[data-v-aa7783a0] {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}
.data-view .solution-tags .tag-item[data-v-aa7783a0] {
  display: inline-block;
  padding: 6px 14px;
  border-radius: 14px;
  font-size: 14px;
  color: white;
  background: #ff9500;
  border: 1px solid #ff9500;
  font-weight: 500;
}
.data-view .solution-tags .tag-item.refund-tag[data-v-aa7783a0] {
  background: #f56c6c;
  border-color: #f56c6c;
}
.data-view .solution-tags .tag-item.temporary-tag[data-v-aa7783a0] {
  background: #e6a23c;
  border-color: #e6a23c;
}
.data-view .solution-tags .tag-item.hot-tag[data-v-aa7783a0] {
  background: #67c23a;
  border-color: #67c23a;
}
.data-view .solution-tags .tag-item.gameplay-tag[data-v-aa7783a0] {
  background: #ff9500;
  border-color: #ff9500;
}
.data-view .data-view-games-title[data-v-aa7783a0] {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  margin-bottom: 16px;
}
.data-view .data-view-game[data-v-aa7783a0] {
  width: 500px;
  background: #f8f9fa;
  border-radius: 8px;
  padding: 16px;
  margin-bottom: 16px;
}
.data-view .data-view-game .game-header[data-v-aa7783a0] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 12px;
}
.data-view .data-view-game .game-header .game-name[data-v-aa7783a0] {
  font-size: 16px;
  font-weight: bold;
  color: #333;
}
.data-view .data-view-game .game-header .game-name .game-time[data-v-aa7783a0] {
  font-size: 14px;
  color: #666;
  font-weight: normal;
  margin-left: 8px;
}
.data-view .data-view-game .game-content[data-v-aa7783a0] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.data-view .data-view-game .game-content .team-name[data-v-aa7783a0] {
  font-size: 16px;
  color: #333;
  font-weight: 500;
}
.data-view .data-view-game .game-content .vs-text[data-v-aa7783a0] {
  font-size: 14px;
  color: #999;
  font-weight: bold;
}
.data-view .data-view-content-title[data-v-aa7783a0] {
  font-size: 24px;
  font-weight: 900;
  color: #000;
  margin: 24px 0 26px 0;
}
.data-view .data-view-content-list .content-item[data-v-aa7783a0] {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.data-view .data-view-content-list .content-item .content-time[data-v-aa7783a0] {
  font-size: 15px;
  color: #999;
  margin-bottom: 10px;
}
.data-view .data-view-content-list .content-item .content-text[data-v-aa7783a0] {
  font-size: 16px;
  line-height: 1.6;
  color: #333;
}
.data-view .data-view-content-list .content-item .content-text[data-v-aa7783a0] p {
  margin-bottom: 8px;
  line-height: 1.6;
}
.data-view .data-view-content-list .content-item .content-text[data-v-aa7783a0] span {
  font-family: inherit;
}
.data-view .data-view-content-list .content-item .content-text[data-v-aa7783a0] img {
  max-width: 100%;
  height: auto;
}
.data-view .view-all-container[data-v-aa7783a0] {
  text-align: center;
  margin-top: 16px;
}
.data-view .view-all-container .expand-btn[data-v-aa7783a0] {
  font-size: 14px;
  color: #409eff;
  padding: 8px 16px;
}
.data-view .empty-content[data-v-aa7783a0] {
  text-align: center;
  padding: 30px 0;
  color: #999;
  font-size: 14px;
}
.data-view .data-view-games-title[data-v-aa7783a0] {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  margin: 20px 0 12px 0;
}
.data-view .data-view-game[data-v-aa7783a0] {
  margin-bottom: 12px;
  padding: 12px;
  background: #f8f9fa;
  border-radius: 8px;
  border-left: 3px solid #409eff;
}
.data-view .data-view-game .game-header .game-name[data-v-aa7783a0] {
  font-size: 14px;
  color: #333;
  font-weight: 500;
}
.data-view .data-view-game .game-header .game-name .game-time[data-v-aa7783a0] {
  color: #666;
  font-weight: normal;
  margin-left: 8px;
}

[data-v-5c153b90] .el-dialog__header {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
[data-v-5c153b90] .el-dialog__body {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
[data-v-5c153b90] .el-dialog {
  border-radius: 8px;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  border: 1px solid #ebeef5;
}
.coupon-scroll-container[data-v-5c153b90] {
  max-height: 400px;
  overflow-y: auto;
  margin-bottom: 20px;
  border-radius: 8px;
  background-color: #fff;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.coupon-scroll-container[data-v-5c153b90]::-webkit-scrollbar {
  width: 6px;
}
.coupon-scroll-container[data-v-5c153b90]::-webkit-scrollbar-track {
  background: #f5f5f5;
  border-radius: 3px;
}
.coupon-scroll-container[data-v-5c153b90]::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 3px;
}
.coupon-scroll-container[data-v-5c153b90]::-webkit-scrollbar-thumb:hover {
  background: #999;
}
.coupon-scroll-container[data-v-5c153b90] {
  scrollbar-width: thin;
  scrollbar-color: #ccc #f5f5f5;
}
.coupon-scroll-container[data-v-5c153b90]:hover {
  scrollbar-color: #999 #f5f5f5;
}
.empty-placeholder[data-v-5c153b90] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 200px;
  padding: 20px;
  text-align: center;
  color: #999;
}
.empty-icon[data-v-5c153b90] {
  font-size: 48px;
  margin-bottom: 12px;
}
.empty-text[data-v-5c153b90] {
  font-size: 14px;
  color: #666;
}
.coupon-list[data-v-5c153b90] {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  padding: 8px;
}
.coupon-item[data-v-5c153b90] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px;
  background-color: #f5f5f5;
  border-radius: 8px;
  cursor: pointer;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.coupon-item[data-v-5c153b90]:hover {
  background-color: #eaeaea;
}
.coupon-left[data-v-5c153b90] {
  width: 80px;
  height: 80px;
  background-color: #f44336;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 8px;
  margin-right: 12px;
}
.coupon-amount[data-v-5c153b90] {
  font-size: 16px;
  font-weight: bold;
}
.coupon-type[data-v-5c153b90] {
  font-size: 12px;
}
.coupon-right[data-v-5c153b90] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.coupon-name[data-v-5c153b90] {
  font-size: 14px;
  color: #333;
  margin-bottom: 4px;
}
.coupon-validity[data-v-5c153b90] {
  font-size: 12px;
  color: #999;
}
.coupon-checkbox[data-v-5c153b90] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: auto;
}
.quantity-control[data-v-5c153b90] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.quantity-control span[data-v-5c153b90] {
  margin-right: 12px;
  font-size: 14px;
  color: #333;
}
.quantity-btn[data-v-5c153b90] {
  width: 32px;
  height: 32px;
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.quantity-btn[data-v-5c153b90]:hover {
  background-color: #eaeaea;
}
.quantity-value[data-v-5c153b90] {
  margin: 0 12px;
  font-size: 14px;
  color: #333;
}
.dialog-footer[data-v-5c153b90] {
  text-align: right;
}

[data-v-6d79bc42]:export {
  menuText: #ffffffd7;
  menuActiveText: #ffffff;
  subMenuActiveText: #ffffff;
  menuBg: #4B7EFF;
  menuHover: #3a70f0;
  subMenuBg: #5f8cfd;
  subMenuHover: #4776e0;
  sideBarWidth: 210px;
}
[data-v-6d79bc42] .el-dialog__header {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  padding: 0;
}
[data-v-6d79bc42] .el-dialog__body {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  padding: 20px 40px;
}
[data-v-6d79bc42] .el-dialog {
  border-radius: 20px;
  -webkit-box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
          box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
  border: none;
  overflow: hidden;
}
.common-action-content .coupon-title[data-v-6d79bc42] {
  font-size: 24px;
  text-align: center;
  color: #303133;
  margin: 0 0 25px 0;
  font-weight: 600;
}
.common-action-content .content-text[data-v-6d79bc42] {
  text-align: center;
  font-size: 18px;
  color: #606266;
  line-height: 1.6;
  margin-bottom: 25px;
}
.common-action-content .content-input[data-v-6d79bc42] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  margin-bottom: 40px;
}
.common-action-content .content-input .content-input-label[data-v-6d79bc42] {
  white-space: nowrap;
}
.common-action-content .content-input .content-input-value[data-v-6d79bc42] {
  width: 100%;
}
.common-action-content .content-input[data-v-6d79bc42] .el-input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: auto;
}
.common-action-content .content-input[data-v-6d79bc42] .el-input .el-input__inner {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  color: #303133;
  height: 50px;
  border-radius: 10px 0 0 10px;
  border: 2px solid #e4e7ed;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.common-action-content .content-input[data-v-6d79bc42] .el-input .el-input__inner:focus {
  border-color: #409eff;
}
.common-action-content .content-input[data-v-6d79bc42] .el-input .el-input-group__append {
  background-color: #f5f7fa;
  color: #909399;
  font-weight: 500;
  border-radius: 0 10px 10px 0;
  border: 2px solid #e4e7ed;
  border-left: none;
  padding: 0 20px;
}
.common-action-content .content-input[data-v-6d79bc42] .el-input-number {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
}
.common-action-content .content-input[data-v-6d79bc42] .el-input-number .el-input-number__decrease {
  border: 2px solid #e4e7ed;
  background-color: #f5f7fa;
  color: #909399;
  border-radius: 0 0 10px 0;
  border-right: none;
}
.common-action-content .content-input[data-v-6d79bc42] .el-input-number .el-input-number__increase {
  border: 2px solid #e4e7ed;
  background-color: #f5f7fa;
  color: #909399;
  border-radius: 0 10px 0 0;
  border-left: none;
}
.common-action-content .content-input[data-v-6d79bc42] .el-input-number .el-input__inner {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  color: #303133;
  height: 50px;
  border-radius: 10px 10px 10px 10px;
}
.common-action-content .content-input[data-v-6d79bc42] .el-input-number .el-input__inner:focus {
  border-color: #409eff;
}
.common-action-content .content-input[data-v-6d79bc42] .el-textarea {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
}
.common-action-content .content-input[data-v-6d79bc42] .el-textarea .el-textarea__inner {
  font-size: 16px;
  color: #303133;
  border: 2px solid #e4e7ed;
  border-radius: 10px;
  padding: 12px 15px;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
  width: 100%;
  min-height: 120px;
}
.common-action-content .content-input[data-v-6d79bc42] .el-textarea .el-textarea__inner:focus {
  border-color: #409eff;
}
.common-action-content .content-btn[data-v-6d79bc42] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
  margin-top: 20px;
}
.common-action-content .content-btn[data-v-6d79bc42] .el-button {
  border-radius: 12px;
  width: 140px;
  height: 48px;
  font-size: 17px;
  font-weight: 500;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
}
.common-action-content .content-btn[data-v-6d79bc42] .el-button:first-child {
  background-color: #f5f7fa;
  color: #909399;
}
.common-action-content .content-btn[data-v-6d79bc42] .el-button:first-child:hover {
  background-color: #ebeef5;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.common-action-content .content-btn[data-v-6d79bc42] .el-button:last-child {
  background: linear-gradient(135deg, #409eff, #1a73e8);
  -webkit-box-shadow: 0 4px 12px rgba(64, 158, 255, 0.3);
          box-shadow: 0 4px 12px rgba(64, 158, 255, 0.3);
}
.common-action-content .content-btn[data-v-6d79bc42] .el-button:last-child:hover {
  background: linear-gradient(135deg, #66b1ff, #409eff);
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 6px 16px rgba(64, 158, 255, 0.4);
          box-shadow: 0 6px 16px rgba(64, 158, 255, 0.4);
}
[data-v-e8ce0d38]:export {
  menuText: #ffffffd7;
  menuActiveText: #ffffff;
  subMenuActiveText: #ffffff;
  menuBg: #4B7EFF;
  menuHover: #3a70f0;
  subMenuBg: #5f8cfd;
  subMenuHover: #4776e0;
  sideBarWidth: 210px;
}
.detail-list[data-v-e8ce0d38] {
  padding: 24px;
}
.detail-list .stats-cards[data-v-e8ce0d38] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  margin-bottom: 30px;
}
.detail-list .stats-cards .stat-card[data-v-e8ce0d38] {
  background: #EFF3FB;
  border-radius: 10px;
  width: 340px;
  height: 107px;
  padding: 20px;
  text-align: center;
}
.detail-list .stats-cards .stat-card .stat-number[data-v-e8ce0d38] {
  font-size: 30px;
  color: #333539;
  font-weight: bold;
  margin-bottom: 10px;
}
.detail-list .stats-cards .stat-card .stat-number span[data-v-e8ce0d38] {
  font-size: 18px;
  color: #333539;
  font-weight: normal;
}
.detail-list .stats-cards .stat-card .stat-label[data-v-e8ce0d38] {
  font-size: 16px;
  color: #383D4A;
  font-weight: normal;
}
.detail-list .tab-header[data-v-e8ce0d38] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}
.detail-list .tab-header .tab-nav[data-v-e8ce0d38] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 100px;
}
.detail-list .tab-header .tab-nav .tab-item[data-v-e8ce0d38] {
  font-size: 24px;
  color: #333539;
  cursor: pointer;
  padding-bottom: 4px;
  border-bottom: 4px solid transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.detail-list .tab-header .tab-nav .tab-item.active[data-v-e8ce0d38] {
  color: #007AFF;
  border-bottom-color: #007AFF;
}
.detail-list .tab-header .tab-nav .tab-item[data-v-e8ce0d38]:hover {
  color: #007AFF;
}
.detail-list .tab-header .tab-actions[data-v-e8ce0d38] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}
.detail-list .table-container .user-avatar[data-v-e8ce0d38] {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.detail-list .table-container .pagination-container[data-v-e8ce0d38] {
  margin-top: 20px;
  text-align: right;
}
[data-v-e8ce0d38] .table-header th {
  background: #f5f5f5;
}
[data-v-27613b51]:export {
  menuText: #ffffffd7;
  menuActiveText: #ffffff;
  subMenuActiveText: #ffffff;
  menuBg: #4B7EFF;
  menuHover: #3a70f0;
  subMenuBg: #5f8cfd;
  subMenuHover: #4776e0;
  sideBarWidth: 210px;
}
.detail-list[data-v-27613b51] {
  padding: 24px;
}
.detail-list .action-header[data-v-27613b51] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}
.detail-list .action-header .header-title[data-v-27613b51] {
  font-size: 28px;
  font-weight: bold;
  color: #333;
}
.detail-list .action-header .header-actions[data-v-27613b51] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}
.detail-list .stats-cards[data-v-27613b51] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  margin-bottom: 30px;
}
.detail-list .stats-cards .stat-card[data-v-27613b51] {
  background: #EFF3FB;
  border-radius: 10px;
  width: 340px;
  height: 107px;
  padding: 20px;
  text-align: center;
}
.detail-list .stats-cards .stat-card .stat-number[data-v-27613b51] {
  font-size: 30px;
  color: #333539;
  font-weight: bold;
  margin-bottom: 10px;
}
.detail-list .stats-cards .stat-card .stat-number span[data-v-27613b51] {
  font-size: 18px;
  color: #333539;
  font-weight: normal;
}
.detail-list .stats-cards .stat-card .stat-label[data-v-27613b51] {
  font-size: 16px;
  color: #383D4A;
  font-weight: normal;
}
.detail-list .table-container .user-avatar[data-v-27613b51] {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.detail-list .table-container .pagination-container[data-v-27613b51] {
  margin-top: 20px;
  text-align: right;
}
[data-v-27613b51] .table-header th {
  background: #f5f5f5;
}
[data-v-39f62f9a]:export {
  menuText: #ffffffd7;
  menuActiveText: #ffffff;
  subMenuActiveText: #ffffff;
  menuBg: #4B7EFF;
  menuHover: #3a70f0;
  subMenuBg: #5f8cfd;
  subMenuHover: #4776e0;
  sideBarWidth: 210px;
}
.plan-detail-container .header-actions[data-v-39f62f9a] {
  position: absolute;
  top: 10px;
  right: 20px;
  z-index: 10;
}
.plan-detail-container .custom-tabs[data-v-39f62f9a] .el-tabs__header {
  margin-bottom: 20px;
}
.plan-detail-container .custom-tabs[data-v-39f62f9a] .el-tabs__header .el-tabs__nav-wrap::after {
  height: 1px;
  background-color: #e4e7ed;
}
.plan-detail-container .custom-tabs[data-v-39f62f9a] .el-tabs__header .el-tabs__item {
  font-size: 20px;
  font-weight: 500;
  color: #606266;
  padding: 0 20px;
  height: 50px;
  line-height: 50px;
}
.plan-detail-container .custom-tabs[data-v-39f62f9a] .el-tabs__header .el-tabs__item.is-active {
  color: #409eff;
  font-weight: 600;
}
.plan-detail-container .custom-tabs[data-v-39f62f9a] .el-tabs__header .el-tabs__item:hover {
  color: #409eff;
}
.plan-detail-container .custom-tabs[data-v-39f62f9a] .el-tabs__header .el-tabs__active-bar {
  height: 3px;
  border-radius: 2px;
}
.plan-detail-container .custom-tab-label[data-v-39f62f9a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
}
.plan-detail-container .custom-tab-label i[data-v-39f62f9a] {
  font-size: 16px;
}
.plan-detail-container .custom-tab-pane[data-v-39f62f9a] {
  min-height: 300px;
}
[data-v-e20fd7ee]:export {
  menuText: #ffffffd7;
  menuActiveText: #ffffff;
  subMenuActiveText: #ffffff;
  menuBg: #4B7EFF;
  menuHover: #3a70f0;
  subMenuBg: #5f8cfd;
  subMenuHover: #4776e0;
  sideBarWidth: 210px;
}
.live-container[data-v-e20fd7ee] {
  padding: 20px;
}
.live-container .filter-container[data-v-e20fd7ee] {
  margin-bottom: 20px;
}
.live-container .filter-container .filter-header[data-v-e20fd7ee] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.live-container .filter-container .filter-header .filter-title[data-v-e20fd7ee] {
  font-size: 16px;
  font-weight: bold;
  color: #303133;
}
.live-container .filter-container .filter-header .filter-title i[data-v-e20fd7ee] {
  margin-right: 8px;
  color: #409EFF;
}
.live-container .filter-container .filter-header .filter-actions .el-button[data-v-e20fd7ee] {
  padding: 2px 0;
  margin-left: 15px;
}
.live-container .filter-container .filter-header .filter-actions .el-button[data-v-e20fd7ee]:first-child {
  color: #67C23A;
}
.live-container .filter-container .filter-wrapper[data-v-e20fd7ee] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 15px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.live-container .filter-container .filter-wrapper.filter-collapsed[data-v-e20fd7ee] {
  max-height: 54px;
  overflow: hidden;
}
.live-container .filter-container .filter-wrapper .filter-form[data-v-e20fd7ee] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.live-container .filter-container .filter-wrapper .filter-form .el-form-item[data-v-e20fd7ee] {
  margin-bottom: 15px;
  margin-right: 20px;
}
.live-container .filter-container .filter-wrapper .filter-form .el-form-item .el-form-item__label[data-v-e20fd7ee] {
  font-weight: normal;
  color: #606266;
}
.live-container .filter-container .filter-wrapper .filter-form .filter-buttons[data-v-e20fd7ee] {
  margin-right: 0;
}
.live-container .filter-container .filter-wrapper .operation-buttons[data-v-e20fd7ee] {
  margin-left: 20px;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
.live-container .filter-container .filter-wrapper .operation-buttons .el-button[data-v-e20fd7ee] {
  padding: 9px 20px;
}
.live-container .filter-container .filter-wrapper .operation-buttons .sse-controls[data-v-e20fd7ee] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.live-container .filter-container .filter-wrapper .operation-buttons .sse-controls .sse-status[data-v-e20fd7ee] {
  font-size: 12px;
  color: #606266;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
.live-container .filter-container .filter-wrapper .operation-buttons .sse-controls .sse-status .status-connected[data-v-e20fd7ee] {
  color: #67C23A;
}
.live-container .filter-container .filter-wrapper .operation-buttons .sse-controls .sse-status .status-disconnected[data-v-e20fd7ee] {
  color: #F56C6C;
}
.live-container .realtime-data-container[data-v-e20fd7ee] {
  margin-bottom: 20px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
}
.live-container .realtime-data-container .realtime-header[data-v-e20fd7ee] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
.live-container .realtime-data-container .realtime-header .realtime-title[data-v-e20fd7ee] {
  font-size: 16px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.live-container .realtime-data-container .realtime-header .realtime-title i[data-v-e20fd7ee] {
  font-size: 18px;
}
.live-container .realtime-data-container .realtime-stats[data-v-e20fd7ee] {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 20px;
  margin-bottom: 20px;
}
.live-container .realtime-data-container .realtime-stats .stat-item[data-v-e20fd7ee] {
  text-align: center;
  padding: 15px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  backdrop-filter: blur(10px);
}
.live-container .realtime-data-container .realtime-stats .stat-item .stat-value[data-v-e20fd7ee] {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 5px;
}
.live-container .realtime-data-container .realtime-stats .stat-item .stat-label[data-v-e20fd7ee] {
  font-size: 12px;
  opacity: 0.8;
}
.live-container .realtime-data-container .recent-comments .comments-title[data-v-e20fd7ee] {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
  opacity: 0.9;
}
.live-container .realtime-data-container .recent-comments .comments-list .comment-item[data-v-e20fd7ee] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  padding: 8px 12px;
  margin-bottom: 5px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  font-size: 12px;
}
.live-container .realtime-data-container .recent-comments .comments-list .comment-item .comment-user[data-v-e20fd7ee] {
  font-weight: bold;
  color: #FFD700;
}
.live-container .realtime-data-container .recent-comments .comments-list .comment-item .comment-content[data-v-e20fd7ee] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.live-container .realtime-data-container .recent-comments .comments-list .comment-item .comment-time[data-v-e20fd7ee] {
  opacity: 0.7;
  font-size: 11px;
}
.live-container .table-container .table-header[data-v-e20fd7ee] {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.live-container .table-container .table-header .table-title[data-v-e20fd7ee] {
  font-size: 16px;
  font-weight: bold;
  color: #303133;
}
.live-container .table-container .empty-data[data-v-e20fd7ee] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 50px 0;
}
.live-container .table-container .empty-data .empty-image[data-v-e20fd7ee] {
  width: 150px;
  margin-bottom: 20px;
}
.live-container .table-container .empty-data .empty-text[data-v-e20fd7ee] {
  font-size: 16px;
  color: #909399;
  margin-bottom: 20px;
}
.live-container .table-container .empty-data .empty-btn[data-v-e20fd7ee] {
  width: 200px;
  height: 45px;
  font-size: 16px;
  border-radius: 22px;
}
.live-container .table-container .cover-wrapper[data-v-e20fd7ee] {
  width: 100px;
  height: 64px;
  overflow: hidden;
  border-radius: 4px;
  margin: 3px auto;
}
.live-container .table-container .cover-wrapper .el-image[data-v-e20fd7ee] {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.live-container .table-container .cover-wrapper .image-placeholder[data-v-e20fd7ee] {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f5f7fa;
  color: #909399;
}
.live-container .table-container .pagination-container[data-v-e20fd7ee] {
  margin-top: 20px;
  text-align: right;
}
.live-container .table-container .action-button-group[data-v-e20fd7ee] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.live-container .table-container .action-button-group .el-button--primary[data-v-e20fd7ee] {
  font-weight: 500;
  padding: 6px 15px;
  border-radius: 16px;
}
.live-container .table-container .action-button-group .el-button--circle[data-v-e20fd7ee] {
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.live-container .table-container .action-button-group .el-button--circle[data-v-e20fd7ee]:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

/* 全局样式，不使用scoped */
.table-container .el-table {
  font-size: 14px;
}
.table-container .el-table::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.table-container .el-table::-webkit-scrollbar-thumb {
  background-color: #dcdfe6;
  border-radius: 4px;
}
.table-container .el-table::-webkit-scrollbar-thumb:hover {
  background-color: #c0c4cc;
}
.table-container .el-table::-webkit-scrollbar-track {
  background-color: #f5f7fa;
}
.table-container .el-table__row td {
  vertical-align: middle;
  font-size: 14px;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.table-container .el-table__row td.is-right {
  color: #67C23A;
  font-weight: 500;
}
.table-container .el-table__row td .cell {
  line-height: 20px;
  padding: 0 5px;
}
.table-container .el-table__row:hover > td {
  background-color: #f0f7ff !important;
}
.table-container .el-table__header th {
  background-color: #f5f7fa;
  color: #606266;
  font-weight: bold;
  padding: 12px 0;
  height: 48px;
}
.table-container .el-table__header th .cell {
  font-size: 14px;
  line-height: 23px;
}
.table-container .el-tag {
  height: 26px;
  line-height: 24px;
  font-size: 13px;
  padding: 0 10px;
  border-radius: 13px;
  font-weight: 500;
}
.table-container .el-tag.el-tag--success {
  background-color: rgba(103, 194, 58, 0.1);
  border-color: rgba(103, 194, 58, 0.2);
}
.table-container .el-tag.el-tag--warning {
  background-color: rgba(230, 162, 60, 0.1);
  border-color: rgba(230, 162, 60, 0.2);
}
.table-container .el-tag.el-tag--info {
  background-color: rgba(144, 147, 153, 0.1);
  border-color: rgba(144, 147, 153, 0.2);
}
.table-container .el-tag.el-tag--danger {
  background-color: rgba(245, 108, 108, 0.1);
  border-color: rgba(245, 108, 108, 0.2);
}
.table-container .amount-value {
  font-weight: 500;
  color: #F56C6C;
}
.table-container .count-value {
  font-weight: 500;
  color: #409EFF;
}
.table-container .title-cell {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 180px;
  font-weight: 500;
  color: #303133;
}
@media screen and (max-width: 1280px) {
.table-container .el-table__body,
  .table-container .el-table__header {
    width: 100% !important;
}
}

[data-v-50e4b1bc]:export {
  menuText: #ffffffd7;
  menuActiveText: #ffffff;
  subMenuActiveText: #ffffff;
  menuBg: #4B7EFF;
  menuHover: #3a70f0;
  subMenuBg: #5f8cfd;
  subMenuHover: #4776e0;
  sideBarWidth: 210px;
}
.top-header[data-v-50e4b1bc] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 20px;
  border-bottom: 1px solid #ebeef5;
  margin-bottom: 20px;
}
.top-header .title[data-v-50e4b1bc] {
  font-size: 18px;
  font-weight: bold;
  color: #303133;
}
.top-header .back[data-v-50e4b1bc] {
  cursor: pointer;
  color: #409EFF;
  font-size: 14px;
}
.top-header .back[data-v-50e4b1bc]:hover {
  opacity: 0.8;
}
.edit-live .avatar-uploader {
  width: 100%;
  position: relative;
}
.edit-live .avatar-uploader .el-upload {
  border: 1px solid #ccc;
  border-radius: 6px;
  width: 100%;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.edit-live .avatar-uploader .el-upload:hover {
  border-color: #409EFF;
}
.edit-live .avatar-uploader-icon {
  font-size: 28px;
  color: #8c939d;
  height: 136px;
  width: 100%;
  text-align: center;
  line-height: 140px;
}
.edit-live .avatar-preview {
  width: 100%;
  height: 135px;
  border: 1px solid #ccc;
  border-radius: 6px;
  overflow: hidden;
}
.edit-live .avatar {
  width: 178px;
  height: 178px;
  display: block;
}
[data-v-7e5cea23]:export {
  menuText: #ffffffd7;
  menuActiveText: #ffffff;
  subMenuActiveText: #ffffff;
  menuBg: #4B7EFF;
  menuHover: #3a70f0;
  subMenuBg: #5f8cfd;
  subMenuHover: #4776e0;
  sideBarWidth: 210px;
}
.mdes[data-v-7e5cea23] {
  font-size: 14px;
  color: #606266;
  line-height: 40px;
}
.mCover[data-v-7e5cea23] {
  position: relative;
}
.avatar[data-v-7e5cea23] {
  width: 100%;
  height: 135px;
}
.btn-back[data-v-7e5cea23] {
  width: 100px;
  margin-top: 20px;
  border-radius: 15px;
}
.btn-save[data-v-7e5cea23] {
  width: 300px;
  margin-top: 20px;
  border-radius: 15px;
}
.contentDiv[data-v-7e5cea23] {
  padding: 1px 0px 0px 30px;
  position: absolute;
  min-height: 100%;
  background: #fff;
  width: 100%;
  overflow-y: auto;
}
.contentMain[data-v-7e5cea23] {
  padding: 20px 10px;
}

.live-header[data-v-117bef12] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 20px;
  background-color: #fff;
}
.countdown[data-v-117bef12] {
  color: red;
  font-weight: bold;
  font-size: 14px;
}
.time[data-v-117bef12] {
  color: red;
  font-weight: bold;
}
.button-group[data-v-117bef12] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}


.live-header[data-v-7d0bb3d6] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 20px;
  background-color: #fff;
}
.stats[data-v-7d0bb3d6] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  width: 100%;
  scrollbar-width: none;
}
.stats[data-v-7d0bb3d6]::-webkit-scrollbar {
  display: none;
}
.stat-card[data-v-7d0bb3d6] {
  min-width: 80px;
  width: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  border-radius: 8px !important;
  background-color: #e6f7ff !important;
}
.stat-value[data-v-7d0bb3d6] {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  text-align: center;
}
.stat-label[data-v-7d0bb3d6] {
  font-size: 12px;
  color: #999;
  text-align: center;
}


.room-dialog[data-v-21277352] .el-dialog {
  border-radius: 12px;
  overflow: hidden;
}
.room-dialog[data-v-21277352] .el-dialog__wrapper {
  z-index: 2001 !important;
}
.room-dialog[data-v-21277352] .el-dialog__header {
  color: white;
  padding: 8px 24px;
  text-align: center;
}
.room-dialog[data-v-21277352] .el-dialog__body {
  padding: 10px 10px;
  background: -webkit-gradient(linear, left top, left bottom, from(#F5F5F5), color-stop(63%, #F5F5F5), to(#FFFFFF));
  background: linear-gradient(#F5F5F5, #F5F5F5 63%, #FFFFFF 100%);
  border-radius: 16px 16px 16px 16px;
  position: relative;
  overflow: hidden;
}
.room-dialog[data-v-21277352] .el-dialog__title {
  font-weight: 600;
}
.room-dialog[data-v-21277352] .el-dialog__headerbtn {
  top: 15px;
}
.room-tab-buttons[data-v-21277352] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -2px -20px 0 -20px;
}

/* 左对齐（默认） */
.room-tab-align-left[data-v-21277352] {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

/* 居中对齐 */
.room-tab-align-center[data-v-21277352] {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* 右对齐 */
.room-tab-align-right[data-v-21277352] {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.room-tab-content[data-v-21277352] {
  position: relative;
  min-height: 300px;
  overflow: hidden;
}

/* 从下往上滑出的抽屉样式 */
.room-bottom-drawer-container[data-v-21277352] {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: white;
  -webkit-box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.15);
          box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.15);
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: -webkit-transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  max-height: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 16px 16px 0 0; /* 顶部两个角为圆角 */
}
.room-bottom-drawer-container.room-drawer-visible[data-v-21277352] {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.room-bottom-drawer-header[data-v-21277352] {
  padding: 5px 10px;
  border-bottom: 1px solid #e8e8e8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.room-bottom-drawer-header span[data-v-21277352] {
  font-size: 16px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.85);
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}
.room-drawer-close-btn[data-v-21277352] {
  background: none;
  border: none;
  font-size: 16px;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.45);
  line-height: 1;
  width: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.room-drawer-close-btn[data-v-21277352]:hover {
  color: rgba(0, 0, 0, 0.85);
}
.room-bottom-drawer-content[data-v-21277352] {
  padding: 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: auto;
}

/* 基础按钮样式 */
.room-tab-button[data-v-21277352] {
  padding: 15px 25px;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 16px;
  color: #606266;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}

/* 按钮间距 */
.room-tab-button[data-v-21277352] {
  margin: 0 5px;
  border-radius: 6px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/* 确保第一个按钮左边距为0 */
.room-tab-buttons .room-tab-button[data-v-21277352]:first-child {
  margin-left: 0;
}

/* 确保最后一个按钮右边距为0 */
.room-tab-buttons .room-tab-button[data-v-21277352]:last-child {
  margin-right: 0;
}

/* 按钮尺寸 */
.room-tab-button--mini[data-v-21277352] {
  padding: 7px 15px;
  font-size: 12px;
}
.room-tab-button--small[data-v-21277352] {
  padding: 9px 15px;
  font-size: 12px;
}
.room-tab-button--medium[data-v-21277352] {
  padding: 12px 20px;
  font-size: 14px;
}
.room-tab-button--large[data-v-21277352] {
  padding: 12px 30px;
  font-size: 16px;
}

/* 圆角按钮 */
.room-tab-button.is-round[data-v-21277352] {
  border-radius: 20px;
}

/* 按钮类型 */
.room-tab-button--primary[data-v-21277352] {
  color: #606266;
  background: #FFF;
  border-color: #409eff;
}
.room-tab-button--success[data-v-21277352] {
  color: #67c23a;
  background: #cdf6ba;
  border-color: #c2e7b0;
}
.room-tab-button--warning[data-v-21277352] {
  color: #e6a23c;
  background: #fae6cb;
  border-color: #f5dab1;
}
.room-tab-button--danger[data-v-21277352] {
  color: #f56c6c;
  background: #fdc9c9;
  border-color: #fbc4c4;
}
.room-tab-button--info[data-v-21277352] {
  color: #909399;
  background: #d3d3f8;
  border-color: #d3d4d6;
}

/* plain 样式 */
.room-tab-button--primary.is-plain[data-v-21277352] {
  color: #409eff;
  background: #fff;
  border-color: #409eff;
}
.room-tab-button--success.is-plain[data-v-21277352] {
  color: #67c23a;
  background: #fff;
  border-color: #67c23a;
}
.room-tab-button--warning.is-plain[data-v-21277352] {
  color: #e6a23c;
  background: #fff;
  border-color: #e6a23c;
}
.room-tab-button--danger.is-plain[data-v-21277352] {
  color: #f56c6c;
  background: #fff;
  border-color: #f56c6c;
}
.room-tab-button--info.is-plain[data-v-21277352] {
  color: #909399;
  background: #fff;
  border-color: #909399;
}

/* 激活状态 */
.room-tab-button.active[data-v-21277352] {
  color: #409eff;
  font-weight: bold;
  border-color: #409eff;
}

/* 激活状态下的底部指示线 */
.room-tab-button.active[data-v-21277352]::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #409eff;
}

/* hover 状态 */
.room-tab-button[data-v-21277352]:hover {
  color: #409eff;
  border-color: #409eff;
}

/* 当 showActiveTabLine 为 false 时隐藏横线 */
.room-dialog:not(.room-show-active-tab-line) .room-tab-button.active[data-v-21277352]::after {
  display: none;
}
.room-dialog-footer[data-v-21277352] {
  text-align: center !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.room-dialog-footer .el-button--medium[data-v-21277352] {
  width: calc(100% - 40px);
  height: 60px;
  margin: 0 auto;
}
.room-dialog-footer[data-v-21277352] .room-confirm-btn {
  background: #E44331 !important;
  border-color: #E44331 !important;
  border-radius: 8px !important;
  color: white;
  font-weight: 600;
  width: calc(100% - 40px);
  height: 60px;
  margin: 0 auto;
}
.room-right-drawer-container[data-v-21277352] {
  left: auto;
  top: 0;
  bottom: 0;
  width: 300px;
  max-height: none;
  max-width: 80%;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  border-radius: 16px 0 0 16px;
}
.room-right-drawer-container.room-drawer-visible[data-v-21277352] {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.room-right-drawer-header[data-v-21277352] {
  border-bottom: 1px solid #e8e8e8;
}
.room-right-drawer-content[data-v-21277352] {
  padding: 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: auto;
}
.room-fullscreen-drawer[data-v-21277352] {
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  border-radius: 0;
}



.tab-content[data-v-1aade86e] {
  padding: 6px 10px;
}
.tab-switch .el-button[data-v-1aade86e] {
  padding: 8px 16px;
  border-radius: 6px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.tab-switch .el-button.active[data-v-1aade86e] {
  background-color: #409eff;
  color: white;
  border-color: #409eff;
}
.form-item[data-v-1aade86e] {
  margin-bottom: 16px;
}
.form-item label[data-v-1aade86e] {
  display: block;
  font-size: 14px;
  color: #333;
  margin-bottom: 8px;
}
.number-grid[data-v-1aade86e] {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}
.number-grid .el-button[data-v-1aade86e] {
  width: 100%;
  height: 36px;
  font-size: 14px;
  margin-left: 0 !important;
}
.participation[data-v-1aade86e] {
  margin-top: 8px;
}
.instruction[data-v-1aade86e] {
  background-color: #f5f7fa;
  padding: 10px;
  border-radius: 4px;
  font-size: 14px;
  color: #666;
  margin-top: 8px;
}
.timer[data-v-1aade86e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 8px;
}
.gift-name[data-v-1aade86e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 8px;
}
.phone-label[data-v-1aade86e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.phone-tip[data-v-1aade86e] {
  font-weight: normal;
  color: #999;
  font-size: 12px;
}
.phone-input[data-v-1aade86e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.stats[data-v-1aade86e] {
  text-align: center;
  color: #999;
  font-size: 14px;
  margin: 20px 0;
}
.notice[data-v-1aade86e] {
  text-align: center;
  color: #999;
  font-size: 12px;
  margin-top: 16px;
}
.prize-info[data-v-1aade86e] {
  background-color: #f5f7fa;
  padding: 12px;
  border-radius: 4px;
}
.prize-line[data-v-1aade86e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 8px;
}
.prize-line span[data-v-1aade86e]:first-child {
  font-weight: 500;
}
.prize-line input[data-v-1aade86e] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 8px;
  padding: 6px;
  border: 1px solid #dcdfe6;
  border-radius: 4px;
}
.count[data-v-1aade86e] {
  color: #999;
  font-size: 12px;
}



.fans-container[data-v-61a83c22] {
  padding: 20px;
  background-color: #fff;
  border-radius: 8px;
}
.fans-header[data-v-61a83c22] {
  margin-bottom: 16px;
}
.fans-header h3[data-v-61a83c22] {
  font-size: 18px;
  margin: 0;
  color: #333;
}
.popularity[data-v-61a83c22] {
  font-size: 12px;
  color: #FF8A00;
  margin-top: 4px;
}
.upgrade-banner[data-v-61a83c22] {
  height: 64px;
  background: -webkit-gradient( linear, left top, left bottom, from(#FF0909), to(#FF7373));
  background: linear-gradient( 180deg, #FF0909 0%, #FF7373 100%);
  border-radius: 10px;
  color: white;
  padding: 12px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin-bottom: 16px;
}
.upgrade-banner .arrow[data-v-61a83c22] {
  color: white;
  font-weight: bold;
}
.upgrade-text[data-v-61a83c22] {
  font-size: 12px;
  margin-left: 8px;
}
.announcement-tip[data-v-61a83c22] {
  color: #693800;
  font-size: 14px;
  margin-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
.action-link[data-v-61a83c22] {
  color: #409eff;
  cursor: pointer;
}
.action-link[data-v-61a83c22]:hover {
  text-decoration: underline;
}
.data-section[data-v-61a83c22] {
  margin-bottom: 20px;
}
.section-title[data-v-61a83c22] {
  font-size: 16px;
  font-weight: 500;
  color: #333;
}
.section-header[data-v-61a83c22] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 12px;
  cursor: pointer;
}
.header-right[data-v-61a83c22] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
.task-target[data-v-61a83c22] {
  font-size: 14px;
  color: #409eff;
}
.task-target[data-v-61a83c22]:hover {
  text-decoration: underline;
}
.data-grid[data-v-61a83c22] {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.data-item[data-v-61a83c22] {
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 12px;
  text-align: center;
  background-color: #f9f9f9;
}
.data-item .value[data-v-61a83c22] {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  margin-bottom: 4px;
}
.data-item .label[data-v-61a83c22] {
  font-size: 12px;
  color: #666;
}


.theme-container[data-v-5598e005] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.vs[data-v-5598e005] {
  font-weight: bold;
  color: #999;
  margin: 0 10px;
}
.gift-list[data-v-5598e005] {
  margin-top: 10px;
}
.gift-item[data-v-5598e005] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid #eee;
}
.gift-cost[data-v-5598e005] {
  margin-right: 10px;
  color: #666;
  font-size: 14px;
}
.gift-pair[data-v-5598e005] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.gift-side[data-v-5598e005] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}



.gift-setting-dialog[data-v-616cf074] .el-dialog {
  border-radius: 12px;
  overflow: hidden;
}
.gift-setting-dialog[data-v-616cf074] .el-dialog__header {
  color: white;
  padding: 16px 24px;
  text-align: center;
}
.gift-setting-dialog[data-v-616cf074] .el-dialog__body {
  padding: 10px 20px;
  background: -webkit-gradient(linear, left top, left bottom, from(#F5F5F5), color-stop(63%, #F5F5F5), to(#FFFFFF));
  background: linear-gradient(#F5F5F5, #F5F5F5 63%, #FFFFFF 100%);
  border-radius: 16px 16px 16px 16px;
}
.gift-setting-dialog[data-v-616cf074] .el-dialog__title {
  font-weight: 600;
}
.wish-wish-section[data-v-616cf074],
.custom-wish-section[data-v-616cf074] {
  height: 430px;
  padding: 20px;
  background: -webkit-gradient( linear, left top, left bottom, color-stop(63%, #7800AB), to(#F5F5F5));
  background: linear-gradient( 180deg, #7800AB 63%, #F5F5F5 100%);
  border-radius: 12px;
  color: white;
  margin-bottom: 20px;
}
.desc[data-v-616cf074] {
  font-weight: 400;
  font-size: 12px;
  color: #FFFFFF;
  line-height: 20px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.total-and-refresh[data-v-616cf074] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #841BA5;
  border-radius: 0 0 0 0;
  padding: 8px 16px;
  margin: 10px 0;
  color: white;
  font-size: 16px;
}
.total-and-refresh .total-price[data-v-616cf074] {
  margin: 0;
  font-weight: 500;
}
.total-and-refresh .refresh-btn[data-v-616cf074] {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  padding: 0;
  margin: 0;
  cursor: pointer;
}
.total-and-refresh .refresh-btn[data-v-616cf074]:hover {
  color: white;
  text-decoration: underline;
}
.gift-list[data-v-616cf074] {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin: 20px 0;
}
.gift-card[data-v-616cf074] {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 16px;
  text-align: center;
  color: white;
  position: relative;
  cursor: default;
}
.gift-card .gift-icon[data-v-616cf074] {
  width: 60px;
  height: 60px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  margin-bottom: 8px;
}
.gift-card .gift-name[data-v-616cf074] {
  font-size: 14px;
  margin: 0;
  font-weight: 500;
}
.gift-card .gift-price[data-v-616cf074] {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.8);
  margin: 4px 0;
}
.gift-card .gift-count[data-v-616cf074] {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
}
.gift-card .close-btn[data-v-616cf074] {
  position: absolute;
  top: 8px;
  right: 8px;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6);
  cursor: pointer;
}
.add-gift-card[data-v-616cf074] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 2px dashed rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 16px;
  text-align: center;
  color: white;
  position: relative;
  cursor: default;
}
.add-gift-card[data-v-616cf074]:hover {
  background: rgba(255, 255, 255, 0.15);
}
.add-gift-card .el-icon-plus[data-v-616cf074] {
  font-size: 32px;
  margin-bottom: 8px;
}
.auto-start-container[data-v-616cf074] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(100% - 40px);
  font-size: 16px;
  color: #666;
  margin: 10px auto;
}
.quantity-selection[data-v-616cf074] {
  margin: 10px auto;
}
.refresh-tip-container[data-v-616cf074] {
  margin: 10px auto;
  padding-top: 20px;
}
.refresh-tip[data-v-616cf074] {
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  color: #999999;
  line-height: 24px;
  font-style: normal;
  text-transform: none;
}
.refresh-btn[data-v-616cf074] {
  text-align: center;
  margin: 16px 0;
}
.auto-start-text[data-v-616cf074] {
  font-weight: 500;
  font-size: 14px;
  color: #333333;
  line-height: 24px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.auto-start-switch[data-v-616cf074] {
  margin-left: 10px;
}
.wish-all-list-section[data-v-616cf074] {
  padding: 20px;
  border-radius: 12px;
  color: white;
  margin-bottom: 20px;
  position: relative;
  height: 100%;
}
.gift-selection-header[data-v-616cf074] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 600;
}
.gift-selection-header .title[data-v-616cf074] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}

/* 分页容器 */
.gift-pagination-container[data-v-616cf074] {
  overflow-x: hidden;
  padding: 10px 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 286px;
}
.gift-page[data-v-616cf074] {
  width: 100%;
}
.gift-row[data-v-616cf074] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  margin-bottom: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.gift-item[data-v-616cf074] {
  display: inline-block;
  width: 150px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 8px;
  padding: 10px;
  background: rgba(255, 255, 255, 0.1);
}
.gift-item.selected[data-v-616cf074] {
  background: rgba(255, 255, 255, 0.3);
  border: 2px solid #409eff;
}
.gift-item .gift-thumbnail[data-v-616cf074] {
  width: 40px;
  height: 40px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  margin-bottom: 8px;
}
.gift-item .gift-name[data-v-616cf074] {
  font-size: 12px;
  margin: 0;
  color: white;
}
.gift-item .gift-price[data-v-616cf074] {
  font-size: 10px;
  color: rgba(255, 255, 255, 0.8);
}
.other-quantity-input[data-v-616cf074] {
  margin: 0 10px;
}

/* 分页组件固定在底部 */
.pagination-wrapper[data-v-616cf074] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 0;
  background: transparent; /* 去掉背景颜色 */
}

/* 去掉分页组件的背景颜色 */
.pagination-wrapper[data-v-616cf074] .el-pagination {
  background: transparent !important;
  padding: 0;
}
.pagination-wrapper[data-v-616cf074] .el-pagination .btn-prev,
.pagination-wrapper[data-v-616cf074] .el-pagination .btn-next,
.pagination-wrapper[data-v-616cf074] .el-pager li {
  background: transparent !important;
  border: none !important;
  border-radius: 4px;
}
.pagination-wrapper[data-v-616cf074] .el-pager li.active {
  background: #409EFF !important;
  color: white !important;
}

/* 确保整个容器使用flex布局 */
.custom-wish-section[data-v-616cf074] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 430px;
  padding: 20px;
  background: -webkit-gradient( linear, left top, left bottom, color-stop(63%, #7800AB), to(#F5F5F5));
  background: linear-gradient( 180deg, #7800AB 63%, #F5F5F5 100%);
  border-radius: 12px;
  color: white;
  margin-bottom: 20px;
}



/* 红包设置内容 */
.packet-settings[data-v-6aa0ca90] {
  background-color: white;
  border-radius: 12px;
  padding: 24px;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0);
}
.condition-section[data-v-6aa0ca90] {
  margin-bottom: 24px;
}
.condition-section h4[data-v-6aa0ca90] {
  font-size: 16px;
  color: #333;
  margin-bottom: 8px;
}
.condition-section .hint[data-v-6aa0ca90] {
  font-size: 12px;
  color: #999;
  margin-bottom: 16px;
}
.condition-options[data-v-6aa0ca90] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.condition-option[data-v-6aa0ca90] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 16px;
  border: 1px solid #ebeef5;
  border-radius: 8px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 120px;
}
.condition-option.active[data-v-6aa0ca90] {
  border-color: #f7386c;
  background-color: #fff;
}
.condition-option[data-v-6aa0ca90]:hover {
  border-color: #f7386c;
}
.radio[data-v-6aa0ca90] {
  position: relative;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #dcdfe6;
  margin-right: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.radio-circle[data-v-6aa0ca90] {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #f7386c;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.condition-option.active .radio-circle[data-v-6aa0ca90] {
  opacity: 1;
}
.option-info[data-v-6aa0ca90] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.option-title[data-v-6aa0ca90] {
  font-size: 14px;
  color: #333;
  margin-bottom: 4px;
}
.option-desc[data-v-6aa0ca90] {
  font-size: 12px;
  color: #999;
}

/* 红包个数 */
.packet-count-section[data-v-6aa0ca90] {
  margin-bottom: 24px;
}
.packet-count-section h4[data-v-6aa0ca90] {
  font-size: 16px;
  color: #333;
  margin-bottom: 16px;
}
.count-options[data-v-6aa0ca90] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.count-btn[data-v-6aa0ca90] {
  padding: 8px 16px;
  border: 1px solid #ebeef5;
  border-radius: 8px;
  background-color: white;
  color: #333;
  font-size: 14px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 80px;
}
.count-btn.active[data-v-6aa0ca90] {
  border-color: #f7386c;
  background-color: #f7386c;
  color: white;
}
.count-btn[data-v-6aa0ca90]:hover {
  border-color: #f7386c;
}
.custom-count[data-v-6aa0ca90] {
  background-color: #fff;
  border-color: #f7386c;
  color: #f7386c;
}

/* 人均金额 */
.amount-section[data-v-6aa0ca90] {
  margin-bottom: 24px;
}
.amount-section h4[data-v-6aa0ca90] {
  font-size: 16px;
  color: #333;
  margin-bottom: 16px;
}
.amount-options[data-v-6aa0ca90] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.amount-btn[data-v-6aa0ca90] {
  padding: 8px 16px;
  border: 1px solid #ebeef5;
  border-radius: 8px;
  background-color: white;
  color: #333;
  font-size: 14px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 80px;
}
.amount-btn.active[data-v-6aa0ca90] {
  border-color: #f7386c;
  background-color: #f7386c;
  color: white;
}
.amount-btn[data-v-6aa0ca90]:hover {
  border-color: #f7386c;
}
.custom-amount[data-v-6aa0ca90] {
  background-color: #fff;
  border-color: #f7386c;
  color: #f7386c;
}

/* 今日发放统计 */
.stats-section[data-v-6aa0ca90] {
  margin-bottom: 24px;
  text-align: center;
}
.stats-text[data-v-6aa0ca90] {
  font-size: 14px;
  color: #999;
}

/* 发放按钮 */
.issue-section[data-v-6aa0ca90] {
  text-align: center;
}
.issue-btn[data-v-6aa0ca90] {
  width: 100%;
  background-color: #f7386c;
  border-color: #f7386c;
  color: white;
  font-weight: bold;
  padding: 12px 0;
  border-radius: 8px;
  font-size: 16px;
}
.issue-btn[data-v-6aa0ca90]:hover {
  background-color: #e62a5b;
}

/* 自定义输入框 */
.custom-input[data-v-6aa0ca90] {
  margin: 20px 0;
}



.pk-content[data-v-d1046224] {
  padding: 20px;
}
.rank-info[data-v-d1046224] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
  font-size: 14px;
  color: #666;
}
.small-gray-text[data-v-d1046224] {
  font-size: 12px;
  color: #999;
}
.progress[data-v-d1046224] {
  color: #409eff;
  cursor: pointer;
}
.search-bar[data-v-d1046224] {
  margin-bottom: 20px;
}
.random-pk[data-v-d1046224] {
  margin-bottom: 20px;
  text-align: center;
}
.random-tip[data-v-d1046224] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  margin-bottom: 12px;
  color: #999;
  font-size: 14px;
}
.random-tip .el-icon-question[data-v-d1046224] {
  color: #f56c6c;
}
.invite-list[data-v-d1046224] {
  margin-top: 20px;
}
.tab-switch[data-v-d1046224] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  margin-bottom: 16px;
}
.list-body[data-v-d1046224] {
  max-height: 400px;
  overflow-y: auto;
}
.list-item[data-v-d1046224] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid #eee;
}
.user-info[data-v-d1046224] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.avatar[data-v-d1046224] {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.text[data-v-d1046224] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.name[data-v-d1046224] {
  font-size: 14px;
  color: #333;
}
.level[data-v-d1046224] {
  font-size: 12px;
  color: #999;
}


.interactive-play[data-v-72521670] {
  margin-bottom: 20px;
  background-color: #F6F6F6;
  padding: 16px;
  border-radius: 8px;
}
.icons[data-v-72521670] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
  margin-top: 10px;
}
.card-item[data-v-72521670] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffffff;
  border-radius: 8px;
  padding: 16px 12px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  min-width: 80px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(25% - 16px);
          flex: 1 1 calc(25% - 16px);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
@media (max-width: 768px) {
.card-item[data-v-72521670] {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(33.333% - 16px);
            flex: 1 1 calc(33.333% - 16px);
}
}
@media (max-width: 480px) {
.card-item[data-v-72521670] {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(50% - 16px);
            flex: 1 1 calc(50% - 16px);
}
}
.card-item[data-v-72521670]:hover {
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.interactive-btn[data-v-72521670] {
  width: 24px;
  height: 24px;
  margin-bottom: 8px;
  cursor: pointer;
  -o-object-fit: contain;
     object-fit: contain;
}
.interactive-btn[data-v-72521670]:hover {
  opacity: 0.8;
}
.card-label[data-v-72521670] {
  font-size: 14px;
  color: #333;
}


.live-settings[data-v-1623fa8d] {
  background-color: #F6F6F6;
  padding: 16px;
  border-radius: 8px;
}
.live-settings .tabs[data-v-1623fa8d] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin: 10px 0;
}
.tab[data-v-1623fa8d] {
  padding: 4px 8px;
  font-size: 12px;
  cursor: pointer;
  background-color: #ffffff;
  border-radius: 16px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tab[data-v-1623fa8d]:hover {
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.tab.active[data-v-1623fa8d] {
  color: #409eff;
  font-weight: bold;
}
.input-area textarea[data-v-1623fa8d] {
  width: 100%;
  min-height: 100px;
  max-height: calc(100vh - 650px);
  border: 1px solid #dcdfe6;
  border-radius: 4px;
  padding: 8px;
  resize: none;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-bottom: 10px;
}
.input-area textarea[data-v-1623fa8d]:hover {
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

/* 屏蔽词标签样式 */
.block-words-tags[data-v-1623fa8d] {
  margin-bottom: 10px;
  min-height: 30px;
}
.block-word-tag[data-v-1623fa8d] {
  display: inline-block;
  background-color: #ecf5ff;
  color: #409eff;
  padding: 4px 8px;
  margin: 4px 4px 4px 0;
  border-radius: 4px;
  font-size: 12px;
}
.block-word-tag .el-icon-close[data-v-1623fa8d] {
  margin-left: 4px;
  cursor: pointer;
  font-size: 12px;
}
.block-word-tag .el-icon-close[data-v-1623fa8d]:hover {
  color: #f56c6c;
}

/* 屏蔽词操作按钮 */
.block-words-actions[data-v-1623fa8d] {
  margin-top: 10px;
  text-align: right;
}
.user-list[data-v-1623fa8d],
.permissions-container[data-v-1623fa8d] {
  margin-top: 16px;
  min-height: 200px;
  max-height: calc(100vh - 683px);
  overflow-y: auto;
  background-color: #FFFFFF;
  border: 1px solid #e4e7ed;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
}
.no-data[data-v-1623fa8d] {
  text-align: center;
  padding: 40px 0;
  color: #999;
  font-size: 14px;
}

/* Webkit浏览器滚动条样式 */
.user-list[data-v-1623fa8d]::-webkit-scrollbar,
.permissions-container[data-v-1623fa8d]::-webkit-scrollbar {
  width: 6px;
}
.user-list[data-v-1623fa8d]::-webkit-scrollbar-track,
.permissions-container[data-v-1623fa8d]::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}
.user-list[data-v-1623fa8d]::-webkit-scrollbar-thumb,
.permissions-container[data-v-1623fa8d]::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 10px;
}
.user-list[data-v-1623fa8d]::-webkit-scrollbar-thumb:hover,
.permissions-container[data-v-1623fa8d]::-webkit-scrollbar-thumb:hover {
  background: #a8a8a8;
}
.user-list-header[data-v-1623fa8d] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 12px 16px;
  border-bottom: 1px solid #e4e7ed;
  background-color: #fafafa;
  border-radius: 4px 4px 0 0;
  position: sticky;
  top: 0;
  z-index: 10;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.02);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.02);
}
.btn-clear[data-v-1623fa8d] {
  background-color: #f5f5f5;
  border: 1px solid #dcdfe6;
  padding: 6px 12px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 12px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-clear[data-v-1623fa8d]:hover {
  background-color: #ebeef5;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.user-item[data-v-1623fa8d] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  padding: 12px 16px;
  border-bottom: 1px solid #eee;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.user-item[data-v-1623fa8d]:hover {
  background-color: #f9f9f9;
}
.user-item[data-v-1623fa8d]:last-child {
  border-bottom: none;
}
.avatar[data-v-1623fa8d] {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 1px solid #ebeef5;
}
.username[data-v-1623fa8d] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 13px;
  color: #303133;
}
.btn-remove[data-v-1623fa8d] {
  background-color: #fff;
  border: 1px solid #dcdfe6;
  padding: 4px 8px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 12px;
  margin-right: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-remove[data-v-1623fa8d]:hover {
  background-color: #f5f5f5;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* 权限区域样式优化 */
.permission-section[data-v-1623fa8d] {
  margin-top: 16px;
  background-color: #FFFFFF;
  padding: 0 16px;
  height: 570px;
}
.permission-section h4[data-v-1623fa8d] {
  font-size: 14px;
  color: #333;
  margin-bottom: 16px;
  padding-bottom: 8px;
  border-bottom: 1px solid #ebeef5;
}
.permission-item[data-v-1623fa8d] {
  margin-bottom: 16px;
  padding: 6px 0;
}
.permission-item[data-v-1623fa8d]:last-child {
  margin-bottom: 0;
}
.hint-text[data-v-1623fa8d] {
  color: #999;
  margin-top: 5px;
  font-size: 8px;
  padding: 3px;
  background-color: #f9f9f9;
  border-radius: 4px;
  border: 1px dashed #ebeef5;
}
.hint-text-warning[data-v-1623fa8d] {
  color: #f56c6c;
  margin-top: 5px;
  font-size: 8px;
  padding: 3px;
  background-color: #f9f9f9;
  border-radius: 4px;
  border: 1px dashed #ebeef5;
}
.select-wrapper[data-v-1623fa8d] {
  position: relative;
  width: 200px;
}
.custom-select[data-v-1623fa8d] {
  position: relative;
}
.custom-select .select-selected[data-v-1623fa8d] {
  background-color: #ffffff;
  border: 1px solid #dcdfe6;
  padding: 8px 16px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border-radius: 4px;
  font-size: 14px;
  position: relative;
}
.custom-select .select-selected[data-v-1623fa8d]:after {
  position: absolute;
  content: "";
  top: 50%;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-top-color: #999;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.custom-select.open .select-selected[data-v-1623fa8d]:after {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.custom-select .select-items[data-v-1623fa8d] {
  position: absolute;
  background-color: #ffffff;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  border: 1px solid #dcdfe6;
  border-top: none;
  border-radius: 0 0 4px 4px;
  max-height: 200px;
  overflow-y: auto;
  -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
}
.select-item[data-v-1623fa8d] {
  padding: 8px 16px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border-bottom: 1px solid #f0f0f0;
  font-size: 14px;
}
.select-item[data-v-1623fa8d]:hover {
  background-color: #f5f7fa;
}
.select-item[data-v-1623fa8d]:last-child {
  border-bottom: none;
}
.select-hide[data-v-1623fa8d] {
  display: none;
}
.permission-item .label[data-v-1623fa8d] {
  display: block;
  margin-bottom: 8px;
  font-weight: 500;
  color: #333;
}


.danmaku-container[data-v-5588dcb8] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: hidden;
  z-index: 2;
}
.danmaku-item[data-v-5588dcb8] {
  position: absolute;
  white-space: nowrap;
  font-size: 16px;
  font-weight: bold;
  pointer-events: none;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  will-change: transform;
  -webkit-transition: none;
  transition: none;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.danmaku-avatar[data-v-5588dcb8] {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-right: 5px;
  -o-object-fit: cover;
     object-fit: cover;
}
.danmaku-username[data-v-5588dcb8] {
  color: #46E4FF;
  margin-right: 5px;
  font-weight: bold;
}
.danmaku-content[data-v-5588dcb8] {
  /* 内容样式 */
}



[data-v-23d84adc] canvas {
  display: block;
  width: 100%;
  height: 100%;
}


.gift-effect-container[data-v-af0851c4] {
  position: absolute;
  z-index: 4;
  pointer-events: none;
}
.gift-effect-container.bottom[data-v-af0851c4] {
  bottom: 60px;
  left: 0;
  width: 100%;
  height: 200px;
}
.gift-effect-container.full[data-v-af0851c4] {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.gift-effect-item[data-v-af0851c4] {
  position: absolute;
  -webkit-animation: giftEnter-af0851c4 0.5s ease-out;
          animation: giftEnter-af0851c4 0.5s ease-out;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 20px;
  padding: 10px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  backdrop-filter: blur(10px);
  -webkit-box-shadow: 0 0 20px rgba(255, 255, 255, 0.2);
          box-shadow: 0 0 20px rgba(255, 255, 255, 0.2);
}
.gift-effect-content[data-v-af0851c4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
}
.gift-icon[data-v-af0851c4] {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  border-radius: 50%;
}
.gift-info[data-v-af0851c4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.user-avatar[data-v-af0851c4] {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-right: 5px;
  -o-object-fit: cover;
     object-fit: cover;
}
.user-name[data-v-af0851c4] {
  color: #409EFF;
  font-weight: bold;
}
.gift-name[data-v-af0851c4] {
  color: #E6A23C;
  font-weight: bold;
}
.gift-count[data-v-af0851c4] {
  color: #F56C6C;
  font-weight: bold;
}
@-webkit-keyframes giftEnter-af0851c4 {
from {
    opacity: 0;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
}
to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
}
}
@keyframes giftEnter-af0851c4 {
from {
    opacity: 0;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
}
to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
}
}


.gift-effect-manager[data-v-1f92fcec] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  pointer-events: none;
}
.svga-effect-wrapper[data-v-1f92fcec] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.svga-gift-container[data-v-1f92fcec] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.svga-gift-info[data-v-1f92fcec] {
  position: absolute;
  bottom: 60px;
  left: 20px;
  z-index: 4;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 20px;
  padding: 10px 15px;
  backdrop-filter: blur(10px);
  -webkit-box-shadow: 0 0 20px rgba(255, 255, 255, 0.2);
          box-shadow: 0 0 20px rgba(255, 255, 255, 0.2);
}
.gift-info-content[data-v-1f92fcec] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
}
.gift-text[data-v-1f92fcec] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.user-avatar[data-v-1f92fcec] {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-right: 5px;
  -o-object-fit: cover;
     object-fit: cover;
}
.user-name[data-v-1f92fcec] {
  color: #409EFF;
  font-weight: bold;
}
.gift-name[data-v-1f92fcec] {
  color: #E6A23C;
  font-weight: bold;
}
.gift-icon[data-v-1f92fcec] {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  border-radius: 50%;
}
.gift-count[data-v-1f92fcec] {
  color: #F56C6C;
  font-weight: bold;
}
.action[data-v-1f92fcec] {
  color: #fff;
}


.popularity-container[data-v-7658a3cd] {
  position: absolute;
  z-index: 6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  padding: 10px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 8px;
  color: white;
  font-size: 14px;
  min-width: 120px;
}
.popularity-container.top-left[data-v-7658a3cd] {
  top: 10px;
  left: 10px;
}
.popularity-container.top-right[data-v-7658a3cd] {
  top: 10px;
  right: 10px;
}
.like-count[data-v-7658a3cd] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  font-weight: bold;
}
.like-icon[data-v-7658a3cd] {
  color: #ff4d4f;
  font-size: 16px;
}
.popularity-rank[data-v-7658a3cd] {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 10px;
}
.rank-header[data-v-7658a3cd] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  margin-bottom: 5px;
  font-weight: bold;
}



.video-controls[data-v-7295e0cf] {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: white;
  font-size: 12px;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.7)));
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 4;
}
.controls[data-v-7295e0cf] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.controls i[data-v-7295e0cf] {
  cursor: pointer;
  font-size: 16px;
}
.controls i[data-v-7295e0cf]:hover {
  color: #409EFF;
}


.danmaku-settings-panel[data-v-1a9fdcd0] {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 250px;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 8px;
  padding: 15px;
  z-index: 6;
  color: white;
}
.settings-header[data-v-1a9fdcd0] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
  font-weight: bold;
}
.settings-header .el-icon-close[data-v-1a9fdcd0] {
  cursor: pointer;
}
.setting-item[data-v-1a9fdcd0] {
  margin-bottom: 15px;
}
.setting-item label[data-v-1a9fdcd0] {
  display: block;
  margin-bottom: 5px;
  font-size: 14px;
}


.live-video[data-v-49d3976d] {
  width: 100%;
  height: calc(100vw * 0.5625);
  max-height: var(--49d3976d-maxHeight____px_);
  position: relative;
  margin-bottom: 20px;
  background-color: #000;
  border-radius: 20px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.video-container[data-v-49d3976d] {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  position: relative;
}

/* 错误提示覆盖层 */
.error-overlay[data-v-49d3976d] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 10;
  border-radius: 20px;
}
.error-content[data-v-49d3976d] {
  text-align: center;
  color: white;
}
.error-icon[data-v-49d3976d] {
  font-size: 48px;
  color: #F56C6C;
  margin-bottom: 16px;
}
.error-message[data-v-49d3976d] {
  font-size: 16px;
  margin-bottom: 20px;
}

/* 直播状态提示覆盖层 */
.status-overlay[data-v-49d3976d] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 9;
  border-radius: 20px;
}
.status-overlay.clickable[data-v-49d3976d] {
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.status-overlay.clickable[data-v-49d3976d]:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
.status-content[data-v-49d3976d] {
  text-align: center;
  color: white;
}
.status-icon[data-v-49d3976d] {
  font-size: 48px;
  margin-bottom: 16px;
  color: #409EFF;
}
.status-message[data-v-49d3976d] {
  font-size: 18px;
  margin-bottom: 0;
}
.hint-message[data-v-49d3976d] {
  font-size: 14px;
  margin-top: 8px;
  color: #67C23A;
  font-weight: bold;
}


.gift-hall[data-v-f8269e32] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-top: 20px;
  background-color: #F6F6F6;
  padding: 16px;
  border-radius: 8px;
  height: 280px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.card-section[data-v-f8269e32] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 16px;
  background-color: #ffffff;
  border-radius: 8px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  min-width: 200px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* 区块标题和编辑按钮容器 */
.section-header[data-v-f8269e32] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.section-header h4[data-v-f8269e32] {
  margin: 0;
  color: #333;
}

/* 礼物容器 - 横向滚动 */
.gift-container[data-v-f8269e32] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  gap: 15px;
  padding-bottom: 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

/* 自定义横向滚动条样式 */
.gift-container[data-v-f8269e32]::-webkit-scrollbar {
  display: none;
}
.gift-container[data-v-f8269e32]::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 3px;
}
.gift-container[data-v-f8269e32]::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 3px;
}
.gift-container[data-v-f8269e32]::-webkit-scrollbar-thumb:hover {
  background: #a8a8a8;
}

/* 礼物项包装器 - 固定宽度 */
.gift-wrapper[data-v-f8269e32] {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(33.333% - 10px);
          flex: 0 0 calc(33.333% - 10px);
  min-width: 220px;
}

/* 编辑按钮 */
.edit-btn[data-v-f8269e32] {
  font-size: 16px;
  color: #666;
  cursor: pointer;
  opacity: 0.7;
}
.edit-btn[data-v-f8269e32]:hover {
  opacity: 1;
  color: #007bff;
}
.custom-wish h4[data-v-f8269e32],
.gift-exhibit h4[data-v-f8269e32] {
  margin-top: 0;
  margin-bottom: 16px;
  color: #333;
}
.wish-item[data-v-f8269e32],
.gift-item[data-v-f8269e32] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  background-color: #f9f9f9;
  border-radius: 16px;
  padding: 12px 16px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: 100%;
}
.wish-item[data-v-f8269e32]:hover,
.gift-item[data-v-f8269e32]:hover {
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

/* 缩略图 */
.gift-thumbnail[data-v-f8269e32] {
  width: 40px;
  height: 40px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  background-color: #eee;
}

/* 礼物信息 */
.gift-info[data-v-f8269e32] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: left;
}
.gift-name[data-v-f8269e32] {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  color: #333;
}
.gift-price[data-v-f8269e32] {
  font-size: 12px;
  color: #666;
  margin: 2px 0 0;
}
.progress[data-v-f8269e32] {
  font-size: 12px;
  color: #999;
  margin-left: auto;
}
.card-item[data-v-f8269e32] {
  background-color: #f9f9f9;
  border-radius: 16px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.card-item[data-v-f8269e32]:hover {
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

/* 空数据提示 */
.empty-placeholder[data-v-f8269e32] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #999;
  font-size: 14px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 150px;
}


.product-list[data-v-1c92033f] {
  height: calc(100vh - 285px);
  background-color: #F6F6F6;
  padding: 16px;
  border-radius: 8px;
  overflow-y: auto;
}
.no-data[data-v-1c92033f] {
  text-align: center;
  padding: 40px 0;
  color: #999;
  font-size: 14px;
}

/* Webkit浏览器滚动条样式 */
.product-list[data-v-1c92033f]::-webkit-scrollbar {
  display: none;
}
.product-list[data-v-1c92033f]::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}
.product-list[data-v-1c92033f]::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 10px;
}
.product-list[data-v-1c92033f]::-webkit-scrollbar-thumb:hover {
  background: #a8a8a8;
}
.product-item[data-v-1c92033f] {
  background-color: #ffffff;
  border-radius: 8px;
  padding: 16px;
  margin-bottom: 16px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.product-item[data-v-1c92033f]:hover {
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.product-info[data-v-1c92033f] {
  margin-bottom: 10px;
}
.product-name[data-v-1c92033f] {
  margin: 0 0 5px 0;
  font-size: 16px;
  font-weight: bold;
  color: #333;
  word-wrap: break-word;
  word-break: break-all;
  line-height: 1.4;
}
.product-intro[data-v-1c92033f] {
  margin: 0 0 10px 0;
  font-size: 14px;
  color: #666;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.4;
}
.product-price-row[data-v-1c92033f] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.price-container[data-v-1c92033f] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 2px;
}
.price-amount[data-v-1c92033f] {
  font-size: 16px;
  font-weight: bold;
  color: red;
}
.price-unit[data-v-1c92033f] {
  font-size: 12px;
  color: red;
}
.product-tags[data-v-1c92033f] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}
.product-tag[data-v-1c92033f] {
  display: inline-block;
  background-color: red;
  color: white;
  font-size: 12px;
  padding: 2px 8px;
  border-radius: 10px;
  white-space: nowrap;
}
.product-stats[data-v-1c92033f] {
  margin-left: auto;
}
.view-count[data-v-1c92033f] {
  font-size: 12px;
  color: #999;
}
.actions[data-v-1c92033f] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.actions .el-button[data-v-1c92033f] {
  border-radius: 16px;
  margin: 0;
  min-width: 60px;
  padding: 4px 12px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.actions .el-button[data-v-1c92033f]:hover {
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

/* 空数据提示 */
.empty-placeholder[data-v-1c92033f] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #999;
  font-size: 14px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 150px;
  min-height: 600px;
}


.message-item[data-v-e5f57214] {
  margin-top: 8px;
  margin-bottom: 10px;
  padding: 8px;
  background-color: white;
  border-radius: 8px;
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
          box-shadow: 0 1px 3px rgba(0,0,0,0.1);
  position: relative;
  margin-right: 6px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  min-height: 50px;
}
.message-item[data-v-e5f57214]:hover {
  background-color: #f8f9fa;
  -webkit-box-shadow: 0 2px 8px rgba(0,0,0,0.15);
          box-shadow: 0 2px 8px rgba(0,0,0,0.15);
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.user-info[data-v-e5f57214] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  font-size: 12px;
  color: #666;
  position: relative;
  z-index: 1;
}
.level-icon-container[data-v-e5f57214],
.tag-icon-container[data-v-e5f57214] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 25px;
  min-height: 15px;
  border-radius: 6px;
  margin-right: 4px;
  padding: 0 4px;
}
.level-icon[data-v-e5f57214] {
  font-size: 12px;
  min-width: 16px;
  text-align: center;
}
.tag-icon-img[data-v-e5f57214] {
  width: 15px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 2px;
}
.tag-text[data-v-e5f57214] {
  font-size: 12px;
  font-weight: bold;
  color: white;
  white-space: nowrap;
}
.heart-icon-container[data-v-e5f57214] {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 20px;
}
.icon-with-level[data-v-e5f57214] {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 20px;
}
.fans-icon-level-text[data-v-e5f57214] {
  position: absolute;
  top: 52%;
  left: 43%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 10px;
  font-weight: bold;
  color: white;
  text-align: center;
  z-index: 1;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}
.heart-icon[data-v-e5f57214] {
  width: 20px;
  height: 20px;
  fill: #FFE57E;
}
.fans-level-text[data-v-e5f57214] {
  position: absolute;
  top: 46%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 10px;
  font-weight: bold;
  color: white;
  text-align: center;
  z-index: 1;
}
.user-name[data-v-e5f57214] {
  color: #46E4FF;
  font-weight: bold;
  margin-left: 4px;
  font-size: 14px;
}
.message-content[data-v-e5f57214] {
  margin-top: 4px;
  color: #333;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 4px;
  border-radius: 4px;
  position: relative;
  z-index: 1;
}
.normal-message-content[data-v-e5f57214] {
  line-clamp: 3;
  -webkit-line-clamp: 3;
  line-height: 1.4;
  max-height: 5.6em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  word-break: break-word;
}
.gift-message[data-v-e5f57214] {
  color: #FF6347;
  font-weight: bold;
}
.normal-message[data-v-e5f57214] {
  color: #333;
}
.gift-container[data-v-e5f57214] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 4px;
}
.gift-image[data-v-e5f57214] {
  width: 24px;
  height: 24px;
  margin: 0 4px;
  -o-object-fit: contain;
     object-fit: contain;
}
.gift-name[data-v-e5f57214] {
  font-weight: bold;
}
.gift-count[data-v-e5f57214] {
  position: absolute;
  top: -8px;
  right: -4px;
  background-color: #FF6347;
  color: white;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
  font-size: 12px;
  -webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.2);
          box-shadow: 0 2px 4px rgba(0,0,0,0.2);
  z-index: 2;
}


.chat-room[data-v-3a3f7508] {
  background-color: #F6F6F6;
  padding: 16px;
  border-radius: 8px;
  height: calc(100vh - 324px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
.room-container[data-v-3a3f7508] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
}
.gift-container[data-v-3a3f7508] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
  max-height: 300px;
}
.chat-container[data-v-3a3f7508] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
}
.gift-messages[data-v-3a3f7508],
.chat-messages[data-v-3a3f7508] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: auto;
  margin-bottom: 16px;
}

/* 统一滚动条样式 */
.chat-messages[data-v-3a3f7508]::-webkit-scrollbar,
.gift-messages[data-v-3a3f7508]::-webkit-scrollbar {
  display: none;
}
.chat-messages[data-v-3a3f7508]::-webkit-scrollbar-track,
.gift-messages[data-v-3a3f7508]::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}
.chat-messages[data-v-3a3f7508]::-webkit-scrollbar-thumb,
.gift-messages[data-v-3a3f7508]::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 10px;
}
.chat-messages[data-v-3a3f7508]::-webkit-scrollbar-thumb:hover,
.gift-messages[data-v-3a3f7508]::-webkit-scrollbar-thumb:hover {
  background: #a8a8a8;
}

/* 右键菜单样式 */
.context-menu[data-v-3a3f7508] {
  position: fixed;
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  z-index: 1000;
  min-width: 140px;
  padding: 4px 0;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-animation: fadeIn-3a3f7508 0.15s ease-out;
          animation: fadeIn-3a3f7508 0.15s ease-out;
}
@-webkit-keyframes fadeIn-3a3f7508 {
from {
    opacity: 0;
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
}
to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
}
}
@keyframes fadeIn-3a3f7508 {
from {
    opacity: 0;
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
}
to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
}
}
.menu-item[data-v-3a3f7508] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 16px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-size: 14px;
  color: #333;
}
.menu-item[data-v-3a3f7508]:hover {
  background-color: #f5f5f5;
}
.menu-item .menu-icon[data-v-3a3f7508] {
  margin-right: 8px;
  font-size: 16px;
}
.menu-item.disabled[data-v-3a3f7508] {
  color: #999;
  cursor: not-allowed;
  background-color: #f9f9f9;
}
.menu-item.disabled[data-v-3a3f7508]:hover {
  background-color: #f9f9f9;
}
.menu-item.disabled .menu-icon[data-v-3a3f7508] {
  opacity: 0.5;
}
.input-area[data-v-3a3f7508] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  padding: 16px 0;
  background-color: #F6F6F6;
  position: relative;
}
.input-container[data-v-3a3f7508] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
.input-container input[data-v-3a3f7508] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 8px 12px;
  border: 1px solid #ddd;
  border-radius: 20px;
}

/* 统一按钮样式 */
.input-container button[data-v-3a3f7508] {
  border: 1px solid #ddd;
  border-radius: 20px;
  cursor: pointer;
  padding: 8px 12px;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.emoji-button[data-v-3a3f7508] {
  background-color: #f0f0f0;
  font-size: 16px;
}
.emoji-button[data-v-3a3f7508]:hover {
  background-color: #e0e0e0;
}
.send-button[data-v-3a3f7508] {
  padding: 8px 16px;
  background-color: #007aff;
  color: white;
}
.send-button[data-v-3a3f7508]:hover {
  background-color: #0056cc;
}


.chat-room-user-list[data-v-6024a5e7] {
  background-color: #F6F6F6;
  padding: 16px;
  border-radius: 8px;
  height: calc(100vh - 324px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
.no-data[data-v-6024a5e7] {
  text-align: center;
  padding: 40px 0;
  color: #999;
  font-size: 14px;
}

/* Webkit浏览器滚动条样式 */
.chat-room-user-list[data-v-6024a5e7]::-webkit-scrollbar {
  display: none;
}
.chat-room-user-list[data-v-6024a5e7]::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}
.chat-room-user-list[data-v-6024a5e7]::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 10px;
}
.chat-room-user-list[data-v-6024a5e7]::-webkit-scrollbar-thumb:hover {
  background: #a8a8a8;
}
.user-item[data-v-6024a5e7] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  padding: 8px 0;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  border-bottom: 1px solid #eee;
}
.user-item[data-v-6024a5e7]:last-child {
  border-bottom: none;
}
.user-avatar[data-v-6024a5e7] {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.level-icon-container[data-v-6024a5e7],
.tag-icon-container[data-v-6024a5e7] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 30px;
  min-height: 15px;
  border-radius: 6px;
  margin-right: 4px;
  padding: 0 4px;
}
.level-icon[data-v-6024a5e7] {
  font-size: 10px;
  min-width: 16px;
  text-align: center;
}
.tag-icon-img[data-v-6024a5e7] {
  width: 15px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 2px;
}
.tag-text[data-v-6024a5e7] {
  font-size: 10px;
  font-weight: bold;
  color: white;
  white-space: nowrap;
}
.heart-icon-container[data-v-6024a5e7] {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 20px;
}
.icon-with-level[data-v-6024a5e7] {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 20px;
}
.fans-icon-level-text[data-v-6024a5e7] {
  position: absolute;
  top: 52%;
  left: 43%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 10px;
  font-weight: bold;
  color: white;
  text-align: center;
  z-index: 1;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}
.heart-icon[data-v-6024a5e7] {
  width: 20px;
  height: 20px;
  fill: #FFE57E;
}
.fans-level-text[data-v-6024a5e7] {
  position: absolute;
  top: 46%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 10px;
  font-weight: bold;
  color: white;
  text-align: center;
  z-index: 1;
}
.status-indicator[data-v-6024a5e7] {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  margin-right: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: white;
  font-size: 12px;
  font-weight: bold;
}
.status-indicator.excellent[data-v-6024a5e7] {
  background-color: #e74c3c;
}
.status-indicator.medium[data-v-6024a5e7] {
  background-color: #f39c12;
}
.status-indicator.poor[data-v-6024a5e7] {
  background-color: #95a5a6;
}
.user-info-container[data-v-6024a5e7] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.user-info-row-1[data-v-6024a5e7] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  font-size: 12px;
}
.user-info-row-2[data-v-6024a5e7] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  font-size: 10px;
}
.user-name[data-v-6024a5e7] {
  font-size: 14px;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 130px;
}
.user-tag[data-v-6024a5e7] {
  background-color: #8e44ad;
  color: white;
  padding: 3px 5px;
  border-radius: 12px;
  font-size: 8px;
  height: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.user-tag.follow[data-v-6024a5e7] {
  background-color: #8e44ad;
}
.user-tag.watch-duration[data-v-6024a5e7] {
  background-color: #3498db;
}
.user-tag.consume-amount[data-v-6024a5e7] {
  background-color: #e67e22;
}


[data-v-42cce812] .el-tabs__header {
  margin-bottom: 0 !important;
}
[data-v-42cce812] .el-tabs__nav-wrap::after {
  height: 0 !important;
  background-color: transparent !important;
}
.live-room[data-v-42cce812] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 96vh;
  font-family: 'Microsoft YaHei', sans-serif;
}
.main-content[data-v-42cce812] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
}
.left-panel[data-v-42cce812] {
  width: 450px;
  padding: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.center-panel[data-v-42cce812] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
}
.center-main[data-v-42cce812] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: auto;
}
.center-bottom[data-v-42cce812] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.right-panel[data-v-42cce812] {
  width: 450px;
  padding: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

[data-v-9b0e51c8]:export {
  menuText: #ffffffd7;
  menuActiveText: #ffffff;
  subMenuActiveText: #ffffff;
  menuBg: #4B7EFF;
  menuHover: #3a70f0;
  subMenuBg: #5f8cfd;
  subMenuHover: #4776e0;
  sideBarWidth: 210px;
}
.stat-cards[data-v-9b0e51c8] {
  margin-bottom: 20px;
}
.stat-cards .stat-card .stat-card-content[data-v-9b0e51c8] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.stat-cards .stat-card .stat-card-content .stat-card-icon[data-v-9b0e51c8] {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #f0f7ff;
  color: #409EFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 15px;
}
.stat-cards .stat-card .stat-card-content .stat-card-icon i[data-v-9b0e51c8] {
  font-size: 24px;
}
.stat-cards .stat-card .stat-card-content .stat-card-info .stat-card-title[data-v-9b0e51c8] {
  font-size: 14px;
  color: #606266;
  margin-bottom: 5px;
}
.stat-cards .stat-card .stat-card-content .stat-card-info .stat-card-value[data-v-9b0e51c8] {
  font-size: 20px;
  font-weight: bold;
  color: #303133;
}

[data-v-2d04a145] .el-dialog__header {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
[data-v-2d04a145] .el-dialog__body {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
[data-v-2d04a145] .el-dialog {
  border-radius: 8px;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  border: 1px solid #ebeef5;
}
.input-container[data-v-2d04a145] {
  margin: 0 0;
}
.button-group[data-v-2d04a145] {
  margin: 20px 0;
  text-align: left;
}
.remark-list-container[data-v-2d04a145] {
  margin-top: 20px;
}
.scroll-container[data-v-2d04a145] {
  max-height: 400px;
  overflow-y: auto;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 10px;
  background: white;
}

/* Webkit浏览器滚动条样式 */
.scroll-container[data-v-2d04a145]::-webkit-scrollbar {
  width: 6px;
}
.scroll-container[data-v-2d04a145]::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}
.scroll-container[data-v-2d04a145]::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 10px;
}
.scroll-container[data-v-2d04a145]::-webkit-scrollbar-thumb:hover {
  background: #a8a8a8;
}
.pagination[data-v-2d04a145] {
  margin-top: 15px;
  text-align: center;
}


[data-v-572a5fa4] .el-dialog__header {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
[data-v-572a5fa4] .el-dialog__body {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
[data-v-572a5fa4] .el-dialog {
  border-radius: 8px;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  border: 1px solid #ebeef5;
}
.user-info[data-v-572a5fa4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
.info-text[data-v-572a5fa4] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 10px;
}
.name[data-v-572a5fa4] {
  font-size: 18px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.id[data-v-572a5fa4] {
  color: #666;
  font-size: 14px;
}
.stats[data-v-572a5fa4] {
  text-align: right;
  color: #666;
  font-size: 14px;
}
.stats-cards[data-v-572a5fa4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.card[data-v-572a5fa4] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 120px;
  background: #f0f2f5;
  padding: 12px;
  border-radius: 8px;
  text-align: center;
}
.value-row[data-v-572a5fa4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 4px;
}
.value[data-v-572a5fa4] {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  margin-right: 4px;
}
.unit[data-v-572a5fa4] {
  font-size: 16px;
  color: #ff5722;
}
.label-row[data-v-572a5fa4] {
  font-size: 12px;
  color: #666;
  text-align: center;
}
.purchase-list[data-v-572a5fa4] {
  margin-top: 20px;
}
.list-header[data-v-572a5fa4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}
.action-links[data-v-572a5fa4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}
.purchase-item[data-v-572a5fa4] {
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 15px;
  margin-bottom: 10px;
  background: white;
}
.item-header[data-v-572a5fa4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
.title[data-v-572a5fa4] {
  font-size: 16px;
  font-weight: 500;
}
.price[data-v-572a5fa4] {
  color: #ff5722;
  font-weight: bold;
}
.item-content[data-v-572a5fa4] {
  margin-bottom: 10px;
}
.desc[data-v-572a5fa4] {
  font-size: 14px;
  color: #666;
  line-height: 1.5;
}
.match-list[data-v-572a5fa4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 10px;
}
.match-card[data-v-572a5fa4] {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: calc(20% - 8px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4px;
  padding: 4px 8px;
  background: #f5f7fa;
  border-radius: 4px;
  border: 1px solid #e4e7ed;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.match-card .team-name[data-v-572a5fa4] {
  font-size: 12px;
  color: #333;
  white-space: nowrap;
}
.match-card .vs-text[data-v-572a5fa4] {
  font-size: 10px;
  color: #999;
  font-weight: bold;
}
.location[data-v-572a5fa4] {
  font-size: 12px;
  color: #999;
  margin-top: 5px;
}
.item-footer[data-v-572a5fa4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tags[data-v-572a5fa4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
.pagination-container[data-v-572a5fa4] {
  margin-top: 20px;
}
.scroll-container[data-v-572a5fa4] {
  max-height: 536px;
  overflow-y: auto;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 10px;
  background: white;
}

/* Webkit浏览器滚动条样式 */
.scroll-container[data-v-572a5fa4]::-webkit-scrollbar {
  width: 6px;
}
.scroll-container[data-v-572a5fa4]::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}
.scroll-container[data-v-572a5fa4]::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 10px;
}
.scroll-container[data-v-572a5fa4]::-webkit-scrollbar-thumb:hover {
  background: #a8a8a8;
}
.pagination[data-v-572a5fa4] {
  margin-top: 15px;
  text-align: center;
}


[data-v-17d21c31]:export {
  menuText: #ffffffd7;
  menuActiveText: #ffffff;
  subMenuActiveText: #ffffff;
  menuBg: #4B7EFF;
  menuHover: #3a70f0;
  subMenuBg: #5f8cfd;
  subMenuHover: #4776e0;
  sideBarWidth: 210px;
}
.customer-list .filter-container[data-v-17d21c31] {
  margin-bottom: 20px;
  border-radius: 8px;
}
.customer-list .filter-container .search-wrapper[data-v-17d21c31] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
}
.customer-list .filter-container .search-wrapper .search-form[data-v-17d21c31] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.customer-list .filter-container .search-wrapper .search-form .el-form-item[data-v-17d21c31] {
  margin-bottom: 0;
  margin-right: 20px;
}
.customer-list .filter-container .search-wrapper .search-form .el-form-item[data-v-17d21c31]:last-child {
  margin-right: 0;
}
.customer-list .filter-container .search-wrapper .search-form .sort-select[data-v-17d21c31] {
  width: 160px;
}
.customer-list .filter-container .search-wrapper .search-form .name-input[data-v-17d21c31] {
  width: 200px;
}
.customer-list .filter-container .search-wrapper .operation-container[data-v-17d21c31] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.customer-list .filter-container .search-wrapper .operation-container .el-button[data-v-17d21c31] {
  font-size: 13px;
}
.customer-list .table-container .table-header[data-v-17d21c31] {
  margin-bottom: 15px;
}
.customer-list .table-container .table-header .table-title[data-v-17d21c31] {
  font-size: 16px;
  font-weight: bold;
  color: #303133;
}
.customer-list .table-container .pagination-container[data-v-17d21c31] {
  margin-top: 20px;
  text-align: right;
}
.user-info[data-v-17d21c31] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.user-info .user-details[data-v-17d21c31] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 12px;
}
.user-info .user-name[data-v-17d21c31] {
  color: #303133;
  font-weight: 500;
}
.user-info .user-id[data-v-17d21c31] {
  color: #909399;
}
[data-v-70d99b6e]:export {
  menuText: #ffffffd7;
  menuActiveText: #ffffff;
  subMenuActiveText: #ffffff;
  menuBg: #4B7EFF;
  menuHover: #3a70f0;
  subMenuBg: #5f8cfd;
  subMenuHover: #4776e0;
  sideBarWidth: 210px;
}
.customers-container[data-v-70d99b6e] {
  padding: 20px;
}
[data-v-ea191722]:export {
  menuText: #ffffffd7;
  menuActiveText: #ffffff;
  subMenuActiveText: #ffffff;
  menuBg: #4B7EFF;
  menuHover: #3a70f0;
  subMenuBg: #5f8cfd;
  subMenuHover: #4776e0;
  sideBarWidth: 210px;
}
.customer-chat-page[data-v-ea191722] {
  height: calc(100vh - 84px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #f5f5f5;
  position: relative;
}
@media (max-width: 768px) {
.customer-chat-page[data-v-ea191722] {
    height: 100vh;
    padding: 0;
}
}
.chat-header[data-v-ea191722] {
  background: white;
  padding: 10px 20px;
  border-bottom: 1px solid #ebeef5;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
.chat-header[data-v-ea191722] {
    padding: 8px 15px;
}
}
.chat-main[data-v-ea191722] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  overflow: hidden;
}
@media (max-width: 768px) {
.chat-main[data-v-ea191722] {
    padding: 10px;
    gap: 10px;
}
}
[data-v-e88be538]:export {
  menuText: #ffffffd7;
  menuActiveText: #ffffff;
  subMenuActiveText: #ffffff;
  menuBg: #4B7EFF;
  menuHover: #3a70f0;
  subMenuBg: #5f8cfd;
  subMenuHover: #4776e0;
  sideBarWidth: 210px;
}
[data-v-e88be538] .el-dialog {
  border-radius: 12px;
}
[data-v-e88be538] .el-dialog__header,[data-v-e88be538] .el-dialog__body,[data-v-e88be538] .el-dialog__footer {
  border-radius: 12px;
}
.dialog-footer[data-v-e88be538] {
  text-align: right;
}
[data-v-398b3d46]:export {
  menuText: #ffffffd7;
  menuActiveText: #ffffff;
  subMenuActiveText: #ffffff;
  menuBg: #4B7EFF;
  menuHover: #3a70f0;
  subMenuBg: #5f8cfd;
  subMenuHover: #4776e0;
  sideBarWidth: 210px;
}
[data-v-398b3d46] .el-dialog {
  border-radius: 12px;
}
[data-v-398b3d46] .el-dialog__header,[data-v-398b3d46] .el-dialog__body,[data-v-398b3d46] .el-dialog__footer {
  border-radius: 12px;
}
.dialog-footer[data-v-398b3d46] {
  text-align: right;
}

[data-v-00eea896] .el-dialog {
  border-radius: 12px;
}
[data-v-00eea896] .el-dialog__header,[data-v-00eea896] .el-dialog__body,[data-v-00eea896] .el-dialog__footer {
  border-radius: 12px;
}
.search-container[data-v-00eea896] {
  padding: 20px 0;
  border-bottom: 1px solid #ebeef5;
}
.user-list-container[data-v-00eea896] {
  margin: 20px 0;
  max-height: 400px;
  overflow-y: auto;
}
.selection-header[data-v-00eea896] {
  margin-bottom: 10px;
}
.dialog-footer[data-v-00eea896] {
  text-align: right;
}

[data-v-a0b384b4]:export {
  menuText: #ffffffd7;
  menuActiveText: #ffffff;
  subMenuActiveText: #ffffff;
  menuBg: #4B7EFF;
  menuHover: #3a70f0;
  subMenuBg: #5f8cfd;
  subMenuHover: #4776e0;
  sideBarWidth: 210px;
}
.coupons-container[data-v-a0b384b4] {
  padding: 20px;
  background: #f5f5f5;
}
.filter-container[data-v-a0b384b4] {
  background: #fff;
  padding: 20px 20px 20px 20px;
  margin-bottom: 20px;
  border-radius: 8px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.table-container[data-v-a0b384b4] {
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.pagination-container[data-v-a0b384b4] {
  padding: 16px 0;
  text-align: right;
  border-top: 1px solid #ebeef5;
}
[data-v-5e8ca78c]:export {
  menuText: #ffffffd7;
  menuActiveText: #ffffff;
  subMenuActiveText: #ffffff;
  menuBg: #4B7EFF;
  menuHover: #3a70f0;
  subMenuBg: #5f8cfd;
  subMenuHover: #4776e0;
  sideBarWidth: 210px;
}
.pagination-container[data-v-5e8ca78c] {
  margin-top: 15px;
  text-align: right;
}
[data-v-c3bc4d10]:export {
  menuText: #ffffffd7;
  menuActiveText: #ffffff;
  subMenuActiveText: #ffffff;
  menuBg: #4B7EFF;
  menuHover: #3a70f0;
  subMenuBg: #5f8cfd;
  subMenuHover: #4776e0;
  sideBarWidth: 210px;
}
.pagination-container[data-v-c3bc4d10] {
  margin-top: 20px;
  text-align: right;
}
.el-card .el-table[data-v-c3bc4d10] {
  font-size: 14px;
}
.el-card .el-table__row td[data-v-c3bc4d10] {
  vertical-align: middle;
  font-size: 14px;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.el-card .el-table__row:hover > td[data-v-c3bc4d10] {
  background-color: #f0f7ff !important;
}
.el-card .el-table__header th[data-v-c3bc4d10] {
  background-color: #f5f7fa;
  color: #606266;
  font-weight: bold;
  padding: 12px 0;
  height: 48px;
}

/* 全局分页样式，和直播管理页面保持一致 */
.pagination-container .el-pagination {
  margin-top: 10px;
}
.pagination-container .el-pagination__total {
  margin-right: 8px;
}
.pagination-container .el-pagination .el-select .el-input {
  width: 100px;
}

[data-v-838d62b2]:export {
  menuText: #ffffffd7;
  menuActiveText: #ffffff;
  subMenuActiveText: #ffffff;
  menuBg: #4B7EFF;
  menuHover: #3a70f0;
  subMenuBg: #5f8cfd;
  subMenuHover: #4776e0;
  sideBarWidth: 210px;
}
.add-time-dialog[data-v-838d62b2] {
  border-radius: 20px;
}
.myCode-content-w[data-v-838d62b2] {
  width: 470px;
  height: 650px;
  position: relative;
  overflow: visible;
}
.myCode-content-w .myCode-bg[data-v-838d62b2] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../assets/img/mybj.a6a09633.png) no-repeat;
  background-size: 100% 100%;
  z-index: 1;
}
.myCode-content-w .code-list-header-btn-group[data-v-838d62b2] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  z-index: 10;
  padding: 0 20px;
}
.myCode-content-w .myCode-btn[data-v-838d62b2] {
  width: 200px;
  height: 50px;
  background: #FFB24F;
  border-radius: 40px;
  text-align: center;
  line-height: 50px;
  font-size: 20px;
  color: #fff;
  margin-top: 15px;
  position: relative;
  bottom: auto;
  left: auto;
  -webkit-transform: none;
          transform: none;
}
.myCode-content[data-v-838d62b2] {
  width: 470px;
  height: 600px;
  position: relative;
  z-index: 2;
  padding: 20px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}
.myCode-content .myCode-content-title[data-v-838d62b2] {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.myCode-content .myCode-content-wen[data-v-838d62b2] {
  width: 100%;
  height: 500px;
  margin-top: 10px;
  border-radius: 20px;
  padding: 20px 20px 20px 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.myCode-content .myCode-content-wen .myCode-header[data-v-838d62b2] {
  width: 85px;
  height: 85px;
  background: url(../assets/img/headerpic.6da2a4ec.png) no-repeat;
  background-size: 100% 100%;
  position: relative;
  text-align: center;
  margin: 0 auto 10px;
}
.myCode-content .myCode-content-wen .myCode-header .myCode-header-img[data-v-838d62b2] {
  width: 55px;
  height: 55px;
  border-radius: 100px;
  position: relative;
  margin: 12px auto 0;
}
.myCode-content .myCode-content-wen .myCode-header img[data-v-838d62b2] {
  width: 59px;
  height: 60px;
  margin-top: 11px;
  border-radius: 100px;
}
.myCode-content .myCode-content-wen .myCode-name[data-v-838d62b2] {
  font-size: 18px;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 5px;
  color: #494949;
  width: 100%;
}
.myCode-content .myCode-content-wen .myCode-txt[data-v-838d62b2] {
  width: 320px;
  padding: 27px 0 0 0;
  height: 95px;
  text-align: center;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAasAAAB/CAYAAABRye3gAAAAAXNSR0IArs4c6QAAC+tJREFUeF7t3W1snWUdx/Hf/z6nPV0ftnXinmUPMmcEIaMt2YjxIVFJjDEGE32hEbMXkoiQqTsdi2K6KI62YyASIkt0QRNN9BUx+sI3i5khmz11wATB8WJOBmuBdrC16/pwLnPdpx0de2Dt2p7/2u/9Yu3ac67rfz7/K/3lPuc69zFxuBQI+1qyqqvJa2j497Zp+1GXRVIUAgggMEMCNkPzMM0EBMKB9puV1a8lbVB3rtq+cN/ZCdydmyKAAAKzToCwctTSUHiyQjq1XSr+ULJKScesMb/KUYmUggACCJRFgLAqC/uFk4aOhzfIinsl3XLutyH8zZqaP+2kRMpAAAEEyiZAWJWNvjRxeKGlUv01P5apWVKFMlVSrk7qf0MK2mtN+c1lLpHpEUAAgbILEFZlbEE4tKtJw8W9MrsxLaN2uTR/lXTqf9KpV2OUPWCNzT8tY4lMjQACCLgQIKzK0Iawr6VKtbU7ZOH7krLKzpPq10m5+aVq3npJOvNm/O7r1pj/XRlKZEoEEEDAlQBhNcPtCP946HYlmV9J+qhkUt0Kaf71kiXvVtL1rDR0WrLiJmvYdmCGS2Q6BBBAwJ0AYTVDLQn7WmpVV/OgpHskZVRRLdV/RKqsvbCC1w5IxeH4CtYSuyXfPUMlMg0CCCDgVoCwmoHWhELb5yU9Kdnq9Gxq/oekupXnn02N1RFDKoaV2Wlr2Fo3A+UxBQIIIOBegLCaxhaF53fWa7BitxTuUkypilpp0TqpoubSsw6elrqfjZsrDltj883TWB5DI4AAAteMAGE1Ta0K/2z7ior2uKSl6etR8XWp2hXxjOnyM8aNFXGDhfS0Nea/PE3lMSwCCCBwTQkQVlPcrlB4cJms8nEF3ZkOXVlXem2qYt6VzRS3rL99VLLwiDU0x92CHAgggMCcFyCspnAJhI62zTLbJalelpEWrJJqlr3/2dT4GnpfkfpOxCcN77WGfDwz40AAAQTmvABhNQVLIBxsX6NEe2T6bDpcVb208AYpm5v46G/8Szp7UtLIF63x/j9PfADugQACCMw+AcLqKnoawh8y6jy2RQo7JNUoqZAWrpWqPzj5UU8UpOGB+B6rj1nDtn9PfiDuiQACCMweAcJqkr0MhbZbJdsjqSEdonqxtGCNlKmY5IhxA2CQjj8TX68qalFfja1pGZj8YNwTAQQQmD0ChNUEexkKLdVS9Q7JtqSXSsrkpPobSk/9Xe0Rz6jimZV03BrzK692OO6PAAIIzBYBwmoCnQwHH7pDmewTUlib3m3swrNJZgKjXOam8bWq+JqVtN8a85+cmkEZBQEEELj2BQirK+hhOPzoEg0MPSrT10pv7q0pnU3FbelTefR1Sb1H4ohPWWP+W1M5NGMhgAAC17IAYXWZ7oUQTIVd31ainQpxO/oE3tw7mVUR318V32cV1GJN+bhpgwMBBBBAID1LmCVHOPJYTtkeU7+y6smVdjlUhkSZefHj4UtHGDj/nblJkpNlLm4Qih9QUa0y25TeN92O/mEpWzV9Ym+9LJ2JH7pY/KY1bfvt9E3EyAgggMC1JXDJsArP7J6neWGDhoaXKht3ESirkVAphYxMufSdrhaqFOJXVSmERLJc+vu4h9uUVbFYIVn8PqMQcjIlsiSnUEwUrEqJWfrz0jEaJHGOJCmNk34fU6aUEGNjBGVllh0N22lMD0lJ5eh29Oumv7Pdz0mDp+KZVfysqxemf0JmQAABBDwIhCHJjulU//P2mZbhi1V0QViFjtb1MntAwe6UjQWIhwfzfjXY6JUixr6O3n7850SlwTfuSK/Td5mTy6oFpU/uTWIuzsDx2kGpODQDEzEFAggg4FIgXhHhN8pV/Mw+vqXrvD/X4/8TCq3fkZLdUjxzUunq4PFpr/QP/ugf9rE/8PHrue9HQ2AsGM77epH7xbEuuO97bhfnf+945+53sd+5hL/youJ7rHpevvLbc0sEEEBgtgiEojTcX7ogQunoVQjfsKbmv4z94NxpRSi0x4umPpz+onpJ6TOXpvP1mdmCzONAAAEEEJgagcE+6Z2j0kBvfNlnOD7DZ7fl/5Seu8R/QmfrRhWTv6evLcUt2TVLp2ZiRkEAAQQQQGBCAkF6+7+lndHSSQ2evclu/9HxUlgV2vdL+kT66bULVk9oWG6MAAIIIIDAlAu8+aI00BMvP7fHGprvttKGiuSl9CMtlt0mTdXVGKa8cgZEAAEEEJgzAsNnpBOd8eGe1mBmsYWO9rtl+mV6pfBF6+eMAw8UAQQQQMC5QNchaahPKo58ykKhbadk96dbtOOmCg4EEEAAAQQ8CMQd0v2jF0oInW27Fex76cdb1K3wUB41IIAAAgggIPUckfq74lbAzUZYsSIQQAABBFwKEFYu20JRCCCAAALjBQgr1gMCCCCAgHsBwsp9iygQAQQQQICwYg0ggAACCLgXIKzct4gCEUAAAQQIK9YAAggggIB7AcLKfYsoEAEEEECAsGINIIAAAgi4FyCs3LeIAhFAAAEECCvWAAIIIICAewHCyn2LKBABBBBAgLBiDSCAAAIIuBcgrNy3iAIRQAABBAgr1gACCCCAgHsBwsp9iygQAQQQQICwYg0ggAACCLgXIKzct4gCEUAAAQQIK9YAAggggIB7AcLKfYsoEAEEEECAsGINIIAAAgi4FyCs3LeIAhFAAAEECCvWAAIIIICAewHCyn2LKBABBBBAgLBiDSCAAAIIuBcgrNy3iAIRQAABBAgr1gACCCCAgHsBwsp9iygQAQQQQICwYg0ggAACCLgXIKzct4gCEUAAAQQIK9YAAggggIB7AcLKfYsoEAEEEECAsGINIIAAAgi4FyCs3LeIAhFAAAEECCvWAAIIIICAewHCyn2LKBABBBBAgLBiDSCAAAIIuBcgrNy3iAIRQAABBAgr1gACCCCAgHsBwsp9iygQAQQQQICwYg0ggAACCLgXIKzct4gCEUAAAQQIK9YAAggggIB7AcLKfYsoEAEEEECAsGINIIAAAgi4FyCs3LeIAhFAAAEECCvWAAIIIICAewHCyn2LKBABBBBAgLBiDSCAAAIIuBcgrNy3iAIRQAABBAgr1gACCCCAgHsBwsp9iygQAQQQQICwYg0ggAACCLgXIKzct4gCEUAAAQQIK9YAAggggIB7AcLKfYsoEAEEEECAsGINIIAAAgi4FyCs3LeIAhFAAAEECCvWAAIIIICAewHCyn2LKBABBBBAgLBiDSCAAAIIuBcgrNy3iAIRQAABBAgr1gACCCCAgHsBwsp9iygQAQQQQICwYg0ggAACCLgXIKzct4gCEUAAAQQIK9YAAggggIB7AcLKfYsoEAEEEECAsGINIIAAAgi4FyCs3LeIAhFAAAEECCvWAAIIIICAewHCyn2LKBABBBBAgLBiDSCAAAIIuBcgrNy3iAIRQAABBAgr1gACCCCAgHsBwsp9iygQAQQQQICwYg0ggAACCLgXIKzct4gCEUAAAQQIK9YAAggggIB7AcLKfYsoEAEEEECAsGINIIAAAgi4FyCs3LeIAhFAAAEECCvWAAIIIICAewHCyn2LKBABBBBAgLBiDSCAAAIIuBcgrNy3iAIRQAABBM4Pq12tCqFZC1ZLdSvBQQABBBBAwIdAz3+k/m4phLssFFrvk5Kfq2aJVL/OR4FUgQACCCCAQPdz0uApKdHnLBzY2aBstqCkUlrWJJkBhAACCCCAQHkFRgal1zskhUFpZHGaTKHQfljSTVq4VqpdXt4CmR0BBBBAAIHeV6S+E5Lsj9a49aulsOpo/ZIseVqWSNfdKOUWAIUAAggggEB5BPq6pN4jpbOqJNlgt2598dxzfqGz/RcK+q5k0vzrpboVSsOLAwEEEEAAgZkQKA5J7xyTTr8+OlvxHmvc9kT8z7thFVoSddY8Iune9OdJVsotlLJVhNZMNIk5EEAAgbkqEEakoTPS2ZNSKEaFIUlbrTH/2BjJBbspQueuO6TwEwU1zVU3HjcCCCCAQFkEgqS/KiTbrekHh8ZXcMmtf6Gjdb0ss1EKy2WqLEvZTIoAAgggMPsFQnFAwY5pJOy3jdtevdgD/j8DUs2PIG1/IAAAAABJRU5ErkJggg==) no-repeat;
  background-size: 100% 100%;
  line-height: 28px;
  margin: 5px auto;
}
.myCode-content .myCode-content-wen .myCode-txt .myCode-txt-title[data-v-838d62b2] {
  font-size: 18px;
  color: #494949;
}
.myCode-content .myCode-content-wen .myCode-txt .myCode-txt-wen[data-v-838d62b2] {
  font-size: 18px;
  color: #FF1F1F;
}
.myCode-content .myCode-content-wen .codePic[data-v-838d62b2] {
  width: 200px;
  height: 200px;
  margin-top: 5px;
}
.myCode-content .myCode-content-wen .qrcode-container[data-v-838d62b2] {
  margin: 5px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid transparent;
}
.myCode-content .myCode-content-wen .no-qrcode[data-v-838d62b2] {
  font-size: 16px;
  color: #888;
  text-align: center;
  width: 200px;
  height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.myCode-content .myCode-content-wen > div[data-v-838d62b2]:last-child {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.myCode-dialog .el-dialog__header {
  display: none;
}
.myCode-dialog .el-dialog {
  background: none;
}
.myCode-dialog .el-dialog .el-dialog__body {
  padding: 0;
  background: none;
  overflow: visible;
}
[data-v-94db6026]:export {
  menuText: #ffffffd7;
  menuActiveText: #ffffff;
  subMenuActiveText: #ffffff;
  menuBg: #4B7EFF;
  menuHover: #3a70f0;
  subMenuBg: #5f8cfd;
  subMenuHover: #4776e0;
  sideBarWidth: 210px;
}
.bit-title[data-v-94db6026] {
  font-size: 18px;
  color: #5D5D5D;
}
.mod-content[data-v-94db6026] {
  padding: 0 40px;
}
.mod-content .coupon-title[data-v-94db6026] {
  font-size: 24px;
  text-align: center;
  color: #000000;
  margin-top: -20px;
  margin-bottom: 30px;
  font-weight: 600;
}
.mod-content .content-input[data-v-94db6026] {
  border-radius: 10px;
  border: 1px solid #E6E6E6;
  padding: 10px 20px;
  margin-bottom: 20px;
  width: 48%;
  height: 70px;
}
.mod-content .content-input .content-text[data-v-94db6026] {
  font-size: 18px;
  color: #5D5D5D;
}
.mod-content .content-input .xq-blue[data-v-94db6026] {
  font-size: 16px;
}
.mod-content .bank-img[data-v-94db6026] {
  width: 50px;
  height: 50px;
}
.mod-content .bank-name[data-v-94db6026] {
  color: #262626;
  margin-left: 10px;
}
.mod-content .save-btn[data-v-94db6026] {
  width: 100%;
  height: 60px;
  font-size: 18px;
}
.content-input-textarea[data-v-94db6026] {
  margin: 15px 0;
  width: 100%;
  border-radius: 10px;
  border: 1px solid #E6E6E6;
  padding: 10px 20px;
  margin-bottom: 20px;
}
.avatar-uploader[data-v-94db6026] {
  width: 100px;
  height: 100px;
  border: 1px dashed #d9d9d9;
  border-radius: 50%;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  text-align: center;
}
.avatar-uploader .avatar[data-v-94db6026] {
  width: 100%;
  height: 100%;
  display: block;
}
.avatar-uploader .avatar-uploader-icon[data-v-94db6026] {
  font-size: 28px;
  color: #8c939d;
  width: 100%;
  height: 100%;
  line-height: 100px;
}
.avatar-uploader[data-v-94db6026]:hover {
  border-color: #409eff;
}
.xq-flex-center[data-v-94db6026] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.xq-flex-vcenter[data-v-94db6026] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.xq-flex-end[data-v-94db6026] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.xq-flex-cbetween[data-v-94db6026] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.xq-text-center[data-v-94db6026] {
  text-align: center;
}
.xq-border-box[data-v-94db6026] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.xq-flex1[data-v-94db6026] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.xq-nowrap[data-v-94db6026] {
  white-space: nowrap;
}
.xq-no-scale[data-v-94db6026] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.edit-expert-dialog .el-dialog {
  border-radius: 20px;
}
.edit-expert-dialog .el-input {
  width: 70%;
  border-color: #fff;
}
.edit-expert-dialog .el-input__inner {
  border-color: #fff;
}
.edit-expert-dialog .el-textarea__inner {
  border-color: #fff;
  resize: none;
}
[data-v-4fe0394b]:export {
  menuText: #ffffffd7;
  menuActiveText: #ffffff;
  subMenuActiveText: #ffffff;
  menuBg: #4B7EFF;
  menuHover: #3a70f0;
  subMenuBg: #5f8cfd;
  subMenuHover: #4776e0;
  sideBarWidth: 210px;
}
.mod-content[data-v-4fe0394b] {
  padding: 0 40px;
}
.mod-content .coupon-title[data-v-4fe0394b] {
  font-size: 24px;
  text-align: center;
  color: #000000;
  margin-top: -20px;
  margin-bottom: 30px;
  font-weight: 600;
}
.mod-content .content-input[data-v-4fe0394b] {
  border-radius: 10px;
  border: 1px solid #E6E6E6;
  padding: 10px 20px;
  margin-bottom: 20px;
  height: 70px;
}
.mod-content .content-input .content-text[data-v-4fe0394b] {
  font-size: 18px;
  color: #5D5D5D;
}
.mod-content .content-input .xq-blue[data-v-4fe0394b] {
  font-size: 16px;
}
.mod-content .bank-img[data-v-4fe0394b] {
  width: 50px;
  height: 50px;
}
.mod-content .bank-name[data-v-4fe0394b] {
  color: #262626;
  margin-left: 10px;
}
.mod-content .save-btn[data-v-4fe0394b] {
  width: 100%;
  height: 50px;
  font-size: 18px;
}
.mod-content .captcha-img[data-v-4fe0394b] {
  height: 50px;
  margin-left: 80px;
  cursor: pointer;
  border-radius: 4px;
}
.xq-flex-center[data-v-4fe0394b] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.xq-flex-vcenter[data-v-4fe0394b] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.xq-flex-end[data-v-4fe0394b] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.xq-flex-cbetween[data-v-4fe0394b] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.xq-border-box[data-v-4fe0394b] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.xq-flex1[data-v-4fe0394b] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.xq-nowrap[data-v-4fe0394b] {
  white-space: nowrap;
}
.xq-no-scale[data-v-4fe0394b] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.xq-cur[data-v-4fe0394b] {
  cursor: pointer;
}
.xq-blue[data-v-4fe0394b] {
  color: #357aff;
}
.mod-dialog .el-dialog {
  border-radius: 20px;
}
.mod-dialog .el-input {
  width: 70%;
  border-color: #fff;
}
.mod-dialog .el-input__inner {
  border-color: #fff;
}
[data-v-15930344]:export {
  menuText: #ffffffd7;
  menuActiveText: #ffffff;
  subMenuActiveText: #ffffff;
  menuBg: #4B7EFF;
  menuHover: #3a70f0;
  subMenuBg: #5f8cfd;
  subMenuHover: #4776e0;
  sideBarWidth: 210px;
}
.mod-content[data-v-15930344] {
  padding: 0 40px;
}
.mod-content .coupon-title[data-v-15930344] {
  font-size: 24px;
  text-align: center;
  color: #000000;
  margin-top: -20px;
  margin-bottom: 30px;
  font-weight: 600;
}
.mod-content .content-input[data-v-15930344] {
  border-radius: 10px;
  border: 1px solid #E6E6E6;
  padding: 10px 20px;
  margin-bottom: 20px;
  height: 70px;
}
.mod-content .content-input .content-text[data-v-15930344] {
  font-size: 18px;
  color: #5D5D5D;
}
.mod-content .content-input .xq-blue[data-v-15930344] {
  font-size: 16px;
  cursor: pointer;
}
.mod-content .bank-img[data-v-15930344] {
  width: 50px;
  height: 50px;
}
.mod-content .bank-name[data-v-15930344] {
  color: #262626;
  margin-left: 10px;
}
.mod-content .save-btn[data-v-15930344] {
  width: 100%;
  height: 50px;
  font-size: 18px;
}
.mod-content .captcha-img[data-v-15930344] {
  height: 50px;
  margin-left: 80px;
  cursor: pointer;
  border-radius: 4px;
}
.xq-flex-center[data-v-15930344] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.xq-flex-vcenter[data-v-15930344] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.xq-flex-end[data-v-15930344] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.xq-flex-cbetween[data-v-15930344] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.xq-border-box[data-v-15930344] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.xq-flex1[data-v-15930344] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.xq-nowrap[data-v-15930344] {
  white-space: nowrap;
}
.xq-no-scale[data-v-15930344] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.xq-cur[data-v-15930344] {
  cursor: pointer;
}
.xq-blue[data-v-15930344] {
  color: #357aff;
}
.mod-dialog .el-dialog {
  border-radius: 20px;
}
.mod-dialog .el-input {
  width: 70%;
  border-color: #fff;
}
.mod-dialog .el-input__inner {
  border-color: #fff;
}
[data-v-ae161c18]:export {
  menuText: #ffffffd7;
  menuActiveText: #ffffff;
  subMenuActiveText: #ffffff;
  menuBg: #4B7EFF;
  menuHover: #3a70f0;
  subMenuBg: #5f8cfd;
  subMenuHover: #4776e0;
  sideBarWidth: 210px;
}
.bind-content[data-v-ae161c18] {
  padding: 0 40px;
}
.bind-content .coupon-title[data-v-ae161c18] {
  font-size: 24px;
  text-align: center;
  color: #000000;
  margin-top: -40px;
  margin-bottom: 20px;
}
.bind-content .content-input[data-v-ae161c18] {
  border-radius: 10px;
  border: 1px solid #E6E6E6;
  padding: 10px 20px;
  margin-bottom: 20px;
  height: 70px;
}
.bind-content .content-input .content-text[data-v-ae161c18] {
  font-size: 18px;
  color: #5D5D5D;
}
.bind-content .content-input .xq-blue[data-v-ae161c18] {
  font-size: 16px;
}
.bind-content .bank-img[data-v-ae161c18] {
  width: 50px;
  height: 50px;
}
.bind-content .bank-name[data-v-ae161c18] {
  color: #262626;
  margin-left: 10px;
}
.bind-content .save-btn[data-v-ae161c18] {
  width: 100%;
  height: 60px;
  font-size: 18px;
  border-radius: 15px;
}
.bind-content .card-type-select[data-v-ae161c18] {
  width: 100%;
}
.xq-bold[data-v-ae161c18] {
  font-weight: bold;
}
.xq-blue[data-v-ae161c18] {
  color: #4B7EFF;
}
.xq-no-scale[data-v-ae161c18] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.xq-cur[data-v-ae161c18] {
  cursor: pointer;
}
.xq-flex-cbetween[data-v-ae161c18] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.xq-flex-center[data-v-ae161c18] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.xq-flex-vcenter[data-v-ae161c18] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.xq-flex-end[data-v-ae161c18] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@charset "UTF-8";

/* 设置全局样式，确保下拉菜单正确显示 */
.card-type-dropdown {
  z-index: 9999 !important;
  /* 提高z-index确保下拉菜单在最上层 */
  max-height: 200px;
  width: auto !important;
  min-width: 120px !important;
}
.bind-dialog .el-dialog {
  border-radius: 20px;
}
.bind-dialog .el-input {
  width: 99%;
  border-color: #fff;
}
.bind-dialog .el-select {
  width: 100%;
}
.bind-dialog .el-input__inner {
  border-color: #fff;
  text-align: right;
}

/* 修复下拉选项样式 */
.el-select-dropdown__item {
  height: auto !important;
  line-height: 30px !important;
  padding: 0 20px !important;
  /* 确保有足够的内边距 */
}
.bind-dialog .border-item,
.bind-dialog .border-code {
  border: 1px solid #E6E6E6;
  border-radius: 5px;
  padding: 5px 0px;
}
.bind-dialog .border-code {
  padding-right: 15px;
}
.bind-dialog .border-code .el-input__inner {
  text-align: left;
  width: 80%;
}
.bind-dialog .el-form-item__label {
  font-size: 18px;
  color: #5D5D5D;
}
.bind-dialog .el-input.is-disabled .el-input__inner {
  background: none;
  border: none;
  color: #5D5D5D;
  font-size: 18px;
}
[data-v-7122ecfb]:export {
  menuText: #ffffffd7;
  menuActiveText: #ffffff;
  subMenuActiveText: #ffffff;
  menuBg: #4B7EFF;
  menuHover: #3a70f0;
  subMenuBg: #5f8cfd;
  subMenuHover: #4776e0;
  sideBarWidth: 210px;
}
.add-time-dialog[data-v-7122ecfb] {
  border-radius: 20px;
}
.unBind-content[data-v-7122ecfb] {
  padding: 0 40px;
}
.unBind-content .coupon-title[data-v-7122ecfb] {
  font-size: 24px;
  text-align: center;
  color: #000000;
  margin-top: -40px;
  margin-bottom: 20px;
}
.unBind-content .content-input[data-v-7122ecfb] {
  border-radius: 10px;
  border: 1px solid #E6E6E6;
  padding: 10px 20px;
  margin-bottom: 20px;
  height: 70px;
}
.unBind-content .content-input .content-text[data-v-7122ecfb] {
  font-size: 18px;
  color: #5D5D5D;
}
.unBind-content .content-input .xq-blue[data-v-7122ecfb] {
  font-size: 16px;
}
.unBind-content .bank-img[data-v-7122ecfb] {
  width: 50px;
  height: 50px;
}
.unBind-content .bank-name[data-v-7122ecfb] {
  color: #262626;
  margin-left: 10px;
  font-size: 16px;
}
.unBind-content .save-btn[data-v-7122ecfb] {
  width: 100%;
  height: 60px;
  font-size: 18px;
}
.xq-flex-center[data-v-7122ecfb] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.xq-flex-vcenter[data-v-7122ecfb] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.xq-flex-end[data-v-7122ecfb] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.xq-flex-cbetween[data-v-7122ecfb] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.xq-border-box[data-v-7122ecfb] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.xq-flex1[data-v-7122ecfb] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.xq-nowrap[data-v-7122ecfb] {
  white-space: nowrap;
}
.xq-no-scale[data-v-7122ecfb] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.xq-cur[data-v-7122ecfb] {
  cursor: pointer;
}
.xq-blue[data-v-7122ecfb] {
  color: #357aff;
}
.unBind-dialog .el-dialog {
  border-radius: 20px;
}
.unBind-dialog .el-input {
  width: 70%;
  border-color: #fff;
}
.unBind-dialog .el-input__inner {
  border-color: #fff;
}

.loading-overlay[data-v-4cfa54a0] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 9999;
}
.loading-spinner[data-v-4cfa54a0] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: white;
  padding: 20px;
  border-radius: 8px;
}
.spinner[data-v-4cfa54a0] {
  width: 40px;
  height: 40px;
  border: 4px solid #f3f3f3;
  border-top: 4px solid #409eff;
  border-radius: 50%;
  -webkit-animation: spin-4cfa54a0 1s linear infinite;
          animation: spin-4cfa54a0 1s linear infinite;
}
.loading-text[data-v-4cfa54a0] {
  margin-top: 10px;
  color: #666;
}
@-webkit-keyframes spin-4cfa54a0 {
0% { -webkit-transform: rotate(0deg); transform: rotate(0deg);
}
100% { -webkit-transform: rotate(360deg); transform: rotate(360deg);
}
}
@keyframes spin-4cfa54a0 {
0% { -webkit-transform: rotate(0deg); transform: rotate(0deg);
}
100% { -webkit-transform: rotate(360deg); transform: rotate(360deg);
}
}

[data-v-716bb50a]:export {
  menuText: #ffffffd7;
  menuActiveText: #ffffff;
  subMenuActiveText: #ffffff;
  menuBg: #4B7EFF;
  menuHover: #3a70f0;
  subMenuBg: #5f8cfd;
  subMenuHover: #4776e0;
  sideBarWidth: 210px;
}
.contentDiv[data-v-716bb50a] {
  padding: 0 20px 0 20px;
  background: #fff;
  overflow-y: auto;
}
.wenDiv[data-v-716bb50a] {
  background: #FAFAFA;
  padding: 20px;
  margin-top: 0;
  border-radius: 16px 16px 0 0;
}
.ChildDiv[data-v-716bb50a] {
  background: #fff;
  border-radius: 12px;
  width: 100%;
  padding: 30px 25px;
}
.kefuImg[data-v-716bb50a] {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin-right: 20px;
}
.userTitle[data-v-716bb50a] {
  font-size: 22px;
}
.goodAt[data-v-716bb50a] {
  color: #4B7EFF;
  background: #E8EFFF;
  border-radius: 5px;
  border: 1px solid #749BFF;
  padding: 6px 10px;
  margin-right: 10px;
  margin-top: 5px;
}
.goodAtRemark[data-v-716bb50a] {
  color: #999;
  font-size: 12px;
}
.editIcon[data-v-716bb50a] {
  color: #999;
  font-size: 20px;
  margin-left: 10px;
  cursor: pointer;
}
.tMsg[data-v-716bb50a] {
  color: #646464;
  font-size: 14px;
  display: inline-block;
}
.tMsg span[data-v-716bb50a] {
  margin: 0 5px;
}
.tLogin[data-v-716bb50a] {
  color: #979494;
  font-size: 14px;
  margin-top: 10px;
}
.intro[data-v-716bb50a] {
  margin-top: 25px;
}
.intro .title[data-v-716bb50a] {
  font-size: 18px;
  color: #333;
  font-weight: bold;
  margin-bottom: 15px;
}
.intro .content[data-v-716bb50a] {
  background: #FFFFFF;
  border-radius: 10px;
  border: 1px solid #E6E6E6;
  padding: 15px;
  width: 100%;
  height: 150px;
}
.introRight[data-v-716bb50a] {
  margin-left: 20px;
}
.introRight .qrcode-img[data-v-716bb50a] {
  width: 150px !important;
  height: 150px !important;
}
.introRight .no-qrcode[data-v-716bb50a] {
  width: 150px;
  height: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #E6E6E6;
  background: #FFFFFF;
  font-size: 14px;
  color: #999;
}
.ChildW[data-v-716bb50a] {
  background: #fff;
  border-radius: 12px;
  width: 100%;
  padding: 20px 25px;
}
.ChildW .title[data-v-716bb50a] {
  font-size: 18px;
  color: #333;
  font-weight: bold;
  margin-bottom: 15px;
}
.ChildW .xqbor[data-v-716bb50a] {
  margin-left: 8px;
  border: 1px solid #4B7EFF;
}
.zyb[data-v-716bb50a] {
  color: #4B7EFF;
  font-size: 12px;
  display: inline-block;
  margin-right: 10px;
}
.edit-form .inClass[data-v-716bb50a] {
  width: 100%;
}
.mt20[data-v-716bb50a] {
  margin-top: 15px;
}
.xq-bold[data-v-716bb50a] {
  font-weight: bold;
}
.xq-blue[data-v-716bb50a] {
  color: #4B7EFF;
}
.xq-text-right[data-v-716bb50a] {
  text-align: right;
}
.xq-text-center[data-v-716bb50a] {
  text-align: center;
}
.xq-nowrap[data-v-716bb50a] {
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.xq-flex-cbetween[data-v-716bb50a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.xq-flex-vcenter[data-v-716bb50a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.xq-border-box[data-v-716bb50a] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.xq-flex1[data-v-716bb50a] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.xq-no-scale[data-v-716bb50a] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.live-cover-container[data-v-716bb50a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 20px;
}
.live-cover-container .cover-preview[data-v-716bb50a] {
  width: 240px;
  height: 135px;
  overflow: hidden;
  margin-right: 30px;
}
.live-cover-container .cover-preview .avatar-uploader[data-v-716bb50a] {
  width: 100%;
  height: 100%;
}
.live-cover-container .cover-actions .cover-tip[data-v-716bb50a] {
  margin-top: 10px;
  color: #999;
  font-size: 12px;
}
.el-select-dropdown__item {
  height: auto !important;
  line-height: 30px !important;
}
.sync-im-icon {
  color: #999;
  font-size: 20px;
  margin-left: 10px;
  cursor: pointer;
}
.iconz::before {
  margin-right: 5px;
}
.el-form-item__label {
  color: #333;
  font-size: 15px;
  font-weight: 500;
}
.el-input__inner {
  border-radius: 8px;
  height: 40px;
  line-height: 40px;
}
.edit-form .el-form-item {
  margin-bottom: 16px;
}
.live-cover-container .avatar-uploader .el-upload {
  border: 1px solid #ddd;
  border-radius: 6px;
  height: 135px;
  width: 240px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  background: #F3F3F3;
  line-height: 135px;
}
.live-cover-container .avatar-uploader .el-upload:hover {
  border-color: #409EFF;
}
.live-cover-container .avatar-uploader-icon {
  font-size: 28px;
  color: #8c939d;
  text-align: center;
}
.live-cover-container .avatar {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
[data-v-13a0ff77]:export {
  menuText: #ffffffd7;
  menuActiveText: #ffffff;
  subMenuActiveText: #ffffff;
  menuBg: #4B7EFF;
  menuHover: #3a70f0;
  subMenuBg: #5f8cfd;
  subMenuHover: #4776e0;
  sideBarWidth: 210px;
}
.order-records[data-v-13a0ff77] {
  padding: 20px;
  background: #f5f5f5;
  min-height: calc(100vh - 84px);
}
.order-records .filter-section[data-v-13a0ff77] {
  background: #fff;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 8px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.order-records .filter-section .filter-form .el-form-item[data-v-13a0ff77] {
  margin-bottom: 0;
  margin-right: 20px;
}
.order-records .orders-table[data-v-13a0ff77] {
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.order-records .orders-table .orders-table-content .amount[data-v-13a0ff77] {
  color: #f56c6c;
  font-weight: bold;
}
.order-records .orders-table .orders-table-content .income[data-v-13a0ff77] {
  color: #67c23a;
  font-weight: bold;
}
.order-records .orders-table .pagination-wrapper[data-v-13a0ff77] {
  margin-top: 20px;
  text-align: right;
}
[data-v-42950688]:export {
  menuText: #ffffffd7;
  menuActiveText: #ffffff;
  subMenuActiveText: #ffffff;
  menuBg: #4B7EFF;
  menuHover: #3a70f0;
  subMenuBg: #5f8cfd;
  subMenuHover: #4776e0;
  sideBarWidth: 210px;
}
.statistics-section[data-v-42950688] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}
.statistics-section .withdrawal-card[data-v-42950688] {
  width: 500px;
  height: 200px;
  background: linear-gradient(135deg, #6672FB 0%, #5A67D8 100%);
  border-radius: 20px;
  padding: 30px;
  color: white;
}
.statistics-section .withdrawal-card .card-content[data-v-42950688] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.statistics-section .withdrawal-card .card-content .card-info .card-title[data-v-42950688] {
  font-size: 20px;
  margin-bottom: 10px;
}
.statistics-section .withdrawal-card .card-content .card-info .card-amount[data-v-42950688] {
  font-size: 38px;
  font-weight: bold;
  margin-bottom: 10px;
}
.statistics-section .withdrawal-card .card-content .card-info .card-link[data-v-42950688] {
  font-size: 16px;
  cursor: pointer;
  opacity: 0.9;
}
.statistics-section .withdrawal-card .card-content .card-info .card-link[data-v-42950688]:hover {
  opacity: 1;
}
.statistics-section .withdrawal-card .card-content .card-action .el-button[data-v-42950688] {
  width: 140px;
  height: 48px;
  border-radius: 10px;
  background: white;
  color: #6672FB;
  border: none;
  font-size: 16px;
}
.statistics-section .withdrawal-card .card-content .card-action .el-button[data-v-42950688]:hover {
  background: #f8f9ff;
}
.statistics-section .stats-cards[data-v-42950688] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.statistics-section .stats-cards .stats-row[data-v-42950688] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.statistics-section .stats-cards .stats-row .stat-card[data-v-42950688] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 90px;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
}
.statistics-section .stats-cards .stats-row .stat-card .stat-title[data-v-42950688] {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 5px;
}
.statistics-section .stats-cards .stats-row .stat-card .stat-title span[data-v-42950688] {
  font-size: 16px;
  font-weight: normal;
}
.statistics-section .stats-cards .stats-row .stat-card .stat-label[data-v-42950688] {
  font-size: 16px;
}
.statistics-section .stats-cards .stats-row .stat-card.expense-card[data-v-42950688] {
  background: #E8523F;
}
.statistics-section .stats-cards .stats-row .stat-card.income-card[data-v-42950688] {
  background: #1DCB7F;
}
.statistics-section .stats-cards .stats-row .stat-card.yesterday-card[data-v-42950688] {
  background: #F5B039;
}
.statistics-section .stats-cards .stats-row .stat-card.withdrawn-card[data-v-42950688] {
  background: #6DCE42;
}
.statistics-section .stats-cards .stats-row .stat-card.month-expense-card[data-v-42950688] {
  background: #6672FB;
}
.statistics-section .stats-cards .stats-row .stat-card.month-withdrawn-card[data-v-42950688] {
  background: #FFB04A;
}
[data-v-7f0b1862]:export {
  menuText: #ffffffd7;
  menuActiveText: #ffffff;
  subMenuActiveText: #ffffff;
  menuBg: #4B7EFF;
  menuHover: #3a70f0;
  subMenuBg: #5f8cfd;
  subMenuHover: #4776e0;
  sideBarWidth: 210px;
}
.detail-list .filter-container[data-v-7f0b1862] {
  margin-bottom: 20px;
}
.detail-list .user-info[data-v-7f0b1862] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.detail-list .user-info .user-avatar[data-v-7f0b1862],
.detail-list .user-info[data-v-7f0b1862] .el-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  cursor: pointer;
}
.detail-list .user-info .username[data-v-7f0b1862] {
  margin-left: 10px;
  font-weight: bold;
}
.detail-list .amount[data-v-7f0b1862] {
  font-weight: bold;
}
.detail-list .amount.income[data-v-7f0b1862] {
  color: #67C23A;
}
.detail-list .amount.expense[data-v-7f0b1862] {
  color: #F56C6C;
}
.detail-list .pagination-container[data-v-7f0b1862] {
  margin-top: 20px;
  text-align: right;
}
[data-v-abdefa28]:export {
  menuText: #ffffffd7;
  menuActiveText: #ffffff;
  subMenuActiveText: #ffffff;
  menuBg: #4B7EFF;
  menuHover: #3a70f0;
  subMenuBg: #5f8cfd;
  subMenuHover: #4776e0;
  sideBarWidth: 210px;
}
.finance-container[data-v-abdefa28] {
  padding: 20px;
}
.finance-container .detail-container .pagination-container[data-v-abdefa28] {
  margin-top: 20px;
  text-align: right;
}
.finance-container .detail-container .placeholder[data-v-abdefa28] {
  padding: 20px;
  text-align: center;
  color: #909399;
}
.finance-container .available-amount[data-v-abdefa28] {
  font-size: 20px;
  font-weight: bold;
  color: #67C23A;
}
.finance-container .add-account[data-v-abdefa28] {
  margin-top: 5px;
  text-align: right;
}
.finance-container .fee-info[data-v-abdefa28] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.finance-container .fee-info span[data-v-abdefa28] {
  margin-bottom: 5px;
}
.finance-container .fee-info span[data-v-abdefa28]:last-child {
  font-weight: bold;
  color: #67C23A;
}
[data-v-8cb9a208]:export {
  menuText: #ffffffd7;
  menuActiveText: #ffffff;
  subMenuActiveText: #ffffff;
  menuBg: #4B7EFF;
  menuHover: #3a70f0;
  subMenuBg: #5f8cfd;
  subMenuHover: #4776e0;
  sideBarWidth: 210px;
}
.contentDiv[data-v-8cb9a208] {
  padding: 1px 0px 0px 30px;
  background: #fff;
  overflow-y: auto;
}
.searchDiv[data-v-8cb9a208] {
  padding-top: 20px;
}
.contentTop[data-v-8cb9a208] {
  width: 100%;
  background: #fff;
}
.contentTable[data-v-8cb9a208] {
  width: 100%;
  background: #fff;
  position: relative;
}
.caseList-icon[data-v-8cb9a208] {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.xq-page-div[data-v-8cb9a208] {
  margin-top: 20px;
  text-align: right;
  padding: 20px;
}
.xq-search-button[data-v-8cb9a208] {
  background: #409EFF;
  color: white;
  border: none;
}
.xq-search-button[data-v-8cb9a208]:hover {
  background: #66b1ff;
}
.xq-border-box[data-v-8cb9a208] {
  border: 1px solid #ebeef5;
  border-radius: 4px;
  margin-top: 20px;
}

.tableHeader th {
  background: #f5f5f5;
}

@charset "UTF-8";
[data-v-06d52c2f]:export {
  menuText: #ffffffd7;
  menuActiveText: #ffffff;
  subMenuActiveText: #ffffff;
  menuBg: #4B7EFF;
  menuHover: #3a70f0;
  subMenuBg: #5f8cfd;
  subMenuHover: #4776e0;
  sideBarWidth: 210px;
}
.data-board-container[data-v-06d52c2f] {
  padding: 20px;
}
.data-board-container .filter-card[data-v-06d52c2f] {
  margin-bottom: 20px;
  border-radius: 8px;
}
.data-board-container .filter-card[data-v-06d52c2f] .el-card__body {
  padding: 16px 20px;
}
.data-board-container .filter-bar[data-v-06d52c2f] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}
.data-board-container .filter-bar .filter-label[data-v-06d52c2f] {
  font-size: 14px;
  color: #606266;
  white-space: nowrap;
}
.data-board-container .filter-bar .filter-shortcuts[data-v-06d52c2f] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  margin-left: 8px;
}
.data-board-container .cards-wrapper[data-v-06d52c2f] {
  min-height: 200px;
}
.data-board-container .card-col[data-v-06d52c2f] {
  margin-bottom: 16px;
}
.data-board-container .stat-card[data-v-06d52c2f] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 18px;
  border-radius: 10px;
  background: #fff;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.07);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.07);
  -webkit-transition: -webkit-transform 0.2s, -webkit-box-shadow 0.2s;
  transition: -webkit-transform 0.2s, -webkit-box-shadow 0.2s;
  transition: transform 0.2s, box-shadow 0.2s;
  transition: transform 0.2s, box-shadow 0.2s, -webkit-transform 0.2s, -webkit-box-shadow 0.2s;
  min-height: 96px;
  border-left: 4px solid transparent;
  overflow: hidden;
  /* 颜色主题 */
}
.data-board-container .stat-card[data-v-06d52c2f]:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
          box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
}
.data-board-container .stat-card__icon[data-v-06d52c2f] {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 22px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 14px;
  opacity: 0.9;
}
.data-board-container .stat-card__body[data-v-06d52c2f] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
.data-board-container .stat-card__label[data-v-06d52c2f] {
  font-size: 13px;
  color: #909399;
  margin-bottom: 6px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.data-board-container .stat-card__value[data-v-06d52c2f] {
  font-size: 22px;
  font-weight: 700;
  color: #303133;
  line-height: 1.2;
}
.data-board-container .stat-card__value .unit[data-v-06d52c2f] {
  font-size: 14px;
  font-weight: 500;
  margin-right: 2px;
  color: #606266;
}
.data-board-container .stat-card__desc[data-v-06d52c2f] {
  font-size: 11px;
  color: #c0c4cc;
  margin-top: 4px;
}
.data-board-container .stat-card.card-blue[data-v-06d52c2f] {
  border-left-color: #409eff;
}
.data-board-container .stat-card.card-blue .stat-card__icon[data-v-06d52c2f] {
  background: rgba(64, 158, 255, 0.12);
  color: #409eff;
}
.data-board-container .stat-card.card-orange[data-v-06d52c2f] {
  border-left-color: #e6a23c;
}
.data-board-container .stat-card.card-orange .stat-card__icon[data-v-06d52c2f] {
  background: rgba(230, 162, 60, 0.12);
  color: #e6a23c;
}
.data-board-container .stat-card.card-red[data-v-06d52c2f] {
  border-left-color: #f56c6c;
}
.data-board-container .stat-card.card-red .stat-card__icon[data-v-06d52c2f] {
  background: rgba(245, 108, 108, 0.12);
  color: #f56c6c;
}
.data-board-container .stat-card.card-yellow[data-v-06d52c2f] {
  border-left-color: #f5a623;
}
.data-board-container .stat-card.card-yellow .stat-card__icon[data-v-06d52c2f] {
  background: rgba(245, 166, 35, 0.12);
  color: #f5a623;
}
.data-board-container .stat-card.card-teal[data-v-06d52c2f] {
  border-left-color: #20a0a0;
}
.data-board-container .stat-card.card-teal .stat-card__icon[data-v-06d52c2f] {
  background: rgba(32, 160, 160, 0.12);
  color: #20a0a0;
}
.data-board-container .stat-card.card-purple[data-v-06d52c2f] {
  border-left-color: #9c27b0;
}
.data-board-container .stat-card.card-purple .stat-card__icon[data-v-06d52c2f] {
  background: rgba(156, 39, 176, 0.12);
  color: #9c27b0;
}
.data-board-container .stat-card.card-green[data-v-06d52c2f] {
  border-left-color: #67c23a;
}
.data-board-container .stat-card.card-green .stat-card__icon[data-v-06d52c2f] {
  background: rgba(103, 194, 58, 0.12);
  color: #67c23a;
}
.data-board-container .stat-card.card-cyan[data-v-06d52c2f] {
  border-left-color: #00bcd4;
}
.data-board-container .stat-card.card-cyan .stat-card__icon[data-v-06d52c2f] {
  background: rgba(0, 188, 212, 0.12);
  color: #00bcd4;
}
.data-board-container .stat-card.card-indigo[data-v-06d52c2f] {
  border-left-color: #5c6bc0;
}
.data-board-container .stat-card.card-indigo .stat-card__icon[data-v-06d52c2f] {
  background: rgba(92, 107, 192, 0.12);
  color: #5c6bc0;
}
.data-board-container .stat-card.card-pink[data-v-06d52c2f] {
  border-left-color: #ec407a;
}
.data-board-container .stat-card.card-pink .stat-card__icon[data-v-06d52c2f] {
  background: rgba(236, 64, 122, 0.12);
  color: #ec407a;
}
.data-board-container .stat-card.card-rose[data-v-06d52c2f] {
  border-left-color: #ef5350;
}
.data-board-container .stat-card.card-rose .stat-card__icon[data-v-06d52c2f] {
  background: rgba(239, 83, 80, 0.12);
  color: #ef5350;
}
.data-board-container .stat-card.card-amber[data-v-06d52c2f] {
  border-left-color: #ff8f00;
}
.data-board-container .stat-card.card-amber .stat-card__icon[data-v-06d52c2f] {
  background: rgba(255, 143, 0, 0.12);
  color: #ff8f00;
}

.svg-icon[data-v-c8a70580] {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}
.svg-external-icon[data-v-c8a70580] {
  background-color: currentColor;
  -webkit-mask-size: cover!important;
          mask-size: cover!important;
  display: inline-block;
}


.dict-tag-wrapper[data-v-7e7e1b87] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

