/* 当屏幕宽度小于1800x时 */
@media (max-width: 1800px) {
.qrcode{width:100px; height:100px; position:fixed;  top:118px;  left: 50%; transform:translateX(610px);  z-index: 999995;}
}
/* 当屏幕宽度大于1800x时 */
@media (min-width: 1800px) {
.qrcode{width:100px; height:100px; position:fixed;  top:118px; left: 50%; transform:translateX(860px); z-index: 999995;}
}



/*右侧漂浮版*/

.qrcodeBtn{width:90px; height:90px; background:url(../images/qrcode.png) no-repeat}

.qrcodeShow{width:190px; height:230px; padding:10px; box-sizing: border-box; position:absolute; top:0; transform: translateX(-200px); border-radius: 5px; background:#fff; box-shadow:0 0 10px -5px #585858; display: none; }
.qrImg{width:170px; height:170px;  float:left;  }
.qrText{width:170px; color:#9b9b9b ; float:left; text-align: center;  margin-top:2px }


/*正文版*/
.qrcode_news{width:80px; height:27px;float:right; position: relative; margin-bottom:2px}
.qrcodeBtn_news{width:80px; height:27px; background:url(../images/qrcode_news.png) no-repeat; background-position:right; line-height: 27px; text-align: left; }
.qrcodeShow_news{width:190px; height:230px; padding:10px; box-sizing: border-box; position:absolute; z-index:999996; top:0; transform: translateX(-200px); border-radius: 5px; background:#fff; box-shadow:0 0 10px -5px #585858; display: none; }
.qrImg_news{width:170px; height:170px;  float:left;  }
.qrText_news{width:170px; color:#9b9b9b ; float:left; text-align: center; line-height: 20px; margin-top:5px }