* {
    padding: 0;
    margin: 0;
}

.lotus {
    position: absolute;
    bottom: 0;
    width: 457px;
    height: 312px;
}

.lotus2 {
    position: absolute;
    bottom: 0;
    right: 85px;
    width: 314px;
    height: 324px;
}

.wrapper {
    width: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(../images/comment_bj.png) center center / 100% 100%;
}

.menu {
    display: block;
    width: 140px;
    position: absolute;
    right: 15px;
    bottom: 10vh;
    z-index: 99999;
}

.menu a {
    display: block;
    width: 100%;
    margin-top: 0px;
}

.menu a img {
    width: 100% !important;
}

.messageLeft {
    display: flex;
    flex: 1;
    margin-right: 19px;
}

.leaveCon li {
    display: flex;
}

.dianzan img {
    width: 24px;
    height: 23px;
}

.dianzan {
    display: flex;
    align-items: center;
}

.dianzan .num {
    font-size: 18px;
    color: #676969;
    margin-left: 11px;
}

.leaf1 {
    position: absolute;
    top: 34px;
    width: 540px;
    left: 138px;
    height: 239px;
}

.leaf2 {
    position: absolute;
    bottom: 457px;
    width: 124px;
    right: 256px;
    height: 105px;
    z-index: 999999;
}

.close {
    width: 35px;
    height: 35px;
    top: 26px;
    position: absolute;
    right: 35px;
    cursor: pointer;
}