.success-dialog{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);z-index:101}.success-dialog .content{position:fixed;top:0;left:0;right:0;bottom:0;margin:auto;width:290px;height:215px;background-color:#fff;border-radius:6px;padding:10px 15px 15px;animation:scale .5s ease-in-out;-webkit-animation:scale .5s ease-in-out;-moz-animation:scale .5s ease-in-out;-o-animation:scale .5s ease-in-out;-ms-animation:scale .5s ease-in-out}.success-dialog .content .title img{width:25px;height:25px;margin-right:5px}.success-dialog .content .title span{vertical-align:top}.success-dialog .copy-wrapper{padding-right:70px;font-size:1.6rem}.success-dialog .copy-btn{position:absolute;top:0;bottom:0;right:0;margin:auto;width:68px;height:28px;text-align:center;background-color:#eee;font-size:1.4rem;line-height:28px}.success-dialog .close-btn{background-color:#fff;border:1px solid #aeaeae}.success-dialog .btn-yellow{margin:0}.success-dialog .buttons{margin-top:20px}.success-dialog .buttons .btn{width:120px;line-height:35px}.success-dialog .fz-title{margin:20px 0;font-weight:500}.navigator{position:fixed;top:0;left:0;width:100%;height:44px;line-height:44px;background-color:#fff;z-index:100}.nav-title{padding:0 30px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.nav-btn{position:absolute;width:45px;height:45px;top:0}.nav-btn.return-btn{left:10px;background:url(/static/images/return-btn.png) no-repeat left center/10px}.nav-btn.share-btn{right:10px;background:url(/static/images/share-btn.png) no-repeat right center/20px}@-webkit-keyframes scale{0%,75%{transform:scale(.7);-webkit-transform:scale(.7);-moz-transform:scale(.7);-ms-transform:scale(.7);-o-transform:scale(.7)}100%,25%{transform:scale(1);-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1)}50%{transform:scale(1.3);-webkit-transform:scale(1.3);-moz-transform:scale(1.3);-ms-transform:scale(1.3);-o-transform:scale(1.3)}}@keyframes scale{0%,75%{transform:scale(.7);-webkit-transform:scale(.7);-moz-transform:scale(.7);-ms-transform:scale(.7);-o-transform:scale(.7)}100%,25%{transform:scale(1);-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1)}50%{transform:scale(1.3);-webkit-transform:scale(1.3);-moz-transform:scale(1.3);-ms-transform:scale(1.3);-o-transform:scale(1.3)}}