@charset "utf-8";
  #qrcode img {
            
            width: 100px;
            height: 100px;
            display: block;
        }

        #qrcode {
            position:fixed;
            bottom: 150px;
            right: 60px;
            width:150px;
            height: 150px;
            /*background: rgba(255, 255, 255, 0.6);*/
            z-index: 9999;
            display: none;
			background:#0757a0;
			border-radius: 5px;
			

        }
		
		@media screen and (max-width: 768px) and (min-width: 320px){
			
			#qrcode {
            position:fixed;
            bottom: 40px;
            left: 30px;
            width:150px;
            height: 150px;
            /*background: rgba(255, 255, 255, 0.6);*/
            z-index: 9999;
            display: none;
			background:#0757a0;
			border-radius: 5px;
			

        }
		}

