@charset "utf-8";
/* CSS Document */

/*弹窗*/
.popWrap{position:absolute;top:0;width:100%;height:100%;display:none;}
.mask{position: absolute;top:0;width:100%;height:100%;background-color:#000;filter:alpha(opacity=60);opacity:0.6; z-index:9999999;}
.popContent{position:fixed;top:50%;left:50%;margin-left:-180px;margin-top:-180px;width:360px;height:360px;background-color:white; border-radius:20px; padding:30px; text-align:center; z-index:10000000000000}
.popContent h1,.popContent p,.popContent h2{ display:inline-block; text-align:center;}
.popContent h1{ font-size:24px; font-weight:bold; color:#000000; width:100%; padding:20px 0 20px 0;}
.popContent p{ font-size:16px; color:#999; width:100%;}
.popContent h2 img{ width:200px; height:200px;}
