.history {
  width: 100%;
  height: 3.75rem;
  margin-bottom: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.history .history_title {
  width: 25.125rem;
  height: 100%;
  background-image: url("/static/image/titleBgi.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.history .history_title span {
  display: inline-block;
  width: 100%;
  height: 100%;
  line-height: 3.75rem;
  padding-left: 1.875rem;
  box-sizing: border-box;
  font-family: Alimama ShuHeiTi, Alimama ShuHeiTi;
  font-weight: 700;
  font-size: 1.625rem;
  background: linear-gradient(90deg, #f7f9fa 0%, #9ad4ea 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.history .accessTime {
  display: flex;
  align-items: center;
}
.history .accessTime .redText {
  margin-right: 1.875rem;
  display: flex;
  align-items: center;
  font-family: Source Han Sans CN,
      Source Han Sans CN;
  font-weight: 500;
  font-size: 1.25rem;
  color: #ff5757;
}
.history .accessTime .redText img {
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 0.625rem;
  vertical-align: middle;
}
.history .accessTime .accessTimeImage {
  width: 4.3125rem;
  height: 3.75rem;
}
.videoArea {
  width: 100%;
  height: calc(100% - 3.75rem - 1.25rem);
  display: flex;
  justify-content: space-between;
}
.videoArea .leftVideo {
  width: 72%;
  padding: 0.625rem;
  border: 0.0625rem solid #4e93da;
  height: 100%;
  margin-right: 0.625rem;
}
.videoArea .rightMessage {
  flex: 1;
  padding: 0.625rem;
  border: 0.0625rem solid #4e93da;
  position: relative;
}
.videoArea .rightMessage img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 8.875rem;
  height: 4.875rem;
  margin-bottom: 0.625rem;
}
.videoArea .rightMessage ul {
  margin-top: 3.75rem;
  width: 100%;
  overflow-y: scroll;
  height: calc(100% - 7.375rem);
}
.videoArea .rightMessage ul li {
  margin-bottom: 0.625rem;
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 400;
  font-size: 0.875rem;
  color: #cde9f3;
}
.videoArea .rightMessage ul li:last-child {
  margin-bottom: 0;
}
.videoArea .rightMessage .messageInput {
  position: absolute;
  bottom: 0.625rem;
  left: 0.625rem;
  right: 0.625rem;
  display: flex;
  align-items: center;
}
.videoArea .rightMessage .messageInput input {
  height: 2.5rem;
  background: rgba(78, 147, 218, 0.3);
  border: 0.0625rem solid #4e93da;
  width: calc(100% - 4.5rem);
  color: #fff;
}
.videoArea .rightMessage .messageInput .send {
  width: 4.5rem;
  height: 2.5rem;
  background: #168cff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 400;
  font-size: 1rem;
  color: #ffffff;
}
::-webkit-scrollbar {
  width: 0.25rem;
  height: 0.25rem;
}
::-webkit-scrollbar-thumb {
  border-radius: 5px;
}
::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 0.25rem;
}
.content {
  display: inline-block !important;
  position: relative;
  width: 40vw;
  height: 30vw;
  background-image: url("/static/image/cameraBgi.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 40px 20px 20px 20px;
  box-sizing: border-box;
}
.bottomFixed {
  position: fixed;
  bottom: 1.5vw;
  right: 2vw;
  display: flex !important;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
}
.bottomFixed img {
  width: 2.5vw;
  height: 2.5vw;
  margin-bottom: 0.25vw;
}
.bottomFixed span {
  display: block;
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 400;
  font-size: 0.75vw;
  color: #cde9f3;
  background: linear-gradient(180deg, #028bf1 0%, #00baff 100%);
  border-radius: 0.25vw;
  padding: 0.125vw 0.25vw;
}
.customHeader {
  display: inline-block !important;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 13vw;
  background-image: url("/static/image/topbgi.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
}
.customHeader .topRight {
  position: absolute;
  right: 2vw;
  top: 2vw;
  display: flex;
  align-items: center;
}
.customHeader .topRight .backEnd {
  display: flex;
  align-items: center;
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 400;
  font-size: 0.8vw;
  color: #cde9f3;
  margin-left: 1vw;
}
.customHeader .topRight .backEnd img {
  width: 1vw;
  height: 1vw;
  margin-right: 0.5vw;
}
.customHeader .topRight .select {
  margin: 0 1.2vw;
}
.customHeader .topRight .select .el-dropdown {
  display: flex !important;
  align-items: center !important;
}
.customHeader .topRight .select .el-dropdown .el-dropdown-link {
  color: #ffcc00;
  font-size: 0.8vw;
}
.customHeader .topRight .select .el-dropdown .el-dropdown-link .el-icon--right {
  font-size: 1vw !important;
}
.customHeader .topRight .select .el-select .el-input {
  border: none;
  outline: none;
}
.customHeader .topRight .select .el-select .el-input__inner {
  color: #ffcc00;
  width: 4.8vw;
  font-size: 0.8vw;
  background-color: transparent;
  border: none;
  box-shadow: none;
  padding: 0;
}
.customHeader .topRight .email {
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 0.8vw;
  color: #cde9f3;
  margin-right: 1.2vw;
}
.customHeader .topRight .nowTime {
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 0.8vw;
  color: #cde9f3;
}
.customHeader .formattedTime {
  display: flex;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 0.8vw;
  color: #ff5757;
}
.customHeader .formattedTime img {
  width: 1vw;
  height: 1vw;
  margin-right: 0.5vw;
}
.customHeader .logout {
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 400;
  font-size: 0.8vw;
  color: #cde9f3;
  margin-left: 1vw;
  display: none;
}
#translate {
  opacity: 0;
  display: none;
}
.fixedRight {
  position: fixed;
  top: 45%;
  right: 0.625vw;
  transform: translateY(-50%);
  cursor: pointer;
  display: inline-block !important;
}
.fixedRight .icon {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.fixedRight .icon img {
  width: 5.25vw;
  height: 5.25vw;
}
.fixedRight .icon .click {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 500;
  font-size: 1vw;
  min-width: 6.5vw;
  height: 2vw;
  background-image: url('/static/image/backimg.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 0 0.5vw;
}
.fixedRight .icon .click img {
  width: 0.75vw;
  height: 0.4375vw;
  margin-right: 0.125vw;
}
.contentFixed {
  position: fixed;
  top: 10%;
  right: 7.5vw;
  width: 45.6875vw;
  height: 36.3125vw;
  background-image: url('/static/image/bigbgi.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 0.875vw;
  padding-top: 0;
  box-sizing: border-box;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999999;
}
.contentFixed .lf .contentDesc {
  width: 100%;
  height: calc(100% - 5vw);
  margin-top: 1.25vw;
  overflow-y: auto;
}
.contentFixed .lf .titleContent {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 3.75vw;
}
.contentFixed .lf .titleContent .ac {
  color: #c1d7e5 !important;
}
.contentFixed .lf .titleContent .de {
  color: #708aa1 !important;
}
.contentFixed .lf .titleContent .leftTitle {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 400;
  font-size: 1vw;
  color: #c1d7e5;
  margin-right: 1.25vw;
  width: 50%;
  height: 100%;
}
.contentFixed .lf .titleContent .leftTitle img {
  width: 2vw;
  height: 2vw;
  margin-right: 0.625vw;
}
.contentFixed .lf .titleContent .rightTitle {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 400;
  font-size: 1vw;
  color: #708aa1;
  width: 50%;
  height: 100%;
}
.contentFixed .lf .titleContent .rightTitle img {
  width: 2vw;
  height: 2vw;
  margin-right: 0.625vw;
}
.contentFixed .rf {
  background-image: url('/static/image/rightBg.png');
}
.contentFixed .lf,
.contentFixed .rf {
  position: relative;
  margin-top: 1.25vw;
  width: 95%;
  height: 90%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 0.875vw;
  padding-top: 0;
  box-sizing: border-box;
}
