.mouse-link {
	width: 0;
	height: 0;
}

.mouse-link-box {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999999;
	background: rgba(var(--tc-bg-color), var(--tc-bg-opacity));
}

.m-setting .light-mode-ul {
	max-width: 100%;
}

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

.m-setting .flex-end {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.m-setting .m-mode-ul {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;

	.button {
		min-width: 92px;
		text-align: left;
		font-size: 12px;
		color: var(--text-color);
		padding: 0 10px;
		height: auto;
		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);
	}
}

.m-light-color-box {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
}

.light-color-ul {
	height: auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	padding-right: 100px;
}

.light-color-li-box {
	width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.light-color-li {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	cursor: pointer;
}

.light-color-li:hover {
	width: 37px;
	height: 37px;
}

.light-color-li.active {
	width: 37px;
	height: 37px;
	border: 2px solid #000000;
}

.m-device-box {
	width: 100%;
	height: 400px;
	margin-bottom: 20px;
	position: relative;
}

.m-device-name {
	width: 100%;
	height: auto;
	margin-bottom: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.m-device-name-text {
	width: auto;
	height: 30px;
	line-height: 30px;
	background: rgba(216, 216, 216, 0.08);
	border: 1px solid var(--themeColor);
	border-radius: 17px;
	color: var(--text-color);
	font-size: 12px;
	padding: 0 22px;
}

.m-device-box-bg {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}

.m-device-box-bg .bg-box {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.m-device-box-bg .bg-box .bg-img {
	width: auto;
	height: 100%;
	max-height: 100%;
}

.m-device-box-con {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}

.m-device-box-con .status-box {
	width: 100px;
	height: 40px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 10;
	display: flex;
	justify-content: flex-end;
	align-items: flex-start;
}

.m-device-box-con .status-box .link {
	width: 40px;
	height: 40px;
	color: var(--text-color);
}

.m-device-box-con .status-box .power {
	width: 40px;
	height: 40px;
	color: var(--text-color);
}

.m-device-box-con .key-box {
	width: 1px;
	height: 1px;
	position: absolute;
	left: 50%;
	top: 0;
	z-index: 2;
}

.m-device-box-con .key-li {
	width: 360px;
	height: 30px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 5;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.m-device-box-con .key-li-bg {
	width: 160px;
	height: 8px;
	position: relative;
}

.m-device-box-con .key-li-bg-icon1 {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #FF5A16;
	position: absolute;
	left: 0;
	bottom: 1px;
	z-index: 2;
}

.m-device-box-con .key-li-bg-icon2 {
	width: 100%;
	height: 2px;
	background: #636363;
	position: absolute;
	left: 0;
	bottom: 3px;
	z-index: 1;
}

.m-device-box-con .key-li-bg-icon3 {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #FF5A16;
	position: absolute;
	right: 0;
	bottom: 0px;
	z-index: 3;
	border: 2px solid #333232;
}

.m-device-box-con .key-li-btn {
	width: auto;
	height: 26px;
	line-height: 26px;
	text-align: right;
	padding: 0 10px;
	border-radius: 5px;
	white-space: nowrap;
	overflow: hidden;
	cursor: pointer;
	margin-left: 2px;
	margin-right: 2px;
	font-size: 14px;
	color: var(--text-color);
}

.m-device-box-con .key-li:hover .key-li-btn {
	background: #FF5A16;
}

.m-device-box-con .key-li.active .key-li-btn,
.m-device-box-con .key-li.active .key-li-bg-icon1,
.m-device-box-con .key-li.active .key-li-bg-icon2,
.m-device-box-con .key-li.active .key-li-bg-icon3 {
	background: #FF5A16;
}