body {
    background: #ffffff;
}

.lw-tips {
    position: fixed;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    overflow: hidden;
}

.lw-tips .lw-left {
    width: 574px;
    margin-right: 134px;
    height: 498px;
}

.lw-tips .lw-left .tips {
    margin-top: 65px;
}

.lw-tips .lw-left .tips h3 {
    font-size: 31px;
    font-family: PingFang SC;
    font-weight: 800;
    color: #A5ADC6;
}

.lw-tips .lw-left .tips p {
    margin-top: 16px;
    font-size: 19px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #A5ADC6;
}

.lw-tips .lw-back {
    width: 156px;
    height: 48px;
    background: #FFFFFF;
    border: 2px solid #3564FF;
    border-radius: 24px;
    display: flex;
    align-items: center;
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: 800;
    color: #3564FF;
    justify-content: center;
    cursor: pointer;
    position: absolute;
    bottom: 0;
}

.lw-tips .lw-back img {
    margin-left: 7px;
}