.ai-popDialog {
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
}
.AiCharacterListDlg {
  width: fit-content !important;
  height: fit-content !important;
  justify-content: center;
  align-items: center;
}
.AiCharacterListDlg .aicharacterbody {
  flex: none !important;
}
.AiCharacterListDlg .topToolBar {
  width: 842px;
  height: 50px;
  background: #232529;
  border-radius: 2px 2px 0px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.AiCharacterListDlg .topToolBar .text1 {
  width: 84px;
  height: 15px;
  font-size: 12px;
  font-family: Inter-Regular, Inter;
  font-weight: 400;
  color: #ffffff;
  line-height: 14px;
}
.AiCharacterListDlg .topToolBar .close {
  position: absolute;
  width: 20px;
  height: 20px;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.AiCharacterListDlg .topToolBar .close img {
  width: 100%;
  height: 100%;
}
.AiCharacterListDlg .bottomContainer {
  width: 846px;
  height: 595px;
  background: #333333;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
  border-radius: 0px 0px 2px 2px;
  display: flex;
  flex-direction: column;
}
.AiCharacterListDlg .bottomContainer .aicharacterlist {
  width: 100%;
  padding: 12px 6px 6px;
  display: flex;
  background: #333333;
  border-radius: 0px 0px 2px 0px;
  align-content: flex-start;
  flex-wrap: wrap;
  overflow: auto;
  flex: 1;
}
.AiCharacterListDlg .bottomContainer .aicharacterlist .item {
  width: 130px;
  height: 162px;
  margin: 5px 4px;
  border-radius: 2px 2px 2px 2px;
  position: relative;
  background: #111111;
}
.AiCharacterListDlg .bottomContainer .aicharacterlist .item .name {
  font-size: 12px;
  font-family: Inter-Regular, Inter;
  font-weight: 400;
  color: #ffffff;
  line-height: 12px;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  height: 20%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
}
.AiCharacterListDlg .bottomContainer .aicharacterlist .item .btnNotSel,
.AiCharacterListDlg .bottomContainer .aicharacterlist .item .btnSel {
  position: absolute;
  bottom: 13px;
  left: 11px;
  width: 16px;
  height: 16px;
  font-size: 12px;
  font-family: Inter-Regular, Inter;
  font-weight: 400;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 9;
}
.AiCharacterListDlg .bottomContainer .aicharacterlist .item .btnSel {
  background: url(../assets/images/Vector.1c37611fdeeb89e8730ee07655a7ac6d.png) no-repeat;
  background-size: 100% 100%;
}
.AiCharacterListDlg .bottomContainer .aicharacterlist .item .item-bottom {
  width: 100%;
  height: 20%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
}
.AiCharacterListDlg .bottomContainer .btnline {
  height: 50px;
  width: 100%;
  display: flex;
  flex-direction: row;
  font-size: 14px;
  font-family: Inter-Regular, Inter;
  font-weight: 400;
  color: #ffffff;
  align-items: center;
  flex-direction: row-reverse;
}
.AiCharacterListDlg .bottomContainer .btnline .btn1 {
  width: 100px;
  height: 32px;
  background: #656565;
  border-radius: 2px 2px 2px 2px;
  align-items: center;
  display: flex;
  justify-content: center;
  margin-right: 10px;
  cursor: pointer;
}
.AiCharacterListDlg .bottomContainer .btnline .btn2 {
  width: 100px;
  height: 32px;
  background: #2991f1;
  border-radius: 2px 2px 2px 2px;
  align-items: center;
  display: flex;
  justify-content: center;
  margin-right: 10px;
  cursor: pointer;
}
.AiCharacterListDlg .loading {
  position: absolute;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  background: #000000b5;
  font-size: 12px;
  font-family: Inter-Regular, Inter;
  font-weight: 400;
  color: #ffffff;
  line-height: 14px;
}
.bottomempty {
  width: 100%;
  padding: 5px;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border-radius: 0px 0px 2px 2px;
  align-content: flex-start;
  overflow: auto;
}
.bottomempty .m-noMap-item {
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.bottomempty .m-noMap-item .u-noMap-text {
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 14px;
  margin-top: 20px;
}
.bottomempty .m-noMap-item .create-btn {
  margin-top: 30px;
  width: 100px;
  height: 32px;
  background: #2991f1;
  border-radius: 2px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 32px;
  cursor: pointer;
}

