.login_qrcode_refresh {
    position: absolute;
    top: 74px;
    left: 49%;
    width: 220px;
    height: 216px;
    background: rgba(255,255,255,0.9);
    z-index: 100;
    text-align: center;
    padding-top: 90px;
    color: #fa5b5b;
    font-size: 14px;
    margin-left: -105px;
    display: none;
}
.login_confirm{
    text-align: center;
    display: flex;align-items: center;justify-content: flex-start;flex-direction: column;
}
.login_confirm .success{
    font-size: 13px;color: #999;margin-top: 14px;
}
.login_confirm .description{
    font-size: 13px!important;color: #333;margin-top: 4px;width: 100%;
}
.login-box-body{
    position: relative;
}
.login-switcher {
    position: absolute;
    z-index: 20;
    top: 0;
    right: 0;
    width: 67px;
    height: 67px;
}
.base-comp-switcher img:hover {
    opacity: 0.8;
}

.base-comp-switcher img {
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    transition: all 0.3s;
}