.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;
    font-size: 0.28rem;
    /*align-items: center;*/
    /*justify-content: center;*/
}
.confirmDiv {
    width: 70%;
    z-index: 100001;
    background: #ffffff;
    position: absolute;
    display: none;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow: hidden;
    -webkit-border-radius: 0.1rem;
    -moz-border-radius: 0.1rem;
    -webkit-border-radius: 0.1rem;
    -moz-border-radius: 0.1rem;
    border-radius: 0.1rem;
}
.confirmMsgDiv{
    padding: 0.4rem 0.35rem 0;
}
.messageItem{
    display: block;
    line-height: 0.42rem;
    text-align: center;
    font-size:0.28rem;
    color: #666666;
}
div.messageItem p{
    text-align: left;
}
.confirmBtnDiv{
    margin-top:0.4rem;
    width:100%;
    position: relative;
    padding: 0.2rem 0.25rem;
    display: flex;
    align-items: center;
    justify-content: space-around;
    box-sizing: border-box;
}
.confirmBtnDiv::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    top: 0;
    left: 0;
    background: #E5E5E5;
    -webkit-transform: scaleY(0.5);
    -moz-transform: scaleY(0.5);
    -ms-transform: scaleY(0.5);
    -o-transform: scaleY(0.5);
    transform: scaleY(0.5);
}
.halfBtn{
    width:calc(50% - 0.3rem);
    background:rgba(4,192,175,1);
    box-shadow:0px 4px 10px 0px rgba(4,192,175,0.3);
    border:0.02rem solid rgba(4,192,175,1);
    text-align: center;
    padding:0.33rem 0;
    font-size: 0.30rem;
    line-height: 0.42rem;
    border-radius: 0.1rem;
    padding: 0.23rem 0;
    color: #ffffff;
    box-sizing: border-box;
}
.oneBtn{
    width:100%;
    background:rgba(4,192,175,1);
    box-shadow:0px 4px 10px 0px rgba(4,192,175,0.3);
    border:0.02rem solid rgba(4,192,175,1);
    text-align: center;
    padding:0.33rem 0;
    font-size: 0.30rem;
    line-height: 0.42rem;
    border-radius: 0.1rem;
    padding: 0.23rem 0;
    color: #ffffff;
    box-sizing: border-box;
}
.confirmBtnDiv .halfBtn:first-child{
    background: #ffffff;
    box-shadow:none;
    color: #04C0AF;
}
.errorMsgDiv{
    background: rgba(0,0,0,0.6);
    color: #ffffff;
    padding:0.14rem 0.3rem;
    -webkit-border-radius:0.04rem;
    -moz-border-radius:0.04rem;
    -webkit-border-radius: 0.04rem;
    -moz-border-radius: 0.04rem;
    border-radius: 0.04rem;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100000;
    font-size:0.28rem;
    line-height: 0.42rem;
}
.errorMsgDiv .messageItem{
    max-width: calc(73.33vw - 0.6rem);
}
.errorMsgDiv .messageItem{
    color: #ffffff;
}
.errorTipBtn{
    font-size:0.28rem;
    text-align: center;
    padding: 0.25rem 0 0;
    margin-top: 0.2rem;
    position: relative;
}
.errorTipBtn::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    top: 0;
    left: 0;
    background: #e5e5e5;
    -webkit-transform: scaleY(0.5);
    -moz-transform: scaleY(0.5);
    -ms-transform: scaleY(0.5);
    -o-transform: scaleY(0.5);
    transform: scaleY(0.5);
}
.confirmTitle{
    font-family: PingFangSC-Medium;
    font-size: 0.34rem;
    color: #424152;
    line-height: 0.34rem;
    padding-bottom: 0.3rem;
    text-align: center;
}
.verticalBtnBorder{
    position:relative;
}
.verticalBtnBorder::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    top: 0;
    left: 0;
    background: #e5e5e5;
    -webkit-transform: scaleY(0.5);
    -moz-transform: scaleY(0.5);
    -ms-transform: scaleY(0.5);
    -o-transform: scaleY(0.5);
    transform: scaleY(0.5);
}
.confirmTip{
    color: #999999;
    font-size: 0.22rem;
    line-height: 1.5em;
    padding-top: 0.3rem;
}