﻿ 
.gzPopDialogPanel { 
    z-index: 5001;
    position: fixed;
    background-color: #666666;
    width: 100%;
    height: 100%;
    filter: alpha(opacity=40);
    -moz-opacity: 0.4;
    -khtml-opacity: 0.4;
    opacity: 0.4;
    top:0px;
    left:0px;
}
.gzPopDialogBox {
    margin: auto;
    position: fixed;
    z-index: 5002;
    background-color: #FFFFFF;
    padding:20px;
 
}
.gzPopDialogTitleBar {
    display: flex; flex-direction: row;
}
.gzPopDialogTitle {
    font-family: 微软雅黑,宋体, Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #000000;
    text-decoration: none;
    line-height: 40px;
    height: 40px;
    text-align: left;
    overflow: hidden;
    font-weight: bold;
    width: calc(100% - 40px);
}
.gzPopDialogCloseX {
    border-width: 0px;
    width: 40px;
    height: 40px;
    cursor:pointer;
}
 
.gzPopDialogMemoText
{
    font-family: 宋体, Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #333333;
    text-decoration: none;

    width:100%;
    line-height: 24px;
    background-color: #FFFFFF;
    text-align: left;
}
 
.gzPopDialogBtnClose:hover, .gzPopDialogBtnYes:hover, .gzPopDialogBtnNo:hover
{
    background-color: #FF6600
}

.gzPopDialogBtnBar {    
    width:100%;
    margin-top:15px;
    display: flex;
    flex-direction: row;
}
.gzPopDialogBtnYes, .gzPopDialogBtnNo,.gzPopDialogBtnClose {
 position: relative;
    font-family: 微软雅黑,宋体, Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #FFFFFF;
    background-color: #7098ff;
    line-height:45px;
    height:45px;
    text-align:center;

    cursor:pointer;
    width:50%;
}




