/*弹窗*/
.all{
    width: 100%;
    overflow-y: hidden;
    height: 100%;
}
.mask{
    display: none;
    width: 100%;
    height: 100%;
    overflow-y: hidden;
    background: rgba(0,0,0,0.7);
    z-index: 99;
    position: fixed;
    left: 0;
    top: 0;
}
.mcont{
    width: 14.5rem;
    height: 19.45rem;
    position: absolute;
    top:6rem;
    left:50%;
    margin-left: -7.25rem;
}
.mtitle{
    width: 14.5rem;
    height: 2.95rem;
    background: url("./wimg/shape1.png") no-repeat;
    background-size: 100% 100%;
    font-size: .75rem;
    color: #FFFFFF;
    line-height: 2.95rem;
}
.mtitle i{
    float: left;
    width: 1.5rem;
    height: 1.5rem;
    background: url("./wimg/success.png") no-repeat;
    background-size: 100% 100%;
    margin:.8rem .5rem 0 4.25rem;
}
.mdes{
    width: 14.5rem;
    height: 16.5rem;
    background: url("./wimg/shape2.png") no-repeat;
    background-size: 100% 100%;
    text-align: center;
}
.p1{
    font-size: .65rem;
    color: #1C1C1C;
    padding: 1.5rem 0 .35rem;
}
.p2{
    line-height: 1.05rem;
    font-size: .75rem;
    font-weight: 500;
}
.p2 .sp2{
    color: #FD5656;
}
.p2 .sp1{
    color: #000000;
}
.code-img{
    display: block;
    width: 7.2rem;
    height: 7.2rem;
    margin:.85rem auto 1.2rem;
    /*background-color: #666666;*/
}
.copy{
    width: 11rem;
    height: 2rem;
    background: #FD5656;;
    border-radius: 2rem;
    font-size: .7rem;
    color: rgba(255,255,255,1);
    line-height: 2rem;
    margin: 0 auto;
    border: none;
}
.close{
    cursor: pointer;
    width: 1.4rem;
    height: 1.4rem;
    background: url("./wimg/close.png") no-repeat;
    background-size: 100% 100%;
    position: absolute;
    bottom: -2.65rem;
    left: 50%;
    margin-left: -.7rem;
}