/* 强制禁止用户修改微信客户端的字体大小 */
body {
    -webkit-text-size-adjust: 100% !important;
    text-size-adjust: 100% !important;
    -moz-text-size-adjust: 100% !important;
}
body,html{
    margin: 0;
    padding: 0;
}
html body .news-a{
    outline-offset:0px;
    border: none;
    outline: none;
    text-decoration: none;
}
.news-button{
    display: inline-block;
    background-color: #52c443;
    color: white;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
    font-size: 16px;
    line-height: 1;
    font-weight: 500;
}
.news-button:hover{
    opacity: 0.7;
}
ul,li{
  list-style: none;
}
.el-select-dropdown.home-tools-select-popper .el-select-dropdown__item{
  font-size: 16px;
  line-height: 40px;
  height: 40px;
}

:root {
  --el-color-primary: #52c443;
  --el-color-primary-light-3:rgb(134, 214, 123);
  --el-color-primary-dark-2:rgb(134, 214, 123);
  --el-color-primary-light-5:rgba(134, 214, 123,0.7)
}

:root {
  font-family: Inter, system-ui, Avenir, Helvetica, Arial, sans-serif;
  line-height: 1.5;
  font-weight: 400;

  color-scheme: light dark;
  color: rgba(255, 255, 255, 0.87);
  background-color: #fff;

  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}
*{
  padding: 0;
  margin: 0;
}
a {
  font-weight: 500;
  color: #646cff;
  text-decoration: inherit;
}
a:hover {
  color: #535bf2;
}
#app{
  color: #000;
  background-color: #fff;
}
.editor {
  margin: 0;
  display: flex;
  place-items: center;
  min-width: 320px;
  min-height: 100vh;
}

h1 {
  font-size: 3.2em;
  line-height: 1.1;
}

button {
  border-radius: 8px;
  border: 1px solid transparent;
  padding: 0.6em 1.2em;
  font-size: 1em;
  font-weight: 500;
  font-family: inherit;
  background-color: #1a1a1a;
  cursor: pointer;
  transition: border-color 0.25s;
}
button:hover {
  border-color: #646cff;
}
button:focus,
button:focus-visible {
  outline: 4px auto -webkit-focus-ring-color;
}

.card {
  padding: 2em;
}

.editor-wrap {
  max-width: 1280px;
  margin: 0 auto;
  padding: 2rem;
  text-align: center;
}

@media (prefers-color-scheme: light) {
  :root {
    color: #213547;
    background-color: #ffffff;
  }
  a:hover {
    color: #747bff;
  }
  button {
    background-color: #f9f9f9;
  }
}

.el-dialog.loading-dialog{
  border-radius: 16px;
  padding: 0;
}
#markHtml{
  border-radius: 10px;
  background: #F3F3F3;
  padding: 16px 26px;
  margin-top:10px;
}
#markHtml h1{
  color: #232922;
  font-weight: normal;
  font-size: 16px;
  margin-bottom: 10px;
}
#markHtml h2{
  font-size: 15px;
  color: #232922;
  font-weight: normal;
}
#markHtml h3{
  font-size: 14px;
  color: #232922;
  font-weight: normal;
  margin: 4px 0 4px 10px;
}
#markHtml h4{
  font-size: 13px;
  color: #232922;
  font-weight: normal;
  margin: 4px 0 4px 25px;
}


#markHtml ul{
  font-size: 12px;
  color: #232922;
  font-weight: normal;
  margin: 0 0 12px 55px;
  list-style: none;
}
#markHtml li:before{
  content: "";
  position: absolute;  
  top: 8px;  
  left: -10px;  
  width: 4px;  
  height: 5px;  
  background-color: #52c443;  
  border-radius: 50%;  
}
#markHtml li{
  position: relative;
}
.loading-dialog .el-dialog__body{
  padding: 0 32px 32px;
}
.loading-dialog .el-dialog__header{
  padding-left: 40px;
}
.header-login-img{
  height: 35px;
  border-radius:50%;
  cursor: pointer;
}
.header-login-container{
  display: flex;
  flex-flow: column nowrap;
}
.header-login-container-item{
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  cursor: pointer;
  padding: 5px 8px 5px 8px;
  border-radius: 4px;
}
.header-login-container-item:hover{
  background: rgba(241, 241, 241, 1);
}
.header-login-container-item-popover{
  padding: 18px 6px 0px 6px;
  display: flex;
  color: #8D908C;
  flex-direction: column;
  align-items: center;
}
.header-login-container-item-popover img{
  height: 120px;
  margin-bottom: 16px;
  border-radius: 2px;
  outline: 1px solid #DDDEDC;
  outline-offset: 7px;
}
.header-login-container-item-popover span{
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  height: 20px;
  line-height: 20px;
}
.header-login-container-item-popover span svg{
  margin-right: 4px;
}
.header-login-container-item svg{
  margin-right: 7px;
  position: relative;
  top: -1px;
  width: 24px;
}


.header-login-container-card{
  width: 310px;
  height: 160px;
  position: relative;
  background: url('/nuxt-assets/img/headCardBg0.png')   no-repeat 0 0 /100% 100%;
  overflow: hidden;
  padding: 12px 14px 16px 12px;
  box-sizing: border-box;
  margin-bottom: 8px;
}
.header-login-container-card1{
  height: 122px;
  background: url('/nuxt-assets/img/headCardBg1.png')   no-repeat 0 0 /100% 100%;
}
.header-login-container-card1 .header-login-container-card-content{
  margin-top: 21px;
}
.header-login-container-card2{
  background: url('/nuxt-assets/img/headCardBg2.png')   no-repeat 0 0 /100% 100%;
}
.header-login-container-card3{
  background: url('/nuxt-assets/img/headCardBg3.png')   no-repeat 0 0 /100% 100%;
}
.header-login-container-card-title{
  font-family: PingFang SC;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  text-align: left;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  color: rgba(63, 63, 63, 1);
}
.header-login-container-card-title-span{
  font-family: PingFang SC;
  font-size: 12px;
  font-weight: 400;
  text-align: left;
  color: rgba(104, 108, 103, 1);
}
.header-login-container-card-content{
  margin: 10px 0 24px;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
.header-login-container-card-content-img{
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 6px;
}
.header-login-container-card-content-name{
  font-family: PingFang SC;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  width: 222px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: rgba(35, 41, 34, 1);
  margin-bottom: 3px;
}
.header-login-container-card-content-id{
  font-family: PingFang SC;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  text-align: left;
  color: rgba(104, 108, 103, 1);
  transform: scale(0.8);
  transform-origin: 0%;
  width: 124%;
}
.header-login-container-card-bottom{
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
}
.header-login-container-card-bottom-p{
  font-family: PingFang SC;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  text-align: left;
  color: rgba(35, 41, 34, 1);
}
.header-login-container-card-bottom-button{
  cursor: pointer;
  width: 80px;
  height: 36px;
  background: linear-gradient(276.8deg, #35322E 3.86%, #8D8780 136.5%);
  font-family: PingFang SC;
  font-size: 14px;
  font-weight: 500;
  line-height: 36px;
  color: rgba(236, 244, 251, 1);
  border-radius: 18px;
  text-align: center;
}
.header-login-container-card-bottom-button:hover{
  background: linear-gradient(276.8deg, rgba(53, 50, 46,0.8) 3.86%, rgba(141, 135, 128,0.8) 136.5%);
}

.add-page-actions .el-tooltip__trigger{
  height: 21px;
}


#app .el-button.is-disabled, #app .el-button.is-disabled:focus, #app .el-button.is-disabled:hover{
  background: #F1F1F1;
  color: #8D908C;
  border-color: #F1F1F1;
}

.el-button{
  padding: 8px 15px;
  height: auto;
}
.el-overlay .el-message-box__headerbtn{
  outline: none;
}
.el-overlay .el-button:focus,.el-overlay .el-button:hover,.el-overlay .el-button:active{
  color: #52c443;
  border-color: #cbedc7;
  background-color: #eef9ec;
  outline: none;
}
.el-overlay .el-button--primary:focus,.el-overlay .el-button--primary:hover,.el-overlay .el-button--primary:active{
  background: rgb(134, 214, 123);
  border-color: rgb(134, 214, 123);
  color: #fff;
  outline: none;
}
.el-message{
  z-index: 3000 !important;
}
.long-type-radio-container{
  .el-radio{
    padding: 0 8px;
    height: 30px;
    background-color: rgba(241, 241, 241, 1);
    border-radius: 15px;
    margin-right: 16px;
    display: inline-flex;
    align-items: center;
    .el-radio__inner{
      width: 16px;
      height: 16px;
      position: relative;
      top: 1px;
      &::after{
        width: 10px;
        height: 10px;
      }
      &::before{
        content: '';
        position: absolute;
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background-color: #fff;
        top: 4px;
        left: 4px;
        z-index: 2;
      }
    }
    .el-radio__label{
      color: rgba(0, 0, 0, 1);
      display: inline-flex;
      align-items: center;
      svg{
        position: relative;
        top: 2px;
        margin-left: 2px;
      }
    }
    &.is-checked{
      background-color: rgba(238, 249, 236, 1);
      .el-radio__label{
        color: rgba(0, 0, 0, 1);
      }
      .el-radio__inner{
        &::before{
          background-color: rgba(82, 196, 67, 1);
        }
      }
    }
  }
}
.el-select__popper.length-popper{
  border:none;
  .length-popper{
    border-radius: 6px;
    border:1px solid rgba(199, 201, 199, 1);
    box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.1);
    .el-select-dropdown__wrap{
      max-height: 284px !important;
    }
  }
  .el-popper__arrow{
    display: none;
  }
  .el-select-dropdown__item{
    height: 56px;
    margin: 0 4px;
    border-radius: 6px;
    justify-content: center;
    display: flex;
    flex-flow: column nowrap;
    &.popper-item-label-li{
      height: 40px;
    }
    &:hover,&.hover{
      background: rgba(241, 241, 241, 1);
    }
    &.is-selected{
      .popper-item-label{
        color: rgba(82, 196, 67, 1);
        font-weight: 500;
      }
    }
    .popper-item-label{
      font-family: PingFang SC;
      font-size: 14px;
      font-weight: 400;
      line-height: 20px;
      text-align: left;
      color: rgba(35, 41, 34, 1);
    }
    .popper-item-title{
      font-family: PingFang SC;
      font-size: 12px;
      font-weight: 400;
      line-height: 16px;
      text-align: left;
      color: rgba(104, 108, 103, 1);
    }
  }
}
button:focus, button:focus-visible{
  outline: none;
}
.el-input-number .el-input__inner{
  padding: 0;
}
.el-input-number .el-input-number__decrease,.el-input-number .el-input-number__increase{
  top: 2px;
}
.el-input-number .el-input-number__increase{
  right: 8px;
}
.el-input__wrapper{
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.el-input__wrapper input{
  border:none;
  background: none;
}
@media (min-width: 600px) {
  /* 设置滚动条的宽度、高度、背景色和边框样式 */
  ::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    background-color: #f5f5f5;
    border-radius: 5px;
  }
}
 
/* 设置滚动条滑块的背景色和圆角 */
::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 5px;
}
 
/* 设置滚动条滑块在悬停状态下的背景色和圆角 */
::-webkit-scrollbar-thumb:hover {
  background-color: #999;
  border-radius: 5px;
}
 
/* 设置滚动条轨道的背景色和圆角 */
::-webkit-scrollbar-track {
  background-color: #f5f5f5;
  border-radius: 5px;
}
 
/* 设置滚动条轨道在悬停状态下的背景色和圆角 */
::-webkit-scrollbar-track:hover {
  background-color: #ccc;
  border-radius: 5px;
}
.layout-bg{
  opacity: 1;
}

/* ========== Webkit内核（Chrome/Edge/Safari） ========== */
/* 1. 滚动条整体 */
.scroll-container::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

/* 2. 滚动条轨道（始终透明） */
.scroll-container::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 4px;
}

/* 3. 滚动条滑块（默认完全透明，加过渡动画） */
.scroll-container::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.0); /* 默认完全透明 */
  border-radius: 4px;
  border: 2px solid transparent;
  background-clip: content-box;
  /* 过渡动画：让显示/隐藏更丝滑 */
  transition: background-color 0.2s ease;
}

/* 4. 核心：容器滚动/hover时，滑块显示 */
.scroll-container:hover::-webkit-scrollbar-thumb,
.scroll-container:focus-within::-webkit-scrollbar-thumb,
.scroll-container:active::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.2); /* 滚动/hover时显示 */
}

/* 5. 滑块hover时再加深一点（提升交互） */
.scroll-container::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.3);
}

/* ========== Firefox浏览器 ========== */
.scroll-container {
  /* 默认：滑块和轨道都透明 */
  scrollbar-color: transparent transparent;
  scrollbar-width: thin;
  /* 过渡动画 */
  transition: scrollbar-color 0.2s ease;
}

/* Firefox：容器hover/滚动时，显示滑块 */
.scroll-container:hover,
.scroll-container:focus-within,
.scroll-container:active {
  scrollbar-color: rgba(0, 0, 0, 0.2) transparent;
}