.MiddleFramePanel {
  box-sizing: border-box;
  height: 100%;
  display: flex;
  flex-direction: column;
  flex: 1;
  margin-left: 1px;
  margin-right: 1px;
  overflow: hidden;
  position: relative;
}
.MiddleFramePanel .top {
  width: 100%;
  height: 40px;
  background: #232629;
  border-radius: 2px 2px 0px 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.MiddleFramePanel .top .previewText1 {
  margin-left: 10px;
  width: 61px;
  height: 15px;
  font-size: 12px;
  font-family: Inter-Regular, Inter;
  font-weight: 400;
  color: #ffffff;
  line-height: 14px;
}
.MiddleFramePanel .top .fullscreenBtn1 {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.MiddleFramePanel .bottom {
  margin-top: 1px;
  user-select: none;
  flex: 1;
  width: 100%;
  background: #181818;
  border-radius: 0px 0px 2px 2px;
  justify-content: center;
  align-items: center;
  display: flex;
}
.MiddleFramePanel .bottom .cameraFov {
  position: absolute;
  right: 112px;
  top: 10px;
  background: #232529;
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
  cursor: pointer;
  width: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 5px;
  padding-right: 5px;
}
.MiddleFramePanel .bottom .cameraFov .slider {
  flex: 1;
}
.MiddleFramePanel .bottom .handRotAngle {
  position: absolute;
  right: 270px;
  top: 10px;
  background: #232529;
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
  cursor: pointer;
  width: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 5px;
  padding-right: 5px;
}
.MiddleFramePanel .bottom .handRotAngle .slider {
  flex: 1;
}
.MiddleFramePanel .bottom .reset-orbit.video {
  transform: scale(1);
  transform-origin: center center;
  position: absolute;
  padding: 9px 15px;
  right: 10px;
  top: 10px;
  background: #232529;
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
  cursor: pointer;
}
.MiddleFramePanel .bottom .g-page-item {
  position: absolute;
  padding: 9px 15px;
  left: 10px;
  top: 10px;
  font-size: 12px;
  color: #fff;
  border-radius: 4px;
  background: #232529;
  cursor: pointer;
}
.MiddleFramePanel .bottom .ivu-dropdown {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 90px !important;
  transform: scale(1);
  opacity: 0.7;
  transform-origin: center center;
}
.MiddleFramePanel .bottom .ivu-dropdown .ivu-dropdown-rel {
  width: 100%;
}
.MiddleFramePanel .bottom .ivu-dropdown .ivu-dropdown-rel button {
  width: 100%;
  position: relative;
  padding-right: 20px;
}
.MiddleFramePanel .bottom .ivu-dropdown .ivu-dropdown-rel button i {
  position: absolute;
  right: 5px;
}
.MiddleFramePanel .bottom .ivu-dropdown .ivu-select-dropdown {
  width: 100% !important;
  left: auto !important;
  right: 0px !important;
  top: 30px !important;
}
.MiddleFramePanel .bottom .ivu-dropdown .ivu-select-dropdown .ivu-dropdown-menu {
  width: 100% !important;
  min-width: 90px !important;
}
.MiddleFramePanel .bottom .ivu-dropdown .ivu-select-dropdown .ivu-dropdown-menu .ivu-dropdown-item {
  width: 100% !important;
  font-size: 12px !important;
  color: #fff;
}
.MiddleFramePanel .bottom .ivu-dropdown .ivu-select-dropdown .ivu-dropdown-menu .ivu-dropdown-item:hover {
  background: #33363c;
}
.MiddleFramePanel .bottom .reset-orbit.ai {
  opacity: 0.7;
  transform: scale(1);
  transform-origin: center center;
  position: absolute;
  padding: 10px 10px;
  right: 110px;
  top: 10px;
  background: #181818;
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
  cursor: pointer;
}
.MiddleFramePanel .bottom .btnGroup1 {
  position: absolute;
  right: 0px;
  display: flex;
  top: 10px;
}
.MiddleFramePanel .bottom .btnGroup1 .btn2 {
  margin-right: 10px;
  min-width: 70px;
  height: 20px;
  background: #2d3036;
  border-radius: 2px 2px 2px 2px;
  font-size: 12px;
  font-family: Inter-Regular, Inter;
  font-weight: 400;
  color: #ffffff;
  line-height: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.MiddleFramePanel .bottom .btnGroup1 .btn2.is-selected {
  color: #2991f1;
}
.MiddleFramePanel .bottom .record-box {
  position: absolute;
  top: 20%;
  left: 0;
  color: #fff;
}
.MiddleFramePanel .bottom .record-box .record-show-btn {
  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;
}
.MiddleFramePanel .bottom .record-box .record-show-btn .btn-icon {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 10px;
}
.MiddleFramePanel .bottom .record-box .record-show-btn .btn-icon.close {
  background: url(../assets/images/downjiantou.30c2f3ef5db941f3307ceffdf4d6c4d3.png) no-repeat;
  background-size: 100% 100%;
  transform: rotate(90deg) translate(-50%);
}
.MiddleFramePanel .bottom .record-box .record-show-btn .btn-icon.open {
  background: url("../assets/images/Frame 11@2x.9ed5d12287f03ab69f0213a9d06e38c4.png") no-repeat;
  background-size: 100% 100%;
  transform: translate(0, -50%);
}
.MiddleFramePanel .bottom .record-box .record-list {
  width: 400px;
  max-height: 390px;
  margin-top: 10px;
  padding: 0 5px 0 20px;
  overflow-y: auto;
}
.MiddleFramePanel .bottom .record-box .record-list ::-webkit-scrollbar {
  width: 4px;
}
.MiddleFramePanel .bottom .record-box .record-list::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(15, 19, 25, 0.6);
}
.MiddleFramePanel .bottom .record-box .record-list::-webkit-scrollbar-track {
  background-color: transparent;
}
.MiddleFramePanel .bottom .record-box .record-list .record-item-outside {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.MiddleFramePanel .bottom .record-box .record-list .record-item-outside .record-item-inner {
  padding: 10px 20px;
  border-radius: 16px;
  max-width: 70%;
  word-wrap: break-word;
  line-height: 20px;
  letter-spacing: 1px;
  font-size: 12px;
}
.MiddleFramePanel .bottom .record-box .record-list .record-item-outside.me {
  justify-content: right;
}
.MiddleFramePanel .bottom .record-box .record-list .record-item-outside.me .record-item-inner {
  border-bottom-right-radius: 0;
  background-color: #2991f1;
}
.MiddleFramePanel .bottom .record-box .record-list .record-item-outside.ai {
  justify-content: left;
}
.MiddleFramePanel .bottom .record-box .record-list .record-item-outside.ai .record-item-inner {
  border-bottom-left-radius: 0;
  background-color: rgba(15, 19, 25, 0.4);
}
.MiddleFramePanel .bottom .record-box .record-list .record-loading .loading-loop-box {
  display: flex;
}
.MiddleFramePanel .bottom .record-box .record-list .record-loading .loading-loop-box .loading-loop {
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background-color: #fff;
  margin-right: 5px;
}
.MiddleFramePanel .bottom .record-box .record-list .record-loading .loading-loop-box .loading-loop:last-child {
  margin: 0;
}
.MiddleFramePanel .bottom .record-box .record-list .record-loading .loading-loop-box .loading-loop.loop1 {
  transform: scale(1);
  animation: loop-animation1 1s infinite linear;
}
.MiddleFramePanel .bottom .record-box .record-list .record-loading .loading-loop-box .loading-loop.loop2 {
  transform: scale(0.8);
  animation: loop-animation2 1s infinite linear;
}
.MiddleFramePanel .bottom .record-box .record-list .record-loading .loading-loop-box .loading-loop.loop3 {
  transform: scale(0.6);
  animation: loop-animation3 1s infinite linear;
}
.MiddleFramePanel .bottom .record-box .record-list .record-loading .loading-loop-box .loading-loop.loop4 {
  transform: scale(0.4);
  animation: loop-animation4 1s infinite linear;
}
.MiddleFramePanel .bottom .ai-tips {
  position: absolute;
  bottom: 10px;
  left: 10px;
  font-size: 14px;
  background: rgba(0, 0, 0, 0.3);
  padding: 5px;
}
.MiddleFramePanel .bottomToolContainer {
  height: 71px;
  width: 100%;
  align-items: center;
  display: flex;
  position: relative;
}
.MiddleFramePanel .bottomToolContainer .time1 {
  width: 70px;
  height: 15px;
  font-size: 12px;
  margin-left: 19px;
  font-family: Inter-Regular, Inter;
  font-weight: 400;
  color: #2991f1;
  line-height: 14px;
}
.MiddleFramePanel .bottomToolContainer .time2 {
  width: 70px;
  height: 15px;
  margin-left: 20px;
  font-size: 12px;
  font-family: Inter-Regular, Inter;
  font-weight: 400;
  color: #ffffff;
  line-height: 14px;
}
.MiddleFramePanel .bottomToolContainer .playBtn {
  width: 20px;
  height: 20px;
  display: flex;
}
.MiddleFramePanel .bottomToolContainer .rightBtnContainer {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.MiddleFramePanel .bottomToolContainer .rightBtnContainer .btn1 {
  width: 28px;
  height: 16px;
  border-radius: 0px 0px 0px 0px;
  opacity: 1;
  border: 1px solid #ffffff;
  right: 151px;
  position: absolute;
  display: flex;
  align-items: center;
}
.MiddleFramePanel .bottomToolContainer .rightBtnContainer .btn1 .text {
  height: 12px;
  font-size: 10px;
  font-family: Inter-Regular, Inter;
  font-weight: 400;
  color: #ffffff;
  line-height: 12px;
}
.MiddleFramePanel .bottomToolContainer .rightBtnContainer .btn2 {
  width: 28px;
  height: 16px;
  border-radius: 0px 0px 0px 0px;
  opacity: 1;
  border: 1px solid #ffffff;
  right: 103px;
  position: absolute;
  display: flex;
  align-items: center;
}
.MiddleFramePanel .bottomToolContainer .rightBtnContainer .btn2 .text {
  height: 12px;
  font-size: 10px;
  font-family: Inter-Regular, Inter;
  font-weight: 400;
  color: #ffffff;
  line-height: 12px;
}
.MiddleFramePanel .bottomToolContainer .rightBtnContainer .btn3 {
  width: 28px;
  height: 16px;
  border-radius: 0px 0px 0px 0px;
  opacity: 1;
  border: 1px solid #ffffff;
  right: 55px;
  position: absolute;
  display: flex;
  align-items: center;
}
.MiddleFramePanel .bottomToolContainer .rightBtnContainer .btn3 .text {
  height: 12px;
  font-size: 10px;
  font-family: Inter-Regular, Inter;
  font-weight: 400;
  color: #ffffff;
  line-height: 12px;
}
.MiddleFramePanel .bottomToolContainer .rightBtnContainer .fullscreenBtn {
  position: absolute;
  display: flex;
  right: 19px;
  width: 16px;
  height: 16px;
}
@keyframes loop-animation1 {
0% {
    transform: scale(1);
}
15% {
    transform: scale(0.8);
}
30% {
    transform: scale(0.6);
}
50% {
    transform: scale(0.4);
}
60% {
    transform: scale(0.6);
}
75% {
    transform: scale(0.8);
}
100% {
    transform: scale(1);
}
}
@keyframes loop-animation2 {
0% {
    transform: scale(0.8);
}
15% {
    transform: scale(0.6);
}
30% {
    transform: scale(0.4);
}
50% {
    transform: scale(0.6);
}
60% {
    transform: scale(0.8);
}
75% {
    transform: scale(1);
}
100% {
    transform: scale(0.8);
}
}
@keyframes loop-animation3 {
0% {
    transform: scale(0.6);
}
15% {
    transform: scale(0.4);
}
30% {
    transform: scale(0.6);
}
50% {
    transform: scale(0.8);
}
60% {
    transform: scale(1);
}
75% {
    transform: scale(0.8);
}
100% {
    transform: scale(0.6);
}
}
@keyframes loop-animation4 {
0% {
    transform: scale(0.4);
}
15% {
    transform: scale(0.6);
}
30% {
    transform: scale(0.8);
}
50% {
    transform: scale(1);
}
60% {
    transform: scale(0.8);
}
75% {
    transform: scale(0.6);
}
100% {
    transform: scale(0.4);
}
}

