.popup_dialog {
    display: none;
    width: 750px;
    height: 100%;
    position: fixed;
    top: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 1000;
    min-height: 100vh;
}
.popup_top_placeholder_only {
    height: 20%;
}
.popup_body {
    width: 90%;
    line-height: 58px;
    text-align: right;
    margin: 1% auto 0;
    border-radius: 18px;
    padding: 20px 0;
    background: white;
}
.popup_title{ padding:20px 0;border-bottom: solid 1px #ececec; position:relative;text-align: center;font-size:30px;color: #333333;}
.popup_body_tips {
    text-align: center;font-size: 26px;padding: 30px 0;line-height: 48px;margin: 0 20px;
}
.popup_tips_smaller_font_size {
    font-size: 18px;
    line-height: 30px;
    text-align: left;
    padding: 10px 25px 30px 25px;
}
.img_for_tips {
    width: 439px;
    border: #909090 1px solid;
}
.popup_button {
    display: flex;
    justify-content: center;
    margin-bottom: 12px;
}
.form_a {
    display: block;
    text-align: center;
    line-height: 50px;
    width: 216px;
    border-radius: 26px;
    padding: 3px 5px;
    margin: 26px auto -16px auto;
    font-size: 26px;
    color: white;
    text-decoration: none;
    letter-spacing: 1px;
    background-image: linear-gradient(to right, #ff6b25, #fd3d19);
}
.modify_resister_a {font-size: 18px;}
.form_a_margin_unset {
    margin: unset;
}
.activity_note_content {
    font-size: 18px;
    color: #666666;
    width: 512px;
    border: none;
    resize: none;
    line-height: 28px;
}
.activity_note_content_div {text-align: left;padding:0 12px 20px 20px;color: #666666;font-size: 20px;line-height: 28px;}
.popup_common_tips_body {padding: 30px 0;text-align: left;font-size:unset;line-height:40px;margin: 0 20px;}
.popupBottom {position: fixed;bottom: 0;width: 750px;height: 420px;background: white;border-radius: 22px 22px 0 0;}
.popupBottomMyPrizeBody {width: 93%;padding:unset;overflow-y: auto;height: 332px;}
.popupBottomMyPrizeNoRecord {display:flex;align-items: center;justify-content: center;height: 300px;}
