.InteractivePopPage {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media all and (orientation: landscape) {
.InteractivePopPage .Container {
    display: flex;
    height: 100%;
    position: relative;
}
}
@media all and (orientation: portrait) {
.InteractivePopPage .Container {
    display: flex;
    width: 100%;
    position: relative;
}
}
.InteractivePopPage .Container .close-btn {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 48px;
  height: 48px;
  background: url("../assets/images/Frame@2x(42).b0f79800bc7cef4011f548a57b1be946.png") no-repeat center;
  cursor: pointer;
}
.InteractivePopPage .Container .text {
  text-align: center;
  position: absolute;
  bottom: 10px;
  width: 100%;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
}

.KeFuChatPopPage .title[data-v-19c0fd6f] {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translate(-50%);
  font-size: 14px;
  background: url(../assets/images/ai-title-bg.1616c82ab63830faac540a11eee40156.png) no-repeat;
  background-size: 100% 100%;
  padding: 10px 140px;
  border-radius: 4px;
  white-space: nowrap;
  max-width: 100vw;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 16px;
}
.KeFuChatPopPage .title span[data-v-19c0fd6f] {
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 15vw;
  display: inline-block;
}
.KeFuChatPopPage .closeBtn[data-v-19c0fd6f] {
  width: 30px;
  height: 30px;
  background: url("../assets/images/Frame@2x(42).b0f79800bc7cef4011f548a57b1be946.png") no-repeat center #ff2626;
  background-size: 50% 50%;
  border-radius: 4px;
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}
.KeFuChatPopPage .record-box[data-v-19c0fd6f] {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  color: #fff;
}
.KeFuChatPopPage .record-box .record-show-btn[data-v-19c0fd6f] {
  width: 40px;
  height: 34px;
  text-align: center;
  background-color: rgba(15, 19, 25, 0.8);
  border-radius: 0px 16px 16px 0px;
  position: relative;
  padding-left: 15px;
  cursor: pointer;
}
.KeFuChatPopPage .record-box .record-show-btn .btn-icon[data-v-19c0fd6f] {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 10px;
}
.KeFuChatPopPage .record-box .record-show-btn .btn-icon.close[data-v-19c0fd6f] {
  background: url(../assets/images/downjiantou.30c2f3ef5db941f3307ceffdf4d6c4d3.png) no-repeat;
  background-size: 100% 100%;
  transform: rotate(90deg) translate(-50%);
}
.KeFuChatPopPage .record-box .record-show-btn .btn-icon.open[data-v-19c0fd6f] {
  background: url("../assets/images/Frame 11@2x.9ed5d12287f03ab69f0213a9d06e38c4.png") no-repeat;
  background-size: 100% 100%;
  transform: translate(0, -50%);
}
.KeFuChatPopPage .record-box .record-list[data-v-19c0fd6f] {
  width: 400px;
  max-height: 500px;
  margin-top: 10px;
  padding: 0 5px 0 20px;
  overflow-y: auto;
}
.KeFuChatPopPage .record-box .record-list[data-v-19c0fd6f] ::-webkit-scrollbar {
  width: 4px;
}
.KeFuChatPopPage .record-box .record-list[data-v-19c0fd6f]::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(15, 19, 25, 0.6);
}
.KeFuChatPopPage .record-box .record-list[data-v-19c0fd6f]::-webkit-scrollbar-track {
  background-color: transparent;
}
.KeFuChatPopPage .record-box .record-list .record-item-outside[data-v-19c0fd6f] {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.KeFuChatPopPage .record-box .record-list .record-item-outside .record-item-inner[data-v-19c0fd6f] {
  padding: 10px 20px;
  border-radius: 16px;
  max-width: 70%;
  word-wrap: break-word;
  line-height: 20px;
  letter-spacing: 1px;
  font-size: 12px;
}
.KeFuChatPopPage .record-box .record-list .record-item-outside.me[data-v-19c0fd6f] {
  justify-content: right;
}
.KeFuChatPopPage .record-box .record-list .record-item-outside.me .record-item-inner[data-v-19c0fd6f] {
  border-bottom-right-radius: 0;
  background-color: #2991f1;
}
.KeFuChatPopPage .record-box .record-list .record-item-outside.ai[data-v-19c0fd6f] {
  justify-content: left;
}
.KeFuChatPopPage .record-box .record-list .record-item-outside.ai .record-item-inner[data-v-19c0fd6f] {
  border-bottom-left-radius: 0;
  background-color: rgba(15, 19, 25, 0.4);
}
.KeFuChatPopPage .record-box .record-list .record-loading .loading-loop-box[data-v-19c0fd6f] {
  display: flex;
}
.KeFuChatPopPage .record-box .record-list .record-loading .loading-loop-box .loading-loop[data-v-19c0fd6f] {
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background-color: #fff;
  margin-right: 5px;
}
.KeFuChatPopPage .record-box .record-list .record-loading .loading-loop-box .loading-loop[data-v-19c0fd6f]:last-child {
  margin: 0;
}
.KeFuChatPopPage .record-box .record-list .record-loading .loading-loop-box .loading-loop.loop1[data-v-19c0fd6f] {
  transform: scale(1);
  animation: loop-animation1 1s infinite linear;
}
.KeFuChatPopPage .record-box .record-list .record-loading .loading-loop-box .loading-loop.loop2[data-v-19c0fd6f] {
  transform: scale(0.8);
  animation: loop-animation2 1s infinite linear;
}
.KeFuChatPopPage .record-box .record-list .record-loading .loading-loop-box .loading-loop.loop3[data-v-19c0fd6f] {
  transform: scale(0.6);
  animation: loop-animation3 1s infinite linear;
}
.KeFuChatPopPage .record-box .record-list .record-loading .loading-loop-box .loading-loop.loop4[data-v-19c0fd6f] {
  transform: scale(0.4);
  animation: loop-animation4 1s infinite linear;
}
.KeFuChatPopPage .bottom[data-v-19c0fd6f] {
  position: fixed;
  bottom: 30px;
  width: 100%;
  justify-content: center;
  display: flex;
}
@media screen and (orientation: portrait) and (max-device-width: 768px) and (max-device-height: 1024px) {
.record-box[data-v-19c0fd6f] {
    top: 15rem;
}
.record-box .record-list[data-v-19c0fd6f] {
    width: 50vw !important;
    max-height: 40vh !important;
}
.record-box .record-list .record-item-outside .record-item-inner[data-v-19c0fd6f] {
    padding: 5px 10px !important;
}
.KeFuChatPopPage .title[data-v-19c0fd6f] {
    top: 60px !important;
}
}
@media all and (orientation: landscape) and (max-device-width: 1024px) {
.record-box[data-v-19c0fd6f] {
    top: 5rem;
}
.record-box .record-list[data-v-19c0fd6f] {
    width: 50vw !important;
    max-height: 40vh !important;
}
.record-box .record-list .record-item-outside .record-item-inner[data-v-19c0fd6f] {
    padding: 5px 10px !important;
}
}
@media (max-width: 1800px) and (min-width: 1100px) {
.record-box[data-v-19c0fd6f] {
    zoom: 80%;
}
}

