body {
	min-width: 1200px;
	font-family: "Microsoft YaHei"
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

ul {
	margin: 0;
	padding: 0
}

li {
	list-style: none
}

a {
	text-decoration: none;
	color: #3b3b3b
}

a:hover {
	text-decoration: underline
}

.el-pagination {
	white-space: nowrap;
	padding: 2px 5px;
	color: #303133;
	font-weight: 700;
	float: right;
	margin-top: 10px
}

.el-form-item__label {
	height: 44px;
	font-weight: bold;
	/* line-height: 20px !important; */
	/* display: flex;
	align-items: center */
}

.el-dialog__body {
	overflow: auto
}

.scrollBox {
	overflow: auto
}

.scrollBox::-webkit-scrollbar {
	width: 6px;
	height: 6px
}

.scrollBox::-webkit-scrollbar-track {
	background: #fff;
	border-radius: 2px
}

.scrollBox::-webkit-scrollbar-thumb {
	background: #bfbfbf;
	border-radius: 6px
}

.scrollBox::-webkit-scrollbar-thumb:hover {
	background: #bfbfbf
}

.scrollBox::-webkit-scrollbar-corner {
	background: #179a16
}



.scrollBox1 {
	overflow: auto
}

.scrollBox1::-webkit-scrollbar {
	width: 6px;
	height: 6px
}

.scrollBox1::-webkit-scrollbar-track {
	background: #fff;
	border-radius: 2px
}

.scrollBox1::-webkit-scrollbar-thumb {
	background: #409eff;
	border-radius: 6px
}

.scrollBox1::-webkit-scrollbar-thumb:hover {
	background: #409eff
}

.scrollBox1::-webkit-scrollbar-corner {
	background: #179a16
}
.el-dialog__title{
	border-left: 4px solid  #1664FE;
	padding-left: 13px !important;
	font-size: 16px !important;
	color: #000000;
	font-weight: bold;
	/* text-indent: 13px !important; */
	display: inline-block;
}

/* .el-form .el-button--primary {
	border-radius: 0;
	font-size: 16px;
	width: 180px;
	background-color: #1681fe
} */

/*# sourceMappingURL=base.css.map */
