 .classfiy_type {
    width: 100%;
    padding: 12px 0;
	margin-bottom:10px;
    overflow: hidden;
    border-top: 1px solid #f4f4f4;
    border-bottom: 1px solid #f4f4f4;
    box-shadow: 0 2.88px 2.4px #f4f4f4;
}
.classfiy_type>span.active {
    color: #e83d2c;
}
.classfiy_type>span {
    float: left;
    width: 20%;
    text-align: center;
    font-size:1em;
    border-right: 1px solid #ddd;
}
.classfiy_type a>span {
    float: left;
    width: 20%;
    text-align: center;
    font-size:1em;
    border-right: 1px solid #ddd;
}
.classfiy_type a{color:#888}

.classify .title .title-icon {
    display: inline-block;
    width: 27px;
    height: 27px;
    background: #ff4d4c;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    margin-right:5px;
}
.classify .title .title-icon i {
    vertical-align: middle;
    color: #fff;
	font-size:16px;
	line-height:27px
}
.classify .title {
    font-size:16px;
    margin-bottom: 12px;
    color: #000;
	font-weight: 400;
}
.people_list {
    width: 100%;
    overflow: hidden;
    margin-bottom: 15px;
}
 .people_list>span {
    position: relative;
    float: left;
    width: 30%;
    margin-right: 4.5%;
    margin-bottom: 10px;
    height: 38px;
    background: #f6f6f6;
    border-radius:3px;
    color: #333;
    text-align: center;
    line-height: 38px;
    font-size: 12px;
}
.people_list>span:nth-child(3n+0) {
    margin: 0;
}
.people_list>span.active {
    background: #ffeff2;
    color: #d20025;
}
 .people_list>span.active:before{
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width:16px;
    height:13px;
    background: url(../images/right.png) no-repeat 50%;
    background-size: 100%;
}
.list-view-contaier {
    overflow: hidden;
}
 .list-view-item-wrapper {
    float: left;
    width: 48%!important;
    margin: 1%;
    margin-bottom:15px;
}
.list-view-item-wrapper .list {
    width: 100%;
    overflow: hidden;
    box-shadow: 0 0 0.04rem 0.06667rem #f4f4f4;
}
.list-view-contaier .list-view-item-wrapper>* {
    margin: auto;
}
.list-view-item-wrapper .list .img_box {
    position: relative;
    width: 100%;
    height:96px;
}

.list-view-item-wrapper .list .img_box>img {
    width: 100%;
    height: 100%;
}

.list-view-item-wrapper .list .img_box .time {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 5px;
    background: rgba(0,0,0,.5);
    color: #fff;
    font-size:12px;
}
 .list-view-item-wrapper .list .title_box {
    width:100%;
    padding:5px;
}
.list-view-item-wrapper .list .title_box p.title {
    color:#000;
    margin:0;
    display:-webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    overflow: hidden;
    height: 30px;
    line-height: 15px;
    white-space: normal;
    word-break: break-all;
	font-weight:400;
}
.list-view-item-wrapper .list .title_box p.other .free_price {
    color: #02c32a;
}
.list-view-item-wrapper .list {
    width: 100%;
    overflow: hidden;
    box-shadow: 0 0 1.5px 2.5px #f4f4f4;
}