html {
    max-width: 1280px;
    /* min-width: 1280px; */
    width: 100%;
    margin: 0 auto;
}

body {
    padding: 0;
    margin: 0;
    color: #FFF;
}

.promotion {

    background-image: linear-gradient(#510007, #280003);
    padding-bottom: 300px;
    /* background-size: 100%;
    background-repeat: no-repeat;
    background-position: top center;
    padding-top: 315px; */
    /* background-color:#1b0002; */
    /* padding-bottom: 300px; */
}

.container {
    position: relative;
    display: block;
    max-width: 1280px;
    /* min-width: 1280px; */
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 0;

    /* background: url('assets/images/promo_bg_3.png');
    background-size: 100%; */
    /* padding-top: 315px; */
    /* background: url('assets/images/promo_bg_4.png'); */
    /* background-repeat: no-repeat;
    background-position: top center; */
}

.top-bg {
    position: absolute;
    max-width: 1280px;
    width: 100%;
    height: 100%;
    /* max-height: 600px;
    height: 600px; */
    background: url('assets/images/promo_bg_3.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
    z-index: 1;
}
.top-bg-m {
    max-width: 1280px;
    width: 100%;
    max-height: 600px;
    height: 600px;
    background: url('assets/images/promo_bg_3_m.png');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top center;
}

.promotion .promotion-info-m{
    display: none !important;
}

.promotion .promotion-info {
    position: relative;
    color: #FFF;
    display: flex;
    align-items: stretch;
    justify-content: center;
    /* padding-top: 123px; */
    width: 100%;
    z-index: 2;
    padding-top: 450px;
    max-width: 768px;
    margin: auto;
    /* height: 1000px; */
}

.promotion .promotion-info .info-col{
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: 33.33333%;
    padding-left: 15px;
    padding-right: 15px;
}

.promotion .promotion-info .item {
    background: url('assets/images/frame.png');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% 100%;
    font-size: 24px;
    width: 100%;
    text-align: center;
    padding: 10px;
    min-height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.promotion .promotion-info .item b {
    font-family: InterM;
    padding-top: 8px;
}

.promotion .promotion-info .item:not(:last-of-type) {
    margin-right: 1px;
}

.promotion .promotion-info-m {
    position: relative;
    color: #FFF;
    display: flex;
    align-items: stretch;
    justify-content: center;
    /* padding-top: 123px; */
    width: 100%;
    z-index: 2;
    padding-top: 450px;
    max-width: 768px;
    margin: auto;
    /* height: 1000px; */
}

.promotion .promotion-info-m .info-col{
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: 33.33333%;
    padding-left: 15px;
    padding-right: 15px;
}

.promotion .promotion-info-m .item {
    background: url('assets/images/frame.png');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% 100%;
    font-size: 24px;
    width: 100%;
    text-align: center;
    padding: 10px;
    min-height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.promotion .promotion-info-m .item b {
    font-family: InterM;
    padding-top: 8px;
}

.promotion .promotion-info-m .item:not(:last-of-type) {
    margin-right: 1px;
}

.promotion .rules{
    max-width: 1200px;
    margin-top: 30px;
    margin-left: 55px;
    margin-right: 55px;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 30px;
    padding-right: 30px;
    background: #5c5c5d;
    border-radius: 16px;

    position: relative;
    z-index: 2;
}





.promotion .title {
    font-weight: bolder;
}

.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;
    margin-left: 25px;
}

.promotion .rules .item .table {
    width: 100%;
    color: #FFF;
}

.promotion .rules .item .table .t-row {
    display: flexbox;
}

.promotion .rules .item .table .t-row .t-item {
    /* display: flex;
    flex-direction: column; */
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 10px 5px;
    background: #D9D9D9;
    color: #000;
    flex-grow: 1;
    flex-basis: 0;
    margin-right: 1px;

}

.promotion .rules .item .table thead th:first-of-type {
    border-radius: 16px 0 0 0;
}

.promotion .rules .item .table thead th:last-of-type {
    border-radius: 0 16px 0 0;
}

.promotion .rules .item .table tbody tr:last-of-type td:first-of-type {
    border-radius: 0 0 0 16px;
}

.promotion .rules .item .table tbody tr:last-of-type td:last-of-type {
    border-radius: 0 0 16px 0;
}

.promotion .rules .item .table tbody tr:first-of-type td:last-of-type {
    border-right: hidden;
}

.promotion .rules .item .table tbody tr:nth-of-type(2) td:last-of-type {
    border-right: hidden;
}

.promotion .rules .item .table tbody tr:last-of-type td:last-of-type {
    border-right: hidden;
}

.promotion .rules .item .table td {
    border-right: 1px solid black;
}

.promotion .rules .item .table .t-row .t-item super {
    color: yellow;
}

.promotion .rules .item .table thead .t-row:first-of-type .t-item {
    /* background: #000; */
    background: linear-gradient(180deg, #BF1424 0%, #570407 100%);
    color: #fff;
}

/* .promotion .rules .item .table .t-row:first-of-type .t-item:first-of-type{
    border-radius: 16px 0 0 0;
}
.promotion .rules .item .table .t-row:first-of-type .t-item:last-of-type{
    border-radius: 0 16px 0 0;
}
.promotion .rules .item .table .t-row:last-of-type .t-item:first-of-type{
    border-radius: 0 0 0 16px;
}
.promotion .rules .item .table .t-row:last-of-type .t-item:last-of-type{
    border-radius: 0 0 16px 0;
} */

.promotion .foot {
    width: 100%;
    display: block;
    text-align: right;
    margin-top: 60px;
    color: #fff;
}