
* {
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
}
.hide {
	display: none;
	visibility: visible;
}
.body-cursor * {
	cursor: url("themes/cursor.cur"), auto !important
}
.toolbar-container {
	width: 100%;
	overflow: hidden;
}
.toolbar-box-position {
	width: 100%;
	background-color: var(--background-color-darker);
	height: 110px;
}
.toolbar-box {
	width: 70%;
	display: flex;
	flex: 1;
	justify-content: space-between;
	margin: 0 auto;
	padding: 10px 0;
}
.toolbar-item {
	/* background: url(../images/toolbar-bg.png) no-repeat top center; */
	/* background-size: 100% 100%; */
	background-color: rgba(255,255,255, 0.1);
	border-radius: 8px;
	width: 8%;
	height: 90px;
	text-align: center;
	color: var(--color) !important;
	padding-top: 5px;
	box-sizing: border-box;
}
.toolbar-item span {
	display: block;
	/* margin-top: 10px; */
	font-weight: bold;
	letter-spacing: 1px;
}
.toolbar-item.active {
	/* background: url(https://wza.hingecloud.com/resource/site/1301000003/wza/images/barhover.png) no-repeat top center;
	background-size: 100% 100%; */
	border: 3px solid var(--accsss-border-color-active);
}
/* 解决本站内和其他样式的冲突 */
.toolbar-item:hover, .toolbar-item:active {
	text-direction: none !important;
	color: var(--color);
}
/* 辅助线 */
.toolbar-w-line {
	width: 100%;
	position: fixed;
	top: 180px;
	left: 0;
	height: 3px;
	background-color: var(--background-color-darker);
	z-index: 9999;
	display: none;
}
.toolbar-h-line {
	width: 3px;
	position: fixed;
	top: 0;
	left: 10px;
	height: 100vh;
	background-color: var(--background-color-darker);
	z-index: 9999;
	display: none;
}
/* 显示屏 */
.toolbar-screen {
	position: fixed;
	bottom: -170px;
	left: 0;
	width: 100%;
	background-color: #393c46;
	padding: 5px 0 5px 5px;
	box-sizing: border-box;
	z-index: 9999;
}
@keyframes screenshow {
	from { bottom: -170px; }
	to { bottom: 0px; }
}
@-webkit-keyframes screenshow {
	from { bottom: -170px; }
	to { bottom: 0px; }
}
@keyframes screenhide {
	from { bottom: 0px; }
	to { bottom: -170px; }
}
@-webkit-keyframes screenhide {
	from { bottom: 0px; }
	to { bottom: -170px; }
}
/* animation: name duration timing-function delay iteration-count direction; */
.toolbar-screen .toolbar-screen-main {
	width: 100%;
}
.toolbar-screen .screen-main-left {
	float: left;
	width: calc(100% - 100px);
	height: 160px;
	background-color: aliceblue;
	overflow-y: auto;
	line-height: 55px;
	font-size: 44px;
	letter-spacing: 1px;
	padding: 10px;
	box-sizing: border-box;
	text-align: center;
}
/* 设置滚动条样式 */
.screen-main-left::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}
.screen-main-left::-webkit-scrollbar-thumb {
    background-color: rgb(0 0 0 / 40%);
    background-clip: padding-box;
    border: 3px solid transparent;
    border-radius: 7px;
}
.screen-main-left::-webkit-scrollbar-thumb:hover {
    background-color: rgb(0 0 0 / 50%);
}
.screen-main-left::-webkit-scrollbar-track {
    background-color: transparent;
}
.screen-main-left::-webkit-scrollbar-track:hover {
    background-color: #f8fafc;
}
.toolbar-screen .screen-main-right {
	width: 100px;
	height: 160px;
	float: right;
}
.toolbar-screen .screen-main-right a {
	height: 33px;
	line-height: 33px;
	display: block;
	color: var(--color-dark);
	font-size: 18px;
	text-align: center;
	background-color: var(--background-color-white);
	width: 80px;
	margin-left: 10px;
	border-radius: 5px;
	margin-top: 15px;
}
.toolbar-screen .screen-main-right a.active {
	background-color: var(--background-color-darker);
	color: var(--color);
}
.toolbar-screen .screen-main-right .screen-btns-box {
	display: flex;
	overflow: hidden;
}
.toolbar-screen .screen-main-right div {
	flex: 1;
}
.toolbar-screen .screen-main-right div.active {
	background-color: var(--background-color-darker);
	color: var(--color);
}
.toolbar-screen .screen-txt-list {
	width: 100%;
	clear: both;
}
.toolbar-screen .screen-txt-list li {
	float: left;
	line-height: 24px;
	text-align: center;
	list-style: none;
	padding: 0 3px;
	margin-bottom: 5px;
}
.toolbar-screen .screen-txt-list li span {
	display: block;
	font-size: 18px;
	min-width: 40px;
}

.toolbar-read-box div {
	border-left: 1px solid #ccc;
	line-height: 35px;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	width: 100%;
	padding-top: 10px;
	color: #aaa;
}
.toolbar-read-box div.has-content {
	color: var(--color);
}
.toolbar-read-box div:last-child {
	border-right: 1px solid #ccc;
}
.toolbar-read-box {
	width: 70%;
	display: flex;
	flex: 1;
	justify-content: space-between;
	margin: 0 auto;
	padding: 10px 0;
	display: none;
}
.toolbar-read-box .toolbar-item {
	width: 80%;
	margin-right: 10px;
}
/* nav */
/* .nav-box {
	clear: both;
	background-color: var(--background-color);
	height: 30px;
}
.nav-box .nav-box-right {
	float: right;
	padding: 10px;
}
.nav-box .nav-box-right li {
	list-style: none;
	float: left;
	text-align: center;
	cursor: pointer;
}
.nav-box .nav-box-right li span {
	display: inline-block;
	font-size: 14px;
	padding: 0 10px;
}
 */
/* 颜色切换 */
.blue-bg {
	background-color: #0000FF !important;
}
.blue-bg-txt {
	color: #FFFF00 !important;
}
.yellow-bg {
	background-color: #FFFF00 !important;
}
.yellow-bg-txt {
	color: #000000 !important;
}
.black-bg {
	background-color: #000000 !important;
}
.black-bg-txt {
	color: #ffffff !important;
}
.white-bg {
	background-color: #ffffff !important;
}
.white-bg-txt {
	color: #000000 !important;
}
.accborder {
	outline: 3px solid #0000FF !important;
}