/**
 * @fileoverview 默认皮肤的样式
 * @author 首作<aloysious.ld@taobao.com>
 * @date 2015-01-12
 *
 * 约定：
 * 1. 这个文件只定义所有ui组件的尺寸、在prite图中的位置（background、width、height）；
 * 2. 与layout相关的属性（position、margin等）不在此定义，而交由js的layout模块完成；
 * 3. 对于复杂的ui组件，其内层的所有样式都可以在这个文件定制（如进度条、音量控制条）；
 * 4. 在首次迭代中，这个文件开发者会手动编辑，以后与sprite图相关的属性应由代码自动化生成。
 */
.prism-player .prism-big-play-btn {
  width: 90px;
  height: 90px;
  background: url("//gw.alicdn.com/tps/TB1YuE3KFXXXXaAXFXXXXXXXXXX-256-512.png") no-repeat -2px -2px;
}
.prism-player .prism-play-btn {
  width: 27px;
  height: 30px;
  background: url("//gw.alicdn.com/tps/TB1YuE3KFXXXXaAXFXXXXXXXXXX-256-512.png") no-repeat -2px -250px;
}
.prism-player .prism-live-display {
  width: 56px;
  height: 19px;
  background: url("//gw.alicdn.com/tps/TB1YuE3KFXXXXaAXFXXXXXXXXXX-256-512.png") no-repeat -186px -2px;
}
.prism-player .prism-play-btn.playing {
  width: 27px;
  height: 30px;
  background: url("//gw.alicdn.com/tps/TB1YuE3KFXXXXaAXFXXXXXXXXXX-256-512.png") no-repeat -208px -269px;
}
.prism-player .prism-fullscreen-btn {
  width: 30px;
  height: 30px;
  background: url("//gw.alicdn.com/tps/TB1YuE3KFXXXXaAXFXXXXXXXXXX-256-512.png") no-repeat -124px -190px;
}
.prism-player .prism-fullscreen-btn.fullscreen {
  width: 30px;
  height: 30px;
  background: url("//gw.alicdn.com/tps/TB1YuE3KFXXXXaAXFXXXXXXXXXX-256-512.png") no-repeat -161px -183px;
}
.prism-player .prism-volume {
  width: 33px;
  height: 30px;
  background: url("//gw.alicdn.com/tps/TB1YuE3KFXXXXaAXFXXXXXXXXXX-256-512.png") no-repeat -199px -119px;
}
.prism-player .prism-volume.mute {
  width: 33px;
  height: 30px;
  background: url("//gw.alicdn.com/tps/TB1YuE3KFXXXXaAXFXXXXXXXXXX-256-512.png") no-repeat -164px -151px;
}
.prism-player {
  background-color: #000;
  position: relative;
  /* bigPlayButton */
  /* controlBar */
  /* playButton */
  /* liveDisplay */
  /* timeDisplay */
  /* fullscreenButton */
  /* volume */
  /* progress */
  /* h5记载数据loading */
}
.prism-player a {
  text-decoration: none;
}
.prism-player .prism-cover {
  width: 100%;
  height: 100%;
  background-color: #000;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
}
.prism-player .prism-ErrorMessage {
  width: 100%;
  height: 100%;
  background-color: #000;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  z-index: 99;
  top: 0;
  left: 0;
  display: none;
}
.prism-player .prism-ErrorMessage .prism-error-content {
  margin-top: 20px;
  padding: 0 5px;
}
.prism-player .prism-ErrorMessage .prism-error-content p {
  text-align: center;
  font-size: 12px;
  color: white;
}
.prism-player .prism-ErrorMessage .prism-error-operation {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1.5px;
  border-bottom-color: rgba(255, 255, 255, 0.15);
  border-bottom-style: dotted;
  text-align: center;
}
.prism-player .prism-ErrorMessage .prism-error-operation a {
  width: 72px;
  height: 32px;
  line-height: 32px;
  vertical-align: top;
  display: inline-block;
  margin-left: 10px;
}
.prism-player .prism-ErrorMessage .prism-error-operation a.prism-button-refresh {
  background: url('img/retrynormal.png') no-repeat;
}
.prism-player .prism-ErrorMessage .prism-error-operation a.prism-button-refresh:hover {
  background: url('img/retryhover.png') no-repeat;
  cursor: pointer;
}
.prism-player .prism-ErrorMessage .prism-error-operation a.prism-button-refresh:active {
  background: url('img/retryclick.png') no-repeat;
}
.prism-player .prism-ErrorMessage .prism-detect-info {
  color: white;
  font-size: 10px;
}
.prism-player .prism-ErrorMessage .prism-detect-info p {
  padding: 0 5px;
  word-break: break-all;
  margin: 0 0 4px;
}
.prism-player .prism-ErrorMessage .prism-detect-info span.info-label {
  display: inline-block;
  font-weight: bold;
}
.prism-player .prism-ErrorMessage .prism-detect-info span.info-content {
  color: gray;
}
.prism-player .prism-controlbar {
  width: 100%;
  height: 61px;
  position: relative;
  z-index: 1;
}
.prism-player .prism-controlbar .prism-controlbar-bg {
  background-color: #262626;
  width: 100%;
  height: 50px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.prism-player .prism-time-display {
  height: 33px;
  line-height: 33px;
  color: #666666;
}
.prism-player .prism-time-display .current-time {
  color: #fff;
}
.prism-player .prism-progress {
  cursor: pointer;
  width: 100%;
  height: 6px;
  margin-top: 5px;
  background-color: #363636;
  position: relative;
}
.prism-player .prism-progress .prism-progress-loaded {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #7e2c1f;
}
.prism-player .prism-progress .prism-progress-played {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #ee2a10;
}
.prism-player .prism-progress .prism-progress-cursor {
  position: absolute;
  width: 8px;
  height: 8px;
  top: -5px;
  left: 0;
  margin-left: -8px;
  background-color: #5b5b5b;
  border: 4px solid #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 5px #000;
  box-shadow: 0 0 5px #000;
  overflow: hidden;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.prism-player .prism-loading {
  width: 55px;
  height: 55px;
  margin-top: -27px !important;
  margin-left: -27px !important;
}
.prism-player .prism-loading .circle {
  background-color: rgba(0, 0, 0, 0);
  border: 5px solid;
  border-color: rgba(0, 193, 222, 0.2) rgba(0, 193, 222, 0.5) rgba(0, 193, 222, 0.7) rgba(0, 193, 222, 0.1);
  opacity: .9;
  border-radius: 50px;
  width: 45px;
  height: 45px;
  margin: 0 auto;
  -moz-animation: spinoffPulse 0.9s infinite linear;
  -webkit-animation: spinoffPulse 0.9s infinite linear;
}
.prism-player .prism-hide {
  display: none;
}
@-moz-keyframes spinoffPulse {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spinoffPulse {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
:-webkit-full-screen {
  width: 100% !important;
  height: 100% !important;
}
:-moz-full-screen {
  width: 100% !important;
  height: 100% !important;
}
:-ms-full-screen {
  width: 100% !important;
  height: 100% !important;
}
:-ms-fullscreen {
  width: 100% !important;
  height: 100% !important;
}
:fullscreen {
  width: 100% !important;
  height: 100% !important;
}
body.prism-full-window {
  padding: 0;
  margin: 0;
  height: 100%;
  overflow-y: auto;
}
.prism-fullscreen {
  position: fixed;
  overflow: hidden;
  z-index: 99999;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
  _position: absolute;
}
.prism-button {
  cursor: pointer;
  text-align: center;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: .5em;
  -moz-border-radius: .5em;
  border-radius: .5em;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.prism-button-orange {
  color: #a56117;
  border: solid 1px #a56117;
}
.prism-button-orange:hover {
  color: #d67400;
  border-color: #d67400;
}
.prism-button-orange:active {
  color: #d67400;
  border-color: #d67400;
}
.prism-button-orange:visited {
  color: #a56117;
}
.prism-center {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.prism-width90 {
  width: 90%;
}
.prism-stream-selector {
  font-size: 14px;
}
.prism-stream-selector .current-stream-selector {
  color: #fff;
  background: #363636;
  border-radius: 4px;
  text-align: center;
  min-width: 60px;
  padding: 2px 5px 2px 5px;
  display: none;
}
.prism-stream-selector .current-stream-selector:hover {
  cursor: pointer;
  font-weight: bold;
}
.prism-stream-selector .stream-selector-tip {
  color: #fff;
  text-align: center;
  padding: 2px 5px 2px 5px;
  display: none;
  position: absolute;
  bottom: 61.5px;
  white-space: nowrap;
  left: 50%;
  font-size: 18px;
}
.prism-stream-selector .stream-selector-list {
  position: absolute;
  bottom: 28.5px;
  min-width: 60px;
  border-radius: 4px;
  background: #363636;
  color: #fff;
  padding: 5px;
  display: none;
}
.prism-stream-selector .stream-selector-list li {
  list-style-type: none;
  text-align: center;
  white-space: nowrap;
  padding: 2px;
}
.prism-stream-selector .stream-selector-list li.current {
  color: #ff0000;
}
.prism-stream-selector .stream-selector-list li span.current {
  color: #ff0000;
}
.prism-stream-selector .stream-selector-list li:hover {
  cursor: pointer;
  color: #ff0000;
}
