.glabel_alert_out{
    width:100%;
    height:100%;
    background: rgba(0,0,0,0.5);
    position: fixed;
    top:0;
    left:0;
    z-index:100000;
    display: none;
    /*align-items: center;*/
    /*justify-content: center;*/
}
.confirmDiv {
    width: 70%;
    z-index: 100001;
    background: #ffffff;
    position: absolute;
    display: none;
    top:35%;
    left:15%;
    overflow: hidden;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}
.confirmMsgDiv{
    padding: 0 0.2rem;
    padding-top: 0.4rem;
}
.messageItem{
    display: block;
    line-height: 2em;
    text-align: center;
    font-size: 0.25rem;
}
.confirmBtnDiv{
    margin-top:0.2rem;
    width:100%;
    border-top:1px solid #CCCCCC;
}
.halfBtn{
    width:50%;
    background: none;
    border:none;
    text-align: center;
    color: #417CED;
    padding:0.2rem 0;
}
.oneBtn{
    width:100%;
    background: none;
    border:none;
    text-align: center;
    color: #417CED;
    padding:0.2rem 0;
}
.confirmBtnDiv .halfBtn:first-child{
    border-right:1px solid #CCCCCC;
    color: #666;
}
.errorMsgDiv{
    width: 80%;
    background: rgba(0,0,0,0.5);
    color: #ffffff;
    padding:0.2rem;
    -webkit-border-radius:8px;
    -moz-border-radius:8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    position: fixed;
    top:35%;
    left:10%;
    z-index: 100000;
}
.errorTipBtn{
    border-top: 1px solid #aaa;
    text-align: center;
    padding: 0.2rem;
    margin-top: 0.2rem;
    font-size: 0.25rem;
}