.lead-prompt{
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .8);
    z-index: 10;
    top: 0;
    left: 0;
}
.lead-prompt *{
    box-sizing: border-box;
}
.lead-prompt .prompt-wrapper{
    position: fixed;
    left: 0;
    right: 0;
    bottom: 60px;
    margin: auto;
    width: 260px;
    height: 134px;
    border-radius: 6px;
    background: #fff;
    overflow: hidden;
}
.lead-prompt .prompt-title{
    color: #060606;
    font-size: 16px;
    margin-top: 26px;
    text-align: center;
}
.lead-prompt .prompt-text{
    color: #B1B1B1;
    margin-top: 10px;
    font-size: 14px;
    text-align: center;
}
.lead-prompt .prompt-confirm{
    position: absolute;
    bottom: 0px;
    width: 100%;
    border-top: 1px solid #E0E0E0;
    padding: 10px;
    font-size: 14px;
    text-align: center;
}