/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 2023年11月27日, 下午9:18:31
    Author     : TangJun
*/
.pageDialogBG {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 101;
    top: 0;
    left: 0;
    opacity: 0.3;
    background: #000;
    display: none;
}
.pageDialog {
    position: fixed;
    height: 100%;
    z-index: 102;
    width:100% !important;
    top: 0;
    left: 0 !important;
    display: none;
}
.Prompt {
    color: #fff;
    border-radius: 8px;
    width: 100%;
    height: 1.6rem;
    line-height: 1.6rem;
    margin: 0 auto;
    text-align: center;
    background: rgba(53, 181, 180,0.9);
    box-shadow: 0 2px 3px #9b9b9b;
    font-size: 1rem;
    width:fit-content;
    width:-webkit-fit-content;
    width:-moz-fit-content;
    padding:1rem 1.5rem;
}
