.header-wrap {
  background-color: #fff;
}
.video-center-wrap {
  width: 100%;
}
.video-container {
  width: 100%;
  background-color: #fafafa;
  min-width: 1300px;
}
.video-box img {
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.video-container a {
  text-decoration: none;
  transition: none;
}

/* .video-container a:hover{color:#333333} */
.video-container .highlight-text {
  color: #ff692e;
}

.video-container .text-cut {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.video-container .text-cut2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.video-container .text-cut3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.video-container .hide {
  display: none;
}

.video-container .w {
  width: 1200px;
  margin: 0 auto;
}

/* .video-fixed-box {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #f4f4f4;
    z-index: 99;
    opacity: .98;
} */

.video-hearder {
  width: 100%;
  height: 86px;
  background-color: #fff;
  line-height: 86px;
}

.video-hearder .title {
  font-size: 20px;
  font-weight: 400;
  color: #404040;
  padding-right: 56px;
  text-decoration: none;
  transition: none;
}

.video-hearder .inline {
  width: 1px;
  height: 28px;
  margin: 30px 15px 0 17px;
  background-color: #cccccc;
}

.video-hearder .logo {
  height: 86px;
}

.video-hearder .logo img {
  margin-top: 15px;
  width: 124px;
  height: 56px;
}

.video-hearder .search {
  padding-top: 22px;
}

.video-hearder .search-box {
  width: 564px;
  height: 42px;
  border: 1px solid #ebebeb;
  border-right: none;
  border-radius: 2px 0px 0px 2px;
}

.video-hearder .search-box input {
  width: 564px;
  height: 42px;
  font-size: 16px;
  line-height: 42px;
  padding: 0 22px;
  outline: none;
  border: none;
  background-color: transparent;
}

.video-hearder .search-box input::placeholder {
  color: #bdbdbd;
}

.video-hearder .search-btn {
  width: 68px;
  height: 42px;
  text-align: center;
  line-height: 42px;
  background: #006666;
  border-radius: 0 2px 2px 0;
  cursor: pointer;
  position: relative;
}

.video-hearder .search-icon {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.search-wrap .search-box {
  width: 300px;
  height: 40px;
  border: 1px solid #ebebeb;
  border-right: none;
  border-radius: 2px 0px 0px 2px;
}

.search-wrap .search-box input {
  width: 300px;
  height: 42px;
  font-size: 16px;
  line-height: 42px;
  padding: 0 22px;
  outline: none;
  border: none;
  background-color: transparent;
}

.search-wrap .search-box input::placeholder {
  color: #bdbdbd;
}

.search-wrap .search-btn {
  width: 68px;
  height: 42px;
  text-align: center;
  line-height: 42px;
  background: #ff692e;
  border-radius: 0 2px 2px 0;
  cursor: pointer;
  position: relative;
}

.search-wrap .search-icon {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.video-menu-wrap {
  background-color: #fff;
}

.video-menu-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.video-menu {
  height: 44px;
  line-height: 44px;
  font-size: 14px;
  color: #666666;
}

.video-menu .menu-item {
  position: relative;
  margin-right: 44px;
  cursor: pointer;
  transition: margin 0.3s;
}

.video-menu .menu-item .menu-line {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background: #006666;
  transition: all 0.3s;
}

.video-menu .menu-active {
  color: #006666;
}

.video-menu .menu-active .menu-line {
  width: 60%;
}

.video-main {
  min-height: 768px;
  padding: 30px 0 60px;
  margin-top: 130px;
  background-color: #fff;
}

.video-main .video-nav {
  margin-bottom: 20px;
}

.video-main .video-nav .title {
  font-size: 24px;
  color: #333333;
}

.video-main .video-nav .check-item {
  width: 62px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  border-radius: 2px;
  cursor: pointer;
  transition: all 0.3s;
}

.video-main .video-nav .check-active {
  /* background-color: #fff2ec; */
  color: #006666;
}

.video-main .video-list {
  margin-bottom: 50px;
}

.video-main .video-list .video-item {
  position: relative;
  width: 285px;
  margin: 0 20px 30px 0;
  line-height: 1;
}

.video-main .video-list .video-item:nth-of-type(4n) {
  margin-right: 0;
}

.video-main .video-list .video-item .video-cover-box {
  position: relative;
  display: block;
  width: 285px;
  height: 162px;
  overflow: hidden;
}

.video-main .video-list .video-item .video-cover-box::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 285px;
  height: 162px;
  /* background: linear-gradient(180deg, transparent 0%, #000 100%); */
  opacity: 0.4;
  z-index: 9;
}

.video-main .video-list .video-item .video-cover {
  display: block;
  width: 285px;
  height: 162px;
  cursor: pointer;
  transition: all 0.5s;
}

.video-main .video-list .video-item .palyer-icon {
  position: absolute;
  top: 60px;
  left: 122px;
  width: 52px;
  height: 52px;
  transform: scale(1);
  opacity: 1;
  transition: all 0.5s;
  z-index: 10;
}

.video-main .video-list .video-item .palyer-hover-icon {
  position: absolute;
  top: 60px;
  left: 122px;
  width: 52px;
  height: 52px;
  transform: scale(0.7) translateZ(0);
  opacity: 0;
  transition: all 0.5s;
  z-index: 10;
}

.video-main .video-list .video-cover-box:hover .palyer-icon {
  transform: scale(0.7) translateZ(0);
  opacity: 0;
}

.video-main .video-list .video-cover-box:hover .palyer-hover-icon {
  transform: scale(1);
  opacity: 1;
}

.video-main .video-list .video-cover-box:hover .video-cover {
  transform: scale(1.2);
}

.video-main .video-list .video-item .video-time {
  position: absolute;
  top: 130px;
  right: 10px;
  height: 22px;
  padding: 0 10px;
  line-height: 22px;
  font-size: 12px;
  color: #fff;
  background-color: rgba(27, 27, 30, 0.8);
  z-index: 10;
}

.video-main .video-list .video-item .video-title {
  width: 285px;
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  line-height: 18px;
  margin: 12px 0 6px;
  cursor: pointer;
}

.video-main .video-list .video-item .video-title a {
  transition: color 0.3s;
}

.video-main .video-list .video-item .video-title a:hover {
  color: #ff692e;
}

.video-main .video-list .video-item .video-icon {
  width: 16px;
  height: 14px;
  vertical-align: middle;
  margin-bottom: 3px;
}

.video-main .video-list .video-item .video-label .label-item {
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  margin-right: 6px;
  color: #999;
  padding: 0 10px;
  background: #f5f5f5;
}

.video-main .video-list .video-item .video-issue {
  font-size: 12px;
  color: #999999;
  line-height: 24px;
}

.video-main .video-not-data {
  display: none;
  font-size: 14px;
  color: #bdbdbd;
  text-align: center;
}

/* 搜索页 样式 */
.video-search-text {
  height: 44px;
}

.video-search-text .text {
  font-size: 14px;
  line-height: 44px;
  color: #666666;
}

.video-search-main {
  padding: 40px 0 60px;
  margin-top: 0;
}

.video-search-main .video-search-list {
  margin-bottom: 40px;
  margin-top: 0;
}

.video-search-main .video-search-list .video-item {
  margin-bottom: 30px;
}

.video-search-main .video-not-search {
  display: none;
  padding-top: 40px;
  font-size: 14px;
  text-align: center;
  line-height: 1;
  color: #999999;
  margin-bottom: 40px;
}

.video-search-main .video-not-search .not-search-img {
  width: 92px;
  height: 136px;
  margin-bottom: 12px;
}

.video-search-main .video-not-data {
  display: none;
  font-size: 14px;
  color: #bdbdbd;
  text-align: center;
  margin-bottom: 40px;
}

/* 详情页 样式 */
.video-details-main {
  padding-top: 4px;
  margin-top: 0;
}

.video-details-main .video-list,
.video-details-main .video-list .video-item {
  margin-bottom: 0;
}

.video-details-main .video-nav .read-more {
  font-size: 14px;
  line-height: 32px;
  color: #999999;
  transition: color 0.3s;
}

.video-details-main .video-nav .read-more:hover {
  color: #ff692e;
}

.video-details-main .video-player-title {
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  color: #ffffff;
  padding: 18px 0 12px;
}

.video-details-main .video-player-title .video-white-icon {
  width: 18px;
  height: 16px;
  vertical-align: middle;
  margin-bottom: 2px;
}

.video-details-main .vidoe-player-dec {
  font-size: 14px;
  line-height: 18px;
  color: #999999;
  margin-bottom: 18px;
}

.video-player-block {
  min-height: 810px;
  padding: 20px 0;
  background: #1f1f20;
  margin-bottom: 40px;
}

.video-player-block .video-nav {
  font-size: 14px;
  color: #999999;
  margin-bottom: 22px;
}

.video-player-block .video-nav .link {
  color: #999999;
}

.video-player-block .video-cover-box {
  position: relative;
}

/* 播放图标 */
.video-details-main .video-cover-box .last-box {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}

.video-details-main .video-cover-box .last-default-icon {
  width: 70px;
  height: 71px;
  position: absolute;
  top: 338px;
  left: -275px;
  cursor: pointer;
}

/* .video-player-block:hover .last-box{opacity: 1;pointer-events: auto;} */
.video-details-main .video-cover-box .last-icon {
  width: 70px;
  height: 71px;
  position: absolute;
  top: 338px;
  left: -275px;
  opacity: 0;
  cursor: pointer;
}

.video-details-main .video-cover-box .last-box:hover .last-icon {
  opacity: 1;
}

.video-details-main .video-cover-box .next-box {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}

.video-details-main .video-cover-box .next-default-icon {
  width: 70px;
  height: 71px;
  position: absolute;
  top: 338px;
  right: -285px;
  cursor: pointer;
}

/* .video-player-block:hover .next-box{opacity: 1;pointer-events: auto;} */
.video-details-main .video-cover-box .next-icon {
  width: 70px;
  height: 71px;
  position: absolute;
  top: 338px;
  right: -285px;
  opacity: 0;
  cursor: pointer;
}

.video-details-main .video-cover-box .next-box:hover .next-icon {
  opacity: 1;
}

.video-player-block .video-cover {
  width: 1200px;
  height: 676px;
}

.video-player-block .player-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%, 0);
  width: 42px;
  height: 42px;
  cursor: pointer;
}

.web-footer {
  display: none;
}

.hidden {
  display: none;
}
