.container_popup{
    position: relative;
}
.container_popup .img_box{
    top: 60px;
    right: 383px;
    padding: 14px;
    position: absolute;
    z-index: 9999999999999;
}
.img_box img{
    width: 600px;
}
.img_box .closeBtn{
    width: 42px;
    position: absolute;
    z-index: 999999999999999;
    top: 5px;
    right: 5px;
}
.img_box .closeBtn img{
    width: 42px;
    height: 42px;
    border-radius: 50px;
}