body {
	--themeColor: #FF5A16;
	--bgColor: #1F1F1F;
	--tipsColor: #949494;
	--btnBgColor: #1E1E1E;
	--btnBorderColor: #6B6B6B;
}

.kb-box {
	width: 100%;
	height: 100%;
	padding-top: 0px;
	padding-left: 200px;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
}

.kb-box-top {
	width: 100%;
	height: auto;
	padding-top: 0;
	display: flex;
	justify-content: center;
	align-items: flex-start;
}

.kb-menu {
	width: 200px;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9;
	background: rgba(var(--bg-color),var(--bg-opacity));
	backdrop-filter: var(--bg-blur);
}

.kb-menu-box {
	width: 100%;
	height: 100%;
	position: relative;
	padding-top: 130px;
	padding-bottom: 160px;
}

.kb-menu-user {
	width: 100%;
	height: auto;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
	padding-bottom: 50px;
	padding-top: 20px;
}

.kb-menu-user-ul {
	width: 100%;
	height: auto;
	padding-left: 35px;
}

.kb-menu-user-li {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 15px;
	cursor: pointer;
}

.kb-menu-user-li .icon {
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 50%;
	color: var(--themeColor);
	font-size: 30px;
	margin-right: 10px;
	text-align: center;
}

.kb-menu-user-li .head {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	border: 1px solid var(--themeColor);
	margin-right: 10px;
}

.kb-menu-user-li .name {
	font-size: 12px;
	color: var(--text-color);
}

.kb-menu-logo {
	width: 100%;
	height: 60px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}

.kb-menu-logo .logo-box {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 10px 0;
	text-align: center;
}

.kb-menu-logo .img {
	width: auto;
	height: 40px;
}

.kb-menu-device {
	width: 100%;
	height: 60px;
	position: absolute;
	top: 60px;
	left: 0;
	z-index: 2;
}

.kb-menu-device-show {
	width: 100%;
	height: 60px;
	padding: 0 15px;
	padding-left: 32px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: url('../images/img/kb-menu-device-show-bg.png') no-repeat;
	background-size: 100% 100%;
}

.kb-menu-device-show .name {}

.kb-menu-device-show .name .title {
	font-size: 12px;
	font-weight: 350;
	color: var(--text-color);
}

.kb-menu-device-show .name .con {
	font-size: 16px;
	font-weight: 500;
	color: var(--text-color);
}

.kb-menu-device-show .icon {
	font-size: 10px;
	color: var(--text-color);
}

.kb-menu-ul {
	width: 100%;
	height: 100%;
	overflow: auto;
}

.kb-menu-ul .li {
	width: 100%;
	height: 40px;
	cursor: pointer;
	padding-left: 35px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.kb-menu-ul .li .icon {
	font-size: 14px;
	color: var(--text-color);
	margin-right: 10px;
}

.kb-menu-ul .li .name {
	font-size: 14px;
	font-weight: 500;
	color: var(--text-color);
	margin-right: 10px;
}

.kb-menu-ul .li .icon-arrow {
	font-size: 10px;
	color: var(--text-color);
}

.kb-menu-ul .li .icon-arrow.none {
	display: none;
}

.kb-menu-ul .li.active {
	background: url('../images/img/kb-menu-ul-li-active-bg.png') no-repeat;
	background-size: 100% 100%;
}

.kb-menu-ul .li.active .icon {
	color: var(--btn-active-icon);
}

.kb-menu-ul .li.hide {
	display: none;
}

.kb-menu-ul2 {
	width: 100%;
	height: auto;
	margin-top: 1px;
	margin-bottom: 1px;
}

.kb-menu-ul2 .li2 {
	width: 100%;
	height: 30px;
	cursor: pointer;
	padding-left: 40px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	height: 0;
	overflow: hidden;
	transition: all 0.15s ease;
}

.kb-menu-ul2 .li2 .icon {
	font-size: 12px;
	color: var(--text-color);
	margin-right: 10px;
}

.kb-menu-ul2 .li2 .name {
	font-size: 12px;
	font-weight: 500;
	color: var(--text-color);
	margin-right: 10px;
}

.kb-menu-ul2 .li2.active {
	background: url('../images/img/kb-menu-ul2-li2-active-bg.png') no-repeat;
	background-size: 100% 100%;
}

.kb-menu-ul2 .li2.active .icon {
	color: var(--btn-active-icon);
}

.kb-menu-ul2 .li2.hide {
	display: none;
}

.kb-menu-ul2.active .li2 {
	height: 30px;
}

.kb-info-box {
	width: 1300px;
	height: auto;
	border-radius: 3px;
	/* background-color: #1F1F1F; */
	padding: 20px;
	background: rgba(var(--bg-color),var(--bg-opacity));
	backdrop-filter: var(--bg-blur);
}

.kb-info-box-ul {
	width: 100%;
	height: auto;
}

.kb-info-box-li {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.kb-info-box-li .intro {
	color: var(--text-color);
}

.kb-info-box-li-title {
	line-height: 22px;
	font-size: 12px;
	padding-top: 16px;
	padding-bottom: 3px;
	/* color: #919191 !important; */
	color: var(--text-color);
}

.kb-info-box-li-con {
	font-size: 12px;
	line-height: 22px;
	color: var(--text-color) !important;
}

.kb-info-box input[type=text],
.kb-info-box input[type=file],
.kb-info-box input[type=password],
.kb-info-box input[type=email],
.kb-info-box select {
	/* width: 100%;
	height: 28px;
	line-height: 28px;
	padding: 0 4px;
	border: none;
	border-radius: 4px !important;
	transition: all 0.2s ease;
	margin-bottom: 0px;
	font-size: 12px;
	color: var(--text-color);
	background: rgba(38, 38, 38, 0.45);
	border: 1px solid #4F4F4F; */

	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	border-radius: 2px;
	color: var(--text-color);
	/* background: rgba(38, 38, 38, 0.45);
	border: 1px solid #575655; */
	transition: all 0.2s ease;
	background: none;
	border: 1px solid var(--border-color);
	padding: 0 4px;

	option {
		height: 30px;
		line-height: 30px;
		color: var(--text-color);
		background: var(--btn-bg-color);
	}

	/* option {
		height: 30px;
		line-height: 30px;
		color: var(--text-color);
		background: rgba(38, 38, 38, 0.45);
	} */
}

.kb-info-box input[type=text]:focus,
.kb-info-box input[type=file]:focus,
.kb-info-box input[type=password]:focus,
.kb-info-box input[type=email]:focus,
.kb-info-box select:focus {
	border: 1px solid var(--border-color) !important;
	background: none;
	box-shadow: none;
}

.kb-info-box .button {
	padding: 0 20px;
	width: auto;
	margin-right: 20px;
	/* background: var(--btnBgColor); */
	border: 1px solid var(--border-color);

	&:hover {
		background: var(--themeColor);
		border: 1px solid var(--themeColor);
	}
}

.kb-info-box .radio-box {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 10px;
}

.kb-info-box .radio {
	width: auto;
	min-width: 90px;
	height: 30px;
	line-height: 28px;
	text-align: left;
	padding-left: 38px;
	padding-right: 20px;
	font-size: 12px;
	color: var(--text-color);
	border: 1px solid var(--border-color);
	position: relative;
	border-radius: 2px;
	margin-right: 20px;
	cursor: pointer;
}

.kb-info-box .radio:hover {
	cursor: pointer;
	color: #000000;
	background: var(--themeColor);
	border: 1px solid var(--themeColor);
}

.kb-info-box .radio:before {
	position: absolute;
	left: 20px;
	top: 0;
	z-index: 2;
	display: block;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	color: var(--text-color);
	font-family: "iconfont" !important;
	content: "\e62d";
}

.kb-info-box .radio.active {
	color: #000000;
	background: var(--themeColor);
	border: 1px solid var(--themeColor);
}

.kb-info-box .radio:hover {
	color: #000000;
	background: var(--themeColor);
	border: 1px solid var(--themeColor);
}

.kb-info-box .radio.active:before {
	color: #000000;
	content: "\e62e";
}

.kb-info-box select {
	padding: 0 20px;
}

.kb-con {
	/* background-color: #1F1F1F;
	padding: 10px 10px;
	border-radius: 3px;
	margin-bottom: 10px; */
	overflow: visible;
	padding-top: 50px;
	padding-bottom: 40px;
}

.kb-con-ul {
	width: 100%;
	height: auto;
	position: relative;
}

.kb-con-ul .ul-con {
	width: 0px;
	height: 0px;
	padding: 0px;
	position: absolute;
	z-index: 2;
	left: 0;
	top: 0;
}

.kb-con-ul .li-box {
	width: 40px;
	height: 40px;
	padding: 0px;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	position: absolute;
}

.kb-con-ul .li {
	width: calc(100% - 6px);
	height: calc(100% - 6px);
	/* background: rgba(37, 37, 37, 0.9) !important; */
	background: var(--kb-key-bg-color) !important;
	font-size: 10px;
	text-align: center;
	border: var(--kb-key-border);
	border-radius: 2px;
	box-shadow: 0 2px 4px 0 var(--kb-key-box-shadow-color), 0 2px 4px 0 var(--kb-key-box-shadow-color);
	cursor: pointer;
	/* color: var(--an); */
	color: #A2A2A2;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: column;
	position: relative;
	padding-top: 0px;
	padding-left: 0px;
}

.kb-con-ul .li.big {
	padding-left: 0px;
	width: calc(100% - 2px);
	height: calc(100% - 2px);
	background: var(--kb-key-bg-color) !important;
	color: var(--text-color) !important;
	font-size: 9px;
	font-weight: lighter;
	display: flex;
	justify-content: center;
	align-items: center;
}

.kb-con-ul.flex {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	padding: 20px;
}

.kb-con-ul.flex .li-box {
	position: relative;
}

.kb-con-ul.flex .li.icon {
	font-size: 14px;
}

.kb-con-ul .li:hover {
	/* transform: scale(1.02);
	transition: transform 0.2s ease-in-out; */
	/* border: 1px solid #FF5A16; */
	/* transition: border 0.1s ease-in-out; */
	background: var(--kb-key-bg-color-hover) !important;
}

.kb-con-ul .li.active {
	/* background: var(--blue) !important; */
	/* background: rgba(100, 100, 100, 0.9) !important; */
	/* border: 1px solid #FF5A16; */
	background: var(--kb-key-bg-color-active) !important;
}

.kb-con-ul .li.down {
	background: var(--an) !important;
}

.kb-con-ul .li.do {
	background: var(--white) !important;
}

.kb-con-ul .li.success {
	background: var(--green) !important;
}

.kb-con-ul .li.shake {
	animation: shake .01s infinite;
}

.kb-con-ul .li .tips {
	width: 100px;
	color: #000;
	background: #ffffff;
	border: 1px solid #ddd;
	text-align: center;
	border-radius: 6px;
	padding: 10px 10px;
	position: absolute;
	z-index: 9999;
	bottom: 100%;
	left: 50%;
	margin-left: -60px;
	font-size: 12px;
	display: none;
}

.do-btn {
	width: auto;
	color: #000;
	background: #ffffff;
	border: 1px solid #ddd;
	text-align: center;
	border-radius: 6px;
	padding: 10px 10px;
	position: fixed;
	z-index: 999999999;
	bottom: 100%;
	left: 50%;
	font-size: 12px;
	display: none;
}

.high-keys-ul {
	width: 100%;
	height: auto;
	/* max-height: 80px; */
	overflow: auto;
}

.high-keys-li {
	width: 80px;
	height: 78px;
	margin-right: 10px;
	margin-bottom: 5px;
	border: 1px solid rgba(255, 90, 22, 0.56);
	position: relative;
	border-radius: 2px;
	overflow: hidden;
	padding-top: 20px;
	float: left;

	.high-title {
		width: 100%;
		height: 20px;
		line-height: 20px;
		font-size: 12px;
		background: var(--themeColor);
		color: #000000;
		padding-left: 10px;
		position: absolute;
		left: 0;
		top: 0;
		z-index: 2;
	}

	.high-close {
		position: absolute;
		right: 0;
		top: 0;
		z-index: 3;
		font-size: 16px;
		height: 20px;
		line-height: 20px;
		cursor: pointer;
		color: #000000;
	}

	.high-con {
		width: 100%;
		height: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		color: var(--text-color);
	}

	.high-key {
		height: auto;
		font-size: 12px;
	}

	.high-key-icon {
		font-size: 12px;
		margin: 2px 0;
	}

	.high-key-more {
		height: auto;
		font-size: 12px;
		white-space: nowrap;
	}

	.title-icon {
		font-size: 10px;
	}
}

/* .kb-con-ul .li:hover .tips {
	display: block;
} */

@keyframes shake {
	0% {
		transform: scale(1);
	}

	25% {
		transform: scale(0.95);
	}

	50% {
		transform: scale(1.05);
	}

	75% {
		transform: scale(0.95);
	}

	100% {
		transform: scale(1);
	}
}

.kb-con-ul .li.error {
	background: var(--red) !important;
}

.kb-con-ul .li .li-bg2 {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 2;
}

.kb-con-ul .li .li-bg3 {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 3;
}

.kb-con-ul .li .title {
	width: 100%;
	height: 16px;
	line-height: 16px;
	text-align: left;
	flex-grow: 1;
	flex-shrink: 1;
	position: absolute;
	z-index: 10;
	top: 50%;
	margin-top: -8px;
	left: 0;
	font-size: 9px;
	/* font-weight: 500; */
	color: #8F8F8F;
	text-align: center;
}

.kb-con-ul .li .travel {
	width: 100%;
	height: 16px;
	line-height: 16px;
	text-align: left;
	flex-grow: 1;
	flex-shrink: 1;
	position: absolute;
	z-index: 10;
	top: 1px;
	left: 0;
	font-size: 9px;
	color: #FF5A16;
	text-align: center;
}

.kb-con-ul .li .fast {
	width: 100%;
	height: 16px;
	line-height: 16px;
	text-align: left;
	flex-grow: 1;
	flex-shrink: 1;
	position: absolute;
	z-index: 10;
	bottom: 2px;
	left: 0;
	font-size: 8px;
	color: var(--text-color);
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}

.kb-con-ul .li .fast.test {
	font-size: 10px;
}

.kb-con-ul .li .fast .num {
	/* display: inline; */
}

.kb-con-ul .li .fast .ge {
	/* display: inline; */
	/* font-size: 6px; */
	padding-left: 1px;
	padding-right: 1px;
}

.kb-con-ul .li .icon {
	/* color: var(--red); */
	color: var(--themeColor);
	font-size: 9px;
	flex-grow: 1;
	flex-shrink: 1;
}

.kb-con-ul .li .num.none {}

.kb-con-ul .li .num .icon {
	display: none;
}

.kb-con-ul .li .num.none .icon {
	display: none;
}

.kb-con-ul .li.yellow {
	box-shadow: 0px 2px 2px 2px rgba(255, 255, 0, .8);
	border: 1px solid rgba(255, 255, 0, .8);
}

.kb-con-ul .li.red {
	box-shadow: 0px 2px 2px 2px rgba(255, 0, 0, .8);
	border: 1px solid rgba(255, 0, 0, .8);
}

.kb-con-ul .li.green {
	box-shadow: 0px 2px 2px 2px rgba(117, 216, 96, .8);
	border: 1px solid rgba(117, 216, 96, .8);
}

.kb-con-ul .li.blue {
	box-shadow: 0px 2px 2px 2px rgba(30, 144, 255, .8);
	border: 1px solid rgba(30, 144, 255, .8);
}

.kb-con-ul .li .high {
	width: 100%;
	height: 16px;
	line-height: 16px;
	text-align: left;
	flex-grow: 1;
	flex-shrink: 1;
	position: absolute;
	bottom: 2px;
	left: 0;
	font-size: 8px;
	color: var(--text-color);
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}

.kb-con-ul .li .mode {
	width: 100%;
	/* color: var(--an); */
	color: var(--text-color);
	font-size: 10px;
	line-height: 10px;
}

.kb-con-ul .li .mode .icon {
	/* color: var(--an); */
	color: #FF5A16;
	font-size: 12px;
	line-height: 10px;
}

.kb-con-ul .li .title .icon {
	color: #FF5A16;
	font-size: 10px;
	/* margin-left: 4px; */
}

.kb-con-ul .li .title-icon {
	font-size: 12px;
	font-weight: bold;
}

/* .kb-con-ul .li.active,
.kb-con-ul .li:hover {
	box-shadow: 0px 2px 2px 2px rgba(79, 239, 239, 61), 1px 2px 2px 0px rgba(0, 255, 255, 61);
	border: 1px solid rgba(79, 239, 239, 61);
} */

.kb-config {
	width: 100%;
	padding-left: 0;
	margin-top: 20px;
}

.kb-config-box {
	width: 100%;
	height: auto;
	/* padding-left: 120px; */
	/* position: relative; */
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	padding: 0 30px;
	padding-bottom: 20px;
}

.kb-config-menu {
	width: 160px;
	margin: 0 0px;
	padding: 10px;
	height: auto;
}

.kb-config-menu .li {
	width: 100%;
	height: 26px;
	line-height: 26px;
	font-size: 12px;
	border-radius: 2px;
	text-align: left;
	padding-left: 10px;
	cursor: pointer;
	color: var(--text-color);
	margin-bottom: 5px;
}

.kb-config-menu .li:last-child {
	margin-bottom: 0px;
}

.kb-config-menu .li.active {
	color: #000000;
	background: var(--themeColor);
}

.kb-config-menu .li .icon {
	font-size: 14px;
	color: var(--btn-text);
	margin-right: 10px;
}

.kb-config-menu .li.active .icon {
	color: var(--btn-active-icon);
}

.kb-keys-box {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	border: 1px solid #707070;
	border-radius: 3px;
	overflow: hidden;
}

.kb-keys-box .kb-config-menu {
	width: 120px;
	margin: 0px;
	padding: 0px;
	height: auto;
	padding-top: 10px;
}

.kb-config-con {
	width: 100%;
	display: none;
}

.kb-config-con.active {
	display: block;
}

.kb-config-light-box {
	width: 100%;
	height: auto;
}

.kb-config-light {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	background-color: var(--ya);
	padding: 10px 10px;
	border-radius: 3px;
}

.kb-config-light-mode {
	width: 400px;
	height: auto;
}

.kb-config-light-color {
	width: 400px;
	height: auto;
}

.kb-config-light-speed {
	width: 400px;
	height: auto;
}

input[type="color"]::-webkit-color-swatch-wrapper {
	padding: 0;
	/* 移除WebKit浏览器的颜色选择器包裹器的内边距 */
}

input[type="color"]::-webkit-color-swatch {
	border: none;
	border-radius: 5px;
	/* 移除WebKit浏览器的颜色选择器的边框 */
}

input[type="color"] {
	-webkit-appearance: none;
	appearance: none;
	width: 100%;
	height: 30px;
	outline: none;
	padding: 0px;
	border-radius: 5px;
	background: #666666;
	border: 1px solid #666666;
}

.kb-config-light-color-input {
	width: 380px !important;
	height: auto;
	margin-right: 60px;
}

datalist {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	writing-mode: vertical-lr;
	width: 100%;
	color: var(--an);
}

option {
	padding: 0;
	color: #919191;
}

span.tips {
	font-size: 10px;
	color: var(--tipsColor);
	padding-left: 6px;
}

.kb-index-public-my-con {
	width: 100%;
	height: auto;
	position: relative;
}

.kb-pz {
	position: fixed;
	top: 62px;
	right: 40px;
	z-index: 3;
	display: flex;
	justify-content: flex-end;
	align-items: flex-start;
}

.kb-pz-box {}

.kb-pz-box-li {
	min-width: 136px;
	padding-bottom: 20px;
}

.kb-pz-now {
	border: var(--box-border);
	border-radius: 4px;
	margin-bottom: 2px;
	cursor: pointer;
	background: rgba(var(--bg-color),var(--bg-opacity));
	backdrop-filter: var(--bg-blur);
}

.kb-pz-li {
	width: 100%;
	height: 40px;
	padding: 0 20px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.kb-pz-li .name {
	font-size: 14px;
	color: var(--text-color);
	cursor: pointer;
}

.kb-pz-li .name-now {
	font-size: 14px;
	color: var(--text-color);
	display: none;
}

.kb-pz-li .name-now.active {
	display: block;
}

.kb-pz-li .icon {
	font-size: 16px;
	color: var(--text-color);
	margin-left: 14px;
	cursor: pointer;
}

.kb-pz-ul {
	height: auto;
	border: var(--box-border);
	border-radius: 4px;
	margin-bottom: 2px;
	display: none;
	background: rgba(var(--bg-color),var(--bg-opacity));
	backdrop-filter: var(--bg-blur);
}

.app-msg {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border: var(--box-border);
	border-radius: 4px;
	border-radius: 4px;
	margin-right: 25px;
	background: rgba(var(--bg-color),var(--bg-opacity));
	backdrop-filter: var(--bg-blur);
}

.app-msg .icon {
	font-size: 22px;
	color: var(--text-color);
}

.kb-config-pz {
	width: 100%;
	height: auto;
	display: none;
	padding-left: 10px;
	padding-bottom: 8px;

	.con {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.set-ul {
		height: auto;
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}

	.set-li {
		height: 30px;
		line-height: 30px;
		font-size: 11px;
		background: var(--white);
		color: var(--an);
		margin-right: 16px;
		border-radius: 6px;
		cursor: pointer;
		border: 1px solid var(--hui);
		padding: 0px 10px;
	}

	.tips {
		font-size: 11px;
		line-height: 20px;
		color: #dddddd;
	}

	.tips2 {
		font-weight: bold;
	}
}

.kb-config-pz.active {
	display: block;
}

.kb-config-pz-shu {
	width: 26px;
	height: auto;
	position: absolute;
	left: -30px;
	top: 0;
	z-index: 2;

	.set-ul {
		width: 100%;
		height: auto;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		flex-direction: column;
	}

	.set-li {
		width: 100%;
		font-size: 12px;
		color: var(--btn-text);
		background: var(--btn-bg);
		margin-bottom: 16px;
		border-radius: 5px;
		cursor: pointer;
		writing-mode: vertical-rl;
		text-orientation: upright;
		padding: 10px 0px;
		padding-right: 5px;
		letter-spacing: 1px;
	}

	.set-li.active {
		background: var(--btn-active-bg);
		color: var(--btn-active-text);
	}
}

.kb-config-light-li {
	width: 100%;
	height: auto;
	padding-bottom: 5px;

	.title {
		width: 100%;
		height: auto;
		line-height: 20px;
		font-size: 12px;
		color: var(--text-color);
		margin-bottom: 5px;
	}

	.con {
		width: 100%;
		height: auto;
	}

	.light-mode-ul {
		/* width: 100%; */
		max-width: 600px;
		height: auto;
		display: flex;
		justify-content: flex-start;
		align-items: flex-start;
		flex-wrap: wrap;

		.button {
			min-width: 92px;
			text-align: center;
			font-size: 12px;
			color: var(--text-color);
			padding: 0 10px;
			height: 30px;
			line-height: 28px;
			margin-right: 12px;
			margin-bottom: 10px;
			border-radius: 2px;
			cursor: pointer;
			border: 1px solid var(--border-color);
		}

		.button:hover {
			color: #000000;
			background: var(--themeColor);
			border: 1px solid var(--themeColor);
		}

		.button.active {
			color: #000000;
			background: var(--themeColor);
			border: 1px solid var(--themeColor);
		}
	}

	.num {
		width: 100%;
		height: 30px;
		line-height: 30px;
		color: var(--an);
		font-size: 18px;
		margin-bottom: 10px;
	}
}

.kb-config-light-li:last-child {
	border: none;
}

/* 定义一个CSS变量，整数类型 */
@property --progress {
	syntax: "<integer>";
	initial-value: 0;
	inherits: true;
}

/* 定义一个动画，从0到100，表示进度 */
@keyframes slider {
	to {
		--progress: 100;
	}
}

.pages-kb-index-keys-set-box {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;

	.left {
		height: auto;
	}

	.set-box-tab {
		height: auto;
		margin-right: 10px;
	}

	.set-box-tab-li {
		height: 40px;
		line-height: 40px;
		text-align: center;
		width: 200px;
		font-size: 12px;
		color: var(--an);
		cursor: pointer;
	}

	.set-box-tab-li.active {
		border-bottom: 2px solid #6c6c6c;
	}

	.set-box-tab-con-box {
		width: 100%;
		height: auto;
	}

	.set-box-tab-con-load {
		width: 100%;
		height: auto;
		display: none;
	}

	.set-box-tab-con {
		width: 100%;
		height: auto;
		flex: 1;
	}

	.set-box-tab-con-all {
		width: 100%;
		height: auto;
		display: flex;
		justify-content: center;
		align-items: flex-start;
	}

	.set-box-tab-con-config {
		width: 1272px;
		height: 398px;
		overflow-y: auto;
		border-radius: 8px;
		border: var(--box-border);
		padding: 30px 30px 0 30px;
		background: rgba(var(--bg-color),var(--bg-opacity));
		backdrop-filter: var(--bg-blur);
	}

	.set-box-tab-con-info {
		width: 323px;
		height: 398px;
		overflow-y: auto;
		border-radius: 8px;
		border: var(--box-border);
		padding: 30px;
		margin-left: 15px;
		background: rgba(var(--bg-color),var(--bg-opacity));
		backdrop-filter: var(--bg-blur);
	}

	.set-box-tab-con-info-li {
		font-size: 11px;
		line-height: 14px;
		color: var(--text-color);
		margin-bottom: 10px;
		display: none;
	}

	.set-box-tab-con-info-li.active {
		/* font-size: 14px;
		line-height: 18px;
		color: var(--themeColor); */
		font-size: 11px;
		line-height: 15px;
		color: var(--text-color);
		display: block;
	}

	.set-box-tab-con-li {
		width: 100%;
		height: auto;
		display: flex;
		justify-content: flex-start;
		align-items: flex-start;
	}

	.set-box-li-box {
		width: 100%;
		min-width: 100%;
	}

	.set-box-li-box-title {
		width: 100%;
		padding-top: 10px;
		font-size: 12px;
		font-weight: bold;
		padding-bottom: 10px;
	}

	.set-box-li-box-con {
		width: 100%;
		height: auto;
		display: flex;
		justify-content: flex-start;
		align-items: flex-start;
		border-top: 1px solid #ddd;
	}

	.set-box-li {
		height: auto;
	}

	.set-box-li-range {
		width: 100%;
	}

	.set-box-li-lr-box {
		width: 100%;
		max-width: 1180px;
		height: auto;
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
	}

	.set-box-li-lr-li {
		width: 470px;
	}

	.select-all {
		width: 120px;
		height: 50px;
		line-height: 50px;
		font-size: 18px;
		background: var(--an);
		color: var(--ya);
		text-align: center;
	}

	.set-ul {
		width: 100%;
		height: auto;
	}

	.set-li {
		width: 100%;
		height: auto;
		padding: 0;
		padding-bottom: 10px;
	}

	.set-li:last-child {
		border: none;
	}

	.set-li .con {
		width: 100%;
		height: auto;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		/* flex-direction: column; */
		/* position: relative; */
	}

	.set-li .con .input-box {
		width: 320px;
		height: 22px;
		margin-right: 20px;
		padding-top: 0px;
	}

	.set-li .con .show-box {
		width: 30px;
		line-height: 22px;
		height: 22px;
		color: var(--text-color);
	}

	.set-li .intro {
		width: 100%;
		height: auto;
		line-height: 16px;
		font-size: 10px;
		color: var(--tipsColor);
	}

	input[type="range"] {
		-webkit-appearance: none;
		width: 320px;
		height: 20px;
		cursor: pointer;
		appearance: none;
		border-radius: 5px;
		margin: 0;
		outline: 0;
		background-color: transparent;
		overflow: hidden;
		timeline-scope: --slider;
		animation: slider linear 3s reverse;
		animation-timeline: --slider;
		padding: 0 4px;
	}

	/* 滑条轨道样式 */
	input[type="range"]::-webkit-slider-runnable-track {
		height: 2px;
		border-radius: 1px;
		/* background: linear-gradient(#FF5A16 0 0) 0 0/calc(var(--progress) * 1%) 100% no-repeat rgba(170, 170, 170, 0.5); */
		background: linear-gradient(#FF5A16 0 0) 0 0 / calc(calc(var(--progress) * 1%) + calc(calc(var(--progress) - 50) * 0.1%)) 100% no-repeat rgba(170, 170, 170, 0.5);
	}

	/* 滑块按钮样式 */
	input[type="range"]::-webkit-slider-thumb {
		-webkit-appearance: none;
		appearance: none;
		width: 10px;
		height: 10px;
		border-radius: 50%;
		background-color: var(--themeColor);
		outline: 4px solid rgba(255, 90, 22, 0.25);
		view-timeline: --slider inline;
		margin-top: -4px;
	}

	.light .input-box {
		width: 380px !important;
		height: 22px;
		padding-top: 0px;
	}

	.light input[type="range"] {
		width: 380px;
	}

	/* 隐藏input的上下箭头，这会禁用步进功能 */
	input::-webkit-inner-spin-button,
	input::-webkit-outer-spin-button {
		-webkit-appearance: none;
		margin: 0;
	}

	select {
		width: 100%;
		height: 30px;
		line-height: 30px;
		font-size: 12px;
		border-radius: 2px;
		color: var(--text-color);
		/* background: rgba(38, 38, 38, 0.45);
		border: 1px solid #575655; */
		background: none;
		border: 1px solid var(--border-color);
		padding: 0 4px;

		option {
			height: 30px;
			line-height: 30px;
			color: var(--text-color);
			background: #575655;
		}

		/* option {
			height: 30px;
			line-height: 30px;
			color: var(--text-color);
			background: rgba(38, 38, 38, 0.45);
		} */
	}



	.set-li .con .show-num {
		width: 92px;
		height: 22px;
		display: flex;
		justify-content: center;
		align-items: center;
		/* border: 1px solid var(--themeColor); */
		overflow: hidden;
		border-radius: 2px;
	}

	/* 	.set-li .con .show-num:hover {
		border: 1px solid #aaaaaa;
	} */

	.set-li .con .input-num {
		width: 45px;
		height: 22px;
		line-height: 20px;
		border: none;
		border-top: 1px solid var(--themeColor);
		border-bottom: 1px solid var(--themeColor);
		/* border-left: 1px solid #4D4D4D; */
		/* border-right: 1px solid #4D4D4D; */
		font-size: 10px;
		color: var(--text-color);
		background: none;
		text-align: center;
	}

	.set-li .con .icon {
		width: 23px;
		height: 20px;
		line-height: 20px;
		text-align: center;
		font-size: 12px;
		color: #000000;
		background: var(--themeColor);
		cursor: pointer;
	}

	.set-li .con .show-num .icon {
		width: 23px;
		height: 22px;
		line-height: 22px;
		text-align: center;
		font-size: 12px;
		color: #000000;
		background: var(--themeColor);
		cursor: pointer;
		border-top: 1px solid var(--themeColor);
		border-bottom: 1px solid var(--themeColor);
	}

	.set-li .con .btn-big-ul {
		width: 100%;
		height: auto;

		.title-icon {
			font-size: 12px;
			color: var(--text-color);
		}

		.button {
			width: 100%;
			text-align: left;
			font-size: 12px;
			color: var(--text-color);
			padding: 0 10px;
			height: 24px;
			line-height: 22px;
			margin-bottom: 6px;
			border-radius: 2px;
			cursor: pointer;
			border: 1px solid var(--border-color);
			padding: 0 20px;
		}

		.button:hover {
			color: #000000;
			background: var(--themeColor);
			border: 1px solid var(--themeColor);
		}

		.button.active {
			color: #000000;
			background: var(--themeColor);
			border: 1px solid var(--themeColor);
		}
	}

	.set-li.rt-set-li {
		display: none;
	}

	.open {
		width: 90px;
		margin-right: 40px;
		font-size: 12px;
		color: var(--text-color);
		cursor: pointer;
		height: 24px;
		line-height: 22px;
		text-align: center;
		border: 1px solid var(--border-color);
		border-radius: 2px;
		margin-bottom: 10px;

		&:hover {
			background: var(--themeColor);
			border: 1px solid var(--themeColor);
		}
	}

	.open .icon {
		font-size: 12px !important;
		color: var(--text-color);
		margin-right: 2px;
		display: none;

		&:hover {
			color: var(--themeColor);
			display: inline;
			background: #000000;
		}
	}

	.open.none .icon.none {
		display: inline;
		color: var(--text-color);
		background: none;
	}

	.open.active {
		color: #000000;
		background: var(--themeColor);
		border: 1px solid var(--themeColor);
	}


	.open.active .icon.active {
		color: #000000;
		display: inline;
		background: none;
	}

	.set-li .title {
		width: 100%;
		height: auto;
		line-height: 12px;
		font-size: 12px;
		margin-bottom: 10px;
		text-align: left;
		color: var(--text-color);
	}

	.num {
		width: 100px;
		height: 30px;
		line-height: 30px;
		color: var(--text-color);
		font-size: 18px;
		text-align: center;
	}

	.button-show-box {
		width: 100%;
		height: auto;
		display: flex;
		align-items: center;
		justify-content: flex-start;
	}

	.button-show-title {
		height: 26px;
		line-height: 26px;
		margin-right: 5px;
		font-size: 12px;
		color: var(--text-color);
	}

	.button-show {
		min-width: 92px;
		height: 30px;
		line-height: 28px;
		text-align: center;
		font-size: 12px;
		color: var(--text-color);
		padding: 0px 12px;
		margin-right: 16px;
		border-radius: 2px;
		cursor: pointer;
		border: 1px solid var(--border-color);
	}

	.button-show-color {
		width: 80px;
		height: 26px;
		cursor: pointer;
		margin-left: 10px;
		margin-right: 26px;
		border-radius: 2px;
	}

	.button-save {
		width: 90px;
		height: 30px;
		line-height: 28px;
		text-align: center;
		font-size: 12px;
		color: #000000;
		padding: 0px 12px;
		margin-right: 16px;
		border-radius: 2px;
		cursor: pointer;
		background: var(--themeColor);
		border: 1px solid var(--themeColor);
	}

	.button-save.active,
	.button-save:hover {
		color: var(--text-color);
		font-weight: bold;
	}

}

.tab-box {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	padding-right: 60px;
}

.tab-title {
	height: auto;
	font-size: 12px;
	color: var(--an);
	margin-right: 20px;
}

.tab-ul {
	height: auto;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.tab-li {
	height: auto;
	height: 33px;
	line-height: 33px;
	font-size: 12px;
	border-radius: 3px;
	text-align: center;
	cursor: pointer;
	color: var(--text-color);
	border: 1px solid var(--border-color);
	margin-right: 12px;
	padding: 0 20px;
}

.tab-li.active {
	color: #000000;
	border: 1px solid var(--themeColor);
	background: var(--themeColor);
}