/*
* @Author: itw_yanyang
* @Date:   2018-03-15 15:38:47
* @Last Modified by:   itw_yanyang
* @Last Modified time: 2018-03-15 15:39:02
*/
.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: 5.5rem;
    z-index: 100001;
    background: #ffffff;
    position: absolute;
    display: none;
    top:35%;
    left:13%;
    overflow: hidden;
    -webkit-border-radius: .12rem;
    -moz-border-radius: .12rem;
    -webkit-border-radius: .12rem;
    -moz-border-radius: .12rem;
    border-radius: .12rem;
}
.confirmMsgTitDiv{
    width: 100%;
    margin: .4rem 0 .3rem 0;
    font-size: .34rem;
    line-height: .34rem;
    text-align: center;
    color: #424152;
    font-weight: bold;
}
.confirmMsgDiv{
    padding: 0 0.35rem;
    padding-bottom: 0.4rem;
}
.messageItem{
    display: block;
    line-height: .42rem;
    text-align: center;
    font-size: 0.28rem;
}
.confirmBtnDiv{
    width:100%;
    border-top:1px solid #e5e5e5;
}
.halfBtn{
    width:50%;
    padding:0.3rem 0;
    font-size: .32rem;
    line-height: .32rem;
    background: none;
    border:none;
    text-align: center;
    color: #04C0AF;
}
.oneBtn{
    width:100%;
    background: none;
    font-size: .32rem;
    border:none;
    text-align: center;
    color: #04C0AF;
    padding:0.3rem 0;
}
.confirmBtnDiv .halfBtn:first-child{
    border-right:1px solid #e5e5e5;
    color: #999999;
}
.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;
}