* {
    padding: 0;
    margin: 0;
}

.lotus {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 510px;
    z-index: 999;
}

.pine_tree {
    position: absolute;
    bottom: 38px;
    left: -11px;
}

.squirrel {
    position: absolute;
    top: -70px;
    width: 70px;
    right: 62px;
}

.close {

    width: 35px;
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
    height: 35px;
}

.wrapper {
    width: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(../images/comment_bj.png) center center / 100% 100%;
    overflow: hidden;
}

