.nav_normal a:visited {
	color: white;
}

.nav_normal a:active {
	color: white;
}

.nav_normal a:link {
	color: white;
}

.nav_normal a:hover {
	color: red;
}

.nav_normal a {
	color: white;
}

.nav_admin a:visited {
	color: white;
}

.nav_admin a:hover {
	color: red;
}

.nav_admin a {
	color: white;
}

.pure-table {
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	border: 1px solid #cbcbcb;
}

.pure-table caption {
	color: #000;
	font: italic 85%/1 arial, sans-serif;
	padding: 1em 0;
	text-align: center;
}

.pure-table td,
.pure-table th {
	border-left: 1px solid #cbcbcb;
	border-width: 0 0 0 1px;
	font-size: inherit;
	margin: 0;
	overflow: visible;
	padding: .5em 1em;
}

.pure-table thead {
	background-color: #e0e0e0;
	color: #000;
	text-align: left;
	vertical-align: bottom;
}

.pure-table td {
	background-color: transparent;
}

.pure-table-odd td {
	background-color: #f2f2f2;
}

.table-3 thead,
.table-3 tr {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: rgb(125, 242, 224);
}

.table-3 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgb(125, 242, 224);
}

/* Padding and font style */
.table-3 td,
.table-3 th {
	padding: 5px 10px;
	font-size: 12px;
	font-family: Verdana;
	color: rgb(15, 0, 255);
}

/* Alternating background colors */
.table-3 tr:nth-child(even) {
	background: rgb(230, 238, 214)
}

.table-3 tr:nth-child(odd) {
	background: #FFF
}

.vlist .bili_img {
	width: 334.24px;
	height: 188px;
}

.vlist {
	position: relative;
	text-align: left;
}

.vlist .length {
	position: absolute;
	top: 160px;
	left: 290px;
	background-color: rgba(0, 0, 0, 0.7);
	color: #fff;
	font-size: 0.8rem;
	padding: 0px;
}

.vlist .created {
	position: absolute;
	top: 5px;
	left: 10px;
	background-color: rgba(0, 0, 0, 0.3);
	color: #fff;
	font-size: 0.8rem;
	padding: 0px;
}

.vlist .play {
	position: absolute;
	top: 160px;
	left: 10px;
	background-color: rgba(0, 0, 0, 0.3);
	color: #fff;
	font-size: 0.8rem;
	padding: 0px;
}

.but-def {
	position: relative;
	padding: 1px 0px 0px 5px;
}

.but-def .btn {
	position: relative;
	/* 确保按钮的 z-index 可以控制浮动层的堆叠顺序 */
	/* z-index: 1; */
	/* 设置按钮的堆叠顺序，使其位于浮动层之下 */
}

.but-def .description {
	position: absolute;
	top: -5;
	right: 0;
	font-size: 12px;
	background-color: rgba(227, 243, 156, 0.7);
	color: #000;
	border-radius: 0 0 0 5px;
}

.uper_list_ {
	justify-content: center;
}