*{
    margin: 0;
    padding: 0;
}
.page-box{
    width: 100%;
    max-width: 550px;
    margin: 0 auto;
}
.page-img{
    width: 100%;
}
.page-img img{
    width: 100%;
    display: block;
}
.page-pr{
    position: relative;
}
.page-pr .qr-img{
    position: absolute;
    width: 24%;
    display: block;
    top: 6%;
    left: 16%;
    cursor: pointer;
}
.page-pr .copy-btn{
    position: absolute;
    top: 30%;
    right: 10%;
    width: 33%;
    cursor: pointer;
}
.page-pr .qr-btn{
    position: absolute;
    top: 21%;
    right: 10%;
    width: 33%;
    cursor: pointer;
}
.qr-text{
    height: 4%;
    position: absolute;
    top: 32.7%;
    left: 6.2%;
    width: 47.3%;
    cursor: pointer;
    font-size: 13px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.pup-box{
    position: fixed;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    z-index: 999;
    background: rgba(0,0,0,0.8);
    display: none;
}
.pup{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pup-content{
    max-width: 550px;
    width: 90%;
    height: 50%;
    background: #fff;
    border-radius: 10px;
    padding: 15px;
    box-sizing: border-box;
}
.pup-content span{
    width: 100%;
    height: 40px;
    display: block;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    margin-bottom: 10px;
    color: #000;
    font-weight: 900;
}
.pup-content img{
    height: 75%;
    display: block;
    margin: 0 auto;
}
.pup-content i{
    width: 80px;
    height: 40px;
    text-align: center;
    margin: 0 auto;
    display: block;
    line-height: 40px;
    border-radius: 4px;
    background: #6ab9ff;
    color: #fff;
    font-style: normal;
    margin-top: 12px;
}