::-webkit-scrollbar {
  display: none
}

/*Chrome*/
::-webkit-scrollbar {
  width: 0 !important
}

/*IE 10+*/
::-webkit-scrollbar {
  -ms-overflow-style: none;
}

/*Firefox*/
::-webkit-scrollbar {
  overflow: -moz-scrollbars-none;
}

body {
  margin: 0;
  padding: 0;
  width: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
}

.start{
	color: #08ff08;
	border: 1px solid #03efce;
    animation: scaleDrew 2.5s ease-in-out infinite;
}
.stop{
	color: #fd1515;
	border-bottom-right-radius: 25px;
    border-top-right-radius: 25px;
}
.paste {
	color: #fffc08;
	border-bottom-left-radius: 25px;
    border-top-left-radius: 25px;
}

.video-body {
  word-break: break-all;
}

.video-div {
  margin-left: 20px;
}

.video-list {
  display: inline-block;
  position: relative;
  margin: 10px 10px 0;
  border-radius: 15px;
  font-size: 12px;
  letter-spacing: normal;
  transition: all 0.3s;
  background-color: rgb(236 242 249);
  box-shadow: -8px -8px 8px #feffff, 8px 8px 8px #161b1d2f;
}

/* 放大镜旋转效果 */
.video-list:hover {
  box-shadow: 0 0 5px #ccc;
  transition: 0.3s;
  webkit-transition: 0.3s;
  transform: scale(1.005);
  transform: rotate(7deg);
  -ms-transform: rotate(7deg);
  /* IE 9 */
  -webkit-transform: rotate(7deg);
  /* Safari and Chrome */
}

.video-box {
  margin-bottom: 10px;
  border-radius: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  display: block;
  position: relative;
  width: 100%;
  user-select: none;
  text-decoration: none; /*去掉下划线*/
}

.video-box .video-img {
  display: block;
  width: 120px;
  height: 150px;
  object-fit: cover;
  border-radius: 4px;
}

.video-content {
  height: 44px;
  width: 120px;
  overflow: hidden;
  color: #a019c1;
}

.video-bottom {
  width: 90%;
  text-align: center;
}

/* 图标 */
.fa {
  float: left;
  margin: 3px;
}

.video_desc {
  display: block;
  width: 100px;
  overflow: hidden;
  font-size: 13px;
  line-height: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
  letter-spacing: normal;
}

.play-body {
  text-align: center;
  height: 100%;
  width: 100%;
  background: url(../img/movie_bg.jpg) no-repeat center center;
  background-size: cover;
}


.play-tencent {
    position: relative; /* 确保子元素绝对定位相对于该容器 */
    display: inline-block; /* 让整个组件保持紧凑 */
	margin-top: 15px;
}
#clock {
    width: 90%;
    font-family: 'Share Tech Mono', monospace;
    color: #ffffff;
    text-align: center;
	position: absolute;
    left: 50%;
    top: 45%;
    transform: translate(-50%, -50%);
    color: #daf6ff;
    text-shadow: 0 0 2vw #0aafe6, 0 0 2vw rgba(10, 175, 230, 0);
}
#clock .date {
    letter-spacing: 0.1em;
    font-size: 1.8em;
}
#clock .time {
    letter-spacing: 0.05em;
    font-size: 10em;
    padding: 0.5vh 0;
}
#clock .text {
    letter-spacing: 0.1em;
    font-size: 2em;
    padding: 1vh 0 0;
}
p {
    margin: 0;
    padding: 0;
}

.tv_img {
    width: 90%; /* 使电视背景自适应宽度 */
    height: auto; /* 高度自动 */
	/*transform: scale(0.9);  缩放 iframe */
}



.play-video {
    position: absolute;
    top: 0.1%;
    left: 0%;
    width: 98.6%;
    height: 98.0%;
	/*transform: scale(0.9);  缩放 iframe */
    padding: 5px;
    overflow: hidden;
    pointer-events: none;
}

.play-video iframe {
    width: 90.1%;
    top: 2px;
    left: 3px;
    padding: 0;
    position: relative;
    height: 89.5%;
    border: none;
    pointer-events: auto;
}

.play-config {
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}

.input-url {
  /*display: block;*/
  padding: 6px 12px;
  margin: 10px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #580dea;
  vertical-align: middle;
  background-color: #ffffff6b;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.input-text {
  width: 50%;
}

.input-url:focus {
  border-color: #04f3b9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.select-list {
  font-size: 16px;
  color: #05f7f7;
  border-color: #a7f312;
  background-color: #080808f2;
  background-repeat: no-repeat;
  background-image: url("../img/line.png");
}

.btn:hover {
  transform: scale(1.105);
  background-color: #ab06edde;
  border: none;
}

.btn {
  padding: 6px 12px;
  /* margin: 10px;*/
  /* font-size: 18px; */
  font-weight: 400;
  /* border-radius: 25px;*/
  border-color: #136ad6;
  transition: all 0.3s;
  box-shadow: 0px 0px 28px #feffff;
}


@keyframes scaleDrew {
/* 定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称 */
    0% {
      transform: scale(1);
    }

    25% {
      transform: scale(1.05);
    }

    50% {
      transform: scale(1);
    }

    75% {
      transform: scale(1.05);
    }
 }


.a_btn img{
	width: 150px;
	height: 50px;
	margin: 10px;
	padding: 5px;
	border: 1px solid #03efce;
	border-radius: 15px;
}
.a_btn img:hover {
	transform: scale(1.1);      /* 鼠标悬停时放大 */
    box-shadow: 0px 0px 40px #feffff; /* 放大阴影 */
}

.btn-play {
  /* color: #fff; */
  background-color: #771cdc00;
}

h1 {
  font-family: 华文彩云;
  color: #ed00f1;
}

#video-container {
	display: flex;          /* 使用 Flexbox 布局 */
    flex-wrap: wrap;       /* 自动换行 */
    justify-content: center; /* 居中对齐 */
    margin: 20px;          /* 外边距可根据需要调整 */
}
.video-link {
    text-align: center;     /* 链接内文本居中 */
    margin: 10px;          /* 每个链接的外边距，防止链接之间太靠近 */
    text-decoration: none;  /* 去掉链接下划线 */
    color: black;           /* 链接颜色，可根据需要调整 */
}
.video-link img {
    display: block;         /* 将图像设为块元素以便于居中 */
    margin: 0 auto;        /* 图像水平居中 */
}



.s-text {
  color: #f8f404;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  font-family: 华文新魏;
}


.m-text {
  color: red;
  width: 120px;
}

.content-list {
  float: left;
  margin-bottom: 20px;
}

.content-title {
  float: right;
  margin: 10px 0px 10px;
  width: 85%;
}

.content-main,
.content-mark {
  display: block;
  text-align: left;
  margin: -5px 0px 10px;
}

.content-main {
  color: red;
  font-family: 华文新魏;
  font-size: 25px;
}

.content-mark {
  color: #ff00f7;
  font-family: 华文仿宋;
  font-size: 18px;
}

.content-text {
  float: left;
  overflow: hidden;
  margin: 0px 0px 10px;
}

.content-jishu {
  display: block;
  width: 70px;
  margin-top: 6px;
  margin-right: 10px;
}

.content-jishu a {
  display: block;
  padding: 0 3px;
  overflow: hidden;
  border-radius: 4px;
  background-color: #1effe07a;
  font-family: numFont, PingFangSC-Regular, Microsoft Yahei;
  font-size: 17px;
  line-height: 41px;
  text-overflow: ellipsis;
  white-space: nowrap;
}



/* 滚动图片 */
.scroll-container {
    width: 300%; /* 容器宽度100% */
    overflow: hidden; /* 隐藏溢出内容 */
    position: relative;
}

.scroll-content {
    display: flex; 
    white-space: nowrap; 
    animation: scroll 105s linear infinite;  /* 向左向右滚动 */
}

.scroll-content a {
    display: inline-block; /* 使得链接成为块元素 */
    position: relative;
	margin: 20px;
    border-radius: 15px;
    overflow: hidden;
	object-fit: cover;            /* 保持图片或视频内容的宽高比 */
}

.scroll-content .img, video {
    height: 250px; 		/* 高度 */
    width: 180px;	 	/* 宽度 */
    margin: 10px; /* 间隔 */
	border: 1px solid #03efce;
	border-radius: 15px;
	box-shadow: 0px 0px 28px #feffff; /* 设置阴影 */
    background-color: #f0f0f026;    /* 图片加载失败时的背景色 */
}

/* 当鼠标悬停在滚动内容上时，暂停动画 */
.scroll-content:hover {
    animation-play-state: paused; 
}
.scroll-content a:hover {
	transform: scale(1.1);      /* 鼠标悬停时放大 */
    box-shadow: 0px 0px 40px #feffff; /* 放大阴影 */
}
/* 排序数字图片 */
.topNum1 {
	background-image: url('../img/top_num_1.svg');
}
.topNum2 {
	background-image: url('../img/top_num_2.svg');
}
.topNum3 {
	background-image: url('../img/top_num_3.svg');
}
.topNum4 {
	background-image: url('../img/top_num_4.svg');
}
.scroll-content .flex-list_topNum {
    background-repeat: no-repeat;
    border-radius: 12px 0;
    color: #fff;
    font-family: 雅黑;
    font-size: 20px;
    font-weight: 500;
    line-height: 40px;
    overflow: hidden;
    position: absolute;
    text-align: center;
    top: .1px;
    left: .1px;
    width: 40px;
    height: 44px;
	margin: 10px;
	pointer-events: auto;
}
.scroll-content .marks_vip {
    position: absolute;
	top: 1px;
	right: 10px;
	border: none;
	background-position: 0 0;
    background-repeat: no-repeat;
    height: 22px;
    max-width: 104px;
	margin-top: 10px;
	border-radius: 0px 15px;
}


@keyframes scroll {
    0% {
        transform: translateX(20%); /* 从右侧开始 */
    }
    50% {
        transform: translateX(-150%); /* 向左滚动到最左边 */
    }
    100% {
        transform: translateX(20%); /* 向右滚动到最右边 */
    }
}
