*{
    margin: 0;
    padding: 0;
}
img{
    border: 0;
    /*display: block;*/
}
.hd-alert {
    width: 100%;
    height: 100vh;
    position: fixed;
    background: rgba(0, 0, 0, 0.45);
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999999999;
}
.hd-alert .hd-alert-img{
    position: relative;
}
.hd-alert .hd-alert-img img{
    border-radius: 6px;
    cursor:pointer;
}
.hd-alert-close{
    position: absolute;
    right: -40px;
    top: -40px;
    cursor: pointer;
    width: 40px;
    height: 40px;
}