.hw-globalNotice-back{
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    background-color: #d4eaff84;
    position: fixed;
    opacity: 0;
    top: 0;
    left: 0;
    z-index: 99999999999999999;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 1s;
}

.hw-globalNotice-window{
    width: 300px;
    height: auto;
    padding: 10px;
    display: flex;
    flex-direction: column;
}

.hw-globalNotice-back .hw-globalNotice-title{
    font-size: 24px;
    color: #333;
    margin-bottom: 10px;
}

.hw-globalNotice-back .hw-globalNotice-description{
    font-size: 14px;
    color: #666;
    margin-bottom: 10px;
}
