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;
}

.container {
    position: relative;
    display: block;
    max-width: 1280px;
    /* min-width: 1280px; */
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 0;
}

.top-bg {
    position: absolute;
    max-width: 1280px;
    width: 100%;
    height: 100%;
    /* max-height: 600px;
    height: 600px; */
    background: url('assets/images/promo_bg_bolefishing.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_bolefishing_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: 490px;
    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 {
    text-align: center;
    padding: 10px;
    background: #D9D9D9;
    margin-right: 1px;
}

.promotion .rules .item .table .t-row td {
    color: #000;
}

.promotion .rules .item .table tr:first-of-type th:first-of-type {
    border-radius: 16px 0 0 0 ;
}

.promotion .rules .item .table tr:first-of-type th:last-of-type {
    border-radius: 0 16px 0 0 ;
}

.promotion .rules .item .table tr:last-of-type td:last-of-type {
    border-radius: 0 0 16px 0;
}

.promotion .rules .item .table tr:last-of-type td:first-of-type {
    border-radius: 0 0 0 16px;
}

.promotion .rules .item .table .t-row th  {
    /* background: #000; */
    background: linear-gradient(180deg, #BF1424 0%, #570407 100%) !important;
    color: #fff;
}


/* .promotion .rules .item .table {
    width: 100%;
    color: #FFF;
}

.promotion .rules .item .table .t-row {
    display: flexbox;
}

.promotion .rules .item .table .t-row .t-item {
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 10px 0;
    background: #D9D9D9;
    flex-grow: 1;
    flex-basis: 0;
    margin-right: 1px;
}

.promotion .rules .item .table .t-row td {
    color: #000;
}

.promotion .rules .item .table tr:first-of-type th:first-of-type {
    border-radius: 16px 0 0 0 ;
}

.promotion .rules .item .table tr:first-of-type td:last-of-type {
    border-radius: 0 16px 0 0 ;
    border-right: hidden;
}

.promotion .rules .item .table tr:last-of-type td:last-of-type {
    border-radius: 0 0 16px 0;
    border-right: hidden;
}

.promotion .rules .item .table tr:nth-of-type(2) td:last-of-type {
    border-right: hidden;
}

.promotion .rules .item .table tr:nth-of-type(3) td:last-of-type {
    border-right: hidden;
}

.promotion .rules .item .table tr:nth-of-type(5) td:last-of-type {
    border-right: hidden;
}

.promotion .rules .item .table tr:nth-of-type(6) td:last-of-type {
    border-right: hidden;
}

.promotion .rules .item .table tr:nth-of-type(7) td:last-of-type {
    border-right: hidden;
}

.promotion .rules .item .table tr:last-of-type td:first-of-type {
    border-radius: 0 0 0 16px;
}

.promotion .rules .item .table .t-row th  {
    /* background: #000; */
    background: linear-gradient(260deg, #BF1424 0%, #570407 100%) !important;
    color: #fff;
} */

/* table2 */
/* .promotion .rules .item .table2 {
    width: 100%;
    color: #FFF;
}

.promotion .rules .item .table2 .t-row {
    display: flexbox;
}

.promotion .rules .item .table2 .t-row .t-item {
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 10px 0;
    background: #D9D9D9;
    flex-grow: 1;
    flex-basis: 0;
    margin-right: 1px;
}

.promotion .rules .item .table2 .t-row td {
    color: #000;
}

.promotion .rules .item .table2 tr:first-of-type th:first-of-type {
    border-radius: 16px 0 0 0 ;
}

.promotion .rules .item .table2 tr:first-of-type th:last-of-type {
    border-radius: 0 16px 0 0 ;
}

.promotion .rules .item .table2 tr:last-of-type td:last-of-type {
    border-radius: 0 0 16px 0;
}

.promotion .rules .item .table2 tr:last-of-type td:first-of-type {
    border-radius: 0 0 0 16px;
}

.promotion .rules .item .table td {
    border-right: 1px solid black;
}

.promotion .rules .item .table2 .t-row th  {
    /* background: #000; */
    background: linear-gradient(180deg, #BF1424 0%, #570407 100%) !important;
    color: #fff;
} */

.promotion .foot {
    width: 100%;
    display: block;
    text-align: right;
    margin-top: 60px;
    color: #fff;
}