@charset "utf-8";
/*弹层*/
/*.mask-black{background-color:rgba(0,0,0,.4);position:fixed;bottom:0;right:0;left:0;top:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;z-index:3000}
.m-actionsheet{text-align:center;position:fixed;bottom:0;left:0;width:100%;z-index:3001;background-color:#fff;-webkit-transform:translate(0,100%);transform:translate(0,100%);-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s}
.actionsheet-toggle{-webkit-transform:translate(0,0);transform:translate(0,0)}
.jq22-coll-share-box{padding:.7rem 0 0; flex-wrap: wrap; display: flex;}
.jq22-coll-share-item {width:25%;}
.jq22-coll-share-item .jq22-coll-share-img {background:url(/Content/Mobile/scripts/component/share/icon-wx.png) no-repeat; background-size:1.2rem auto; width:1.2rem; height:1.2rem;margin:0 auto;}
.jq22-coll-share-item .jq22-coll-share-img.icon-qq {background-image:url(/Content/Mobile/scripts/component/share/icon-qq.png);}
.jq22-coll-share-item .jq22-coll-share-img.icon-kj {background-image:url(/Content/Mobile/scripts/component/share/icon-kj.png);}
.jq22-coll-share-item .jq22-coll-share-img.icon-wb {background-image:url(/Content/Mobile/scripts/component/share/icon-wb.png);}
.jq22-coll-share-item .jq22-coll-share-img.icon-pyq {background-image:url(/Content/Mobile/scripts/component/share/icon-pyq.png);}
.jq22-coll-share-item .jq22-coll-share-img.icon-txw {background-image:url(/Content/Mobile/scripts/component/share/icon-txw.png);}
.jq22-coll-share-item .jq22-coll-share-text {padding:.15rem 0 .6rem; color:#666666; font-size:.32rem;}
.jq22-coll-cancel a{line-height:1.4rem;font-size:.36rem;background:#f9f9f9;display:block;text-align:center;}
.jq22-coll-share-item .jq22-coll-share-input {font-size:0;}
.jq22-coll-share-item .jq22-coll-share-input input {background:url(/Content/Mobile/scripts/component/share/icon-wx.png) no-repeat; background-size:1.2rem auto; width:1.2rem;height:1.2rem; border: none; margin:0; padding:0; cursor:pointer; overflow: visible;}
.jq22-coll-share-item .jq22-coll-share-input.icon-qq input {background-image:url(/Content/Mobile/scripts/component/share/icon-qq.png);}*/

/*二维码*/
.jsmodern-share{position:fixed;top:50%;left:50%;width:300px;height:335px;z-index:3002;background:#fff;border:#ddd solid 1px;border-radius:10px;box-shadow:#ddd 0 0 20px;overflow:hidden;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}
.jsmodern-share p{display:block;height:20px;text-align:center;font-size:18px;margin:15px 0 20px 0}
.jsmodern-share div{width:260px;height:260px;margin:0 auto}
.jsmodern-share b{position:absolute;width:20px;height:20px;background:url(data:img/jpg;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAA/UlEQVQ4T8WU7ZEBQRCGHxFciQARIBJEcGRABFYEZIAIEAkyIAMhqFdtV7WpabuOqptfM9Pdz0x/NvjyalTwesAg0TkAp8guAg6BJdAODC/ADNin8hxwA/zWjIR0J143Bb4DM84T1APl5s69dga6wU9T2cjc90DFpVUCbkATGAPrBCoX9Svp/JQy2Xa0N6CyeQwMPdRguYf6yr4BC2Cecc8DJNbPcjDJFkBRBZSiQbWPYP8H/LPLX0+KYvBJ2VytTV8Vth6IelnDQV7Zyha2lUXdPjbYtsz+4/zpcHiCRUDdq69XrhXTmlfMpnXHlzdWnAT3SzPw7QEbDJnq6ztc3EQVa6MIgAAAAABJRU5ErkJggg==);right:4px;top:4px;cursor:pointer;color:#ccc;opacity:.1;transition:.1s}
.jsmodern-share b:hover{opacity:.5}