.t_blue {
    color: #648fb2 !important;
}

/*最新優惠*/
.bonus {
    padding: 10px 4% 0;
}

.container_T ~ .bonus:not(.on) {
    display: none;
}

.bonus_list {
    margin-bottom: 12px;
    border-radius: 10px;
    overflow: hidden;
    display: block;
    width: 100%;
    text-decoration: none;
    position: relative;
}

    .bonus_list > img {
        display: table;
        width: 100%;
    }

.bonus_listIn {
    padding: 12px 4%;
    display: table;
    width: 100%;
    line-height: 20px;
    font-size: 0.8em;
    color: #535353;
    box-sizing: border-box;
}

    .bonus_listIn h5 {
        border-left: 4px solid #648fb2;
        padding-left: 8px;
        color: #648fb2;
        margin: 15px 0 5px;
        line-height: 1.2em;
        font-size: 1em;
    }

.bonus_img {
    position: relative;
    overflow: hidden;
}

    .bonus_img img {
        width: 100%;
        display: table;
    }

    .bonus_img:before,
    .bonus_img:after {
        content: '';
        position: absolute;
        width: 100%;
        height: 30%;
        left: 0;
        right: 0;
        z-index: 2;
    }

    .bonus_img:before {
        top: -1px;
        background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 50%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 50%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
    }

    .bonus_img:after {
        bottom: -1px;
        background: -moz-linear-gradient(top, rgba(255,255,255,0) 50%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(255,255,255,0) 50%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(255,255,255,0) 50%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    }

.bonus_button {
    display: table;
    width: 100%;
}

    .bonus_button .w100.bg_colorR {
        margin-bottom: 12px;
    }

.bonus_listIn:not([class*="gift_"]) input[type="button"],
.bonus_listIn:not([class*="gift_"]) input[type="submit"],
.bonus_listIn:not([class*="gift_"]) input[type="reset"] {
    font-size: 1.1em;
}

.listNum {
    display: table;
    width: 100%;
    padding-top: 10px;
    box-sizing: border-box;
}

    .listNum > ul > .listNum_L {
        text-align: left;
    }

    .listNum ul {
        display: table-row;
    }

    .listNum li {
        display: table-cell;
        padding-bottom: 10px;
    }

        .listNum li li {
            padding-bottom: 0;
        }

    .listNum a {
        cursor: pointer;
        text-decoration: none;
    }

.listNum_L {
    width: 1%;
    white-space: nowrap;
    text-align: center;
}

@media (min-width: 400px) {
    .bonus {
        padding-top: 12px;
    }

    .bonus_list, .bonus_button .w100.bg_colorR {
        margin-bottom: 15px;
    }

    .bonus_listIn {
        padding: 15px 4%;
    }

        .bonus_listIn:not([class*="gift_"]) input[type="button"],
        .bonus_listIn:not([class*="gift_"]) input[type="submit"],
        .bonus_listIn:not([class*="gift_"]) input[type="reset"] {
            font-size: 1.05em;
        }

        .bonus_listIn h5 {
            margin: 20px 0 10px;
        }
}

/*超级彩金名单*/
.bonus_listIn h5.red {
    border-left-color: #bf5758;
    color: #bf5758;
}

.menuBonus {
    display: flex;
    padding: 13px 4%;
    position: fixed;
    width: 100%;
    box-sizing: border-box;
    background-color: #fff;
}

    .menuBonus a {
        color: #be5758;
        font-size: 0.85em;
        flex: 1;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        box-sizing: border-box;
        cursor: pointer;
        border: 1px solid #be5758;
        border-radius: 100px;
        line-height: 1em;
    }

        .menuBonus a.on {
            background-color: #be5758;
            color: #fff;
        }

        .menuBonus a + a {
            margin-left: 15px;
        }

        .menuBonus a:before {
            content: '';
            background-repeat: no-repeat;
            background-position: center top;
            margin-right: 5px;
        }

        .menuBonus a.on:before {
            background-position-y: bottom;
        }

    .menuBonus ~ .listArea {
        margin-top: 83px;
    }

.listArea .t_red {
    color: #be5758 !important;
}

.btnSuper:before {
    background-image: url(../assets/images/icon_superCoin.svg);
    background-size: 100% auto;
    height: 18px;
    width: 18px;
}

.btnCoin:before {
    background-image: url(../assets/images/icon_coin.svg);
    background-size: 100% auto;
    height: 18px;
    width: 18px;
}

.btnBac:before {
    background-image: url(../assets/images/icon_baccarat.svg);
    background-size: 100% auto;
    height: 22px;
    width: 22px;
}

.btnCD:before {
    background-image: url(../assets/images/icon_CD.svg);
    background-size: 100% auto;
    height: 22px;
    width: 22px;
}

.superList {
    width: 92%;
    margin: 96px auto 60px; /*-*/
    text-align: center;
    color: #333;
    border-collapse: collapse;
    font-size: 0.65em;
    background-color: #fff;
    table-layout: fixed;
}

    .superList th, .superList td {
        border: 1px solid #d5d5d5;
        box-sizing: border-box;
        height: 40px;
    }

    .superList th {
        background-color: #eee;
        font-weight: normal;
        height: 37px;
    }

        .superList th span {
            display: inline-block;
        }

    .superList .SL_level {
        text-align: left;
        background: url(../assets/images/icon_level1.svg) no-repeat calc(3.5vw - 8px) 50%;
        background-size: 14px;
        padding-left: calc(7vw - 2px);
        word-break: break-all;
    }

    .superList .SL_level2 {
        background-image: url(../assets/images/icon_level2.svg);
    }

    .superList .SL_level3 {
        background-image: url(../assets/images/icon_level3.svg);
    }

    .superList .SL_level4 {
        background-image: url(../assets/images/icon_level4.svg);
    }

    .superList .SL_level5 {
        background-image: url(../assets/images/icon_level5.svg);
    }

    .superList .noMSG {
        font-size: 1rem;
    }
/*-*/ /*s*/
.SL_footer {
    position: fixed;
    width: 100%;
    bottom: 42px;
    height: 34px;
    background-color: #fff;
    display: flex;
    margin: auto;
    left: 0;
    right: 0;
    padding-bottom: 13px;
}

    .SL_footer ul {
        flex: 1;
        display: flex;
        justify-content: center;
        text-align: center;
        align-self: center
    }

    .SL_footer li {
        display: inline-block;
        width: 22px;
        height: 22px;
        font-weight: bold;
        font-size: .95em;
        line-height: 22px;
        margin: 0 .5%;
        color: #606060;
        background-color: #fff;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -o-user-select: none;
        box-sizing: border-box;
    }

        .SL_footer li:not(.more) {
            border: 1px solid #d5d5d5;
            border-radius: 50%;
        }

        .SL_footer li:first-child {
            margin-left: 0
        }

        .SL_footer li:last-child {
            margin-right: 0
        }

        .SL_footer li.on,
        .SL_footer li:not(.off):not(.more):active {
            background-color: #ebf5ff;
            border-color: #648fb2;
            color: #648fb2;
        }

        .SL_footer li.off:active {
            background-color: #fff;
            border-color: #d5d5d5;
            color: #606060;
        }
        /*-*/ /*e*/
        .SL_footer li:before {
            content: '';
            width: 1px;
            height: 110%;
            display: inline-block;
            margin-left: -1px;
            vertical-align: middle;
        }

    .SL_footer a {
        width: 11%;
        max-width: 46px;
        position: relative;
        cursor: pointer;
        height: 100%
    }
/*-*/ /*s*/
.btn_SL_last,
.btn_SL_first {
    background: url(../assets/images/icon_arrowFirst.svg) center no-repeat;
    background-size: auto 19px;
}

    .btn_SL_last.on,
    .btn_SL_first.on,
    .btn_SL_first:active,
    .btn_SL_last:active {
        background-image: url(../assets/images/icon_arrowFirstB.svg);
    }

.btn_SL_Next,
.btn_SL_Prev {
    background: url(../assets/images/icon_arrowPrev.svg) center no-repeat;
    background-size: auto 19px;
}

    .btn_SL_Next.on,
    .btn_SL_Prev.on,
    .btn_SL_Prev:active,
    .btn_SL_Next:active {
        background-image: url(../assets/images/icon_arrowPrevB.svg);
    }

.btn_SL_Next,
.btn_SL_last {
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
}
/*-*/ /*e*/
.super_listIn {
    padding-top: 0;
}

    .super_listIn + .superList {
        margin: 0 auto 4%;
        table-layout: fixed;
    }

        .super_listIn + .superList th,
        .super_listIn + .superList td {
            height: 39px;
        }

    .super_listIn .listNum ul:last-child > li {
        padding-bottom: 0;
    }

/*-*/ /*superPlay*/ /*s*/
.dragSP {
    position: fixed;
    top: 128px;
    bottom: 43px;
    right: 5px;
    left: 0;
    z-index: -1;
}

.btn_superPlay {
    width: 65px;
    height: 65px;
    background: url(../assets/images/btn_superPlay.png) no-repeat center;
    background-size: 100% auto;
    position: fixed;
    right: 4%;
    bottom: 88px;
    cursor: pointer;
    z-index: 2; /*需要低於footer*/
}

.btn_closeSP {
    background: rgba(0,0,0,.25) url(../assets/images/btn_close_white.svg) no-repeat center;
    background-size: 7px auto;
    width: 15px;
    height: 15px;
    position: absolute;
    border-radius: 50%;
    right: -5px;
    top: -5px;
}
/*-*/ /*superPlay*/ /*e*/
.noBottom .superList {
    margin-bottom: 34px;
}

.noBottom .SL_footer { /*-*/
    bottom: 0 !important;
    padding-bottom: 0 !important;
}

.noBottom ~ .btn_superPlay { /*-*/ /*superPlay*/
    bottom: 33px;
}

.appBottom {
    padding-bottom: 0 !important;
}

    .noBottom ~ .dragSP,
    .appBottom ~ .dragSP,
    .appBottom .SL_footer { /*-*/ /*superPlay*/
        bottom: 0;
    }

    .appBottom ~ .btn_superPlay { /*-*/ /*superPlay*/
        bottom: 46px;
    }

@media (min-width:360px) {
    /*    .superList {
        margin-bottom: 60px;
    }*/ /*-*/

    .superList .SL_level {
        background-size: 16px;
        background-position-x: calc(3.5vw - 9px);
    }

    .superList th, .superList td {
        height: 44px;
    }

    .superList .noMSG {
        font-size: 1.1rem;
    }

    .SL_footer { /*-*/
        bottom: 48px;
        padding-bottom: 10px;
        height: 40px;
    }

        .SL_footer li { /*-*/
            width: 27px;
            height: 27px;
            line-height: 25px
        }

    .dragSP { /*-*/ /*superPlay*/
        bottom: 49px;
    }

    .btn_superPlay { /*-*/ /*superPlay*/
        width: 72px;
        height: 72px;
        bottom: 97px;
    }

    .noBottom .superList {
        margin-bottom: 40px;
    }

    .noBottom ~ .btn_superPlay { /*-*/ /*superPlay*/
        bottom: 39px;
    }

    .appBottom ~ .btn_superPlay { /*-*/ /*superPlay*/
        bottom: 49px;
    }

    /*    .appBottom .SL_footer {
        bottom: 10px;
    }*/ /*-*/
}

@media (min-width:375px) {
    .superList th, .superList td {
        height: 46px !important;
    }
}

@media only screen and (device-width : 375px) and (device-height : 812px) and (-webkit-device-pixel-ratio : 3) {
    .superList th, .superList td {
        height: 55px;
    }
}

@media (min-width: 400px) {
    .menuBonus {
        padding: 17px 4%;
    }

        .menuBonus a {
            height: 35px;
        }

            .menuBonus a:before {
                margin-right: 10px;
            }

        .menuBonus ~ .listArea {
            margin-top: 92px;
        }

    .btnSuper:before,
    .btnCoin:before {
        height: 21px;
        width: 21px;
    }

    .btnBac:before,
    .btnCD:before {
        height: 27px;
        width: 27px;
    }

    .superList {
        margin-top: 109px;
        /*margin-bottom: 69px;*/ /*-*/
        font-size: 0.7em;
    }

        .superList .SL_level {
            background-size: 18px;
            background-position-x: calc(3.5vw - 10px);
        }

        .superList th, .superList td {
            height: 51px !important;
        }

        .superList .noMSG {
            font-size: 1.2rem;
        }

    .SL_footer { /*-*/
        bottom: 55px;
    }

        .SL_footer a:after {
            width: 14px;
            height: 14px
        }

        /*        .SL_footer .btn_SL_last:before, .SL_footer .btn_SL_first:before {
            height: 22px
        }*/ /*-*/

        .SL_footer li { /*-*/
            width: 28px;
            height: 28px;
            line-height: 26px;
            margin: 0 6px
        }

    .btn_SL_last,
    .btn_SL_first,
    .btn_SL_Next,
    .btn_SL_Prev { /*-*/
        background-size: auto 22px;
    }

    /*-*/ /*superPlay*/ /*s*/
    .dragSP {
        top: 142px;
        right: 10px;
        bottom: 56px;
    }

    .btn_superPlay {
        width: 85px;
        height: 85px;
        bottom: 104px;
    }

    .btn_closeSP {
        width: 20px;
        height: 20px;
        background-size: 8px auto;
        right: -10px;
        top: -10px;
    }
    /*-*/ /*superPlay*/ /*e*/
    .noBottom .superList {
        margin-bottom: 46px;
    }

    .noBottom .SL_footer { /*-*/
        height: 46px;
    }

    .noBottom ~ .btn_superPlay { /*-*/ /*superPlay*/
        bottom: 45px !important;
    }

    /*    .appBottom .SL_footer {
        bottom: 11px;
    }*/ /*-*/
}

@media (min-width: 530px) {
    .superList {
        font-size: 0.75em;
    }

        .superList th, .superList td {
            padding: 5px;
        }

    .SL_footer {
        width: 92%;
    }
}

@media (min-width: 768px) {
    /*    .superList {
        margin-bottom: 76px;
    }*/ /*-*/

    .superList .SL_level {
        background-size: 28px;
        background-position-x: calc(3.5vw - 15px);
    }

    .superList th, .superList td {
        height: 77px !important;
    }

    .super_listIn + .superList th, .super_listIn + .superList td {
        height: 51px !important;
    }

    .SL_footer { /*-*/
        bottom: 75px;
    }

    /*-*/ /*superPlay*/ /*s*/
    .dragSP {
        bottom: 76px;
    }

    .btn_superPlay {
        bottom: 124px;
    }

    /*    .appBottom .SL_footer {
        bottom: 15px;
    }*/ /*-*/
}

@media (max-height: 450px) {
    .SL_footer,
    .dragSP {
        bottom: 0;
    }
}
/*-*/ /*superPlay*/ /*e*/
@media (orientation: landscape) {
    .superList th, .superList td {
        height: 35px !important;
    }
}

@media (min-width: 768px) and (orientation: landscape) {
    .superList th, .superList td {
        height: 45px !important;
    }
}

/*红利回馈*/
.firstBox h3 {
    position: relative;
}

    .firstBox h3.on {
        color: #2782d7;
    }

        .firstBox h3.on:not(.w100):after {
            content: '';
            position: absolute;
            bottom: 0;
            width: 100%;
            height: 3px;
            background-color: #2782d7;
            border-radius: 100px;
            left: 0;
            right: 0;
            margin: auto;
        }

        .firstBox h3.on:not(.w100):after {
            background-color: #2782d7;
        }

    .firstBox h3 > span:after {
        display: none;
    }

.firstBox .firstStep {
    font-weight: 900;
    font-style: italic;
    font-size: 1.27em;
    color: #fff;
    width: 20px;
    height: 20px;
    border-radius: 3px;
    background-color: #2782d7;
    padding-right: 2px;
    margin-right: 3px;
    box-sizing: border-box;
}

    .firstBox .firstStep + * {
        max-width: calc(100% - 23px);
        width: auto;
    }

.firstTable_T {
    font-weight: bold;
    padding: 10px 0;
    color: #333;
}

.gameApply {
    color: #fff;
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
}

    .gameApply:before {
        content: '';
        background: url(../assets/images/WC/btn_gift.png) no-repeat center 46%;
        background-size: 100% auto;
        width: 20px;
        height: 100%;
        margin-right: 8px;
    }

    .gameApply.off {
        background-color: #aaa !important;
        cursor: not-allowed;
    }

        .gameApply.off:before {
            background-image: url(../assets/images/WC/btn_giftW.png);
        }

.firstTable {
    margin-top: 12px;
}

    .firstTable .gameApply {
        background-color: #b4506a;
        border-radius: 2px;
    }

        .firstTable .gameApply:not(.off):active {
            opacity: .8;
        }

    .firstTable table {
        width: 100%;
        border: 0;
        border-spacing: 1px;
        border-collapse: separate;
        background-color: #c0d1e1;
        margin-bottom: 5px;
    }

    .firstTable th {
        color: #fff;
        background-color: #5893cd;
        width: 50%;
        padding: 5px;
        text-align: center;
        vertical-align: middle;
    }

    .firstTable td {
        width: 50%;
        padding: 5px;
        background-color: #fff;
        text-align: center;
        vertical-align: middle;
    }

    .firstTable > .t_red {
        display: flex;
        align-items: baseline;
    }

        .firstTable > .t_red span:first-child {
            margin-right: 5px;
        }

@media (min-width: 400px) {
    .firstBox .firstStep {
        width: 24px;
        height: 24px;
        margin-right: 4px;
    }

        .firstBox .firstStep + * {
            max-width: calc(100% - 28px);
        }

    .firstTable_T {
        padding: 15px 0;
    }

    .gameApply {
        border-radius: 3px;
    }

    .firstTable {
        margin-top: 15px;
    }

        .firstTable th {
            height: 30px;
        }
}

/*周返水*/
.bonusPrompt {
    line-height: 1.3em;
    margin: 20px 0;
    text-align: center;
}

.rebateTable {
    color: #333;
    width: 100%;
    border: 0;
    border-spacing: 1px;
    border-collapse: separate;
    background-color: #ccc;
    margin-bottom: 20px;
}

    .rebateTable th {
        background-color: #eee;
        text-align: center;
        vertical-align: middle;
        padding: 5px 10px;
        box-sizing: border-box;
        font-weight: normal;
    }

        .rebateTable th span {
            display: inline-block;
        }

    .rebateTable td {
        background-color: #fff;
        text-align: center;
        vertical-align: middle;
        padding: 5px 10px;
        box-sizing: border-box;
    }

    .rebateTable tr:last-child td {
        text-align: left;
    }

    .rebateTable + .rebateTable tr:last-child td {
        text-align: center;
    }

@media (min-width: 400px) {
    .rebateTable {
        margin-bottom: 25px;
    }
}

/*高額返水*/
.rebateTableH {
    color: #333;
    width: 100%;
    border: 0;
    border-spacing: 1px;
    border-collapse: separate;
    background-color: #ccc;
    margin: 20px auto;
    table-layout: fixed;
}

    .rebateTableH tr td:nth-child(1), .rebateTableH tr th:nth-child(1) {
        white-space: nowrap;
    }

    .rebateTableH th {
        font-weight: normal;
        background-color: #eee;
        text-align: center;
        vertical-align: middle;
        line-height: normal;
        height: 30px;
        padding: 2px;
        box-sizing: border-box;
    }

    .rebateTableH td {
        background-color: #fff;
        text-align: center;
        vertical-align: middle;
        line-height: normal;
        height: 30px;
        padding: 2px;
        box-sizing: border-box;
    }

/*礼品专区*/
[class*="bonus"][class*="gift"] {
    font-size: 1em;
}

    [class*="bonus"][class*="gift"] input {
        width: 100%;
    }

.gift_date, .gift_event, .gift_anchor {
}
    /*节日/活动/主播*/
    .gift_date .gift_t {
        color: #ff1a29;
    }

    .gift_date .gift_img,
    .gift_date input {
        background-color: #ea354e;
    }

    .gift_event .gift_t {
        color: #32abff;
    }

    .gift_event .gift_img,
    .gift_event input {
        background-color: #32abff;
    }

    .gift_anchor .gift_t {
        color: #28cdb0;
    }

    .gift_anchor .gift_img,
    .gift_anchor input {
        background-color: #28cdb0;
    }

.gift_img {
    position: absolute;
    top: -14px;
    left: -22px;
    color: #fff;
    font-size: 0.7em;
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate( -45deg);
    width: 56px;
    height: 40px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    line-height: 1em;
    padding-bottom: 2px;
    box-sizing: border-box;
    letter-spacing: -0.5px;
}

.gift_anchor .gift_img {
    letter-spacing: 0;
}

.gift_t {
    font-size: 0.9em;
    font-weight: bold;
    min-height: 40px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 5px 0;
    box-sizing: border-box;
}

    .gift_t span:not(.t_black) {
        margin-right: 10px;
    }

    .gift_t .t_black {
        color: #555 !important;
        display: inline-block;
    }

.gift_c {
    width: 100%;
    display: table;
    margin-bottom: 12px;
}

@media (min-width:350px) {
    .gift_img {
        top: -18px;
        left: -28px;
        width: 70px;
        height: 50px;
        padding-bottom: 3px;
    }
}

@media (min-width:400px) {
    .gift_t {
        min-height: 52px;
        padding: 10px 0;
    }

        .gift_t span:not(.t_black) {
            margin-right: 15px;
        }

    .gift_c {
        margin-bottom: 15px;
    }
}

/*请填写收件人资料*/
.gift_finish {
    padding: 0 12px 18px;
    text-align: justify;
}

@media (min-width: 400px) {
    .gift_finish {
        padding: 0 15px 25px;
    }
}

/*好友计划*/
.bonusAsk {
    padding: 4%;
    background-color: #fff;
}

    .bonusAsk .bonus_img {
        width: 100%;
        padding: 0;
    }

    .bonusAsk h5 {
        margin: 4% 0 0;
        font-size: .85em;
    }

        .bonusAsk h5:first-child {
            margin-top: 0;
        }

    .bonusAsk .listNum {
        margin: 4% 0 0;
        padding: 0;
        font-size: .8em;
        color: #707070;
    }

        .bonusAsk .listNum.t_red {
            margin-top: 1%;
        }

    .bonusAsk .t_orange {
        color: #c54e00 !important;
    }

    .bonusAsk .t_blue {
        color: #0077c4 !important;
    }

.frdTitle {
    font-size: .95em;
    color: #606060;
    font-weight: bold;
    display: flex;
}

    .frdTitle div:first-child {
        white-space: nowrap;
        margin-right: 5px;
    }

    .frdTitle span {
        font-weight: normal;
        display: inline-block;
    }

.bonusAsk_list {
    padding: 4% 0;
}

    .bonusAsk_list:last-child {
        padding-bottom: 0;
    }

    .bonusAsk_list + .bonusAsk_list {
        border-top: 1px solid #ddd;
        display: flex;
        flex-flow: wrap;
        align-items: center;
        justify-content: space-between;
    }

.stepTitle {
    margin-top: 4%;
    font-size: .95em;
    font-weight: bold;
}

    .stepTitle + ul {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 4%;
        flex-wrap: wrap;
    }

        .stepTitle + ul li {
            display: flex;
            align-items: center;
        }

.stepNum {
    margin-right: 10px;
    font-size: 1.65em;
    font-style: italic;
    color: #ff8d42;
    font-weight: bold;
}

.stepTxt {
    font-size: .7em;
    line-height: 1.2em;
}

    .stepTxt span {
        display: inline-block;
    }

.linkT {
    font-size: .85em;
    font-weight: bold;
    margin-right: 2.5vw;
}

    .linkT + div {
        display: flex;
    }

.btn_QR {
    font-size: .9em;
    color: #ff8d42;
    text-align: center;
    flex: 1;
    white-space: nowrap;
    font-weight: bold;
    display: flex;
    align-items: center;
}

    .btn_QR:before {
        content: '';
        background-repeat: no-repeat;
        background-position: center;
        width: 1.5em;
        height: 1.5em;
        display: inline-block;
        vertical-align: middle;
        margin-right: 5px;
    }

    .btn_QR:active {
        opacity: .7;
    }

    .btn_QR:before {
        background-image: url(../assets/images/btn_copy.svg);
        background-size: auto 79%;
    }

.linkTxt {
    flex: 100% !important;
    background-color: #fff;
    border-radius: 5px;
    min-height: 47px;
    margin: 4% 0 2%;
    padding: 5px 83px 5px 14px;
    box-sizing: border-box;
    font-size: .9em;
    border: 1px solid #ebebeb;
    background-color: #f8f8f8;
    position: relative;
    word-break: break-all;
    display: flex;
    align-items: center;
    overflow: hidden;
}

    .linkTxt.off {
        color: #f00;
        background-color: #ddd;
        justify-content: center;
        border: 0;
        padding-right: 14px;
    }

.btn_copyBA {
    font-size: 0.75em;
    color: #fff;
    background-color: #ff7d27;
    min-width: 65px;
    height: 31px;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: absolute;
    right: 9px;
    top: 0;
    bottom: 0;
    margin: auto;
}

    .btn_copyBA:active {
        opacity: .7;
    }

.copyHint {
    position: absolute;
    background: rgba(0,0,0,0.6);
    color: #fff;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    align-items: center;
    justify-content: center;
    display: none;
}

    .copyHint.on {
        display: flex;
    }

.takeBoxBig {
    text-align: center;
    flex: 1;
}

    .takeBoxBig .takeNum {
        font-size: 2.2em;
    }

.takeBox {
    display: flex;
    width: 100%;
}

    .takeBox > div {
        flex: 1;
    }

.takeInput {
    display: flex;
    justify-content: space-between;
    flex: 1;
}

    .takeInput input {
        height: 40px;
        color: #ff7d27;
        border: 1px solid #ff7d27;
        border-radius: 5px;
        background-color: #fff;
        font-size: 0.8em;
        flex: 1;
    }

        .takeInput input + input {
            margin-left: 2.5vw;
        }

        .takeInput input:active {
            color: #fff;
            background-color: #ff7d27;
        }

.takeNum {
    color: #ff7d27;
    font-size: 1.2em;
    text-align: center;
    font-weight: bold;
}

    .takeNum span {
        font-size: 0.75em;
        display: block;
    }

.takeTitle {
    font-size: 0.75em;
    text-align: center;
}

    .takeTitle span {
        display: block;
    }

.bonusAsk_TBO {
    width: 100%;
    border: 0;
    border-spacing: 1px;
    border-collapse: separate;
    background-color: #ddd;
    table-layout: fixed;
    font-size: .8em;
    text-align: center;
    margin-top: 4%;
}

    .bonusAsk_TBO th {
        height: 40px;
        padding: 2px;
        box-sizing: border-box;
        background-color: #ffe1ce;
    }

        .bonusAsk_TBO th span,
        .bonusAsk_TBO td span {
            display: inline-block;
        }

    .bonusAsk_TBO td {
        background-color: #fff;
        height: 40px;
        font-weight: bold;
        padding: 2px;
        box-sizing: border-box;
    }

        .bonusAsk_TBO td .t_red {
            font-weight: normal;
            color: #b00 !important;
        }

    .bonusAsk_TBO tr:nth-child(odd) td {
        background-color: #f4f8fc;
    }

    .bonusAsk_TBO + .t_red {
        font-size: .7em;
        width: 100%;
        margin-top: 5px;
    }

.NB_step {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    background-color: #f4f8fc;
    border-radius: 5px;
    padding: 4% 0;
    margin-top: 4%;
    width: 100%;
}

    .NB_step li {
        width: 50%;
    }

        .NB_step li:first-child {
            width: 100%;
        }

        .NB_step li + li {
            padding: 4% 0;
        }

    .NB_step .takeNum {
        color: #32abff;
        font-size: 1.4em;
    }

.popup_QR {
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10vw;
}

    .popup_QR img {
        width: 42vw;
        height: 42vw;
    }

    .popup_QR + .popup_button > *:hover:not([class*=off]),
    .popup_QR + .popup_button > *:hover:not(:disabled) {
        background-color: #fff;
    }

    .popup_QR + .popup_button > *:active:not([class*=off]),
    .popup_QR + .popup_button > *:active:not(:disabled) {
        background-color: #ccc;
    }

@media (min-width: 350px) {
    .stepTitle + ul {
        flex-wrap: initial;
    }

    .stepNum {
        margin-right: 5px;
    }

    .stepTxt span {
        display: block;
    }
}

@media (min-width: 375px) {
    .stepNum {
        margin-right: 10px;
    }
}

@media (min-width: 400px) {
    .takeInput input {
        font-size: 0.85em;
    }

    .bonusAsk_TBO td,
    .bonusAsk_TBO th {
        height: 50px;
    }

    .popup_QR {
        padding: 44px;
    }

        .popup_QR img {
            width: 176px;
            height: 176px;
        }
}

@media (min-width: 530px) {
    .stepTitle + ul {
        justify-content: space-around;
    }

    .stepTxt {
        font-size: .8em;
    }

    .linkT {
        margin-right: 0;
    }

    .bonusAsk_TBO {
        font-size: .85em;
    }
}

@media (min-width: 768px) {
    .bonusAsk_list,
    .NB_step li + li,
    .NB_step {
        padding: 2% 0;
    }

    .bonusAsk_TBO,
    .NB_step,
    .stepTitle,
    .stepTitle + ul,
    .bonusAsk h5,
    .bonusAsk .listNum {
        margin-top: 2%;
    }

    .stepTxt {
        font-size: .9em;
    }

    .linkTxt {
        margin: 2% 0 1%;
    }

    .takeTitle span {
        display: inline-block;
    }
}

/*邀请好友记录*/
.bonusAskRec {
    width: 100%;
    display: table;
    padding: 12px 4%;
    box-sizing: border-box;
}

    .bonusAskRec ~ .noMSG_out {
        height: calc(96% - 152px);
    }

.dateBox {
    display: flex;
    align-content: center;
    justify-content: space-between;
}

.dateInput {
    flex: 2.5;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    color: #a3a3a3;
}

    .dateInput > div {
        width: 47%;
        height: 40px;
        position: relative;
    }

        .dateInput > div:after {
            content: '';
            background: url(../assets/images/icon_date.svg) no-repeat center top;
            background-size: 100% 200%;
            width: 20px;
            height: 20px;
            position: absolute;
            right: 10px;
            top: 0;
            bottom: 0;
            margin: auto;
        }

    .dateInput input {
        border: 1px solid #e1e1e3;
        padding: 0 10px;
        font-size: 0.9em;
        width: 100%;
        height: 100%;
        background-color: #fff;
        border-radius: 5px;
        padding-right: 40px;
        text-align: center;
    }

    .dateInput .error_t {
        right: 0;
        left: 0;
        line-height: 20px;
        bottom: -20px;
        display: none;
    }

    .dateInput.error > div:after {
        background-position-y: bottom;
    }

    .dateInput.error input {
        background-color: #ffd5d5;
        border-color: #f00;
        color: #f00;
    }

    .dateInput.error .error_t {
        display: block;
    }

.btnDate {
    flex: 1;
    margin-left: 4%;
    border-radius: 5px !important;
}

    .btnDate:active {
        opacity: .8;
    }

.BAR_time {
    text-align: center;
    color: #2383da;
    font-size: 1.3em;
    line-height: 1em;
    margin: 4% auto 2%;
}

.dateBox + .BAR_time {
    margin-top: 20px;
}

.BAR_list {
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #e1e1e3;
    background-color: #fff;
    padding: 0 10px;
    box-sizing: border-box;
}

    .BAR_list.on .BAR_listT:before {
        transform: rotate( 180deg);
        -webkit-transform: rotate( 180deg);
    }

    .BAR_list + .BAR_list {
        margin-top: 10px;
    }

    .BAR_list + .BAR_time {
        margin-top: 4%;
    }

.BAR_listT {
    min-height: 50px;
    width: 100%;
    display: flex;
    position: relative;
    cursor: pointer;
    align-items: center;
    padding: 8px 25px 8px 0;
    box-sizing: border-box;
}

    .BAR_listT:before {
        content: "";
        background: url(../assets/images/icon_arrow.svg) no-repeat center;
        background-size: 100% auto;
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        width: 15px;
        height: 15px;
    }

.BAR_list.on .icon_arrow {
    -webkit-transform: rotate( 180deg);
    transform: rotate( 180deg);
}

.BAR_listIn {
    min-height: 50px;
    padding: 8px 0;
    font-size: 0.85em;
    line-height: 1.35em;
    display: none;
    box-sizing: border-box;
    justify-content: center;
    flex-direction: column;
    position: relative;
    border-top: 1px solid #e1e1e3;
}

    .BAR_listIn ul {
        display: flex;
    }

    .BAR_listIn li:first-child {
        white-space: nowrap;
    }

    .BAR_listIn li:not(:last-child) {
        color: #535353;
    }

.BAR_list.on .BAR_listIn {
    display: flex;
}

@media (min-width: 350px) {
    .bonusAskRec ~ .noMSG_out {
        height: calc(96% - 154px);
    }
}

@media (min-width: 400px) {
    .bonusAskRec {
        padding: 15px 4%;
    }

        .bonusAskRec ~ .noMSG_out {
            height: calc(96% - 188px);
        }

    .dateInput > div {
        height: 52px;
    }

        .dateInput > div:after {
            width: 26px;
            height: 26px;
        }

    .dateInput input {
        padding-right: 45px;
    }

    .BAR_list {
        padding: 0 15px;
    }

    .BAR_listT {
        min-height: 60px;
        padding: 10px 30px 10px 0;
    }

    .BAR_listIn {
        min-height: 60px;
    }
}

@media (min-width: 768px) {
    .bonusAskRec ~ .noMSG_out {
        height: calc(96% - 193px);
    }
}

/*积分活动*/
.btnPoint {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

    .btnPoint input {
        width: 44vw;
        height: 35px;
        color: #fff;
        background-color: #0675be;
        border-radius: 3px;
        cursor: pointer;
        font-size: 0.95em !important;
    }

        .btnPoint input:not(:first-child):not(:nth-child(2)) {
            margin-top: 15px;
        }

        .btnPoint input:active {
            opacity: .8;
        }

.bonusPoint {
    margin-top: 30px;
    padding-left: 30px;
}

    .bonusPoint .t_yellow {
        color: #ee9a12 !important;
        font-weight: bold;
    }

    .bonusPoint .listNum {
        padding-top: 0;
    }

.pointT {
    position: relative;
    font-weight: bold;
    margin-bottom: 15px;
    line-height: 18px;
}

    .pointT > div {
        font-weight: normal;
        font-size: 0.9em;
    }

    .pointT:before {
        content: '';
        position: absolute;
        left: -23px;
        top: 0;
        width: 16px;
        height: 18px;
        background: url(../assets/images/icon_coin.png) no-repeat center;
        background-size: auto 100%;
    }

.pointIn {
}

    .pointIn ul {
        display: flex;
    }

        .pointIn ul + ul {
            margin-top: 10px;
        }

    .pointIn li:first-child {
        white-space: nowrap;
    }

    .pointIn p {
        margin: 0;
    }

        .pointIn p + p {
            margin-top: 10px;
        }

.pointBox {
    min-height: 75px;
    display: flex;
    border: 1px solid #d8d8d8;
    border-radius: 3px;
    font-size: 0.85em;
    position: relative;
}

    .pointBox + .pointBox {
        margin-top: 15px;
    }

    .pointBox input {
        width: 17vw;
        height: 30px;
        background-color: #ee9a12;
        color: #fff;
        border-radius: 3px;
        cursor: pointer;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 10px;
        margin: auto;
    }

        .pointBox input:active {
            opacity: .8;
        }

.pointGet {
    padding: 5px;
    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-weight: bold;
        font-size: 2em;
        margin-top: 5px;
    }

.ic_star {
    display: flex;
    align-items: center;
}

    .ic_star:before {
        content: '';
        width: 11px;
        height: 12px;
        background: url(../assets/images/icon_star.png) no-repeat center;
        background-size: auto 100%;
        margin-right: 5px;
    }

.pointWay {
    display: flex;
    align-items: center;
    margin: 5px 10px;
    margin-right: calc(17vw + 20px);
    flex: 1;
}

.pointTH,
.pointTD {
    margin: 0 15px;
    text-align: center;
    font-size: 0.8em;
}

.pointTH {
    background-color: #ebe9ea;
    min-height: 40px;
    display: flex;
    align-items: center;
    line-height: 1em;
}

    .pointTH li {
        flex: 1;
        padding: 2px;
    }

.pointTD {
    max-height: 401px;
    overflow: auto;
}

    .pointTD table {
        border: 1px solid #ebe9ea;
        border-collapse: collapse;
        table-layout: fixed;
        width: 100%;
    }

    .pointTD tr {
        border: 1px solid #ebe9ea;
    }

    .pointTD td {
        height: 40px;
        box-sizing: border-box;
    }

        .pointTD td:last-child:not(.t_money):not(.t_star) {
            font-weight: bold;
        }

    .pointTD .t_money {
        color: #648fb2;
        text-align: left;
    }

    .pointTD .t_star {
        color: #ee9a12;
        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;
        }

.maskROU {
    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;
}

    .maskROU .t_yellow {
        font-weight: bold;
    }

    .maskROU > div {
        display: table;
        width: 100%;
        height: 100%;
        text-align: center;
    }

    .maskROU .btn_close {
        background-image: url(../assets/images/btn_close_white.svg);
        top: 0;
    }

.popUpROU_bg {
    position: relative;
    display: table-cell;
    vertical-align: middle;
}

.popUpROU_in {
    position: relative;
    height: 139vw;
    width: 89vw;
    background: url(../assets/images/img_roulette.png) no-repeat center;
    background-size: auto 100%;
    margin: auto;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: flex-end;
    border-radius: 5px;
}

.boxROU {
    position: absolute;
    width: 64vw;
    height: 64vw;
    left: 0;
    right: 0;
    margin: auto;
    top: 25vw;
}

    .boxROU:before {
        content: '';
        position: absolute;
        background: url(../assets/images/img_roulettes.png) no-repeat center;
        background-size: cover;
        width: 64vw;
        height: 69vw;
        left: 0;
        top: -4.5vw;
        z-index: 1;
    }

    .boxROU:after {
        content: '';
        position: absolute;
        width: 7.2vw;
        height: 7.2vw;
        border: 3px solid #fef0c1;
        background-color: #f3d578;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        border-radius: 50%;
    }

    .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: 42vw 23vw 0 23vw;
    }

        .boxROU [class*="ROU"]:first-child {
            left: 0;
            right: 0;
            top: -10vw;
            margin: auto;
        }

        .boxROU [class*="ROU"]:nth-child(2) {
            transform: rotate( 60deg);
            -webkit-transform: rotate( 60deg);
            right: -10vw;
            top: 0;
        }

        .boxROU [class*="ROU"]:nth-child(3) {
            transform: rotate( 120deg);
            -webkit-transform: rotate( 120deg);
            right: -10vw;
            bottom: 0;
        }

        .boxROU [class*="ROU"]:nth-child(4) {
            transform: rotate(180deg);
            -webkit-transform: rotate(180deg);
            left: 0;
            right: 0;
            bottom: -10vw;
            margin: auto;
        }

        .boxROU [class*="ROU"]:nth-child(5) {
            transform: rotate(240deg);
            -webkit-transform: rotate(240deg);
            left: -10vw;
            bottom: 0;
        }

        .boxROU [class*="ROU"]:nth-child(6) {
            transform: rotate(300deg);
            -webkit-transform: rotate(300deg);
            left: -10vw;
            top: 0;
        }

        .boxROU [class*="ROU"] div {
            position: absolute;
            white-space: nowrap;
            transform: translate(-50%,-260%);
            -webkit-transform: translate(-50%,-260%);
            top: 0;
            left: 0;
            margin: auto;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-flow: column;
            font-size: .8em;
            line-height: 1.3em;
        }

        .boxROU [class*="ROU"] span {
            font-weight: bold;
            font-size: 1.25em;
        }

    .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 {
    font-size: 1.1em !important;
    max-width: 330px;
    width: 80vw;
    border-radius: 100px !important;
    font-weight: bold;
    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 {
        background: #ff4848;
    }

.numROU {
    max-width: 330px;
    width: 80vw;
    color: #fff;
    font-weight: bold;
    display: flex;
    align-items: center;
    position: relative;
    font-size: 0.8em;
    min-height: 12vw;
    padding: 8px 0;
    box-sizing: border-box;
}

    .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;
    }

    .numROU span {
        display: block;
    }

.ruleROU {
    max-width: 330px;
    width: 80vw;
    padding: 5px;
    background-color: rgba(0,0,0,.6);
    color: #fff;
    border-radius: 5px;
    box-sizing: border-box;
    margin-bottom: 10px;
    text-align: left;
    font-size: 0.75em;
}

    .ruleROU ul {
        margin: auto;
        display: table;
    }

    .ruleROU li {
        list-style-type: decimal;
        margin-left: 25px;
    }

@media (min-width: 350px) {
    .pointTH,
    .pointTD {
        font-size: 0.85em;
    }
}

@media (min-width: 400px) {
    .pointT {
        line-height: 22px;
    }

        .pointT:before {
            left: -30px;
            width: 19px;
            height: 22px;
        }

    .pointBox {
        min-height: 90px;
    }

        .pointBox input {
            width: 70px;
        }

    .pointWay {
        margin-right: 90px;
    }

    .pointTH {
        min-height: 45px;
        font-size: 0.95em;
    }

    .pointTD {
        max-height: 451px;
        font-size: 0.95em;
    }

        .pointTD td {
            height: 45px;
        }

    .popUpROU_in {
        height: 584px;
        width: 372px;
    }

    .boxROU {
        width: 265px;
        height: 265px;
        top: 106px;
    }

        .boxROU:before {
            width: 265px;
            height: 285px;
            top: -18px;
        }

        .boxROU:after {
            width: 32px;
            height: 32px;
        }

        .boxROU [class*="ROU"] {
            border-width: 176px 98px 0 98px;
        }

            .boxROU [class*="ROU"]:first-child {
                top: -41px;
            }

            .boxROU [class*="ROU"]:nth-child(2),
            .boxROU [class*="ROU"]:nth-child(3) {
                right: -41px;
            }

            .boxROU [class*="ROU"]:nth-child(4) {
                bottom: -41px;
            }

            .boxROU [class*="ROU"]:nth-child(5),
            .boxROU [class*="ROU"]:nth-child(6) {
                left: -41px;
            }

    .numROU {
        font-size: 0.85em;
        min-height: 60px;
    }

    .ruleROU {
        padding: 10px;
    }
}

@media (min-width: 530px) {
    .btnPoint {
        justify-content: space-around;
    }

        .btnPoint input {
            width: 40vw;
            font-size: 1.05em !important;
        }
}

@media (min-width:768px) {
    .btnPoint input {
        min-width: 20vw;
        width: auto;
        margin-top: 0 !important;
        padding: 0 1vw;
    }

    .pointT > div {
        float: right;
    }

    .pointGet {
        padding: 10px;
    }
}

@media (min-width:1024px) {
    .btnPoint input {
        padding: 0;
    }
}

/*生日礼金计划/升等计划*/
h5 + .rebateTable {
    margin-top: 15px;
}

.listNum + .rebateTable {
    margin-top: 10px;
}

.rebateTable img {
    width: 30px;
    height: auto;
    vertical-align: middle;
}

.rebateTable td span {
    display: inline-block;
}

.bonusBirth .rebateTable td,
.bonusUp .rebateTable td {
    text-align: center !important;
}

/*生日礼金计划*/
.bonusBirth th:first-child {
    width: 50%;
}

.btn_birth {
    background-color: #399fd8 !important;
    height: 40px !important;
    width: 100%;
    margin-top: 4%;
}

    .btn_birth:active {
        opacity: .8;
    }

@media (min-width:530px) {
    .bonusBirth .rebateTable th:first-child {
        width: 36%;
    }
}

/*升等计划*/
.bonusUp .rebateTable {
    table-layout: fixed;
    line-height: 1.1em;
}

    .bonusUp .rebateTable th {
        padding: 2px;
        height: 40px;
    }

        .bonusUp .rebateTable th:first-child {
            width: 20%;
        }

.bonusHint {
    color: #333;
    margin-top: -15px;
    font-weight: bold;
    line-height: 1.3em;
}

@media (min-width:400px) {
    h5 + .rebateTable {
        margin-top: 20px;
    }

    .listNum + .rebateTable {
        margin-top: 15px;
    }

    .bonusBirth .rebateTable th {
        height: 40px;
    }

    .bonusHint {
        margin-top: -20px;
    }
}

/*身份验证*/
.popup_ID {
    padding-bottom: 25px;
    position: relative;
    background-color: #fff;
}

    .popup_ID .error_t {
        left: 7%;
        right: 7%;
        bottom: 0;
        line-height: 25px;
    }

.ID_txt {
    display: table;
    max-width: calc(100% - 2.5em);
    margin: 0 auto 1em;
    text-align: center;
}

.ID_box {
    width: 86%;
    margin: 0 auto;
    border: 1px solid #747474;
    border-radius: 10px;
    overflow: hidden;
    display: table;
}

    .ID_box + .ID_box {
        margin-top: 15px;
    }

    .ID_box.error {
        border-color: #f00;
    }

.ID_boxIn {
    display: table-cell;
    height: 120px;
    text-align: center;
    vertical-align: middle;
    position: relative;
}

.btn_ID {
    display: block;
    height: 43px;
    line-height: 43px;
    position: relative;
    border: 1px solid #c4c4c4;
    padding-left: 7%;
    font-weight: bold;
    cursor: pointer;
    text-align: left;
    border-radius: 10px;
    margin: 0 10px;
}

    .btn_ID:active {
        background-color: #f6f6f6;
    }

    .btn_ID + .btn_ID {
        margin-top: 8px;
    }

    .btn_ID img {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 7%;
        height: 40%;
        width: auto;
        margin: auto 0;
    }

.btn_takeID,
.btn_uploadID {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    white-space: nowrap;
    width: 115px;
    height: 30px;
    border-radius: 5px;
    padding: 0 10px 0 40px;
    color: #fff;
    background: #50a5fc url(../assets/images/icon_folder.png) no-repeat 10px center;
    background-size: auto 55%;
    cursor: pointer;
    position: absolute;
    left: 50%;
    bottom: 5px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

    .btn_takeID:active,
    .btn_uploadID:active {
        background-color: #a7d2fd;
    }

.btn_takeID {
    background-image: url(../assets/images/icon_cameraW.svg);
    background-size: auto 65%;
}

.t_ID {
    font-weight: bold;
    margin-bottom: 30px;
}

.ID_loading {
    border: 1px solid #5a89d5;
    border-radius: 2px;
    width: 70%;
    height: 10px;
    margin: 10px auto 20px;
    overflow: hidden;
}

.loadingBar {
    background-color: #5a89d5;
    height: 100%;
}

.img_upload {
    width: auto;
    height: auto;
    max-width: 96%;
    max-height: 75px;
    display: block;
    margin: 5px auto 40px;
}

.ID_loadTxt {
    color: #686767;
}

@media (min-width: 350px) {
    .ID_boxIn {
        height: 150px;
    }

    .btn_takeID,
    .btn_uploadID {
        height: 32px;
    }

    .btn_ID {
        height: 50px;
        line-height: 50px;
        margin: 0 15px;
    }

    .img_upload {
        max-height: 103px;
        margin-bottom: 42px;
    }

    .t_ID {
        margin-bottom: 32px;
    }
}

@media (min-width: 400px) {
    .ID_boxIn {
        height: 175px;
    }

    .btn_ID {
        height: 63px;
        line-height: 63px;
    }

        .btn_ID + .btn_ID {
            margin-top: 10px;
        }

        .btn_ID img {
            height: 35%;
        }

    .img_upload {
        max-height: 125px;
        margin-bottom: 45px;
    }

    .btn_takeID,
    .btn_uploadID {
        height: 35px;
        width: 120px;
    }
}

/*直播*/
.bonusVideo {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.46);
    display: none;
    z-index: 99;
}

    .bonusVideo video {
        width: 100%;
        height: auto;
        outline: none;
    }

.bg_bonusVideo {
    position: absolute;
    width: 92%;
    margin: -22px auto 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
}

.bonusVideoTxt {
    font-size: 1.2em;
    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(../assets/images/osasuna/btn_closeGirl.svg) no-repeat center;
    background-size: 100% auto;
    width: 30px;
    height: 30px;
    cursor: pointer;
    z-index: 99;
    -webkit-filter: brightness(1.1);
    filter: brightness(1.1);
}

    .btn_closeBV:active {
        -webkit-filter: brightness(2);
        filter: brightness(2);
    }

@media (orientation: landscape) {
    .btn_closeBV {
        top: 12%;
    }
}

@media (min-height: 540px) and (min-width: 720px) and (orientation: landscape) {
    .btn_closeBV {
        top: 0;
        right: 0;
    }
}

@media (min-width: 768px) and (orientation: landscape) {
    .btn_closeBV {
        top: 0%;
    }
}

@media (min-height: 375px) and (min-width: 812px) and (orientation: landscape) {
    .bg_bonusVideo {
        width: 80%;
    }

    .btn_closeBV {
        top: 12%;
        right: -8%;
    }
}

@media (min-width: 1024px) and (orientation: landscape) {
    .btn_closeBV {
        top: 0%;
        right: 0;
    }
}

/*周周抽一亿*/
.title_box {
    position: relative;
}

    .title_box img {
        width: 100%;
        height: auto;
    }

.ticket_btn {
    position: absolute;
    left: 0;
    right: 0;
    top: 46vw;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90%;
    height: 40px;
    font-size: .95em;
    font-weight: bold;
    border-radius: 30px;
    cursor: pointer;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 40%);
    background-color: #fff;
}

    .ticket_btn:active {
        opacity: .8;
    }

    .ticket_btn:before {
        content: '';
        width: 30px;
        height: 40px;
        margin-right: 8px;
        display: block;
        background: url("../assets/images/btn_liveIcon.svg") center no-repeat;
        background-size: 100% auto;
    }

.ticketN_btn {
    top: 37vw;
}

.bonus_ticketIn {
    color: #333;
    position: relative;
    padding: 0 5%;
}

.ticket_listIn {
    width: 100%;
    margin-bottom: 25px;
}

    .ticket_listIn.in_flex {
        display: flex;
        flex-direction: column;
    }

        .ticket_listIn.in_flex .ticket_T {
            margin-bottom: 0;
            line-height: normal;
        }

.ticketTitle {
    display: flex;
    align-items: center;
    font-size: 1.1em;
    line-height: 1;
    font-weight: bold;
}

    .ticketTitle:before {
        content: '';
        display: block;
        width: 4px;
        height: 20px;
        margin-right: 6px;
        background-color: #be5758;
    }

.process {
    padding: 6% 5% 2% 6%;
}

.ticketBox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 4% 0;
}

.iconTicket {
    background-color: #fae6e6;
    padding: 5%;
    border-radius: 50%;
    width: 66px;
    height: 66px;
    box-sizing: border-box;
}

    .iconTicket img {
        width: 100%;
    }

.ticketIn {
    width: 70%;
    font-size: .85em;
}

.stepWeek {
    display: block;
    font-weight: bold;
}

.ticketText {
    display: block;
    line-height: 1.4;
    margin-top: 5px;
}

.ticket_T {
    display: block;
    font-size: .85em;
    line-height: 1.6;
    margin-top: 10px;
    margin-bottom: 15px;
}

.ticketTable {
    font-size: .85em;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    text-align: center;
    margin-bottom: 10px;
    table-layout: fixed;
}

    .ticketTable th,
    .ticketTable td {
        border: 1px solid #ccc;
        height: 40px;
        padding: 5px 0;
        box-sizing: border-box;
    }

        .ticketTable th span,
        .ticketTable td span {
            display: inline-block;
        }

    .ticketTable th {
        background-color: #fae6e6;
    }

.twBig {
    font-weight: bold;
}

.textHe {
    line-height: 1.8;
}

.text01 {
    display: block;
    margin-top: 25px;
}

.text02 {
    display: block;
    text-indent: -1.2em;
    padding-left: 1.2em;
    margin-top: 5px;
}

.text03 {
    display: block;
    margin-top: 10px;
}

.weekVideo {
}

    .weekVideo .bg_bonusVideo {
        margin-top: 0;
        max-width: 375px;
    }

    .weekVideo .btn_closeBV {
        background: #fff url(../assets/images/icon_closeWeek.svg) no-repeat center;
        background-size: auto 100%;
        position: absolute;
        border-radius: 50%;
        box-shadow: 0 0 6px rgba(0,0,0,0.8);
        width: 30px;
        height: 30px;
        -webkit-filter: none;
        filter: none;
        top: -35px !important;
        right: 0 !important;
    }

.weekIn {
    width: 100%;
    height: 43.5vw;
    max-height: 180px;
    border-radius: 10px;
    overflow: hidden;
}

    .weekIn video {
        height: 100%;
        background-color: #000;
    }

.weekBox {
    width: 100%;
    height: 100%;
    font-size: .95em;
    color: #404040;
    font-weight: bold;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    line-height: 1em;
    background-color: #fff;
}

    .weekBox:before {
        content: '';
        background: url(../assets/images/icon_weeklive.svg) no-repeat center;
        width: 90%;
        height: 79px;
        background-size: auto 100%;
        margin-bottom: 5px;
    }

.btn_weekVideo {
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .btn_weekVideo li {
        width: 48%;
        height: 34px;
        border-radius: 100px;
        background-color: #fff;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: .85em;
    }

        .btn_weekVideo li + li {
            margin-left: 2%;
        }

        .btn_weekVideo li.on, .btn_weekVideo li:active {
            background-color: #e37273;
            color: #fff;
        }

@media (min-width: 360px) {
    .weekBox:before {
        margin-bottom: 10px;
    }
}

@media (min-width: 400px) {
    .ticket_btn {
        height: 46px;
    }

        .ticket_btn:before {
            width: 37px;
            height: 46px;
            margin-right: 12px;
        }

    .ticket_listIn {
        margin-bottom: 30px;
    }

    .ticketTitle:before {
        height: 24px;
        margin-right: 10px;
    }

    .iconTicket {
        width: 76px;
        height: 76px;
    }

    .weekBox:before {
        height: 100px;
    }
}

@media (min-width: 530px) {
    .bonus_ticketIn {
        margin-top: -4%;
    }

    .process {
        padding: 25px 20px 10px 25px;
    }

    .iconTicket {
        padding: 17px;
    }

    .ticketBox {
        padding: 15px 0;
    }

    .ticketIn {
        width: 75%;
    }

    .weekVideo .bg_bonusVideo {
        max-width: 485px;
    }

    .weekIn {
        max-height: 233px;
    }

    .weekBox:before {
        margin-bottom: 15px;
    }
}

@media (min-width: 768px) {
    .bonus_ticketIn {
        margin-top: -10%;
    }

    .ticket_btn {
        top: 44vw;
        height: 50px;
        width: 84%;
    }

    .ticketN_btn {
        top: 34vw;
    }

    .bonus_ticketIn {
        padding: 0 8%;
    }

    .ticketIn {
        width: 83%;
    }

    .weekVideo .bg_bonusVideo {
        max-width: 721px;
    }

    .weekVideo .btn_closeBV {
        width: 36px;
        height: 36px;
        top: -40px !important;
    }

    .weekIn {
        max-height: 347px;
    }

    .weekBox:before {
        height: 167px;
    }
}

@media (min-width: 1024px) {
    .ticket_btn {
        height: 60px;
    }
}

@media (min-width: 1300px) {
    .bonus_ticketIn {
        margin-top: -12%;
    }
}