@charset "utf-8";

/* 商品介绍的容器 */
#player-intro {
  width: 400px;
  height: 400px;
  display: none;
}

/* 详情页面的视频容器 */
#player-details {
  width: 750px;
  height: 420px;
  display: block;
}

/* 视频介绍图标 */
.video-intro {
  width: 84px;
  height: 26px;
  background: url(../images/video-intro.png) no-repeat center;
  background-size: 84px 26px;
  position: absolute;
  bottom: 30px;
  z-index: 1;
}

/* 视频页面关闭按钮 */
.video-clo {
  width: 33px;
  height: 33px;
  background: url(../images/video-close.png) no-repeat center;
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 999;
  cursor: pointer;
  display: none;
}

.video-clo.active {
  display: block;
}

#player-intro .qplayer-center-btn,
#player-details .qplayer-center-btn {
  opacity: 1;
}

#player-details {
  width: 750px;
  height: 420px;
  display: block;
  margin-bottom: 20px;
}

#player-intro.active {
  display: block;
}

/* 主页上的视频角标 */
.productList .video-logo {
  width: 50px;
  height: 50px;
  background: url(../images/video-logo.png) no-repeat center;
  background-size: 50px 50px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}