html,
body {
	min-width: 1200px;
	height: 100%;
	font-family: "微软雅黑";
	background: #F0F2F5;
}

ul {
	padding: 0;
	margin: 0;
}

a {
	color: #000;
	cursor: pointer;
}

.css3 {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: all;
  transition-property: all;
}

.height100per {
	height: 100%;
}

.selectnone {
	-webkit-user-select: none;
	-moz-user-select: none;
	userselect: none;
}

.padding0 {
	padding: 0;
}

.marginLeft10 {
	margin-left: 10px;
}

.mt4 {
	margin-top: 4px;
}

.pt33 {
	padding-top: 33px;
}

.borderCommon {
	border-radius: 14px;
	min-height: 540px;
}

.overflowauto {
	overflow: auto;
}

.edui-scale {
	box-sizing: initial;
}

/* 滚动条样式 */
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background: #d7dbde;
}

::-webkit-scrollbar-track {
  background: #F5F5F5;
}

::-webkit-scrollbar-thumb {
  background: #a8aeb5;
}

::-webkit-scrollbar-thumb:hover {
  background: #90969e;
}


.btn-primary {
	background: transparent;
	color: #6F7D8B;
	border: none;
	font-size: 14px;
	border-radius: 0;
}

.btn-primary i.fa {
	vertical-align: middle;
	position: relative;
	top: -1px;
	font-size: 20px;
}

.btn-primary:focus, .btn-primary.focus{
	background: transparent;
	color: #6F7D8B;
	border: none;
}
.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus{
	outline: none;
}
.btn-primary:hover {
	background: transparent;
	border: none;
	color: #4E6EF1;
}
