.search-selected a, .search-selected span {
    display: inline-block
}
a:hover {
    color: #34495e;
    text-decoration: none;
}
.search-selected {
    padding: 0 0 9px
}
.search-selected a {
    padding: 4px 0
}
.search-selected a.item {
    border: 1px solid #ddd;
    background-color: #fff;
    margin-right: 8px;
    box-shadow: 0 1px 1px #ddd;
    color: #b0352f;
    padding: 4px 8px
}
.search-selected a.item em.iconfont {
    color: #999;
    margin-left: 3px
}
.search-selected a.item:hover {
    background-color: #f2f2f2;
    text-decoration: none
}
.search-null {
    border: 1px solid #ddd;
    background: #fff;
    padding: 30px 20px;
    text-align: center;
    font-size: 14px
}
.search-null img {
    vertical-align: middle;
    margin-right: 10px
}
.search-options {
    background-color: #fff
}
.search-options .bd {
    border: 1px solid #F3F3F3;
    border-bottom: none;
}
.search-options dl {
    padding: 5px 0;
    border-bottom: 1px solid #F3F3F3;
    width: 100%;
    position: relative
}
.search-options dt {
    position: absolute;
    top: 5px;
    left: 10px;
    font-size: 14px
}
.search-options dd {
    position: relative;
    padding: 0 50px 0 83px;
    height: 24px;
    overflow: hidden;
    -webkit-transition: height .5s;
    -moz-transition: height .5s;
    -ms-transition: height .5s;
    -o-transition: height .5s;
    transition: height .5s
}
.search-options dd .items {
    padding-top: 2px
}
.search-options dd .items a {
    color: #666;
    transition: none;
	padding: 2px 4px
}
.search-options dd .items a:hover {
    background:#b0352f;
    color: #fff
}
.search-options dd .link {
    float: left;
    display: inline;
    width: 202px;
    height: 18px;
    margin: 0 10px 8px 0;
    overflow: hidden
}
.search-options dd a.more-btn {
    position: absolute;
    top: 3px;
    right: 5px;
    margin-right: 0;
    padding: 0 20px 0 0;
    color: #b0352f
}
.search-options dd a.more-btn:hover {
    background-color: #fff;
    text-decoration: none;
}
.search-options dd.dd-price {
    overflow: visible;
    z-index: 20
}
.priceform {
    position: absolute;
    top: -11px;
    right: 12px;
    z-index: 10
}
.priceform .form-bg {
    width: 270px;
    border: 1px solid #fff;
    border-top-color: #ddd;
    padding: 8px 15px;
    +padding-bottom: 7px;
    font-size: 0
}
.priceform input {
    font-size: 12px;
    border: 1px solid #eaeaea;
    padding: 3px;
    height: 18px;
    width: 60px;
    line-height: 18px
}
.priceform input.submit {
    height: 26px;
    padding: 0;
    line-height: 16px;
    cursor: pointer;
    width: 68px;
    border-color: #e1e1e1;
    background-color: #eaeaea;
    background-image: -moz-linear-gradient(#fefefe, #eaeaea);
    background-image: -webkit-linear-gradient(#fefefe, #eaeaea);
    background-image: linear-gradient(#fefefe, #eaeaea)
}
.priceform input.submit:hover {
    background-color: #e4e4e4
}
.priceform span {
    height: 26px;
    width: 12px;
    display: inline-block;
    vertical-align: -9px;
    +vertical-align: -1px;
    font-size: 12px
}
.priceform span.rmb {
    background-position: -10px -272px
}
.priceform span.rmb2 {
    padding-left: 20px;
    background-position: 8px -272px
}
.priceform form p {
    display: none;
    text-align: center
}
#priceform.focus .form-bg {
    background-color: #f6f6f6;
    border-color: #e4e4e4;
    height: 28px;
    box-shadow: 0 1px 3px rgba(100, 100, 100, .1)
}
#priceform.focus form p {
    display: inline;
    padding-left: 15px
}
.sort {
    padding:7px
}
.sort .sort_bd {
    margin-left: -15px;
    color: transparent
}
.sort .sort_bd a {
    margin: 0 15px;
    padding: 0 3px;
    color: #333;
    border-bottom: solid 2px transparent;
    text-align: center;
    transition: none;
}
.sort .sort_bd a.current, .sort .sort_bd a:hover {
    color: #b0352f;
    border-bottom-color: #b0352f;
}
.productlist {
    margin-bottom: 10px;
    overflow: hidden;
    background: #FAFAFA;
    /*border-top: 1px solid #ddd;
    padding: 2px 0; padding-left:6px;*/ 
}
.productlist ul {
    margin-right:-12.5px;
    font-size: 14px;
    line-height: 25px
}
.productlist li {
    width: 190px;
    height: 255px;
    float: left;
    position: relative;
    border: 1px solid #eee;
    margin: 4px 12.5px 10px 0;
    padding: 19px;
    box-shadow: 0 0 1px 0 #eee;
    background: #fff;
}
.productlist li:nth-child(5n) { margin-right:0px;}
.productlist li img {
    display: block;
    width: 250px;
    height: 250px;
    margin: 0 auto;
    background: url("../images/loading-lizi.gif")  center no-repeat
}
.productlist li a {
    display: block;
    overflow: hidden
}
.productlist li a img {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    transition: all .3s;
    width: 190px;
	height: 190px
}
.productlist li:hover {
	border-color: #b0352f
}
.productlist li p.txt {
    height: 40px;
    line-height: 20px;
    margin: 5px 0;
    overflow: hidden
}
.productlist li p.txt img {
    margin: initial;
    z-index: 1000;
    height: 53px;
    width: 48px;
    display: inline;
    vertical-align: -2px;
    margin-right: 5px;
    position: absolute;
    top: -1px;
    left: -1px
}
.productlist li p.buhuo, .productlist li p.xszk {
    padding-left: 50px;
    background: url("../../../cdn.lizi.com/images/pc/text-ico.png")  0 9999px no-repeat
}
.productlist li p.xszk {
    background-position: 0 4px
}
.productlist li p.buhuo {
    background-position: 0 -28px
}
.productlist li p.txt em {
    color: red
}
.productlist li p span.fr {
    font-size: 12px
}