@charset "UTF-8";

.index-wrap {
  background: #fff;
}

.top-head {
  background: url("../img/bg-top.png") no-repeat center top/100% 100%;
}

.con-main {
  margin: 0.104rem auto 0.21875rem;
  width: 100%;
  position: relative;
  z-index: 4;
}

.con-swiper-wrap {
  margin-bottom: 0.114583rem;
}

.swiper-main, .video-title-list {
  box-shadow: 0 0 10px #596cc2;
  border-radius: 0.0625rem;
}

.swiper-main {
  width: 4.01rem;
  height: 2.03125rem;
}

.swiper-main .swiper-slide, .swiper-main .swiper-slide>a, .swiper-main .swiper-slide>a>img {
  width: 100%;
  height: 100%;
}

.swiper-main .swiper-slide>a>img {
  object-fit: cover;
}

.swiper-main .swiper-slide>a, .swiper-main .swiper-slide>a>img {
  border-radius: 0.0625rem;
}

.video-title-list {
  padding: 0.15625rem 0.1rem 0.1rem;
  width: 1.875rem;
  height: 1.775rem;
}

.video-title-item {
  width: calc(100% - 0.14584rem);
  padding: 0 0.07292rem;
  height: 0.197917rem;
  line-height: 0.197917rem;
  background: #f3f3f3;
  border-radius: 0.0625rem;
  margin-bottom: 0.0625rem;
}

.video-title-item>em {
  color: #7c8dce;
  font-size: inherit;
  margin-right: 0.09375rem;
  font-style: italic;
  float: left;
}

.video-title-item>span {
  font-size: 0.083rem;
  color: #000;
  float: left;
  transition: all 0.5s linear
}

.video-title-item:hover>span {
  color: #f0841a
}

.img-tip {
  width: 100%;
}

.img-tip>img {
  height: 0.2239583rem;
  margin: 0 auto;
}

.fenlei-list {
  margin-bottom: 0.114583rem;
  position: relative;
  z-index: 4;
}

.fenlei-list>a {
  width: 100%;
  border-radius: 0.0625rem;
  box-shadow: 0 0 10px #beedff;
  margin-bottom: 0.1rem;
}

.fenlei-list>a>img {
  width: 100%;
  border-radius: 0.0625rem;
}

.video-wrap {
  width: 6.25rem;
  position: relative;
}

.video-main-con {
  box-shadow: 0 0 10px #596cc2;
  border-radius: 0.0625rem;
  width: 6.09375rem;
  padding: 0.1979rem 0.078125rem 0.15625rem;
  position: relative;
  z-index: 4;
  background: #fff;
}

.zhuangshi {
  position: absolute;
  top: -60%;
  width: 1.7552rem;
  right: -0.8776rem;
  z-index: 1;
}

.video-top {
  height: 0.177rem;
  line-height: 0.177rem;
  margin-bottom: 0.114583rem;
}

.video-top>span {
  padding-left: 0.09375rem;
  color: #000;
  font-size: 0.14583rem;
  margin-right: 0.125rem;
  background: url("../img/img-line.png") no-repeat left center/auto 100%;
}

.video-top>em {
  color: #f0841a;
  font-size: inherit;
}

.video-list {}

.video-item {
  width: 1.874rem;
  margin: 0 0.078125rem 0.1rem;
  cursor: pointer;
}

.video-item-top {
  position: relative;
  width: 1.77rem;
  height: 1.14583rem;
  padding: 0.052rem;
  border-radius: 0.0625rem;
  background: url("../img/video-bg.png") no-repeat center center/cover;
}

.video-cover {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 4;
}

.video-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 2;
  transition: all 0.5s linear
}

.video-info {
  margin-top: 0.052rem;
}

.video-info>span {
  line-height: 0.1979rem;
  font-size: 0.1;
  color: #000
}

.playnum {
  line-height: 0.1667rem;
  font-size: 0.083rem;
  color: #bfc0c1;
}

.playnum>img {
  height: 0.078125rem;
  margin-right: 6px;
}

.video-item:hover .video-item-top .video-img {
  transform: scale(1.02);
}

.video-item:hover .video-info>span {
  color: #f0841a
}

.bottom-main {
  background: url("../img/bg-bottom.png") no-repeat center center/cover;
  position: relative;
}

.video-pop-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 110;
  background: rgba(0, 0, 0, 0.8);
}

.video-pop-main {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 111;
  width: 5.31rem;
  padding: 0.052rem;
  border-radius: 0.0625rem;
  background: url("../img/video-bg.png") no-repeat center center/cover;
}

.btn-pop-video {
  position: absolute;
  top: -0.2rem;
  right: 0;
  height: 0.14rem;
  z-index: 112;
}

.btn-pop-video>img {
  height: 100%
}

.popVideo {
  width: 100%;
  display: block;
}