.keys-test-box {
	/* width: 100%; */
	height: auto;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	margin-top: 50px;
}

.keys-test-box2 {
	padding-top: 0px;
	position: absolute;
	left: 740px;
	top: 10px;
	z-index: 2;
}

.keys-test-big {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	padding: 10px 0;
}

.keys-test-big .pages-kb-index-keys-set-box {
	flex: 1;
	margin-right: 60px;
	padding-left: 70px;
}

.keys-test-big .keys-test-box {
	width: 100%;
}

.keys-test-fluctuation {
	width: 33%;
	height: auto;
}

.keys-test-img {
	width: 270px;
	height: auto;
	margin-right: 20px;
}

.keys-test-intro {
	margin-right: 100px;
}

.keys-test-num {
	width: 33%;
	height: auto;
}

.keys-test-wave {
	width: 33%;
	height: auto;
}

.keys-test-rule {
	width: 15px;
	height: auto;
	margin-right: 100px;
	background: rgba(71, 71, 71, 0.64);

	border-radius: 10px;
}


.keys-test-rule-bg {
	width: 50px;
	height: 200px;
	position: relative;
}

.keys-test-rule-show {
	width: 15px;
	height: 0px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	border-radius: 10px 10px 0 0;
	background: #dddddd;
	position: relative;
}

.keys-test-rule-show-line {
	position: absolute;
	top: 0;
	right: 25px;
	background-color: #FF4500;
	width: 25px;
	height: 1px;
	display: none;

}

.keys-test-rule-show-line-tips {
	margin-top: -10px;
	margin-left: 31px;
	color: var(--text-color);
}

.keys-test-rule-top {
	width: 50px;
	height: 200px;
	position: absolute;
	left: -30px;
	top: 0;
	z-index: 9;

	.line-con {
		width: 50px;
		height: 200px;
	}

	.line-ul {
		width: 18px;
		height: 200px;
		margin-right: 5px;
		float: left;
		position: relative;
	}

	.line-li {
		width: 8px;
		height: 1px;
		background: var(--white);
		margin-bottom: 4px;
	}

	.line-li:nth-child(5n+1) {
		width: 12px;
	}

	.line-li:nth-child(1) {
		width: 18px;
	}

	.line-li:nth-child(10n+1) {
		width: 18px;
	}

	.num-ul {
		width: 26px;
		height: 100%;
		/* float: left; */
		margin-top: -5px;
		position: absolute;
		left: -20px;
	}

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

.keys-test-img-key {
	width: 195px;
	height: auto;
	padding-top: 0px;

	.move {
		width: 195px;
		height: 195px;
		margin: 0 auto;
		position: relative;
		box-sizing: border-box;
	}

	.bg {
		width: 195px;
		height: 195px;
		position: absolute;
		left: 0px;
		top: 0px;
		z-index: 2;
		background: url(../images/cy-pro-bg.png) no-repeat center center;
		background-size: 100% 100%;
	}

	.top {
		width: 183px;
		height: 183px;
		position: absolute;
		left: 6px;
		top: 0px;
		z-index: 3;
		background: url(../images/cy-pro-top.png) no-repeat center center;
		background-size: 100% 100%;
	}

	.bg.bg-j {
		background-image: url(../images/fenb.png);
	}

	.top.top-j {
		background-image: url(../images/fent.png);
	}

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

.keys-test-wave-num {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 20px;
	height: 50px;
}

.keys-test-wave-num .icon {
	font-size: 30px;
	margin-right: 10px;
	color: var(--blue);
}

.keys-test-wave-num .icon.red {
	color: var(--red);
}

.keys-test-wave-num .icon.green {
	color: var(--green);
}

.keys-test-wave-num .num {
	font-size: 20px;
	margin: 0;
}

.keys-test-wave-small {
	width: 100%;
	height: 80px;
}

.keys-test-wave-big {
	width: 100%;
	min-width: 600px;
	height: 140px;
}

.keys-test-wave-show {
	width: 400px;
	height: 206px;
	padding: 20px 0;
	background: rgba(64, 64, 64, 0.27);
	border-radius: 1px;
}


@keyframes blink {
	0% {
		background-color: #ff9900;
		/* 红色背景 */
	}

	50% {
		background-color: #ff9900;
		/* 半透明背景 */
	}

	90% {
		background-color: #ff9900;
		/* 半透明背景 */
	}

	100% {
		background-color: #00ff00;
		/* 重新变为红色 */
	}
}

.blinking-background {
	animation: blink .5s infinite;
	/* 每1秒闪烁一次，无限次数 */
}

.hong-box {
	width: 100%;
	height: auto;
}

.pages-kb-index-hong-box {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;

	.hong-box-left {
		width: 40%;
		padding-right: 10px;
		flex: 1;
	}

	.hong-box-mid {
		width: 30%;
	}

	.hong-box-right {
		width: 60%;
		padding-left: 18px;
		border-left: 1px solid #303030;
	}

	.hong-box-con {
		width: 100%;
		padding-right: 10px;
	}

	.title {
		color: var(--themeColor);
		width: 100%;
		height: 30px;
		line-height: 30px;
		font-size: 14px;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.title-text {
		color: var(--themeColor);
	}

	.btn-box {
		display: flex;
		justify-content: flex-end;
		align-items: center;
		border-radius: 2px;
	}

	.btn {
		height: 24px;
		line-height: 24px;
		font-size: 12px;
		color: var(--text-color);
		border-radius: 2px;
		cursor: pointer;
		padding: 0 8px;
		margin-right: 8px;
		border: 1px solid var(--btnBorderColor);

		&:hover {

			border: 1px solid var(--border-color);
		}
	}

	.btn:hover .icon {
		color: var(--text-color);
	}

	.btn:last-child {
		margin-right: 0px;
	}

	.btn .icon {
		font-size: 12px;
		color: var(--text-color);
		margin-right: 3px;
	}

	.con {
		width: 100%;
	}

	.ul {
		width: 100%;
		border-radius: 5px;
		height: 188px;
		overflow: auto;
		margin-top: 10px;

		.li {
			width: 100%;
			height: 30px;
			line-height: 30px;
			font-size: 12px;
			color: var(--an);
			padding: 0 10px;
			border-radius: 4px;
			margin-bottom: 4px;
			display: flex;
			justify-content: space-between;
			align-items: center;
		}

		.li .btn-box {
			display: none;
		}

		.name {
			font-size: 12px;
			color: var(--text-color);
			cursor: pointer;
			width: 100%;
			flex: 1;
			margin-right: 20px;
		}

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

		.li.active .btn-box,
		.li:hover .btn-box {
			display: flex;
		}

		.li.active .name {
			color: var(--text-color);
		}
	}

	.ul2 {
		width: 100%;
		border-radius: 5px;
		height: auto;

		.ul-head {
			width: 100%;
			margin-bottom: 5px;
			border-bottom: 1px solid #363636;
		}

		.ul-body {
			width: 100%;
			height: 160px;
			overflow: auto;
		}

		.li {
			width: 100%;
			height: 32px;
			line-height: 24px;
			font-size: 12px;
			color: var(--text-color);
			border-radius: 3px;
			padding: 4px 0;
		}

		.li-con {
			float: left;
			font-size: 12px;
			color: var(--text-color);
			text-align: center;
			height: 24px;
		}

		.ul-body .li.active,
		.ul-body .li:hover {
			background: var(--btn-bg-color);
		}

		.li1 {
			width: 20%;
		}

		.li2 {
			width: 20%;
		}

		.li3 {
			width: 18%;
			border-radius: 3px;
		}

		.li3 input {
			width: 100px;
			height: 22px;
			line-height: 22px;
			padding-left: 5px;
			color: var(--hei);
		}

		.li4 {
			width: 42%;
			display: flex;
			justify-content: center;
			align-items: center;
		}

		/* .li.active,
		.li:hover,
		.li.active .li-con,
		.li:hover .li-con {
			background: var(--red);
			color: var(--text-color);
		} */
	}

	.hong-box-hand-add {
		width: 100%;
		height: auto;
		background: #ffffff;
		padding: 40px 20px;
		border-radius: 3px;
		position: relative;
		border: 1px solid #eeeeee;
		margin-bottom: 20px;
		padding-bottom: 20px;
		display: none;
	}

	.hong-box-hand-add-close {
		width: 40px;
		height: 40px;
		line-height: 40px;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 2;
		font-size: 12px;
		color: #333333;
		cursor: pointer;
	}

	.hong-box-hand-add-close .icon {
		font-size: 30px;
		color: #333333;
	}

	.hong-box-hand-add-tab {
		width: 100%;
		height: auto;
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}

	.hong-box-hand-add-tab-li {
		height: 30px;
		line-height: 30px;
		border: 1px solid #dddddd;
		border-radius: 6px 6px 0 0;
		padding: 0 30px;
		font-size: 12px;
		color: #666666;
		border-bottom: none;
		cursor: pointer;
	}

	.hong-box-hand-add-tab-li.active {
		border: 1px solid #999999;
		border-bottom: none;
		color: #000000;
	}

	.hong-box-hand-add-con {
		width: 100%;
		height: auto;
	}

	.hong-box-hand-add-con-li {
		width: 100%;
		height: auto;
		display: none;
		border: 1px solid #eeeeee;
		border-radius: 0 6px 6px 6px;
		padding: 30px 30px;
		font-size: 12px;
		color: #666666;
	}

	.hong-box-hand-add-con-li.active {
		width: 100%;
		height: auto;
		display: block;
		border: 1px solid #999999;
	}

	.hong-box-hand-add-con-li input {
		width: 160px;
		height: 30px;
		line-height: 30px;
	}

	.hong-box-hand-add-con-li select {
		width: 160px;
		height: 30px;
		line-height: 30px;
	}

	.hong-box-hand-add-btn {
		width: 100%;
		height: auto;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		padding-top: 20px;
	}


}

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

	.left-con {
		width: 878px;
		height: auto;
	}

	.left-con-top {
		width: 100%;
		height: auto;
		border-radius: 20px;
		background-color: var(--active2);
		border: 2px solid #6C6C6C;
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		padding: 30px;
	}

	.left-con-top-li {
		width: 33%;
		height: auto;
	}

	.left-con-top-li-top {
		width: 100%;
		line-height: 25px;
		color: var(--hei);
		margin-bottom: 10px;
		font-size: 18px;
		text-align: center;
	}

	.left-con-top-li-bottom {
		width: 100%;
		line-height: 50px;
		color: var(--hei);
		font-size: 36px;
		text-align: center;
	}

	.left-con-bottom {
		width: 100%;
		height: auto;
		padding-top: 12px;
		margin-bottom: 20px;
	}

	.left-con-bottom-li {
		width: 100%;
		height: auto;
		line-height: 24px;
		font-size: 12px;
		color: var(--hei);
		margin-bottom: 8px;
	}

	.left-con-bottom-li.title {
		font-weight: bold;
	}

	.left-con-btn {
		width: 310px;
		height: 60px;
		line-height: 60px;
		border-radius: 20px;
		background-color: #6c6c6c;
		border: 1px solid #6c6c6c;
		text-align: center;
		font-size: 28px;
		color: var(--text-color);
	}

	.right-con {
		width: 496px;
		height: 330px;
		border-radius: 20px;
		background-color: var(--active2);
		border: 2px solid #6C6C6C;
		margin-left: 20px;
		padding: 20px 20px;
		padding-right: 10px;
	}

	.right-con-ul {
		width: 100%;
		height: 100%;
		overflow: auto;
		padding-right: 10px;
	}

	.right-con-li {
		width: 100%;
		height: auto;
		margin-bottom: 10px;
		display: flex;
		justify-content: space-between;
		align-items: center;

		.title {
			display: flex;
			justify-content: flex-start;
			align-items: center;

			.name {
				width: 60px;
				height: 32px;
				line-height: 32px;
				border-radius: 6px;
				background-color: var(--border-color);
				border: 1px solid var(--hui);
				text-align: center;
				font-size: 12px;
				color: var(--hei);
			}

			.icon {
				font-size: 20px;
				margin-left: 32px;
				color: #6C6C6C;
			}
		}

		.time {
			color: #6C6C6C;
			font-size: 12px;
		}
	}
}

.login-type {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 28px;
}

.login-type-li {
	width: 180px;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	cursor: pointer;
	margin-right: 22px;
	text-align: center;
	border-radius: 5px;
	color: var(--text-color);
	background: #3D3D3D;
}

.login-type-li.active {
	background: #FF5A16 100%;
	color: var(--text-color);
}

.login-wx-box {
	width: 100%;
	height: 420px;
}

.login-wx-box iframe {
	width: 100%;
	height: 100%;
}

.tool-box {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}

.tool-menu {
	width: 200px;
	overflow: hidden;
}

.tool-menu-ul {
	width: 100%;
}

.tool-menu-ul .li {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	background: var(--ya);
	border-radius: 3px;
	margin-bottom: 10px;
	font-size: 18px;
	color: var(--an);
	cursor: pointer;
	padding: 10px 20px;
}

.tool-menu-ul .li i {
	font-size: 18px !important;
	color: var(--an);
	margin-right: 4px;
	width: 30px;
}

.tool-menu-ul .li:hover {
	background: var(--ya);
}

.tool-menu-ul .li.active {
	background: var(--red);
	color: var(--text-color);
	transition: all 0.2s ease;
}

.tool-menu-ul .li.active i {
	color: var(--text-color);
	transition: all 0.2s ease;
}

.tool-con {
	width: 740px;
	margin-left: 20px;
}

.tool-con-main {
	width: 100%;
}

.tool-con-main-top {
	width: 100%;

	.title {
		width: 100%;
		height: 40px;
		line-height: 40px;
		font-size: 18px;
		text-align: center;
	}

	.ul {
		width: 100%;
		display: flex;
		justify-content: flex-start;
		align-items: flex-start;
		flex-wrap: wrap;
	}

	.li {
		width: 100px;
		height: auto;
		margin-right: 20px;
		margin-bottom: 20px;
		cursor: pointer;
	}

	.li .img {
		width: 100px;
		height: 100px;
		margin-bottom: 4px;
		border: 1px solid #dddddd;
		border-radius: 50%;
	}

	.li .name {
		width: 100%;
		height: 30px;
		line-height: 30px;
		font-size: 12px;
		text-align: center;
	}

	.li.active .name {
		font-weight: bold;
		font-size: 12px;
	}
}

.tool-con-main-list {
	width: 100%;

	.user-ul {
		width: 100%;
		display: flex;
		justify-content: flex-start;
		align-items: flex-start;
		flex-wrap: wrap;
		border-top: 1px solid #aaaaaa;
		padding-top: 20px;
	}

	.user-li {
		width: 100%;
		height: auto;
		margin-bottom: 20px;
		display: flex;
		justify-content: flex-start;
		align-items: flex-start;
		border-bottom: 1px solid #bbbbbb;
		padding-bottom: 20px;
	}

	.user-li-left {
		width: 150px;
		height: auto;
		text-align: center;
	}

	.user-li-left .head {
		width: 100px;
		height: 100px;
		margin-bottom: 10px;
		border: 1px solid #dddddd;
		border-radius: 50%;
	}

	.user-li-left .name {
		width: 100%;
		height: 30px;
		line-height: 30px;
		font-size: 12px;
		text-align: center;
	}

	.user-li-right {
		width: 100%;
		flex: 1;
		height: auto;
		padding-left: 20px;
	}

	.user-li-right-li {
		height: auto;
		display: flex;
		justify-content: flex-start;
		align-items: flex-start;
		margin-bottom: 10px;
	}

	.user-li-right-li .title {
		width: 140px;
		height: 30px;
		line-height: 30px;
		font-size: 12px;
		color: #666666;
		text-align: right;
		padding-right: 10px;
	}

	.user-li-right-li .con {
		width: 100%;
		flex: 1;
		line-height: 30px;
		font-size: 12px;
		color: #333333;
	}

	.user-li-right-li .con .text {
		width: 100%;
		line-height: 30px;
		font-size: 12px;
		color: #333333;
	}

	.user-li-right-li .con .img {
		width: 80px;
		height: 80px;
		border: 1px solid #dddddd;
		border-radius: 20px;
	}

	.user-li-right-btn-box {
		width: 100%;
		text-align: right;
		display: flex;
		justify-content: flex-end;
		align-items: center;
	}

	.user-li-right-btn-box .btn {
		width: 120px;
		height: 40px;
		line-height: 40px;
		background: var(--red);
		color: var(--text-color);
		text-align: center;
		border-radius: 3px;
		font-size: 12px;
		cursor: pointer;

	}
}

.tool-con-main-mid {
	width: 100%;

	.ul {
		width: 100%;
		display: flex;
		justify-content: flex-start;
		align-items: flex-start;
	}

	.li {
		width: 100px;
		height: 100px;
		margin-right: 20px;
		margin-bottom: 20px;
		border: 1px solid #dddddd;
	}
}

.tool-con-ul {
	width: 100%;
}

.kb-screen-img-show-box {
	width: 900px;
	height: 380px;
	border-radius: 3px;
	/* background: #1F1F1F; */
	background: rgba(var(--bg-color),var(--bg-opacity));
	backdrop-filter: var(--bg-blur);

	.show-box {
		width: 100%;
		height: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
	}

	.img-show {
		margin-bottom: 20px;
		position: relative;
	}

	.img-show img {
		width: 240px;
		height: 135px;
		display: none;
	}

	.img-show .icon {
		font-size: 100px;
		color: var(--text-color);
		position: absolute;
		left: -50px;
		top: 35px;
		z-index: 2;
		width: 100px;
		height: 100px;
		line-height: 100px;
		text-align: center;
	}

	.title {
		font-size: 12px;
		font-weight: 400;
		letter-spacing: 0px;
		line-height: 34.75px;
		color: var(--text-color);
		margin-bottom: 10px;
	}

	.intro {
		font-size: 12px;
		font-weight: 400;
		letter-spacing: 0px;
		line-height: 20.27px;
		color: var(--text-color);
	}
}

.kb-screen-img-set-box {
	width: 100%;
	height: auto;

	.set-box {
		width: 100%;
		height: auto;
		padding-top: 20px;
	}

	.btn1 {
		width: 200px;
		height: 30px;
		line-height: 30px;
		text-align: center;
		border-radius: 2px;
		color: var(--text-color);
		background: none;
		font-size: 12px;
		margin-bottom: 20px;
		cursor: pointer;
		border: 1px solid var(--border-color);
	}

	.btn1:hover {
		color: #000000;
		background: #FF5A16;
		border: 1px solid #FF5A16;
	}

	.btn2 {
		width: 300px;
		height: 30px;
		line-height: 30px;
		text-align: center;
		border-radius: 2px;
		color: var(--text-color);
		background: none;
		font-size: 12px;
		margin-bottom: 20px;
		cursor: pointer;
		border: 1px solid var(--border-color);
	}

	.btn2:hover {
		color: #000000;
		background: #FF5A16;
		border: 1px solid #FF5A16;
	}
}