/*!*************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/antd/dist/reset.css ***!
  \*************************************************************************************************************************************************************************************************************************************/
/* stylelint-disable */
html,
body {
  width: 100%;
  height: 100%;
}
input::-ms-clear,
input::-ms-reveal {
  display: none;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  margin: 0;
}
[tabindex='-1']:focus {
  outline: none;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5em;
  font-weight: 500;
}
p {
  margin-top: 0;
  margin-bottom: 1em;
}
abbr[title],
abbr[data-original-title] {
  text-decoration: underline dotted;
  border-bottom: 0;
  cursor: help;
}
address {
  margin-bottom: 1em;
  font-style: normal;
  line-height: inherit;
}
input[type='text'],
input[type='password'],
input[type='number'],
textarea {
  -webkit-appearance: none;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1em;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 500;
}
dd {
  margin-bottom: 0.5em;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1em;
}
dfn {
  font-style: italic;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
pre,
code,
kbd,
samp {
  font-size: 1em;
  font-family: 'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, Courier, monospace;
}
pre {
  margin-top: 0;
  margin-bottom: 1em;
  overflow: auto;
}
figure {
  margin: 0 0 1em;
}
img {
  vertical-align: middle;
  border-style: none;
}
a,
area,
button,
[role='button'],
input:not([type='range']),
label,
select,
summary,
textarea {
  touch-action: manipulation;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.75em;
  padding-bottom: 0.3em;
  text-align: left;
  caption-side: bottom;
}
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html [type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type='radio'],
input[type='checkbox'] {
  box-sizing: border-box;
  padding: 0;
}
input[type='date'],
input[type='time'],
input[type='datetime-local'],
input[type='month'] {
  -webkit-appearance: listbox;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  margin-bottom: 0.5em;
  padding: 0;
  color: inherit;
  font-size: 1.5em;
  line-height: inherit;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}
[type='search'] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
mark {
  padding: 0.2em;
  background-color: #feffe6;
}

/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./src/global.less ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************************************/
* {
  margin: 0;
  padding: 0;
  user-select: none;
}
#root {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
/*入场动画开始*/
.fade-enter {
  opacity: 0;
}
/*入场动画过程*/
.fade-enter-active {
  opacity: 1;
  transition: opacity 0.3s ease-in;
}
/*入场动画结束*/
.fade-enter-done {
  opacity: 1;
}
/*离场动画开始*/
.fade-exit {
  opacity: 1;
}
/*离场动画过程*/
.fade-exit-active {
  opacity: 0;
  transition: opacity 0.3s ease-in;
}
/*离场动画结束*/
.fade-exit-done {
  opacity: 0;
}
/*页面第一次加载时的开始状态*/
.fade-appear {
  opacity: 0;
}
/*页面第一次加载时的动画过程*/
.fade-appear-active {
  opacity: 1;
  transition: opacity 0.3s ease-in;
}
.scale-fade-enter {
  opacity: 0;
  transform: scale(0.99);
}
.scale-fade-enter-active {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}
.scale-fade-enter-done {
  opacity: 1;
  transform: scale(1);
}
.scale-fade-exit {
  opacity: 1;
}
.scale-fade-exit-active {
  opacity: 0;
  transform: scale(0.99);
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}
.scale-fade-exit-done {
  opacity: 0;
  transform: scale(0.99);
}
html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  min-height: 100%;
  overflow: hidden;
}
.rewriteScrollBarAble::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.rewriteScrollBarAble::-webkit-scrollbar-track {
  background-color: transparent;
}
.rewriteScrollBarAble::-webkit-scrollbar-thumb {
  background-color: #ccc;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  border-radius: 3px;
}
.rewriteScrollBarAble::-webkit-scrollbar-thumb:hover {
  background-color: #aaa;
}
.rewriteScrollBarAble::-webkit-scrollbar-thumb:active {
  background-color: #888888;
}
@font-face {
  font-family: 'CustomFont';
  src: url('https://micro-weixun.oss-cn-beijing.aliyuncs.com/Siyuanheiti/._SourceHanSansCN-Bold.otf');
}
.scale-fade-enter {
  opacity: 0;
  transform: scale(0.99);
}
.scale-fade-enter-active {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}
.scale-fade-enter-done {
  opacity: 1;
  transform: scale(1);
}
.scale-fade-exit {
  opacity: 1;
}
.scale-fade-exit-active {
  opacity: 0;
  transform: scale(0.99);
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}
.scale-fade-exit-done {
  opacity: 0;
  transform: scale(0.99);
}

/*!********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./src/components/DragEditor/moduleViews/Audio/audio.less ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.audioModel .audioModelContainer {
  width: 100%;
  height: 100%;
}
.audioModel .audioModelContainer .audioModelContainerInner {
  width: 100%;
  height: 100%;
  display: flex;
  padding: 12px;
  background-size: 100% 100%;
}
.audioModel .audioModelContainer .audioModelContainerInner .infoAudio {
  flex: 1 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.audioModel .audioModelContainer .audioModelContainerInner .playButtonContainer {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.audioModel .audioModelContainer .audioModelContainerInner .playButtonContainer .playButton {
  text-align: center;
  background-color: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(20px);
  border-radius: 50%;
  font-size: 20px;
  color: white;
}

/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./src/components/DragEditor/moduleViews/NotificationBar/notificationBar.less ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.notificationBar {
  display: flex;
  padding: 15px;
}
.notificationBar .roleIcon {
  width: 60px;
  height: 60px;
  margin-right: 15px;
  background-color: #f5f5f5;
}
.notificationBar .notificationBarContent {
  padding: 4px 0;
  flex: 1 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./src/components/DragEditor/moduleViews/Todo/todo.less ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.todoModule {
  overflow: hidden;
}
.todoModule .todoBar {
  min-width: 180px;
  padding: 0 20px;
  display: flex;
  align-items: center;
}
.todoModule .todoList {
  min-width: 180px;
}
.todoModule .todoList .todoItem {
  padding: 10px;
  display: flex;
}
.todoModule .todoList .todoItem .avatar {
  height: 56px;
  min-width: 56px;
  max-width: 56px;
  width: 56px;
  border-radius: 50%;
  margin-right: 12px;
  background-color: #AAAAAA;
}
.todoModule .todoList .todoItem .rightInfo {
  flex: 1 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 6px 0;
}

/*!********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./src/components/DragEditor/moduleViews/Video/video.less ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.videoModel {
  overflow: hidden;
}
.videoModel .container {
  position: relative;
  min-width: 140px;
  height: 100%;
  width: 100%;
  background-size: 100% 100%;
}
.videoModel .container .playIconContainer {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.videoModel .container .playIconContainer .playIcon {
  text-align: center;
  background-color: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(10px);
  border-radius: 50%;
  font-size: 20px;
  color: white;
}
.videoModel .container .videoModelInfo {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  backdrop-filter: blur(20px);
}
.videoModel .container .videoModelInfo .videoDescription {
  margin-bottom: 0;
}

/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./src/components/DragEditor/moduleViews/Strategy/strategy.less ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.strategy {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 40px 0;
}
.strategy .strategyCategories {
  overflow-y: auto;
  display: grid;
  grid-auto-rows: 90px;
  /* 定义每行的高度 */
  grid-template-columns: repeat(auto-fit, minmax(80px, 1fr));
}
.strategy .strategyCategories .category {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
}
.strategy .strategyCategories .category .categoryIcon {
  font-size: 40px;
}
.strategy .strategyCategories .category .categoryName {
  margin: 7px 0;
  font-size: 13px;
}
.strategy .strategyCategories .category:hover {
  cursor: pointer;
  border: 1px solid #d3d3d3;
}
.strategy .strategyCategories .category:hover .categoryIcon {
  font-size: 50px;
}

/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./src/components/DragEditor/moduleViews/twoDGraph.less ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.twoDGraph {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  height: 100%;
}
.twoDGraph .twoDGraphName {
  height: 26px;
  font-size: 14px;
  margin-top: 10px;
}

/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./src/components/DragEditor/moduleViews/TwoDTiledInfoGraph/common/OneTiledInfo/oneTiledinfo.less ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.oneTiledInfo {
  height: 30px;
  padding: 5px 20px;
  display: flex;
  justify-content: space-between;
  font-size: 16px;
}

/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./src/components/DragEditor/moduleViews/TwoDTiledInfoGraph/twoDTiledInfoGraph.less ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.multiTiledInfo {
  padding: 20px 0;
}
.multiTiledInfo .figureLegend {
  height: 50px;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  font-size: 12px;
}
.multiTiledInfo .figureLegend .triangle {
  width: 14px;
  height: 14px;
  clip-path: polygon(50% 0, 0 100%, 100% 100%);
  background-color: black;
  cursor: pointer;
  margin-right: 2px;
}
.multiTiledInfo .figureLegend .invertedTriangle {
  width: 14px;
  height: 14px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background-color: black;
  cursor: pointer;
  margin-left: 2px;
}
.multiTiledInfo .figureLegend .disableClick {
  background-color: gray;
  cursor: default;
}

/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./src/pages/NPC/NPC.less ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.character {
  width: 300px;
  min-width: 10px;
  background: blue;
}

/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./src/components/DragEditor/moduleViews/RankedList/rankedList.less ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.rankedList {
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.rankedList .backgroundImageArea {
  height: 35%;
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  font-weight: bold;
  color: #FFFFFF;
}
.rankedList .oneGrid {
  flex: 1 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.rankedList .oneGrid.score {
  font-family: SimHei;
  color: #5292FC;
}
.rankedList .oneGrid .gridValue {
  height: 70%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-family: SimHei;
}
.rankedList .oneGrid .groupName {
  height: 20%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  color: #666666;
}
.rankedList .rankedListContent {
  z-index: 1;
  height: 65%;
  color: #333333;
  padding: 0 15px;
  display: flex;
  flex-direction: column;
}
.rankedList .rankedListContent .listTable {
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.rankedList .rankedListContent .listTable .tableHeader {
  color: #666666;
  display: flex;
  width: 70%;
  font-size: 14px;
}

/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./src/components/DragEditor/moduleViews/RankedList/RankedRow/rankedRow.less ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.rankedRow {
  display: flex;
  height: 55px;
  line-height: 55px;
  background: white;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.rankedRow.rankedRowBorder {
  box-shadow: 0 6px 6px -5px rgba(82, 146, 252, 0.6);
}
.rankedRow .propertyOwner {
  width: 30%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.rankedRow .propertyOwner .rankingNumberContainer {
  height: 100%;
  display: flex;
  width: 30%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.rankedRow .propertyOwner .rankingNumberContainer .rankingNumberText {
  height: 25px;
  width: 25px;
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FFDD65;
  border: 2px solid #FFB349;
  border-radius: 50%;
}
.rankedRow .propertyOwner .rankingNumberContainer .myRankingNumber {
  height: 60%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 25px;
  color: #CCCCCC;
}
.rankedRow .propertyOwner .rankingNumber {
  font-size: 25px;
  width: 30%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #CCCCCC;
}
.rankedRow .propertyOwner .avatar {
  position: relative;
  width: 80px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.rankedRow .propertyOwner .avatar .orgAvatar,
.rankedRow .propertyOwner .avatar .wechatAvatar {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.rankedRow .propertyOwner .avatar .wechatAvatar {
  border-radius: 50%;
  left: -5px;
}
.rankedRow .propertyValue {
  width: 70%;
  font-size: 18px;
  display: flex;
  align-items: stretch;
}

/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./src/components/DragEditor/moduleViews/DndTable/dndTable.less ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.dndTable {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.dndTable .item-content {
  color: #977357;
  font-size: 14px;
}
.dndTable .dnd-table-background {
  width: 100%;
  height: 90%;
  background-image: url('https://iammint.oss-cn-beijing.aliyuncs.com/dndTable/background.jpg');
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.dndTable .dnd-table-background .stem {
  height: 35%;
}
.dndTable .dnd-table-background .three-by-five-wrapper {
  position: absolute;
  top: 35%;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  /* 改为 flex 布局 */
  text-align: center;
}
.dndTable .dnd-table-background .three-by-five-wrapper .left-list {
  width: 40%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: space-evenly;
}
.dndTable .dnd-table-background .three-by-five-wrapper .left-list .left-list-item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 10vh;
  text-align: center;
}
.dndTable .dnd-table-background .three-by-five-wrapper .left-list .left-list-item-wrapper .left-list-item {
  height: 10vh;
  width: 10vh;
  background-image: url('https://iammint.oss-cn-beijing.aliyuncs.com/dndTable/emptyBox.jpg');
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  transition: transform 0.2s ease-in-out;
}
.dndTable .dnd-table-background .three-by-five-wrapper .left-list .left-list-item-wrapper .left-list-item:hover {
  transform: scale(1.05);
}
.dndTable .dnd-table-background .three-by-five-wrapper .left-list .left-list-item-wrapper .item-content {
  margin-top: 8px;
  text-align: center;
  width: 10vh;
  white-space: nowrap;
}
.dndTable .dnd-table-background .three-by-five-wrapper .line {
  width: 5px;
  height: 100%;
  background-image: url('https://iammint.oss-cn-beijing.aliyuncs.com/dndTable/line.jpg');
  background-size: 100% 90%;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.dndTable .dnd-table-background .three-by-five-wrapper .line .line-decoration {
  background-image: url('https://iammint.oss-cn-beijing.aliyuncs.com/dndTable/lineDecoration.jpg');
  width: 7px;
  height: 20px;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 15%;
  left: 50%;
  transform: translateX(-50%);
}
.dndTable .dnd-table-background .three-by-five-wrapper .right-table {
  width: 60%;
  height: 95%;
  overflow-y: auto;
  text-align: center;
}
.dndTable .dnd-table-background .three-by-five-wrapper .right-table .dnd-table-item {
  width: 85%;
  height: 14%;
  margin: 0 auto 4%;
  /* 调整项间距 */
  background-image: url('https://iammint.oss-cn-beijing.aliyuncs.com/dndTable/list.jpg');
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  transition: transform 0.2s ease-in-out;
}
.dndTable .dnd-table-background .three-by-five-wrapper .right-table .dnd-table-item:hover {
  transform: scale(1.05);
}
.dndTable .submit-button {
  height: 8%;
  width: 70%;
  margin-top: 2%;
  background-image: url('https://iammint.oss-cn-beijing.aliyuncs.com/dndTable/button.jpg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  transition: transform 0.2s ease-in-out;
}
.dndTable .submit-button:hover {
  transform: scale(1.05);
}
.dndTable .submit-button .item-content {
  color: #977357;
  font-weight: bold;
  font-size: 17px;
}

