@charset "utf-8";

.bg-f8 {
    background: #f8f8f8;
    min-width: 1180px;
}

/*头部菜单*/
.w1140 {
    width: 1140px;
    margin: 0 auto;
}
.header-menu{
    background: #FFFFFF;
    margin: 30px 0;
    padding: 20px 30px 10px 30px;
}
.category{
    margin: 20px 0 20px 40px;
}
.category li{
    padding: 0 20px;
    height:40px;
    display:inline-block;
}
.category li a{
   padding: 8px;
}
.category li a:hover{
    color: #FF5353;
    text-decoration: none
}
.select{
    color: #FF5353;
    letter-spacing: 0.27px;
    background: #F7F9FA;
    border-radius: 2px;
    text-decoration: none
}

/*排序*/
._product_title {height: 35px; margin-bottom:28px; }
._product_title span {cursor: pointer;padding: 8px 0;margin-left: 38px }
._product_title span i {width: 8px; height: 15px; margin-left: 5px;}
._product_active{
    color: #FF5353;
}
.arrow_down { background: url(../images/image-png/arrow_down.png)  no-repeat ;background-position: 0 -1px;}
.arrow_up { background: url(../images/image-png/arrow_up.png) no-repeat;    background-position: 0 2px;}


