body {
    position: relative;
}

.non-click {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 10000000;
}

.popup-pos {
    width: 100%;
    height: 100%;
    position: relative;
}

.popup-container {
    width: 420px;
    height: 500px;
    border-radius: 6px;
    background: #ffffff;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 100000000;
}

.popup {
    padding-bottom: 20px;
}

.popup-container img {
    width: 100%;
    height: 450px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.popup-container .input-wrap {
    padding: 6px 20px;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50px;
}

#popup-close-remember {
    display: block;
    padding-left: 15px;
    text-indent: -15px;
    font-size: 14px;
    float: left;
    /*margin-top: 7px;*/
    cursor: pointer;
    border: none;
    background: none;
    padding-top: 10px;
}

#popup-close {
    font-size: 22px;
    border: none;
    float: right;
    background: #fff;
    cursor: pointer;
    margin-top: 4px;
}

@media all and (max-width: 450px) {

    .popup-container {
        width: 300px;
    }

}
