.shufajia {
	position: relative;
	padding: 26px 30px 6px 30px;
}

.shufajia-list {
	display: inline-block;
}

.shufajia-list li {
	display: block;
	float: left;
	width: 100px;
	margin: 0 30px 24px 0;
	background-color: #eee;
}

.shufajia-list li:nth-child(9n) {
	margin-right: 0;
}

.shufajia-list li img {
	width: 100px;
    border-radius: 5px;
}

.shufajia-list li p {
	text-align: center;
	font-size: 16px;
	line-height: 40px;
	border-radius: 4px;
}

.shufajia-list li.remenp {
    background-color: #f000;
}

.shufajia-list li.remenp p {
	margin-top: 23px;
	line-height: 0;
}

/*字母导航*/
.choice-tab {
	margin-top: 20px;
    height: 68px;
    margin-bottom: 15px;
    padding: 20px 0 20px 20px;
    box-sizing: border-box;
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #fa861f), to(#f7a300));
}
.choice-tab span {
	float:left;
	font-size:16px;
	color:#fff;
	font-weight:bold;
	margin-right:20px;
    line-height: 28px;
}
.choice-tab i {
	float: left;
    width: 26px;
    height: 26px;
    line-height: 26px;
    font-size: 16px;
    color: #fff;
    margin-right: 13.8px;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
    border: 1px solid #fff;
    font-style: normal;
}
.choice-tab i:last-child {
    margin-right: 0;
}
.choice-tab i:Hover {
    color: #f93a44;
    border: 1px solid #fff;
    background-color: #fff;
}
.choice-tab i[data-char="0"] {
	width:41px;
}
.choice-tab i:last-child {
	margin-right:0;
}
.choice-tab.fixed {
	position:fixed;
	width:1200px;
	top:40px;
	left:50%;
	margin-left:-600px;
	z-index:100;
	box-shadow:0 2px 2px 0 rgba(37,9,9,0.06);
}
.choice-tab-seat {
	display:none;
	height:68px;
}