:root {
	--bzx-wrap: 1180px;
	--bzx-blue: #379be9;
	--bzx-blue-dark: #2986cf;
	--bzx-red: #e63b2e;
	--bzx-bg: #f3f6fa;
	--bzx-panel: #fff;
	--bzx-line: #d9e5ef;
	--bzx-soft: #f6fbff;
	--bzx-text: #333;
	--bzx-muted: #77808a;
}

html {
	background: var(--bzx-bg);
}

body {
	background: var(--bzx-bg);
	color: var(--bzx-text);
	font-family: "Microsoft YaHei", Arial, sans-serif;
	font-size: 13px;
}

.bzx-disable-ad-plugin .ad-banner,
.bzx-disable-ad-plugin .adsbygoogle,
.bzx-disable-ad-plugin [id^="ad_"],
.bzx-disable-ad-plugin [id^="ads_"],
.bzx-disable-ad-plugin [id$="_ad"],
.bzx-disable-ad-plugin [data-ad],
.bzx-disable-ad-plugin [data-ads],
.bzx-disable-ad-plugin iframe[src*="googlesyndication"],
.bzx-disable-ad-plugin iframe[src*="doubleclick"],
.bzx-disable-ad-plugin iframe[src*="alimama"],
.bzx-disable-ad-plugin iframe[src*="taobao"] {
	display: none !important;
	visibility: hidden !important;
}

html.bzx-adblock-locked,
body.bzx-adblock-locked {
	overflow: hidden !important;
}

.bzx-adblock-lock {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 2147483647;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 24px;
	background: rgba(22, 32, 41, .82);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
}

.bzx-adblock-lock-panel {
	width: min(460px, 100%);
	padding: 30px 28px;
	border: 1px solid #d8e6f1;
	background: #fff;
	color: var(--bzx-text);
	text-align: center;
	box-shadow: 0 22px 70px rgba(0, 0, 0, .28);
}

.bzx-adblock-lock-panel h3 {
	margin: 0 0 14px;
	color: #25313d;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.4;
}

.bzx-adblock-lock-panel p {
	margin: 0 0 22px;
	color: #667685;
	font-size: 14px;
	line-height: 1.8;
}

.bzx-adblock-lock-panel button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 190px;
	height: 38px;
	padding: 0 24px;
	border: 0;
	background: var(--bzx-red);
	color: #fff;
	font-size: 15px;
	cursor: pointer;
}

.bzx-adblock-lock-panel button:hover {
	background: #d83227;
}

a {
	color: #333;
	text-decoration: none;
}

a:hover {
	color: var(--bzx-red);
	text-decoration: none;
}

.container.bbs-feed-container,
.container.bbs-forum-container {
	max-width: none;
	padding-right: 0;
	padding-left: 0;
}

.bzx-wrap {
	width: min(var(--bzx-wrap), calc(100% - 24px));
	margin: 0 auto;
}

.bzx-site-head {
	background: #fff;
}

.bzx-topbar {
	height: 36px;
	border-bottom: 1px solid #edf1f5;
	background: #f8fafc;
	color: #8a96a3;
	font-size: 12px;
}

.bzx-topbar-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 36px;
	gap: 16px;
}

.bzx-welcome {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.bzx-toplinks {
	display: flex;
	align-items: center;
	gap: 0;
	white-space: nowrap;
}

.bzx-top-status {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 0 10px;
	border-left: 1px solid #e5eaf0;
	color: #6d7f90;
	line-height: 1;
}

.bzx-top-status span + span {
	padding-left: 8px;
	border-left: 1px solid #e5eaf0;
}

.bzx-toplinks a {
	padding: 0 10px;
	border-left: 1px solid #e5eaf0;
	color: #7b8794;
	line-height: 1;
}

.bzx-toplinks a:hover {
	color: var(--bzx-red);
}

.bzx-brand-row {
	position: relative;
	display: grid;
	grid-template-columns: minmax(220px, 280px) minmax(280px, 1fr) 300px;
	align-items: center;
	gap: 22px;
	min-height: 92px;
	padding: 10px 0;
}

.bzx-logo {
	display: flex;
	align-items: center;
	gap: 12px;
	min-width: 0;
	color: var(--bzx-text);
}

.bzx-logo:hover {
	color: var(--bzx-blue-dark);
}

.bzx-logo img {
	max-width: 230px;
	max-height: 62px;
	object-fit: contain;
}

.bzx-logo-mark {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 52px;
	height: 52px;
	flex: 0 0 auto;
	background: var(--bzx-blue);
	color: #fff;
	font-size: 25px;
	font-weight: 700;
}

.bzx-logo-text {
	min-width: 0;
}

.bzx-logo-text strong {
	display: block;
	color: #1f2d3d;
	font-size: 26px;
	font-weight: 700;
	line-height: 1.15;
	white-space: nowrap;
}

.bzx-logo-text span {
	display: block;
	margin-top: 5px;
	overflow: hidden;
	color: #77808a;
	font-size: 12px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.bzx-standard-forums {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-width: 0;
	min-height: 66px;
	padding: 8px 12px;
	border: 1px solid #dce8f2;
	background: #fff;
}

.bzx-standard-forums-head {
	margin-bottom: 6px;
	color: #315b86;
	font-size: 13px;
	font-weight: 700;
	line-height: 1;
}

.bzx-standard-forums-list {
	display: flex;
	flex-wrap: wrap;
	gap: 6px 8px;
	overflow: hidden;
	max-height: 52px;
}

.bzx-standard-forums-list a {
	display: inline-flex;
	align-items: center;
	height: 24px;
	padding: 0 9px;
	border: 1px solid #d8e6f3;
	background: #f7fbff;
	color: #285b89;
	font-size: 13px;
	white-space: nowrap;
}

.bzx-standard-forums-list a:hover,
.bzx-standard-forums-list a.active {
	border-color: var(--bzx-blue);
	background: var(--bzx-blue);
	color: #fff;
}

.bzx-head-ad {
	border: 1px solid #dce8f2;
	background: linear-gradient(180deg, #fff 0%, #f8fbff 100%);
}

.bzx-head-ad-list {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0;
	min-height: 58px;
	padding: 6px 10px;
}

.bzx-head-ad-list a {
	overflow: hidden;
	color: #38566e;
	font-size: 12px;
	line-height: 24px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.bzx-head-ad-list a:nth-child(1),
.bzx-head-ad-list a:nth-child(2) {
	color: var(--bzx-red);
	font-weight: 700;
}

.bzx-countdown {
	position: relative;
	min-height: 66px;
	overflow: hidden;
	background: #fff;
}

.bzx-countdown-title {
	margin-bottom: 8px;
	padding-left: 2px;
	border-bottom: 2px solid #2575ef;
	color: #222;
	font-size: 16px;
	font-weight: 700;
	line-height: 30px;
}

.bzx-countdown-stage {
	position: relative;
	min-height: 66px;
	border: 1px solid #dce8f2;
	box-shadow: none;
}

.bzx-countdown-card {
	display: none;
	overflow: hidden;
	background: #f8fbff;
}

.bzx-countdown-card.active {
	display: block;
}

.bzx-countdown-card.is-ended {
	background: #f5f6f7;
	filter: grayscale(.25);
}

.bzx-countdown-card.is-ended .bzx-countdown-head {
	background: #8d98a6;
}

.bzx-countdown-card.is-ended .bzx-countdown-head em {
	background: rgba(255,255,255,.26);
	color: #fff;
}

.bzx-countdown-card.is-ended .bzx-countdown-date {
	background: #f7f8fa;
	color: #59636e;
}

.bzx-countdown-card.is-ended .bzx-countdown-date i {
	color: #9099a4;
}

.bzx-countdown-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 28px;
	padding: 0 10px;
	background: #4e82c1;
	color: #fff;
}

.bzx-countdown-head span {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	min-width: 0;
	overflow: hidden;
	font-size: 13px;
	font-weight: 700;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.bzx-countdown-head em {
	display: inline-flex;
	align-items: center;
	height: 20px;
	padding: 0 8px;
	border-radius: 0;
	background: rgba(255,255,255,.22);
	color: #fff;
	font-size: 12px;
	font-style: normal;
	white-space: nowrap;
}

.bzx-countdown-head em.ended {
	background: rgba(255,255,255,.28);
}

.bzx-countdown-date {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 36px;
	background: #fff;
	color: #1e2a38;
}

.bzx-countdown-date i {
	color: #75879b;
	font-size: 18px;
}

.bzx-countdown-date strong {
	overflow: hidden;
	font-size: 18px;
	font-weight: 700;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.bzx-countdown-dots {
	display: none;
	align-items: center;
	justify-content: center;
	gap: 6px;
	height: 18px;
}

.bzx-countdown-dots button {
	width: 8px;
	height: 8px;
	padding: 0;
	border: 0;
	border-radius: 999px;
	background: #d7e0ea;
	cursor: pointer;
}

.bzx-countdown-dots button.active {
	width: 22px;
	background: #2575ef;
}

.bzx-menu-btn {
	display: none;
	width: 42px;
	height: 38px;
	border: 1px solid var(--bzx-line);
	background: #fff;
	color: var(--bzx-blue-dark);
}

.bzx-nav-wrap {
	background: #fff;
}

.bzx-nav {
	display: flex !important;
	align-items: stretch;
	justify-content: space-between;
	min-height: 42px;
	background: var(--bzx-blue);
}

.bzx-nav-main {
	display: flex;
	flex: 1 1 auto;
	flex-wrap: nowrap;
	align-items: center;
	min-width: 0;
	overflow-x: auto;
	overflow-y: hidden;
	scrollbar-width: none;
}

.bzx-nav-main::-webkit-scrollbar {
	display: none;
}

.bzx-nav-main a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 42px;
	min-width: max-content;
	padding: 0 10px;
	flex: 0 0 auto;
	color: #fff;
	font-size: 14px;
	white-space: nowrap;
}

.bzx-nav-main a:hover,
.bzx-nav-main a.active,
.bzx-nav-main a.home.active,
.bzx-nav-main a.home {
	background: var(--bzx-blue-dark);
	color: #fff;
}

.bzx-nav-post {
	background: #e94b42;
}

.bzx-nav-search {
	position: relative;
	width: 238px;
	margin: 6px 8px 6px 8px;
	align-self: flex-start;
	flex: 0 0 238px;
}

.bzx-nav-search input {
	width: 100%;
	height: 30px;
	padding: 0 38px 0 10px;
	border: 0;
	background: #fff;
	color: #333;
	outline: none;
}

.bzx-nav-search button {
	position: absolute;
	top: 0;
	right: 0;
	width: 34px;
	height: 30px;
	border: 0;
	background: var(--bzx-blue-dark);
	color: #fff;
	cursor: pointer;
}

.bzx-subnav {
	position: relative;
	padding: 8px 12px;
	padding-right: 150px;
	border: 1px solid #bcd5e5;
	border-top: 0;
	background: var(--bzx-soft);
	line-height: 24px;
}

.bzx-hot-search-keywords {
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.bzx-subnav span {
	display: inline-block;
	margin-right: 8px;
	color: #7d8995;
	font-size: 12px;
}

.bzx-subnav a {
	display: inline-block;
	margin-right: 16px;
	color: #596a7a;
	font-size: 12px;
}

.bzx-subnav a.active,
.bzx-subnav a:hover {
	color: var(--bzx-red);
}

.bzx-today-update {
	position: absolute;
	top: 8px;
	right: 12px;
	color: #596a7a;
	font-size: 12px;
	white-space: nowrap;
}

.bzx-today-update strong {
	color: var(--bzx-red);
	font-weight: 700;
}

.bzx-page {
	width: min(var(--bzx-wrap), calc(100% - 24px));
	margin: 10px auto 0;
}

.row > .col-lg-6.mx-auto > .card {
	border: 1px solid var(--bzx-line);
	border-radius: 0;
}

.row > .col-lg-6.mx-auto > .card > .card-header,
.row > .col-lg-6.mx-auto > .card > .card-body {
	border-radius: 0;
}

form[action*="user-login"] .form-control,
form[action*="user-create"] .form-control,
form[action*="user-resetpw"] .form-control,
form[action*="user-login"] .input-group-text,
form[action*="user-create"] .input-group-text,
form[action*="user-resetpw"] .input-group-text,
form[action*="user-login"] .btn,
form[action*="user-create"] .btn,
form[action*="user-resetpw"] .btn {
	border-radius: 0;
}

form[action*="user-login"] .input-group-prepend .input-group-text,
form[action*="user-create"] .input-group-prepend .input-group-text,
form[action*="user-resetpw"] .input-group-prepend .input-group-text {
	border-right: 0;
	background: #f8fbfe;
	color: #687888;
}

form[action*="user-login"] .form-control:focus,
form[action*="user-create"] .form-control:focus,
form[action*="user-resetpw"] .form-control:focus {
	border-color: #bcd5e5;
	box-shadow: none;
}

form[action*="user-login"] .btn-primary,
form[action*="user-create"] .btn-primary,
form[action*="user-resetpw"] .btn-primary {
	border-color: var(--bzx-blue-dark);
	background: var(--bzx-blue);
}

#my_mobile_nav,
#my_aside,
#my_main {
	font-family: "Microsoft YaHei", Arial, sans-serif;
}

#my_mobile_nav.btn-group,
#my_mobile_nav .btn,
#my_aside .card,
#my_main .card,
#my_main .card-header,
#my_main .card-body,
#my_main .nav-tabs,
#my_main .nav-tabs .nav-link,
#my_main .form-control,
#my_main .input-group-text,
#my_main .btn,
#my_main .custom-file-label,
#my_main .progress,
#my_main .progress-bar,
#my_main .bbs-user-currency-grid,
#my_main .bbs-user-currency-grid > div,
#my_aside .bbs-profile-level,
#my_aside .bbs-profile-stats,
#my_aside .bbs-profile-stats > div {
	border-radius: 0 !important;
}

#my_aside .card,
#my_main .card {
	border: 1px solid var(--bzx-line);
	background: #fff;
	box-shadow: none;
}

#my_main .card-header {
	border-bottom: 1px solid var(--bzx-line);
	background: #f8fbfe;
}

#my_main .nav-tabs {
	border-bottom: 0;
}

#my_main .nav-tabs .nav-link {
	border-color: transparent;
	color: #566979;
}

#my_main .nav-tabs .nav-link.active {
	border-color: var(--bzx-line) var(--bzx-line) #fff;
	background: #fff;
	color: var(--bzx-red);
	font-weight: 700;
}

#my_main .form-control,
#my_main .input-group-text,
#my_main .custom-file-label {
	border-color: #d8e6f1;
	box-shadow: none;
}

#my_main .form-control:focus,
#my_main .custom-file-input:focus ~ .custom-file-label {
	border-color: #bcd5e5;
	box-shadow: none;
}

#my_main .input-group-prepend .input-group-text {
	border-right: 0;
	background: #f8fbfe;
	color: #687888;
}

#my_main .btn-primary {
	border-color: var(--bzx-blue-dark);
	background: var(--bzx-blue);
}

#my_aside .bbs-profile-cover,
#my_aside .bbs-profile-more {
	border-radius: 0 !important;
}

.bbs-md-toolbar button[data-bzx-md-hide] {
	border-color: #f2c6c2;
	background: #fff8f7;
	color: var(--bzx-red);
	font-weight: 700;
}

.bbs-md-toolbar button[data-bzx-md-hide]:hover {
	border-color: var(--bzx-red);
	background: var(--bzx-red);
	color: #fff;
}

.bzx-download-blink {
	color: var(--bzx-red);
	font-weight: 700;
	animation: bzx-download-blink 1s ease-in-out infinite;
}

.bzx-download-blink:hover {
	color: #b91c1c;
	text-decoration: underline;
}

@keyframes bzx-download-blink {
	0%, 100% {
		opacity: 1;
	}
	50% {
		opacity: .35;
	}
}

.bzx-banner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 72px;
	padding: 0 26px;
	border: 1px solid #dbe7f1;
	background: linear-gradient(90deg, #eef8ff 0%, #fff 46%, #fff4ec 100%);
}

.bzx-banner strong {
	display: block;
	color: #266995;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.2;
}

.bzx-banner span {
	display: block;
	margin-top: 4px;
	color: #6b7780;
	font-size: 13px;
}

.bzx-banner a,
.bzx-post-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 32px;
	padding: 0 14px;
	background: #e94b42;
	color: #fff;
	font-size: 13px;
	white-space: nowrap;
}

.bzx-banner a:hover,
.bzx-post-btn:hover {
	background: #d9362d;
	color: #fff;
}

.bzx-newsbar {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 330px;
	align-items: center;
	gap: 12px;
	margin: 10px 0;
	padding: 8px;
	border: 1px solid var(--bzx-line);
	background: #fff;
}

.bzx-newsline {
	display: flex;
	align-items: center;
	min-width: 0;
	gap: 8px;
	color: #667586;
}

.bzx-newsline i {
	color: var(--bzx-blue-dark);
}

.bzx-newsline span {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.bzx-search-box,
.bzx-search-large {
	position: relative;
	display: flex;
}

.bzx-search-box input,
.bzx-search-large input {
	width: 100%;
	height: 34px;
	padding: 0 44px 0 12px;
	border: 1px solid #cfdde9;
	background: #fff;
	color: #333;
	outline: none;
}

.bzx-search-box input:focus,
.bzx-search-large input:focus {
	border-color: var(--bzx-blue);
}

.bzx-search-box button,
.bzx-search-large button {
	position: absolute;
	top: 1px;
	right: 1px;
	width: 38px;
	height: 32px;
	border: 0;
	background: var(--bzx-blue);
	color: #fff;
	cursor: pointer;
}

.bzx-search-large {
	width: min(430px, 100%);
}

.bzx-search-large input {
	height: 36px;
	padding-right: 82px;
}

.bzx-search-large button {
	width: 76px;
	height: 34px;
}

.bzx-portal-grid {
	display: grid;
	grid-template-columns: 310px minmax(0, 1fr) 300px;
	gap: 10px;
	margin-bottom: 10px;
}

.bzx-focus-panel,
.bzx-update-panel,
.bzx-rank-panel,
.bzx-main,
.bzx-side-card,
.bzx-forum-head,
.bzx-search-head,
.bzx-category-bar {
	border: 1px solid var(--bzx-line);
	background: #fff;
}

.bzx-section-title,
.bzx-main-head,
.bzx-side-title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 40px;
	padding: 0 12px;
	border-bottom: 1px solid var(--bzx-line);
	background: #f8fbfe;
}

.bzx-section-title h2,
.bzx-main-head h2,
.bzx-side-title span {
	position: relative;
	margin: 0;
	padding-left: 12px;
	color: #253746;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
}

.bzx-section-title h2:before,
.bzx-main-head h2:before,
.bzx-side-title span:before {
	position: absolute;
	top: 12px;
	left: 0;
	width: 3px;
	height: 16px;
	background: var(--bzx-blue);
	content: "";
}

.bzx-section-title span,
.bzx-section-title a,
.bzx-side-title a {
	color: #8995a1;
	font-size: 12px;
}

.bzx-focus-main {
	display: block;
	padding: 12px;
}

.bzx-focus-cover {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 170px;
	background: linear-gradient(135deg, #e6f4ff 0%, #fff 58%, #fff0e9 100%);
	color: var(--bzx-blue);
	font-size: 54px;
}

.bzx-focus-main strong {
	display: block;
	margin-top: 10px;
	overflow: hidden;
	color: #26394c;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.45;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.bzx-dot-list,
.bzx-update-list,
.bzx-hot-list,
.bzx-threadlist {
	margin: 0;
	padding: 0;
	list-style: none;
}

.bzx-dot-list {
	padding: 0 12px 10px;
}

.bzx-dot-list li,
.bzx-update-list li {
	position: relative;
	min-width: 0;
	padding-left: 12px;
	line-height: 30px;
}

.bzx-dot-list li:before,
.bzx-update-list li:before {
	position: absolute;
	top: 14px;
	left: 0;
	width: 4px;
	height: 4px;
	background: #9fb1c1;
	content: "";
}

.bzx-dot-list a,
.bzx-update-list a {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.bzx-update-list {
	padding: 8px 12px;
}

.bzx-update-list li {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 86px;
	gap: 12px;
	border-bottom: 1px dashed #e5edf3;
}

.bzx-update-list li:last-child {
	border-bottom: 0;
}

.bzx-update-list span {
	overflow: hidden;
	color: #8a96a3;
	font-size: 12px;
	text-align: right;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.bzx-category-bar {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0;
	margin-bottom: 10px;
	padding: 7px 10px;
}

.bzx-category-bar a {
	display: inline-flex;
	align-items: center;
	min-height: 28px;
	margin-right: 14px;
	color: #566979;
	font-size: 13px;
	white-space: nowrap;
}

.bzx-category-bar a.active,
.bzx-category-bar a:hover {
	color: var(--bzx-red);
}

.bzx-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 300px;
	gap: 10px;
	align-items: start;
}

.bzx-layout.no-sidebar {
	grid-template-columns: minmax(0, 1fr);
}

.bzx-home-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
	align-items: start;
}

.bzx-grid-box {
	min-width: 0;
	padding-bottom: 8px;
	background: #fff;
}

.bzx-grid-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 38px;
	padding: 0 10px;
	border-bottom: 3px solid #d7d7d7;
}

.bzx-grid-head h2 {
	position: relative;
	height: 38px;
	margin: 0;
	padding: 0 20px 0 0;
	border-bottom: 3px solid #1d64b7;
	color: #333;
	font-size: 18px;
	font-weight: 700;
	line-height: 38px;
}

.bzx-grid-head a {
	color: #333;
	font-size: 12px;
}

.bzx-grid-head a:hover {
	color: var(--bzx-red);
}

.bzx-grid-list {
	margin: 0;
	padding: 8px 14px 2px;
	list-style: none;
}

.bzx-grid-list li {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1fr) 46px;
	align-items: center;
	gap: 10px;
	min-height: 30px;
	padding-left: 11px;
}

.bzx-grid-list li:before {
	position: absolute;
	top: 14px;
	left: 0;
	width: 3px;
	height: 3px;
	background: #9b9b9b;
	content: "";
}

.bzx-grid-list a {
	overflow: hidden;
	color: #444;
	font-size: 14px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.bzx-grid-list a:hover {
	color: var(--bzx-red);
}

.bzx-grid-list span {
	color: #9aa0a6;
	font-size: 12px;
	text-align: right;
	white-space: nowrap;
}

.bzx-grid-list .bzx-empty {
	display: block;
	min-height: 80px;
	padding: 28px 0;
}

.bzx-grid-list .bzx-empty:before {
	display: none;
}

.bzx-tabs {
	display: flex;
	align-items: center;
	gap: 8px;
}

.bzx-tabs a {
	display: inline-flex;
	align-items: center;
	height: 26px;
	padding: 0 8px;
	color: #7a8794;
	font-size: 12px;
}

.bzx-tabs a.active,
.bzx-tabs a:hover {
	background: var(--bzx-blue);
	color: #fff;
}

.bzx-thread {
	position: relative;
	display: block;
	min-height: 56px;
	padding: 10px 14px 10px 24px;
	border-bottom: 1px solid #edf2f7;
	background: #fff;
}

.bzx-thread:last-child {
	border-bottom: 0;
}

.bzx-thread:hover {
	background: #fbfdff;
}

.bzx-thread:before {
	position: absolute;
	top: 20px;
	left: 12px;
	width: 4px;
	height: 4px;
	background: #9fb1c1;
	content: "";
}

.bzx-thread-check {
	position: absolute;
	top: 16px;
	left: 8px;
	z-index: 2;
}

.bzx-thread-title {
	display: flex;
	align-items: center;
	min-width: 0;
	gap: 6px;
	line-height: 22px;
}

.bzx-thread-forum {
	flex: 0 0 auto;
	padding: 0 6px;
	border: 1px solid #d5e5f1;
	background: #f6fbff;
	color: #3d7aa8;
	font-size: 12px;
	line-height: 20px;
}

.bzx-thread-subject {
	display: block;
	min-width: 0;
	overflow: hidden;
	color: #26394c;
	font-size: 15px;
	font-weight: 600;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.bzx-thread-subject:hover {
	color: var(--bzx-red);
}

.bzx-thread-meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 14px;
	margin-top: 5px;
	color: #8a96a3;
	font-size: 12px;
	line-height: 18px;
}

.bzx-thread-meta a,
.bzx-thread-meta span {
	color: #8a96a3;
}

.bzx-thread-meta i {
	margin-right: 4px;
	color: #a0acb8;
}

.bzx-badge {
	display: inline-flex;
	align-items: center;
	height: 18px;
	padding: 0 5px;
	flex: 0 0 auto;
	background: #eef4f9;
	color: #60758a;
	font-size: 11px;
	line-height: 18px;
}

.bzx-badge-top {
	background: #fff2ed;
	color: #d94a37;
}

.bzx-badge-digest {
	background: #fff7dd;
	color: #b27800;
}

.bzx-badge-file {
	background: #eaf7f0;
	color: #24835b;
}

.bzx-badge-closed {
	background: #f1f2f4;
	color: #777;
}

.bzx-sidebar {
	display: grid;
	gap: 10px;
}

.bzx-side-card {
	padding-bottom: 10px;
}

.bzx-side-card p {
	margin: 10px 12px 0;
	color: #677482;
	font-size: 13px;
	line-height: 1.7;
}

.bzx-hot-list {
	padding: 8px 12px 0;
}

.bzx-hot-list li {
	display: grid;
	grid-template-columns: 22px minmax(0, 1fr) auto;
	align-items: center;
	gap: 8px;
	min-height: 30px;
	border-bottom: 1px dashed #e5edf3;
}

.bzx-hot-list li:last-child {
	border-bottom: 0;
}

.bzx-hot-list em {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 18px;
	height: 18px;
	background: #d8e2ea;
	color: #607080;
	font-size: 12px;
	font-style: normal;
}

.bzx-hot-list li:nth-child(1) em,
.bzx-hot-list li:nth-child(2) em,
.bzx-hot-list li:nth-child(3) em {
	background: var(--bzx-red);
	color: #fff;
}

.bzx-hot-list a {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.bzx-hot-list span {
	color: #9aa6b2;
	font-size: 12px;
}

.bzx-tag-list {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	padding: 12px 12px 0;
}

.bzx-tag-list span {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	min-height: 24px;
	padding: 0 8px;
	border: 1px solid #dfe8f0;
	background: #fff;
	color: #596a78;
	font-size: 12px;
}

.bzx-tag-list em {
	color: #9aa6b2;
	font-style: normal;
}

.bzx-stats {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	margin: 12px;
	border: 1px solid #dfe8f0;
	background: #f8fbfe;
}

.bzx-stats div {
	padding: 9px 6px;
	border-right: 1px solid #dfe8f0;
	text-align: center;
}

.bzx-stats div:last-child {
	border-right: 0;
}

.bzx-stats span {
	display: block;
	color: #8a96a3;
	font-size: 12px;
}

.bzx-stats b {
	display: block;
	color: #2b6f9f;
	font-size: 18px;
	line-height: 1.3;
}

.bzx-pagination {
	padding: 14px 10px;
	border-top: 1px solid var(--bzx-line);
	background: #f8fbfe;
}

.bzx-pagination .pagination {
	margin-bottom: 0;
}

.bzx-forum-head,
.bzx-search-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 10px;
	padding: 18px 20px;
}

.bzx-kicker {
	margin-bottom: 4px;
	color: var(--bzx-blue-dark);
	font-size: 13px;
	font-weight: 700;
}

.bzx-forum-head h1,
.bzx-search-head h1 {
	margin: 0;
	color: #253746;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.25;
}

.bzx-forum-head p,
.bzx-search-head p {
	margin: 8px 0 0;
	color: #71808f;
	line-height: 1.6;
}

.bzx-forum-stats {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 8px;
}

.bzx-forum-stats span {
	display: inline-flex;
	align-items: center;
	min-height: 32px;
	padding: 0 10px;
	border: 1px solid #dfe8f0;
	background: #f8fbfe;
	color: #667586;
	white-space: nowrap;
}

.bzx-forum-stats b {
	margin-right: 4px;
	color: #2b6f9f;
}

.bzx-empty {
	padding: 18px 12px;
	color: #8a96a3;
	text-align: center;
}

.bzx-footer {
	margin-top: 20px;
	border-top: 3px solid var(--bzx-blue);
	background: #fff;
}

.bzx-footer-inner {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
	align-items: flex-start;
	gap: 24px;
	padding: 20px 0;
	color: #6b7785;
	font-size: 12px;
	line-height: 1.8;
}

.bzx-footer-inner.has-friends {
	grid-template-columns: minmax(260px, .9fr) auto minmax(300px, 1.4fr) minmax(190px, auto);
}

.bzx-footer strong {
	display: block;
	margin-bottom: 4px;
	color: #26394c;
	font-size: 16px;
}

.bzx-footer p {
	margin: 0;
}

.bzx-footer-social {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 18px;
	min-width: 260px;
}

.bzx-footer-social a {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 70px;
	height: 70px;
	border: 1px solid #eef2f6;
	background: #fff;
	color: #687078;
	font-size: 26px;
	transition: border-color .15s ease, color .15s ease, background-color .15s ease;
}

.bzx-social-preview {
	position: absolute;
	left: 50%;
	bottom: calc(100% + 10px);
	z-index: 20;
	display: block;
	width: 158px;
	padding: 8px;
	border: 1px solid #dfe8f0;
	background: #fff;
	box-shadow: 0 10px 26px rgba(39, 63, 84, .14);
	opacity: 0;
	visibility: hidden;
	transform: translate(-50%, 6px);
	transition: opacity .16s ease, transform .16s ease, visibility .16s ease;
	pointer-events: none;
}

.bzx-social-preview:after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -7px;
	width: 12px;
	height: 12px;
	border-right: 1px solid #dfe8f0;
	border-bottom: 1px solid #dfe8f0;
	background: #fff;
	transform: translateX(-50%) rotate(45deg);
}

.bzx-social-preview img {
	display: block;
	width: 140px;
	height: 140px;
	object-fit: contain;
	background: #fff;
}

.bzx-footer-social a.has-preview:hover .bzx-social-preview,
.bzx-footer-social a.has-preview:focus .bzx-social-preview {
	opacity: 1;
	visibility: visible;
	transform: translate(-50%, 0);
}

.bzx-footer-social a:hover {
	border-color: #cfe0ee;
	background: #f8fbfe;
	color: var(--bzx-blue-dark);
}

.bzx-footer-friends {
	min-width: 0;
	min-height: 70px;
}

.bzx-footer-friend-list {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	gap: 4px 16px;
}

.bzx-footer-friend-list a {
	color: #6b7785;
	white-space: nowrap;
}

.bzx-footer-friend-list a:hover {
	color: var(--bzx-red);
}

.bzx-footer-meta {
	min-width: 190px;
	text-align: right;
	white-space: nowrap;
}

.bzx-card-mode .bzx-threadlist {
	display: block;
}

.bbs-thread-aside .bbs-thread-sticky-side {
	display: grid;
	gap: 10px;
}

@media (min-width: 992px) {
	.bbs-thread-layout {
		display: grid;
		grid-template-columns: minmax(0, 1fr) 300px;
		gap: 10px;
		width: min(var(--bzx-wrap), calc(100% - 24px));
		margin: 10px auto 0;
	}

	.bbs-thread-layout > .bbs-thread-main,
	.bbs-thread-layout > .bbs-thread-aside {
		width: auto;
		max-width: none;
		padding-right: 0;
		padding-left: 0;
		flex: none;
	}
}

.bbs-thread-main .card,
.bbs-thread-main .card-thread,
.bbs-thread-main .card-postlist,
.bbs-thread-main .bbs-thread-neighbor-card {
	border: 1px solid var(--bzx-line);
	border-radius: 0;
	background: #fff;
	box-shadow: none;
}

.bbs-thread-main .card-body {
	border-radius: 0;
}

.bbs-thread-main .bbs-readmore-btn,
.bbs-thread-main .xn-back {
	border-radius: 0;
}

.bzx-thread-vote {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 0;
	margin: 18px 0 6px;
	padding: 10px 0 12px;
	border-top: 1px solid #dfe5eb;
	border-bottom: 1px solid #dfe5eb;
	background: #fff;
}

.bzx-vote-item {
	display: grid;
	justify-items: center;
	gap: 3px;
	min-width: 0;
	padding: 0 8px;
	border: 0;
	background: transparent;
	color: #1e2d3d;
	font: inherit;
	line-height: 1.35;
	cursor: pointer;
}

.bzx-vote-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 62px;
	height: 58px;
	font-size: 42px;
	line-height: 1;
	filter: saturate(1.05);
}

.bzx-vote-name {
	color: #12324a;
	font-size: 14px;
	font-weight: 700;
	white-space: nowrap;
}

.bzx-vote-count {
	color: #1d2733;
	font-size: 16px;
}

.bzx-vote-item:hover .bzx-vote-name,
.bzx-vote-item.is-voted .bzx-vote-name {
	color: var(--bzx-red);
}

.bzx-vote-item.is-voted .bzx-vote-icon {
	transform: translateY(-2px);
}

.bzx-thread-vote.is-loading .bzx-vote-item {
	cursor: wait;
	opacity: .72;
}

.bzx-thread-vote.has-voted .bzx-vote-item:not(.is-voted) {
	opacity: .68;
}

.bzx-vote-message {
	grid-column: 1 / -1;
	margin-top: 8px;
	color: #5e7286;
	font-size: 12px;
	text-align: center;
}

.bzx-vote-message.is-error {
	color: var(--bzx-red);
}

.bzx-thread-share {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 48px;
	margin: 16px 0 4px;
	padding: 8px 0;
}

.bzx-share-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 31px;
	height: 31px;
	border: 1px solid currentColor;
	border-radius: 50%;
	background: #fff;
	font-size: 15px;
	line-height: 1;
	text-decoration: none;
	cursor: pointer;
	transition: background .15s ease, color .15s ease, transform .15s ease;
}

.bzx-share-btn:hover {
	color: #fff;
	text-decoration: none;
	transform: translateY(-1px);
}

.bzx-share-wechat {
	color: #69c64a;
}

.bzx-share-wechat:hover {
	background: #69c64a;
}

.bzx-share-qq {
	color: #48a8f5;
}

.bzx-share-qq:hover {
	background: #48a8f5;
}

.bzx-share-weibo {
	color: #ff6f3c;
}

.bzx-share-weibo:hover {
	background: #ff6f3c;
}

.bzx-share-fav {
	color: #ffa51f;
}

.bzx-share-fav:hover {
	background: #ffa51f;
}

.bzx-share-tip {
	display: none;
	margin-left: 2px;
	color: #7b8995;
	font-size: 12px;
}

.bzx-thread-share.has-tip .bzx-share-tip {
	display: inline-flex;
}

.bbs-thread-aside .card,
.bbs-thread-aside .bbs-thread-quickbar {
	margin: 0;
	border: 1px solid var(--bzx-line);
	border-radius: 0;
	background: #fff;
	box-shadow: none;
}

.bbs-thread-aside .card-body {
	padding: 0;
}

.bbs-thread-aside .bbs-profile-cover,
.bbs-thread-aside .bbs-profile-avatar,
.bbs-thread-aside .bbs-profile-more {
	display: none;
}

.bbs-thread-aside .bbs-profile-side-body {
	position: relative;
	padding: 0 12px 12px !important;
	text-align: left !important;
}

.bbs-thread-aside .bbs-profile-side-body:before,
.bbs-thread-aside .bbs-author-hot-title {
	position: relative;
	display: flex;
	align-items: center;
	min-height: 40px;
	margin: 0 -12px 12px;
	padding: 0 12px 0 24px;
	border-bottom: 1px solid var(--bzx-line);
	background: #f8fbfe;
	color: #253746;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
}

.bbs-thread-aside .bbs-profile-side-body:before {
	content: "作者信息";
}

.bbs-thread-aside .bbs-profile-side-body:after,
.bbs-thread-aside .bbs-author-hot-title:before {
	position: absolute;
	top: 12px;
	left: 12px;
	width: 3px;
	height: 16px;
	background: var(--bzx-blue);
	content: "";
}

.bbs-thread-aside .bbs-author-hot-title {
	margin: 0;
}

.bbs-thread-aside .bbs-author-hot-title i {
	display: none;
}

.bbs-thread-aside .bbs-profile-side-body h5 {
	display: inline-flex;
	max-width: 48%;
	margin: 0 0 10px;
	color: #26394c;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.4;
	vertical-align: middle;
}

.bbs-thread-aside .bbs-profile-level {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	float: right;
	max-width: 48%;
	min-height: 24px;
	margin-bottom: 10px;
	padding: 0 8px;
	border: 1px solid #dfe8f0;
	background: #fff;
	color: #596a78;
	font-size: 12px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.bbs-thread-aside .bbs-profile-stats {
	clear: both;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	margin: 0 0 10px;
	border: 1px solid #dfe8f0;
	background: #f8fbfe;
}

.bbs-thread-aside .bbs-profile-stats div {
	padding: 8px 6px;
	border-right: 1px solid #dfe8f0;
	border-bottom: 1px solid #dfe8f0;
	text-align: center;
}

.bbs-thread-aside .bbs-profile-stats div:nth-child(2n) {
	border-right: 0;
}

.bbs-thread-aside .bbs-profile-stats div:nth-last-child(-n+2) {
	border-bottom: 0;
}

.bbs-thread-aside .bbs-profile-stats span {
	display: block;
	color: #8a96a3;
	font-size: 12px;
}

.bbs-thread-aside .bbs-profile-stats strong {
	display: block;
	color: #2b6f9f;
	font-size: 16px;
	line-height: 1.3;
}

.bbs-thread-aside .bbs-profile-posts,
.bbs-thread-aside .bbs-author-hot-list {
	padding: 8px 12px 10px;
}

.bbs-thread-aside .bbs-profile-posts {
	margin: 0 -12px -12px;
	padding-top: 0;
}

.bbs-thread-aside .bbs-profile-posts a,
.bbs-thread-aside .bbs-author-hot-list a {
	display: grid;
	grid-template-columns: 22px minmax(0, 1fr) auto;
	align-items: center;
	gap: 8px;
	min-height: 30px;
	border-bottom: 1px dashed #e5edf3;
	color: #333;
}

.bbs-thread-aside .bbs-profile-posts a:last-child,
.bbs-thread-aside .bbs-author-hot-list a:last-child {
	border-bottom: 0;
}

.bbs-thread-aside .bbs-profile-posts b,
.bbs-thread-aside .bbs-author-hot-list em {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 18px;
	height: 18px;
	background: #d8e2ea;
	color: #607080;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
}

.bbs-thread-aside .bbs-profile-posts a:nth-child(1) b,
.bbs-thread-aside .bbs-profile-posts a:nth-child(2) b,
.bbs-thread-aside .bbs-profile-posts a:nth-child(3) b,
.bbs-thread-aside .bbs-author-hot-list a:nth-child(1) em,
.bbs-thread-aside .bbs-author-hot-list a:nth-child(2) em,
.bbs-thread-aside .bbs-author-hot-list a:nth-child(3) em {
	background: var(--bzx-red);
	color: #fff;
}

.bbs-thread-aside .bbs-profile-posts span,
.bbs-thread-aside .bbs-author-hot-list span {
	overflow: hidden;
	color: #333;
	font-size: 13px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.bbs-thread-aside .bbs-profile-posts em,
.bbs-thread-aside .bbs-author-hot-list strong {
	color: #9aa6b2;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	white-space: nowrap;
}

.bbs-thread-aside .bbs-thread-quickbar {
	display: flex;
	justify-content: center;
	gap: 8px;
	padding: 10px;
}

.bbs-thread-aside .bbs-thread-quickbar-item {
	position: relative;
}

.bbs-thread-aside .bbs-thread-quickbar-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	border: 1px solid #dfe8f0;
	background: #fff;
	color: #596a78;
}

.bbs-thread-aside .bbs-thread-quickbar-btn:hover {
	border-color: #cfe0ee;
	background: #f8fbfe;
	color: var(--bzx-blue-dark);
}

.bbs-thread-aside .bbs-profile-posts-empty,
.bbs-thread-aside .bbs-author-hot-empty {
	padding: 18px 12px;
	color: #8a96a3;
	text-align: center;
}

.bzx-reply-hidden-box,
.bzx-reply-visible {
	margin: 16px 0;
}

.bzx-reply-hidden-box {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 14px 16px;
	border: 1px solid #d8e6f1;
	background: #f7fbff;
	color: #526371;
}

.bzx-reply-hidden-box i {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	background: #e8f2fb;
	color: var(--bzx-blue-dark);
	font-size: 16px;
}

.bzx-reply-hidden-box strong {
	color: #25313d;
	font-size: 15px;
}

.bzx-reply-hidden-action {
	color: var(--bzx-red);
	font-weight: 800;
	text-decoration: none;
}

.bzx-reply-hidden-action:hover {
	color: var(--bzx-red);
	text-decoration: none;
}

.bzx-reply-hidden-box span {
	margin-left: auto;
	font-size: 13px;
	color: #71808d;
}

.bzx-redirect-body {
	min-height: 100vh;
	margin: 0;
	background: #f3f7fa;
	color: #26323d;
}

.bzx-redirect-page {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 100vh;
	padding: 24px;
}

.bzx-redirect-card {
	width: min(520px, 100%);
	padding: 34px;
	border: 1px solid #dbe6ef;
	background: #fff;
	box-shadow: 0 18px 44px rgba(41, 66, 86, .08);
	text-align: center;
}

.bzx-redirect-mark {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 54px;
	height: 54px;
	margin-bottom: 16px;
	background: #eaf4fb;
	color: var(--bzx-blue-dark);
	font-size: 24px;
}

.bzx-redirect-card h1 {
	margin: 0 0 12px;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 0;
}

.bzx-redirect-card p {
	margin: 0;
	color: #647482;
	line-height: 1.8;
}

.bzx-redirect-url {
	margin: 20px 0;
	padding: 12px 14px;
	border: 1px solid #e1e9f0;
	background: #f8fafc;
	color: #536675;
	word-break: break-all;
}

.bzx-redirect-actions {
	display: flex;
	gap: 12px;
	justify-content: center;
}

.bzx-redirect-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 118px;
	height: 40px;
	border: 1px solid #cfdce7;
	background: #fff;
	color: #465766;
	text-decoration: none;
	transition: background .18s ease, border-color .18s ease, color .18s ease, transform .18s ease;
}

.bzx-redirect-btn.primary {
	border-color: var(--bzx-blue-dark);
	background: var(--bzx-blue-dark);
	color: #fff;
}

.bzx-redirect-btn:hover {
	transform: translateY(-1px);
	text-decoration: none;
}

.bzx-grid-box,
.bzx-thread,
.bzx-side-card,
.bbs-thread-aside .card,
.bzx-footer-social a,
.bzx-countdown-card {
	transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease, background-color .18s ease, color .18s ease;
}

.bzx-grid-box:hover,
.bzx-thread:hover,
.bzx-side-card:hover,
.bbs-thread-aside .card:hover {
	transform: translateY(-2px);
	box-shadow: 0 12px 26px rgba(39, 63, 84, .08);
}

.bzx-footer-social a:hover {
	transform: translateY(-2px);
}

.bzx-home-grid > *,
.bzx-layout > *,
.bzx-newsbar {
	animation: bzx-fade-up .28s ease both;
}

@keyframes bzx-fade-up {
	from {
		opacity: 0;
		transform: translateY(8px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@media (prefers-reduced-motion: reduce) {
	.bzx-grid-box,
	.bzx-thread,
	.bzx-side-card,
	.bbs-thread-aside .card,
	.bzx-footer-social a,
	.bzx-countdown-card,
	.bzx-redirect-btn {
		transition: none;
	}

	.bzx-home-grid > *,
	.bzx-layout > *,
	.bzx-newsbar {
		animation: none;
	}
}

@media (max-width: 1199px) {
	:root {
		--bzx-wrap: 1000px;
	}

	.bzx-brand-row {
		grid-template-columns: minmax(200px, 250px) minmax(240px, 1fr) 280px;
		gap: 14px;
	}

	.bzx-head-ad-list {
		display: none;
	}

	.bzx-nav-main a {
		min-width: auto;
		padding: 0 9px;
	}
}

@media (max-width: 991px) {
	.bzx-brand-row {
		grid-template-columns: 1fr auto;
		min-height: 72px;
	}

	.bzx-standard-forums {
		grid-column: 1 / -1;
		width: 100%;
		margin-top: 8px;
	}

	.bzx-countdown {
		grid-column: 1 / -1;
		width: 100%;
		max-width: none;
		margin-top: 8px;
	}

	.bzx-menu-btn {
		display: inline-flex;
		align-items: center;
		justify-content: center;
	}

	.bzx-nav {
		display: none !important;
		padding: 6px;
	}

	.bzx-nav.show,
	.bzx-nav.collapsing {
		display: block !important;
	}

	.bzx-nav-main {
		display: flex;
		flex-wrap: nowrap;
	}

	.bzx-nav-main a {
		justify-content: center;
		padding: 0 10px;
	}

	.bzx-nav-search {
		width: 100%;
		margin: 8px 0 0;
		flex-basis: auto;
	}

	.bzx-subnav {
		padding-right: 12px;
		overflow-x: auto;
		white-space: nowrap;
	}

	.bzx-hot-search-keywords {
		overflow: visible;
		text-overflow: clip;
	}

	.bzx-today-update {
		position: static;
		display: inline-block;
		margin-left: 12px;
	}

	.bzx-newsbar,
	.bzx-portal-grid,
	.bzx-home-grid,
	.bzx-layout,
	.bzx-layout.no-sidebar {
		grid-template-columns: minmax(0, 1fr);
	}

	.bzx-forum-head,
	.bzx-search-head,
	.bzx-footer-inner {
		display: block;
	}

	.bzx-footer-social {
		justify-content: flex-start;
		min-width: 0;
		margin-top: 14px;
	}

	.bzx-footer-friends {
		min-height: 0;
		margin-top: 14px;
	}

	.bzx-forum-stats {
		justify-content: flex-start;
		margin-top: 12px;
	}

	.bzx-footer-meta {
		margin-top: 12px;
		text-align: left;
		white-space: normal;
	}
}

@media (max-width: 575px) {
	.bzx-wrap,
	.bzx-page {
		width: calc(100% - 16px);
	}

	.bzx-topbar {
		height: auto;
	}

	.bzx-topbar-inner {
		height: auto;
		padding: 8px 0;
	}

	.bzx-welcome {
		display: none;
	}

	.bzx-toplinks {
		width: 100%;
		justify-content: space-between;
		overflow-x: auto;
	}

	.bzx-top-status {
		flex: 1 1 auto;
		min-width: 0;
		padding: 0 6px 0 0;
		border-left: 0;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.bzx-toplinks a {
		padding: 0 6px;
		border-left: 0;
	}

	.bzx-thread-vote {
		grid-template-columns: repeat(5, minmax(58px, 1fr));
		overflow-x: auto;
	}

	.bzx-vote-item {
		padding: 0 4px;
	}

	.bzx-vote-icon {
		width: 48px;
		height: 44px;
		font-size: 32px;
	}

	.bzx-vote-name {
		font-size: 12px;
	}

	.bzx-logo-mark {
		width: 44px;
		height: 44px;
		font-size: 21px;
	}

	.bzx-logo-text strong {
		font-size: 21px;
	}

	.bzx-banner {
		display: block;
		padding: 14px;
	}

	.bzx-banner a {
		margin-top: 10px;
	}

	.bzx-banner strong {
		font-size: 21px;
	}

	.bzx-search-box {
		width: 100%;
	}

	.bzx-focus-cover {
		height: 140px;
	}

	.bzx-main-head,
	.bzx-section-title,
	.bzx-side-title {
		min-height: 38px;
		padding: 0 10px;
	}

	.bzx-main-head {
		align-items: flex-start;
		flex-direction: column;
		padding-bottom: 8px;
	}

	.bzx-tabs {
		flex-wrap: wrap;
	}

	.bzx-thread {
		padding-right: 10px;
	}

	.bzx-thread-title {
		flex-wrap: wrap;
	}

	.bzx-thread-subject {
		flex-basis: 100%;
		white-space: normal;
	}

	.bzx-thread-meta {
		gap: 8px 12px;
	}

	.bzx-update-list li {
		grid-template-columns: minmax(0, 1fr);
		gap: 0;
	}

.bzx-update-list span {
	text-align: left;
}
}

.bzx-rainbow-login-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	min-height: 42px;
	padding: 0;
	border-radius: 50%;
}

.bzx-rainbow-login-grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 8px;
}

.bzx-rainbow-login-grid .btn-block {
	margin-top: 0;
}

.bzx-rainbow-login-btn i {
	font-size: 18px;
	line-height: 1;
}

.bzx-rainbow-login-qq {
	color: #1683ff;
	border-color: #1683ff;
}

.bzx-rainbow-login-wx {
	color: #1aad19;
	border-color: #1aad19;
}

.bzx-rainbow-login-alipay {
	color: #1677ff;
	border-color: #1677ff;
}

.bzx-rainbow-login-github {
	color: #24292f;
	border-color: #24292f;
}
