body {
	margin: 0px;
	padding: 0px;
	font-family: "微软雅黑";
	font-size: 100%;
}

.div {
	display: block;
	margin: 20px 20px 5px 20px;
	padding: 0px;
}

.dir {
	font-size: 9pt;
	color: #434A54;
}

.center .table {
	display: table;
	width: 80%;
	font-family: "微软雅黑";
	margin: 10px 20px 0px 20px;
}

.center {
	margin: 0 auto;
	padding: 0px;
	/*margin: 0px 20px 0px 20px;*/
}

.center .table .row {
	display: table-row;
	background-color: #FFF;
}

/* .rowtop div {
	padding: 8px 10px 8px 0px !important;
} */

.center .table .row>div {
	height: 39px;
	vertical-align: middle;
}

.center .table .rowbefore>div {
	height: 38px;
}

.center .table .row .col1 {
	display: table-cell;
	width: 598px;
	border-top: 1px dotted #E6E9ED;
	text-align: left;
}

.center .table .row .col1>input { /*width:100px;*/
	/*border: 1px solid #E6E9ED*/
	
}

.center .table .row .col2 {
	display: table-cell;
	border-top: 1px dotted #E6E9ED;
	width: 198px;
	text-align: left;
}

.center .table .row .col2>input {
	width: 180px;
	border: 1px solid #E6E9ED
}

.center .table .row .col3 {
	display: table-cell;
	border-top: 1px dotted #E6E9ED;
	width: 98px;
}

.center .table .row .col3 .span3 {
	font-size: 9pt;
	color: #434A54;
	cursor: pointer;
	/*font-weight: 700;*/
}

.center .table .row .col4 {
	display: table-cell;
	border-top: 1px dotted #E6E9ED;
	width: 98px;
}

.center .table .row .colb1 {
	border-bottom: 1px dotted #E6E9ED;
	cursor: pointer;
	color: #434A54;
}

.center .table .row .colb2 {
	border-bottom: 1px dotted #E6E9ED;
	cursor: pointer;
	color: #434A54;
}

.center .table .row .colb3 {
	border-bottom: 1px dotted #E6E9ED;
}

.center .table .row .colb4 {
	border-bottom: 1px dotted #E6E9ED;
}

.center .table .row .col4 .span4 {
	font-size: 9pt;
	color: #434A54;
}

.center .table .row .col1 .span1 {
	font-size: 9pt;
	color: #434A54;
	/*font-weight: 700;*/
}

.center .table .row .col1 .span1w {
	font-weight: 700;
}

.center .table .row .col2 .span2w {
	font-weight: 700;
}

.center .table .row .col3 .span3w {
	font-weight: 700;
}

.center .table .row .col4 .span4w {
	font-weight: 700;
}

.center .table .row .col1 .spanb1 {
	font-size: 9pt;
	color: #434A54;
	/*background-image:url('/image/add.gif');
	background-repeat:no-repeat;
    background-attachment:fixed;
    background-position:top left;*/
}

.center .table .row .col2 .spanb2 {
	font-size: 9pt;
	color: #DD0000;
}

.butfoot .spanbut1 {
	background-color: #DD0000;
	color: #FFF;
	font-weight: 700;
	padding: 3px 20px;
	outline-style: none;
	font-size: 9pt;
	text-align: center;
	font-family: 'Microsoft YaHei';
	cursor: pointer;
	margin-left: 20px;
	margin-bottom: 14px;
    margin-top: 14px;
	display: inline-block;
}

.butfoot .spanbut1:hover {
	background-color: #F73500;
}

.center .table .row .col2 .span2 {
	font-size: 9pt;
	color: #434A54;
	/*font-weight: 700;*/
}

.layer_up,.layer_down {
	cursor: pointer;
	display: inline-block;
	width: 25px;
	text-align: center;
	font-size: 9pt;
}