/* 授权弹窗 */
.accreditPop{
    position: fixed;
    background-color: rgba(0, 0, 0, .7);
    width: 100%;
    height: 100%;
    z-index: 1055;
    top: 0;
}
.accreditPop .accreditBox{
    position: relative;
    margin: 0 auto;
    width: 6.85rem;
    height: 8.86rem;
    margin-top: 2.34rem;
    background-color: #fff;
    border-radius:.22rem;

}
.accreditBox img{
    display: block;
    margin: 0 auto;
    width: 6.85rem;
    height: 3.09rem;

}
.accreditBox .textBox{
    margin: 0 auto;
    width: 6.85rem;

    background-color: #fff;

    border-radius:0  0 .22rem .22rem;

}
.accreditBox .title{
    font-size:.53rem;
    color: #fff;
    font-weight: bold;
    width: fit-content;
    text-align: center;
    margin: 0 auto;
    margin-top: .33rem;


}
.accreditBox .textBox{
    padding-bottom: .44rem;
}

.accreditBox .textBox .text{
    line-height: .46rem;
    margin: 0 auto;
    color: #444;
    width: 6rem;
    margin: 0 auto;
    padding-top: 1.6rem;

}


.buttonBox{
    width: 6.4rem;
    margin:  0 auto;
    display: flex;
    margin-top: 0.1rem;
}
.buttonBox .visitorBtn{
    font-size:.35rem;
    width: 2.87rem;
    height: .8rem;
    color: #999;
    background-color: #f0f0f0;
    border-radius:.4rem;
    text-align: center;
    margin: 0 auto;
    line-height: .8rem;
}
.buttonBox .loginBtn{
    font-size:.35rem;
    width: 2.87rem;
    height: .8rem;
    color: #fff;
    background-color:#06C1AE;
    border-radius:.4rem;
    text-align: center;
    margin: 0 auto;
    line-height: .8rem;
}
.buttonBox .loginBtn span{
    color: #fff;
}
.fixBox{
    position: absolute;
    top: 0 ;
    left: 0;
    width: 6.85rem;
    height: auto;
}
.accreditBox .copyBj{

    font-size:.31rem;
    font-weight: bold;
    color: #fff;
    height: .66rem;
    line-height: .54rem;
    text-align: center;
    width: 2.52rem;
    margin: 0 auto;
    margin-top: .22rem;

    background: url(/wap_login/index/homeIndexImg/copyBj.png)no-repeat;
    background-size: 100% 100%;



}
.accreditBox .qrBox{
    width: 112px;
    height: 112px;
    margin: 0 auto;
}

/* 授权弹窗结束 */