.qp-price-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 0;
    color: #999999;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.qp-price-list ul>li:first-child {
    background: #eee;
}

/* 纵向布局样式 */
.qp-price-list .endwise-list {
    width: 179px;
    -webkit-border-radius: 2px;
            border-radius: 2px;
}

.endwise-list-head {
    color: #333333;
    font-weight: bold;
    -webkit-border-radius: 2px 2px 0 0;
            border-radius: 2px 2px 0 0;
}

.endwise-list-head .list-head-left {
    -webkit-border-radius: 2px 0 0 0;
            border-radius: 2px 0 0 0;
}

.qp-price-list .endwise-list span {
    display: inline-block;
    width: 89px;
    height: 26px;
    line-height: 26px;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    text-align: center;
    font-size: 12px;
}

.delivery-options {
    display: inline-block;
    width: 100%;
    height: 26px;
    line-height: 26px;
    text-align: center;
    color: #999999;
    font-size: 12px;
    text-decoration: underline;
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
}

.delivery-options:hover {
    color: #4098db;
    text-decoration: underline;
}

/* 横向布局样式 */
.qp-price-list .infeed-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 631px;
}

.qp-price-list .infeed-list div {
    width: 78px;
    height: 25px;
    line-height: 25px;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    text-align: center;
    font-size: 12px;
}

/* 选中样式 */
.price-can-selected .is-active {
    background-color: #f9f9f9;
}

.price-can-selected .pl-price-item:hover {
    cursor: pointer;
    background-color: #f9f9f9;
}