﻿/*================礼品详情==================*/

.price-top-left {
    font-size: 18px;
}

.surplus-txt {
    font-size: 14px;
    font-weight: normal;
    color: black;
}

.price-top-left .integral-no-enough {
    font-size: 14px;
    text-decoration: none;
}

.oct-footer {
    padding-left: 20px;
}

/*兑换须知*/
.exchange-note{
    background:white;
    padding: 8px;
    margin-top: 8px;
    display:flex;
    justify-content:flex-start;
    align-items:flex-start;
    font-size: 12px;
}
.exchange-note-left{
    width: 90px;
    color:gray;
}
    .exchange-note-right{
        text-align:left;
        width: 100%;
    }
    .goods-support-msg .badge-red-span {
        background: #c70202;
        color: white;
    }
.goods-support-msg span{
    font-size:10px;
    padding: 2px 10px;
    border-radius: 8px;
}
/*配送方式*/
.express-type {
    padding: 15px 8px;
    background: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 8px;
}
.express-type-left{
    color:gray;
    width: 90px;
}
.express-type-right{
    display:flex;
    align-items:center;
}
.express-type-right span {
    background: #e9e9e9;
    color: black;
    padding: 5px 10px;
    border-radius: 20px;
    display:block;
    margin-left: 10px;
    cursor:pointer;
}
.express-type-right .express-type-current {
    color:white;
    background: #ff6a00;
   
}