.qrcodeFoldUp{
   position: fixed;
    right: 0px;
    bottom: 180px;
    z-index: 99;
    padding: 0;
    width: 23px;
    padding: 3px 1px;
    border: none;
    border-radius: 4px;
    background: #0094ec;
    color: #fff;
    font-size: 12px;
    opacity: 1;
    outline: none !important;
    transition: all 0.3s;
    cursor: pointer; 
    text-align: center;
}
.qrcodeFoldUp p{
    color: #fff;
    margin: 0;
    line-height: 15px;
}
.qrcodeFoldUp img{
    width: 8px;
    height: 8px;
}

.qrcodeExpand{
    position: fixed;
    right: 0px;
    bottom: 180px;
    z-index: 99;
    padding: 0;
    padding: 5px;
    border: none;
    border-radius: 4px;
    font-size: 12px;
    opacity: 1;
    outline: none !important;
    transition: all 0.3s;
    cursor: pointer; 
    text-align: center;
    background-color: #fff;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.3);
}

.qrcodeExpand p{
    margin: 0;
    height: auto;
    line-height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space:pre-wrap;
}

.qrcodeExpand .qrcodeExpand_tips{
    text-align: center;
    color: #2486ff;
    margin: 5px 3px;
    padding: 4px;
    position: relative;
}

.qrcodeExpand .qrcodeExpand_icon_img{
    width: 25px;
    height: 25px;
}

.qrcodeExpand .qrcodeExpand_tips:hover{
    background-color: #D9EAFF;
}
/* 弹窗 */
.qrcodeExpand_tips:hover .tips{
    -ms-transform: translateX(-50%) scale(1);
    opacity: 1;
    pointer-events: all;
    z-index: 99999;
}
.qrcodeExpand .tips{
    position: absolute;
    bottom: 0px;
    right: 65px;
    -ms-transform: translateX(-50%) scale(.8);
    background-color: #fff;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .15);
    box-shadow: 0 0 15px rgba(0, 0, 0, .15);
    color: #555;
    font-size: 14px;
    -webkit-transition: all .15s;
    -o-transition: all .15s;
    transition: all .15s;
    opacity: 0;
    pointer-events: none;
    white-space: nowrap;
    padding: 6px 0px;
    line-height: 24px;
}

.qrcodeExpand_btn{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 3px 5px;
    background: #0094ec;
    color: #fff;
    margin-top: 8px;
    border-radius: 5px;
}
.qrcodeExpand .qrcodeExpand_btn .qrcodeExpand_btn_expand{
    width: 8px;
    height: 8px;
}
