/*微信弹窗*/
#wxnr{max-width: 640px;min-width: 320px;position:fixed;left: 0;right: 0;margin:0 auto;top: 180;z-index:1000;display:none;background: rgba(0,0,0,.6);}
#wxnr .nrdf{margin: auto;position: absolute;top: 35%;left: 0;right: 0;width: 15rem;height: 15rem;padding: 0.3rem;padding-top: 0.6rem;margin-top: -2.5rem;text-align:center;background-color: rgba(255, 255, 255, 0.8);box-shadow: 0px 2px 6px #777;-webkit-box-shadow: 0px 2px 6px #777;-moz-box-shadow: 0px 2px 6px #777;border-radius:10px;}
#wxnr img{width: 12.3rem;height: 12.3rem;display: block;margin: 0 auto;}
#wxnr p{font-size: 1.24rem;line-height: 0.45rem;text-align:center;margin-top: 1.0rem;}
#wxnr i{position: absolute;top: 0.2rem;right: 0.2rem;width: 0.3rem;height: 0.3rem;font-size: 0.2rem;line-height: 0.3rem;text-align:center;color: #fff;font-weight: bold;font-style: normal;background: #333;border-radius: 1rem;cursor: pointer;}

