.listSelect {
	font-size: 14px;
	margin-bottom: 20px;
	padding-bottom: 25px;
	border-bottom: 2px solid #fafafa;
}

.listSelect a {
	padding: 4px 18px;
	text-align: center;
	margin-left: 5px;
	border: 1px solid #fff;
}

.listSelect a:hover {
	border: 1px solid #9d007f;
	color: #9d007f;
}

.listSelect a.selActive {
	border: 1px solid #9d007f;
	color: #9d007f;
}

.selActive2 {
    background: #9d007e;
    color: #fff;
}

.prod .prod-list li {
    float: left;
    margin-right: 14px;
    margin-bottom: 25px;
}

.prod-list img {
	display: block;
	width: 264px;
	height: 264px;
}

.prod-list li b {
    font-size: 15px;
    margin-top: 15px;
    margin-bottom: 5px;
}

.prod-list li span.member-price {
    font-size: 24px;
    color: #9d007e;
}

.prod-list li span.gold-price {
	font-size: 18px;
}

.prod-list li i {
    font-size: 12px;
    color: #b5b5b6;
    text-decoration: line-through;
}

.prod-list li span.sales-amount {
    font-size: 15px;
    color: #000;
}

.prod .prod-list b,
.prod .prod-list span,
.prod .prod-list i {
    display: block;
}

.header .top_menu {
	clear: none;
}

.feature {
	margin-bottom: 25px;
}


.desc {

}

.desc span {
	display: inline-block;
	height: 25px;
	line-height: 25px;
}

.sort-item {

}

.sort a {
	display: block;
	float: left;
	width: 60px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	border: 1px solid #b5b6b6;
}

.sort-item a {
	position: relative;
	padding-right: 8px;
}

.sort a.sort-by-time {
	border-left: none;
	border-right: none;
}

.selText {
	margin-left: 20px;
}

.selText input {
	height: 23px;
	line-height: 23px;
	padding-left: 5px;
	width: 65px;
}

.extra .extra-item {
	float: left;
	position: relative;
}

.extra .inspection {
	margin-right: 26px;
	/* height: 231px; */
}

.extra-item .extra-title {
	display: block;
	width: 110px;
	height: 30px;
	line-height: 30px;
	background: #9d007e;
	border-radius: 15px;
	text-align: center;
	color: #fff;
	float: left;
}

.extra-item .inspection-title {
	background: #9d007e url(../images/icons/triangle_white.png) 94px center no-repeat;
    width: 113px;
    padding-right: 8px;
}

.inspection:hover .inspection-links {
	display: block;
}

.extra-item .inspection-links {
	position: absolute;
	width: 266px;
	height: 195px;
    top: 30px;
    left: -73px;
    background: url(../images/icons/pop_bg.png) no-repeat;
    display: none;
}

.inspection-links a {
	display: block;
	padding-left: 19px;
	margin-left: 6px;
	width: 233px;
	height: 43px;
	line-height: 43px;
	font-size: 12px;
	color: #666;
}

.inspection-links a:hover {
	color: #9d007e;	
}

.split-line {
	display: inline-block;
	margin: 0 5px;
}

.selName,
.selList {
	float: left;
}

.listSelect li {
    padding-bottom: 10px;
    padding-top: 13px;
}

.flexslider {
	height: 525px;
}

.flexslider .slides li {
	height: 525px;
}

.arrow {
	display: inline-block;
	width: 8px;
	height: 12px;
	background: url(../images/sprite-arrow.png) no-repeat;
	position: absolute;
	top: 7px;
    left: 48px;
}

.arrow-down-black {
	background-position: 0 0;
}

.arrow-down-white {
	background-position: 0 -14px;
}

.arrow-up-black {
	background-position: 0 -28px;
}

.arrow-up-white {
	background-position: 0 -42px;
}
