.simsino-myw-notice {
    box-sizing: border-box;
    width: 100%; 
    z-index: 9999;

    &-close {
        position: absolute;
        right: 10px;
        top: 10px;
        background: transparent;
        border: none;
        font-size: 24px;
        cursor: pointer;
        color: #fff;
    }
}