#login{
    display: none !important;
}

.page-container-wrapper{
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f3f3f3;
    min-height: 80vh;
    background: url(../image/security_web_bg.png) center no-repeat;
    background-size: cover;
}

.page-container-wrapper .page-container{
    margin: 68px 82px;    
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-width: 1040px;
}

.slogan{
    width: 400px;
    /* height: 180px; */
}

.slogan .slogan-top{
    font-size: 18px;
    color: #fff;
    text-align-last: justify;
	text-align: justify;
	text-justify: distribute-all-lines;
}

.slogan .slogan-middle{
    height: 40px;
    margin: 20px 0;
    text-align: center;
    font-size: 24px;
    display: flex;
}

.slogan .slogan-middle-left{
    width: 50%;
    height: 40px;
    line-height: 40px;
    color: #fff;
    background: #5bac5b;
}

.slogan .slogan-middle-right{
    width: 50%;
    height: 40px;
    line-height: 40px;
    color: #333;
    background: #fff;
}

.slogan .slogan-bottom{
    padding: 14px 20px;
    color: #bfdcfd;
    font-size: 18px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
}

.slogan .slogan-bottom p:nth-child(2){
    margin: 20px 0;
}

.tips-qrcode{
    width: 434px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: white;
    border-radius: 10px;
}

.tips-qrcode .tips.top{
    height: 80px;
    width: 100%;
    line-height: 80px;
    text-align: center;
    font-size: 24px;
    color: #fff;
    background: #459bfe;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.tips-qrcode #qrcode{
    width: 222px;
    height: 222px;
    margin-top: 46px;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tips-qrcode .tips.bottom{
    margin-top: 20px;
    margin-bottom: 58px;
    font-size: 16px;
    color: #999;
    text-align:center;
}

.tips-qrcode .tips.bottom a{
    color: #497baf;
}

#qrcodeExpired{
    display: none;
}

#qrcodeExpired.active{
    display: block;
    position: absolute;
    width: 222px;
}

