
/*弹层样式*/

/*背景*/
.background{ background: rgba(0,0,0,0.6); position: fixed; z-index: 99991; width: 100%; height: 100%;}

/*弹层盖邦*/
.layerGB{ width: 430px; height: 329px; border-radius: 5px;  background: #ffffff; z-index: 99992; position:absolute; top:10%; left:50%;margin-left:-215px}
.layerGB .layerGBTitle{ background: url("../images/GB-layer-background.png"); width: 430px;height: 114px; }
.layerGB .layerGBTitle p{font-size: 19px; color: #fff; padding-left: 181px; line-height: 35px; font-weight: bold; padding-top: 20px;}
.layerGB .QRcodetitle{ text-align: center; color: #333333; font-size: 16px; margin-top: 10px;}
.layerGB .QRcode{text-align: center;  margin-top: 15px;}
.layerGB  .layerClose{ background: url("../images/GB-layer-Close.png") no-repeat; width: 25px; height: 25px; position: absolute; right:12px; top: 12px}