.share-icon{width:24px;height:24px;cursor:pointer}
.share-icon svg{display:block;width:100%;height:100%}
.link-icon{width:24px;height:24px}
.cmp-share_poly{position:fixed;left:0;top:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center;background:linear-gradient(180deg,#f5f5f5 0,#d6ffe4 100%)}
.cmp-share_poly *{box-sizing:border-box}
.cmp-share_poly.cmp-share_pop-index{z-index:20}
.cmp-share_poly .s_poly-box{width:432px;background:linear-gradient(180deg,#bfffd5 0,#fff 100%);border-radius:24px;padding:16px 0 40px}
.cmp-share_poly .s_poly-box .s_poly-icon-head{display:flex;justify-content:flex-end;padding:0 16px 0}
.cmp-share_poly .s_poly-box .s_poly-user_info{padding:0 24px}
.cmp-share_poly .s_poly-box .s_poly-user_info .user-avatar{display:flex;justify-content:center;align-items:center;width:120px;height:120px;margin:0 auto;background:#2cff73;border-radius:50%}
.cmp-share_poly .s_poly-box .s_poly-user_info .user-avatar svg{width:82px}
.cmp-share_poly .s_poly-box .s_poly-user_info .user-name{font-family:'OPPOSans-Ver2-Medium';font-size:18px;line-height:26px;letter-spacing:.02em;text-align:center;margin-top:8px}
.cmp-share_poly .s_poly-box .s_poly-share_list{padding:0 24px;margin-top:32px}
.cmp-share_poly .s_poly-box .s_poly-share_list .list-wrap .list-item{display:flex;align-items:center;justify-content:space-between;margin-top:8px;padding:16px;background:rgba(255,255,255,0.95);border-radius:8px}
.cmp-share_poly .s_poly-box .s_poly-share_list .list-wrap .list-item:first-child{margin-top:0}
.cmp-share_poly .s_poly-box .s_poly-share_list .list-wrap .list-item .list-item-jump{display:flex;align-items:center;flex:1 1 auto}
.cmp-share_poly .s_poly-box .s_poly-share_list .list-wrap .list-item .list-item-jump .item-link_icon{flex:0 0 24px;max-width:24px}
.cmp-share_poly .s_poly-box .s_poly-share_list .list-wrap .list-item .list-item-jump .item-share_text{flex:1 1 auto;padding:0 12px 0 8px;font-size:14px;line-height:22px;letter-spacing:.02em;color:rgba(0,0,0,0.95);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}
.cmp-share_poly .s_poly-box .s_poly-share_list .list-wrap .list-item .item-share_icon{flex:0 0 24px;max-width:24px}
.cmp-share_poly .s_poly-pop{display:none;position:absolute;left:0;top:0;width:100%;height:100%;background:rgba(0,0,0,0.4);opacity:0;transition:all .3s cubic-bezier(0.4,0.8,0.74,1)}
.cmp-share_poly .s_poly-pop .s_poly-pop-wrap{width:100%;height:100%;display:flex;justify-content:center;align-items:center}
.cmp-share_poly .s_poly-pop .s_poly-pop-box{position:relative;width:360px;background:#fafafa;border-radius:24px;padding:16px 16px 24px;transform:translateY(15%);opacity:0;transition:all .3s}
.cmp-share_poly .s_poly-pop .s_poly-pop-box .close-icon{display:flex;justify-content:flex-end}
.cmp-share_poly .s_poly-pop .s_poly-pop-box .close-icon svg{cursor:pointer;width:20px;height:20px}
.cmp-share_poly .s_poly-pop .s_poly-pop-box .pop-list .list-wrap{display:flex;flex-wrap:wrap}
.cmp-share_poly .s_poly-pop .s_poly-pop-box .pop-list .list-wrap .list-item{flex:1 1 25%;max-width:25%;margin-bottom:30px;cursor:pointer}
.cmp-share_poly .s_poly-pop .s_poly-pop-box .pop-list .list-wrap .list-item img{display:block;width:48px;height:48px;margin:0 auto}
.cmp-share_poly .s_poly-pop .s_poly-pop-box .pop-list .list-wrap .list-item .pop-text{font-size:10px;line-height:14px;color:rgba(0,0,0,0.55);text-align:center;margin-top:6px}
.cmp-share_poly .s_poly-pop .s_poly-pop-box .pop-btn{margin-top:8px}
.cmp-share_poly .s_poly-pop .s_poly-pop-box .pop-btn a{display:flex;align-items:center;justify-content:center;border:1px solid #dcdcdc;border-radius:36px;padding:11px 0}
.cmp-share_poly .s_poly-pop .s_poly-pop-box .pop-btn a svg{width:20px;height:20px;margin-right:6px}
.cmp-share_poly .s_poly-pop .s_poly-pop-box .pop-btn a span{font-family:'OPPOSans-Ver2-Medium';font-size:14px;line-height:22px;letter-spacing:.02em;color:rgba(0,0,0,0.95)}
.cmp-share_poly .s_poly-pop.s_poly-pop-ani{opacity:1}
.cmp-share_poly .s_poly-pop.s_poly-pop-ani .s_poly-pop-box{opacity:1;transform:translateY(0)}
.cmp-share_poly .copyd{display:none;padding:14px 18px;width:111px;height:48px;background:rgba(255,255,255,0.8);border:.33px solid rgba(0,0,0,0.12);box-shadow:0 6px 20px rgba(0,0,0,0.08);backdrop-filter:blur(30px);border-radius:24px;text-align:center;position:fixed;bottom:22px;left:50%;transform:translate(-50%,0)}
@media(max-width:650px){.cmp-share_poly{display:block;background:#fafafa}
.cmp-share_poly .s_poly-box{width:100%;border-radius:0;padding:16px 0 40px;background:linear-gradient(180deg,#bfffd5 0,#fafafa 100%);background-size:100% 300px;background-repeat:no-repeat}
.cmp-share_poly .s_poly-box .s_poly-icon-head{padding:0 16px 0;opacity:0;transition:opacity .3s cubic-bezier(0.4,0.8,0.74,1)}
.cmp-share_poly .s_poly-box .s_poly-user_info{padding:0 24px;opacity:0;transform:translateY(15%);transition:all .3s cubic-bezier(0.4,0.8,0.74,1)}
.cmp-share_poly .s_poly-box .s_poly-user_info .user-avatar{width:80px;height:80px}
.cmp-share_poly .s_poly-box .s_poly-user_info .user-avatar svg{width:54px}
.cmp-share_poly .s_poly-box .s_poly-user_info .user-name{font-size:18px;line-height:26px;margin-top:8px}
.cmp-share_poly .s_poly-box .s_poly-share_list{padding:0 16px;margin-top:20px;opacity:0;transform:translateY(15%);transition:all .3s cubic-bezier(0.4,0.8,0.74,1)}
.cmp-share_poly .s_poly-box .s_poly-share_list .list-wrap .list-item{margin-top:8px;padding:16px;border-radius:8px}
.cmp-share_poly .s_poly-box .s_poly-share_list .list-wrap .list-item .list-item-jump .item-link_icon{flex:0 0 24px;max-width:24px}
.cmp-share_poly .s_poly-box .s_poly-share_list .list-wrap .list-item .list-item-jump .item-share_text{flex:1 1 auto;padding:0 12px 0 8px;font-size:14px;line-height:22px}
.cmp-share_poly .s_poly-box .s_poly-share_list .list-wrap .list-item .item-share_icon{flex:0 0 24px;max-width:24px}
.cmp-share_poly .s_poly-box.s_poly-box-ani .s_poly-icon-head{opacity:1}
.cmp-share_poly .s_poly-box.s_poly-box-ani .s_poly-user_info{opacity:1;transform:translateY(0)}
.cmp-share_poly .s_poly-box.s_poly-box-ani .s_poly-share_list{opacity:1;transform:translateY(0)}
.cmp-share_poly .s_poly-pop .s_poly-pop-wrap{align-items:flex-end}
.cmp-share_poly .s_poly-pop .s_poly-pop-box{width:100%;border-radius:24px 24px 0 0;padding:38px 16px 24px}
.cmp-share_poly .s_poly-pop .s_poly-pop-box .close-icon{display:none}
.cmp-share_poly .s_poly-pop .s_poly-pop-box .pop-list .list-wrap .list-item{margin-bottom:26px}
.cmp-share_poly .s_poly-pop .s_poly-pop-box .pop-list .list-wrap .list-item img{width:48px;height:48px}
.cmp-share_poly .s_poly-pop .s_poly-pop-box .pop-list .list-wrap .list-item .pop-text{font-size:10px;line-height:14px;margin-top:2px}
.cmp-share_poly .s_poly-pop .s_poly-pop-box .pop-btn{margin-top:8px}
.cmp-share_poly .s_poly-pop .s_poly-pop-box .pop-btn a{border-radius:36px;padding:11px 0}
.cmp-share_poly .s_poly-pop .s_poly-pop-box .pop-btn a svg{width:20px;height:20px;margin-right:6px}
.cmp-share_poly .s_poly-pop .s_poly-pop-box .pop-btn a span{font-size:14px;line-height:22px}
.cmp-share_poly .s_poly-pop.s_poly-pop-ani{opacity:1}
.cmp-share_poly .s_poly-pop.s_poly-pop-ani .s_poly-pop-box{opacity:1;transform:translateY(0)}
}