.popup{position:fixed;top:0;left:0;width:100%;height:100%;z-index:1000;display:none}.popup .bg{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;background:#000;opacity:.7}.popup .popup_img{margin:5px;width:90%}.popup .container{width:400px;height:auto;position:absolute;z-index:2;top:50%;left:50%;margin-top:-150px;margin-left:-200px}.popup .close{width:100px;height:35px;margin:10px auto;padding-top:17px;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;border:0;cursor:pointer;position:relative;overflow:hidden;background-color:#09f;text-align:center;color:#fff;font-weight:bold;font-family:Verdana,Geneva,sans-serif;font-size:16px;display:none}.popup .content{margin:0 auto;width:360px;height:auto;font:12px 'Segoe UI',Arial,sans-serif;color:#444;overflow:auto;text-align:center;display:none}