/*主体*/
.g-content{width:1200px;margin:30px auto 0;position:relative;}
.g-content .m-article-info{text-align:center;padding-bottom:36px;border-bottom:1px solid #e1e6f0;}
.g-content .m-article-info h1{font-size:32px;line-height:60px;}
.g-content .m-article-info div{font-size:18px;color:#333;margin-top:12px;}
.g-content .m-article-info span{padding:0 14px;}
.g-content .m-article-info span a{color:#333;}
.g-content .m-text{overflow:hidden;padding:30px 0 140px 0;}
.g-content .m-text p{font-size:20px;line-height:48px;color:#333;}
.g-content .m-text img{max-width:100%;height:auto!important;margin:15px 0 5px 0;}
.g-content .m-text video{display:block;width:75%;margin: 0 auto 10px;border:none;outline:none;}
.g-content .m-article-share{position:absolute;width:64px;z-index:999;right:-86px;top:160px;margin-right:0px;}
.g-content .m-article-share div{width:64px;height:64px;margin-bottom:12px;}
.g-content .m-article-share div:hover img{transform:rotate(360deg);-webkit-transform:rotate(360deg);}
.g-content .m-article-share img{width:64px;height:64px;cursor:pointer;transition:.6s;-webkit-transition:.6s;}
.g-content .qrcode{display:none;position:fixed;width:220px;height:250px;left:50%;top:50%;margin-left:-110px;margin-top:-125px;border:5px solid #666;border-radius:2px;background:rgba(239,239,239,0.95);z-index:999;}
.g-content .qrcode p{overflow:hidden;height:30px;line-height:30px;font-size:16px;color:#868686;padding-left:20px;margin-top:10px;}
.g-content .qrcode .qrcode-close{width:26px;height:26px;float:right;margin:2px 10px 0 0;cursor:pointer;background:url("https://cn.wicinternet.org/static/images/icon-close.png") center center no-repeat;background-size:cover;}
#qrcode-area{width:180px;height:180px;margin:10px 20px 0;text-align:center;}
@media only screen and (max-width: 750px) {
    .g-wrap{width:100%;min-width:0;}
    .g-content{width:100%;margin:1rem auto 0;}
    .g-content .m-article-info{padding-bottom:0.8rem;}
    .g-content .m-article-info h1{font-size:1rem;line-height:1.5rem;padding:0 0.5rem;}
    .g-content .m-article-info div{font-size:0.7rem;margin-top:0.6rem;}
    .g-content .m-article-share{display:none;}
    .g-content .m-text{padding:0.75rem 0.85rem 2.8rem;}
    .g-content .m-text img{margin:0.4rem 0;}
    .g-content .m-text video{width:100%;}
    .g-content .m-text p{font-size:0.8rem;line-height:1.6rem;}
}