body {
	background-color: var(--bs-white);
	font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, Helvetica, Segoe UI, Arial, PingFang SC, Hiragino Sans GB, Microsoft Yahei, STHeiti, SimSun, sans-serif;
	font-size: 14px;
	--bs-primary: #548E45;
}

.fix-top {
	position: sticky;
	top: 0;
	z-index: 110
}

a {
	text-decoration: none;
}

.overlay {
	background: #000;
	bottom: 0;
	left: 0;
	opacity: .5;
	position: fixed;
	right: 0;
	top: 0;
	transition: all .3s;
	z-index: 0;
}

.btn-black {
	background-color: #4b4b4d;
	color: var(--bs-white);
	font-size: 14px;
	height: 42px;
	line-height: 22px;
	padding: 0 24px;
}

.btn-black {
	--bs-btn-color: #fff;
	--bs-btn-bg: #4b4b4d;
	--bs-btn-border-color: #4b4b4d;
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-bg: #19191a;
	--bs-btn-hover-border-color: #19191a;
	--bs-btn-focus-shadow-rgb: 49, 132, 253;
	--bs-btn-active-color: #fff;
	--bs-btn-active-bg: #19191a;
	--bs-btn-active-border-color: #19191a;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}


.btn-primary {
	--bs-btn-color: #fff;
	--bs-btn-bg: var(--bs-primary);
	--bs-btn-border-color: var(--bs-primary);
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-bg: #508842;
	--bs-btn-hover-border-color: #508842;
	--bs-btn-focus-shadow-rgb: 49, 132, 253;
	--bs-btn-active-color: #fff;
	--bs-btn-active-bg: #508842;
	--bs-btn-active-border-color: #508842;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: #fff;
	--bs-btn-disabled-bg: #508842;
	--bs-btn-disabled-border-color: #508842;
}

.breadcrumb {
	padding: 20px 0;
	margin-bottom: 0;
}

.breadcrumb a {
	color: var(--bs-secondary);
}

.breadcrumb .breadcrumb-item.active {
	color: var(--bs-gray-900);
}

.tag {
	margin: 0;
	padding: 0;
}

.tag--hot {
	color: #f56300;
	font-size: 13px;
}


.support {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.support .support-row.support-row-cn {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.support .support-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 0 16px;
}

.support .support-row>div {
	width: calc(50% - 6px);
}

.support .support-row .txt,
.support .support-row-full .txt {
	font-size: 12px;
	line-height: 20px;
}

.support .txt {
	color: #19191a;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 14px;
	line-height: 22px;
	margin: 0 0 4px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.support .support-controls,
.support select {
	height: 42px;
	line-height: 42px;
}

.support input {
	border: 1px solid #e5e5e5;
	border-radius: 4px;
	color: #19191a;
	display: block;
	font-size: 13px;
	height: 42px;
	line-height: 20px;
	padding: 10px 12px;
	-webkit-transition: all .3s;
	transition: all .3s;
	width: 100%;
}

.support .support-row-full {
	margin: 0 0 16px;
}

.support .support-row-full.last {
	margin: 0;
}

.support .support-row-full {
	margin: 0 0 16px;
}

.support .support-row-full .input-item-number {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	width: 100%;
}

.support .support-row-full .textarea-num {
	color: #707070;
	font-size: 12px;
	line-height: 20px;
	margin-top: 4px;
}

.support .support-row-full .textarea-num em {
	font-style: normal;
}

.support textarea {
	font-size: 14px;
	line-height: 22px;
}

.support select,
.support textarea {
	color: #19191a;
	width: 100%;
	border: 1px solid #e5e5e5;
	display: block;
	height: 110px;
	padding: 8px 12px;
	resize: none;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.support .submit-box {
	margin-bottom: 40px;
	margin-top: 8px;
}

.support .btn {
	font-size: 14px;
	height: 42px;
	width: 76px;
}


.channel-group {
	display: block;
}

.channel {
	display: flex;
	cursor: pointer;
	margin-bottom: 20px;
}

.channel:hover {
	color: var(--bs-primary);
}

.channel:hover .channel-media {
	border-color: var(--bs-primary);
}

.channel .channel-media {
	width: 55px;
	height: 55px;
	border-radius: 50%;
	border: 1px solid var(--bs-dark);
	display: flex;
	justify-content: center;
	align-items: center;
}

.channel .channel-media i {
	font-size: 20px;
}

.channel .channel-content {
	flex: 1;
	margin-left: 15px;
	font-size: 12px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.channel .channel-name {
	font-weight: 600;
}

.channel .channel-link .bi {
	margin-left: 4px;
}

.page-link {
	cursor: pointer;
}

.pagination-wrapper {
	display: flex;
	justify-content: center;
	padding: 30px 0 10px;
}

.error {
	color: var(--bs-danger)
}