#popup_wrap {
	width: 100%;
    height: 100%;
    display: none;
    z-index: 99999;
    position: fixed;
    background: rgba(0, 0, 0, 0.8);
}
#popup_center {
	width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
#popup_content {
	min-width: 10%;
    max-width: 60%;
	min-height: 10%;
	overflow: hidden;
    position: relative;
	background: rgba(255, 255, 255, 1) url("../images/popup_loading.gif") no-repeat scroll center center;
}
#popup_close {
       right: 10px;
    opacity: 1;
    z-index: 99999;
    cursor: pointer;
    position: fixed;
    top: 10px
}
#popup_content .popupimg {
    width: 100%;
}