﻿ #weixinDiv{
                background-color:#FFF;
                border: 1px solid ;
                width:300px;
                height:300px;
                cursor:pointer;
                /*下面是页面固定居中*/
                position:fixed;
                *position:absolute; 
                top:50%; 
                left:40%; 
                margin:-150px 0 0 -50px;
                z-index:10001 !important;
                display:none;
            }
            #weixintitle{
             margin-bottom:24px;
             overflow:hidden;
             padding-top: 10px;
            }
            
            #weixintitle h3{
              float: left;
              font-size: 12px;
              line-height:16px;
              font-weight:blod;
              color:#000;
              padding-left:10px;
            }
            
            #weixintitle a{
              float:right;
              font-size: 12px;
              line-height:16px;
              color: #666;
            }
            
            #weixinlast{
              margin-top: 16px;
            }
            
            #weixinlast p{
              font-size:12px;
              line-height:16px;
              color: #666;
              text-align:center;
            }
            
            #hideWeiXinDiv{
                text-align: right;
                float: right;
                padding-right: 10px;
                padding-top: 2px;
            }
            #qrcode{
                width:200px;
                height:200px;
                margin: 0px auto;
            }