body {
    background: #fff;
}

.weixin-login {
    position: relative;
}

.weixin-login .btn {
    margin-bottom: 0 !important;
}

.label-wrapper {
    width: 100%;
    height: 4rem;
    border-radius: 5rem;
    /* border: 0.01rem solid #cdcdcd; */
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    /* color: #09bb07 !important; */
    margin-top: 0.2rem;
}

.weixin-login img {
    width: 2.6rem;
    height: 2.6rem;
    margin-right: 0.4rem;
}

.liner-btn {
    background: linear-gradient(90deg, #00d2ff 0%, #0099ff 100%);
    box-shadow: 0 0 1rem 0 rgba(0, 202, 255, 0.5);
    border: 0;
    outline: 0;
    width: 100%;
    height: 100%;
    border-radius: 5rem;
    height: 4rem;
    color: #fff;
    font-size: 1.4rem;
    margin-bottom: 2rem;
}

.bottom-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2rem;
}

.bottom-wrapper a {
    color: #969696;
    font-size: 1.4rem;
}

.bottom-wrapper a:hover {
    color: #0099ff;
}

.bottom-wrapper span {
    display: block;
    width: 1px;
    height: 1.7rem;
    background-color: #969696;
    margin: 0 1rem;
}

.tip-wrapper {
    position: fixed;
    width: 100%;
    bottom: 20px;
    left: 0;
    text-align: center;
    color: #969696;
    font-size: 12px;
}

.tip-wrapper a {
    color: #0099ff;
}