* {
    margin: 0;
    padding: 0;
    list-style: none;
    font-style: normal;
}

body {
    font-family: "Microsoft YaHei", "SimSun";
    font-size: 14px;
    color: #000;
}

a {
    text-decoration: none;
    color: #21242c
}

a:hover {
    text-decoration: none;
    color: #21242c;
}
.ts{
    transition: all ease 0.4s;
}
.page-content {
    width: 1200px;
    margin: 0 auto;
    position: relative
}

.filter{
    background: #f3f5f6;
    padding: 30px 0 20px;
}
.filter .hd{
    display: flex;
}
.filter .hd .icon{
    background: linear-gradient(to bottom, #fe3736, #ff7532);
    width: 46px;
    height: 46px;
    border-radius: 100%;
    text-align: center;
    line-height: 46px;
}
.filter .hd .icon i{
    font-size: 28px;
    color: #fff;
}
.filter .hd h3{
    font-size: 24px;
    padding: 0 10px 0 15px;
    color: #333;
    line-height: 44px;
}
.filter .hd p{
    color: #666;
    padding-top:18px;
}

.filter .bd{
    padding: 20px 0 0 0;
}
.filter .bd span{
    float: left;
    line-height: 16px;
    padding: 8px;
    margin:12px 12px 0 0;
    font-weight: bold;
    width: 58px;
    box-sizing: border-box;
    text-align: right;
}
.filter .bd .box{
    position: relative;
    margin-bottom:10px;
}
.filter .bd .item{
    height:46px;
    overflow: hidden;
    
}
.filter .bd .item ul{
    float: left;
    width: calc(100% - 70px);
}
.filter .bd .item ul li{
    float: left;
    line-height: 16px;
    padding: 8px;
    border-radius: 6px;
    margin: 12px 12px 0 0;
}
.filter .bd .item ul li.curr{
    background-color:#ff7e00; 
}
.filter .bd .item ul li.curr a{
    color: #fff;
}
.filter .bd .item.expand .open {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    box-shadow: rgba(95, 101, 105, 0.1) 0px 12px 20px 0px;
    z-index: 10;
    border-radius: 6px;
    padding-bottom: 20px;
}

.sort {
    overflow: hidden;
    margin:25px 0 ;
}

.sort a {
    display: inline-block;
    font-size: 12px;
    color: #545c63;
    line-height: 16px;
    padding: 4px 12px;
    border-radius: 100px;
    margin-right: 12px
}

.sort a.on {
    color: #fff;
    background-color: #545c63
}


.page-list{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap:20px;
}
.page-list .item{
    width: 285px;
    box-shadow: 0 4px 8px 0 rgba(95, 101, 105, .05);
    overflow: hidden;
    border-radius: 10px;
    box-sizing: border-box;
}
.page-list .item .img{
    position: relative;
}
.page-list .item .img span{
    position: absolute;
    top: 6px;
    color: #fff;
    font-size: 12px;
    background-color: rgba(0, 0, 0, .5);
    border-radius: 0 100px 100px 0;
    padding: 2px 10px 2px 10px;
    display: flex;
    align-items: center;
}
.page-list .item img{
    width: 100%;
    vertical-align: bottom;
}
.page-list .item .info{
    padding:10px ;
}
.page-list .item .info h3{
    font-size: 14px;
    font-weight: normal;
    line-height: 22px;
}
.page-list .item .info p{
    font-size: 12px;
    color: #666666;
    padding:10px 0 15px;
}
.page-list .item .info .price{
    font-size:14px;
    color: #f01414;
    font-weight: bold;
    font-family: arial;
}
.page-list .item .info .price span{
    font-size: 12px;
    color: #666666;
    padding-left: 10px;
    text-decoration: line-through;
    font-weight: normal;
}
.page-list .item:hover{
    transform: translateY(-5px);
    box-shadow: 0 5px 30px rgba(0,0,0,0.05);
}


.page {
    margin:30px 0 ;
    overflow: hidden;
    clear: both;
    text-align: center
}

.page-inner {
    padding: 0 20px
}

.page a {
    display: inline-block;
    margin: 0 12px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    color: #4d555d;
    text-align: center;
    border-radius: 50%;
    -webkit-transition: border-color .2s;
    -moz-transition: border-color .2s;
    transition: border-color .2s
}
.page a:hover {
    text-decoration: none;
    background-color: #d9dde1
}
.page a.active {
    background: #4d555d;
    color: #fff
}
.page a:first-child,.page a:last-child,.page a:nth-child(2),.page a:nth-last-child(2) {
    width: auto
}
.page a:first-child:hover,.page a:last-child:hover,.page a:nth-child(2):hover,.page a:nth-last-child(2):hover {
    background-color: transparent
}
.page span,.page-disabled {
    display: inline-block;
    padding: 0 12px;
    min-width: 20px;
    height: 39px;
    line-height: 39px;
    font-size: 14px;
    color: #93999f;
    text-align: center
}
.page-first,.page-last {
    width: 50px
}
.page-next,.page-prev {
    width: 70px
}
.page .notmargin {
    margin-right: 0
}







