body,
html {
	margin: 0;
	padding: 0;
	background-color: #78777 !important;
	font-size: 14px !important;
	height: 100%;
}

a,
p,
li,
span,
div,
html,
body {
	font-family: "Microsoft YaHei UI", "Microsoft YaHei", 微软雅黑, Arial, Helvetica, sans-serif;
	/* color: #333333; */
	/* color: #fff!important; */
	
}
.btn{
    font-size: 16px;
}
a,
a:hover,
a:visited,
a:link {
	text-decoration: none;
	color: #000000;
}

li {
	
}

div::-webkit-scrollbar {
	/*滚动条整体样式*/
	width: 4px;
	/*高宽分别对应横竖滚动条的尺寸*/
	height: 4px;
}

div::-webkit-scrollbar-thumb {
	/*滚动条里面小方块*/
	border-radius: 5px;
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	background: rgba(0, 0, 0, 0.2);
}

div::-webkit-scrollbar-track {
	/*滚动条里面轨道*/
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	border-radius: 0;
	background: rgba(0, 0, 0, 0.1);
}

button:focus-visible {
	border: none !important;
}

button {
	outline: none;
}
