.w-desc-text[data-v-fe1c66a6] {
  color: #a2a4a8;
}
.w-row-text[data-v-fe1c66a6] {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.w-t-center[data-v-fe1c66a6] {
  text-align: left;
}
.w-t-left[data-v-fe1c66a6] {
  left: 0;
  text-align: left;
}
.w-t-right[data-v-fe1c66a6] {
  right: 0;
  text-align: left;
}
.w-h-center[data-v-fe1c66a6] {
  display: flex;
  align-items: center;
}
section[data-v-fe1c66a6] {
  height: 100%;
  overflow: auto;
  box-sizing: border-box;
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
section[data-v-fe1c66a6]::-webkit-scrollbar {
  display: none;
}
[data-v-fe1c66a6] .footer-btn {
  margin: 0 auto;
  display: inline-block;
  height: 100%;
}
[data-v-fe1c66a6] .cnt-red .el-input__inner {
  color: #EA4B58;
}
[data-v-fe1c66a6] .cnt-red .item-cnt {
  color: #EA4B58;
}

/* AI弹窗 */
.aiPopover{
    border-radius: 15px !important;
    color: #333333;
    padding: 12px 20px !important;
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px !important;
}
.aiPopover .popper__arrow {
    border-width:15px !important;
    top: -28px !important;
    border-bottom-color: #FFFFFF !important;
}
.aiPopoverContent-header{
    font-weight: 700;
    font-size: 16px;
    margin: 5px 0 15px;
    text-align: center;
}
.aiPopoverContent-list{
    max-height: 450px;
    overflow-y: auto;
}
.aiPopoverContent-list .aiPopoverContent-list-item{
    width: 100%;
    height: 36px;
    border-radius: 18px;
    background-color: #E8F2FF;
    text-align: center;
    line-height: 36px;
    margin-bottom: 15px;
    padding: 0 10px;
    box-sizing: border-box;
    white-space: noWrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.aiPopoverContent-list .aiPopoverContent-list-item:hover{
    cursor: pointer;
    background-color: #d0e4ff;
}
.aiPopoverContent-list .aiPopoverContent-list-lastItem{
    width: 100%;
    height: 36px;
    border-radius: 18px;
    background-color: #FFEFE0;
    text-align: center;
    line-height: 36px;
    margin-bottom: 15px;
}
.aiPopoverContent-list .aiPopoverContent-list-lastItem:hover{
    cursor: pointer;
    background-color: #ffe0c4;
}

