@charset "utf-8";
.qrcodeRoom {
    position: fixed;
    top:0px;
    left:0px;
    width: 100%;
    height: 100%;
    z-index: 99;
    background-color: #000000;
    opacity:0.9;
}
.qrcodeInfo{
    position: absolute;
    left: 50%;
    top:  50%;
    width: 300px;
    height: 330px;
    margin-left: -150px;
    margin-top: -150px;
    background-color: white;
    z-index: 100;
    opacity:1;
    float:right;
}

.companyInfo{
    position: absolute;
    left: 50%;
    top:  40%;
    width: 400px;
    height: 460px;
    margin-left: -150px;
    margin-top: -150px;
    background-color: white;
    z-index: 101;
    opacity:1;
    float:right;
}
.qrcodeImg{padding-left: 22px;padding-top:22px;}
.qrcodeContent{
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    margin-top: 15px;
}
.successInfo{color:green;}


.showList{
    position: absolute;
    left: 40%;
    top:  40%;
    width: 300px;
    height: 350px;
    margin-left: -100px;
    margin-top: -100px;
    background-color: white;
    z-index: 100;
    opacity:1;
    float:right;
}
