* {
  margin: 0;
  padding: 0;
}
.fullScreen {
  height: 100%!important;
  width: 100%!important;
  position: absolute;
  z-index: 9999;
  overflow: hidden;
  top: 0;
  left: 0;
  margin: 0;
}
.fullScreen .jwztVideo {
  background: #000;
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
}
.smallVideo {
  width: 300px!important;
  height: 168.75px !important;
  position: fixed!important;
  top: 60px;
  left: 900px;
  z-index: 9999;
  animation: toSmallVideo 1s;
  border: 1px solid #999;
}
.smallVideo .AdPicBox {
  display: none!important;
}
.smallVideo .videoNav .videoconfig {
  display: none;
}
.smallVideo .videoNav .fullScreenBtn {
  display: none;
}
.jwztVideo {
  width: 100%;
  height: 100%;
  position: relative;
  user-select: none;
}
.jwztVideo video {
  width: 100%!important;
  height: 100%!important;
  background: #000;
}
.jwztVideo .waitPlay {
  width: 100%!important;
  height: 100%!important;
  min-height: 200px;
  background: rgba(0, 0, 0, 0);
  z-index: 9999999;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  color: #fff;
}
.jwztVideo .waitPlay .waitBtn {
  width: 50px;
  height: 50px;
  animation: loading 0.8s linear infinite;
  background: url(../img/loading.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
}
.jwztVideo .errorPlay {
  width: 100%!important;
  height: 100%!important;
  min-height: 200px;
  background: #000;
  z-index: 9999999;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  color: #fff;
}
.jwztVideo .errorPlay p {
  font-size: 20px;
  margin-top: 40px;
}
.jwztVideo .errorPlay .errorBtn {
  width: 80px;
  height: 80px;
  background: url(../img/error.png) no-repeat;
  background-size: 100% 100%;
  margin: 40px auto 0;
}
.jwztVideo .showTimeBox {
  position: absolute;
  padding: 2px 8px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 12px;
  top: -35px;
}
.jwztVideo .logo {
  position: absolute;
  z-index: 99998;
  width: 80px;
  height: 40px;
  max-width: 80px;
  max-height: 40px;
}
.jwztVideo .screenPlay {
  width: 70px;
  height: 70px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background: url("../img/screenPlay.png");
  background-size: contain;
  display: none;
  cursor: pointer;
}
.jwztVideo .AdPicBox {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: none;
  z-index: 999;
}
.jwztVideo .AdPicBox img {
  width: 100%;
  object-fit: contain;
}
.jwztVideo .AdPicBox .AdcloseBtn {
  width: 25px;
  height: 25px;
  position: absolute;
  right: 2px;
  top: 2px;
  z-index: 1000;
  background: url("../img/closeBtn.png") no-repeat center center;
  background-size: 100% 100%;
  cursor: pointer;
}
.jwztVideo .AdPicBox:hover {
  box-shadow: 0 0 16px #ddd;
}
.jwztVideo .videoNav {
  width: 100%;
  height: 50px;
  position: absolute;
  left: 0;
  bottom: 0;
  user-select: none;
  z-index: 99999;
}
.jwztVideo .videoNav .videoControls {
  width: 100%;
  height: 40px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}
.jwztVideo .videoNav .videoControls .progressBar {
  width: 100%;
  height: 3px;
  background: rgba(255, 255, 255, 0.2);
  position: absolute;
  top: 0px;
  cursor: pointer;
}
.jwztVideo .videoNav .videoControls .progressBar .bufferBar {
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  float: left;
}
.jwztVideo .videoNav .videoControls .progressBar .currentBar {
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
  position: relative;
  float: left;
  cursor: pointer;
}
.jwztVideo .videoNav .videoControls .progressBar .currentBar .currentBtn {
  width: 14px;
  height: 14px;
  position: relative;
  left: 0;
  top: -5px;
  float: left;
  background: url("../img/jindu.png") 100% 100% no-repeat;
}
.jwztVideo .videoNav .videoControls .videoBtn {
  width: 40px;
  height: 30px;
  margin-top: 10px;
  float: left;
  position: relative;
  text-align: center;
}
.jwztVideo .videoNav .videoControls .videoBtn img {
  width: 20px;
  height: 20px;
  margin-top: 4px;
  cursor: pointer;
  vertical-align: top;
}
.jwztVideo .videoNav .videoControls .fullScreenBtn {
  float: right;
}
.jwztVideo .videoNav .videoControls .fullScreenBtn img {
  width: 18px;
  height: 18px;
  margin-top: 4px;
}
.jwztVideo .videoNav .videoControls .soundBtn {
  width: 20px;
  overflow: hidden;
}
.jwztVideo .videoNav .videoControls .soundBtn img {
  float: left;
}
.jwztVideo .videoNav .videoControls .soundBtn .soundProgress {
  position: absolute;
  top: 12px;
  left: 30px;
  width: 80px;
  height: 5px;
  background: rgba(255, 255, 255, 0.2);
  cursor: pointer;
}
.jwztVideo .videoNav .videoControls .soundBtn .soundProgress .currentSound {
  position: absolute;
  top: 0;
  left: 0;
  width: 0px;
  height: 5px;
  background: rgba(255, 255, 255, 0.5);
}
.jwztVideo .videoNav .videoControls .soundBtn .soundProgress .currentSound .currentSoundBtn {
  width: 10px;
  height: 10px;
  position: absolute;
  left: -2px;
  top: -2px;
  float: left;
  background: #fff;
  border-radius: 100%;
}
.jwztVideo .videoNav .videoControls .soundBtn .soundProgress .currentSound .currentSoundBtn:hover {
  box-shadow: 0px 0px 15px #fff;
}
.jwztVideo .videoNav .videoControls .videoTime {
  width: 100px;
  height: 30px;
  line-height: 30px;
  margin-top: 10px;
  margin-left: 10px;
  font-size: 12px;
  float: left;
  color: #fff;
}
.jwztVideo .videoNav .videoControls .videoTime .currentTime {
  margin-right: 5px;
}
.jwztVideo .videoNav .videoControls .videoTime .totalTime {
  margin-left: 5px;
}
.jwztVideo .videoNav .videoControls .videoconfig {
  height: 30px;
  line-height: 30px;
  margin-top: 8px;
  float: right;
}
.jwztVideo .videoNav .videoControls .videoconfig li {
  float: left;
  color: #fff;
  list-style: none;
  font-size: 12px;
  padding: 0 10px;
  position: relative;
}
.jwztVideo .videoNav .videoControls .videoconfig li img {
  width: 16px;
  height: 16px;
  margin-top: 7px;
  cursor: pointer;
  vertical-align: top;
}
.jwztVideo .videoNav .videoControls .videoconfig li .definitionBox,
.jwztVideo .videoNav .videoControls .videoconfig li .speedBox,
.jwztVideo .videoNav .videoControls .videoconfig li .baseBox {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 12px;
  bottom: 20px;
  padding-bottom: 18px;
  display: none;
}
.jwztVideo .videoNav .videoControls .videoconfig li .baseBox {
  left: -50%;
  bottom: 22px;
}
.jwztVideo .videoNav .videoControls .videoconfig li .definition,
.jwztVideo .videoNav .videoControls .videoconfig li .speed,
.jwztVideo .videoNav .videoControls .videoconfig li .base {
  width: 164px;
  padding: 8px 0;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.8);
  text-align: center;
}
.jwztVideo .videoNav .videoControls .videoconfig li .definition p,
.jwztVideo .videoNav .videoControls .videoconfig li .speed p,
.jwztVideo .videoNav .videoControls .videoconfig li .base p {
  color: #ddd;
  cursor: pointer;
  padding: 4px 0;
}
.jwztVideo .videoNav .videoControls .videoconfig li .definition p:hover,
.jwztVideo .videoNav .videoControls .videoconfig li .speed p:hover,
.jwztVideo .videoNav .videoControls .videoconfig li .base p:hover {
  font-size: 14px;
}
.jwztVideo .videoNav .videoControls .videoconfig li .definition .selected,
.jwztVideo .videoNav .videoControls .videoconfig li .speed .selected,
.jwztVideo .videoNav .videoControls .videoconfig li .base .selected {
  color: #108cee;
}
.jwztVideo .videoNav .videoControls .videoconfig li .base p:hover {
  font-size: 12px;
  color: #fff;
}
.jwztVideo .videoNav .videoControls .videoconfig li .base .selected:hover {
  font-size: 12px;
  color: #108cee;
}
.jwztVideo .videoNav .videoControls .setdefinition:hover .definitionBox {
  display: block;
}
.jwztVideo .videoNav .videoControls .setSpeed:hover .speedBox {
  display: block;
}
.jwztVideo .videoNav .videoControls .setBase img:hover {
  animation: haha1 0.8s linear infinite;
  animation-iteration-count: 1;
}
.jwztVideo .videoNav .videoControls .setBase:hover .baseBox {
  display: block;
}
@keyframes haha1 {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(90deg);
  }
  50% {
    transform: rotate(180deg);
  }
  75% {
    transform: rotate(270deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes toSmallVideo {
  from {
    top: 0px;
    left: 500px;
  }
  to {
    top: 60px;
    left: 900px;
  }
}
@keyframes loading {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(90deg);
  }
  50% {
    transform: rotate(180deg);
  }
  75% {
    transform: rotate(270deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
