.prompt-box-body{
    height: 100%;
    position: relative;
}
.prompt-box-body .box-top-line{
    width: 60%;
    height: 0.25rem;
    background-color: #3ACBC6;
    border-radius: 0.13rem;
    margin: 0 auto;
}
.prompt-box-body .prompt-box-content{
    font-size: 0.9rem;
    color: #333333;
    text-align: center;
    padding-left: 2rem;
    padding-right: 2rem;
    margin-top: 2rem;
}
.prompt-box-body .prompt-box-oper{
    border-top: 1px solid #eeeeee;
    line-height: 2.5rem;
    position: absolute;
    width: 100%;
    bottom: 0;
}
.prompt-box-body .prompt-box-oper > div{
    flex: 1;
}
.prompt-box-body .prompt-box-one-btn{
    font-size: 0.7rem;
    color: #FA8282;
    text-align: center;
    border-right: 1px solid #eeeeee;
    cursor: pointer;
}
.prompt-box-body .prompt-box-two-btn{
    font-size: 0.7rem;
    color: #3ACBC6;
    text-align: center;
    cursor: pointer;
}