﻿.lottery {
    display: block;
    width: 1314px;
    height: 820px;
    margin: 0 auto;
    background: url('../img/lottery/bg.jpg') no-repeat center center;
    background-size: 100% 100%;
}

.lottery-box {
    position: relative;
    padding-top: 40px;
    padding-left: 30px;
}

.lottery-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 50px;
    font-size: 38px;
    font-weight: bold;
    color: #FFF;
    letter-spacing: 3px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    margin-bottom: 45px;
}

.lottery-title strong {
    color: #fff466;
}

.lottery-con {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 550px;
}

.lottery-con .left_awards {
    margin: 0px 18px 0 6px;
}

.lottery-con .left_awards .awards_msg_box {
    width: 303px;
    height: 475px;
    background: url(../img/lottery/awards_bg.png) no-repeat;
    background-size: 303px 475px;
    background-repeat: no-repeat;
}

.lottery-con .left_awards .awards_btns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end;
    margin-top: 5px;
}

.lottery-con .left_awards .awards_btns div {
    width: 141px;
    height: 66px;
    background: url(../img/lottery/awards_bn.png) no-repeat;
    background-size: 141px 66px;
    background-repeat: no-repeat;
    background-size: 141px 396px;
    text-indent: -99999px;
}

.lottery-con .left_awards .awards_btns div.record {
    background-position-y: -198px;
}

.lottery-con .left_awards .awards_btns div.explain {
    margin-left: -16px;
}

.lottery-con .center_the_card {
    position: relative;
}

.lottery-con .center_the_card_box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 476px;
}

.lottery-con .center_the_card li {
    width: 150px;
    height: 169px;
    overflow: hidden;
    position: relative;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    -o-transition: transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    margin-bottom: 12px;
    cursor: pointer;
}

.lottery-con .center_the_card li.show {
    transform: rotateY(180deg);
}

.lottery-con .center_the_card li .card_bg {
    width: 150px;
    height: 169px;
    background: url(../img/lottery/the_card.png) no-repeat;
    background-size: 150px 169px;
    background-repeat: no-repeat;
    background-size: 150px 338px;
    position: relative;
}

.lottery-con .center_the_card li .card_back {
    width: 150px;
    height: 169px;
    background: url(../img/lottery/the_card.png) no-repeat;
    background-size: 150px 169px;
    background-repeat: no-repeat;
    background-size: 150px 338px;
    background-position-y: -169px;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.lottery-con .center_the_card li.show .card_back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    z-index: 100;
}

.lottery-con .center_the_card li .card_back .award_pic {
    width: 72px;
    background: url(../img/lottery/icon_type.png) no-repeat center top;
    height: 84px;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 20px;
    background-size: 72px 336px;
}

.lottery-con .center_the_card li .card_back .award_pic.bai_piao {
    background-position-y: -84px;
}

.lottery-con .center_the_card li .card_back .award_pic.doubling {
    background-position-y: -168px;
}

.lottery-con .center_the_card li .card_back .award_pic.autosignin {
    background-position-y: -252px;
}

.lottery-con .center_the_card li .card_back .award_name {
    font-size: 18px;
    font-family: Microsoft YaHei, Microsoft YaHei-Bold;
    font-weight: 700;
    text-align: center;
    color: #8d2416;
    margin-top: 18px;
}

.lottery-con .left_awards .awards_msg_box .awards_msg_list {
    margin-left: 80px;
    margin-top: 50px;
}

.lottery-con .left_awards .awards_msg_box .awards_msg_list .list_box {
    margin-top: -188px;
}

.lottery-con .left_awards .awards_msg_box .awards_msg_list .list_box .text {
    font-size: 14px;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    color: #fff8d9;
    margin-bottom: 10px;
}

.lottery-con .left_awards .awards_msg_box .awards_msg_list .list_box .text span {
    color: #ff0;
}

:host([direction="up"]), :host([direction="down"]) {
    overflow: initial;
    overflow-y: hidden;
    white-space: initial;
}

.lottery-nav {
    position: relative;
    z-index: 99;
    display: block;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100px;
    margin-top: 20px;
    margin-left: 50px;
}

.lottery-nav .lottery_count {
    margin-top: 0;
}

.lottery-nav .lottery_count .ticket_bg {
    display: inline-block;
    margin-top: 0;
    width: 250px;
    height: 57px;
    text-align: center;
    line-height: 57px;
    background: url(../img/lottery/ticket_bg.png) no-repeat;
    background-size: 250px 57px;
    background-repeat: no-repeat;
    font-size: 18px;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 700;
    color: #f20;
    margin-right: 30px;
    margin-bottom: 20px;
}

.lottery-nav .lottery_count .ticket_bg span {
    font-size: 16px;
    font-weight: 700;
    background: -webkit-gradient(linear, left bottom, left top, from(#ffd161), to(#fcffb7));
    background: -webkit-linear-gradient(bottom, #ffd161, #fcffb7);
    background: -o-linear-gradient(bottom, #ffd161 0, #fcffb7 100%);
    background: linear-gradient(0deg, #ffd161, #fcffb7);
    -webkit-background-clip: text;
    color: rgba(0, 0, 0, 0);
    margin: 0 4px;
}

.lottery-nav .lottery_count .lottery_count_list {
    display: inline-block;
    margin-bottom: 25px;
}

.lottery-nav .lottery_count .lottery_count_list li {
    display: inline-block;
    margin: 0 8px;
    width: 248px;
    height: 82px;
    background: url(../img/lottery/count_btn_bg.png) no-repeat;
    background-size: 248px 82px;
    background-repeat: no-repeat;
    font-size: 22px;
    line-height: 82px;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
}

.lottery-nav .lottery_count .lottery_count_list li.on, .lottery-nav .lottery_count .lottery_count_list li:hover {
    background: url(../img/lottery/count_btn_bg_v.png) no-repeat;
    background-size: 248px 82px;
}

.lottery-nav .lottery_count .lottery_count_list li strong {
    color: #a61400;
    background: none;
    background: linear-gradient(0deg, #A61400 20%, #240400 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.lottery-con .right_the_card {
    float: left;
    margin-left: 26px;
    width: 270px;
    margin-right: 50px;
}

.lottery-con .right_the_card .pond_box {
    float: left;
    width: 272px;
    height: 184px;
    background: url(../img/lottery/pond_bg.png) no-repeat;
    background-size: 272px 184px;
    background-repeat: no-repeat;
}

.lottery-con .right_the_card .pond_box .money {
    text-align: center;
    font-size: 34px;
    font-family: Source Han Sans CN, Source Han Sans CN-Bold;
    font-weight: 700;
    color: #fdfadf;
    padding-top: 22px;
}

.lottery-con .right_the_card .prize_presentati {
    float: left;
    width: 270px;
    height: 530px;
    background: url(../img/lottery/award_list.png) no-repeat;
    background-size: 270px 530px;
    background-repeat: no-repeat;
    margin-left: 11px;
    margin-top: 0;
}

.lottery-con .right_the_card .prize_presentati .prize_presentati_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 60px 25px 0 30px;
}

.lottery-con .right_the_card .prize_presentati .prize_presentati_list li {
    width: 33.3%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 22px;
}

.lottery-con .right_the_card .prize_presentati .prize_presentati_list li .prize_presentati_pic {
    display: block;
    width: 60px;
    height: 60px;
    overflow: hidden;
    background: url(../img/lottery/icon_type_2.png) no-repeat center top;
    background-size: 60px 240px;
    background-repeat: no-repeat;
}

.lottery-con .right_the_card .prize_presentati .prize_presentati_list li .prize_presentati_pic.red_packet {
    background-position-y: -60px;
}

.lottery-con .right_the_card .prize_presentati .prize_presentati_list li .prize_presentati_pic.doubling {
    background-position-y: -180px;
}

.lottery-con .right_the_card .prize_presentati .prize_presentati_list li .prize_presentati_pic.autosignin {
    background-position-y: -120px;
}

.lottery-con .right_the_card .prize_presentati .prize_presentati_list li .prize_presentati_name {
    font-size: 12px;
    line-height: 120%;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    text-align: center;
    color: #fff2bd;
}

.lottery-con .right_the_card .prize_presentati .prize_presentati_list li .prize_presentati_name p {
    margin: 0 0;
    padding: 0;
}

.awards_btns a {
    margin: 0 6px 0 6px;
    width: 118px;
    height: 42px;
    line-height: 42px;
    font-size: 16px;
    text-align: center;
    border-radius: 5px;
    color: #FFF;
}

.awards_btns a:hover, .awards_btns a.cur {
    background: #FF0000;
    background: linear-gradient(0deg, #A61400, #FF0000);
}

.awards_btns a.cur:hover {
    background: #FF6600;
    background: linear-gradient(0deg, #A61400, #FF6600);
}

.lottery-con .recharge-list {
    padding: 0 60px 0 60px;
}

.lottery-con .recharge-list .item {
    display: flex;
    align-items: center;
    flex-direction: column;
    min-width: 340px;
    height: 154px;
    padding: 20px 10px 15px 10px;
    margin: 12px 30px 12px 0;
    overflow: hidden;
    color: #DDD;
    border: 1px solid #5f0808;
    background: #59082C;
    background: linear-gradient(0deg, #2D0105, #59082C);
    box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.6);
}

.lottery-con .recharge-list .item .title {
    color: #fff466;
    font-size: 32px;
}

.lottery-con .recharge-list .item .title i {
    color: #fff466;
    font-size: 16px;
    padding-left: 22px;
    background: url(../img/icon-egg.png) no-repeat left center;
    background-size: 20px 20px;
}

.lottery-con .recharge-list .item .desc {
    color: #DDD;
    font-size: 16px;
}

.lottery-con .recharge-list .item:hover {
    background: #FF0000;
    background: linear-gradient(0deg, #A61400, #FF0000);
}

.lottery-con .recharge-list .item .raffle {
    font-size: 16px;
}

.recharge-list .item .raffle i {
    width: 18px;
    height: 18px;
    font-size: 14px;
    line-height: 18px;
    margin-right: 5px;
}

.award-list {
    display: table;
    padding: 0 140px 0 60px;
}

.award-list .item {
    float: left;
    display: inline-block;
    min-width: 245px;
    height: 154px;
    border: 1px solid #5f0808;
    padding: 15px 10px 15px 10px;
    line-height: 1.5;
    cursor: pointer;
    margin: 0 30px 24px 0;
    box-sizing: border-box;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    background: #59082C;
    background: linear-gradient(0deg, #2D0105, #59082C);
    box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.6);
}

.award-list .item .icon {
    display: block;
    margin: 0 auto 5px;
    width: 72px;
    height: 84px;
    background: url('../img/lottery/icon_type.png') no-repeat center top;
    background-size: 72px auto;
    overflow: hidden;
}

.award-list .item .icon.bai_piao {
    background-position-y: -84px;
}

.award-list .item .icon.doubling {
    background-position-y: -168px;
}

.award-list .item .icon.autosignin {
    background-position-y: -252px;
}

.award-list .item:hover {
    background: #FF0000;
    background: linear-gradient(0deg, #A61400, #FF0000);
}

.award-list .item:nth-child(4n) {
    margin-right: 0;
}

.award-list .item .title {
    color: #DDD;
    font-size: 18px;
    text-align: center;
}

.lottery, .lottery-con .center_the_card li, .lottery-nav .lottery_count .lottery_count_list li, .lottery-con .center_the_card li, .award-list .item, .awards_btns a, .lottery-con .recharge-list .item {
    cursor: url(../img/lottery/icon_cursor.cur), pointer !important;
}

.pop-wintips {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 260px;
    height: 250px;
    padding: 40px 20px;
    border-radius: 15px;
    background-color: rgba(0, 0, 0, 0.6);
    display: none;
    z-index: 1000;
}

.pop-wintips.show {
    display: block;
}

.pop-wintips .icon {
    display: block;
    margin: 0 auto 6px;
    width: 72px;
    height: 84px;
    background: url('../img/lottery/icon_type.png') no-repeat center top;
    background-size: 72px auto;
    overflow: hidden;
}

.pop-wintips .icon.red_packet {
    background-position-y: 0;
}

.pop-wintips .icon.bai_piao {
    background-position-y: -84px;
}

.pop-wintips .icon.doubling {
    background-position-y: -168px;
}

.pop-wintips .icon.autosignin {
    background-position-y: -252px;
}

.pop-wintips .text {
    margin-top: 20px;
    font-size: 22px;
    color: #FFF;
    text-align: center;
}

.wintips-title {
    font-weight: bold;
    font-size: 22px;
    text-align: center;
    color: #fff2bd;
}

/*PC自适应*/
@media only screen and (min-width: 1024px) and (max-width: 1900px) {
    .lottery {
        width: 69.15789473684211vw;
        height: 43.1578947368421vw;
    }

    .lottery-box {
        padding-top: 2.1052631578947367vw;
        padding-left: 1.5789473684210527vw;
    }

    .lottery-title {
        height: 2.6315789473684212vw;
        font-size: 2vw;
        text-shadow: 0.10526315789473684vw 0.10526315789473684vw 0.21052631578947367vw rgba(0, 0, 0, 0.5);
        margin-bottom: 2.3684210526315788vw;
    }

    .lottery-con {
        min-height: 28.94736842105263vw;
    }

    .lottery-con .left_awards {
        margin: 0vw 0.9473684210526315vw 0 0.3157894736842105vw;
    }

    .lottery-con .left_awards .awards_msg_box {
        width: 15.947368421052632vw;
        height: 25vw;
        background: url(../img/lottery/awards_bg.png) no-repeat;
        background-size: 15.947368421052632vw 25vw;
    }

    .lottery-con .left_awards .awards_btns {
        margin-top: 0.2631578947368421vw;
    }

    .lottery-con .left_awards .awards_btns div {
        width: 7.421052631578948vw;
        height: 3.473684210526316vw;
        background: url(../img/lottery/awards_bn.png) no-repeat;
        background-size: 7.421052631578948vw 3.473684210526316vw;
        background-size: 7.421052631578948vw 20.842105263157894vw;
    }

    .lottery-con .left_awards .awards_btns div.record {
        background-position-y: -10.421052631578947vw;
    }

    .lottery-con .left_awards .awards_btns div.explain {
        margin-left: -0.8421052631578947vw;
    }

    .lottery-con .center_the_card_box {
        width: 25.05263157894737vw;
    }

    .lottery-con .center_the_card li {
        width: 7.894736842105263vw;
        height: 8.894736842105264vw;
        margin-bottom: 0.631578947368421vw;
    }

    .lottery-con .center_the_card li .card_bg {
        width: 7.894736842105263vw;
        height: 8.894736842105264vw;
        background: url(../img/lottery/the_card.png) no-repeat;
        background-size: 7.894736842105263vw 8.894736842105264vw;
        background-size: 7.894736842105263vw 17.789473684210527vw;
    }

    .lottery-con .center_the_card li .card_back {
        width: 7.894736842105263vw;
        height: 8.894736842105264vw;
        background: url(../img/lottery/the_card.png) no-repeat;
        background-size: 7.894736842105263vw 8.894736842105264vw;
        background-size: 7.894736842105263vw 17.789473684210527vw;
        background-position-y: -8.894736842105264vw;
    }

    .lottery-con .center_the_card li .card_back .award_pic {
        width: 3.789473684210526vw;
        background: url(../img/lottery/icon_type.png) no-repeat center top;
        height: 4.421052631578948vw;
        margin-top: 1.0526315789473684vw;
        background-size: 3.789473684210526vw 17.68421052631579vw;
    }

    .lottery-con .center_the_card li .card_back .award_pic.bai_piao {
        background-position-y: -4.421052631578948vw;
    }

    .lottery-con .center_the_card li .card_back .award_pic.doubling {
        background-position-y: -8.842105263157896vw;
    }

    .lottery-con .center_the_card li .card_back .award_pic.autosignin {
        background-position-y: -13.263157894736842vw;
    }

    .lottery-con .center_the_card li .card_back .award_name {
        font-size: 0.9473684210526315vw;
        margin-top: 0.9473684210526315vw;
    }

    .lottery-con .left_awards .awards_msg_box .awards_msg_list {
        margin-left: 4.2105263157894735vw;
        margin-top: 2.6315789473684212vw;
    }

    .lottery-con .left_awards .awards_msg_box .awards_msg_list .list_box {
        margin-top: -9.894736842105264vw;
    }

    .lottery-con .left_awards .awards_msg_box .awards_msg_list .list_box .text {
        font-size: 0.7368421052631579vw;
        margin-bottom: 0.5263157894736842vw;
    }

    .lottery-nav {
        margin-top: 1.0526315789473684vw;
        margin-left: 2.6315789473684212vw;
    }

    .lottery-nav .lottery_count .ticket_bg {
        width: 13.157894736842104vw;
        height: 3vw;
        line-height: 3vw;
        background: url(../img/lottery/ticket_bg.png) no-repeat;
        background-size: 13.157894736842104vw 3vw;
        font-size: 0.9473684210526315vw;
        margin-right: 1.5789473684210527vw;
        margin-bottom: 1.0526315789473684vw;
    }

    .lottery-nav .lottery_count .ticket_bg span {
        font-size: 0.8421052631578947vw;
        margin: 0 0.21052631578947367vw;
    }

    .lottery-nav .lottery_count .lottery_count_list {
        margin-bottom: 1.3157894736842106vw;
    }

    .lottery-nav .lottery_count .lottery_count_list li {
        margin: 0 0.42105263157894735vw;
        width: 13.052631578947368vw;
        height: 4.315789473684211vw;
        background: url(../img/lottery/count_btn_bg.png) no-repeat;
        background-size: 13.052631578947368vw 4.315789473684211vw;
        font-size: 1.1578947368421053vw;
        line-height: 4.315789473684211vw;
    }

    .lottery-nav .lottery_count .lottery_count_list li.on, .lottery-nav .lottery_count .lottery_count_list li:hover {
        background: url(../img/lottery/count_btn_bg_v.png) no-repeat;
        background-size: 13.052631578947368vw 4.315789473684211vw;
    }

    .lottery-con .right_the_card {
        margin-left: 1.368421052631579vw;
        width: 14.210526315789474vw;
        margin-right: 2.6315789473684212vw;
    }

    .lottery-con .right_the_card .pond_box {
        width: 14.31578947368421vw;
        height: 9.68421052631579vw;
        background: url(../img/lottery/pond_bg.png) no-repeat;
        background-size: 14.31578947368421vw 9.68421052631579vw;
    }

    .lottery-con .right_the_card .pond_box .money {
        font-size: 1.7894736842105263vw;
        font-weight: 700;
        padding-top: 1.1578947368421053vw;
    }

    .lottery-con .right_the_card .prize_presentati {
        width: 14.210526315789474vw;
        height: 27.894736842105264vw;
        background: url(../img/lottery/award_list.png) no-repeat;
        background-size: 14.210526315789474vw 27.894736842105264vw;
        margin-left: 0.5789473684210527vw;
    }

    .lottery-con .right_the_card .prize_presentati .prize_presentati_list {
        padding: 3.1578947368421053vw 1.3157894736842106vw 0 1.5789473684210527vw;
    }

    .lottery-con .right_the_card .prize_presentati .prize_presentati_list li {
        margin-bottom: 1.1578947368421053vw;
    }

    .lottery-con .right_the_card .prize_presentati .prize_presentati_list li .prize_presentati_pic {
        width: 3.1578947368421053vw;
        height: 3.1578947368421053vw;
        background: url(../img/lottery/icon_type_2.png) no-repeat center top;
        background-size: 3.1578947368421053vw 12.631578947368421vw;
    }

    .lottery-con .right_the_card .prize_presentati .prize_presentati_list li .prize_presentati_pic.red_packet {
        background-position-y: -3.1578947368421053vw;
    }

    .lottery-con .right_the_card .prize_presentati .prize_presentati_list li .prize_presentati_pic.doubling {
        background-position-y: -9.473684210526315vw;
    }

    .lottery-con .right_the_card .prize_presentati .prize_presentati_list li .prize_presentati_pic.autosignin {
        background-position-y: -6.315789473684211vw;
    }

    .lottery-con .right_the_card .prize_presentati .prize_presentati_list li .prize_presentati_name {
        font-size: 0.631578947368421vw;
    }

    .awards_btns a {
        margin: 0 0.3157894736842105vw 0 0.3157894736842105vw;
        width: 6.2105263157894735vw;
        height: 2.210526315789474vw;
        line-height: 2.210526315789474vw;
        font-size: 0.8421052631578947vw;
    }

    .lottery-con .recharge-list {
        padding: 0 3.1578947368421053vw 0 3.1578947368421053vw;
    }

    .lottery-con .recharge-list .item {
        min-width: 17.894736842105264vw;
        height: 8.105263157894736vw;
        padding: 1.0526315789473684vw 0.5263157894736842vw 0.7894736842105263vw 0.5263157894736842vw;
        margin: 0.631578947368421vw 1.5789473684210527vw 0.631578947368421vw 0;
        box-shadow: 0vw 0.3157894736842105vw 1.0526315789473684vw rgba(0, 0, 0, 0.6);
    }

    .lottery-con .recharge-list .item .title {
        font-size: 1.6842105263157894vw;
    }

    .lottery-con .recharge-list .item .title i {
        font-size: 0.8421052631578947vw;
        padding-left: 1.1578947368421053vw;
        background: url(../img/icon-egg.png) no-repeat left center;
        background-size: 1.0526315789473684vw 1.0526315789473684vw;
    }

    .lottery-con .recharge-list .item .desc {
        font-size: 0.8421052631578947vw;
    }

    .lottery-con .recharge-list .item .raffle {
        font-size: 0.8421052631578947vw;
    }

    .recharge-list .item .raffle i {
        width: 0.9473684210526315vw;
        height: 0.9473684210526315vw;
        font-size: 0.7368421052631579vw;
        line-height: 0.9473684210526315vw;
        margin-right: 0.2631578947368421vw;
    }

    .award-list {
        padding: 0 7.368421052631579vw 0 3.1578947368421053vw;
    }

    .award-list .item {
        min-width: 12.894736842105264vw;
        height: 8.105263157894736vw;
        border: 0.05263157894736842vw solid #5f0808;
        padding: 0.7894736842105263vw 0.5263157894736842vw 0.7894736842105263vw 0.5263157894736842vw;
        margin: 0 1.5789473684210527vw 1.263157894736842vw 0;
        box-shadow: 0vw 0.3157894736842105vw 1.0526315789473684vw rgba(0, 0, 0, 0.6);
    }

    .award-list .item .icon {
        margin: 0 auto 0.2631578947368421vw;
        width: 3.789473684210526vw;
        height: 4.421052631578948vw;
        background: url('../img/lottery/icon_type.png') no-repeat center top;
        background-size: 3.789473684210526vw auto;
    }

    .award-list .item .icon.bai_piao {
        background-position-y: -4.421052631578948vw;
    }

    .award-list .item .icon.doubling {
        background-position-y: -8.842105263157896vw;
    }

    .award-list .item .icon.autosignin {
        background-position-y: -13.263157894736842vw;
    }

    .award-list .item .title {
        font-size: 0.9473684210526315vw;
    }

    .pop-wintips {
        width: 13.68421052631579vw;
        height: 13.157894736842104vw;
        padding: 2.1052631578947367vw 1.0526315789473684vw;
        border-radius: 0.7894736842105263vw;
        z-index: 1000;
    }

    .pop-wintips .icon {
        margin: 0 auto 0.3157894736842105vw;
        width: 3.789473684210526vw;
        height: 4.421052631578948vw;
        background: url('../img/lottery/icon_type.png') no-repeat center top;
        background-size: 3.789473684210526vw auto;
    }

    .pop-wintips .icon.bai_piao {
        background-position-y: -4.421052631578948vw;
    }

    .pop-wintips .icon.doubling {
        background-position-y: -8.842105263157896vw;
    }

    .pop-wintips .icon.autosignin {
        background-position-y: -13.263157894736842vw;
    }

    .pop-wintips .text {
        margin-top: 1.0526315789473684vw;
        font-size: 1.1578947368421053vw;
    }

    .wintips-title {
        font-size: 1.1578947368421053vw;
    }

}