.login-switcher {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}
.qrcode-login-tip {
    width: 60px;
    height: 60px;
    border-radius: 0 20px 0 0;
    background: url("../assets/qrcode-login-tip.png") no-repeat;
        background-size: auto;
    background-size: contain;
}
.email-login-tip {
    width: 60px;
    height: 60px;
    border-radius: 0 20px 0 0;
    background: url("../assets/email-login-tip.png") no-repeat;
        background-size: auto;
    background-size: contain;
}
.tk-weixin-scan {
    text-align: center;
}
.tws-qr img {
    border: 1px solid #e8e8e8;
    max-width: 250px;
}
.tws-box .tws-input {

}
.tws-box {
    padding-top: 16px;
    padding-bottom: 8px;
}
.tk-weixin-scan.tk-pop-login-form li {
    margin-bottom: 10px;
}
.tws-box .tk-login-btn {
    display: block;
}
.tws-tips {
    font-size: 13px;
    color: inherit;
}
