@charset "UTF-8";
.qr-box{
    width:100%;
    position: fixed;
    z-index: 100;
    top:0;
    left:0;
    text-align: center;
    background-color:rgba(0,0,0,0.6);
}
.qr-main{
    width:74.67%;
    display: inline-block;
    margin:0 auto;
    background-color:#fff;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px;
    position: relative;
}
.qr-close{
    width:46px;
    height:46px;
    display: inline-block;
    position:absolute;
    top:0;
    right:0;
    background:url("../../lib/images/close.png") no-repeat center center;
    -webkit-background-size:35% 35%;
    background-size:35% 35%;
}
.qr-img{
    width:100%;
    display: inline-block;
    padding:20px 0 2px 0;
    border-bottom:1px solid #ddd;
}
.qr-img img{
    width:85.36%;
    margin:0 auto;
    height:auto;
}
.qr-p{
    width:100%;
    font-size:12px;
    line-height:12px;
    color:#716f6f;
    text-align:center;
    margin-bottom:12px;
}
.tel-main-top{
    margin-top:-80px;
}

.qr-hide{
    display: none;
}