body {
  margin: 0;
  padding: 0px;
  overflow: auto;

  font: 12px/1.5 system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji, BlinkMacSystemFont, Helvetica Neue, Arial, PingFang SC, PingFang TC, PingFang HK, Microsoft Yahei, Microsoft JhengHei
}
input{
  background-color: #f7f7f9;
}
/* 左侧面板样式 */
.left-panel {
  height: 100vh;
  overflow: hidden;
  width: 320px;
  position: absolute;
  left: 0px;
  background-color: #fff;
  box-sizing: border-box;
  z-index: 2;
  display: flex;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
}

.color-picker-sibling, .gdt-bg-color-picker, .gdt-color-color-picker{
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 10;
}
.ant_left_c {
  width: 70px;
  border-right: 1px solid #ebebeb;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  flex-shrink: 0;
}
.ant_left_c .icon-item-wrap {
  width: 70px;
  min-height: 48px;
  padding: 6px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #f3f3f3;
  cursor: pointer;
}
.ant_left_c .icon-item-wrap:hover { background: #f5f5f5; }
.ant_left_c .icon-item-wrap .icon-label { font-size: 10px; color: #666; margin-top: 2px; }






.imgshow_wide {
  background: #ebebeb;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  border-radius: 3px;
}

.imgshow_wide img {
  border-radius: 0px;
}


.ant-col-md-4 {
  display: block;
  flex: 0 0 16.66666667%;
  width: 360px;
}


/* 中间面板样式 */
.middle-panel {
  height: 100vh;

  position: relative;
  overflow: hidden;
  background-color: #e1e0e6;
  width: 100%;




}



/* 右侧面板样式 */
.right-panel {
  height: 100vh;
  padding: 20px;
  padding-top: 80px;

  overflow-y: auto;
  width: 320px;
  position: absolute;
  right: 0px;
  z-index: 5;
  background-color: #fff;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);

}

.widget-item {
  position: absolute;
  overflow: hidden;

  cursor: move;
}

.json-modal textarea {
  height: 300px;
  margin: 10px 0;
}

.marquee {
  animation: marquee 5s linear infinite;
  white-space: nowrap;
}

@keyframes marquee {
  0% {
    transform: translateX(100%);
  }

  100% {
    transform: translateX(-100%);
  }
}

.top-panel {
  padding: 16px;
  border-bottom: 1px solid #ebebeb;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}

.contentShoWIng {
  position: absolute;
  width: 375px;
  z-index: 2;
  left: 0px;
  top: 0px;
  transition: left 0.3s ease;
}

.contentouter {
  display: flex;
  position: relative;
  width: 375px;
  flex-wrap: nowrap;
  height: 600px;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  margin: 0 auto;
  margin-top: 20px;
  box-shadow: 0 0 6px rgba(15, 15, 15, 0.1);
 /* border: 3px solid transparent;*/
 /* transition: all 0.3s ease; */
  cursor: pointer;
}

.contentouter.selected {
  border-color: #4096ff;
  box-shadow: 0 0 30px rgba(64, 150, 255, 0.4);
}

.contentouter:not(.selected) {
 /* opacity: 0.7;*/
}



.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9998;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hotspot {
  z-index: 9999;
}

.modal_c {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  width: 800px;
  height: 600px;
}

.chuck-list-container {
  margin-top: 20px;
}

.chuck-item {
  margin-bottom: 10px;
  padding: 5px;
  border: 1px solid #ccc;
  cursor: pointer;
}

.chuck-item button {
  margin-left: 10px;
}

.content_item {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.delete-btn {
  position: absolute;
  top: 0px;
  right: 4px;
  width: 70px;
  height: 20px;
  background: #000;
  color: #000;
  color: #fff;
  border-bottom-left-radius: 10px;
  font-size: 12px;
  background-color: #dc3545;
}

#preview-container {
  transition: all 0.3s ease-in-out;
}

.main {
  background: #fff;
}

#preview-container {
  position: relative;


}

/* 卡盘按钮样式 */
.card-tabs {
  display: flex;
  justify-content: center;
  left: 130px;
  top: 80px;
  position: absolute;
  z-index: 30;
  flex-wrap: wrap;
  cursor: pointer;
}

.card-tabs button {
  padding: 10px 20px;
  cursor: pointer;
}

/* 卡盘内容样式 */
.card-content {
  width: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  overflow: hidden;
}

/* 右侧表单样式 */
#card-config-form {
  margin-top: 20px;
}

/* 卡盘选中状态样式 */
.card-tabs div.selected {

  color: white;
}

.ant-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 250px;
  align-items: flex-start;
  align-content: flex-start;
}

.ant-list-items {
  gap: 8px;
}

.ant-list-item {
  position: relative;
  cursor: pointer;
  width: 72px;
  height: 72px;
  font-size: 11px;
  background:rgba(18, 17, 42, 0.02);
  border-radius: 4px;
  color: #999;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  flex-shrink: 0;
  flex-grow: 0;
}

.ant-list-item i {
  color:rgb(139, 140, 143);
}

.ant-list-item:hover {
  color: #1677ff;
}

.ant-list-item:hover i {
  color: #1677ff;
}


.ant-list-item-m2 {
  position: relative;
  cursor: pointer;
  width: 68px;
  height: 80px;
  font-size: 12px;
  color: #666;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  flex-shrink: 0;
  flex-grow: 0;
  padding: 12px 0;
}


#allbianji {

  position: absolute;
  z-index: 6;
  right: 20px;
  width: 280px;
  height: 48px;
  color: #000;
  top: 0px;
}

.allbianj_div {
  background-color: #ffffff;
  border: dashed 2px #1677ff;
  border-radius: 3px;
  width: 240px;
  height: 48px;
  color: #1677ff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
}

/* 表单类样式 */
.SLINPUT_OUT {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: nowrap;
}

.SLINPUT_OUT div {
  width: 137px;
  overflow: hidden;
  position: relative;
}

.FOURPUT_OUT {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: nowrap;
}

.FOURPUT_OUT div {
  width: 75px;
  overflow: hidden;
}

.SANLLIEINPUT_OUT {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: nowrap;
}

.SANLLIEINPUT_OUT div {
  width: 80px;
  overflow: hidden;
}

.four_OUT {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: nowrap;
}

.four_OUT div {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: nowrap;
}

.four_OUT {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: nowrap;
}

.four_OUT div {
  width: 55px;
  overflow: hidden;
}

.three_OUT {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: nowrap;
}

.three_OUT div {
  width: 90px;
  overflow: hidden;
}


.FOUR_OUT {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: nowrap;
}

.FOUR_OUT div {
  width: 66px;
  overflow: hidden;
}

.five_OUT {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: nowrap;

}

.five_OUT div {
  width: 75px;
  overflow: hidden;
}

.four2_OUT {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: nowrap;
}

.four2_OUT div {
  width: 60px;
  overflow: hidden;
}

.right_mk_bt {
  font-size: 16px
}

label {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 12px;

}

.image-items {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;

  width: 8000px;
  transition: all 0.3s ease-in-out;
}

.page-item {
  width: 240px;
  overflow: hidden;
  position: relative;


}

.preview-thumb {

  border-radius: 3px;
}

.preview-thumb-small {
  width: 135px;
  height: 50px;

}

.preview-thumb-small-hover {
  width: 135px;
  height: 50px;

}

/*
.delete-image {
  position: absolute;
  top: 0px;
  right: 0px;
}
  */

.align-items-center {
  position: relative;
}

.image-list {
  width: 280px;
  overflow: hidden;
}

.pageshow {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;

  width: 280px;
  margin-bottom: 12px;
}

.dh-s {

  transition: all 0.3s ease-in-out;
}

.btsss {
  border-radius: 3px;
  ;
}

.carousel-top_tags {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 30;
  top: 30px;
  left: 0px;

}

.carousel-top_tags div {
  margin-right: 10px;
}

.TOPS_CHANGE_OUT {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 280px;
  border-radius: 3px;

  height: 30px;
  margin-top: 10px;
  margin-bottom: 10px;
  overflow: hidden;

}

.TOPS_CHANGE_active {
  width: 140px;
  height: 30px;
 
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  background: #1677ff;
  cursor: pointer;

}

.TOPS_CHANGE_noactive {
  width: 140px;
  height: 30px;
  
  background-color: #f0f0f0;
  color: #333;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;

  cursor: pointer;
}

.form_bt {
  border: dashed 1px #e0e0e0;
  width: 280px;
  height: 28px;
  color: #7c7c7c;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  margin-top: 10px;
  margin-bottom: 10px;
  border-radius: 3px;



}

label {
  font-size: 12px;
}

.carousel-inner {
  will-change: transform;
  /* 启用GPU加速 */
  backface-visibility: hidden;
}

.picontent {
  perspective: 1000px;
}

.carousel-inner {
  will-change: transform;
  /* 启用GPU加速 */
  backface-visibility: hidden;
}

.picontent {
  perspective: 1000px;
  will-change: transform;
  /* 启用GPU加速 */
  transition: all 0.3s ease-in-out;
}



.form-control-sm {
  font-size: 12px;
}




.hotarea-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.modal-content {
  background: white;
  padding: 20px;
  max-width: 90%;
  max-height: 90vh;
  overflow: auto;
}

.canvas-container {
  border: 1px solid #ddd;
  margin: 10px 0;
}

.toolbar {
  margin-bottom: 10px;
}

.toolbar button {
  padding: 5px 10px;
  margin-right: 10px;
}

.link-input input {
  width: 100%;
  padding: 8px;
  margin: 10px 0;
}

.actions {
  text-align: right;
}

.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.hotarea {
  position: absolute;
  border: 2px dashed red;
  cursor: move;
  background: #000;
  z-index: 10;
}

.loading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #666;
  font-size: 14px;
}

.image-config-item {

  overflow: hidden;
  width: 240px;
  display: flex;
  justify-content: space-between;
}

.image-config-item label {
  display: block;
  font-size: 12px;
  color: #666;
  margin: 5px 0;
}

.image-config-item input {
  width: 100%;
  padding: 6px;
  font-size: 12px;
  margin: 3px 0;
}

.preview {
  margin: 5px 0;
  border: 1px solid #ddd;
  padding: 2px;
  display: inline-block;
}

.pagination-buttons {
  display: flex;
  gap: 5px;
  justify-content: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  width: 240px;
  height: 40px;
  background: #000;


}

.pagination-buttons-right {
  display: flex;
}

.page-btn {
  border: 1px dashed #dfdfdf;
  background: #fff;
  cursor: pointer;
  color: #333;
  transition: all 0.3s;
  display: none;
}

.page-btn.active {

  color: #1890ff;
  border-color: #1890ff;
}

.page-btn:hover:not(.active) {
  background: #e6f7ff;
  border-color: #91d5ff;
}

.card-tabs div.selected {
  /*
  box-shadow: 0 0 5px #1890ff;
  transform: scale(1.05);
  transition: all 0.3s;
  */
}

/* 分页激活态加强 */


.out-image-input {
  border-color: #1890ff;
}

.hover-image-input {
  border-color: #52c41a;
}



.effects-container {
  display: flex;
  height: 600px;
}

.categories-sidebar {
  width: 100%;

  border-right: 1px solid #eee;
  padding-right: 15px;
}

.effects-grid {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
  gap: 15px;
  padding-left: 15px;
  max-height: 500px;
  overflow-y: auto;
}

.effect-item {
  width: 158px;
  height: 239px;
  text-align: center;


  margin-left: 10px;
  margin-top: 10px;
  line-height: 40px;
  color: #aaa;
  border-radius: 8px;
  overflow: hidden;
  position: relative;

}

.effect-item img {
  width: 158px;
  height: 239px;

  object-fit: cover;
  cursor: pointer;
}

.effect-item div {
  font-size: 12px;
  color: #fff;

  height: 80px;
  line-height: 120px;
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, .6))
}

.categories-sidebar div {
  width: 72px;
  height: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #848484;
  border: 1px solid #f4f4f4;
  margin-left: 10px;
  margin-top: 10px;
  border-radius: 3px;
  cursor: pointer;
  font-size: 12px;



}

#layer-tabs {

  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 15px;

}

.delbutton_s {
  color: #ff2a66;
  box-shadow: 0 2px 0 rgba(255, 5, 105, 0.06);
}

/*小图动画*/








#hotspot-canvas {
  position: relative;
  border: 1px solid #ccc;
}

.hotspot-area {
  position: absolute;
  border: 2px dashed red;
  background-color: rgba(255, 0, 0, 0.1);
}

.hotspot-label {
  position: absolute;
  top: 0;
  left: 0;
  background-color: white;
  padding: 2px;
  font-size: 12px;
}


.selected {

  /*outline: 3px solid #1890ff;*/




}

.sl {
  display: none;
}

.selected .sl {
  display: block;
  background: #1677ff;
}

.selected_small {
  outline: 4px dashed #1890ff;
  padding: 2px;


}


.card-content [data-id] {
  transition: outline 0.2s;

}







.buttonWide_out {
  width: 180px;
  height: 35px;
  display: flex;

}

.pagination-buttons-right .page-btn {
  width: 75px;
  height: 35px;
  border-radius: 3px;
  background: #fff;
  border: 0.15em dashed #ddd;
  display: none;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  margin-top: 5px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}

#copyFirstScreen {
  width: 75px;
  height: 32px;
  border-radius: 3px;


  color: #333333;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  margin-top: 5px;
  border:0px;

}

.pagination-buttons-right .page-btn.active {
  width: 75px;
  height: 35px;
  border-radius: 3px;
  background: #fff;
  border: 0.15em dashed #4096ff;
  color: #4096ff;
  display: none;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  margin-top: 5px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}

#addpage_s {
  width: 75px;
  height: 32px;

  border-radius: 3px;
  background: #fff;
  justify-content: center;
  align-items: center;
  border: 0px;
  margin-top: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f4f4f4;
  border: 0px;
  font-size: 12px;
  color: #333333;
  cursor: pointer;
}


#removepage_s {
  width: 75px;
  height: 32px;

  border-radius: 3px;
  background: #fff;
  justify-content: center;
  align-items: center;
  border: 0px;
  margin-top: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #e8f1ff;
  border: 1px solid #f4f4f4;
  font-size: 12px;
  color: #fff;
  cursor: pointer;
}

/* 屏幕控制面板 */
.screen-control {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.screen-item {
  width: 40px;
  height: 40px;
  border: 2px solid #4096ff;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 14px;
  color: #4096ff;
  transition: all 0.3s;
}

.screen-item.active {
  background: #4096ff;
  color: white;
}

.screen-item:hover:not(.active) {
  background: rgba(64, 150, 255, 0.1);
}

.screen-add-btn {
  width: 40px;
  height: 40px;
  border: 2px dashed #4096ff;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #4096ff;
  transition: all 0.3s;
}

.screen-add-btn:hover {
  background: rgba(64, 150, 255, 0.1);
}



/* 添加在原有样式之后 */
#card-num-input {
  width: 60px;
  margin: 0 10px;
}

#addpage_s {
  cursor: pointer;
  transition: all 0.3s;
}

#addpage_s:disabled {
  background: #cccccc;
  cursor: not-allowed;
}

#addpage_s,
#removepage_s {
  cursor: pointer;
  transition: all 0.3s;
  min-width: 60px;
}

#addpage_s:disabled,
#removepage_s:disabled {
  background: #4096ff !important;
  cursor: not-allowed;
}

.categories-sidebar div.selected-category {
  background: #1890ff;

  color: #fff;

}

.selected-effect {

  background: #fff;
  box-shadow: 0 0 5px rgba(24, 144, 255, 1);
}

.category-item {
  padding: 8px 12px;
  cursor: pointer;
  transition: all 0.3s;
}

.category-item:hover {
  background-color: #f5f5f5;
}

.effect-item {

  transition: all 0.3s;
  cursor: pointer;
}

.effect-item:hover {
  box-shadow: 0 0 5px rgb(7, 135, 255);
  border-radius: 8px;
}

#kp-import-modal .ant-modal-content {
  width: 700px;
}

.kp-import-columns {
  display: flex;
  gap: 20px;
}

.kp-import-col {
  flex: 1;
}

.kp-import-col h4 {
  margin-bottom: 8px;
  color: #333;
}

.kp-import-col textarea {
  width: 100%;
  padding: 8px;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  font-family: monospace;
  font-size: 12px;
}












.FrameDH_B {
  animation: FrameDH_B 0.3s.2s ease both;
  position: absolute;
  z-index: 1;
}

@keyframes FrameDH_B {
  0% {


    opacity: 1;
  }

  100% {


    opacity: 0;
  }
}





.layer-tab {

  cursor: pointer;
  font-size: 12px;
  display: flex;
  color: #666;
  justify-content: center;
  border-bottom: 1px solid #e5e5e5;

}

.layer-tab.active {
  background-color: #fff;
  color: #1890ff;
  border-bottom: 1px solid #1890ff;

}

.layer-item:hover {
  background-color: #f5f5f5;

}

#layer-panel {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

#layer-panel::-webkit-scrollbar {
  width: 6px;
}

#layer-panel::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
}


#layer-panel::-webkit-scrollbar {
  width: 6px;
}

#layer-panel::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
}

.layer-item {

  height: 30px;
  border-radius: 2px;
 
  width: 240px;
  margin-top: 10px;
  margin-left: 4px;
}

.layer-item:hover {
  background-color: #f5f5f5 !important;
}

.layer-tab:hover {}

.layer-tab.active:hover {}






.layer-controls button {
  transition: all 0.2s;
  border-radius: 3px;
  width: 24px;
  height: 24px;

}

.layer-controls button:hover {
  background: #f0f0f0;
}

.btn-delete-layer {
  font-size: 20px;
  line-height: 1;
  padding: 0 4px;
}

.btn-delete-layer:hover {
  color: #ff7875 !important;
}

.bi-chevron-right {
  transition: transform 0.3s ease;
}

.flipped {
  transform: rotate(180deg);
}


.cccc {
  color: #333;
  text-decoration: none;
}

.categories-sidebar .active {
  background: #000;
  color: #fff;
  border: 1px solid #000;
}

/* 滚动条整体部分 */
::-webkit-scrollbar {
  width: 8px;
  /* 垂直滚动条宽度 */
  height: 8px;
  /* 水平滚动条高度 */
}

/* 滚动条轨道 */
::-webkit-scrollbar-track {
  background: #f1f1f1;
  /* 轨道背景色 */
  border-radius: 4px;
  /* 轨道圆角 */
}

/* 滚动条滑块 */
::-webkit-scrollbar-thumb {
  background: #d7d7d7;
  /* 滑块颜色 */
  border-radius: 4px;
  /* 滑块圆角 */
}

/* 滑块悬停状态 */
::-webkit-scrollbar-thumb:hover {
  background: #457eff;
  /* 悬停时滑块颜色 */
}

/* 滚动条边角 */
::-webkit-scrollbar-corner {
  background: #f1f1f1;
  /* 边角背景色 */
}



.mod_tools {
  position: absolute;
  z-index: 9999;
  width: 100%;
  bottom: 20px;
  height: 56px;
  display: flex;
justify-content: flex-start;
  display: none;
}

.mod_tools_ins {


  border-radius: 5px;
  overflow: hidden;
  background: #1678f1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  opacity: 0.95;
}

.selected .mod_tools {
  position: absolute;
  z-index: 9999;
  width: 90%;
  bottom: 25px;
  left:25px;
  height: 56px;
  border-radius: 3px;
  display: flex;
  justify-content: flex-start;

}

.selected .mod_tools2 {
  position: absolute;
  z-index: 9999;
  width: 90%;
  min-width: 300px;
  bottom: -30px;
  left:0px;
  height: 56px;
  display: flex;
  justify-content: flex-start;

}

.mod_tools_icon {
  display: flex;
  flex-wrap: nowrap;
}

.mod_tools_icon div {

  background:#222;
  width: 115px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 56px;
  font-size: 24px;
  cursor: pointer;
}
.toolbar-delete-widget-btn{

  width:60px;
  height:24px;
  color:#fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mod_names_ {
  font-size: 24px;
  color: #fff;
  width: 160px;
  text-align: center;
  line-height: 56px;
  display: none;
}

.resize-handle {
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #1890ff;
  border: 1px solid #fff;
  z-index: 1000;
}



/* 基础可调整区域样式 */
.ui-resizable {
  position: relative;
}

/* 手柄通用样式 */
.ui-resizable-handle {
  position: absolute;
  z-index: 90;
  background-color: none;
  display: none;
  display: none !important;
  width: 22px;
  height: 22px;
  border-radius: 22px;
  background-color: #fff;
  border: 3px solid #336fff;
 

}


/* 隐藏默认的边线手柄（只保留角） */
.ui-resizable-e,
.ui-resizable-w,
.ui-resizable-s,
.ui-resizable-n {
  display: none !important;
  opacity: 0;
}




/* 左上角 */
.ui-resizable-nw {
  top: 10px;
  left: 10px;
  cursor: nw-resize;
  
}

/* 右上角 */
.ui-resizable-ne {
  top: 10px;
  right: 10px;
  cursor: ne-resize;
}

/* 左下角 */
.ui-resizable-sw {
  bottom: 10px;
  left:10px;
  cursor: sw-resize;
}

/* 右下角 (默认存在，需加强样式) */
.ui-resizable-se {
  bottom: 10px;
  right: 10px;



  cursor: se-resize;
}

/* 鼠标悬停增强 */
.ui-resizable-handle:hover {
  background: #00f0c6;
  transform: scale(1.1);
}


.selected .ui-resizable-handle {
  display: block;
  display: block !important;
}

.hotarea .ui-resizable-handle {
  display: block;
  display: block !important;
  width: 12px;
  height: 12px;
  border: 1px dashed #fff;
}

.hotarea .ui-resizable-sw {
  display: none;
  display: none !important;
}


.hotarea .ui-resizable-nw {
  display: none;
  display: none !important;
}


.hotarea .ui-resizable-ne {
  display: none;
  display: none !important;
}

.chicun_show {
  position: absolute;
  z-index: 999;
  width: 100%;
  height: 50px;
  font-size: 12px;
  width: 70px;
  height: 24px;
  position: absolute;
  right: 5px;
  bottom: 5px;
  justify-content: center;
  top: 0;
  font-size: 12px;
  left: 0;
  display: none;

}

.chicun_show_ins {
  width: 200px;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(22, 120, 241, 0.95);
  border-radius: 40px;
  overflow: hidden;
  font-size: 12px;
  color: #fff;
  position: absolute;
  right: 5px;
  bottom: 5px;
  justify-content: center;

  font-size: 12px;

}

.selected .chicun_show {
  position: absolute;
  z-index: 999;
  width: 100%;
  height: 40px;
  justify-content: center;
  top: 10px;
  left: 0;
  display: flex;
  opacity: 0.95;

}

.SLINPUT_OUT div .right_info {
  font-size: 12px;
  width:70px;
  height:18px;
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 10;
  background: rgba(0, 0, 0, 0.65);
  border-radius: 0px;
  color:#fff;
  display: flex;
  justify-content: center;
  align-items: center;

}


.SLINPUT_OUT div .tagsinfos {
  font-size: 12px;



  z-index: 10;
 background: rgba(0, 0, 0, 0.65);
  border-radius: 2px;
  color:#fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width:56px;
  height:18px;
   position:absolute;
    right:0px; 
    bottom:68px;
    font-size:12px;

}
.tagsinfos{
  font-size: 12px;



  z-index: 10;
   background: rgba(0, 0, 0, 0.65);
  border-radius: 30px;
  color:#fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width:56px;
  height:18px;
   position:absolute;
   right:0px; 
    bottom:68px;
    font-size:12px;

}

.right_info {
  font-size: 12px;
  width:70px;
  height:18px;
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 10;
   background: rgba(0, 0, 0, 0.65);
  border-radius: 0px;
  color:#fff;
  display: flex;
  justify-content: center;
  align-items: center;

}
/* border-left: 3px solid #1890ff;*/
.layer-item.selected-layer {
    background-color: #f5f5f5;

}
body.multi-module .module-active{
  outline: 1px solid #1890ff;
  box-shadow: 0 0 5px rgba(24, 144, 255, 0.5);
}

.toprule {
  display: block;
    width: 50px;
    height: 17px;
    position: relative;
    flex-shrink: 0;
    opacity: 0.5;

}
.leftFUZU{
  opacity: 0.5;
}
.aspan{
      position: absolute;
    top: 1px;
    left: 1px;
    font-style: normal;
    font-weight: 100;
    line-height: 10px;
    font-size: 12px;
    font-family: simsun;
    color: #6a6a6a
}

.toprule_left {
  display: block;
    width: 17px;
    height: 50px;
    position: relative;
    flex-shrink: 0;
    opacity: 0.5;

}
.aspan_left{
      position: absolute;
    top: 1px;
    left: 1px;
    font-style: normal;
    font-weight: 100;
    line-height: 10px;
    font-size: 12px;
    font-family: simsun;
    color: #6a6a6a;
    writing-mode: vertical-rl;
}

      /* 辅助线样式 */
        .guide-line {
            position: absolute;
            background-color: #4affff;
            pointer-events: none;
            z-index: 99;
            transition: opacity 0.2s;
        }
        
        .guide-line.vertical {
            width: 1px;
            height: 100%;
            top: 0;
            cursor: ew-resize;
        }
        
        .guide-line.horizontal {
            height: 1px;
            width: 100%;
            left: 0;
            cursor: ns-resize;
        }
.accordion04_ldpicshow{
  display: block;
}
.accordion04_ldpichide{
  display: none;
}
.ant-list-header{
  display: flex;
  
}
.tools1125{
  position: absolute;
  right: 20px;
  width:240px;
  height:213px;
  z-index: 99;
  border-radius: 12px;
   overflow: hidden; 
  bottom: 20px;
   animation: tools1125 0.81s ease-in-out;
  

}
@keyframes tools1125 {
  0% {
    
     bottom: 0px;
  }
  100% {
    bottom: 20px;
  }
}
.tools1125_close{
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 20px;
  background-color: rgba(0,0,0,0.5);
  border-bottom-left-radius: 16px;
  font-size: 12px;
  line-height: 20px;
  color:#fff;
  cursor: pointer;
  text-align: center;
}
.rightMessage{
width:320px;
height:200px; 

 position: absolute;
 right:0px;
 z-index: 10;
  bottom: 0px;
  display: flex;
  justify-content: center;
   
  
}

.rightMessage_intest{
  width:300px;
  height:180px;
  background-color: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 0 5px rgba(15, 15, 15, 0.1);
border: 1px solid #dfdfdf;
  background-color: #fafafa;
  animation: rightMessage_intest 0.6s ease-in-out;
  
}
@keyframes rightMessage_intest {
    0% {
    
     transform:translateY(200px)
  }
  100% {
    transform:translateY(0px)
  }
}
.message_s_s{
  width:300px;
  height:160px;
  background-color: #fff;

}
.message_s_s li{
font-size: 12px;
height:30px;
line-height: 30px;
}

.message_s_s a{
  color:#4096ff;

}
.cases-cat-btn{
  width:73px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* ========== 浮动图层面板样式 ========== */
#floating-layer-panel {
    animation: floatingPanelIn 0.2s ease-out;
}

@keyframes floatingPanelIn {
    from {
        opacity: 0;
        transform: scale(0.95);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

#floating-layer-header:hover {
    background: #fff;
}

#floating-layer-tabs .layer-tab {
    cursor: pointer;
    padding: 6px 12px;
    font-size: 12px;
    border-radius: 0px;
    margin-bottom: 0px;
    margin: 0px;
    transition: all 0.2s;
}

#floating-layer-tabs .layer-tab.active {
   background-color: #fff;
  color: #1890ff;
  border-bottom: 1px solid #1890ff;
}

#floating-layer-tabs .layer-tab:hover {
    background: #f0f0f0;
}

#floating-layer-tabs .layer-tab.active:hover {
    background: #fff;
}

#floating-layer-list .layer-item {
    border-radius: 4px;
    width:239px;
    margin: 2px 0;
    transition: background 0.2s;
}

#floating-layer-list .layer-item:hover {
    background: #f5f5f5;
}

#floating-layer-list .layer-item.selected-layer {
    background: #f0f0f0;
     width:239px;
    
}

/* 图层按钮上的小图标悬停效果 */
#layer-popout-icon:hover {
    opacity: 1 !important;
    background: rgba(0,0,0,0.05);
    border-radius: 3px;
}

#layer-popout-icon.is-popout-active,
#left-panel-right-pop-btn.is-popout-active {
    opacity: 1 !important;
    background: rgba(13,110,253,0.12) !important;
    border-radius: 4px;
}

#layer-popout-icon.is-popout-active svg path,
#left-panel-right-pop-btn.is-popout-active svg path {
    stroke: #0d6efd;
}

/* 浮动面板关闭和最小化按钮悬停效果 */
#floating-layer-close:hover,
#floating-layer-minimize:hover {
    background: rgba(0,0,0,0.1);
    border-radius: 3px;
}


/* 浮动图层面板拖动样式 */
#floating-layer-list .layer-item.dragging {
    opacity: 0.7;
    transform: scale(1.02);

    z-index: 10000 !important;
    background: #f0f0f0;
}

#floating-layer-list .drag-handle {
    cursor: move;
    cursor: grab;
}

#floating-layer-list .drag-handle:active {
    cursor: grabbing;
}

#floating-layer-list .sortable-placeholder {
    height: 30px;
    background-color: #f0f0f0;
    border: 1px dashed #ccc;
    margin: 2px 0;
    border-radius: 4px;
}

#floating-layer-list {
    min-height: 100px;
}

#floating-layer-list.ui-sortable {
    position: relative;
}
