html, body {
    width: 100%;
    height: 100%;
    background-color: #3279fa;
}

.m-login-wrap {
    position: relative;
    height: 100%;
    width: 100%;
    background: url("/img/activity/2021year/persion.png");
    background-size: cover;
}

.m-login-person-title {
    font-size: 22px;
    text-align: center;
    padding-top: 25px;
    color: white;
}

.m-login-person-sub-title {
    margin-top: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.m-login-person-sub-title .wave {
    width: 12px;
    height: 12px;
}

.m-login-person-sub-title .sub-title-img {
    width: 200px;
    margin-left: 5px;
    margin-right: 5px;
}

.login-btn {
    cursor: pointer;
    background-color: #073b9a;
    color: rgb(255, 255, 255);
}
.actRegBtn {
    color: white;
}
.forget-pwd {
    float: right;
    color: white;
}
.m-login-wrap-flower-bottom {
    position: absolute;
    bottom: -30px;
    left: -32px;
    z-index: 2;
    transform: scale(0.5);
}

.m-login-wrap-person-bottom {
    position: absolute;
    bottom: -30px;
    right: -45px;
    z-index: 2;
    transform: scale(0.5);
}

.share {
    height: 60px;
    background: #4084ff;
    position: absolute;
    z-index: 0;
    bottom: 0px;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.share > button {
    width: 180px;
    height: 35px;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    border: 1px solid white;
    background: #4084ff;
    border-radius: 5px;
}

.share > button img {
    width: 16px;
    height: 16px;
    margin-right: 10px;
}

.share-lead {
    background: url("/img/activity/2021year/guide.png") center no-repeat;
    background-size: 100% 100%;
    display: none;
    height: 100%;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9;
}