.openContainer[data-v-3a2b9df2] {
  background: var(--bg_white);
}
.openContainer .openPlayContent[data-v-3a2b9df2] {
  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-3a2b9df2] {
  padding-right: 0;
}
.openContainer .openPlayContent .contentLeft[data-v-3a2b9df2] {
  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-3a2b9df2] {
  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-3a2b9df2]:hover {
  background-image: var(--pullHover);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.openContainer .openPlayContent .contentLeft .pull.hasPull[data-v-3a2b9df2] {
  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-3a2b9df2]:hover {
  background-image: var(--hasPullHover);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.openContainer .openPlayContent .contentLeft .playContent[data-v-3a2b9df2] {
  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-3a2b9df2] {
  padding-right: 50px;
  height: calc(max(570px,min(calc(177.778vh - 180px), calc(100vw - 60px) )) * .5625) !important;
}
.openContainer .openPlayContent .contentLeft .playContent[data-v-3a2b9df2] .playerTop {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.openContainer .openPlayContent .contentLeft .playContent[data-v-3a2b9df2] .videoRateList {
  padding: 6px 0 !important;
}
.openContainer .openPlayContent .contentLeft .playContent[data-v-3a2b9df2] .playerBox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.openContainer .openPlayContent .contentLeft .playContent[data-v-3a2b9df2] .playerBox .sierVideo {
  height: -webkit-fill-available !important;
  height: -moz-available !important;
  height: fill-available !important;
}
.openContainer .openPlayContent .contentLeft .playContent .enterLive[data-v-3a2b9df2] {
  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-3a2b9df2] {
  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-3a2b9df2] {
  width: 400px;
  position: absolute;
  right: 50px;
  top: unset;
}

