
h3{ width:600px; height:60px; margin:50px auto 0 auto; text-align:center; line-height:60px; font-size:30px; font-weight:600; text-shadow:0px 1px 0px rgba(255,255,255,1);}
h4{ width:800px; height:20px; line-height:20px; margin:0 auto; font-size:16px; text-align:right;}
h4 a{ color:#363636; text-decoration:none;}
div.demo{ width:600px; height:320px; line-height:20px; padding-top:20px; border-top:2px dashed #cecece; margin:30px auto; }


/*Share*/
#Share{    }
#Share ul{ margin:0; padding:0; list-style-type:none;}
#Share ul li{ float:left; display:block; width:36px; height:50px;margin-left:5px;   cursor:pointer; position:relative;}
#Share ul li a{ display:block; width:28px; height:28px; margin-left:11px; margin-top:12px;}
#Share ul li span{ display:block;width:40px;height:10px;background:url(../images/share_shade.png) 0px 0px no-repeat; position:absolute; left:5px; bottom:0px;}
#Share ul li a.share1{ background:url(/assets_m/fx.png) 0px 0px;}
#Share ul li a.share2{ background:url(/assets_m/fx.png) -28px 0px;}
#Share ul li a.share3{ background:url(/assets_m/fx.png) -56px 0px;}
#Share ul li a.share4{ background:url(/assets_m/fx.png) -84px 0px;}
#Share ul li a.share5{ background:url(/assets_m/fx.png) -112px 0px;}
#Share ul li a.share6{ background:url(/assets_m/fx.png) -140px 0px;}
/*微信二维码*/
.none{
    display: none;
}
.qrcode{
    width:180px;
    height:240px;
    padding:20px;
    position: fixed;
    left:50%;
    top:50%;
    margin-left:-120px;
    margin-top:-140px;
    background: #fff;
    z-index: 100000;
}
.qrcode img{
    max-width: 100%;
    max-height:100%;
}
.weixin_close{
    background: #7CBDD0;
    display: inline-block;
    width:100%;
    height:30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    text-decoration: none
}