.hot-sales {
    position: relative;
    height: 152px;
    padding-left: 80px;
    padding-right: 210px;
    margin-bottom: 15px;
    margin-top: 15px;
    background-color: #f1f1f1;
}
.hot-sales-main {
    width: 100%;
    height: 137px;
    padding-top: 15px;
}
.hot-sales-main .hd {
    width: 30px;
    height: 60px;
    position: absolute;
    left: 20px;
    top: 0;
    line-height: 18px;
    padding: 20px 10px 0 5px;
    font-size: 14px;
    text-align: center;
    font-family: "microsoft yahei";
    color: #f60;
    background: url(../images/list.icons.other.png) no-repeat;
}
.hot-sales-main .bd {
    width: 100%;
    height: 122px;
    overflow: hidden;
}
.hot-sales-main li {
    width: 264px;
    height: 100px;
    overflow: hidden;
    float: left;
    *display: inline;
    margin-bottom: 15px;
    padding: 11px;
    background-color: #fff;
}
.hot-sales-main li .p-img {
    float: left;
    width: 100px;
    height: 100px;
    padding: 0;
    margin-right: 10px;
}
.hot-sales-main li .p-img img {
    width: 100px;
    height: 100px;
}
.hot-sales-main li .p-name {
    display: block;
    height: 40px;
    line-height: 20px;
    overflow: hidden;
    padding-top: 5px;
}
.hot-sales-main li .p-price {
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    padding-top: 5px;
    color: #666;
}
.p-price strong {
    color: #e4393c;
    font-weight: 400;
    font-family: Verdana;
}
.hot-sales-main li .p-price .number {
    font-weight: 700;
}
.hot-sales-main li .p-btnbox {
    padding-top: 3px;
    height: 27px;
    overflow: hidden;
}
.hot-sales .hot-sales-act {
    width: 175px;
    height: 152px;
    position: absolute;
    right: 0;
    top: 0;
    padding-left: 50px;
}
.hot-sales .hot-sales-act .hd {
    width: 30px;
    height: 60px;
    position: absolute;
    left: 0;
    top: 0;
    line-height: 18px;
    padding: 20px 10px 0 5px;
    font-size: 14px;
    text-align: center;
    font-family: "microsoft yahei";
    color: #f60;
    background: url(../images/list.icons.other.png) no-repeat;
}
.hot-sales .hot-sales-act .bd {
    height: 135px;
    overflow: hidden;
    padding-top: 15px;
    padding-right: 10px;
}
.hot-sales .hot-sales-act .bd li {
    width: 165px;
    height: 22px;
    overflow: hidden;
    line-height: 22px;
    margin-bottom: 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: simsun;
}
.btn-default{
    display: inline-block;
    line-height: 14px;
    height: 14px;
    border-radius: 2px;
    background: #F7F7F7;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    border: 1px solid #DDD;
    padding: 4px 13px 5px;
    color: #666;
    background-color: #f7f7f7;
    background-repeat: repeat-x;
    background-image: -moz-linear-gradient(top,#f7f7f7,#f2f2f2);
    background-image: -webkit-linear-gradient(top,#f7f7f7,#f2f2f2);
    background-image: -o-linear-gradient(top,#f7f7f7,#f2f2f2);
    background-image: linear-gradient(top,#f7f7f7,#f2f2f2);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#f2f2f2', GradientType=0);
}
.btn-default:hover {
    text-decoration: none;
    box-shadow: 0 1px 1px rgba(0,1,1,.08);
    cursor: pointer;
    color: #666;
}
/*热卖推荐促销活动*/




.filter-box {
    padding: 18px 0;
}
.filter-list-title h3 {
    float: left;
    padding-left: 10px;
}
.filter-list-title h3 b {
    color: #e4393c;
    margin-right: 5px;
}
.filter-list-title{
    border-bottom: 1px solid #DDD;
    background: #F1F1F1;
    line-height: 34px;
    height: 34px;
    overflow: hidden;
}
.filter-list-wrap:first-child, .filter-selected-list-wrap:first-child, .full-toggle-wrap:first-child {
    border-top: 0;
}
.filter-list-wrap, .filter-selected-list-wrap, .full-toggle-wrap {
    border-top: 1px solid #e0e0e0;
    position: relative;
    padding: 0px 10px;
}
.filter-list, .selected-list {
    position: relative;
    padding-left: 70px;
    min-height: 45px;
    margin: 0;
}
.filter-list dt, .selected-list dt {
    position: absolute;
    left: 0;
    top: 11px;
    width: 72px;
    color: #b0b0b0;
}
.filter-list dd, .selected-list dd {
    float: left;
    margin: 0;
}
.filter-list dd.active {
    color: #e4393c;
}
.filter-list dd a.hover {
    color: #e4393c;
}
.filter-list dd {
    width: 172px;
    padding: 12px 0;
}
.filter-list a {
    color: #005aa0;
}
.filter-list a:hover {
    color: #e4393c;
}
.filter-list-wrap .more {
    position: absolute;
    right: 10px;
    top: 10px;
    height: 24px;
    line-height: 24px;
    color: #757575;
}
.filter-list {
    width: 1210px;
    height: 45px;
    overflow: hidden;
    _zoom: 1;
    -webkit-transition: height .3s ease-in;
    transition: height .3s ease-in;
}
.filter-list-wrap-toggled .filter-list-row-2 {
    height: 90px;
}
.filter-list-wrap-toggled .filter-list-row-3 {
    height: 135px;
}
.filter-list-wrap-toggled .filter-list-row-4 {
    height: 180px;
}
.filter-list-wrap-toggled .filter-list-row-5 {
    height: 225px;
}
.filter-list-wrap-toggled .filter-list-row-6 {
    height: 270px;
}
.filter-list-wrap-toggled .filter-list-row-7 {
    height: 315px;
}
.filter-list-wrap-toggled .filter-list-row-8 {
    height: 360px;
}
.filter-list-wrap-toggled .filter-list-row-9 {
    height: 405px;
}
.filter-list-wrap-toggled .filter-list-row-10 {
    height: 450px;
}
.filter-list-wrap-toggled .filter-list-row-11 {
    height: 495px;
}
.filter-list-wrap-toggled .filter-list-row-12 {
    height: 540px;
}
.filter-list-wrap-toggled .filter-list-row-13 {
    height: 585px;
}
.filter-list-wrap-toggled .filter-list-row-14 {
    height: 630px;
}
.filter-list-wrap-toggled .filter-list-row-15 {
    height: 675px;
}

/*商品筛选 end*/








.filter {
    position: relative;
    z-index: 4;
    _zoom: 1;
    border-top: 1px solid #DDD;
    margin-bottom: 5px;
}
.filter .f-line{
    height: 25px;
    background: #F1F1F1;
    padding: 6px 8px;
    border-bottom: 1px solid #E7E3E7;
    zoom: 1;    
}
.filter .f-sort {
    float: left;
    margin-right: 24px;
}
.filter .f-sort a {
    float: left;
    padding: 0 10px;
    height: 23px;
    border: 1px solid #CCC;
    line-height: 23px;
    margin-right: -1px;
    background: #FFF;
    color: #333;
    position: relative;
}
.filter .f-sort a.down, .filter .f-sort a.up {
    position: relative;
    padding-right: 20px;
}
.filter .f-sort a.down i, .filter .f-sort a.up i {
    display: block;
}
.filter .f-sort a i {
    display: block;
    position: absolute;
    background: url(../images/search.ele.png) no-repeat -9999px -9999px;
    top: 6px;
    right: 5px;
    width: 13px;
    height: 12px;
    overflow: hidden;
    font-size: 0;
}
.filter .f-sort a.up i {
    background-position: 0 -225px;
}
.filter .f-sort a.down i {
    background-position: 0 -203px;
}
.filter .f-sort a.curr {
    background: #e4393c;
    color: #FFF;
    border-color: #e4393c;
}
.filter .f-sort a.curr:hover{
    color: #fff;
}
.filter .f-sort a:hover {
    position: relative;
    color: #e4393c;
}
.filter .f-pager {
    float: right;
}
.filter .f-pager .fp-text {
    line-height: 23px;
    margin-right: 10px;
    font-family: verdana;
    float: left;
}
.filter .f-pager .fp-text b {
    color: #e4393c;
    font-weight: 700;
}
.filter .f-pager .fp-prev {
    margin-right: -1px;
}
.filter .f-pager .fp-next, .filter .f-pager .fp-prev {
    width: 46px;
    height: 23px;
    border: 1px solid #DDD;
    background: #FFF;
    line-height: 23px;
    font-family: "\5b8b\4f53";
    text-align: center;
    font-size: 16px;
    color: #AAA;
    float: left;
}
.filter .f-pager .fp-next.disabled, .filter .f-pager .fp-prev.disabled {
    padding: 0;
    background: #F1F1F1;
    color: #CCC;
    cursor: default;
}
.goods-list-style a{
    float: right;
    padding: 0 10px;
    height: 23px;
    border: 1px solid #CCC;
    line-height: 23px;
    margin-right: -1px;
    background: #FFF;
}
.goods-list-style a.on{
    background: #e4393c;
    color: #fff;
    border: 1px solid #e4393c;
}
.goods-list-style a:hover{
    border: 1px solid #e4393c;
}
.goods-list-style li i{
    margin-right: 2px;
    font-size: 16px;
}
/*排序 样式切换 end*/





    .hot-sales-main li {
            margin-right: 13px;
            margin-left: 0px;
    }
    .goods-list-one .goods-list-warp{
        width: 1000px;
    }
    .goods-list-one .item{
        margin-right: 10px;
        width: 240px;
    }






.m-list {
    float: right;
    width:100%;
}
.m-list .ml-wrap {
    margin-left: 220px;
    padding-bottom: 30px;
}



.goods-list-one .item{
     height: 450px;
     float: left;
     position: relative;
     z-index: 1;
     _display: inline;
     margin-top: 10px;
}
.goods-list-one .item .goods-item:hover{
    z-index: 1;
    border-color: #e9e9e9;
    -webkit-box-shadow: 0 0 2px 2px #f8f8f8;
    -moz-box-shadow: 0 0 2px 2px #f8f8f8;
    box-shadow: 0 0 2px 2px #f8f8f8;
}
.goods-list-one .goods-item{
	z-index: 1;
	left: 0;
	top: 0;
	background: #fff;
	border: 1px solid #fff;
	padding: 38px 9px 10px;
	-webkit-transition: border-color .1s ease;
	-moz-transition: border-color .1s ease;
	transition: border-color .1s ease;
}

.goods-list-one .goods-item .p-img {
    height: 220px;
    padding: 0;
    margin-bottom: 15px;
    position: relative;
}
.goods-list-one .goods-item .p-img a {
    display: block;
    position: relative;
    overflow: hidden;
}
.goods-list-one .goods-item .p-img img{
    width: 220px;
    height: 220px
}
.goods-list-one .goods-item .p-price {
    position: relative;
    line-height: 22px;
    height: 22px;
    overflow: hidden;
    width: 100%;
    margin: 0 0 8px;
}
.goods-list-one .goods-item .p-price strong {
    float: left;
    margin-right: 10px;
    color: #e4393c;
    font-size: 20px;
    font-weight: 400;
	font-family: Verdana;
}
.goods-list-one .goods-item .p-price strong em {
    font-size: 16px;
}
.goods-list-one .item .goods-item .p-name {
    height: 40px;
    margin-bottom: 8px;
    overflow: hidden;
}
.goods-list-one .goods-item .sell-stat{
	margin: 0 auto;
	border-top: solid 1px #EEE;
	overflow: hidden;
}
.goods-list-one .goods-item .sell-stat ul {
    font-size: 0;
    *word-spacing: -1px;
    width: 213px;
    margin-left: -1px;
}
.goods-list-one .goods-item .sell-stat ul li{
	vertical-align: middle;
	letter-spacing: normal;
	word-spacing: normal;
	text-align: center;
	display: inline-block;
	*display: inline;
	width: 60px;
	height: 40px;
	padding: 5px;
	margin: 0;
	border-left: solid 1px #EEE;
	overflow: hidden;
	*zoom: 1;
	font-size: 12px;
}
.goods-list-one .goods-item .sell-stat ul li a.status {
    color: #3388BB;
}
.goods-list-one .goods-item .actions{
    opacity: 0;
    filter: alpha(opacity=0)\9;
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear;
}
.goods-list-one .goods-item .actions i{
    font-size: 22px;
}
.goods-list-one .goods-item:hover .actions{
    opacity: 1;
    filter: alpha(opacity=100)\9;
}
.goods-list-one .goods-item .actions span{
    opacity: 0;
    filter: alpha(opacity=0)\9;
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear;
}
.goods-list-one .goods-item .actions .btn-like,.goods-list-one .goods-item .actions .btn-contrast{
    position: absolute;
    top: 0;
}
.goods-list-one .goods-item .actions .btn-like{
    left: 10px;
}
.goods-list-one .goods-item .actions .btn-contrast{
    right: 10px;
}
.goods-list-one .goods-item .actions .btn-like:hover span{
    opacity: 1;
    filter: alpha(opacity=100)\9;
}
.goods-list-one .goods-item .actions .btn-contrast:hover span{
    opacity: 1;
    filter: alpha(opacity=100)\9;
}
.goods-list-one .goods-item .buy a{
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #E4393C;
    display: inline-block;
    color: #fff;
    font-size: 14px;
}
.goods-list-one .goods-item .buy a i{
    margin-right: 10px
}
/*大图 end*/





.goods-list-two ul li{
    height: 74px;
    padding: 6px 8px;
    border-bottom: 1px solid #ddd
}
.goods-list-two ul li:nth-of-type(2n+2) {
    background-color: #f9f9f9;
}
.goods-list-two ul li .p-img{
    width: 73px;
    height: 73px;
    text-align: center;
    float: left;
}
.goods-list-two ul li .p-img img{
    width: 73px;
    height: 73px;
}
.goods-list-two ul li .p-name{
    width: 350px;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    float: left;
    margin-left: 50px;
    margin-top: 25px;
}
.goods-list-two ul li .p-name a{
    color: #666
}
.goods-list-two ul li .p-price{
    float: left;
    font-size: 12px;
    margin-top: 14px;
    width: 200px;
    text-align: center;
}
.goods-list-two ul li .p-price em.new{
    font-weight: 700;
    color: #e4393c;
    font-size: 16px
}
.goods-list-two ul li .action{
    float: right;
    width: 170px;
    text-align: center;
    margin-top: 15px;
}
.goods-list-two ul li .action .btn-collect{
    background: #FF6500;
    width: 60px;
    height: 25px;
    font-family: "微软雅黑";
    line-height: 25px;
    float: left;
    cursor: pointer;
    text-align: center;
    color: #fff;
    margin-right: 10px;
}
.goods-list-two ul li .action .btn-buy{
    background: #E31939;
    width: 100px;
    height: 25px;
    font-family: "微软雅黑";
    line-height: 25px;
    float: left;
    cursor: pointer;
    text-align: center;
    color: #fff;
}
/*列表 end*/






.sideMenu{  
    border:1px solid #ddd;
    margin-bottom: 20px;  
}
.sideMenu h3{ 
    height:32px; 
    line-height:32px; 
    padding-left:10px;  
    border-top:1px solid #e3e3e3; 
    background:#f4f4f4; 
    cursor:pointer;
    font:normal 14px/32px "Microsoft YaHei";
}
.sideMenu h3 em{ 
    float:right; 
    display:block; 
    width:40px; 
    height:32px;   
    background:url(../images/icoAdd.png) 16px 12px no-repeat; 
    cursor:pointer; 
}
.sideMenu h3.on em{ 
    background-position:16px -57px; 
}
.sideMenu ul{ 
    padding:8px 25px; 
    color:#999; 
    display:none; /* 默认都隐藏 */ 
}
.sideMenu ul li{
    width: 50%;
    float: left;
    overflow: hidden;
    height: 20px;
    line-height: 20px;
}
.sideMenu ul:after {content: ".";display: block;height: 0;font-size: 0;clear: both;visibility: hidden;}
/*产品名称 折叠 end*/








.l-row .recent-view{
    padding: 0 9px;
    border: 1px solid #ddd;
    border-top: 2px solid #999;
}
.recent-view .mt {
    height: 30px;
    line-height: 30px;
}
.recent-view .title {
    width: 50%;
    float: left;
    font: 14px/30px "Microsoft YaHei";
}
.recent-view .extra {
    width: 50%;
    float: right;
    text-align: right;
}
.recent-view .mc {
    height: 100px;
    overflow: hidden;
}
.recent-view-list li {
    width: 86px;
    float: left;
    margin: 0 2px 0 0;
    padding-bottom: 14px;
    text-align: center;
}
.recent-view-list .p-img img {
    width: 70px;
    height: 70px;
}
.recent-view-list .p-price {
    color: #e3393c;
}
/*我的足迹 end*/


