﻿#login-container {
    display: none;
}

#login-mask {
    width: 100%;
    height: 100%;
    background-color: #000;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 998;
    opacity: 0.5;
    filter: alpha(opacity=30);
    display: block;
}

#login-qrcode {
    width: 300px;
    height: 300px;
    text-align: center;
    margin: auto;
    position: absolute;
    z-index: 999;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
}

.impowerBox .qrcode{
    border:none !important;
}

#login-mobile {
    display: none;
    flex-direction: column;
    cursor: pointer;
    text-decoration: none;
}

#login-mobile-icon {
    width: 100px;
    height: 100px;
    margin: 0 auto;
}

#login-mobile-tip {
    text-align: center;
    font-size: 20px;
    color: #fff;
    margin-top: 25px;
}

#login-span {
    color: #ccc;
    height: 20px;
    line-height: 20px;
    width: 100px;
    margin: 8px auto;
    display: block;
    text-align: center;
}

#login-wechat-tip {
    width: 200px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 20px;
    letter-spacing: 2px;
    font-family: "微软雅黑",Arial;
    text-align: center;
    border: none;
    background: green;
    border-radius: 20px;
    margin: 10px auto 0;
}