﻿.nwebsite-index-video60 {
  padding-top: 0 !important;
  position: relative;
}

.nwebsite-index-video60 .cover {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
  transition: all 0.5s;
  z-index: 10000;
}

.nwebsite-index-video60 .videobox {
  box-sizing: border-box;
  display: none;
  width: 80vw;
  height: auto;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 100000;
  text-align: center;
  overflow: hidden;
}

.nwebsite-index-video60 .videobox .closebtn {
  color: #fff;
  position: absolute;
  font-size: 25px;
  top: 10px;
  right: 10px;
  cursor: pointer;
  transition: all 0.2s;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  border-radius: 50%;
  background-color: #000;
  width: 37px;
}
.nwebsite-index-video60 .imgbox {
  width: 100%;
  height: 0;
  padding-bottom: 31%;
  position: relative;
  cursor: pointer;
}

.nwebsite-index-video60 .imgbox  video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: contain;

}

.nwebsite-index-video60 .videobox.show,
.nwebsite-index-video60 .cover.show {
  display: block;
}



.nwebsite-index-video60 .imgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: 800px;
}

.nwebsite-index-video60 .imgbox .playicon {
  display: block;
  background: url("../images/playicon.png") no-repeat left center / 100% 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
}


/* 模块隐藏 */

.nwebsite-index-video60 .module-hide {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0;
  z-index: 1;
  color: #fff;
  padding: 10px;
  font-size: 14px;
  z-index: 10;
  cursor: pointer;
}

.nwebsite-index-video60:hover .module-hide {
  opacity: .7 !important;
  z-index: 9;
  transition: all .3s;
}

.nwebsite-index-video60 .uploadblock {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #000;
  opacity: 0.7;
  z-index: 0;
  color: #fff;
  padding: 10px;
  font-size: 14px;
  display: none;
  z-index: 10;
}

.nwebsite-index-video60:hover .uploadblock {
  display: block;
}

.nwebsite-index-video60 .updatevideo:hover p,
.nwebsite-index-video60 .updateposter:hover p {
  text-decoration: underline;
  cursor: pointer;
}

.nwebsite-index-video60 .imgbox .playicon11 {
  display: block;
  background: url("../images/11play.png") no-repeat left center / 100% 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
}

@media only screen and (max-width: 1040px) {
  .nwebsite-index-video60 .videobox {
    width: 90vw;
  }
  .nwebsite-index-video60 .videobox .closebtn {
    font-size: 0.32rem;
    top: 0.06rem;
    right: 0.12rem;
  }
  .nwebsite-index-video60 .imgbox img {
    max-height: 12rem;
  }
  .nwebsite-index-video60 .imgbox .playicon {
    width: 1rem;
    height: 1rem;
  }
}

@media only screen and (max-width: 767px) {
  .nwebsite-index-video60 .videobox .closebtn {
    font-size: 0.28rem;
  }
  .nwebsite-index-video60 .imgbox .playicon {
    width: 0.8rem;
    height: 0.8rem;
  }
  .nwebsite-index-video60 .imgbox .playicon11 {

    width: 0.8rem;
    height: 0.8rem;
  }
}
