
.tabox {
    background: #a9c0d8;
    margin-top: 30px;
    margin-right: 20px;
}

.tabox .hd {
    margin-top: 20px;
}
.tabox .hd li {
    position: relative;
    text-align: center;
    width: 25%;
    float: left;
    cursor: default;
}

.tabox .hd li.on {
    color: #f60;
}
/*.tabox .hd li.on a { color: #f60; }*/
.tabox .hd li.on a:before { content: ""; border-top: 10px solid #a9c0d8; border-left: 10px solid transparent; border-right: 10px solid transparent; position: absolute; top: -20px; left: 50%; margin-left: -10px; }
.tabox .hd li div p { color: #666; text-align: center; margin-top: 10px; }
.tabox .hd li a:hover div p { color: #f60; }
.tabox .bd {
    height: 100px;
    border-top: 0;
    padding: 10px;
}

.tabox .lh {
    overflow: hidden;
    color: #fff;
}

.tabox .lh li {
    width: 156px;
    padding: 0 10px;
    float: left;
}

.tabox .lh li .p-img {
    width: 130px;
    height: 132px;
    padding: 30px 13px 0 13px;
    margin: 0 auto;
    text-align: center;
}

.tabox .lh li .p-name {
    height: 36px;
    line-height: 18px;
    word-break: break-all;
    word-wrap: break-word;
    overflow: hidden;
}

.tabox .lh li .p-price {
    color: #999;
}

.tabox .lh li .p-price strong {
    color: #c00;
    font-size: 14px;
    font-family: verdana;
}
