.divPrdInfo .tablePrdOpts .ulOptImg .optImg1 {
    max-width: 100%;
    border: 5px solid #333;
}

.divPrdInfo .tablePrdSpec .selPrdOptv select,
.divPrdInfo .tableClassSpec .selPrdOptv select {
    display: none;
}

.divPrdInfo .tablePrdSpec .liOpt,
.divPrdInfo .tableClassSpec .liOpt {
    border: 1px solid #e5e5e5;
    border-radius: 2px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 10px 0;
    line-height: 100%;
}
.divPrdInfo .tablePrdSpec .liOpt:hover,
.divPrdInfo .tableClassSpec .liOpt:hover {
    border: 1px solid #333;
}
.divPrdInfo .tablePrdSpec .liOpt.isClk,
.divPrdInfo .tableClassSpec .liOpt.isClk {
    border: 1px solid #333;
    border-radius: 2px;
    background-color: #333;
}
.divPrdInfo .tablePrdSpec .liOpt.isClk .optname,
.divPrdInfo .tableClassSpec .liOpt.isClk .optname {
    color: #fff;
}

.divPrdInfo .tablePrdSpec .optname,
.divPrdInfo .tableClassSpec .optname {
    cursor: pointer; font-size:14px; display: block; padding: 5px 10px;
}

.divPrdInfo .tablePrdSpec .liOpt.disabled .optname,
.divPrdInfo .tableClassSpec .liOpt.disabled .optname {
    cursor: auto;
    color: #333;
    background-color: #ccc;
}

.divPrdInfo .tablePrdSpec .liOpt.disabled:hover,
.divPrdInfo .tableClassSpec .liOpt.disabled:hover {
    border: 1px solid #e5e5e5;
}
.divPrdInfo .tablePrdSpec .liOpt.disabled .optname:after,
.divPrdInfo .tableClassSpec .liOpt.disabled .optname:after {
    content: '售完';
    display: inline-block;
    margin-left: 8px;
}

.selPrdQty > select {
    display: none;
}

.divPrdInfo .selPrdQty  .minus, 
.divPrdInfo .selPrdQty  .plus,
.addon-item-quantity-container .plus,
.addon-item-quantity-container .minus  {
    cursor: pointer;
}
.addon-item-wrapper {
    display: flex;
    background-color: #f8f8f8;
    padding: 20px 0;
    border-bottom: 1px solid #dddddd;
    margin: 0 15px;
}
.addon-item-mainInfo {
    display: flex;
    flex-wrap: wrap;
}
.addon-item:last-child .addon-item-wrapper {
    border-bottom: 0;
}
.addon-item {
    background-color: #f8f8f8;
}
.addon-item-title {
    font-weight: normal;
    font-size: 16px;
    width: 100%;
    margin-bottom: 5px;
}
.addon-header {
    background: #eee;
    color: #888;
    padding: 10px 5px 10px;
}
.addon-header .logo {
    width: auto;
    padding: 10px;
    margin: 0 0 0 auto;
    font-size: 20px;
    font-weight: bold;
}
.addon-item-img, .addon-item-image-mb {
    width: 70px;
    height: 70px;
    margin: 0 10px 0 0;
    object-fit: contain;
}
.addon-item-img img, .addon-item-image-mb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.addon-item-qty-price-wrapper {
    margin: 5px 0 0;
}
.addon-item-quantity-container {
    margin-bottom: 5px;
    max-width: 132px;
}
.addon-item-price {
    color: #C74060;
}

.divPrdInfo .gift .tablePrdOpts .tdPrdOptc {
    width: 16px;
    height: 16px;
}

.divPrdInfo .gift .tablePrdOpts .tdPrdOpti img {
    width: 60px;
    height: 60px;
}

.divPrdInfo .addon .tablePrdOpts .tdPrdOptc {
    width: 16px;
    height: 16px;
}

.divPrdInfo .addon .tablePrdOpts .tdPrdOpti img {
    width: 60px;
    height: 60px;
}

.divPrdInfo .DiscountBlk {
    border-top: unset;
    padding: 0;
    margin-bottom: 24px;
    background-color: #f8f8f8;
    border: 1px solid #00429c;
    border-top: 0;
}

.divPrdInfo .DiscountBlk .discount-wrapper {
    padding: 0px 10px 8px;
    margin: 0;
    font-size: 14px;
    text-align: left;
}

.divPrdInfo .DiscountBlk .discount-wrapper:before {
    content: '·';
    margin-right: 5px;
}

.divPrdInfo .DiscountBlk .discount-wrapper:first-child {
    padding-top: 8px;
}

.divPrdInfo .DiscountBlk .discount-wrapper .discount-end {
    color: #999;
}

.divPrdInfo .rtRight .DiscountWrap, .divPrdInfo .buybox .addon {
    display: none;
}

.divPrdInfo .rtRight .DiscountWrap, .divPrdInfo .buybox .gift {
    display: none;
}

.divPrdInfo .addon-item-spec-container .addon-item-spec-option {
    cursor: pointer;
    font-size: 14px;
    display: block;
    padding: 5px 10px;
    color: #fff;
    background: #000;
}



@media (max-width:700px) {
.addon-item-wrapper {
    flex-wrap: wrap;
}
.addon-item-qty-price-wrapper {
    max-width: 132px;
    display: inline-block;
    vertical-align: top;
}
.addon-item-title {
    margin-bottom: 10px;
}
.addon-item-img { display: none; }

.addon-item-image-mb {
    display: inline-block;
    margin: 0 10px 0 0;
}

}