#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("popup_loading.gif") no-repeat scroll center center;
}
#popup_close {
    right: 0;
    opacity: 1;
    z-index: 99999;
    cursor: pointer;
    position: absolute;
}
#popup_content img:nth-child(2) {
    width: 100%;
}