* {padding:0;font: normal 20px Arial, microsoft yahei;}
body {margin:0;}
.body_parent {
    width: 750px;
    text-align: center;
    overflow: hidden;
    margin: 0 auto;
}

.background_win {
    width: 550px;
    min-height: 100vh;
    position: relative;
    background: url('https://img10.360buyimg.com/imgzone/jfs/t1/122031/28/22999/81425/6293180eEe404cbb5/292fd4b00a328fd0.png') no-repeat center 0;
    background-size: 100%;
}

.background_no_win {
    width: 550px;
    min-height: 100vh;
    position: relative;
    background: url('https://img10.360buyimg.com/imgzone/jfs/t1/144357/35/28116/76010/6293180eEbd14a633/6cea17874af0ec42.png') no-repeat center 0;
    background-size: 100%;
}

.popup_window .notice {
    position: absolute;
    margin: auto;
    top: 382px;
    left: 0;
    right: 0;
    color: #6E1EB2;
    font-size: 33px;
    font-weight: bold;
}

.notice_no_prize_or_no_deliver_search_value {
    top: 359px !important;
}

.notice_no_prize_or_no_deliver_win {
    top: 410px !important;
}

.notice_no_prize_or_no_deliver_batch_name {
    top: 476px !important;
}

.notice_no_prize_deliver {
    top: 509px !important;
}

.notice_no_prize_no_deliver_search_value {
    top: 370px !important;
}

.notice_no_prize_no_deliver_win {
    top: 434px !important;
}

.notice_no_prize_no_deliver_batch_name {
    top: 511px !important;
}

.notice_no_deliver_prize {
    top: 509px !important;
}

.popup_window .notice_prize_info {
    display: none;
    top: 412px;
    width: 85%;
    font-size: 16px;
}

.popup_window .a_go_to_shop {
    position: absolute;
    margin: auto;
    top: 580px;
    left: 0;
    right: 0;
    color: white;
    font-size: 23px;
    border-radius: 31px;
    width: 61%;
    background: #FFAA04;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.popup_window {
    display:none;
    width:750px;
    height:100%;
    position:fixed;
    top:0;
    background:rgba(0,0,0,0.5);
    z-index:1000;
    min-height: 100vh;
}

.popup_window .popup_window_background_parent {
    position: relative;
    display: flex;
    justify-content: center;
    top: 10%;
}

.winner_list_note_body {
    width: 700px;
    min-height: 200px;
    background-color: white;
    margin: 1% auto 12px;
    border-radius: 18px;
    position: relative;
    display: inline-block;
    padding: 10px 0;
}
.single_line_nowrap {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.draw_winner_list_show_next_prize {
    display: none;
    position: absolute;
    margin: auto;
    top: 606px;
    left: 0;
    right: 0;
    color: white;
    font-size: 23px;
    border-radius: 31px;
    width: 61%;
    background: #FFAA04;
    height: 50px;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}