﻿/*============活动优惠================*/

html, body {
    background: #ebebeb;
}

    body .oct-content {
        background: #ebebeb;
        padding-bottom: 100px;
        padding-top: 47px;
    }

/*活动优惠*/
.activity-content {
    background: white;
    padding: 8px;
}
.activity-content-title{
    font-weight:bold;
    color: #000000;
    font-size:13px;
   padding: 5px 0;
}
.activity-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #ffe2d3;
    margin-bottom: 10px;
    border-radius: 10px;
    padding: 10px 0;
    color: #ff6a00;
}
.activity-item-1{
    font-size:16px;
    font-weight:bold;
    width: 90px;
    text-align:center;
}
.activity-item-2{
    font-size:12px;
    text-align:left;
}
.activity-item-3 {
    width: 1px;
    background: #ff6a00;
    height: 40px;
}
.activity-item-4{
    padding-right:8px;
}
.activity-item-4 input{
    background: #ff6a00;
    padding: 5px 10px;
    border:none;
    color:white;
    border-radius:10px;
    font-size:12px;
}
/*店铺活动*/
.activity-shop{
    margin-top: 8px;
}
.activity-shop-item{
    background: #f7f7f7;
    font-size: 12px;
    color: #000000;
    border-radius: 10px;
    margin-bottom: 10px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding: 6px;
}
.activity-shop-item img{
    width: 15px;
    height: 15px;
}
 .activity-shop-item-1 {
    text-align: center;
}
.activity-shop-item-2{
    color:gray;
    padding-left:5px;
    padding-right:5px;
}
/*抽奖*/
.withdraw-title{
    padding-left: 10px;
}