/*微信弹窗*/ #wxnr {width:100%;height:100%;max-width:640px;min-width:320px;position:fixed;top:0;z-index:1000;display:none;background: rgba(0,0,0,0.8);} #wxnr .nrdf {margin:auto;position:absolute;top:30%;left:0;right:0;width:300px;height:300px;padding-top:20px;margin-top:0; text-align:center;background-color:rgba(255, 255, 255, 0.8);box-shadow: 0px 2px 6px #777777;-webkit-box-shadow:0px 2px 6px #777777;-moz-box-shadow:0px 2px 6px #777777;border-radius:10px;} #wxnr img {margin:0 auto;width:150px;height:150px;display:block;} #wxnr p {font-size:15px;line-height:30px;text-align:center;} #wxnr i {position:absolute;top:10px;right:10px;width:25px;height:25px;line-height:25px;border-radius:25px;text-align:center;color:#ffffff;font-size:25px;font-weight:bold;font-style:normal;background:#333333;cursor:pointer;} #wxnr span {display:inline-block;padding:5px 10px;line-height:22px;background-color:#00376D;color:#ffffff;border-radius:5px;cursor:pointer;} #wxnr span.wx {width:90px;background-image:url('../images/wx.png');background-size:20px;background-position:10px center;background-repeat:no-repeat;} #wxnr span a {color:#ffffff;font-size:14px;padding:0 0 0 25px;} /*复制提示*/ #weixintip {position:fixed;top:50%;margin-top:0;z-index:2000;font-size:14px;color:#ffffff;width:90%;right:5%;line-height:25px;text-align:center;background:rgba(0, 0, 0, 0.8);border:2px solid #333;border-radius:5px;display:none;}