#popUpWrap .popTips{
    width: 3rem;
    height: 2rem;
    position: absolute;
}
#popUpWrap .popTips h3{
    color: white;
    font-size: 0.16rem;
    width: 100%;
    height: 0.36rem;
    line-height: 0.36rem;
    text-indent: 0.3rem;
    background: url("../images/tipBg.png") no-repeat;
    background-size: 100% 100%;
    position: relative;
    font-weight: normal;
}
#popUpWrap .popTips .close{
    width: 0.2rem;
    height: 0.2rem;
    background: url("../images/closeBtn.png") no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: 0.24rem;
    top: 0.18rem;
    cursor: pointer;
}
#popUpWrap .popContent{
    width: 100%;
    height: 2.04rem;
    position: relative;
    padding: 0.2rem;
    box-sizing: border-box;
}
#popUpWrap .popContent p{
    color: white;
    width: 100%;
    line-height: 0.35rem;
    text-align: center;
    font-size: 0.2rem;
}
#popUpWrap .alertConfirm{
    width: 1.69rem;
    height: 0.53rem;
    position: absolute;
    left: 50%;
    bottom: 0.5rem;
    transform:translateX(-50%) scale(0.6);
    background: url("../images/confirmBtn.png") no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}
#popUpWrap .alertConfirm4flash{
    width: 1.69rem;
    height: 0.53rem;
    position: absolute;
    left: 50%;
    bottom: 0.5rem;
    transform:translateX(-50%) scale(0.6);
    background: url("../images/confirmBtn4flash.png") no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}

#popUpWrap .conConfirm{
    width: 1.69rem;
    height: 0.53rem;
    position: absolute;
    left: 50%;
    bottom: 0.5rem;
    transform:translateX(-85%) scale(0.6);
    background: url("../images/confirmBtn.png") no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}
#popUpWrap .conCancel{
    width: 1.69rem;
    height: 0.53rem;
    position: absolute;
    left: 50%;
    bottom: 0.5rem;
    transform:translateX(-15%) scale(0.6);
    background: url("../images/cancelBtn.png") no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}