body{
    overflow: scroll;
}
/*.search_result .thumbnail:hover {*/
    /*-webkit-box-shadow:#ccc 0 2px 5px;*/
    /*-moz-box-shadow:#ccc 0 2px 5px;*/
    /*box-shadow:#ccc 0 2px 5px;*/
    /*border-color:#f04848;*/
/*}*/
.thumbnail{
    border: 1px solid #f5f5f5;
    cursor: pointer;
}
 .search_result .thumbnail:hover {
     -webkit-box-shadow: none;
     -moz-box-shadow: none;
     box-shadow: none;
 }
#info,#buy,#n_info,#n_buy{
    text-decoration: none;
}
.info1{
    width: 46%;
    padding: 5px;
    border-color: #00a0e9 !important;
    color: #00a0e9 !important;
}
.buy1{
    width: 50%;
    padding: 5px !important;
}
.info2{
    margin: 2px;
    border-color: #00a0e9 !important;
    color: #00a0e9 !important;
}
.buy2{
    margin: 2px;
}
.tab-nav{
    width: 120px;
    height: 35px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 14px;
    color: #666666;
    position: relative;
}
.tab-nav > ul > li > a{
    text-decoration: none;
    color: #000000;
}
.li-hidden{
    display: none;
}
.li-active{
    width: 120px;
    height: 35px;
    padding-left: 5px;
    line-height: 35px;
    border: 2px solid orange;
    display: block;
    cursor: pointer;
    position: relative;
}
.li-active:before{
    content: '';
    position: absolute;
    z-index: 1;
    bottom: -1px;
    right: -1px;
    border: 5px solid #FF7530;
    border-top-color: transparent;
    border-left-color: transparent;
}
.now{
    width: 120px;
    height: 35px;
    padding-left: 5px;
    line-height: 35px;
    border: 1px solid #CCCCCC;
    cursor: pointer;
    display: block;
}
.img{
    margin: 8px 2px;

}
.search_btn{
    height: 36px;
    background-color: #dd0a20 !important;
    color: #fff !important;
    font-size: 16px !important;
}
.search_btn:hover{
    background-color: #dd0a20 !important;
    color: #fff !important;
    font-size: 16px !important;
}
.search_row{
    border-radius: 5px;
    padding: 4px 0;
    background-color:#f9f9f9 !important;
    box-shadow: none !important;
}
@media screen and (max-width: 768px){
    .tab-nav{
        width: 110px;
    }
    .li-active{
        width: 110px;
        padding-left: 5px;
    }
    .now{
        width: 110px;
        padding-left: 5px;
    }
    .search_row{
        margin: 0 0 10px !important;
        padding: 0 !important;
    }
    .col-xs-4{
        padding:0 !important;
    }
    .col-xs-8{
        padding: 0 !important;
    }
}
@media screen and (max-width: 768px) and (min-width: 670px){

    .col-xs-4{
        width: 20%;
    }
    .col-xs-8{
        width: 80%;
    }
}
.big_category{
    color: #000;
    font-size: 10px;
    text-decoration: none;
    padding:10px 15px;
    display: inline-block;
}
.big_category:focus{
    text-decoration: none;
}
.big_category_panel{
    background-color: #F6F6F9;
    margin: 0;
    border-radius: 0;
}
.panel-heading:hover{
    background-color: #fff;
    border-left: 3px solid #dd0a20;
    -webkit-box-shadow: 0 0 5px #DDD;
    -moz-box-shadow: 0 0 5px #DDD;
    box-shadow: 0 0 5px #DDD;
}
.panel-active{
    background-color: #fff;
    border-left: 3px solid #dd0a20;
    -webkit-box-shadow: 0 0 5px #DDD;
    -moz-box-shadow: 0 0 5px #DDD;
    box-shadow: 0 0 5px #DDD;
}
.small-category-a{
    cursor: pointer;
}
.small-category-a:hover{
}
.small-category-li:hover{
    color: greenyellow;
    border-left: 3px solid #dd0a20;
}
#accordion{
    overflow-y: scroll;
    width:125%;
    padding-right: 25px;
}
.goods_name{
    font-size: 12px;
    height:51px;
    line-height: 17px;
    margin-bottom:10px;
    display: -webkit-box;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}