#main_left {
  text-align: left;
}
.el-submenu__title {
  /* padding-left: 16px !important; */
}
.el-menu {
  border: none;
}
.el-menu-item {
  border-bottom: 1px solid #EDEDED;
  color: #0C1916;
  font-weight: bold;
}
.el-menu-item.is-active {
  background: var(--theme-undertint-color);
  color: var(--theme-color);
}

.el-submenu__title,
  .homeIcon {
    font-weight: bold !important;
}
.el-aside {
    width: 200px !important;
}
.el-icon-menu2 {  
  background-image: url('https://cdn.ix5j.net/sxd/icon_sxd_24.png'); /* 替换为您的图片路径 */  
  background-size: cover; /* 确保图片覆盖整个元素 */  
  width: 22px;   
  height: 22px;
}
.el-icon-menu-new {
  background-size: cover; /* 确保图片覆盖整个元素 */  
  width: 22px;   
  height: 22px;
}
.suqare {
  background-image: url("https://cdn.ix5j.net/saas_assets/tab/square.webp");
}
.script-tool {
  background-image: url("https://cdn.ix5j.net/saas_assets/tab/script-tool.webp");
}
.index-platform{
  background-image: url("https://cdn.ix5j.net/saas_assets/tab/index-platform.webp");
}
.martial-manage{
  background-image: url("https://cdn.ix5j.net/saas_assets/tab/martial-manage.webp");
}
.video-manage{
  background-image: url("https://cdn.ix5j.net/saas_assets/tab/video-manage.webp");
}
.ai-create{
  background-image: url("https://cdn.ix5j.net/saas_assets/tab/ai-create.webp");
}
.works-distribute{
  background-image: url("https://cdn.ix5j.net/saas_assets/tab/works-distribute.webp");
}
.merchant-manage {
  background-image: url("https://cdn.ix5j.net/saas_assets/tab/merchant-manage.webp");
}
.user-manage {
  background-image: url("https://cdn.ix5j.net/saas_assets/tab/user-manage.webp");
}
.el-icon-arrow-down::before{
  -webkit-filter: brightness(0);
          filter: brightness(0);
}
.aicreate{
    height: 50px;
    cursor: pointer;
    padding-left: 20px;
    color: #303133;
    font-weight: bold;
}

@charset "UTF-8";
.home[data-v-0700d73f] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100vh;
}
.home_container[data-v-0700d73f] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  margin: 0 auto 0;
  margin-top: 52px;
}
.spanbutton[data-v-0700d73f] {
  width: 26px;
  height: 22px;
  font-size: 13px;
  font-family: PingFang SC, PingFang SC-400;
  font-weight: 400;
  text-align: LEFT;
  color: #262626;
  line-height: 22px;
  margin-left: 16px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  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;
}
#header[data-v-0700d73f] {
  position: fixed;
  top: 0;
  width: 100%;
  height: 53px;
  background: #fff;
  z-index: 100;
  border: 0.5px solid #eeeeee;
}
.el-aside[data-v-0700d73f] {
  overflow: auto;
  height: atuo;
  margin-right: 16px;
}
.el-main[data-v-0700d73f] {
  overflow: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
  padding: 0;
  background: none;
}

/**滚动条样式隐藏但是能滚动**/
html[data-v-0700d73f]::-webkit-scrollbar {
  width: 0 !important;
}
html[data-v-0700d73f] {
  -ms-overflow-style: none;
}
html[data-v-0700d73f] {
  overflow: -moz-scrollbars-none;
}
.el-main[data-v-0700d73f]::-webkit-scrollbar {
  width: 8px !important;
}
.el-main[data-v-0700d73f]::-webkit-scrollbar-thumb {
  background-color: #dadcde;
  border-radius: 5px;
}

/**滚动条样式隐藏但是能滚动**/
.el-header[data-v-0700d73f] {
  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%;
  padding: 0;
}
.avator[data-v-0700d73f] {
  border-radius: 50%;
  cursor: pointer;
}
.el-dropdown-menu__item[data-v-0700d73f] {
  text-align: center;
}
.head_container[data-v-0700d73f] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100vw;
}
.head_container_left[data-v-0700d73f] {
  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;
}
.head_container_right[data-v-0700d73f] {
  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-right: 36px;
}
.app-text[data-v-0700d73f] {
  height: 22px;
  font-size: 13px;
  font-family: PingFang SC, PingFang SC-400;
  font-weight: 400;
  text-align: LEFT;
  color: #262626;
  line-height: 22px;
  margin-left: 15px;
}
.yj[data-v-0700d73f] {
  width: 24px;
  height: 24px;
  opacity: 0.9;
  margin-left: 15px;
}
[data-v-0700d73f] .el-aside {
  width: 200px !important;
  background: #fff;
}
.dialog-p-css[data-v-0700d73f] {
  font-size: 16px;
  font-family: PingFang SC, PingFang SC-600;
  font-weight: 600;
  text-align: LEFT;
  color: #262626;
  line-height: 19px;
  margin-bottom: 16px;
}
[data-v-0700d73f] .el-form-item__label {
  font-size: 16px;
  font-family: PingFang SC, PingFang SC-400;
  font-weight: 400;
  text-align: LEFT;
  color: #0c1916;
  line-height: 34px;
}
[data-v-0700d73f] .el-input__inner {
  background: #f7f7f7;
  border-radius: 8px;
}
.select-company-font-css[data-v-0700d73f] {
  font-size: 18px;
  font-family: PingFang SC, PingFang SC-500;
  font-weight: 500;
  color: #262626;
}
