html,
body {
    margin: 0;
    padding: 0;
    overflow: hidden;
    height: 100%;
}

/* .wrap > div {
    background-size: 100% 100%;
    background-repeat: no-repeat;
} */


.wrap {
    width: 12rem;
    height: 100%;
    position: relative;
    background-image: url("./wsxh-20250401-bjhua.jpg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.wrap>.jinianbei {
    background-image: url("./wsxh-20250401-jinianbei.png");
    height: 6.8rem;
    width: 3.68rem;
    position: absolute;
    left: 7.24rem;
    background-size: 137% 96%;
}

.wrap>.fgjinianbei {
    background-image: url("./wsxh-20250401-fgjnb.png");
    height: 6.8rem;
    width: 3.68rem;
    position: absolute;
    left: 7.24rem;
    background-size: 106% 86%;
}

.Wreath {
    position: absolute;
    left: -1rem;
    top: 4.2rem;
    width: 0rem;
    height: 0rem;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    background-image: url("./wsxh-20250401-Wreath.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.hua {
    position: absolute;
    transform: translateX(-370%) translateY(20%);
    width: 1.1rem;
    height: 2rem;
    background: url("./wsxh-20250401-wuhuahualan.png") no-repeat center top;
    background-size: 100%;
    top: 50%;
    left: 50%;
}

.dihua {
    width: 12rem;
    height: 1.7rem;
    background-image: url("./wsxh-20250401-dihua.png");
    position: absolute;
    left: 0px;
    bottom: 0px;
}

.pointer {
    width: 128px;
    height: 128px;
    z-index: 99;
    cursor: pointer;
}

.boshiju {
    display: none;
    transform: translate(30%, 20%);

    background-image: url("./wsxh-20250401-juhua.png");
    background-size: 70%;
    background-position: center center;

    background-repeat: no-repeat;

    height: 0;
    width: 0;
    position: absolute;
    bottom: 0;
    left: 50%;
}

.move {
    -webkit-animation: move 2.4s linear infinite;
    animation: move 2.4s linear infinite;
}

.flowerscale {
    -moz-animation: flower 1.6s 1 ease;
    -webkit-animation: flower 1.6s 1 ease;
    animation: flower 1.6s 1 ease;
}

.wrap>.guang {
    position: absolute;
    left: 74%;
    top: 43%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    background-image: url("./wsxh-20250401-faguang.png");
    width: 30px;
    height: 30px;
}

.canyu {

    position: absolute;
    left: 50%;
    top: 50%;
    width: 3rem;
    text-align: center;
    height: 0.25rem;
    z-index: 10000;
    transform: translate(-170%, 600%);
    border-radius: 0.5rem;
    overflow: hidden;
    line-height: 0.34rem;
    font-size: 16px;
    font-weight: 600;
    color: #971e26;
    opacity: 0;
    /* transition: all 2s; */
}

.hz {
    display: none;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    background-image: url("./wsxh-20250401-juhua.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 0rem;
    width: 0rem;
    position: absolute;

}

.hz:nth-child(1) {
    background-image: url("./wsxh-20250401-hz1.png");
    top: 0.4rem;
    left: 1.2rem;
    display: none;
}

.hz:nth-child(2) {
    background-image: url("./wsxh-20250401-hz2.png");
    top: 0.6rem;
    left: 0.1rem;
}

.hz:nth-child(3) {
    background-image: url("./wsxh-20250401-hz3.png");
    top: 0.8rem;
    left: 0.5rem;
}

.hz:nth-child(4) {
    background-image: url("./wsxh-20250401-hz4.png");
    top: 0.5rem;
    left: 1.6rem;
}

.hz:nth-child(5) {
    background-image: url("./wsxh-20250401-hz5.png");
    top: 0.7rem;
    left: 0.8rem;
}

.hz:nth-child(6) {
    background-image: url("./wsxh-20250401-hz6.png");
    top: 0.4rem;
    left: 1rem;
}

.hz:nth-child(7) {
    background-image: url("./wsxh-20250401-hz7.png");
    top: 0.3rem;
    left: 1.3rem;
}

.hz:nth-child(8) {
    background-image: url("./wsxh-20250401-hz8.png");
    top: 0.5rem;
    left: 0.4rem;
}

.Effectliight {
    background-image: url(images/qianguang.png);
    height: 2rem;
    background-size: 100% 100%;
    border-radius: 100%;
    width: 2rem;
    position: absolute;
    top: -0.3rem;
    left: 0.73rem;
}

.xz {
    animation: xz 5s .3s linear infinite;
    -moz-animation: xz 5s .3s linear infinite;
    /* Firefox */
    -webkit-animation: xz 5s .3s linear infinite;
    /* Safari and Chrome */
    -o-animation: xz 5s .3s linear infinite;
}

@keyframes xz {
    0% {
        -webkit-transform: rotate(0deg);
    }

    25% {
        -webkit-transform: rotate(90deg);
    }

    50% {
        -webkit-transform: rotate(180deg);
    }

    75% {
        -webkit-transform: rotate(270deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }

}

@-webkit-keyframes xz {
    0% {
        -webkit-transform: rotate(0deg);
    }

    25% {
        -webkit-transform: rotate(90deg);
    }

    50% {
        -webkit-transform: rotate(180deg);
    }

    75% {
        -webkit-transform: rotate(270deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }

}

@-o-keyframes xz {
    0% {
        -webkit-transform: rotate(0deg);
    }

    25% {
        -webkit-transform: rotate(90deg);
    }

    50% {
        -webkit-transform: rotate(180deg);
    }

    75% {
        -webkit-transform: rotate(270deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }

}

@-moz-keyframes xz {
    0% {
        -webkit-transform: rotate(0deg);
    }

    25% {
        -webkit-transform: rotate(90deg);
    }

    50% {
        -webkit-transform: rotate(180deg);
    }

    75% {
        -webkit-transform: rotate(270deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }

}

.pointer>.round {
    position: absolute;
    left: -0.4rem;
    top: -1.0rem;
    width: 2.2rem;
    height: 2.2rem;
    border-radius: 100%;
    border: 0px #462620 solid;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-animation: kuosan 3s linear infinite;
    animation: kuosan 3s linear infinite;
}

.round2 {
    -webkit-animation-delay: 950ms !important;
    animation-delay: 950ms !important;
}

.round3 {
    -webkit-animation-delay: 1900ms !important;
    animation-delay: 1900ms !important;
}

.rotate2 {
    -moz-animation: rotate2 4000ms 0s 2 ease-in-out;
    -webkit-animation: rotate2 4000ms 0s 2 ease-in-out;
    animation: rotate2 4000ms 0s 2 ease-in-out;
    -webkit-transform-origin: top center;
    -moz-transform-origin: top center;
    transform-origin: top center;
    animation-direction: alternate;
    -webkit-animation-direction: alternate;

}

@-moz-keyframes move {
    0% {
        bottom: 10px;
        opacity: 1;
    }

    30% {
        bottom: 30px;
        opacity: 0.5;
    }

    100% {
        bottom: 10px;
        opacity: 1;
    }
}

@-webkit-keyframes move {
    0% {
        bottom: 10px;
        opacity: 1;
    }

    30% {
        bottom: 30px;
        opacity: 0.5;
    }

    100% {
        bottom: 10px;
        opacity: 1;
    }
}

@keyframes move {
    0% {
        bottom: 10px;
        opacity: 1;
    }

    30% {
        bottom: 30px;
        opacity: 0.5;
    }

    100% {
        bottom: 10px;
        opacity: 1;
    }
}

@-moz-keyframes flower {
    0% {
        transform: scale(0);
    }

    90% {
        transform: scale(1);
    }
}

@-webkit-keyframes flower {
    0% {
        transform: scale(0);
    }

    90% {
        transform: scale(1);
    }
}

@keyframes flower {
    0% {
        transform: scale(0);

    }

    90% {
        transform: scale(1);
    }
}

@keyframes kuosan {
    0% {
        transform: scale(0);
        opacity: 1;
        filter: alpha(opacity=100);
    }

    100% {
        transform: scale(0.8);
        opacity: 0;
        filter: alpha(opacity=0);
    }
}

@-webkit-keyframes kuosan {
    0% {
        transform: scale(0);
        opacity: 1;
        filter: alpha(opacity=100);
    }

    100% {
        transform: scale(0.8);
        opacity: 0;
        filter: alpha(opacity=0);
    }
}

@-moz-keyframes kuosan {
    0% {
        transform: scale(0);
        opacity: 1;
        filter: alpha(opacity=100);
    }

    100% {
        transform: scale(0.8);
        opacity: 0;
        filter: alpha(opacity=0);
    }
}

@-moz-keyframes rotate2 {
    0% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(5deg);
    }

    75% {
        transform: rotate(-5deg);
    }
}

@-webkit-keyframes rotate2 {
    0% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(5deg);
    }

    75% {
        transform: rotate(-5deg);
    }
}

@keyframes rotate2 {
    0% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(5deg);
    }

    75% {
        transform: rotate(-5deg);
    }
}

.hoverxianhua {
    opacity: 1;
    position: absolute;
    top: 1.7rem;
    left: -0.4rem;
    display: block;
    height: 0.75rem;
    width: 0.7rem;
    color: honeydew;
    background-image: url("./wsxh-20250401-Guidearrowyellow.png");
    z-index: 10000;
    background-size: 100% 100%;
}

.heart {
    animation: heart 1.1s .15s infinite;
    -moz-animation: heart 1.1s .15s infinite;
    /* Firefox */
    -webkit-animation: heart 1.1s .15s infinite;
    /* Safari and Chrome */
    -o-animation: heart 1.1s .15s infinite;
}

@keyframes heart {
    0% {
        transform: translate(0%, 0%);
    }

    100% {
        transform: translate(146%, -110%);
    }
}

.Prompttext {
    position: relative;
    left: -2.6rem;
    width: 3rem;
    height: 3rem;
    color: white;
}

.Prompttext>span {
    position: absolute;
    left: -0.2rem;
    bottom: 0.5rem;
    font-size: 0.24rem;
}


.content-barrage {
    width: 13rem;
    height: 2rem;
    position: absolute;
    left: 0rem;
    top: 0rem;
    overflow: hidden;
}

div.top {
    position: absolute;
    left: 0;
    top: 0;
}

.content-barrage-single {
    z-index: 10000;
    color: white;
    font-size: 0.24rem;
    border-radius: 20px;
    display: inline-block;
    padding: 4px 18px;
    position: absolute;
    white-space: nowrap;
    transition: all 0.3s;
    color: #b9ac12;
}

.content-barrage {
    width: 12.5rem;
    height: 3rem;
    position: absolute;
    left: 0rem;
    top: 0rem;
    overflow: hidden;
}

@keyframes barrage {
    from {
        left: 100%;
    }

    to {
        left: -100%;
    }
}

.Leavingmessage {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 3rem;
    height: 0.25rem;
    z-index: 10000;
    transform: translate(-170%, 400%);
    border-radius: 0.5rem;
    overflow: hidden;
    border: 2px solid #000;
    background-color: #fff
}

.Leavingmessage>input {
    float: left;
    width: 2.387rem;
    height: 100%;
    padding: 0;
    margin: 0;
    outline: none;
    border: 0px;
    font-size: 0.13rem;
    padding-left: 0.1rem;
    background-color: #fff;
    box-sizing: border-box;
    /* border: 1px solid black; */
}

.Leavingmessage>div {
    transition: 0.1s all;
    float: left;
    width: 0.61rem;
    height: 100%;
    padding: 0;
    margin: 0;
    font-size: 0.13rem;
    line-height: 0.25rem;
    text-align: center;
    color: #e8f3f7;
    background-color: #e03a15;
    z-index: 10000;
    cursor: pointer;
    border-radius: 0.5rem;
}

.Leavingmessage>div:hover {
    font-size: 0.12rem;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
    font-size: 0;
}


@media only screen and (max-width: 640px) {
    .wrap {
        width: 12rem;
        height: 100%;
        position: relative;
        background-image: url("./wsxh-20250401-bgm2.jpg");
        background-size: 100%;
        background-position: center center;
        background-repeat: no-repeat;
    }

    .Leavingmessage {
        position: absolute;
        left: 50%;
        top: 50%;
        width: 7rem;
        height: 1rem;
        z-index: 10000;
        transform: translateX(-50%) translateY(-140%);
        overflow: hidden;
        border: 2px solid #000;
        background-color: #fff;
        border-radius: 0.7rem;
        margin-top: 1rem;
    }

    .Leavingmessage>input {
        float: left;
        width: 5rem;
        height: 100%;
        padding: 0;
        margin: 0;
        outline: none;
        border: 0px;
        font-size: 0.6rem;
        padding-left: 0.3rem;
        background-color: #fff;
        box-sizing: border-box;
        /* border: 1px solid black; */
        font-size: 13px;
    }

    .Leavingmessage>div {
        transition: 0.1s all;
        float: left;
        width: 2rem;
        height: 100%;
        padding: 0;
        margin: 0;
        font-size: 0.6rem;
        line-height: 1rem;
        text-align: center;
        color: #e8f3f7;
        background-color: #e03a15;
        z-index: 10000;
        cursor: pointer;
        border-radius: 0.7rem;
    }

    .Leavingmessage>div:hover {
        font-size: 0.6rem;
    }

    .hua {
        position: absolute;
        transform: translateX(-50%) translateY(-100%);
        width: 3rem;
        height: 2rem;
        background: url("./wsxh-20250401-wuhuahualan.png") no-repeat center top;
        background-size: 100%;
        top: 50%;
        left: 50%;
    }

    .boshiju {
        display: none;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        background-image: url("./wsxh-20250401-juhua1.png");
        background-size: 100%;
        background-repeat: no-repeat;
        height: 0px;
        width: 0px;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: 8rem;
    }

    .canyu {
        position: absolute;
        width: 100%;
        text-align: center;
        top: 50%;
        bottom: 1rem;
        left: auto;
        right: 0;
        transform: translate(0, 100%);
        opacity: 0;
        z-index: 100;
        float: left;
        /* width: 4rem; */
        height: 1rem;
        line-height: 1rem;
        font-size: 13px;
        font-weight: 600;
        color: #971e26;
        /* transition: all 2s; */
    }

    .pointer>.round {
        position: absolute;
        left: 0.2rem;
        top: -1.8rem;
        width: 4rem;
        height: 4rem;
        border-radius: 100%;
        border: 0px #462620 solid;
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-animation: kuosan 3s linear infinite;
        animation: kuosan 3s linear infinite;
    }

    .content-barrage-single {
        z-index: 10000;
        color: white;
        font-size: 0.8rem;
        border-radius: 20px;
        display: inline-block;
        padding: 4px 18px;
        position: absolute;
        white-space: nowrap;
        transition: all 0.3s;
        color: #b9ac12;
    }
}