.right {
	font-size: 9pt;
}

.cons {
	position: relative;
}

.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;
}

.simCons .consTitle span {
	top: 6px;
	position: relative;
}

.simCons input[type="text"] {
	padding-left: 2px;
}

#chaxun {
	/*position: absolute;*/
	right: 0px;
}

.charts {
	margin: 20px 20px 0px 20px;
	border: 1px solid #E6E9ED;
}

.charts {
	margin-bottom: 20px;
	text-align: center;
}

.charts .table .row .title {
	font-weight: bold;
	background: #F5F7FA;
	border-bottom: 1px solid #E6E9ED;
	height: 30px;
	vertical-align: middle;
}

.charts .chart {
	border-right: 1px solid #E6E9ED;
}

.chart {
	width: 60%;
}

.ranking .cell {
	width: 33.3%;
}

.ranking .data .cell {
	height: 40px;
	vertical-align: middle;
}

.ranking .row:NOT(:last-child) .cell {
	border-bottom: 1px solid #E6E9ED;
}

#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;
}

#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;
}

.shadow {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 8;
	background: black;
	zoom: 1;
	top: 0;
	left: 0;
}

.depttype span {
	min-width: 0px;
}

#vip,#product,#goodslabeldetail{
	border: 0px;
	outline-style: none;
 
	height: 24px;
	font-size: 9pt;
	font-weight: 700;
	text-align: center;
	font-family: 'Microsoft YaHei';
	margin-right: 10px;
	cursor: pointer;
}

.select {
	background-color: #DD0000;
	color: #FFF;
}



#vip:hover,#product:hover,#goodslabeldetail:hover{
	background-color:  #DD0000;
	color: #FFF;
}