.index-page-vod-solid-box {
  height: 560px;
  overflow: hidden;
  position: relative;
}

.index-page-vod-solid-box .rgba {
  height: 100%;
  width: 100%;
  filter: blur(8px);
  transform: scale(1.2);
  z-index: 1;
}

.index-page-vod-solid-box .middle-box {
  padding: 10px 0;
}

.index-page-vod-solid-box .middle-box .vod-solid-box {
  width: 1200;
  height: 540px;
}

.index-page-vod-solid-box .middle-box .vod-solid-box .vod-show {
  width: 960px;
  height: 540px;
  position: relative;
}

.index-page-vod-solid-box .middle-box .vod-solid-box .vod-show .vod-box {
  width: 100%;
  height: 100%;
}

.index-page-vod-solid-box .middle-box .vod-solid-box .vod-show .vod-box .dplayer-video {
  width: 100%;
  height: 100%;
}

.index-page-vod-solid-box .middle-box .vod-solid-box .vod-show .pop {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10;
}

.index-page-vod-solid-box .middle-box .vod-solid-box .vod-show .pop .tip,
.vod-bf .pop .tip {
  width: 320px;
  color: #fff;
  font-size: 16px;
  line-height: 26px;
}

.index-page-vod-solid-box .middle-box .vod-solid-box .vod-show .pop .tip button,
.vod-bf .pop .tip button {
  width: 110px;
  height: 40px;
  background-image: linear-gradient(90deg, #ef1f46 0%, #ff3f24 100%), linear-gradient(#ff6000, #ff6000);
  background-blend-mode: normal,
 normal;
  border-radius: 3px;
  font-size: 16px;
  color: #fff;
  margin-top: 16px;
}

.index-page-vod-solid-box .middle-box .vod-solid-box .vod-select {
  width: 240px;
  height: 540px;
  background-color: rgba(29, 26, 41, 0.7);
  padding: 10px;
}

.index-page-vod-solid-box .middle-box .vod-solid-box .vod-select .data {
  float: left;
  position: relative;
  width: 220px;
  height: 122px;
  margin-bottom: 10px;
  cursor: pointer;
  border: solid 2px #1d1a29;
}

.index-page-vod-solid-box .middle-box .vod-solid-box .vod-select .data .left-sanjiao-red-icon {
  position: absolute;
  left: -8px;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 17px;
  display: none;
}

.index-page-vod-solid-box .middle-box .vod-solid-box .vod-select .data .data-img {
  width: 216px;
  height: 118px;
  overflow: hidden;
}

.index-page-vod-solid-box .middle-box .vod-solid-box .vod-select .data .data-img img {
  width: 100%;
}

.index-page-vod-solid-box .middle-box .vod-solid-box .vod-select .data.active {
  border: solid 2px #ef1f46;
}

.index-page-vod-solid-box .middle-box .vod-solid-box .vod-select .data.active .left-sanjiao-red-icon {
  display: block;
}

.index-page-tj-box {
  background: url(../img/gggg.png) repeat #171717;
}

.index-tj-group {
  background-color: #27263d;
  margin-bottom: 30px;
  padding: 30px 22px;
  padding-bottom: 10px;
}

.index-tj-group .tj-group-title {
  height: 34px;
  line-height: 34px;
  margin-bottom: 29px;
}

.index-tj-group .tj-group-title .title {
  padding: 0 13px;
  font-size: 16px;
  color: #d0ff00;
  border-left: solid 3px #d0ff00;
  line-height: 16px;
  margin-top: 10px;
}

.index-tj-group .tj-group-title .change-data {
  margin-right: 40px;
}

.index-tj-group .tj-group-title .change-data .icon {
  margin-top: 10px;
  margin-right: 5px;
}

.index-tj-group .tj-group-title .tj-class-tab {
  height: 34px;
}

.index-tj-group .tj-group-title .tj-class-tab .tab {
  display: block;
  margin-left: 50px;
  line-height: 32px;
  padding: 0 13px;
  height: 32px;
  border: 1px solid #ef1f46;
  border-radius: 17px;
  color: #ef1f46;
  text-align: center;
}

.index-tj-group .tj-group-title .tj-class-tab .tab .icon {
  margin-top: 9px;
  margin-right: 6px;
}

.index-tj-group .tj-group-title .tj-class-tab .tab.active {
  background-image: linear-gradient(90deg, #ef1f46 0%, #ff3f24 100%), linear-gradient(#ef1f46, #ef1f46);
  background-blend-mode: normal,
 normal;
  color: #fff;
}

.tj-class-list .data {
  float: left;
  margin-right: 18px;
  width: 149px;
  height: 227px;
  background-image: linear-gradient(90deg, #6a50eb 0%, #8b42f6 100%), linear-gradient(#ef1f46, #ef1f46);
  background-blend-mode: normal,
 normal;
  border-radius: 3px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  border: solid 2px #27263d;
  margin-bottom: 18px;
  position: relative;
}

.tj-class-list .data .select-red-icon {
  position: absolute;
  right: 0;
  top: 0;
  display: none;
}

.tj-class-list .data .class-img {
  width: 145px;
  height: 187px;
  overflow: hidden;
  background-color: #fff;
}

.tj-class-list .data .class-img img {
  height: 100%;
  margin: 0 auto;
}

.tj-class-list .data .data-name {
  line-height: 36px;
}

.tj-class-list .data.active {
  background-image: linear-gradient(90deg, #ef1f46 0%, #ff3f24 100%), linear-gradient(#ef1f46, #ef1f46);
  background-blend-mode: normal,
 normal;
  border: solid 2px #f83232;
  position: absolute;
  top: 0;
  left: 0;
}

.tj-class-list .data.active .select-red-icon {
  display: block;
}

.tj-class-list .data:hover {
  background-image: linear-gradient(90deg, #ef1f46 0%, #ff3f24 100%), linear-gradient(#ef1f46, #ef1f46);
  background-blend-mode: normal,
 normal;
  border: solid 2px #f83232;
}

.tj-class-list .data.col7 {
  margin-right: 0;
}

.tj-vod-list .data {
  float: left;
  margin-right: 18px;
  margin-bottom: 18px;
  width: 275px;
  height: 288px;
  background-color: #383759;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  border: solid 2px #27263d;
  position: relative;
}

.tj-vod-list .data .s74x28-icon {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
}

.tj-vod-list .data .vod-img {
  width: 271px;
  height: 208px;
  overflow: hidden;
  background-color: #fff;
  position: relative;
}

.tj-vod-list .data .vod-img .pop {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
}

.tj-vod-list .data .vod-img .pop .bf {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 10;
  background: url(../img/bof.png) center no-repeat;
  background-size: 56px 56px;
  height: 56px;
  width: 56px;
}

.tj-vod-list .data .vod-img img {
  width: 100%;
}

.tj-vod-list .data .data-name {
  line-height: 14px;
  padding: 0 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 20px;
}

.tj-vod-list .data .data-time {
  line-height: 20px;
  padding: 0 14px;
  color: #adaada;
  margin-top: 8px;
}

.tj-vod-list .data:hover {
  background-image: linear-gradient(90deg, #ef1f46 0%, #ff3f24 100%), linear-gradient(#ef1f46, #ef1f46);
  background-blend-mode: normal,
 normal;
  border: solid 2px #f83232;
}

.tj-vod-list .data:hover .data-time {
  color: #fff;
}

.tj-vod-list .data:hover .pop {
  display: block;
}

.tj-vod-list .data.col4 {
  margin-right: 0;
}

.tj-img-list .data {
  float: left;
  margin-right: 18px;
  margin-bottom: 18px;
  width: 275px;
  height: 388px;
  background-color: #383759;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  border: solid 2px #27263d;
  position: relative;
}

.tj-img-list .data .s74x28-icon {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
}

.tj-img-list .data .vod-img {
  width: 271px;
  height: 308px;
  overflow: hidden;
  background-color: #fff;
  position: relative;
  text-align: center;
}

.tj-img-list .data .vod-img img {
  height: 100%;
  margin: 0 auto;
}

.tj-img-list .data .data-name {
  line-height: 14px;
  padding: 0 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 20px;
}

.tj-img-list .data .data-time {
  line-height: 20px;
  padding: 0 14px;
  color: #adaada;
  margin-top: 8px;
}

.tj-img-list .data:hover {
  background-image: linear-gradient(90deg, #ef1f46 0%, #ff3f24 100%), linear-gradient(#ef1f46, #ef1f46);
  background-blend-mode: normal,
 normal;
  border: solid 2px #f83232;
}

.tj-img-list .data:hover .data-time {
  color: #fff;
}

.tj-img-list .data.col4 {
  margin-right: 0;
}

.tj-zx-list .data {
  width: 373px;
  height: 417px;
  background-color: #383759;
  border-radius: 3px;
  padding: 30px 20px;
  margin-right: 18px;
  float: left;
  color: #cccaef;
  line-height: 18px;
  font-size: 14px;
}

.tj-zx-list .data .zx-li {
  margin-bottom: 20px;
  display: block;
}

.tj-zx-list .data .zx-li .index {
  width: 18px;
  height: 18px;
  border-radius: 3px;
  margin-right: 15px;
  text-align: center;
}

.tj-zx-list .data .zx-li .num1 {
  background-color: #f44336;
  color: #fff;
}

.tj-zx-list .data .zx-li .num2 {
  background-color: #ff9800;
  color: #fff;
}

.tj-zx-list .data .zx-li .num3 {
  background-color: #ffc107;
  color: #fff;
}

.tj-zx-list .data .zx-li .zx-name {
  display: inline-block;
  max-width: 220px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tj-zx-list .data .zx-li:hover {
  color: #d0ff00;
}

.tj-zx-list .data .zx-li:nth-last-child(1) {
  margin-bottom: 0;
}

.tj-zx-list .data.col3 {
  margin-right: 0;
}

.vod-class-group-title {
  width: 768px;
}

.vod-class-group-content {
  width: 768px;
}

.vod-class-detail-list .data {
  float: left;
  margin-right: 18px;
  margin-bottom: 18px;
  width: 178px;
  height: 186px;
  background-color: #383759;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  border: solid 2px #27263d;
  position: relative;
}

.vod-class-detail-list .data .s74x28-icon {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
}

.vod-class-detail-list .data .vod-img {
  width: 173px;
  height: 134px;
  overflow: hidden;
  background-color: #fff;
  position: relative;
  text-align: center;
}

.vod-class-detail-list .data .vod-img img {
  width: 100%;
}

.vod-class-detail-list .data .data-name {
  line-height: 14px;
  padding: 0 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 20px;
}

.vod-class-detail-list .data:hover {
  background-image: linear-gradient(90deg, #ef1f46 0%, #ff3f24 100%), linear-gradient(#ef1f46, #ef1f46);
  background-blend-mode: normal,
 normal;
  border: solid 2px #f83232;
}

.vod-class-detail-list .data.col4 {
  margin-right: 0;
}

.vod-class-group-rank-box {
  width: 373px;
  height: 390px;
  background-color: #383759;
  border-radius: 3px;
  padding: 30px 20px;
  color: #cccaef;
}

.vod-class-group-rank-box .rank-box-title {
  color: #fff;
  margin-bottom: 28px;
}

.vod-class-group-rank-box .rank-box-title .icon {
  margin-right: 17px;
  margin-left: 2px;
}

.vod-class-group-rank-box .rank-li {
  margin-bottom: 20px;
  display: block;
}

.vod-class-group-rank-box .rank-li .index {
  width: 18px;
  height: 18px;
  border-radius: 3px;
  margin-right: 15px;
  text-align: center;
}

.vod-class-group-rank-box .rank-li .num1 {
  background-color: #f44336;
  color: #fff;
}

.vod-class-group-rank-box .rank-li .num2 {
  background-color: #ff9800;
  color: #fff;
}

.vod-class-group-rank-box .rank-li .num3 {
  background-color: #ffc107;
  color: #fff;
}

.vod-class-group-rank-box .rank-li .zx-name {
  display: inline-block;
  max-width: 220px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vod-class-group-rank-box .rank-li:hover {
  color: #d0ff00;
}

.vod-class-group-rank-box .rank-li:nth-last-child(1) {
  margin-bottom: 0;
}

.showMoreClass {
  margin-bottom: 70px;
  text-align: center;
}

.showMoreClass .addClass-btn {
  width: 136px;
  height: 34px;
  background-image: linear-gradient(90deg, #6a50eb 0%, #8b42f6 100%), linear-gradient(#ef1f46, #ef1f46);
  background-blend-mode: normal,
 normal;
  border-radius: 3px;
  font-size: 14px;
  color: #fff;
}

.showMoreClass .addClass-btn .icon {
  margin-right: 6px;
}

.img-class-detail-list .data {
  float: left;
  margin-right: 18px;
  margin-bottom: 18px;
  width: 178px;
  height: 250px;
  background-color: #383759;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  border: solid 2px #27263d;
  position: relative;
}

.img-class-detail-list .data .s74x28-icon {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
}

.img-class-detail-list .data .vod-img {
  width: 173px;
  height: 198px;
  overflow: hidden;
  background-color: #fff;
  position: relative;
  text-align: center;
}

.img-class-detail-list .data .vod-img img {
  height: 100%;
}

.img-class-detail-list .data .data-name {
  line-height: 14px;
  padding: 0 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 20px;
}

.img-class-detail-list .data:hover {
  background-image: linear-gradient(90deg, #ef1f46 0%, #ff3f24 100%), linear-gradient(#ef1f46, #ef1f46);
  background-blend-mode: normal,
 normal;
  border: solid 2px #f83232;
}

.img-class-detail-list .data.col4 {
  margin-right: 0;
}

.img-class-group-rank-box {
  height: 520px;
}

.img-class-group-rank-box .rank-box-title {
  margin-bottom: 30px;
}

.img-class-group-rank-box .vod-rank-list .rank-li {
  margin-bottom: 37px;
}

.news-index-list-box {
  color: #a3a0d4;
}

.news-index-list-box .data-box .data {
  margin-bottom: 20px;
  line-height: 18px;
}

.news-index-list-box .data-box .data .index {
  display: inline-block;
  width: 18px;
  margin-right: 14px;
}

.news-index-list-box .data-box .data .data-name {
  display: inline-block;
  width: 362px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-right: 45px;
}

.news-index-list-box .data-box .data:hover {
  color: #d0ff00;
}

.news-class-img {
  max-height: 460px;
  overflow: hidden;
  min-width: 1300px;
}

.news-class-img img {
  width: 100%;
  display: block;
}

.tj-group-fy {
  padding: 60px 0;
}