/*********************************************************************
                        Admin styel By Mr.guoen
**********************************************************************/
.dialog-lay{
    background: rgba(0,0,0,0.7);
    width:100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    overflow-y: auto;
    overflow-x: hidden;
    display: flex;
    align-items: center;
    z-index: 999;
}
.dialog-tips{
    background: #fff;
    border-radius: 0.04rem;
    width:2.4rem;
    margin: 0 auto;
    padding:0.2rem 0.1rem 0.18rem 0.1rem;    
}
.dialog-tips-mid{
    text-align: center;
    padding: 0.05rem 0.08rem 0.15rem 0.08rem;
    font-size: 0.13rem;
}
.dialog-tips-fot{
    padding-top: 0.15rem;
}
.dialog-tips-fot-btn{
    color: #fff;
    border-radius: 0.06rem;
    line-height: 0.28rem;
    width: 0.8rem;
    margin: 0 auto;
    text-align: center;
    font-size: 0.13rem;
    background:#f2490e;
}
.dialog-tips-fot-ent{
    background:#f2490e;
}
.dialog-tips-fot-cal{
    background:#f2490e;
}



