    
    #smartPop_overlay {display:block; overflow:hidden; position:fixed; background-color:rgba(252, 252, 252, .75); top:0; right:0; bottom:0; left:0; z-index:1000; cursor:wait;}
    #smartPop {display:none; position:fixed; top:0; right:0; bottom:0; left:0; overflow:hidden; z-index:1004;}
    #smartPop_container {background-color:white; -webkit-box-shadow:0 0 1px rgba(0, 0, 0, .25), 0 1px 5px 3px rgba(0, 0, 0, .05), 0 5px 4px -3px rgba(0, 0, 0, .06); margin:9px auto 100px auto;
        border-radius:10px; box-sizing:border-box; max-width:calc(100% - 20px); min-width:0; overflow:hidden; padding:0px; width:720px; height:500px; z-index:2; background:#fff left bottom repeat-y;}
    
    #smartPop_top {position:relative; height:23px; overflow:hidden; cursor:default; right top no-repeat;}
    #smartPop_top_content {margin-right:10px; text-align:center; overflow:hidden; height:23px; padding:5px; left top no-repeat;}
    #smartPop_close {position:absolute; top:3px; right:6px; width:18px; height:18px; line-height:18px; text-align:center; color:#333; font:bold 14px Arial, sans-serif; cursor:pointer; z-index:1;}
    #smartPop_close:before {content:"x";}
    

    #smartPop_bottom_content {overflow:hidden;}
    #smartPop_content {display:none; padding:0; overflow:auto; cursor:default;}
    #smartPop_frame {display:none; width:100%; height:100%; overflow:auto; border:0;}
    #smartPop_log {display:none; position:fixed; top:10px; left:10px; overflow:auto; width:200px; height:400px; background:#fff; border:solid 1px #444; padding:10px; z-index:3;}
