#version-rocket .version-area{animation:fadeInUp 1s ease;animation-iteration-count:1;background-color:#fff;border:1px solid #ebeef5;border-radius:12px;bottom:20px;box-shadow:0 10px 20px #0000001f;box-sizing:border-box;position:fixed;right:20px;width:140px;z-index:99999}#version-rocket .version-img{height:100%;margin-top:-70px;width:100%}#version-rocket .version-content{background-color:#fff;border-radius:12px;font-family:inherit;padding:6px 12px 9px;text-align:center}#version-rocket .version-title{color:#101010;font-size:13px;font-weight:600;line-height:13px}#version-rocket .version-subtitle{color:#000000b3;font-size:12px;line-height:13px;margin-top:8px}#version-rocket .refresh-button{animation:refreshAnimation 2s linear infinite;background-color:#fd8079;border-color:#fd8079;border-radius:15px;color:#fff;cursor:pointer;font-size:15px;font-weight:500;margin-top:12px;padding:5px 0;transition:.2s;width:100%}#version-rocket .refresh-button:hover{background-color:#fd7e77e6}#version-rocket .cancel-button{color:#888;cursor:pointer;font-size:12px;font-weight:500;margin-top:5px;text-decoration:underline}#version-rocket .cancel-button:hover{color:#999}@keyframes refreshAnimation{0%{transform:scale(.9)}50%{transform:scale(1.05)}to{transform:scale(.9)}}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:translateZ(0)}}
