/*分类*/
.smemu {
	min-height: 30px;
	position: relative;
	z-index: 888888;
	padding: 5px 0;
	background: #fff;
	border-bottom: 1px solid #e6e6e6
}

.sm-r {
	position: absolute;
	top: 5px;
	right: 0;
	height: 30px;
	line-height: 30px
}

.sm-l {
	padding-left: 5px;
	font-size: 13px;
	font-weight: 700;
	color: #00f;
	line-height: 30px;
}

.sm-b {
	padding-left: 5px;
	font-size: 13px;
	padding-top: 5px;
	padding-bottom: 2px;
}
.iselect {
	display: inline-block;
	margin-right: 3px;
	text-align: center;
	position: relative;
	width: 100px;
	font-size: 13px;
	vertical-align: top;
	border-radius: 3px;
	line-height: 30px;
	background: #005F3C url(../images/bt-1.png) no-repeat right 50%;
	color: #fff;
}

.iselect-list {
	background: #333;
	padding: 5px;
	display: none;
	margin-top: 5px;
	line-height: 30px;
	font-size: 13px;
	text-align: center;
}

.iselect-list li {
	list-style-type: none;
	width: 25%;
	float: left
}

.iselect-list span {
	display: block
}

.iselect-list a {
	font-size: 13px;
	color: #017e66
}

.iselect-list .cur a {
	color: red
}
/*投票数列表*/
.tj-line-box {
	color: #ccc;
	margin: 10px 0;
	padding: 3px;
	padding-right: 10px
}

.tj-line {
	position: relative;
	height: 30px;
	line-height: 30px
}

.tj-line-bg {
	position: absolute;
	top: 3px;
	left: 0;
	height: 24px;
	line-height: 24px;
	width: 24px;
	background: #7CB5EC;
	z-index: 100;
	border-radius: 10px;
	text-align: right
}

.tj-line-bg .ln {
	margin-right: 5px;
	color: #000
}

.tj-line-nbs {
	position: absolute;
	top: 4px;
	left: 1px;
	height: 23px;
	line-height: 23px;
	padding: 0 5px;
	text-align: center;
	z-index: 200;
	border-radius: 10px;
	background: #fff;
	color: #333
}

.tj-line-num {
	position: absolute;
	top: 3px;
	right: 5px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	z-index: 200
}
