#collect,#detail,#vip{
	border: 0px;
	outline-style: none;
	width: 75px;
	height: 24px;
	font-size: 9pt;
	font-weight: 700;
	text-align: center;
	font-family: 'Microsoft YaHei';
	margin-right: 10px;
	cursor: pointer;	
}
.right {
	font-size: 9pt;
}
 
#confirm {
	width: 68px;
	height: 24px;
	background: #DD0000;
	border: none;
	color: #FFF;
	outline-style: none;
	font-family: 微软雅黑;
	font-size: 12px;
}

#confirm:HOVER {
	background: #F73500;
	cursor: pointer;
}
.select {
	background-color: #DD0000;
	color: #FFF;
}
#depttype, #district, #dept, #viptype {
	background: #FFF;
	position: relative;
	width: 150px;
	height: 25px;
	border: 1px solid #E6E9ED;
	outline-style: none;
	padding-right: 28px;
	background: url("../../image/mult_select_icon.png") center right 5px
		no-repeat;
	background-size: 20px;
}

#depttype .select_cont, #district .select_cont, #dept .select_cont,
	#viptype .select_cont {
	overflow: hidden;
	-webkit-line-clamp: 1;
	-moz-line-clamp: 1;
	-ms-line-clamp: 1;
	-o-line-clamp: 1;
	line-clamp: 1;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-ms-box-orient: vertical;
	-o-box-orient: vertical;
	box-orient: vertical;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-box;
	display: -o-box;
	display: box;
	word-break: break-all;
	text-align: left;
}

.choice_box {
	position: fixed;
	width: 703px;
	z-index: 9;
	top: 50%;
	left: 50%;
	margin-left: -351px;
	background: #FFF;
	border: 1px solid #E6E9ED;
	display: none;
}

.choice_box input[type='checkbox'] {
	position: relative;
	top: 2px;
}

.choice_box .title .cell, .choice_box .foot .cell {
	padding: 8px;
}

.choice_box .title {
	font-weight: bold;
	border-bottom: 1px solid #E6E9ED;
}

.choice_box .title .cell:LAST-CHILD {
	text-align: right;
}

.choice_box .title .cell:LAST-CHILD img:HOVER {
	cursor: pointer;
}

.choice_box .choice_list {
	border-bottom: 1px solid #E6E9ED;
	max-height: 360px;
	overflow: auto;
}

.choice_box .choice_list .cell {
	width: 20%;
	padding: 8px 0px 8px 8px;
	border-bottom: 1px solid #E6E9ED;
	white-space: nowrap;
}

.choice_box .choice_list .table .row:LAST-CHILD .cell {
	border: none;
}

.choice_box .foot .cell:LAST-CHILD {
	text-align: right;
}
.table {
	display: table;
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}


.row {
	display: table-row;
}

.cell {
	display: table-cell;
}
.shadow {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 8;
	background: black;
	zoom: 1;
	top: 0;
	left: 0;
}
.conversion  {
	margin: 20px 20px 0px 20px;
	border: 1px solid #E6E9ED;
	overflow-x:scroll;
	width:1000px;
}

.conversion .table  {
	display: table;
	width: 4800px;
	text-align: center;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

.conversion .table .row {
	display: table-row;
}

.conversion .table .title  {
	background: #F5F7FA;
	font-weight: bold;
}

.conversion .table .row .cell  {
	height: 12px;
	display: table-cell;
	padding: 10px 0px;
}

 
.conversion .table .title .cell  {
 	font-size:9pt;
 	color:#434A54;
	border-bottom: 1px solid #E6E9ED;
}

.conversion .table .row:LAST-CHILD .cell span 
	{
	line-height: 16px;
	height: 16px;
	display: block;
	 
}

.conversion .table .datarow {
	display: table-row;
}
.conversion .table .datarow .cell  {
	display: table-cell;
	padding: 10px 0px;
	border-bottom: 1px solid #E6E9ED;
	
}
 
.conversion .table .datarow:LAST-CHILD .cell span 
	{
	line-height: 16px;
	height: 16px;
	display: block;
	 
}

.conversion-sum .cell {
	 
	color:#DD0000;
}

.conversion-sum .cell:first-child {
	font-weight: bold;
	color:#434A54;
}

.sort:hover{
	cursor:pointer;
}