body{
    -webkit-overflow-scrolling:touch;
    /*overflow:hidden;*/
}
.msgMain{
    position:fixed;
    width:100%;
    height: 100%;
    z-index: 1001;
    justify-content: center;
    align-items:center;
    display: -webkit-flex;
    top:0;
}
.msgContent{
    width:90%;
    background-color: #fff;
    border-radius: 10px;
    padding: 2rem 0 1rem;
    text-align: center;
}
.msgMainBack{
    position:fixed;
    width:100%;
    height: 100%;
    top:0;
    background-color: #000000;
    z-index: 1000;
    opacity: 0.5;
}
.msgContent h1{
    font-size:1.2rem;
    color:#000;
    font-weight: bold;
    text-align: center;
    line-height: 3rem;
}
.msgContent p{
    color: #000;
    line-height: 1.5rem;
    text-align: center;
    padding: 0 1rem;
    font-size: 0.8rem;
}
.msgBtn{
    width: 50%;
    height: 2.5rem;
    line-height: 2.5rem;
    color: #1e7cde;
    margin: 1rem auto 1rem;
    text-align: center;
    font-weight: bold;
    text-decoration: underline;
}