@charset 'utf-8';
/*
 * @author lk
 * 9å—9
*/
.grid_auto {
    width:1200px;
}
body{
    background-color:#f5f5f5;
}
.type_box{
    height:33px;
    position:relative;
    margin-top:28px;
    font-size:14px;
    z-index:1;
}
.type_list li{
    position:relative;
    margin-right:27px;
    color:#46454d;
}
.type_list a{
    display:block;
    padding-bottom:10px;
    border-bottom:2px solid transparent;
}
.type_line{
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    height: 2px;
    background-color: #e7e6eb;
}
.type_list li{
    float:left;
}
.type_list span{
    color:#a6a4b2;
}
.type_list .active a{
    border-color:#f54e54;
    color:#f54e54;
}
.type_list a:hover span,.type_list .active span{
    color:#f54e54;
}
ul.jkj_list{
    margin-top:18px;
    width: 105.5%;
    margin-left: -10px;
    margin-right: 0;
    overflow: hidden;
    float: none;
}
.jkj_list li{
    width: 20%;
    height: 380px;
    float: left;
    margin: 0 10px 15px 10px;
    position: relative;
    border: 2px solid #ffffff;
    padding: 15px 15px 0 15px;
    background-color: #FFFFFF;
    text-align: center;
}
.jkj_list li:hover{
    border:2px solid #f54e54;
}
.type_list_box{
    position:relative;
    z-index:2;
}
.quan_item_img{
    position:relative;
    height: 256.36px;
}
.quan_item_img .top_icon{
    position:absolute;
    top:0;
    left:0;
    display:block;
    width:40px;
    height:24px;
    line-height:24px;
    text-align:center;
    color:#fff;
    background-color:#f51848;
    border-bottom-right-radius:5px; 
}
.quan_item_img .new_icon{
    background-color:#ffbc09;    
}
.quan_item_img img{
    height: auto;
    max-width: 100%;
    vertical-align:middle;
}
.quan_item_con{
    padding:0 10px 11px 10px;    
}
.quan_item_con .quan_item_tit{
    padding:15px 0 5px 0;
    font-size:14px;
    overflow: hidden;
    word-break: keep-all;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.quan_item_con .quan_item_tit a{
    color:#333;
}
.quan_item_con .quan_item_tit a:hover{
    color:#f24f60;
}
.quan_item_con .quan_item_price{
    color:#f24f60;
    height:30px;
}
.quan_item_con .quan_item_price .pir{
    font-size:14px;
}
.quan_item_con .quan_item_price .num{
    margin-left:3px;
    line-height:30px;
    font-size:26px;
    font-family:arial;
    position:relative;
    top:1px;
}
.quan_item_con .quan_item_price .list{
    margin-top:10px; 
    color:#a6a4b2;  
}
.quan_item_price .pri_font{
    color:#a6a4b2;
}
.item_btn_box{
    padding-top:10px;
}
.item_btn_box .combtn_red{
    width:80px;
    line-height:32px;
    height:32px;
    font-size:14px;
    text-align: center;
    border-radius: 3px;
}
.shop_type{
    display:inline-block;
    margin-top:8px;
    width:30px;
    height:14px;
    background-image:url(../img/jkj_ico.png);
    background-repeat:no-repeat;
}
.shop_tb{
    width:32px;
    background-position:0 -24px;
}
.jkj_number{
    font-size:16px;
    color:#3c3c3c;
}
.no_data{
    display:none;
    position:relative;
    padding-top:17px;
    margin:40px 0 55px;
    font-size:14px;
    text-align:center;
    color:#a6a4b2;
}
.no_data_line{
    position:absolute;
    top:0;
    left:50%;
    margin-left:-12px;
    width:24px;
    height:1px;
    background-color:#d4d3db;
}
.no_list{
    display:none;
    font-size:14px;
    text-align:center;
    color:#a6a4b2;
    line-height: 200px;
}
.type_fixed{
    position:fixed;
    top:0;
    left:0;
    height:43px;
    width:100%;
    background-color:#fff;
    z-index:2;
    box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.type_fixed ul{
    width:1200px;
    margin:0 auto;
    padding-top:10px;
}