.s-popup-bg {
    max-width: 100%;
    height: 100vh;
    background: rgba(0,0,0,.6);
    position: fixed;
    top: 0;
    z-index: 1000001;
    padding: 0 .94rem;
    display: none;
}

.drainage-content {
    width: 5.62rem;
    height: 6.85rem;
    background: rgba(255,255,255,1);
    border-radius: .24rem;
    margin: 3.25rem auto;
    overflow: hidden;
    position: relative;
}

.drainage-content-title {
    font-size: .32rem;
    font-weight: 600;
    color: rgba(0,0,0,1);
    line-height: .45rem;
    text-align: center;
    margin-top: .64rem;
}

.drainage-content-slogan {
    font-size: .28rem;
    font-weight: 400;
    color: rgba(0,0,0,1);
    line-height: .4rem;
    text-align: center;
    margin-top: .04rem;
    max-width: 4.98rem;
    margin: auto;
}

    .drainage-content-slogan span {
        display: inline-block;
    }

.s-drainage-close {
    width: .4rem;
    height: .4rem;
    background: url(../image/btn_close_popup@2x.png);
    background-size: cover;
    position: absolute;
    top: .24rem;
    right: .24rem;
}

.drainage-code {
    width: 2.96rem;
    height: 2.96rem;
    overflow: hidden;
    margin: .24rem auto;
}

    .drainage-code img {
        width: 100%;
    }

