.MsgBox {
    width: 260px;
    min-height: 100px;
    background-color: #ffffff;
    border-radius: 6px;
    position: relative;
    padding-bottom: 15px;
    z-index: 9999;
}

.MsgBox-Icon {
    width: 100%;
    height: 70px;
    position: absolute;
    top: -35px;
    text-align: center;
}

.MsgBox-Icon img {
    width: 70px;
    height: 70px;
}

.MsgBox-Title {
    text-align: center;
    display: block;
    width: 100%;
    height: 30px;
    border: 0px solid #000000;
    line-height: 30px;
    margin-top: 35px;
    font-size: 1.2rem;
    font-weight: bold;
    color: #000000;
}

.MsgBox-Lab {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    display: block;
    width: 85%;
    min-height: 20px;
    margin-top: 5px;
    border: 0px solid #000000;
    line-height: 20px;
    font-size: 1rem;
    ;
    color: #969696;
    margin-bottom: 20px;
}

.MsgBox-Button {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    height: 30px;
    display: flex;
}
.MsgBox-Button-block{
    flex: 1;
    border: 0px solid #000000;
}
.MsgBox-Button-block span {
    border-radius: 15px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    display: block;
    width: 95%;
    background-color: #F05400;
    height: 30px;
    border: 0px solid #000000;
    line-height: 30px;
    font-size: 1rem;
    color: #FFFFFF;
}
.MsgBox-Button-Left {
    flex: 5;
    border: 0px solid #000000;
}

.MsgBox-Button-Left span {
    border-radius: 15px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    display: block;
    width: 90%;
    background-color: #FFF3EC;
    height: 30px;
    border: 0px solid #000000;
    line-height: 30px;
    font-size: 1rem;
    color: #F05400;
}

.MsgBox-Button-Right {
    flex: 5;
    border: 0px solid #000000;
}

.MsgBox-Button-Right span {
    border-radius: 15px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    display: block;
    width: 90%;
    background-color: #F05400;
    height: 30px;
    border: 0px solid #000000;
    line-height: 30px;
    font-size: 1rem;
    color: #FFFFFF;
}
.wait{
    width: 250px; min-height: 70px; margin-left: auto; margin-right: auto;border: 0px  solid  #000000;text-align: center;background-color: #FFFFFF;border-radius: 6px;padding-top: 20px;padding-bottom: 20px;
}
.wait span{ 
    width: 90%;min-height: 20px;line-height: 20px;text-align: center;color: #000000;display: block;font-weight: bold;margin-top: 10px;font-size: 0.9rem;margin-left: auto;margin-right: auto;
}
.wait  img{
    width: 50px;height: 50px;
}



