
.tableA
{
    line-height: 20px;
    margin: 10px;
}
.tdA {
    /* 单元格虚线 */
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-bottom-color: #DBDBDB;
}
.tableB {
	line-height: 25px;
	padding: 15px;
}
.tableC {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	text-decoration: none;
}
.tableD {
	line-height: 20px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
.tableE{
	line-height: 20px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
.tableE {
	/* 产品库，右边标题 */
	text-decoration: none;
	padding-left: 25px;
	font-family: "宋体";
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding-bottom: 1px;
	padding-right: 0px;
	padding-top: 0px;
}
