.logoutDialog[data-v-6793f9bd] .el-dialog {
  background: var(--bg_white);
}
.logoutDialog .head[data-v-6793f9bd] {
  text-align: center;
  color: var(--gray_20);
  font-weight: 400;
  font-size: 16px;
  padding: 13px;
  border-bottom: 1px solid var(--gray_93);
}
.logoutDialog .content[data-v-6793f9bd] {
  color: var(--gray_20);
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  padding: 30px;
}
.logoutDialog .dialogBtnBox[data-v-6793f9bd] {
  text-align: center;
}
.logoutDialog .dialogBtnBox .dialogBtn[data-v-6793f9bd] {
  width: 135px;
  height: 35px;
  background: var(--green_n);
  border-radius: 35px;
  margin-bottom: 30px;
  display: inline-block;
  font-size: 15px;
  color: var(--on_surface);
  line-height: 35px;
  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  text-align: center;
}

.openContainer[data-v-324004ac] {
  background: var(--bg_white);
}
.openContainer .openPlayContent[data-v-324004ac] {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 50px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-width: 1100px;
}
.openContainer .openPlayContent.hasPull[data-v-324004ac] {
  padding-right: 0;
}
.openContainer .openPlayContent .contentLeft[data-v-324004ac] {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 130px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.openContainer .openPlayContent .contentLeft .pull[data-v-324004ac] {
  z-index: 1;
  width: 12px;
  height: 64px;
  background-image: var(--pull);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 100%;
  cursor: pointer;
}
.openContainer .openPlayContent .contentLeft .pull[data-v-324004ac]:hover {
  background-image: var(--pullHover);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.openContainer .openPlayContent .contentLeft .pull.hasPull[data-v-324004ac] {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: var(--hasPull);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.openContainer .openPlayContent .contentLeft .pull.hasPull[data-v-324004ac]:hover {
  background-image: var(--hasPullHover);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.openContainer .openPlayContent .contentLeft .playContent[data-v-324004ac] {
  padding-right: 430px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: calc(max(570px,min(calc(177.778vh - 180px), calc(100vw - 400px - 180px + 30px) )) * .5625);
}
.openContainer .openPlayContent .contentLeft .playContent.hasPull[data-v-324004ac] {
  padding-right: 50px;
  height: calc(max(570px,min(calc(177.778vh - 180px), calc(100vw - 60px) )) * .5625) !important;
}
.openContainer .openPlayContent .contentLeft .playContent[data-v-324004ac] .playerTop {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.openContainer .openPlayContent .contentLeft .playContent[data-v-324004ac] .videoRateList {
  padding: 6px 0 !important;
}
.openContainer .openPlayContent .contentLeft .playContent[data-v-324004ac] .playerBox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.openContainer .openPlayContent .contentLeft .playContent[data-v-324004ac] .playerBox .sierVideo {
  height: -webkit-fill-available !important;
  height: -moz-available !important;
  height: fill-available !important;
}
.openContainer .openPlayContent .contentLeft .playContent .enterLive[data-v-324004ac] {
  cursor: pointer;
  position: absolute;
  width: 148px;
  height: 36px;
  background: rgba(0, 0, 0, 0.6);
  font-size: 18px;
  border: 0.5px solid #ffffff;
  border-radius: 18px;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  bottom: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.openContainer .openPlayContent .contentLeft .playContent .enterLive .playIngIcon[data-v-324004ac] {
  margin-right: 4px;
  height: 18px;
  width: 18px;
  background: url(../static/img/playIngIcon.2d7e008b.gif) no-repeat center center;
  background-size: cover;
}
.openContainer .openPlayContent .containerRight[data-v-324004ac] {
  width: 400px;
  position: absolute;
  right: 50px;
  top: unset;
}
.openContainer .playContent[data-v-324004ac] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.openContainer .playContent.hasPull[data-v-324004ac] {
  max-width: 1464px !important;
}
.openContainer .playContent .livePlayBack[data-v-324004ac] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #ffffff;
  font-size: 16px;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.openContainer .playContent .addRemindBox[data-v-324004ac] {
  width: 350px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.openContainer .playContent .addRemindBox .startTime[data-v-324004ac] {
  color: #e1e3e5;
  font-family: "PingFang SC";
  font-weight: 500;
  font-size: 26px;
  text-align: center;
}
.openContainer .playContent .addRemindBox .remind[data-v-324004ac] {
  margin-top: 10px;
  color: #c8c9cc;
  font-family: "PingFang SC";
  font-size: 20px;
  text-align: center;
  font-weight: 400;
}
.openContainer .playContent .addRemindBox .toAdd[data-v-324004ac] {
  margin-top: 25px;
  cursor: pointer;
  width: 140px;
  height: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 20px;
  background: #05c1b7;
  text-align: center;
  color: #ffffff;
  line-height: 38px;
}
.openContainer .playContent .addRemindBox .toAdd.hasAdd[data-v-324004ac] {
  font-weight: 500;
  color: #85888c;
  background: #202121;
}
.openContainer .playContent .addRemindBox .toAdd.hasAdd .bigRing[data-v-324004ac] {
  height: 18px;
  width: 18px;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
  margin-right: 4px;
}
.openContainer[data-v-324004ac] .emptyBox {
  margin-top: 300px;
}
.openContainer[data-v-324004ac] .emptyBox .empty .emptyText {
  font-size: 18px;
}

