.psVideo {
  width: 940px;
  height: 540px;
  margin: 0 auto;
  text-align: center;
  transition: all 0.5s;
  position: relative;
  box-shadow: 8px 8px 24px 0 rgba(132,146,165,0.17);
  border-radius: 12px;
}
.psVideo-close {
  border-radius: 100px;
  width: 20px;
  height: 20px;
  border: 1px solid #FFF;
  position: absolute;
  right: -20px;
  top: -20px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.psVideo-close img {
  width: 10px;
}
.psVideo-curtain {
  width: 940px;
  height: 540px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0,0,0,0.5);
  z-index: 10;
  border-radius: 12px;
}
.psVideo-slogan {
  position: absolute;
  width: 100%;
  left: auto;
  right: auto;
  top: 80px;
  color: #fff;
}
.psVideo-slogan .slogan {
  font-size: 48px;
  font-weight: bold;
}
.psVideo-slogan__content {
  margin-top: 22px;
  font-size: 20px;
  font-weight: 500;
}
.my-psVideo {
  position: relative;
  width: 940px;
  height: 540px;
  margin: 0 auto;
  cursor: pointer;
  box-shadow: 8px 8px 24px 0 rgba(132,146,165,0.17);
  border-radius: 12px;
  z-index: 5;
}
.psVideo-play-one {
  width: 102px;
  height: 102px;
  background: url(//imgw.pospal.cn/LandingPage/wxNearPush/images/iconPlay.png) no-repeat;
  border-radius: 100%;
  background-size: cover;
  position: absolute;
  top: 240px;
  left: 420px;
  display: block;
  cursor: pointer;
}
/* .psVideo-play-one:hover {
  background: url(../images/hover-play.jpg) no-repeat;
  border-radius: 100%;
  background-size: cover;
} */
.my-psVideo:hover {
  box-shadow: 12px 12px 20px 0 rgba(163,178,201,0.32);
}
.psVideo-play-footer {
  position: absolute;
  width: 100%;
  height: 36px;
  bottom: 0;
}
.psVideo-shade {
  position: absolute;
  height: 60px;
  width: 100%;
  bottom: 0px;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
  transition: opacity 0.3s;
  border-radius: 12px;
}
.psVideo-shade-on {
  opacity: 1;
}
.psVideo-shade-off {
  opacity: 0;
}
.psVideo-play-footer .psVideo-play-btn {
  width: 23px;
  height: 23px;
  float: left;
  margin-left: 3%;
  cursor: pointer;
  z-index: 3;
}
.psVideo-stop {
  background: url(//imgw.pospal.cn/LandingPage/wxNearPush/images/stop.png) no-repeat;
  background-size: cover;
}
.psVideo-play {
  background: url(//imgw.pospal.cn/LandingPage/wxNearPush/images/play.png) no-repeat;
  background-size: cover;
}
.psVideo-time {
  float: left;
  font-size: 15px;
  line-height: 23px;
  color: #fff;
  margin-left: 10px;
  z-index: 2;
}

.psVideo-right-btn {
  float: right;
  margin-right: 3%;
  z-index: 4;
}
.psVideo-btn {
  width: 23px;
  height: 23px;
  float: right;
  margin-left: 20px;
  cursor: pointer;
}
.sound {
  position: relative;
  background: url(//imgw.pospal.cn/LandingPage/wxNearPush/images/sound.png) no-repeat;
  background-size: cover;
}
.jinyin {
  position: relative;
  background: url(//imgw.pospal.cn/LandingPage/wxNearPush/images/jinyin.png) no-repeat;
  background-size: cover;
}
.psVideo-progress {
  width: 95%;
  background: #fff;
  height: 2px;
  position: absolute;
  bottom: 50px;
  left: 2.5%;
  cursor: pointer;
  transition: bottom 0.1s;
  border-radius: 3px;
}
.psVideo-progress:hover {
  height: 6px;
  bottom: 48px;
}
.psVideo-progress .psVideo-timeBar {
  height: 100%;
  position: absolute;
  top: 0;
  display: block;
  z-index: 2;
  width: 0;
  background:  #202020;
  border-radius: 3px;
}
#soundBtn:hover .sound-list,
#soundBtn:hover .konge {
  display: block;
}
.sound-list {
  display: none;
  position: absolute;
  width: 30px;
  height: 85px;
  bottom: 40px;
  left: -6px;
  text-align: center;
  background: #000;
  border-radius: 3px;
}
.konge {
  display: none;
  position: absolute;
  width: 30px;
  height: 17px;
  bottom: 23px;
  left: -6px;
  text-align: center;
  z-index: 4;
}
.sound-number {
  position: relative;
  width: 100%;
  text-align: center;
  height: 20px;
  padding-top: 5px;
  line-height: 20px;
  font-size: 15px;
  color: #fff;
}
.volume {
  position: relative;
  margin: auto;
  margin-top: 5px;
  width: 7px;
  height: 50px;
  background: aqua;
  border-radius: 2px;
  overflow: hidden;
}
.volumeBar {
  display: block;
  width: 100%;
  height: 40px;
  position: absolute;
  background-color: #fff;
  z-index: 2;
}
.psVideo-loading {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -35px;
  width: 70px;
  height: 60px;
  z-index: 30;
}
.psVideo-loading span {
  display: inline-block;
  width: 10px;
  height: 0;
  position: absolute;
  background: rgba(96, 191, 242, 0.53);
  top: 50%;
  margin-top: 0;
  left: 0;
}
.psVideo-loading span:nth-child(1) {
  animation: span1 1s linear infinite;
}
.psVideo-loading span:nth-child(2) {
  height: 30px;
  top: 50%;
  margin-top: -15px;
  margin-left: 20px;
  animation: span2 1s linear infinite;
}
.psVideo-loading span:nth-child(3) {
  height: 60px;
  top: 50%;
  margin-top: -30px;
  margin-left: 40px;
  animation: span3 1s linear infinite;
}
@keyframes span1 {
  0% {
    height: 0;
    margin-top: 0;
  }
  50% {
    height: 50px;
    margin-top: -25px;
  }
  100% {
    height: 0;
    margin-top: 0;
  }
}
@keyframes span2 {
  0% {
    height: 30px;
    margin-top: -15px;
  }
  25% {
    height: 60px;
    margin-top: -30px;
  }
  50% {
    height: 30px;
    margin-top: -15px;
  }
  75% {
    height: 0;
    margin-top: 0;
  }
  100% {
    height: 30px;
    margin-top: -15px;
  }
}
@keyframes span3 {
  0% {
    height: 60px;
    margin-top: -30px;
  }
  50% {
    height: 0;
    margin-top: 0;
  }
  100% {
    height: 60px;
    margin-top: -30px;
  }
}
