
/* CSS Document */
.tiqiangou{font-size:16px; color:#cc3333; font-weight:bold;}
.titiantip{font-size:12px; color:#999;}
#quan-table{ padding:8px 0 35px 0;}
#quan-table .quan-item {
    position: relative;
    float: left;
    height: 16px;
    padding-left: 2px;
    line-height: 15px;
    text-align: center;
    border-top: 1px solid #df3033;
    border-bottom: 1px solid #df3033;
    background: #ffdedf;
    font-size: 14px;
    white-space: nowrap;
    margin-right: 13px;
    cursor: pointer;
}
 #quan-table .quan-item s {
    left: 0;
    background-position: -2px 0;
}
 #quan-table .quan-item b, #quan-table .quan-item s {
    position: absolute;
    top: -1px;
    display: block;
    height: 18px;
    width: 2px;
    overflow: hidden;
    background: url(https://static.ingping.com/yp/images/common/quan-arr.gif) no-repeat;
}
 #quan-table .quan-item b {
    right: -2px;
}
#quan-table  .quan-item b,  #quan-table .quan-item s {
    position: absolute;
    top: -1px;
    display: block;
    height: 18px;
    width: 2px;
    overflow: hidden;
    background: url(https://static.ingping.com/yp/images/common/quan-arr.gif) no-repeat;
}
#quan-table .text {
    padding: 0 10px;
    color: #df3033;
    font-size: 12px;
}

