@charset "UTF-8";
.video-box {
  width: 100%;
  position: relative;
  cursor: pointer;
}

.video-box.origin {
  height: 700px;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: left top;
  background-size: 100% 700px;
}

.video-box.origin .video-img {
  font-size: 50px;
  color: #fff;
  padding-top: 270px;
  background: transparent url(../img/play.png) no-repeat center 370px;
  background-size: 60px 60px;
}

.video-box video {
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.video-box .video-img {
  overflow: hidden;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: transparent url(../img/play.png) no-repeat center;
  background-size: 60px 60px;
  color: #fff;
  font-size: 60px;
  z-index: 3;
}

.video-box .video-img img {
  position: relative;
  z-index: 2;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.video-txt .title {
  padding-top: 134px;
  font-size: 50px;
  color: #333;
}

.video-txt .content {
  font-size: 20px;
  line-height: 30px;
  color: #666;
  padding: 20px 30% 65px;
}

.text-box.col-12 {
  padding-bottom: 55px;
}

.linkMore {
  display: inline-block;
  border: 1px solid #7a7a7c;
  min-width: 11.563vw;
  padding: 0 1.667vw;
  font-size: 1.042vw;
  line-height: 3.385vw;
  text-align: center;
  vertical-align: middle;
  color: #666;
  cursor: pointer;
}

.linkMore.unpublish {
  cursor: default;
  opacity: 0.5;
}

.linkMore.unpublish:hover {
  color: #666;
  background-color: rgba(255, 255, 255, 0.6);
  border: 1px solid #7a7a7c;
}

.linkMore.unpublish:hover span::after {
  background: none;
  display: none;
}

.linkMore.unpublish span {
  cursor: default;
}

.linkMore.unpublish span::after {
  content: '';
  display: none;
  vertical-align: middle;
  background: none;
  background-color: rgba(255, 255, 255, 0.6);
}

.linkMore span {
  font-size: 1.042vw;
  vertical-align: middle;
  cursor: pointer;
}

.linkMore span::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 1.302vw;
  height: 1.302vw;
  margin-left: 0.208vw;
  background: url(../img/readMore.png) no-repeat center;
  background-size: 1.302vw 1.302vw;
}

.linkMore:hover {
  color: #fff;
  background-color: #cd0000;
  border: 1px solid #cd0000;
  transition: all 0.8s;
}

.linkMore:hover span::after {
  background: url("../img/moreHover.png") no-repeat center;
  background-size: 25px 25px;
}

.fixed-video-box {
  position: fixed;
  left: 50%;
  top: 50%;
  width: 900px;
  height: 600px;
  margin-left: -450px;
  margin-top: -300px;
  z-index: 99999;
}

.fixed-video-box.full {
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  margin: 0;
  padding-bottom: 10px;
}

.fixed-video-box.full .video-js .vjs-control-bar {
  position: fixed;
}

.fixed-video-box .close-box {
  position: absolute;
  right: 0;
  top: 0;
  width: 80px;
  height: 80px;
  background: url("../images/searchClose.png") no-repeat center;
  background-size: 80px 80px;
  z-index: 100000;
  cursor: pointer;
}

.video-sy-w {
  position: relative;
  width: 100%;
  padding-top: 52%;
  overflow: hidden;
}

.video-mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.video-i-w .video-js {
  width: 100%;
  height: 100%;
}

.bg-mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.bg-mask img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.progress {
  margin-bottom: 0;
}

.progress-bar {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width .6s ease;
  display: flex;
  overflow: hidden;
  height: 2px;
}

.bg-danger {
  background-color: #e7c881 !important;
}

a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
  background-color: #e7c881 !important;
}

.index-video-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.index-video-info .videoTxtSy {
  font-size: 3.125vw;
  color: #fff;
  margin-top: -10vw;
}

.index-video-info .videoPlayImg {
  display: block;
  opacity: 0.7;
  margin: 0 auto;
  margin-top: 15px;
  width: 7.083vw;
  height: 1.719vw;
}

.index-video-info .videoPlayImg:hover {
  opacity: 1;
}

.index-video-info .videoPlayImg.en {
  width: 11.3vw;
  height: 1.97vw;
}

.change-box .img-box {
  background: none;
}

/* 固定居中播放器 */
.fixed-video-box {
  position: fixed;
  display: none;
  left: 50%;
  top: 50%;
  width: 900px;
  height: 600px;
  margin-left: -450px;
  margin-top: -300px;
  z-index: 99999;
}

.fixed-video-box.full {
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  margin: 0;
  padding-bottom: 0;
}

.fixed-video-box.full .video-js .vjs-control-bar {
  position: fixed;
}

.fixed-video-box .close-box {
  position: absolute;
  right: 0;
  top: 0;
  width: 4.167vw;
  height: 4.167vw;
  background: url("../images/searchClose.png") no-repeat center;
  background-size: 4.167vw 4.167vw;
  z-index: 100000;
  cursor: pointer;
}

.change-box {
  position: absolute;
  right: 3%;
  bottom: 2%;
  z-index: 12;
}

.change-box ul li {
  float: left;
}

.change-box ul li > div {
  width: 11.198vw;
  height: 8.333vw;
  padding-top: 0.521vw;
  position: relative;
  margin-left: 0.573vw;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.change-box ul li > div .progress {
  background: #a9a4a5 !important;
}

.change-box ul li > div .num {
  display: none;
  position: absolute;
  left: 0;
  bottom: 1.302vw;
  height: 1.042vw;
  font-size: 0.729vw;
  color: #a39ea0;
}

.change-box ul li > div .num span {
  font-size: 1.042vw;
  color: #e7c881;
}

.change-box ul li > div .hover-title {
  display: none;
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  white-space: nowrap;
  font-size: 0.729vw;
  top: 0;
  color: #a9a4a5;
  overflow: hidden;
  text-overflow: ellipsis;
}

.change-box ul li > div .img-box {
  display: none;
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  color: #4c4c4c;
  bottom: 0.677vw;
  height: 5.99vw;
}

.change-box ul li > div .img-box video {
  object-fit: fill;
}

.change-box ul li > div:hover .img-box,
.change-box ul li > div:hover .hover-title {
  display: block;
}

.fixed-code {
  display: none;
}

.img-box .video-js {
  width: 100%;
}

/*# sourceMappingURL=sy.css.map */
