@charset "utf-8";
.line-2 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.mescroll {
  position: fixed;
  top: 0;
  bottom: 0;
  height: auto;
  max-width: 750px;
}
.video-index-body {
  background: #f8f8f8;
  /*视频分类模块*/
}
.video-index-body .swiper{
  /* margin-bottom: 0.3rem; */
}
.video-index-body .video-top {
  width: 100%;
  position: relative;
  /* background: #000000; */
  padding-bottom: calc(100% / 1.7778);
  height: 0;
  position: relative;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}
.video-index-body .video-top::after{
  content: " ";
  position: absolute;
  inset: 0;
  z-index: 1;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}
.video-index-body .video-top .video-top-img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  z-index: 2;
  max-width: 100%;
  height: 100%;
  /* height: 4.2rem; */
  /* margin: 0 auto; */
}
.video-index-body .video-top .video-play-bg {
  position: absolute;
  z-index: 99;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.8rem;
  height: 0.8rem;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.video-index-body .video-top .video-play-bg .video-icon {
  width: 0.28rem;
  height: 0.3rem;
  object-fit: cover;
}
.video-index-body .video-top .top-title-box {
  position: absolute;
  z-index: 98;
  width: 100%;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.5));
  height: 3rem;
  display: flex;
  align-items: flex-end;
}
.video-index-body .video-top .top-title-box .top-title {
  margin: 0 0.3rem 0.4rem;
  font-size: 0.31rem;
  color: #ffffff;
  font-weight: 500;
  line-height: 0.44rem;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.video-index-body .live-box {
  padding: 0 0.3rem;
  margin-top: 0.3rem;
}
.video-index-body .live-box .live-item {
  background: #ffffff;
  border-radius: 0.06rem;
  margin-bottom: 0.24rem;
  padding: 0.22rem 0.24rem;
  display: flex;
  align-items: center;
}
.video-index-body .live-box .live-item .live-icon {
  width: 0.8rem;
  height: 0.8rem;
  background: linear-gradient(0deg, #ffffff, #a0e1ff);
  border-radius: 0.05rem;
  flex-shrink: 0;
  margin-right: 0.16rem;
  object-fit: cover;
}
.video-index-body .live-box .live-item .center {
  flex: 1;
}
.video-index-body .live-box .live-item .center .title {
  font-size: 0.34rem;
  color: #303030;
}
.video-index-body .live-box .live-item .center .ellipsis {
  max-width: 3.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.video-index-body .live-box .live-item .center .time {
  font-size: 0.28rem;
  color: #999999;
  display: flex;
  align-items: center;
}
.video-index-body .live-box .live-item .center .time .em {
  width: 0.12rem;
  height: 0.12rem;
  background: #4b75ff;
  border-radius: 50%;
  border: 0.07rem solid #dbe4ff;
  margin-right: 0.17rem;
}
.video-index-body .live-box .live-item .right-btn {
  background: #ffffff;
  border-radius: 0.3rem;
  border: 0.01px solid #4b75ff;
  padding: 0.18rem 0.24rem;
  font-size: 0.24rem;
  color: #4b75ff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 0.58rem;
  box-sizing: border-box;
  line-height: 1;
}
.video-index-body .live-box .live-item .right-btn .live {
  width: 0.16rem;
  height: 0.18rem;
  margin-right: 0.1rem;
}
.video-index-body .live-box .live-item .right-btn.btn1 {
  background: #4b75ff;
  color: #ffffff;
  border: none;
}
.video-index-body .live-box .live-item:last-child {
  margin-bottom: 0;
}
.video-index-body ::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
  color: transparent;
}
.video-index-body ::-webkit-scrollbar {
  display: none;
  width: 0 !important;
  height: 0 !important;
  -webkit-appearance: none;
  background: transparent;
}
.video-index-body .nav-box {
  padding: 0.3rem;
}
.video-index-body .nav-box .tab-btn-box {
  width: 100%;
  background: #f8f8f8;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  display: flex;
  height: 0.78rem;
}
.video-index-body .nav-box .tab-btn-box .tab {
  height: 0.64rem;
  background: #ffffff;
  box-shadow: 0rem 0rem 0.1rem 0rem rgba(0, 0, 0, 0.1);
  border-radius: 0.05rem;
  padding: 0 0.2rem;
  margin-right: 0.16rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  flex-shrink: 0;
  font-size: 0.3rem;
  color: #303030;
}
.video-index-body .nav-box .tab-btn-box .tab::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 0.15rem solid transparent;
  border-left: 0.13rem solid transparent;
  border-bottom: 0.15rem solid transparent;
  border-right: 0.13rem solid transparent;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -0.26rem;
}
.video-index-body .nav-box .tab-btn-box .tab:last-child {
  margin-right: 0;
}
.video-index-body .nav-box .tab-btn-box .active {
  background: #4b75ff;
  color: #fff;
}
.video-index-body .nav-box .tab-btn-box .active::after {
  border-top: 0.15rem solid #4b75ff;
}
.video-index-body .scroll-box {
  width: 100%;
  height: 3.62rem;
  background: #f8f8f8;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  display: flex;
}
.video-index-body .scroll-box .video-card {
  background: #ffffff;
  border-radius: 0.05rem;
  width: 3.8rem;
  height: 3.32rem;
  margin-left: 0.3rem;
  margin-bottom: 0.3rem;
  flex-shrink: 0;
}
.video-index-body .scroll-box .video-card .cover {
  width: 100%;
  /* height: 2.14rem; */
  background: #f7f9ff;
  border-radius: 0.05rem 0.05rem 0rem 0rem;
  position: relative;
  /* background: #000000; */
  overflow: hidden;
  padding-bottom: calc(100% / 1.7778);
  background-size: cover;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}
.video-index-body .scroll-box .video-card .cover-img-blur{
  position: absolute;
  inset: 0;
  z-index: 1;
  height: 100%;
  width: 100%;
  object-fit: cover;
  filter: blur(5px);
}
.video-index-body .scroll-box .video-card .cover .cover-img {
  position: absolute;
  inset: 0;
  z-index: 2;
  border-radius: 0.05rem 0.05rem 0rem 0rem;
  height: 100%;
  margin: 0 auto;
  max-width: 100%;
  object-fit: cover;
}
.video-index-body .scroll-box .video-card .cover .time {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.7rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.5));
  padding: 0.18rem;
  box-sizing: border-box;
  display: flex;
  align-items: flex-end;
  z-index: 9;
}
.video-index-body .scroll-box .video-card .cover .time span {
  font-size: 0.24rem;
  color: #ffffff;
}
.video-index-body .scroll-box .video-card .title-box {
  height: 1.2rem;
  background: #ffffff;
  border-radius: 0rem 0rem 0.05rem 0.05rem;
  padding: 0.13rem 0.25rem 0.19rem;
  box-sizing: border-box;
}
.video-index-body .scroll-box .video-card .title-box .title {
  font-size: 0.3rem;
  color: #303030;
  line-height: 0.44rem;
  word-break: break-all;
  width: 164px;
}
.video-index-body .scroll-box .more-box {
  background: #ffffff;
  border-radius: 0.05rem;
  width: 0.78rem;
  height: 3.32rem;
  font-size: 0.28rem;
  color: #303030;
  margin: 0 0.3rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding: 0 0.25rem;
  box-sizing: border-box;
}
.video-index-body .scroll-box .more-box .icon-right {
  width: 0.12rem;
  height: 0.22rem;
  margin-top: 0.22rem;
}
.video-index-body .video-m{
  padding-bottom: 0.3rem;
}
.video-index-body .video-m .title-b {
  height: 0.85rem;
  /* border-top: 1px solid #e5e6e9; */
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0.3rem 0.1rem 0.3rem;
}
.video-index-body .video-m .title-b .title {
  font-weight: 500;
  font-size: 0.35rem;
  color: #303030;
}
.video-index-body .video-m .title-b .more-btn {
  display: flex;
  align-items: center;
  font-size: 0.24rem;
  color: #303030;
}
.video-index-body .video-m .title-b .more-btn img {
  margin-left: 0.13rem;
  width: 0.12rem;
  height: 0.22rem;
}
.video-index-body .video-list-vertical {
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  /* margin-bottom: 0.3rem; */
}
.video-index-body .video-list-vertical .video-item {
  position: relative;
  width: 2.88rem;
  height: 5.12rem;
  flex-shrink: 0;
  /* background: #000000; */
  margin-left: 0.3rem;
  border-radius: 0.05rem;
  overflow: hidden;
}
.video-index-body .video-list-vertical .video-item:last-child {
  margin-right: 0.3rem;
}
.video-index-body .video-list-vertical .video-item .cover {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.video-index-body .video-list-vertical .video-item .time {
  font-size: 0.24rem;
  color: #ffffff;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.7rem;
  padding: 0.3rem 0.16rem 0;
  box-sizing: border-box;
  background: linear-gradient(0deg, rgba(0,0,0,0.5),rgba(0,0,0,0));
  z-index: 9;
}
.video-index-body .video-list-vertical .video-item .video-play-bg {
  position: absolute;
  z-index: 99;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.6rem;
  height: 0.6rem;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.video-index-body .video-list-vertical .video-item .video-play-bg .video-icon {
  width: 0.21rem;
  height: 0.23rem;
  object-fit: cover;
}
.video-list-two {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0.15rem;
}
.video-list-two .video-item {
  width: 50%;
  padding: 0 0.15rem 0.4rem 0.15rem;
  box-sizing: border-box;
}

.video-list-two.list-one .video-item {
  width: 100%;
  padding: 0 0.15rem 0.4rem 0.15rem;
  box-sizing: border-box;
}
.video-list-two.list-one .video-play-bg {
  position: absolute;
  z-index: 99;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.8rem;
  height: 0.8rem;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.video-list-two.list-one  .video-play-bg .video-icon {
  width: 0.28rem;
  height: 0.3rem;
  object-fit: cover;
}

.video-list-two .video-item:nth-child(2n) {
  margin-right: 0;
}
.video-list-two .video-item .cover {
  width: 100%;
  height: 0;
  padding-bottom: calc(100% / 1.7778);
  background: #f7f9ff;
  border-radius: 0.05rem;
  position: relative;
  /* background: #000000; */
  overflow: hidden;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}
.video-list-two .video-item .cover::after{
  content: " ";
  position: absolute;
  inset: 0;
  z-index: 1;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}
.video-list-two .video-item .cover .cover-img {
  border-radius: 0.05rem;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.video-list-two .video-item .cover .time {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.7rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.5));
  padding: 0.18rem;
  box-sizing: border-box;
  display: flex;
  align-items: flex-end;
  z-index: 3;
}
.video-list-two .video-item .cover .time span {
  font-size: 0.24rem;
  color: #ffffff;
}
.video-list-two .video-item .title-box {
  margin-top: 0.19rem;
  /* height: 0.88rem; */
}
.video-list-two .video-item .title-box .title {
  font-size: 0.3rem;
  color: #303030;
  line-height: 0.44rem;
}
.video-list-two .video-item .date-time {
  font-size: 0.24rem;
  color: #999999;
  margin-top: 0.15rem;
}

.swiper{
  --swiper-theme-color: #FFFFFF;
  --swiper-pagination-bullet-inactive-color:#7F7F7F;
  --swiper-pagination-bottom: 0px;
  --swiper-pagination-bullet-width: 5px;
  --swiper-pagination-bullet-height: 5px;
}
.swiper .swiper-pagination{
  text-align: right !important;
  padding: 0 10px !important;
  box-sizing: border-box;
}

.mescroll-upwarp{
  background: #f8f8f8 !important;
  padding: 0 !important;

}
.upwarp-nodata{
  margin-bottom: 0 !important;
 
}