/*底部分享*/
.sharebox{ display: none; box-shadow: -1px 0px 10px rgba(0,0,0,0.3); box-sizing: border-box; padding: 0.3rem 0 0.5rem 0; position: fixed; width: 100%; z-index: 10000; background: #fff; left: 0; bottom: 0; }
.sharebox header{ width: 100%; color: #000; font-size: 0.4rem; text-align: center; }
.sharebox .close{ position: absolute; top: 0.2rem; right: 0.2rem; height: 0.7rem; width: 0.7rem; background: url('../images/icons/uadd.png'); background-size: contain;transform:rotate(45deg); }
.share-list{  height: 100%; display: flex;flex-wrap:wrap; margin-top: 0.3rem; }
.share-list li{ width: 33.33%; float: left; text-align: center; margin-bottom: 0.2rem; }
.share-list li img{ height: 1.5rem; width: 1.5rem; }