.product-tree-popup[data-v-9fc8abfc] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  background: #efefef;
}
.product-tree-popup .popup-handle[data-v-9fc8abfc] {
  width: 36px;
  height: 4px;
  background: #dcdee0;
  border-radius: 2px;
  margin: 10px auto 0;
}
.product-tree-popup .popup-title-row[data-v-9fc8abfc] {
  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;
  position: relative;
  padding: 12px 16px 10px;
  border-bottom: 1px solid #e0e0e0;
}
.product-tree-popup .popup-title-row .popup-title[data-v-9fc8abfc] {
  font-size: 16px;
  font-weight: 600;
  color: #323233;
}
.product-tree-popup .popup-title-row .popup-close[data-v-9fc8abfc] {
  position: absolute;
  right: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 20px;
  color: #999;
  cursor: pointer;
}
.product-tree-popup .popup-content[data-v-9fc8abfc] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: auto;
  padding: 8px 0;
}
.product-tree-popup .tree-container[data-v-9fc8abfc] {
  background-color: #fff;
  margin: 0 10px;
  border-radius: 8px;
  padding: 4px 0;
}

.tree-node {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.tree-node .tree-node-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 10px;
  cursor: pointer;
}
.tree-node .tree-node-row:active {
  background-color: #f7f8fa;
}
.tree-node .tree-node-row.tree-node-row--leaf {
  cursor: default;
}
.tree-node .tree-node-row.tree-node-row--leaf:active {
  background-color: transparent;
}
.tree-node .tree-node-row .tree-node-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 20px;
  margin-right: 4px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.tree-node .tree-node-row .tree-node-icon .tree-arrow {
  font-size: 12px;
  color: #969799;
}
.tree-node .tree-node-row .tree-node-icon .tree-leaf-icon {
  font-size: 14px;
  color: #c8c9cc;
}
.tree-node .tree-node-row .tree-node-label {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 14px;
  color: #323233;
  line-height: 1.4;
  word-break: break-all;
}

.cs-item[data-v-9b07d2ea] {
  padding: 5px 10px;
  margin: 0 8px 5px;
  background: #fff;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #eee;
  position: relative;
}
.cs-item-group[data-v-9b07d2ea] {
  margin: 0 5px 5px !important;
}
.iconTop[data-v-9b07d2ea] {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
}
.cs-title[data-v-9b07d2ea] {
  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;
}
.cs-title .cs-title-text[data-v-9b07d2ea] {
  width: 100%;
  color: #000;
  font-size: 14px;
  font-weight: bold;
  word-break: break-all;
  word-wrap: break-word;
}
.cs-title .cs-title-menu[data-v-9b07d2ea] {
  width: 16px;
  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-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cs-text[data-v-9b07d2ea] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.cs-text .cs-text-text[data-v-9b07d2ea] {
  width: 100%;
  font-size: 12px;
  color: rgba(2, 2, 2, 0.6);
  margin-top: 5px;
  margin-bottom: 2px;
  word-break: break-all;
  word-wrap: break-word;
}
.cs-text .cs-text-share[data-v-9b07d2ea] {
  width: 16px;
  height: 16px;
  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-line-pack: center;
      align-content: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.cs-text .cs-text-text-ellipsis[data-v-9b07d2ea] {
  overflow: hidden;
  line-clamp: 1;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.cs-attach[data-v-9b07d2ea] {
  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;
  background-color: #f2f2f2;
  margin-top: 5px;
  min-height: 26px;
}
.cs-attach .cs-attach-icon[data-v-9b07d2ea] {
  width: 16px;
  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-line-pack: center;
      align-content: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.cs-attach .cs-attach-title[data-v-9b07d2ea] {
  width: 100%;
  min-height: 16px;
  line-height: 16px;
  overflow: hidden;
  font-size: 12px;
  text-overflow: ellipsis;
  color: rgba(2, 2, 2, 0.6);
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
  word-wrap: break-word;
}
.cs-attach .cs-attach-title-invalid[data-v-9b07d2ea] {
  color: rgba(0, 0, 0, 0.1);
}
.cs-attach .cs-attach-invalid-tip[data-v-9b07d2ea] {
  width: 100px;
  font-size: 10px;
  color: rgba(255, 3, 3, 0.6);
  text-align: right;
}
.cs-attach .cs-attach-share[data-v-9b07d2ea] {
  width: 16px;
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: center;
      align-content: center;
  cursor: pointer;
}
.cs-attach .cs-attach-type[data-v-9b07d2ea] {
  font-size: 12px;
  color: rgba(2, 2, 2, 0.6);
}
.cs-tags[data-v-9b07d2ea] {
  margin-top: 5px;
  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;
}
.cs-tags .cs-tags-content[data-v-9b07d2ea] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.cs-tags .cs-tags-content-ellipsis[data-v-9b07d2ea] {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}
.van-popover__action[data-v-9b07d2ea] {
  font-size: 13px;
}

.tree-root-column[data-v-56496652] {
  overflow: scroll;
  background-color: rgba(0, 0, 0, 0.04705882);
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.tree-root-column[data-v-56496652]::-webkit-scrollbar {
  display: none;
}
.tree-node-columns[data-v-56496652] {
  background-color: white;
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.tree-columns[data-v-56496652] {
  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-wrap: nowrap;
      flex-wrap: nowrap;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.69803922);
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.tree-column[data-v-56496652] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow-y: scroll;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
}
.tree-column[data-v-56496652]::-webkit-scrollbar {
  width: 0 !important;
}
.tree-root-item[data-v-56496652] {
  padding: 6px 0px;
  text-align: center;
}
.tree-item[data-v-56496652] {
  margin: 6px 0px;
  text-align: center;
}
.tree-item-selected[data-v-56496652] {
  background-color: white;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  bottom: 0;
  border: 1 solid white;
}
.tree-item-selected-inherit[data-v-56496652] {
  color: #1890ff;
  background-color: white;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  bottom: 0;
}
.tree-item-text[data-v-56496652] {
  margin: 0px 5px;
  line-height: 20px;
}
.tree-item-text-selected[data-v-56496652] {
  border-radius: 5px;
  color: white;
  background-color: #18c9ff;
  border: 1 solid white;
}
.tree-item-text-empty[data-v-56496652] {
  color: #aaaaaa;
}

.tree-collapse-container[data-v-99e32bae] {
  cursor: pointer;
  overflow-y: auto;
  max-height: 100%;
}
.tree-collapse-container[data-v-99e32bae]::-webkit-scrollbar {
  width: 6px;
}
.tree-collapse-container[data-v-99e32bae]::-webkit-scrollbar-thumb {
  background-color: #ddd;
  border-radius: 3px;
}
.tree-collapse-container .empty-tree[data-v-99e32bae] {
  text-align: center;
  padding: 20px;
  color: #999;
}
.tree-node-children[data-v-99e32bae] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.tree-node-children[data-v-99e32bae]:before {
  content: ' ';
  width: 0px;
  display: block;
  margin: 0 15px 12px 6px;
  border: 0px;
  border-right: 1px dashed #969799;
}
.tree-node-title[data-v-99e32bae] {
  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;
  padding: 2px 0px;
  position: relative;
}
.tree-node-title-text[data-v-99e32bae] {
  margin-left: 5px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
  word-wrap: break-word;
  padding: 2px 5px;
  border-radius: 5px;
}
.tree-node-title-text-selected[data-v-99e32bae] {
  background-color: #bae7ff;
}

.speech-type-box[data-v-70183af6] {
  border: 1px solid #aaaaaa55;
  border-top: 1px solid #cccccc55;
  padding-bottom: 5px;
}
.tree-container[data-v-70183af6] {
  margin: 0 5px;
}
.action-buttons[data-v-70183af6] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.action-button[data-v-70183af6] {
  margin: 2px 5px;
  border: 0;
  border-radius: 5px;
}
.reset-button[data-v-70183af6] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.confirm-button[data-v-70183af6] {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
}

.createSpeech[data-v-686c93fc] {
  height: 85%;
  border-radius: 16px 16px 0 0;
  padding-bottom: constant(safe-area-inset-bottom);
  padding-bottom: env(safe-area-inset-bottom);
  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;
}
.createSpeech .title-row[data-v-686c93fc] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 16px 16px 12px;
  border-bottom: 1px solid #f0f0f0;
  text-align: center;
}
.createSpeech .title-row .title[data-v-686c93fc] {
  font-size: 17px;
  font-weight: 600;
  color: #1a1a1a;
}
.createSpeech .form[data-v-686c93fc] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: auto;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 80px;
}
.createSpeech .form[data-v-686c93fc]::-webkit-scrollbar {
  width: 0;
}
.createSpeech .form[data-v-686c93fc] .van-cell {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.createSpeech .form[data-v-686c93fc] .van-cell::after {
  left: 16px;
  right: 16px;
}
.createSpeech .form[data-v-686c93fc] .van-field__label {
  width: 70px;
  color: #646566;
  font-size: 14px;
}
.createSpeech .form[data-v-686c93fc] .van-field__control {
  font-size: 14px;
  color: #1a1a1a;
}
.createSpeech .form[data-v-686c93fc] .van-field__control::-webkit-input-placeholder {
  color: #c8c9cc;
}
.createSpeech .form[data-v-686c93fc] .van-field__control::-moz-placeholder {
  color: #c8c9cc;
}
.createSpeech .form[data-v-686c93fc] .van-field__control:-ms-input-placeholder {
  color: #c8c9cc;
}
.createSpeech .form[data-v-686c93fc] .van-field__control::-ms-input-placeholder {
  color: #c8c9cc;
}
.createSpeech .form[data-v-686c93fc] .van-field__control::placeholder {
  color: #c8c9cc;
}
.createSpeech .form[data-v-686c93fc] .van-field__body {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.createSpeech .content[data-v-686c93fc] {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.createSpeech .content[data-v-686c93fc] .van-field__control {
  min-height: 88px;
  line-height: 1.6;
}
.createSpeech .alias-row[data-v-686c93fc] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.createSpeech .alias-row .alias-del[data-v-686c93fc] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 36px;
  height: 36px;
  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: #c8c9cc;
  cursor: pointer;
  border-radius: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  margin-right: 6px;
}
.createSpeech .alias-row .alias-del[data-v-686c93fc]:hover {
  color: #ee4d4d;
  background: #fff0f0;
}
.createSpeech .alias-row .alias-del[data-v-686c93fc]:active {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}
.createSpeech .add[data-v-686c93fc] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  color: #2c90ff;
  font-size: 14px;
  line-height: 1;
  padding: 4px 0;
  cursor: pointer;
}
.createSpeech[data-v-686c93fc] .van-uploader__upload {
  width: 56px;
  height: 56px;
  margin: 0;
  background: #f7f8fa;
  border: 1px dashed #dcdee0;
  border-radius: 6px;
}
.createSpeech[data-v-686c93fc] .van-uploader__upload .van-uploader__upload-icon {
  color: #969799;
}
.createSpeech .uploader-add-btn[data-v-686c93fc] {
  width: 56px;
  height: 56px;
  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: 1px dashed #dcdee0;
  border-radius: 6px;
  background: #f7f8fa;
  cursor: pointer;
  color: #969799;
}
.createSpeech .ray[data-v-686c93fc] .van-dropdown-menu__title {
  color: #c8c9cc;
}
.createSpeech[data-v-686c93fc] .van-dropdown-menu {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.createSpeech .keyword-section[data-v-686c93fc] {
  -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: 8px;
}
.createSpeech .keyword-section .keyword-input-row[data-v-686c93fc] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.createSpeech .keyword-section .keyword-input-row .keyword-field[data-v-686c93fc] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.createSpeech .keyword-section .keyword-input-row .keyword-field[data-v-686c93fc] .van-field__body {
  height: 32px;
}
.createSpeech .keyword-section .keyword-input-row .keyword-field[data-v-686c93fc] .van-field__control-wrapper {
  padding: 0;
}
.createSpeech .keyword-section .keyword-input-row .keyword-btn[data-v-686c93fc] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 32px;
  border-radius: 4px;
  font-size: 13px;
  padding: 0 12px;
  background: #2c90ff;
  border-color: #2c90ff;
}
.createSpeech .keyword-section .tagList[data-v-686c93fc] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  padding: 4px 0;
}
.createSpeech .keyword-section .tagList .tag[data-v-686c93fc] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  border: 1px solid #e8e8ed;
  border-radius: 4px;
  background: #f7f8fa;
  padding: 4px 8px;
  font-size: 13px;
  color: #333;
  line-height: 1.4;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.createSpeech .keyword-section .tagList .tag[data-v-686c93fc]:hover {
  background: #fff0f0;
  border-color: #ee4d4d;
}
.createSpeech .keyword-section .tagList .tag .tag-del[data-v-686c93fc] {
  color: #c8c9cc;
  cursor: pointer;
  font-size: 12px;
}
.createSpeech .keyword-section .tagList .tag .tag-del[data-v-686c93fc]:hover {
  color: #ee4d4d;
}
.createSpeech .footer[data-v-686c93fc] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  padding: 12px 16px;
  padding-bottom: calc(12px + constant(safe-area-inset-bottom));
  padding-bottom: calc(12px + env(safe-area-inset-bottom));
  background: #fff;
  border-top: 1px solid #f0f0f0;
}
.createSpeech .footer .footer-btn[data-v-686c93fc] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 44px;
  border-radius: 22px;
  font-size: 15px;
  font-weight: 500;
}
.createSpeech .footer .footer-btn--cancel[data-v-686c93fc] {
  border-color: #dcdee0;
  color: #646566;
  background: #fff;
}
.createSpeech .footer .footer-btn--primary[data-v-686c93fc] {
  background: #2c90ff;
  border-color: #2c90ff;
  color: #fff;
}
.createSpeech .footer .footer-btn--primary[data-v-686c93fc]:active {
  opacity: 0.85;
}

.group-txt[data-v-1ee45518] {
  margin: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #eee;
}
[data-v-1ee45518] .van-dialog__header {
  padding-top: 16px !important;
}


[data-v-24ba4cb1] .van-action-sheet__header {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #eef0f2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #eef0f2;
}
.gm-action-sheet[data-v-24ba4cb1] {
  height: 60%;
}
.gm-action-sheet .cs-item[data-v-24ba4cb1] {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.gm-action-sheet .cs-item .gm-hint[data-v-24ba4cb1] {
  padding: 16px;
  width: calc(100% - 32px);
  color: #1989fa;
  font-size: 14px;
}
.gm-action-sheet .cs-item .gm-list[data-v-24ba4cb1] {
  width: 100%;
  height: calc(100% - 120px);
}
.gm-action-sheet .cs-item .gm-list .gm-draggable[data-v-24ba4cb1] {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.gm-action-sheet .cs-item .gm-footer[data-v-24ba4cb1] {
  width: 100%;
  margin: 10px 0;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
}
.gm-item[data-v-24ba4cb1] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #f1f1f3;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
  -webkit-touch-callout: none;
}
.gm-item-content[data-v-24ba4cb1] {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.gm-handle[data-v-24ba4cb1] {
  margin-right: 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;
  cursor: -webkit-grab;
  cursor: grab;
  -webkit-user-select: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -ms-touch-action: none;
      touch-action: none;
  -webkit-touch-callout: none;
  -webkit-user-drag: none;
  z-index: 2;
  color: #999;
}
.gm-handle--hidden[data-v-24ba4cb1] {
  visibility: hidden;
  pointer-events: none;
}
.gm-drag-handle[data-v-24ba4cb1] {
  cursor: -webkit-grab;
  cursor: grab;
  -webkit-user-select: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -ms-touch-action: none;
      touch-action: none;
  -webkit-touch-callout: none;
  -webkit-user-drag: none;
  padding: 6px 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.gm-title[data-v-24ba4cb1] {
  font-size: 14px;
  color: #333;
  outline: none;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.gm-title[data-v-24ba4cb1]:focus {
  -webkit-box-shadow: 0 0 0 2px rgba(43, 122, 226, 0.2);
          box-shadow: 0 0 0 2px rgba(43, 122, 226, 0.2);
  border-radius: 3px;
}
.gm-actions[data-v-24ba4cb1] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.gm-action-icon[data-v-24ba4cb1] {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  cursor: pointer;
  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;
}
.gm-action-icon[data-v-24ba4cb1]:focus {
  -webkit-box-shadow: 0 0 0 2px rgba(43, 122, 226, 0.2);
          box-shadow: 0 0 0 2px rgba(43, 122, 226, 0.2);
  border-radius: 3px;
}
.gm-save-btn[data-v-24ba4cb1] {
  width: 90%;
}
.gm-handle-fallback[data-v-24ba4cb1] {
  display: inline-block;
  font-size: 20px;
  line-height: 1;
  margin-left: 4px;
  color: #999;
  pointer-events: none;
  vertical-align: middle;
}


[data-v-fc87bab6] .van-tag__speech_view {
  border-radius: 3px;
  text-align: center;
  width: 110px;
  height: 21px;
  margin-left: 10%;
}
[data-v-fc87bab6] .van-tag__speech_view1 {
  border-radius: 3px;
  text-align: center;
  width: 38px;
  margin-left: 20%;
  height: 21px;
}
[data-v-fc87bab6] .van-cell-group__speech_view {
  background: red;
}


[data-v-a1df9a3a] .van-dialog__header {
  padding-top: 16px !important;
}
.move-group-dialog[data-v-a1df9a3a] {
  width: 320px;
  padding: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  border-radius: 6px;
}
.move-group-title[data-v-a1df9a3a] {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 12px;
  text-align: center;
}
.move-group-body[data-v-a1df9a3a] {
  margin: 16px;
}
.select-wrapper[data-v-a1df9a3a] {
  position: relative;
}
.move-group-select[data-v-a1df9a3a] {
  width: 100%;
  height: 40px;
  padding: 8px 36px 8px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #e6e6e6;
  border-radius: 6px;
  background: #ffffff;
  font-size: 14px;
  color: #333;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='8' viewBox='0 0 14 8' fill='none'><path d='M1 1l6 6 6-6' stroke='%23888888' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/></svg>");
  background-repeat: no-repeat;
  background-position: right 10px center;
  -webkit-transition: border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
  transition: border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
  transition: border-color 0.15s ease, box-shadow 0.15s ease, -webkit-box-shadow 0.15s ease;
}
.move-group-select[data-v-a1df9a3a]:focus {
  border-color: #3e9cff;
  -webkit-box-shadow: 0 4px 12px rgba(62, 156, 255, 0.12);
          box-shadow: 0 4px 12px rgba(62, 156, 255, 0.12);
  outline: none;
}
.move-group-select option[data-v-a1df9a3a] {
  padding: 6px 8px;
  font-size: 14px;
}
.move-group-actions[data-v-a1df9a3a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.cate-name-text[data-v-7600696c] {
  display: inline-block;
  max-width: calc(100% - 50px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.speech-view-container[data-v-98d885c6] {
  height: calc(100% - 50px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-overflow-scrolling: touch;
}
.speech-view-container.wework-env[data-v-98d885c6] {
  height: 100vh;
  max-height: 100vh;
}
[data-v-98d885c6] .van-pull-refresh {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 0;
  /* 在我的话术右侧：直接铺满 .own-right，避免被外部 viewport 计算影响。
     在 wework-env 下也需要保持这一行为（不再使用 calc(100vh - X) 硬编码）：
     因为 .speech-view-container 在 wework-env 下已经是 height: 100vh，且内部为
     flex column；van-sticky 会按自然高度占空间；own-layout 用 flex:1 + min-height:0
     拿到剩余空间；own-right 进一步把高度传给 van-pull-refresh。
     如果在这里仍用 calc(100vh - X) 硬编码高度，会与 sticky 占位叠加导致
     "我的话术"内容下方出现大块灰色（list 背景色）空白。 */
}
.own-right[data-v-98d885c6] .van-pull-refresh {
  height: 100%;
  min-height: 0;
}
.own-right.wework-env[data-v-98d885c6] .van-pull-refresh {
  height: 100%;
  min-height: 0;
}
[data-v-98d885c6] .van-pull-refresh__track {
  height: 100%;
  min-height: 0;
  /* 我的话术右侧：track 跟随 pull-refresh 自身高度，不要按 vh 撑高 */
  /* 防止在内层滚动时触发外层的下拉刷新 */
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}
.own-right[data-v-98d885c6] .van-pull-refresh__track {
  height: 100%;
  min-height: 0;
}
.own-right.wework-env[data-v-98d885c6] .van-pull-refresh__track {
  height: 100%;
  min-height: 0;
}
[data-v-98d885c6] .van-list {
  height: 100%;
  min-height: 0;
  padding: 6px 0;
  overflow-y: auto;
  background: #f7f8fa;
  /* 我的话术右侧：跟随 .own-right 高度自适应，不要按 vh 撑高
     这是修复"我的话术底部出现空白"的关键。
     原因：.own-right 是 .speech-view-container.wework-env 内部的 flex column 项，
     .van-list 若使用 calc(100vh - X) 会按视口计算进而撑开 .own-right 链路上各祖先节点，
     在 .own-layout（overflow: hidden）下产生底部空白。 */
  /* 防止在内层滚动时触发外层的下拉刷新 */
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  -webkit-overflow-scrolling: touch;
  /* 强制显示滚动条 */
  scrollbar-width: thin;
  /* Firefox */
  scrollbar-color: #c1c1c1 transparent;
  /* Firefox */
  /* Webkit滚动条样式 */
}
.own-right[data-v-98d885c6] .van-list {
  height: 100%;
  min-height: 0;
}
.own-right.wework-env[data-v-98d885c6] .van-list {
  height: 100%;
  min-height: 0;
}
[data-v-98d885c6] .van-list::-webkit-scrollbar {
  width: 6px;
  display: block;
  /* 强制显示 */
}
[data-v-98d885c6] .van-list::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 3px;
}
[data-v-98d885c6] .van-list::-webkit-scrollbar-thumb {
  background-color: #c1c1c1;
  border-radius: 3px;
  opacity: 1;
  /* 确保可见性 */
}
[data-v-98d885c6] .van-list::-webkit-scrollbar-thumb:hover {
  background-color: #a1a1a1;
}
.row[data-v-98d885c6] {
  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;
}
.row .name[data-v-98d885c6] {
  padding: 0 6px;
  color: #323233;
  font-size: 15px;
  line-height: 22px;
}
.row .triangle[data-v-98d885c6] {
  width: 0;
  height: 0;
  border: 4px solid;
  margin-top: 2px;
}
.row .col1[data-v-98d885c6] {
  border-color: transparent transparent #333 transparent;
  margin-top: -6px;
}
.row .col2[data-v-98d885c6] {
  border-color: #333 transparent transparent transparent;
}
.nav-bar[data-v-98d885c6] {
  background: #fff;
}
[data-v-98d885c6] .van-search {
  padding: 0 12px !important;
}
/* 常用话术和我的话术时搜索框左右边距一致 */
[data-v-98d885c6] .van-search.even-padding {
  padding: 8px 10px 0 !important;
}
.filter-section[data-v-98d885c6] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  border-bottom: 1px solid #f2f2f2;
}
.filter-item[data-v-98d885c6] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  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;
  overflow: visible;
}
.filter-item[data-v-98d885c6] .van-dropdown-menu__bar {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: none;
  height: 44px;
  width: 100%;
}
.filter-item[data-v-98d885c6] .van-dropdown-menu__title {
  font-size: 13px;
  max-width: calc(100vw / 3 - 40px);
  overflow: visible;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.filter-item[data-v-98d885c6] .van-dropdown-menu__title::after {
  position: absolute;
  top: 50%;
  right: -4px;
  margin-top: -5px;
  border: 3px solid;
  border-color: transparent transparent #666 #666;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  opacity: 0.8;
  content: '';
}
.filter-item[data-v-98d885c6] .van-dropdown-menu__title.van-dropdown-menu__title--down::after {
  margin-top: -1px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.filter-item[data-v-98d885c6] .van-dropdown-menu__title.van-dropdown-menu__title--active {
  color: inherit;
}
.filter-item[data-v-98d885c6] .van-dropdown-menu__title.van-dropdown-menu__title--active::after {
  border-color: transparent transparent currentColor currentColor;
}
.speech-btn[data-v-98d885c6] {
  padding: 8px 0;
  font-size: 13px;
  cursor: pointer;
  color: rgba(2, 2, 2, 0.65);
  border-radius: 3px;
  text-align: center;
  background-color: #f2f2f2;
  margin: 0 8px;
}
.selected-category[data-v-98d885c6] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 10px;
  background: #fff;
  font-size: 12px;
}
.selected-category-text[data-v-98d885c6] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: rgba(2, 2, 2, 0.5);
  margin: 0 5px;
}
.clear-icon[data-v-98d885c6] {
  color: #999;
  cursor: pointer;
}
.wework-env[data-v-98d885c6] .van-list {
  /* 强制启用硬件加速 */
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  /* 确保滚动行为正常 */
  -webkit-overflow-scrolling: touch;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}
/* 我的话术两栏布局：左侧分组，右侧内容 */
.own-layout[data-v-98d885c6] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* 关键：占据 van-sticky 之外剩余高度，并允许子项收缩 */
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 0;
  overflow: hidden;
}
.own-left[data-v-98d885c6] {
  width: 110px;
  height: 100%;
  background: #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-right: 1px solid #f2f2f2;
  overflow-y: auto;
  /* 避免内容撑高布局 */
  min-height: 0;
}
.left-item[data-v-98d885c6] {
  padding: 10px;
  cursor: pointer;
  color: #333;
  font-size: 14px;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: normal;
}
.left-item.selected[data-v-98d885c6] {
  background: #f5f7fb;
  border-left: 3px solid #ee4d4d;
}
.left-item + .left-item[data-v-98d885c6] {
  margin-top: 4px;
}
.left-empty[data-v-98d885c6] {
  padding: 12px 16px;
  color: #999;
  font-size: 13px;
}
.own-right[data-v-98d885c6] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
  background: #f7f8fa;
  overflow: hidden;
  position: relative;
  /* 转为 flex column，让内部的 .van-pull-refresh 的 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;
  min-height: 0;
}
/* 折叠样式 */
.own-left.collapsed[data-v-98d885c6] {
  width: 0 !important;
  min-width: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  border-right: none !important;
}
.left-collapse-toggle[data-v-98d885c6] {
  width: 20px;
  height: 28px;
  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;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  z-index: 2;
  background: #fff;
  border: 1px solid #f2f2f2;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
}
.own-left[data-v-98d885c6] {
  position: relative;
}
.left-in-left[data-v-98d885c6] {
  position: absolute;
  top: 6px;
  right: -5px;
}
.left-in-right[data-v-98d885c6] {
  position: absolute;
  top: 6px;
  left: -5px;
}
/* 左侧底部新增/设置按钮 */
.left-footer[data-v-98d885c6] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

