.right {
	font-size: 9pt;
}
 
.shadow {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 8;
	background: black;
	zoom: 1;
	top: 0;
	left: 0;
}


.table {
	display: table;
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

#guidedept, #vipdept {
	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;
}

#guidedept .select_cont, #vipdept .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;
}
#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;
	
	
}
.select {
	background-color: #DD0000;
	color: #FFF;
}
.row {
	display: table-row;
}

.cell {
	display: table-cell;
}
