* {
  margin: 0px;
  padding: 0px;
  word-wrap: break-word;
  word-break: break-all;
}

/* container样式 */
.container {
  position: relative;
  width: 1280px;
  height: 720px;
  /* background-color: #f7f7f7; */
}

/* loading样式 */
.loading {
  position: absolute;
  z-index: 999;
  background: #000;
  opacity: 0.9;
  top: 0;
  left: 0;
  width: 1280px;
  height: 720px;
  display: none;
}

.loading img {
  position: absolute;
  top: 335px;
  left: 610px;
  animation: loading 2s infinite linear;
  -webkit-animation: loading 2s infinite linear;
}

@keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

/**************************** 选集列表部分 ***************************/
.player_selectWrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 283px;
  height: 720px;
}

.playerSelect_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 283px;
  height: 720px;
  background-color: black;
  opacity: 0.3;
}

.playerSelect_listView {
  position: absolute;
  top: 0;
  left: 0;
  width: 283px;
  height: 720px;
  overflow: hidden;
}

.playerSelect_content {
  position: absolute;
}

.playerSelect_listItem {
  width: 283px;
  height: 80px;
}

.playerSelect_listItem.focus {
  background-color: #265CFF;
}

.playerSelect_listItem_set {
  width: 172px;
  height: 24px;
  opacity: 0.8;
  font-size: 21px;
  color: #E6E6E6;
  line-height: 24px;
  margin-left: 58px;
  padding-top: 13px;
}

.playerSelect_listItem_name {
  width: 172px;
  height: 22px;
  opacity: 0.6;
  font-size: 19px;
  color: #E6E6E6;
  line-height: 22px;
  overflow: hidden;
  margin-top: 5px;
  margin-left: 58px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.playerSelect_listItem_icon {
  position: relative;
  top: -35px;
  left: 248px;
  width: 16px;
  height: 16px;
  background: url("../images/player/playingIcon.gif");
}

/**************************** 播放器控制面板部分 ***************************/
.controlPanel {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 1280px;
  height: 720px;
  overflow: hidden;
}

.player_controlWrap {
  position: absolute;
  width: 1280px;
  height: 150px;
  top: 570px;
  left: 0px;
  background-color: #222222;
  background-image: url(../images/player/player_bg.png);
  background-size: 100% 100%;
}

.player_showTime {
  position: absolute;
  width: 153px;
  /* width: 11.95%; */
  height: 42px;
  /* height: 28%; */
  top: 8px;
  /* top: 5.33%; */
  left: 0px;
  background-image: url(../images/player/player_showTime.png);
  background-size: 100% 100%;
  color: #ffffff;
  font-size: 14px;
  line-height: 35px;
  text-align: center;
}

.player_progressBar {
  position: absolute;
  width: 1130px;
  /* width: 88.28%; */
  height: 5px;
  top: 50px;
  /* top: 33.33%; */
  left: 75px;
  /* left: 5.86%; */
  background: #747f90;
}

.player_progressBar.focus {
  border: 1px solid #ffffff;
}

.player_progressBar1 {
  position: absolute;
  width: 0px;
  height: 5px;
  top: 50px;
  left: 75px;
  background: #3b7bf8;
}

.player_pause {
  position: absolute;
  width: 45px;
  height: 45px;
  top: 82px;
  left: 72px;
  background-image: url(../images/player/player_pause.png);
  background-size: 100% 100%;
  border-radius: 5px;
}

.player_pause.focus {
  border: 1px solid #ffffff;
}

.player_pause.pause {
  background-image: url(../images/player/player_continue.png);
  background-size: 100% 100%;
}

.player_programName {
  position: absolute;
  width: 680px;
  height: 54px;
  line-height: 54px;
  text-align: center;
  top: 75px;
  left: 300px;
  font-size: 26px;
  color: #ffffff;
}

/* ***************************** 播放器控制widget *************************** */
#player_full_wrap{
  position: absolute;
  width: 1280px;
  height: 720px;
}

#player_full_widget{
  position: absolute;
  width: 100px;
  height: 100px;
}

.timeCount {
  position: absolute;
  top: 20px;
  right: 24px;
  width: 210px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  color: #fff;
  font-size: 24px;
  background-image: url("../images/viewPage/timeCountBg.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

/* 新页面默认绝对定位到左上角 */
.domMng_html_page {
  position: absolute;
  top: 0px;
  left: 0px;
}

/**************************** 播放器控制面板部分 ***************************/
.controlPanel {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 1280px;
  height: 720px;
  overflow: hidden;
}

.player_controlWrap {
  position: absolute;
  width: 1280px;
  height: 150px;
  top: 570px;
  left: 0px;
  background-color: #222222;
  background-image: url(../images/player/player_bg.png);
  background-size: 100% 100%;
}

.player_showTime {
  position: absolute;
  width: 153px;
  height: 42px;
  top: 8px;
  left: 0px;
  background-image: url(../images/player/player_showTime.png);
  background-size: 100% 100%;
  color: #ffffff;
  font-size: 14px;
  line-height: 35px;
  text-align: center;
}

.player_progressBar {
  position: absolute;
  width: 1130px;
  /* width: 88.28%; */
  height: 5px;
  top: 50px;
  /* top: 33.33%; */
  left: 75px;
  /* left: 5.86%; */
  background: #747f90;
}

.player_progressBar.focus {
  border: 1px solid #ffffff;
}

.player_progressBar1 {
  position: absolute;
  width: 0px;
  height: 5px;
  top: 50px;
  left: 75px;
  background: #3b7bf8;
}

.player_pause {
  position: absolute;
  width: 45px;
  height: 45px;
  top: 82px;
  left: 72px;
  background-image: url(../images/player/player_pause.png);
  background-size: 100% 100%;
  border-radius: 5px;
}

.player_pause.focus {
  border: 1px solid #ffffff;
}

.player_pause.pause {
  background-image: url(../images/player/player_continue.png);
  background-size: 100% 100%;
}

.player_programName {
  position: absolute;
  width: 680px;
  height: 54px;
  line-height: 54px;
  text-align: center;
  top: 75px;
  left: 300px;
  font-size: 26px;
  color: #ffffff;
}

/* 此部分为通用css，不需要修改，私有css写在library */