.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 .countdown-box {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 14px;
  padding: 5px;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 2px;
}
.MiddleFramePanel .top-record-box {
  position: absolute;
  top: 10px;
  left: 50%;
  min-height: 154px;
  transform: translateX(-50%) scale(0.6);
  transform-origin: top !important;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 8px;
  overflow: hidden;
  padding-bottom: 40px;
}
.MiddleFramePanel .top-record-box div {
  width: 100%;
  color: #ffffff;
  font-size: 24px;
  padding: 30px;
}
.MiddleFramePanel .top-record-box .spacklist-problem {
  line-height: 30px;
}
.MiddleFramePanel .top-record-box .spacklist-answer {
  line-height: 30px;
  background: rgba(255, 255, 255, 0.08);
}
.MiddleFramePanel .currentTime-box {
  position: absolute;
  left: 0;
  top: 25%;
  background: rgba(0, 0, 0, 0.6);
  padding: 10px 10px;
  color: #ffffff;
  font-size: 72px;
  transform: scale(0.6);
  transform-origin: left top !important;
}
.MiddleFramePanel .loadingBox {
  width: 100%;
  height: 100%;
  position: absolute;
  background: url(../assets/images/live-loading-bg.eb303ed5779d17e6ce589927d11e78f6.png) center center no-repeat fixed #000;
  background-size: cover;
  z-index: 4;
}
.MiddleFramePanel .loadingBox .loading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.MiddleFramePanel .loadingBox .loading .imgBox {
  position: relative;
  width: 133px;
  margin: 20px auto;
}
.MiddleFramePanel .loadingBox .loading .imgBox .animation {
  width: 133px;
  -webkit-transform: rotate 360deg;
  animation: rotation 3s linear infinite;
  -moz-animation: rotation 3s linear infinite;
  -webkit-animation: rotation 3s linear infinite;
  -o-animation: rotation 3s linear infinite;
}
@-webkit-keyframes rotation {
from {
    -webkit-transform: rotate(0deg);
}
to {
    -webkit-transform: rotate(360deg);
}
}
.MiddleFramePanel .loadingBox .loading .imgBox .gear {
  width: 80px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.MiddleFramePanel .loadingBox .progressBox {
  position: fixed;
}
.MiddleFramePanel .loadingBox .progressBox .progress {
  background: url(../assets/images/live-loading-progress-bar@2x.a744f992eb54775cdc18a2c3d29a2079.png) no-repeat;
  background-size: 100% 100%;
  width: 460px;
  height: 35px;
}
.MiddleFramePanel .loadingBox .progressBox .progress .progressInner {
  padding: 8px;
  display: flex;
}
.MiddleFramePanel .loadingBox .progressBox .progress .progressInner .progressBg {
  width: 10px;
  height: 19px;
  background: url(../assets/images/live-loading-progress@2x.ea03940cef8f60ddec06e95d7da691a3.png) no-repeat;
  background-size: 100% 100%;
  margin-right: 5px;
}
.MiddleFramePanel .loadingBox .progressBox .progress .progressInner .progressBg:last-child {
  margin: 0;
}
.MiddleFramePanel .loadingBox .progressBox .progressTxt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 14px;
  line-height: 35px;
}
.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 .fullScreen {
  width: 24px;
  height: 24px;
  background: url(../assets/images/full-screen.1efd49c39705c56854202c779795e017.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 9;
  cursor: pointer;
}
.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 .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 .canvasScreen {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.MiddleFramePanel .canvasScreen .canvasBox {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
  pointer-events: none;
}
.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 .img-item {
  position: absolute;
}
.rightBtnContainer-live {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.rightBtnContainer-live .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;
}
.rightBtnContainer-live .btn1 .text {
  height: 12px;
  font-size: 10px;
  font-family: Inter-Regular, Inter;
  font-weight: 400;
  color: #ffffff;
  line-height: 12px;
}
.rightBtnContainer-live .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;
}
.rightBtnContainer-live .btn2 .text {
  height: 12px;
  font-size: 10px;
  font-family: Inter-Regular, Inter;
  font-weight: 400;
  color: #ffffff;
  line-height: 12px;
}
.rightBtnContainer-live .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;
}
.rightBtnContainer-live .btn3 .text {
  height: 12px;
  font-size: 10px;
  font-family: Inter-Regular, Inter;
  font-weight: 400;
  color: #ffffff;
  line-height: 12px;
}
.rightBtnContainer-live .fullscreenBtn {
  position: absolute;
  display: flex;
  right: 19px;
  width: 16px;
  height: 16px;
}
.rightBtnContainer-live .ivu-dropdown .ivu-btn-primary {
  background-color: #0008;
}
.rightBtnContainer-live .ivu-dropdown .ivu-dropdown-item {
  color: #dbdbdb;
}
.rightBtnContainer-live .ivu-dropdown .ivu-dropdown-item:hover {
  background: #33363c;
}
.rightBtnContainer-live .ivu-dropdown .ivu-dropdown-item.ivu-dropdown-item-divided {
  margin: 0;
}
.rightBtnContainer-live .ivu-dropdown .ivu-dropdown-item.ivu-dropdown-item-divided::before {
  display: none;
}
@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);
}
}
@keyframes notice-dialog-fade {
0% {
    transform: translateX(450px);
}
100% {
    transform: translateX(-100%);
}
}

