/* Keep each campaign's existing dialog artwork; only align its message content. */
.tisp {
    display: none;
    position: fixed;
    z-index: 99;
    top: 0;
    width: 9.375rem;
    height: 3.6875rem;
    color: #fff;
    background: url(https://cdn-download.kodaduck.com/image/act/fzsgkr/tisp.webp) no-repeat;
    background-size: 100% 100%;
}

.win_close {
    position: absolute;
    top: 0.2rem;
    right: .2rem;
    width: .6rem;
    height: .6rem;
}

.tisp p {
    position: absolute;
    top: 0.72rem;
    right: 1.2rem;
    bottom: 0.48rem;
    font-size: .3333rem;
    left: 1.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: auto;
    margin: 0;
    box-sizing: border-box;
    line-height: 1.55;
    text-align: center;
    overflow-wrap: anywhere;
}

@media screen and (max-width: 640px) {
    .win_close {
        position: absolute;
        top: 0.3rem;
        right: .3rem;
        width: .6rem;
        height: .6rem;
    }

    .tisp {
        display: none;
        position: fixed;
        z-index: 99;
        top: 3rem;
        width: 10rem;
        height: 3.9333rem;
        background: url(https://cdn-download.kodaduck.com/image/act/fzsgkr/tisp.webp) no-repeat;
        background-size: 100% 100%;
    }

    .tisp p {
        top: 0.68rem;
        right: 1rem;
        bottom: 0.42rem;
        left: 1rem;
        line-height: 1.6;
    }
}