.popup_window_main{position: fixed;width: 100vw;height: 100vh;min-height: 100%;max-width: 750px;background: rgba(0,0,0,0.5);margin: auto;z-index:5555;display: none;top:0;}
.email_popup_box{display: none;align-items: center;justify-content: center;}
.email_popup_box .email_popup_main{max-width:280px;height: 320px;border-radius: 12px;position: relative;}
.email_popup_box .email_popup_main .email_popup_top{width: 100%;height: 200px;border-radius: 12px 12px 0 0;}
.email_image{width: 100%;height: 100%;border-radius: 12px 12px 0 0 !important;}
.email_popup_bottom{display: flex;flex-direction: column;align-items: center;padding: 12px;background-color: #FFF;}
.email_input{border: 1px solid #999;border-radius: 6px;text-align: center;width: 80%;height: 35px;}
.submi_email{border: none;border-radius: 20px;margin-top: 16px;min-width: 60%;height: 36px;line-height: 30px;background-color: #f84831;color: #fff;}
.close_email_popup {width: 35px;height: 35px;top: -20px;right: -10px;background-color: #FFF;border-radius: 50%;position: absolute;}
.close_email_popup img{width: 100%;height: 100%;}


.bind_phone_region{align-items: center;justify-content: center;}
.bind_phone_region .bind_phone_popup_top {
    width: 100%;
    height: 200px;
    border-radius: 12px 12px 0 0;
}
.bind_phone_region .bind_phone_pop_main{
    max-width: 280px;
    height: 320px;
    border-radius: 12px;
    position: relative;
}
.bind_phone_popup_bottom {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 12px;
    background-color: #FFF;
}
.bind_phone_row {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.bind_phone_popup_ipnut{
    border: 1px solid #999;
    border-radius: 6px;
    width: 72%;
    height: 32px;
    padding-left: 5px;
    box-sizing: border-box;
}
.bind_phone_popup_ipnut_code{width: 32%;margin-right: 10px;}
.bind_phone_popup_get_code,.bind_phone_popup_get_code_hide{border:none;height: 32px;width: 100px;border-radius: 7px;font-size: 12px;background-color: #ccc;color: #FFF;}
.bind_phone_popup_get_code_hide{display: none;}
.bind_phone_btn{
    border: none;
    border-radius: 20px;
    margin-top: 16px;
    min-width: 60%;
    height: 36px;
    line-height: 30px;
    background-color: #f84831;
    color: #fff;
    margin: auto;
}
.bind_phone_popup_close{
    width: 35px;
    height: 35px;
    top: -20px;
    right: -10px;
    background-color: #FFF;
    border-radius: 50%;
    position: absolute;
}
.bind_phone_popup_close img {
    width: 100%;
    height: 100%;
}