.alert{
    z-index: 90000!important;
}
.mask{
    z-index: 99970!important;
    opacity:0.4;filter:alpha(opacity=40);
}
.alert_main{
    z-index: 99999!important;
}
.alert_text{
    margin: 0px 24px;
}
.alert_main2 {
    left: 42%;
    width: 500px;
}
.alert_main2 > .alert_choose > .alert_yes {
    left: 200px;
}
.alert_main2 > .alert_choose > .alert_n {
    top: 15px;
}


.maskLayer{
    display: none;
    background-color: rgba(55, 55, 55, 0.20);
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 1;
    top: 0;
    align-content: center;
    color: #858585;
    left: 0;
}