body.overHidden,html.overHidden {  overflow: hidden;}.video {  position: relative;  padding: 0;  width: 100%;  overflow: hidden;}.video .videoCover {  position: absolute;  z-index: 5;  left: 0;  top: 0;  width: 100%;  height: 100%;  cursor: url("../img/cur_play.png"), -webkit-zoom-in;  cursor: url("../img/cur_play.png"), zoom-in;  cursor: -webkit-image-set(url("../img/cur_play.png") 1x, url("../img/cur_play@2x.png") 2x), -webkit-zoom-in;  cursor: -webkit-image-set(url("../img/cur_play.png") 1x, url("../img/cur_play@2x.png") 2x), zoom-in;  overflow: hidden;}.video .videoCover.hide {  opacity: 0;}.video .videoCover.played {  cursor: url("../img/cur_pause.png"), -webkit-zoom-in;  cursor: url("../img/cur_pause.png"), zoom-in;  cursor: -webkit-image-set(url("../img/cur_pause.png") 1x, url("../img/cur_pause@2x.png") 2x), -webkit-zoom-in;  cursor: -webkit-image-set(url("../img/cur_pause.png") 1x, url("../img/cur_pause@2x.png") 2x), zoom-in;}.video .videoCover.hidePoster img {  display: none;}.video .videoCover img {  width: 100%;  height: 100%;  -o-object-fit: cover;  object-fit: cover;  pointer-events: none;}.video .videoControl {  position: absolute;  z-index: 10;  left: 0;  bottom: 0px;  width: 100%;  padding: 0 5px;  -webkit-box-sizing: border-box;  box-sizing: border-box;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  gap: 0px;  -webkit-box-align: center;  -ms-flex-align: center;  align-items: center;  -webkit-transition: all 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);  transition: all 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);}.video .videoControl.fadeOut {  opacity: 0;}.video .videoControl .playBtn {  background: url("../img/ico_play.png") center no-repeat;  background-size: 10px auto;  width: 60px;  height: 60px;  cursor: pointer;}.video .videoControl .playBtn.played {  background: url("../img/ico_pause.png") center no-repeat;  background-size: 8.5px auto;}.video .videoControl .seekBar {  cursor: pointer;  width: calc(100% - 110px);  padding: 30px 0;  position: relative;}.video .videoControl .seekBar .seekBarWhite {  width: 0%;  height: 1px;  background-color: rgb(255, 255, 255);  -webkit-transition: all 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);  transition: all 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);  position: absolute;  left: 0;  top: 30px;  z-index: 2;}.video .videoControl .seekBar .seekBarBase {  width: 100%;  height: 1px;  background-color: rgba(255, 255, 255, 0.6);}.video .videoControl .fullscreenBtn {  background: url("../img/ico_fullscreen.png") center no-repeat;  background-size: 12.5px auto;  width: 60px;  height: 60px;  cursor: pointer;}.video .videoControl .fullscreenBtn.fullscreened {  background: url("../img/ico_fullscreen_off.png") center no-repeat;  background-size: 17.5px auto;}@media screen and (max-width: 768px) {  .video {    margin: 0 30px 40px 30px;    margin: 0 0 40px 0;    background-color: #000;    height: 100%;  }  .video.fixed {    background-color: #000;  }  .video.fixed > div:first-child {    height: initial;    padding-top: 56.25% !important;    top: 50%;    left: 0;    -webkit-transform: translate(0, -50%);    -ms-transform: translate(0, -50%);    transform: translate(0, -50%);  }  .video.fixed > div:first-child iframe {    -webkit-transform: scale(1);    -ms-transform: scale(1);    transform: scale(1);  }  .video.fixed .videoCover {    display: none;  }  .video .videoControl {    padding: 0 0px;    bottom: 10px;    gap: 0px;  }  .video .videoControl .playBtn {    height: 40px;  }  .video .videoControl .seekBar {    padding: 20px 0;    width: calc(100% - 40px - 0px);    width: calc(100% - 40px - 40px);  }  .video .videoControl .seekBar .seekBarWhite {    top: 20px;  }  .video .videoControl .fullscreenBtn {    height: 40px;  }  .video .eachVideoSp {    overflow: hidden;    width: 100%;    height: 100%;    padding-top: 0 !important;  }  .video .eachVideoSp iframe {    width: 100%;    height: 100%;    -webkit-transform: scale(1.2);    -ms-transform: scale(1.2);    transform: scale(1.2);  }}@media (max-width: 768px) and (orientation: landscape) {  .video {    margin: 0 30px 40px 30px;    margin: 0 0 40px 0;    background-color: #000;    height: 100%;    margin-top: -14px;  }  .video .videoControl {    padding: 0 0px;    bottom: 10px;    gap: 0px;  }  .video .videoControl .playBtn {    height: 40px;  }  .video .videoControl .seekBar {    padding: 20px 0;    width: calc(100% - 40px - 0px);    width: calc(100% - 40px - 40px);  }  .video .videoControl .seekBar .seekBarWhite {    top: 20px;  }  .video .videoControl .fullscreenBtn {    height: 40px;  }  .video .eachVideoPc {    overflow: hidden;    width: 100%;    height: 100%;    padding-top: 0 !important;  }  .video .eachVideoPc iframe {    width: 100%;    height: 100%;    -webkit-transform: scale(3);    -ms-transform: scale(3);    transform: scale(3);  }}/*# sourceMappingURL=else.css.map */