/* putao_new fresh theme: clean, readable, stable */

* {
	box-sizing: border-box;
}

body {
	margin: 0;
	background: #070b1d;
	color: #e6ebff;
	font-family: "Microsoft YaHei", "PingFang SC", sans-serif;
	font-size: 14px;
	line-height: 1.7;
}

a {
	color: #ffb347;
}

a:hover {
	color: #ffd28f;
}

.width1200,
.head_box,
.stui-pannel,
.addition-content,
.list-nav,
.white {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}

.head_box,
.stui-pannel,
.list-nav,
.white,
.videotitle,
.videoContent {
	border: 1px solid #2e3863 !important;
	border-radius: 8px !important;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.35) !important;
}

.head_box,
.stui-pannel,
.white {
	background: linear-gradient(180deg, #121935, #0e1430);
}

/* header */
.header {
	height: auto;
	min-height: 96px;
	margin: 0;
	padding: 14px 12px;
	display: flex;
	align-items: center;
}

.header_left {
	float: none;
	margin: 0 16px 0 0;
}

.header_left a,
.header_left img {
	width: 270px;
	height: 72px;
}

.header_right {
	float: none;
	margin: 0;
	flex: 1;
}

.header_submit {
	width: 100%;
	height: auto;
	margin: 0;
	float: none;
}

.header_submit_b {
	float: none;
	display: flex;
}

.header_submit_b input[type=text] {
	width: 100%;
	height: 42px;
	line-height: 42px;
	border: 1px solid #384372;
	border-right: 0;
	border-radius: 6px 0 0 6px;
	background: #0d1431;
	color: #d7dfff;
}

.header_submit_b input[type=text]::placeholder {
	color: #8b96c2;
}

.header_submit_b input[type=submit] {
	width: 92px;
	height: 42px;
	border-radius: 0 6px 6px 0;
	background: #a600d8;
	color: #fff;
	font-weight: 700;
}

.header_list {
	margin-top: 10px;
}

.header_list ul li {
	border-right: 1px solid #3a4676;
}

/* category nav */
.nav {
	width: auto;
	margin: 10px;
	height: auto;
}

.nav ul {
	display: flex;
	flex-wrap: wrap;
	gap: 4px;
}

.nav ul li {
	float: none;
	width: 102px;
	height: 42px;
	line-height: 42px;
	margin: 0;
	border: 1px solid #ff9800;
	background: #0b1230;
	border-radius: 0;
}

.nav ul li a {
	display: block;
	color: #f0f4ff !important;
	font-size: 16px;
}

.nav ul li:nth-child(1),
.nav ul li:hover,
.nav ul li.yes {
	background: #a600d8;
}

.nav ul li:nth-child(1) a,
.nav ul li:hover a,
.nav ul li.yes a {
	color: #fff !important;
}

/* notice */
.announce-panel {
	margin-top: 12px;
}

.notice-head {
	padding: 12px 18px;
	background: rgba(255, 179, 71, 0.08);
	border-bottom: 1px solid #313d6a;
}

.notice-head .title {
	margin: 0;
	color: #ffb347;
	font-size: 20px;
	line-height: 1.4;
}

.notice-meta {
	color: #bfc8ef !important;
}

.notice-meta a {
	color: #ff5a93;
}

.notice-body {
	padding: 14px 18px 18px;
}

.notice-body p {
	margin: 0 0 8px;
	color: #e0e6ff;
	line-height: 1.9;
	word-break: break-all;
}

.notice-body .text-red {
	color: #ffb347 !important;
}

.notice-body span[style*="E53333"] {
	display: inline-block;
	padding-left: 8px;
	border-left: 3px solid #ff6464;
	color: #ff8d8d !important;
}

/* list table */
.addition-content {
	margin-top: 10px;
}

.videotitle {
	height: auto;
	padding: 10px 14px;
	background: #f39a00;
	color: #fff;
	border-radius: 8px 8px 0 0 !important;
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) 120px 110px 120px;
	align-items: center;
	column-gap: 10px;
}

.videotitle .videoName,
.videotitle .category,
.videotitle .address,
.videotitle .time {
	color: #fff !important;
}

.videoContent {
	background: #f7f8fc;
	border-top: 0 !important;
	border-radius: 0 0 8px 8px !important;
	padding: 0 !important;
	margin: 0 !important;
}

.videoContent li {
	border-bottom: 1px dashed #d2d8ea;
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) 120px 110px 120px;
	align-items: center;
	column-gap: 10px;
	padding: 10px 14px !important;
	float: none !important;
}

.videoContent .videoName {
	color: #141821 !important;
	display: block !important;
	float: none !important;
	width: auto !important;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.videoContent .category {
	color: #4a5478;
	display: block !important;
	float: none !important;
	width: auto !important;
	text-align: center;
}

.videoContent .address {
	border: 1px solid #f39a00;
	color: #f39a00;
	background: transparent;
	border-radius: 4px;
	display: inline-block !important;
	float: none !important;
	width: auto !important;
	text-align: center;
	padding: 3px 8px;
}

.videoContent .address:hover {
	background: #f39a00;
	color: #fff;
}

.videoContent .time {
	display: block !important;
	float: none !important;
	width: auto !important;
	text-align: right;
	color: #5a6386;
}

/* detail / play */
.list-nav.detail-breadcrumb,
.detail-card,
.player-card {
	background: #111a3a !important;
	border: 1px solid #2f3d6b !important;
}

.list-nav.detail-breadcrumb span,
.list-nav.detail-breadcrumb .limit {
	color: #d9e2ff !important;
	background: transparent !important;
}

.list-nav.detail-breadcrumb a {
	color: #ffb347 !important;
}

.section-title {
	background: transparent !important;
	color: #ffb347 !important;
	font-size: 18px !important;
}

.detail-info-card .right p {
	color: #e6ebff;
}

.bugs {
	background: transparent;
	border: 1px solid #5a8bff;
	color: #5a8bff;
}

.bugs:hover {
	background: #5a8bff;
	color: #fff;
	border-color: #5a8bff;
}

.copy-all-btn {
	border: 1px solid #ff6b6b;
	color: #ff8b8b;
	background: transparent;
}

.copy-all-btn:hover {
	background: #ff6b6b;
	color: #fff;
}

.copy-tip {
	color: #9caadf;
}

/* footer */
.footer {
	background: #0f1530;
	border-top: 1px solid #2f3c69;
}

/* responsive */
@media (max-width: 1024px) {
	.width1200,
	.head_box,
	.stui-pannel,
	.addition-content,
	.list-nav,
	.white {
		width: calc(100% - 12px);
	}

	.header {
		flex-direction: column;
		align-items: flex-start;
		gap: 10px;
	}

	.header_left {
		margin-right: 0;
	}

	.nav ul li {
		width: calc(25% - 3px);
	}

	.videotitle,
	.videoContent li {
		grid-template-columns: minmax(0, 1fr) 90px 90px 100px;
		column-gap: 6px;
	}
}
