﻿.login-appDown {
    position: absolute;
    z-index: 200;
    width: 32px;
    height: 32px;
    right: 0;
    top: 0;
    cursor: pointer;
}

.login-appCode {
    position: relative;
    display: none;
    text-align: center;
    z-index: 100;
/*    right: 1px;
    left: 1px;*/
    bottom: 0;
    background-color: #ffffff;
    width: 350px;
    height: 320px;
    border-radius: 8px
}

.app-nav {
    height: 35px;
    border-bottom: solid 1px #e7e7e7;
}

    .app-nav ul {
        text-align: left;
    }

        .app-nav ul li {
            height:35px;
            line-height:35px;
            color: #494949;
            font-weight: bold;
            font-size: 15px;
            list-style: none;
        }

.app-qrCode {
    width: 100%;
    height:230px;
    padding:20px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}


#qrCode-img-shade {
    width: 0;
    height: 0;
    border-bottom: 32px solid white;
    border-right: 32px solid transparent;
    position: absolute;
    z-index: 200;
    right: 0;
    top: 0;
    /*shape-outside: polygon(0px 0,32px 32px,0px 32px);*/
    -webkit-clip-path: polygon(0px 0,25px 32px,0px 32px);
}
.app-qrCode img {
    width: 138px;
    height: 138px;
}

.txt_qrCode {
    background: #3477ca;
    border-radius: 10px;
    height: 32px;
    line-height: 32px;
    margin-bottom: 20px;
}

.qrCode_div {
    margin: 0px 3%;
}
