html {
    background: #fdeb95;
}

body {
    padding: 0;
    margin: 0;
    background: url('assets/images/promo_bg_2.png');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top center;
}
.promotion {
    /* background: url('assets/images/promo_bg.png'); */
    margin-bottom: 500px;
}
.container {
    max-width: 1000px;
    /* min-width: 1000px; */
    width: 100%;
    margin: 0 auto;
}

.promotion .promotion-info {
    color: #FFF;
    display: flex;
    padding-top: 30vw;
    width: 100%;
    /* height: 1000px; */
}
.promotion .promotion-info .item{
    margin-right: 1px;
    background: #C5A686;
    flex-grow: 1;
    flex-basis: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 18px;
    padding: 10px 0;
    margin-bottom: 45px;
}
.promotion .promotion-info .item:not(:last-of-type){
    margin-right: 1px;
}

.promotion .rules .item{
    display: flex;
    margin-bottom: 20px;
    color: #000;
}

.promotion .rules .item a{ 
    color: red;
}

.promotion .rules .item .num{
    display: flex;
    margin-right: 15px;
}
.promotion .rules .item .table{
    width: 100%;
    color: #FFF;
}
.promotion .rules .item .table .t-row{
    display: flex;
}
.promotion .rules .item .table .t-row .t-item{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 10px 0;
    background: #C5A686;
    margin-bottom: 1px;
    flex-grow: 1;
    flex-basis: 0;
}

.promotion .rules .item .table .t-row .t-item super{
    color: yellow;
}
/* .promotion .rules .item .table .t-row .t-item:nth-of-type(1){
    width: 250px;
}
.promotion .rules .item .table .t-row .t-item:nth-of-type(2){
    width: 250px;
}
.promotion .rules .item .table .t-row .t-item:nth-of-type(3){
    flex-grow: 1;
} */
.promotion .rules .item .table .t-row:first-of-type .t-item{
    background: #000;
}
.promotion .rules .item .table .t-row .t-item:not(:last-of-type){
    margin-right: 1px;
}

.promotion .foot {
    width: 100%;
    display: block;
    text-align: right;
    margin-top: 30px;
    color: #000;
}