div:after {
    display: none;
}

/*最新優惠*/
body {
    background-color: #e5e5e5;
}

.newBonus_main {
    padding: 10px 10px 20px 10px;
    background-color: #fff;
    border: 1px solid #d5d5d5;
}

.NB_banner {
    border: 1px solid #eaeaea;
    line-height: 0;
}

    .NB_banner img {
        width: 100%;
        height: auto;
    }

.NB_desc {
    margin-top: 35px;
    position: relative;
    padding: 0 20px;
}

    .NB_desc a {
        color: #0084ff;
        cursor: pointer;
        text-decoration: none;
    }

.NB_descIn a:hover {
    color: #28a4ff;
}

.NB_descT, .NB_descT02 {
    border-left: 4px solid #0077c4;
    padding-left: 8px;
    color: #0077c4;
    font-size: 16px;
    font-weight: bold;
    line-height: 16px;
    margin-bottom: 15px;
}

.NB_descT02 {
    border-left: 4px solid #be5758;
    color: #be5758;
}

.NB_descIn {
    color: #333;
    font-size: 14px;
    margin-left: 30px;
}

    .NB_descIn:nth-last-child(1) {
        margin-bottom: inherit;
    }

    .NB_descIn > ul > li {
        margin-bottom: 10px;
        display: table;
        width: 100%;
    }

.NB_descList_num {
    display: table-cell;
    width: 1px;
    white-space: nowrap;
    padding-right: 4px;
    text-align: center;
}

.NB_descList_in {
    display: table-cell;
}

.NB_descList_in2 {
    line-height: 22px;
}

    .NB_descList_in2 ul {
        display: table-row;
    }

/*红利回馈*/
.NB_btn {
    margin: 20px 20px 0;
    display: flex;
}

    .NB_btn li {
        flex: 1;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .NB_btn li + li {
            margin-left: 15px;
        }

    .NB_btn a {
        width: 100%;
        border-bottom: 3px solid #D6D6D6;
        text-align: center;
        line-height: 39px;
        font-size: 18px;
        text-decoration: none;
        color: #000;
    }

        .NB_btn a.on,
        .NB_btn a:hover {
            border-bottom-color: #2782d7;
            color: #2782d7;
        }

        .NB_btn a span {
            font-style: italic;
            font-weight: bold;
            font-family: Arial Black;
            background-color: #2782d7;
            color: #fff;
            width: 21px;
            line-height: 21px;
            display: inline-block;
            border-radius: 3px;
            margin-right: 5px;
            box-sizing: border-box;
            padding-right: 2px;
        }

.NB_norm {
    margin: 30px 0;
    position: relative;
    padding: 0 20px;
}

    .NB_norm .NB_red {
        margin: 10px 0 0;
    }

.NB_norm_T {
    margin-bottom: 3px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .NB_norm_T div {
        font-size: 16px;
        color: #333;
        font-weight: bold;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

        .NB_norm_T div:before {
            content: '';
            background: url(/icon_NB_gift.png) no-repeat left center;
            background-size: auto 100%;
            width: 26px;
            height: 26px;
            margin-right: 8px;
        }

    .NB_norm_T .t_2nd:before {
        background-image: url(../../Images/th-th/Graph/icon_NB_gifts.png);
        width: 32px;
    }

    .NB_norm_T .gameApply {
        background-color: #b4506a;
        font-size: 15px;
        border-radius: 3px;
        height: 35px;
        width: 35%;
    }

        .NB_norm_T .gameApply:before {
            width: 18px;
            height: 18px;
            margin-right: 5px;
        }

        .NB_norm_T .gameApply:not(.off):hover {
            opacity: 0.8;
            z-index:-1;
        }

.gameApply {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    text-decoration: none;
}

    .gameApply:before {
        content: '';
        background: url(/icon_05list_w.png) no-repeat center;
        background-size: auto 100%;
    }

    .gameApply.off {
        background-color: #e9435d !important;
        /*cursor: not-allowed;*/
    }

.NB_normTable {
    background-color: #c0d3e1;
    width: 100%;
    border-collapse: separate;
    border-spacing: 1px;
    font-size: 14px;
    table-layout: fixed;
}

    .NB_normTable th,
    .NB_normTable td {
        font-weight: normal;
        text-align: center;
        padding: 5px;
        height: 40px;
        box-sizing: border-box;
    }

    .NB_normTable th {
        color: #fff;
        background-color: #5893cd;
    }

    .NB_normTable td {
        color: #333;
        background-color: #fff;
    }

/*周返水計劃*/
.NB_remark {
    color: #333;
    background-color: #ffeced;
    font-size: 14px;
    border-radius: 3px;
    text-align: center;
    margin: 23px 20px 0px 20px;
    padding: 15px 10px;
}

.NB_red {
    color: #f00;
    font-size: 14px;
    margin: 0 20px;
}

.NB_Table_bg {
    margin: 25px 0 25px 0;
    position: relative;
    padding: 0 20px;
}

.NB_Table {
    color: #333;
    background-color: #d5d5d5;
    width: 100%;
    border-collapse: separate;
    border-spacing: 1px;
    font-size: 14px;
    margin: 10px 0;
}

    .NB_Table th {
        background-color: #eee;
        padding: 8px 3px;
        font-weight: normal;
    }

    .NB_Table:not(.bonusHigh):not(.upTable):not(.bonusTable) th:last-child,
    .NB_Table:not(.bonusHigh):not(.upTable):not(.bonusTable) td:last-child {
        width: auto;
        padding: 5px;
        text-align: left;
    }

    .NB_Table td {
        background-color: #fff;
        text-align: center;
        vertical-align: middle;
        padding: 8px 3px;
        width: 60px;
    }

        .NB_Table td:first-child {
            width: 80px;
        }

/*高额返水计划*/
.bonusHigh {
    table-layout: fixed;
}

.NB_Table_bgGray {
    background-color: #f9f9f9 !important;
    padding: 0 5px !important;
}

.t_blue {
    color: #0084ff !important;
}

.t_black {
    color: #000 !important;
}

/*超級彩金*/
.sub_doc {
    display: table;
    margin: auto;
}

    .sub_doc a {
        height: 32px;
        min-width: 152px;
        text-align: center;
        border-radius: 20px;
        border: 1px solid #be5758;
        color: #be5758;
        text-decoration: none;
        font-size: 15px;
        cursor: pointer;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 0 12px;
        box-sizing: border-box;
    }

        .sub_doc a:hover,
        .sub_doc a.on {
            color: #fff;
            background-color: #be5758;
        }

        .sub_doc a:before {
            content: '';
            height: 26px;
            width: 26px;
            background-repeat: no-repeat;
            background-position: center top;
            margin-right: 10px;
        }

        .sub_doc a.on:before,
        .sub_doc a:hover:before {
            background-position-y: bottom;
        }

        .sub_doc a + a {
            margin-left: 20px;
        }

    .sub_doc + .listArea {
        margin-top: 22px;
    }

.btnBac:before {
    background-image: url(../../Images/th-th/Graph/icon_baccarat.svg);
    background-size: 100% auto;
}

.btnCD:before {
    background-image: url(../../Images/th-th/Graph/icon_CD.svg);
    background-size: 100% auto;
}

.btnRule:before {
    background-image: url(../../Images/th-th/Graph/icon_rule.svg);
    background-size: 100% auto;
}

.menuBonus {
    display: table;
    margin: 10px auto 0;
}

    .menuBonus a {
        color: #be5758;
        font-size: 15px;
        text-decoration: none;
        width: 115px;
        height: 30px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        box-sizing: border-box;
        cursor: pointer;
        border-bottom: 3px solid transparent;
    }

        .menuBonus a:hover,
        .menuBonus a.on {
            border-bottom-color: #be5758;
        }

        .menuBonus a + a {
            margin-left: 20px;
        }

.superMenu { /*-*/
    position: relative;
    padding: 22px 6px 15px;
    min-height: 76px;
    box-sizing: border-box;
}

.btn_superPlay { /*-*/
    width: 69px;
    height: 69px;
    background: url(../../Images/th-th/Graph/btn_superPlay.png) no-repeat center;
    background-size: 100% auto;
    position: absolute;
    right: 6px;
    top: 51%;
    transform: translateY(-51%);
    -webkit-transform: translateY(-51%);
    cursor: pointer;
}

    .btn_superPlay:hover { /*-*/
        -webkit-filter: brightness(1.1);
        filter: brightness(1.1);
    }

.listArea {
    display: table;
    margin: auto;
    padding: 0 6px;
    width: 100%;
    box-sizing: border-box;
}

.sjList3 {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    border: 0 solid #d5d5d5;
    border-collapse: collapse;
    table-layout: fixed;
}

    .sjList3 th {
        background-color: #eee;
        height: 38px;
        font-weight: normal;
        border: 1px solid #d5d5d5;
    }

    .sjList3 td {
        height: 34px;
        border: 1px solid #d5d5d5;
    }

        .sjList3 td img {
            vertical-align: middle;
            margin: 0 5px;
        }

    .sjList3 + .recPages {
        margin-top: 15px;
    }

    .sjList3 .SL_level {
        text-align: left;
        background: url(../../Images/th-th/Graph/icon_level1.svg) no-repeat 6px 50%;
        background-size: 23px;
        padding-left: 34px;
        padding-right: 5px;
        word-break: break-all;
    }

    .sjList3 .SL_level2 {
        background-image: url(../../Images/th-th/Graph/icon_level2.svg);
    }

    .sjList3 .SL_level3 {
        background-image: url(../../Images/th-th/Graph/icon_level3.svg);
    }

    .sjList3 .SL_level4 {
        background-image: url(../../Images/th-th/Graph/icon_level4.svg);
    }

    .sjList3 .SL_level5 {
        background-image: url(../../Images/th-th/Graph/icon_level5.svg);
    }

.t_DRed {
    color: #be5758;
}

.pagesNum {
    display: table;
    margin: 15px auto 0;
    font-size: 14px;
}

    .pagesNum a {
        border-radius: 5px;
        float: left;
        width: 25px;
        height: 25px;
        line-height: 25px;
        margin: 0 10px;
        text-align: center;
        cursor: pointer;
        color: #434343;
        text-decoration: none;
    }

        .pagesNum a.on, .pagesNum a:hover {
            background-color: #be5758;
            color: #fff;
        }

.NB_descT02 {
    padding-left: 8px;
    color: #be5758;
    font-size: 16px;
    font-weight: bold;
    line-height: 16px;
    margin-bottom: 15px;
    border-left: 4px solid #be5758;
}

/*暂无消息*/
.noMSG {
    color: #72a5dc;
    font-weight: bold;
    font-size: 17px;
    height: 367px !important;
}

    .noMSG img {
        width: 130px;
        margin-bottom: 5px;
    }

/*好友计划*/
.frdBox {
    border-bottom: 1px solid #ddd;
    padding-bottom: 30px;
}

    .frdBox .NB_descT {
        margin-bottom: 5px;
        color: #c54e00 !important;
    }

    .frdBox:not(.blue) .frdTitle {
        border-left-color: #c54e00;
    }

    .frdBox .frdTitle span:first-child {
        color: #c54e00;
        font-weight: bold;
    }

    .frdBox.blue .frdTitle {
        border-left-color: #0069b2;
    }

        .frdBox.blue .frdTitle span:first-child,
        .frdBox.blue .NB_descT {
            color: #0077c4 !important;
        }

    .frdBox.blue .NB_descIn .t_red {
        font-weight: bold;
    }

    .frdBox.blue .NB_step {
        align-items: center;
        text-align: center;
        padding: 0;
    }

        .frdBox.blue .NB_step li + li:before {
            content: '';
            width: 1px;
            height: 35px;
            background-color: #ddd;
            position: absolute;
            left: 0;
            top: 0;
            bottom: 0;
            margin: auto;
        }

    .frdBox.blue .takeNum {
        color: #32abff;
        font-size: 25px;
    }

.frdTitle {
    border-left: 4px solid;
    padding-left: 8px;
    font-size: 18px;
    line-height: 20px;
    margin: 20px 25px;
    color: #606060;
}

    .frdTitle span:nth-child(2) {
        font-weight: bold;
    }

.NB_step {
    padding: 10px 15px;
    background-color: #f3f6ff;
    display: flex;
    justify-content: space-between;
    min-height: 100px;
    box-sizing: border-box;
}

    .NB_step > li:not(.NB_link) {
        width: 380px;
        position: relative;
    }

.stepTitle {
    font-size: 16px;
    height: 21px;
    display: flex;
    align-items: center;
    font-weight: bold;
}

    .stepTitle + ul {
        display: flex;
        justify-content: space-between;
        height: calc(100% - 31px);
        align-items: center;
        width: 100%;
        margin-top: 10px;
    }

        .stepTitle + ul li {
            display: flex;
            align-items: center;
            margin-right: 5px;
        }

.stepNum {
    margin-right: 10px;
    font-size: 40px;
    font-style: italic;
    color: #ff8d42;
    font-weight: bold;
}

.stepTxt {
    font-size: 13px;
    font-weight: normal;
}

.NB_link {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 320px;
}

.btn_copy {
    font-size: 16px;
    color: #ff8d42;
    background: url(../../Images/th-th/Graph/btn_copy.png) no-repeat left center;
    background-size: 20px auto;
    padding-left: 30px;
    height: 21px;
    cursor: pointer;
    display: flex;
    align-items: center;
    font-weight: bold;
}

    .btn_copy:hover {
        opacity: .7;
    }

.linkTxt {
    width: 100%;
    background-color: #fff;
    border-radius: 5px;
    min-height: 47px;
    font-size: 15px;
    padding: 5px 14px;
    box-sizing: border-box;
    position: relative;
    word-break: break-all;
    display: flex;
    align-items: center;
    margin-top: 10px;
}

    .linkTxt.off {
        color: #f00;
        background-color: #ddd;
        justify-content: center;
        font-weight: bold;
    }

.copyHint {
    position: absolute;
    background: rgba(0,0,0,0.7);
    text-align: center;
    color: #fff;
    padding: 10px;
    min-width: 100px;
    line-height: 1em;
    border-radius: 5px;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    display: none;
    white-space: nowrap;
}

.NB_take {
    margin-top: 10px;
    background-color: #f3f6ff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-height: 100px;
}

    .NB_take > li:not([class*="takeBox"]) {
        width: 95px;
    }

    .NB_take input {
        width: 100%;
        color: #ff7d27;
        border: 1px solid #ff7d27;
        border-radius: 5px;
        height: 34px;
        text-align: center;
        background-color: #fff;
        font-size: 16px;
        cursor: pointer;
    }

        .NB_take input:hover {
            color: #fff;
            background-color: #ff7d27;
        }

        .NB_take input + input {
            margin-top: 10px;
        }

.takeBox {
    flex: 1;
    margin: 0 10px;
    display: flex;
}

    .takeBox > div {
        flex: 1;
    }

.takeNum {
    color: #ff7d27;
    font-weight: bold;
    font-size: 28px;
    line-height: 1em;
}

    .takeNum span {
        font-size: 16px;
        display: block;
    }

.takeTitle {
    font-size: 13px;
}

.takeBoxBig {
    width: 240px;
}

    .takeBoxBig .takeNum {
        font-size: 60px;
    }

    .takeBoxBig .takeTitle {
        font-size: 16px;
    }

    .takeBoxBig.off .takeNum,
    .takeBoxBig .t_red {
        display: none;
    }

    .takeBoxBig.off .t_red {
        margin-top: 5px;
        display: block;
    }

.NB_orange {
    margin-top: 10px;
    width: 100%;
    font-size: 13px;
    text-align: center;
    border: 1px solid #ddd;
    border-collapse: collapse;
}

    .NB_orange th {
        border: 1px solid #ddd;
        height: 40px;
        font-weight: normal;
        background-color: #ffe1ce;
        box-sizing: border-box;
    }

    .NB_orange td {
        width: 60px;
        border: 1px solid #ddd;
        height: 40px;
        box-sizing: border-box;
    }

    .NB_orange .t_red {
        color: #b00 !important;
    }

.NB_txt {
    padding: 20px 25px 0;
}

    .NB_txt .NB_descIn {
        margin: 0;
    }

    .NB_txt .NB_descT {
        border: 0;
        padding: 0;
        color: #000;
    }

/*邀请好友记录*/
.friendBonus {
    padding: 0 10px;
    background-color: #fff;
    border: 1px solid #d5d5d5;
    min-height: 509px;
    box-sizing: border-box;
}

.NB_top {
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 44px;
}

.NB_topL {
    flex: 1;
}

    .NB_topL div {
        cursor: pointer;
        line-height: 25px;
        box-sizing: border-box;
        display: inline-block;
        padding: 0 4px;
        margin: 0 4px;
        position: relative;
    }

        .NB_topL div:not(:last-child):after {
            border-right: 1px solid #bbb;
            height: 14px;
            position: absolute;
            top: 0;
            bottom: 0;
            margin: auto;
            right: -7px;
            display: block;
            visibility: initial;
        }

        .NB_topL div:hover,
        .NB_topL div.on {
            color: #4a80a3;
            border-bottom: 4px solid #4a80a3;
        }

.NB_record {
    min-height: 418px;
    margin-bottom: 10px;
}

    .NB_record table {
        width: 100%;
        margin: 0 auto;
        background-color: #d5d5d5;
        font-size: 13px;
        border-left: 1px solid #dfdfdf;
        border-top: 1px solid #dfdfdf;
        table-layout: fixed;
    }

    .NB_record th {
        text-align: center;
        color: #fff;
        background-color: #4a80a3;
        font-weight: normal;
        height: 25px;
        border-right: 1px solid #8ba6b8;
        font-size: 12px;
    }

    .NB_record td {
        text-align: center;
        border-right: 1px solid #dfdfdf;
        border-bottom: 1px solid #dfdfdf;
        height: 38px;
    }

    .NB_record tr {
        background-color: #fff;
    }

        .NB_record tr:nth-child(odd) {
            background-color: #f3f3f3;
        }

    .NB_record .noMSG {
        color: #72a5dc;
        font-weight: bold;
        font-size: 17px;
        height: 389px;
    }

        .NB_record .noMSG img {
            width: 130px;
            margin-bottom: 5px;
        }

.NB_topR {
    display: flex;
    align-items: center;
}

    .NB_topR .inputDate {
        background: #f1f1f1 url(../../Images/th-th/Graph/icon_dateSelect.png) no-repeat 88px 50%;
        width: 78px;
        cursor: pointer;
        height: 25px;
        padding: 0 25px 0 5px;
        text-align: center;
    }

    .NB_topR span {
        margin: 0 5px
    }

    .NB_topR .btn_recSearch {
        padding: 0 10px;
        height: 25px;
        cursor: pointer;
        background-color: #4a80a3;
        color: #fff;
        margin-left: 10px;
    }

        .NB_topR .btn_recSearch:hover {
            background-color: #609cc3;
        }

/*积分活动*/
.btnPoint {
    margin-top: 32px;
    display: flex;
    justify-content: space-around;
    justify-content: space-evenly;
}

    .btnPoint input {
        width: 160px;
        height: 30px;
        color: #fff;
        background-color: #0675be;
        border-radius: 3px;
        font-size: 15px;
        cursor: pointer;
    }

        .btnPoint input:hover,
        .btnPoint input:active {
            opacity: .8;
        }

.NB_point {
    padding: 30px 20px 0 50px;
}

    .NB_point .NB_descT {
        color: #212121;
        position: relative;
        border: 0;
        padding: 0;
    }

        .NB_point .NB_descT > div {
            float: right;
            font-size: 14px;
            font-weight: normal;
        }

        .NB_point .NB_descT:before {
            content: '';
            position: absolute;
            left: -30px;
            top: 0;
            bottom: 0;
            margin: auto;
            width: 19px;
            height: 22px;
            background: url(../../Images/th-th/Graph/icon_coin.png) no-repeat center;
            background-size: auto 100%;
        }

    .NB_point .NB_descIn {
        margin: 0;
    }

    .NB_point .t_yellow {
        color: #ee9a12;
        font-weight: bold;
    }

    .NB_point p {
        margin: 0;
    }

        .NB_point p + p {
            margin-top: 10px;
        }

.pointStep {
    color: #333;
    font-size: 14px;
}

    .pointStep ul {
        display: flex;
    }

        .pointStep ul + ul {
            margin-top: 10px;
        }

    .pointStep li:first-child {
        white-space: nowrap;
    }

.pointBox {
    min-height: 90px;
    display: flex;
    border: 1px solid #d8d8d8;
    border-radius: 3px;
    font-size: 14px;
    position: relative;
}

    .pointBox + .pointBox {
        margin-top: 20px;
    }

    .pointBox input {
        width: 90px;
        height: 30px;
        background-color: #ee9a12;
        color: #fff;
        border-radius: 3px;
        font-size: 15px;
        cursor: pointer;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 50px;
        margin: auto;
    }

        .pointBox input:hover,
        .pointBox input:active {
            opacity: .8;
        }

.pointGet {
    width: 120px;
    color: #fff;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
}

    .pointGet:before {
        content: '';
        background-color: #0675be;
        width: 100%;
        position: absolute;
        z-index: -1;
        top: -1px;
        left: -1px;
        bottom: -1px;
        border-radius: 3px 0 0 3px;
    }

    .pointGet > span {
        font-size: 25px;
        font-weight: bold;
    }

.ic_star {
    display: flex;
    align-items: center;
}

    .ic_star:before {
        content: '';
        width: 16px;
        height: 17px;
        background: url(../../Images/th-th/Graph/icon_star.png) no-repeat center;
        background-size: auto 100%;
        margin-right: 5px;
        margin-left: -5px;
    }

.pointWay {
    display: flex;
    align-items: center;
    margin: 10px 160px 10px 20px;
    flex: 1;
}

.w500 {
    width: 500px !important;
}

.popUpPoint {
    padding: 0 25px 25px;
}

.pointTH,
.pointTD table {
    width: 450px;
    text-align: center;
    font-size: 14px;
}

.pointTH {
    background-color: #ebe9ea;
    min-height: 35px;
    display: flex;
    align-items: center;
    padding: 2px;
    box-sizing: border-box;
}

    .pointTH li {
        width: 117px;
    }

.pointTD {
    max-height: 351px;
}

    .pointTD table {
        border: 1px solid #ebe9ea;
        border-collapse: collapse;
        table-layout: fixed;
    }

    .pointTD tr {
        border: 1px solid #ebe9ea;
    }

    .pointTD td {
        height: 35px;
        box-sizing: border-box;
    }

        .pointTH li:first-child,
        .pointTD td:first-child {
            width: 216px;
        }

        .pointTD td:last-child:not(.t_money):not(.t_star) {
            font-weight: bold;
            font-size: 16px;
        }

    .pointTD .t_money {
        color: #00abff;
        padding-left: 20px;
        text-align: left;
    }

    .pointTD .t_star {
        color: #ee9a12;
        padding-left: 20px;
        text-align: left;
    }

        .pointTD .t_money span,
        .pointTD .t_star img {
            width: 11px;
            height: auto;
            display: inline-block;
        }

        .pointTD .t_star img {
            margin-left: -2px;
            margin-right: 2px;
        }

.popUpROU {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    position: fixed;
    overflow: auto;
    box-sizing: border-box;
    top: 0;
    bottom: 0;
    z-index: 10000;
    display: none;
}

    .popUpROU .t_yellow {
        color: #ffee00;
        font-weight: bold;
    }

    .popUpROU > div {
        display: table;
        width: 100%;
        height: 100%;
        text-align: center;
    }

    .popUpROU .popUpClose {
        background-image: url(../../Images/th-th/Graph/icon_close03.png);
        width: 50px;
        top: 0;
        right: 0;
        margin: 0;
    }

.popUpROU_bg {
    position: relative;
    display: table-cell;
    vertical-align: middle;
}

.popUpROU_in {
    position: relative;
    height: 596px;
    width: 336px;
    background: url(../../Images/th-th/Graph/img_roulette.png) no-repeat center;
    background-size: auto 100%;
    margin: auto;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: flex-end;
}

.boxROU {
    position: absolute;
    width: 231px;
    height: 231px;
    left: 0;
    right: 0;
    margin: auto;
    top: 141px;
}

    .boxROU:before {
        content: '';
        position: absolute;
        background: url(../../Images/th-th/Graph/img_roulettes.png) no-repeat center;
        background-size: auto 100%;
        width: 248px;
        height: 248px;
        left: -8px;
        bottom: -2px;
        margin: auto;
        z-index: 1;
    }

    .boxROU:after {
        content: '';
        position: absolute;
        width: 28px;
        height: 28px;
        border: 3px solid #fef0c1;
        background-color: #f3d578;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        border-radius: 50%;
        display: block;
        visibility: initial;
    }

    .boxROU > div {
        position: absolute;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        background: #fddd60;
        left: 0;
        top: 0;
        overflow: hidden;
    }

    .boxROU [class*="ROU"] {
        position: absolute;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 153px 90px 0 90px;
        display: flex;
    }

        .boxROU [class*="ROU"]:first-child {
            left: 0;
            right: 0;
            top: -38px;
            margin: auto;
        }

        .boxROU [class*="ROU"]:nth-child(2) {
            transform: rotate( 60deg);
            -webkit-transform: rotate( 60deg);
            right: -41px;
            top: 0;
        }

        .boxROU [class*="ROU"]:nth-child(3) {
            transform: rotate( 120deg);
            -webkit-transform: rotate( 120deg);
            right: -41px;
            bottom: 0;
        }

        .boxROU [class*="ROU"]:nth-child(4) {
            transform: rotate(180deg);
            -webkit-transform: rotate(180deg);
            left: 0;
            right: 0;
            bottom: -38px;
            margin: auto;
        }

        .boxROU [class*="ROU"]:nth-child(5) {
            transform: rotate(240deg);
            -webkit-transform: rotate(240deg);
            left: -41px;
            bottom: 0;
        }

        .boxROU [class*="ROU"]:nth-child(6) {
            transform: rotate(300deg);
            -webkit-transform: rotate(300deg);
            left: -41px;
            top: 0;
        }

        .boxROU [class*="ROU"] div {
            position: absolute;
            white-space: nowrap;
            font-size: 17px;
            transform: translate(-50%,-230%);
            -webkit-transform: translate(-50%,-230%);
            top: 0;
            left: 0;
            margin: auto;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-flow: column;
            line-height: 1.2em;
        }

        .boxROU [class*="ROU"] span {
            font-weight: bold;
            font-size: 18px;
        }

    .boxROU.on > div {
        animation: boxROU 2s ease;
        -webkit-animation: boxROU 2s ease;
    }

@keyframes boxROU {
    from {
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(1080deg);
    }
}

@-webkit-keyframes boxROU {
    from {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(1080deg);
    }
}

.purpleROU {
    color: #fff;
    border-color: #40004e transparent transparent transparent
}

.yellowROU {
    color: #40004e;
    border-color: #fddd60 transparent transparent transparent
}

.btnROU {
    cursor: pointer;
    width: 85%;
    height: 45px;
    border-radius: 100px;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    box-shadow: 0 0 8px #333;
    background: #ff4848; /* Old browsers */
    background: -moz-linear-gradient(top, #ff4848 0%, #c10000 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ff4848 0%,#c10000 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ff4848 0%,#c10000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff4848', endColorstr='#c10000',GradientType=0 ); /* IE6-9 */
}

    .btnROU:active,
    .btnROU:hover {
        background: #ff4848;
    }

.numROU {
    width: 85%;
    color: #fff;
    display: flex;
    align-items: center;
    min-height: 50px;
    max-height: 70px;
    padding: 10px 0;
    box-sizing: border-box;
    position: relative;
}

    .numROU:before {
        content: '';
        width: 1px;
        height: 15px;
        background-color: #fff;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
    }

    .numROU div {
        flex: 1;
        padding: 0 5px;
        font-size: 15px;
        font-weight: bold;
    }

    .numROU span {
        display: block;
        font-size: 16px;
    }

.ruleROU {
    width: 85%;
    padding: 8px;
    background-color: rgba(0,0,0,.6);
    color: #fff;
    font-size: 14px;
    border-radius: 5px;
    box-sizing: border-box;
    margin-bottom: 25px;
    text-align: left;
}

    .ruleROU ul {
        margin: auto;
        display: table;
    }

    .ruleROU li {
        list-style-type: decimal;
        margin-left: 20px;
    }

/*生日礼金计划/升等计划*/
.upTable,
.bonusTable {
    table-layout: fixed;
    margin-top: -5px;
}

    .upTable th,
    .upTable td,
    .bonusTable th,
    .bonusTable td {
        height: 35px;
        box-sizing: border-box;
        padding: 2px;
    }

    .upTable td,
    .bonusTable td {
        width: auto;
    }

    .bonusTable img {
        width: 23px;
        height: auto;
        vertical-align: middle;
    }

/*生日礼金计划*/
.btn_birth {
    background-color: #32abff;
    border-radius: 3px;
    color: #fff;
    width: 160px;
    height: 35px;
    font-size: 15px;
    margin: 15px 20px 0 0;
    cursor: pointer;
    float: right;
    position: relative;
    z-index: 1;
}

    .btn_birth:hover {
        background-color: #38b8ff;
    }

/*升等计划*/
.upBonus .NB_desc {
    margin-top: 25px;
}

.upBonus .NB_Table_bg {
    margin-top: 20px;
}

.bonusHint {
    font-weight: bold;
    font-size: 14px;
    margin: -22px 20px 0;
}

/* 直播 */
.bonusVideo {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4);
    display: none;
    z-index: 1000;
}

    .bonusVideo video {
        width: 100%;
        height: auto;
        -webkit-tap-highlight-color: rgba(0,0,0,0);
        outline: none;
    }

.bg_bonusVideo {
    position: absolute;
    width: 720px;
    margin: -22px auto 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    line-height: 0;
}

.bonusVideoTxt {
    font-size: 20px;
    color: #fff;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 15px;
    padding: 0 40px;
}

    .bonusVideoTxt span {
        overflow: hidden;
        width: 100%;
        display: block;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        text-align: center;
    }

.btn_closeBV {
    position: absolute;
    top: 0;
    right: 0;
    background: url(../../Images/th-th/Graph/btn_closeGirl.svg) no-repeat center;
    background-size: 100% auto;
    width: 30px;
    height: 30px;
    cursor: pointer;
    -webkit-filter: brightness(1.1);
    filter: brightness(1.1);
    z-index: 1;
}

    .btn_closeBV:hover {
        -webkit-filter: brightness(2);
        filter: brightness(2);
    }

/*周周抽一亿*/
.weekMenu {
    width: 125px;
    max-width: initial !important;
    flex: initial !important;
}

.bonusWeek {
    position: relative;
    padding-top: 285px;
}

    .bonusWeek .NB_banner {
        position: absolute;
        background: url(../../Images/th-th/Cn/bonus_weekBG.png) no-repeat center top;
        width: 100%;
        height: 562px;
        border: 0;
        top: 0;
        left: 0;
    }

.NB_banner2 {
    background: url(../../Images/th-th/Cn/bonus_weekBG2.png) no-repeat center top !important;
}

.bonusWeek .NB_descT {
    border-left: 4px solid #bc5758;
    color: #333;
}

.bonusWeek .NB_descIn {
    margin-left: 12px;
    line-height: 24px;
}

.bonusWeek .NB_Table {
    margin: 15px auto;
    table-layout: fixed;
}

    .bonusWeek .NB_Table th,
    .bonusWeek .NB_Table td {
        height: 40px;
        text-align: center !important;
        box-sizing: border-box;
        padding: 5px;
        line-height: normal;
    }

    .bonusWeek .NB_Table th {
        background-color: #fae6e6;
        font-weight: bold;
    }

.bonusWeek .NB_descList_in {
    text-indent: -16px;
    padding-left: 17px;
}

.btn_week {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 330px;
    height: 46px;
    border-radius: 100px;
    border: 1px solid #fff;
    background-color: #fff;
    box-shadow: 0 0 5px #999;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    top: 225px;
    right: 78px;
    box-sizing: border-box;
}

    .btn_week:before {
        content: '';
        width: 38px;
        height: 28px;
        margin-right: 10px;
        background: url(../../Images/th-th/Graph/btn_liveIcon.svg) no-repeat center;
        background-size: 100% auto;
    }

    .btn_week:hover {
        box-shadow: 0 0 5px #be5758;
        border: 1px solid #be5758;
    }

.t_week {
    font-size: 15px;
}

.NB_descT .t_week {
    margin-left: 20px;
    font-weight: normal;
}

.weekStep {
    margin-top: 20px;
    margin-left: 0 !important;
    display: flex;
}

    .weekStep ul {
        flex: 1;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .weekStep li:nth-child(1) {
        background: #f9e5e5;
        border-radius: 100px;
        height: 76px;
        width: 76px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .weekStep li:nth-child(2) {
        font-weight: bold;
    }

    .weekStep li:nth-child(3) {
        padding: 0 5px;
        line-height: 23px;
        margin-bottom: 0;
        box-sizing: border-box;
    }

.weekTicket li {
    line-height: 26px;
    margin-bottom: 5px !important;
    text-indent: -16px;
    padding-left: 24px;
    box-sizing: border-box;
}

.weekTicket .NB_Table {
    table-layout: initial;
}

    .weekTicket .NB_Table td:first-child {
        width: auto;
    }

    .weekTicket .NB_Table td + td:not(:last-child) {
        width: 82px;
    }

    .weekTicket .NB_Table td:last-child {
        width: 105px;
    }

.weekVideo {
    background-color: rgba(0, 0, 0, 0.6);
}

    .weekVideo .bg_bonusVideo {
        margin-top: 20px;
    }

    .weekVideo .btn_closeBV {
        background: url(../../Images/th-th/Graph/icon_closeWeek.png) no-repeat top;
        background-size: 100% 200%;
        position: absolute;
        width: 39px;
        height: 39px;
        -webkit-filter: none;
        filter: none;
        top: -18px;
        right: -18px;
    }

        .weekVideo .btn_closeBV:hover {
            background-position-y: bottom;
        }

.weekIn {
    width: 100%;
    height: 347px;
    border-radius: 10px;
    overflow: hidden;
}

    .weekIn video {
        height: 100%;
        background-color: #000;
    }

.weekBox {
    width: 100%;
    height: 100%;
    font-size: 20px;
    font-weight: bold;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

    .weekBox:before {
        content: '';
        background: url(../../Images/th-th/Graph/icon_weeklive.svg) no-repeat center;
        width: 149px;
        height: 165px;
        background-size: auto 100%;
        margin-bottom: 25px;
    }

.btn_weekVideoForRaffle {
    margin-top: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .btn_weekVideoForRaffle li {
        width: 296px;
        height: 34px;
        border-radius: 100px;
        background-color: #fff;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 16px;
        line-height: 1em;
    }

        .btn_weekVideoForRaffle li + li {
            margin-left: 5px;
        }

        .btn_weekVideoForRaffle li.on, .btn_weekVideoForRaffle li:hover {
            background-color: #e37273;
            color: #fff;
        }
        
        
@media screen and (max-width: 480px) {
.NB_norm_T div {
    font-size: 13px;
}
.NB_norm_T .gameApply {
    font-size: 10px;
}
}        