.dg-table table {
	width: 100%;
	font-size: 14px;
	/* border: 1px solid #eee */
}

.dg-table {
	/* padding: 0 10px; */
}

.dg-table table thead th {
	background: #DAE5F2;
	padding: 10px;
	text-align: left;
	font-size:14px;
	font-family:Microsoft YaHei;
	font-weight:bold;
	color: rgba(102,102,102,1);
	line-height:35px;
}

.dg-table table tbody td {
	padding: 10px;
	text-align: left;
	border-bottom: 1px solid #eee;
	line-height:35px;
	cursor: pointer;
	/* border-right: 1px solid #eee; */
}

.dg-table table tbody td span {
	/* margin: 0 10px; */
	cursor: pointer;
}

.dg-table .delete {
	color: red;
}

.dg-table .edit {
	color: #008cd5;
}

.dg-table .add {
	border: 1px solid #eee;
	margin: 10px 0;
	padding: 15px;
}

.dg-table input {
	border: 1px solid #ccc;
	padding: 5px;
	border-radius: 3px;
	margin-right: 15px;
}

.dg-table button {
	background: #008cd5;
	border: 0;
	padding: 4px 15px;
	border-radius: 3px;
	color: #fff;
}

.dg-table #mask {
	background: rgba(0, 0, 0, .5);
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 4;
	top: 0;
	left: 0;
}

.dg-table .mask {
	width: 300px;
	height: 250px;
	background: rgba(255, 255, 255, 1);
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	z-index: 47;
	border-radius: 5px;
}

.dg-table .title {
	padding: 10px;
	border-bottom: 1px solid #eee;
}

.dg-table .title span {
	float: right;
	cursor: pointer;
}

.dg-table .content {
	padding: 10px;
}

.dg-table .content input {
	width: 270px;
	margin-bottom: 15px;
}
