Loading

博客园美化(自用)

博客园美化

v1

github地址:https://github.com/esofar/cnblogs-theme-silence

文档地址:https://esofar.github.io/cnblogs-theme-silence/#/

演示:https://www.cnblogs.com/esofar/

image-20230227212849393

侧边栏

<script>
  window.$silence = {
    avatar: 'https://images.cnblogs.com/cnblogs_com/blogs/746036/galleries/2159824/o_220512093007_%E4%B9%94%E6%B2%BB.jpg',
    favicon: 'https://files.cnblogs.com/files/esofar/favicon.ico',
    github: 'https://github.com/HkwJsxl',
    defaultMode: 'auto',
    defaultTheme: 'a',
    navbars: [{
      title: '标签',
      url: 'https://www.cnblogs.com/HkwJsxl/tag/'
    }, {
      title: '分类',
      url: 'https://www.cnblogs.com/hkwJsxl/post-categories/'
    }, {
      title: '归档',
      url: 'https://www.cnblogs.com/HkwJsxl/p/'
    },{
        title: '开源',
        children: [{
            title: 'PythonFullStack',
            target: '_blank',
            url: 'https://github.com/HkwJsxl/PythonFullStack',
        }, {
            title: 'SpiderFullStack',
            target: '_blank',
            url: 'https://github.com/HkwJsxl/SpiderFullStack',
        }]
    }],
    catalog: {
      enable: true,
      index: true,
      active: true,
      levels: ['h2', 'h3', 'h4'],
    },
    signature: {
      enable: true,
      author: 'hkwJsxl',
      license: ['署名-非商业性使用-相同方式共享 4.0 国际', 'https://creativecommons.org/licenses/by-nc-sa/4.0/'],
      remark: '转载请注明原处',
    },
    sponsor: {
      enable: true,
      text: 'Buy me a cup of coffee ☕.',
      wechat: 'https://images.cnblogs.com/cnblogs_com/blogs/746036/galleries/2159824/o_230208095143_wxpay.jpg',
      alipay: 'https://images.cnblogs.com/cnblogs_com/blogs/746036/galleries/2159824/o_221128152007_alipay.jpg',
    }
  };
</script>
<script src="https://fastly.jsdelivr.net/gh/esofar/cnblogs-theme-silence@3.0.0-rc2/dist/silence.min.js"></script>

css

@media only screen and (max-width:1365px){.github-corner{display:none}}@media only screen and (max-width:1259px){#home{width:100%!important}}@media only screen and (max-width:990px){#bannerbar{display:none}#header,.esa-mobile-menu{display:block!important}#header{width:auto;position:fixed!important;background:var(--blog-bg-color)}#header #blogTitle{margin-left:15px}#header #navigator{display:none;left:0;top:61px}#header #navigator #navList>li{float:none;position:relative;background:var(--blog-bg-color);height:34px;line-height:34px;width:120px;border-bottom:1px solid var(--border-color);border-right:1px solid var(--border-color)}#header #navigator #navList>li>a{float:none;width:inherit;padding:0 10px}#header #navigator #navList>li>a .arrow{position:absolute;top:.8rem;right:.8rem;transform:rotate(270deg) scaleX(-1)}#header #navigator #navList>li .esa-sub-navs{position:fixed;width:130px;top:0;left:121px;top:61px}#header #navigator #navList>li .esa-sub-navs .caret{display:none}#header #navigator #navList>li .esa-sub-navs ul{box-shadow:none;padding:0;border-radius:0}#header #navigator #navList>li .esa-sub-navs ul li{height:34px;line-height:34px;border:1px solid var(--border-color);border-top:none}#header #navigator #navList>li .esa-sub-navs ul li a{text-align:left;padding:0 10px}#header #navigator #navList>li i{display:none}#sideBar{display:none!important}#home{min-width:auto!important}#main{width:100%!important;padding:70px 0 0!important}#main .forFlow{margin-left:0!important;padding-left:15px;padding-right:15px}#main .forFlow .postBody{padding:0!important}#main .forFlow .postDesc{display:none}#main .forFlow #comment_form{padding:0!important}#main .forFlow .commentform{margin-left:0!important}#main .forFlow .day .postDesc,#main .forFlow .entrylist .entrylistItemPostDesc{display:none}#myposts .postDesc2{text-align:right!important}#myposts .postDesc2 span{display:none}.esa-toolbar .skin-popup{bottom:calc(50% - 67px)!important;border-radius:15px!important}}@font-face{font-family:Material Symbols Outlined;font-style:normal;font-weight:300;src:url(https://fonts.gstatic.com/s/materialsymbolsoutlined/v7/kJF1BvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oDMzByHX9rA6RzaxHMPdY43zj-jCxv3fzvRNU22ZXGJpEpjC_1i-q_4MrImHCIJIZrDDxHOem.ttf) format("truetype")}@font-face{font-family:Material Symbols Outlined;font-style:normal;font-weight:300;src:url(https://fonts.gstatic.com/s/materialsymbolsoutlined/v7/kJF1BvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oDMzByHX9rA6RzaxHMPdY43zj-jCxv3fzvRNU22ZXGJpEpjC_1n-q_4MrImHCIJIZrDDxHOem.ttf) format("truetype")}.material-symbols-outlined{font-family:Material Symbols Outlined;font-weight:400;font-style:normal;font-size:24px;line-height:1;letter-spacing:normal;text-transform:none;display:inline-block;white-space:nowrap;word-wrap:normal;direction:ltr}:root{--loading-bg-color:##b0b0b0}:root[mode=light]{--blog-bg-color:#fff;--text-color:#596172;--border-color:#eef2f8;--catalog-bg-color:#fff;--panel-bg-color:#f8f8f8;--code-bg-color:#f1f3f4;--code-color:#bababa;--pane-box-shadow:0px 1px 15px #e6e6e6;--toolbar-box-shadow:0 2px 4px 1px #e8e8e8;--loading-bg-color:#fff}:root[mode=dark]{--blog-bg-color:#202020;--text-color:#d8d8d8;--border-color:#2f2f2f;--catalog-bg-color:#252525;--panel-bg-color:#252525;--code-bg-color:#3c3d40;--code-color:#9aa0a6;--pane-box-shadow:0px 1px 15px #0a0a0a;--toolbar-box-shadow:0 2px 4px 1px #151515;--loading-bg-color:#222}:root[theme=a]{--theme-color:#2d8cf0}:root[theme=b]{--theme-color:#fa7298}:root[theme=c]{--theme-color:#42b983}:root[theme=d]{--theme-color:#607d8b}:root[theme=e]{--theme-color:#5e72e4}:root[theme=f]{--theme-color:#ff9700}:root[theme=g]{--theme-color:#ff5722}:root[theme=h]{--theme-color:#009688}:root[theme=i]{--theme-color:#673bb7}:root[theme=j]{--theme-color:#906f61}*{margin:0;padding:0}body,html{height:100%}body{background:var(--blog-bg-color);color:var(--text-color);font-family:Lato,PingFang SC,Microsoft YaHei,sans-serif;font-size:14px;font-weight:300}table{border-collapse:collapse;border-spacing:0}td{padding:5px}fieldset,img{border:0}ul{word-break:break-all}li{list-style:none}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:400}a{color:var(--text-color);text-decoration:none}a:hover{color:var(--theme-color);transition:all .3s ease}::-moz-selection{background:var(--theme-color);color:#fff}::selection{background:var(--theme-color);color:#fff}#ad_c1,#ad_c2,#ad_t2,#author_profile,#comment_nav,#comment_pager_top,#green_channel,#homepage_top_pager,#lnkBlogLogo,#under_post_kb,#under_post_news,.blogStats,.c_ad_block,.dayTitle,.navbar,.under-comment-nav,.under-post-card{display:none}.clear{clear:both}#home{width:100%;height:100%;transition:width .3s ease}#header{width:960px;position:relative;top:0;right:0;left:0;margin:0 auto;border-top:0;border-bottom:1px solid var(--border-color);padding-bottom:0;display:block;height:60px;z-index:999}#blogTitle h1{font-size:25px;font-weight:600;font-family:Georgia;float:left;margin-top:15px}#blogTitle h2{display:none}#navigator{height:inherit;position:absolute;right:0;top:0}#navList{height:inherit;float:left}#navList>li{position:relative;float:left;line-height:60px;padding:0 15px;font-size:17px}#navList>li:hover i{width:100%;left:0}#navList>li>a:after{content:"";position:absolute;width:100%;height:4px;bottom:0;left:0;background-color:var(--theme-color);visibility:hidden;transform:scaleX(0);transition:.4s ease-in-out}#navList>li>a:hover:after{visibility:visible;transform:scaleX(1)}#navList .open{transform:rotate(180deg) scaleX(-1);transition-duration:.3s}#navList .esa-sub-navs{position:absolute;width:160px;top:60px;left:calc(50% - 80px);display:none}#navList .esa-sub-navs .caret{border-top:0 solid transparent;border-left:8px solid transparent;border-right:8px solid transparent;border-bottom:8px solid var(--blog-bg-color);width:0;position:relative;left:calc(50% - 8px)}#navList .esa-sub-navs ul{background-color:var(--blog-bg-color);box-shadow:var(--pane-box-shadow);border-radius:4px;padding:10px}#navList .esa-sub-navs ul li a{font-size:15px;overflow:hidden;display:flex;height:50px;justify-content:center;align-content:center;align-items:center}#navList .esa-sub-navs ul li a:hover{color:var(--theme-color);background:var(--panel-bg-color);border-radius:4px}#main{width:960px;margin:0 auto;min-height:calc(100% - 75px);padding:15px 0}#mainContent{float:right;margin-left:-25em;width:100%}#mainContent .forFlow{margin:0 auto 0 0;max-width:960px}#sideBar{width:230px;border-right:1px solid var(--border-color);font-weight:inherit;display:none;min-height:750px;padding:0 15px 0 0}#sideBar #profile_block{margin:0;font-size:0;display:flex;flex-wrap:wrap;text-align:left;line-height:1.6}#sideBar #profile_block a{box-sizing:border-box}#sideBar #profile_block a:first-child{font-size:18px;font-weight:700;width:100%;display:block;text-align:center;margin-bottom:14px}#sideBar #profile_block a:nth-child(3):after{content:"\56ed\9f84"}#sideBar #profile_block a:nth-child(5):after{content:"\7c89\4e1d"}#sideBar #profile_block a:nth-child(7):after{content:"\5173\6ce8"}#sideBar #profile_block a:nth-child(3),#sideBar #profile_block a:nth-child(5),#sideBar #profile_block a:nth-child(7){font-size:14px;width:33.3333333%;display:block;padding:0 4px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;text-align:center}#sideBar #profile_block a:nth-child(3):after,#sideBar #profile_block a:nth-child(5):after,#sideBar #profile_block a:nth-child(7):after{color:#97979f;font-size:14px;display:block;text-overflow:ellipsis;overflow:hidden;width:100%}#sideBar #profile_block #p_b_follow{margin:15px 0 10px;text-align:center}#sideBar #profile_block #p_b_follow a{border:1px solid var(--border-color);font-size:13px;padding:7px 0;border-radius:4px;width:230px;font-weight:300}#sideBar #profile_block #p_b_follow a:hover{border-color:var(--theme-color)}.newsItem{margin-bottom:10px}.newsItem .catListTitle{display:none}#blog-calendar{border-top:1px solid var(--border-color)}#blog-calendar .CalDayHeader{font-weight:300}#blog-calendar .CalTodayDay{color:var(--theme-color);font-weight:600}#sideBarMain ul{line-height:1.6}.catListTitle{text-align:left;margin:20px 0;font-size:20px;font-weight:inherit;border-left:4px solid var(--theme-color);border-radius:4px;padding-left:7px}#sidebar_search #widget_my_zzk .input_my_zzk{color:#314659;border:1px solid var(--border-color);background-color:transparent;width:150px;height:32px;padding:0 7px;font-size:16px;border-radius:4px}#sidebar_search #widget_my_zzk .input_my_zzk:focus{outline:none}#sidebar_search #widget_my_zzk .btn_my_zzk{height:34px;font-size:14px;font-weight:300;background-color:transparent;color:var(--text-color);cursor:pointer;width:59px;outline:0;border:1px solid var(--border-color);border-radius:4px}#sidebar_search #widget_my_zzk .btn_my_zzk:hover{color:var(--theme-color);border:1px solid var(--theme-color);transition:all .3s ease}#sidebar_search #widget_my_google{display:none}#sidebar_toptags li{display:inline-grid}#sidebar_toptags li a{height:16px;line-height:16px;padding:5px 8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:210px;margin:0 6px 6px 0;display:inline-grid;border-radius:4px;background-color:var(--panel-bg-color);color:var(--text-color)}#sidebar_toptags li a:hover{transition:all .3s ease;color:#fff;background-color:var(--theme-color)}#sidebar_toptags li a .tag-count{display:none}#sidebar_categories li,#sidebar_scorerank li,#sidebar_shortcut li{font-size:15px;height:40px;padding-left:3px;line-height:30px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;list-style:none}#sidebar_recentposts li,#sidebar_topcommentedposts li,#sidebar_topdiggedposts li,#sidebar_topviewedposts li{font-size:15px;padding:7px 0;text-align:justify;border-bottom:1px solid var(--border-color)}#sidebar_recentposts li:first-child,#sidebar_topcommentedposts li:first-child,#sidebar_topdiggedposts li:first-child,#sidebar_topviewedposts li:first-child{border-top:1px solid var(--border-color)}#sidebar_recentcomments li{text-align:justify}#sidebar_recentcomments .recent_comment_title:nth-child(n+2){padding-top:10px}#sidebar_recentcomments .recent_comment_title:first-child{border-top:1px solid var(--border-color);padding-top:10px}#sidebar_recentcomments .recent_comment_body{border-radius:4px;padding:5px 10px;margin:5px 0;background-color:var(--panel-bg-color)}#sidebar_recentcomments .recent_comment_author{margin-right:0;text-align:right;padding-bottom:10px;border-bottom:1px solid var(--border-color)}#taglist_title,.entrylistTitle,.myposts_title,.PostListTitle,.thumbTitle{font-size:20px;font-weight:300;margin-bottom:10px;text-align:left}#taglist_title small,.entrylistTitle small,.myposts_title small,.PostListTitle small,.thumbTitle small{font-weight:inherit!important}.entrylistDescription{margin:15px auto;border-left:4px solid var(--border-color);text-align:justify;padding-left:7px}#myposts{margin-left:0}#myposts .PostList{border-bottom:1px solid var(--border-color);padding:0;margin:0}#myposts .PostList:first-of-type{border-top:1px solid var(--border-color)}#myposts .postTitl2{font-size:17px;margin:10px 0;text-align:justify}#myposts .postDesc2{text-align:right;margin-bottom:10px;font-size:14px}#myposts .postDesc2>a{display:none}#myposts .postDesc2:before{font-family:FontAwesome;content:"\f017";opacity:.7}.post-comment-count:before,.post-view-count:before{content:"\f1c5"}.post-comment-count:before,.post-view-count:before{font-family:Material Symbols Outlined;padding-left:10px;padding-right:5px;font-size:17px;position:relative;top:4px}.post-comment-count:before{content:"\e560"}.post-digg-count:before{font-family:Material Symbols Outlined;content:"\e9d2";padding-left:10px;padding-right:5px;font-size:17px;position:relative;top:4px}.day>.postSeparator{border-bottom:1px solid var(--border-color);text-align:justify;margin-bottom:10px;padding-bottom:10px}.day .postTitle2 span{display:flex;flex-wrap:wrap;align-items:center}.day .postTitle2 span span{order:1;font-size:0}.day .postTitle2 span span:after{content:"\7f6e\9876";margin-left:7px;padding:2px 10px;border-radius:4px;font-size:12px;color:var(--theme-color);background-color:var(--panel-bg-color);border:1px solid var(--border-color)}.day,.entrylistItem{border-bottom:1px solid var(--border-color);text-align:justify;margin-bottom:15px;padding-bottom:10px}.day .postTitle,.entrylist .entrylistPosttitle{font-size:19px}.day .postCon,.entrylist .entrylistPostSummary{font-size:16px;padding:10px 0}.day .postCon img,.entrylist .entrylistPostSummary img{border-radius:4px;margin-left:10px;height:120px;width:180px;border:1px solid rgba(0,0,0,.05)}.day .postCon a,.entrylist .entrylistPostSummary a{border-bottom:1px dotted var(--text-color);padding:2px 5px;font-size:14px;margin-top:10px;display:table}.day .postCon a:after,.entrylist .entrylistPostSummary a:after{content:"\00bb"}.day .postCon a:hover,.entrylist .entrylistPostSummary a:hover{border-bottom:1px dotted var(--theme-color)}.day .postDesc,.entrylist .entrylistItemPostDesc{text-align:right}.day .postDesc>a,.entrylist .entrylistItemPostDesc>a{display:none}.toc-container-header{font-size:20px;font-weight:700}#topics .postTitle{font-size:21px;font-weight:inherit}#topics .postBody{font-size:16px;line-height:1.75}#topics .postBody a{color:var(--theme-color)}#topics .postBody a:hover{opacity:.7}#topics .postBody a[data-lightbox]:hover{opacity:1}#topics .postBody h1{font-size:21px}#topics .postBody h2{font-size:20px}#topics .postBody h3{font-size:19px}#topics .postBody h4{font-size:18px}#topics .postBody h5{font-size:17px}#topics .postBody h6{font-size:16px}#topics .postBody p{margin:13px auto}#topics .postBody hr{border-top:none;border-bottom:1px solid var(--border-color)}#topics .postBody blockquote{border:none;margin:15px 0;color:inherit;border-radius:4px;padding:1px 15px;border-left:4px solid var(--theme-color);background-color:var(--panel-bg-color)}#topics .postBody em{padding-right:3px}#topics .postBody strong{margin:0 3px;font-weight:500}#topics .postBody img{display:block;margin:15px 0;border-radius:3px;box-shadow:var(--pane-box-shadow)}#topics .postBody .cnblogs-markdown pre{white-space:pre;position:relative}#topics .postBody ol li,#topics .postBody ul li{margin:3px 0}#topics .postBody table{font-size:15px;width:100%;margin:15px 0;display:block;overflow-x:auto;border:none}#topics .postBody table::-webkit-scrollbar{height:4px!important}#topics .postBody table th{background:var(--panel-bg-color);white-space:nowrap;font-weight:400}#topics .postBody table td,#topics .postBody table th{border:1px solid var(--border-color);padding:6px 15px;min-width:100px}#topics .postBody h1 code,#topics .postBody h2 code,#topics .postBody h3 code,#topics .postBody h4 code,#topics .postBody h5 code,#topics .postBody h6 code,#topics .postBody li>code,#topics .postBody p>code,#topics .postBody table code{line-height:1.2;font-family:consolas!important;vertical-align:middle;margin:0 3px;background-color:var(--code-bg-color)!important;color:var(--text-color);font-size:14px!important;padding:.2em .3em!important;border-radius:3px!important;border:none!important}#topics .postBody .hljs,#topics .postBody .hljsln{display:block;overflow-x:auto;background:var(--code-bg-color)!important;border:none!important;color:var(--text-color)!important;font-family:Consolas,Monaco,Andale Mono,Ubuntu Mono,monospace!important;font-size:15px!important;padding:10px 15px}#topics .postBody .hljs [class*=hljs-]{color:var(--text-color)!important}#topics .postBody #post_next_prev{font-size:14px;margin-top:10px}#topics .postBody #post_next_prev a{color:var(--text-color)}#topics .postDesc{border-top:1px solid var(--border-color);padding-top:5px;margin-top:5px;text-align:right}#topics #BlogPostCategory,#topics #EntryTag{font-size:14px;margin-bottom:5px}#topics #BlogPostCategory a,#topics #EntryTag a{font-size:13px;border-radius:4px;padding:4px 6px;background-color:var(--panel-bg-color);margin-right:5px;transition:none;color:var(--text-color)}#topics #BlogPostCategory a:hover,#topics #EntryTag a:hover{color:#fff;background-color:var(--theme-color);opacity:1;transition:all .3s ease}#topics #BlogPostCategory a:after,#topics #EntryTag a:after{content:none}#topics #BlogPostCategory:before{content:"\e574"}#topics #BlogPostCategory:before,#topics #EntryTag:before{font-family:Material Symbols Outlined;font-size:17px;position:relative;top:3px}#topics #EntryTag:before{content:"\f05b"}.cnblogs_code{font-family:Consolas,Monaco,Andale Mono,Ubuntu Mono,monospace!important;border-radius:3px;overflow-x:auto;background:var(--code-bg-color)!important;border:none!important;color:var(--text-color)!important;font-size:15px!important;padding:10px 15px}.cnblogs_code .cnblogs_code_toolbar{display:none}.cnblogs_code pre{background:inherit!important;font-family:inherit!important;font-size:inherit!important}.cnblogs_code pre span{font-family:inherit!important;color:inherit!important}.cnblogs_code .code_img_closed,.cnblogs_code .code_img_opened{display:none!important}#footer{border-top:1px solid var(--border-color);font-size:13px;text-align:center;padding:15px 0}.louzhu{color:var(--theme-color);font-weight:500}.feedbackListSubtitle .sendMsg2This{background:transparent;padding-left:0;font-size:15px}.feedbackListSubtitle .sendMsg2This:before{content:"✉️"}.feedbackManage{float:right}.feedbackItem .feedbackCon{margin-bottom:10px;padding:10px 0;border-bottom:1px solid var(--border-color)}.feedbackItem .feedbackCon .comment_vote{margin-top:12px}.blog_comment_body{width:auto;border-radius:4px;padding:12px;margin-left:50px;margin-right:15px;background-color:var(--panel-bg-color);min-height:19px}.blog_comment_body img{border-radius:3px}#taglist_main{margin-top:0}#taglist_main table{width:100%}#taglist_main table tr td{padding:5px 0 5px 15px}#taglist_main table tr td:first-child{padding-left:0}#taglist_main table tr td .small{display:none}#taglist_main table tr td a{display:flex;padding:5px;border-radius:4px;background-color:var(--panel-bg-color);color:var(--text-color);align-content:center;justify-content:center}#taglist_main table tr td a:hover{color:#fff;background-color:var(--theme-color)}.topicListFooter{margin-right:0}#nav_next_page,.pager{color:var(--text-color);text-align:right;margin-right:0!important}#nav_next_page a,.pager a{color:var(--text-color);padding:5px 10px;border:1px solid var(--border-color);border-radius:4px}#nav_next_page a:hover,.pager a:hover{color:var(--theme-color);border:1px solid var(--theme-color)}.pager span.current{padding:3px 7px;border:1px solid var(--theme-color);background-color:var(--theme-color);border-radius:4px;margin:0 0 0 5px}.feedback_area_title{font-size:20px;border-bottom:1px solid var(--border-color);margin:20px 0;padding-bottom:10px}#commentform_title{background-image:none;padding-left:0;font-size:20px;margin-top:45px}#commentform_title>a{display:none}#commentform_title+span,#tip_comment2+p{display:none!important}.commentform .comment_textarea{width:100%;border:1px solid var(--border-color);background-color:transparent;padding:0;transition:none}.commentform .commentbox_title{border-bottom:1px solid var(--border-color)}.commentform .commentbox_title .commentbox_title_left .commentbox_tab{margin:0;padding:5px 15px;color:var(--text-color);border-bottom:none}.commentform .commentbox_title .commentbox_title_left .active{color:var(--theme-color)}.commentform .commentbox_title .commentbox_title_right{margin:0 10px 0 0}.commentform .commentbox_title .commentbox_title_right .comment_svg:hover,.commentform .commentbox_title .commentbox_title_right .comment_svg_stroke:hover{fill:var(--theme-color);stroke:var(--theme-color)}.commentform .commentbox_footer{border-top:1px solid var(--border-color)}.commentform .comment_option{margin-bottom:10px;margin-right:10px;fill:var(--text-color);color:var(--text-color)}.commentform .comment_option:hover{fill:var(--theme-color);color:var(--theme-color)}.commentform #tbCommentBody,.commentform #tbCommentBodyPreview{padding:10px 15px;background:transparent;color:var(--text-color);font-weight:300}.commentform #tbCommentBodyPreviewBody{margin-left:0;min-height:235px;background-color:transparent}.commentform #btn_comment_submit{width:auto;height:auto;border-width:0;cursor:pointer;color:#fff;background-color:var(--theme-color);border-color:var(--theme-color);font-weight:300;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;padding:5px 17px;font-size:13px;border-radius:4px;outline:none;transition:all .3s}.commentform #btn_comment_submit:hover{opacity:.7}.commentform .comment_my_posted>img{display:none}.commentform .bq_post_comment{margin-top:5px;font-size:13px;display:block;color:var(--text-color);background-color:var(--border-color);border:none;border-radius:4px;padding:1px 15px}::-webkit-scrollbar{width:3px}::-webkit-scrollbar-thumb{background-color:var(--text-color)}#div_digg{margin:0;width:auto}#div_digg .buryit,#div_digg .diggit{background:none;height:auto;width:auto;min-width:75px;margin:0;font-size:17px;border-radius:4px;padding:3px 10px;background-color:var(--panel-bg-color)}#div_digg .buryit span,#div_digg .diggit span{font-size:inherit;color:inherit}#div_digg .buryit:hover,#div_digg .diggit:hover{color:#fff;background-color:var(--theme-color);transition:all .3s ease}#div_digg .diggit:before{font-family:Material Symbols Outlined;content:"\e8dc";font-size:17px;position:relative;top:3px}#div_digg .buryit{margin-left:15px}#div_digg .buryit:before{font-family:Material Symbols Outlined;content:"\e8db";font-size:17px;position:relative;top:3px}.github-corner:hover .octo-arm{-webkit-animation:octocat-wave .56s ease-in-out;animation:octocat-wave .56s ease-in-out}.github-corner svg{fill:var(--theme-color);z-index:999;cursor:pointer;position:fixed;top:0;border:0;left:0;transform:scaleX(-1)}@-webkit-keyframes octocat-wave{0%,to{transform:rotate(0)}20%,60%{transform:rotate(-25deg)}40%,80%{transform:rotate(10deg)}}@keyframes octocat-wave{0%,to{transform:rotate(0)}20%,60%{transform:rotate(-25deg)}40%,80%{transform:rotate(10deg)}}.esa-mobile-menu{display:none;position:fixed;top:17px;right:20px;height:25px;width:25px;text-align:center;line-height:25px;z-index:941113;font-size:1.5em;cursor:pointer;color:var(--text-color);border-radius:4px}.esa-profile-avatar{border-radius:4px;width:100%}.esa-contents{position:fixed;top:0;right:0;bottom:0;background-color:var(--blog-bg-color);border-left:1px solid var(--border-color);overflow-y:auto;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;padding:1rem 0;width:252px;transform:translate3d(252px,0,0);z-index:1000}.esa-contents ul{padding:0 15px;overflow-y:auto}.esa-contents ul li{padding:5px 0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;cursor:pointer;color:var(--text-color)}.esa-contents ul li .level1{margin-left:0}.esa-contents ul li .level2{margin-left:10px}.esa-contents ul li .level3{margin-left:26px}.esa-anchor{opacity:0;transition:opacity .3s ease;margin-left:8px}.active{transform:translateZ(0);transition:transform .3s ease}.noactive{transition-duration:.3s;transform:translate3d(252px,0,0)}.esa-post-signature{padding:12px 24px 12px 20px;margin-top:15px;font-size:15px;background:var(--panel-bg-color);position:relative;border-radius:4px;border-left:4px solid var(--theme-color)}.esa-post-signature p{margin:0!important}.esa-post-signature a{color:var(--text-color)!important}.esa-sponsor{position:relative;width:100%;height:85px;margin:100px 0}.esa-sponsor .title{text-align:center;margin-bottom:15px;min-height:30px;font-size:17px;font-weight:400;opacity:.8}.esa-sponsor .box{display:flex;align-content:center;justify-content:center}.esa-sponsor .box li{width:60px;float:left;margin:0!important;text-align:center;border:1px solid var(--border-color);border-right:0;background:transparent;cursor:pointer;line-height:0;opacity:1;list-style:none;margin:0;padding:6px 3px}.esa-sponsor .box li svg{opacity:.5}.esa-sponsor .box li:hover{background:var(--panel-bg-color);transition:all .3s ease}.esa-sponsor .box li:last-child{border-right:1px solid var(--border-color)}.esa-sponsor .qrshow{position:absolute;width:200px;height:200px;background:var(--blog-bg-color);box-shadow:var(--pane-box-shadow);cursor:pointer;left:calc(50% - 100px);top:-170px;z-index:999;display:none;border-radius:4px}.esa-sponsor .qrshow img{height:180px;width:180px;margin:10px!important;box-shadow:none!important}.esa-comment-avatar{float:left}.esa-comment-avatar img{height:43px;width:43px;border-radius:4px;transition:all .5s ease-out;-webkit-transition:all .6s ease-out}.esa-comment-avatar img:hover{border-radius:50%}.esa-toolbar{position:fixed;bottom:30px;right:30px;width:45px;height:45px;z-index:1001}.esa-toolbar .bars{position:relative;width:inherit;height:inherit;cursor:pointer;border-radius:50%;background:var(--theme-color);z-index:1;text-align:center;font-size:28px;font-weight:700;line-height:46px;color:#fff;transition:transform .3s ease;box-shadow:var(--toolbar-box-shadow)}.esa-toolbar .contents,.esa-toolbar .mode,.esa-toolbar .skin,.esa-toolbar .up{position:absolute;cursor:pointer;bottom:0;right:0;height:35px;width:35px;text-align:center;line-height:35px;z-index:0;opacity:0;border-radius:4px;box-shadow:var(--toolbar-box-shadow);background-color:var(--blog-bg-color);transition:all .3s ease}.esa-toolbar .contents:hover,.esa-toolbar .mode:hover,.esa-toolbar .skin:hover,.esa-toolbar .up:hover{color:#fff;background-color:var(--theme-color)}.esa-toolbar .bars-show{transform:rotate(270deg)}.esa-toolbar .up-show{transform:translate3d(0,-200%,0);opacity:1}.esa-toolbar .mode-show{transform:translate3d(-140%,-140%,0);opacity:1}.esa-toolbar .skin-show{transform:translate3d(-200%,0,0);opacity:1}.esa-toolbar .contents-show{transform:translate3d(-350%,0,0);opacity:1}.esa-toolbar .skin-popup{display:none;position:fixed;left:calc(50% - 100px);bottom:0;padding:25px;opacity:1;width:150px;height:auto;border-radius:4px 4px 0 0;background-clip:border-box;box-shadow:var(--toolbar-box-shadow);background-color:var(--blog-bg-color)}.esa-toolbar .skin-popup .item{text-align:center}.esa-toolbar .skin-popup .title{font-size:17px;margin-bottom:.5em}.esa-toolbar .skin-popup .themes button{font-size:1em;position:relative;width:calc(1.75em - 5px);height:calc(1.75em - 5px);border-radius:.15em;cursor:pointer;margin:2.5px;flex-shrink:0;justify-self:center;transition:all .15s;overflow:hidden;background:transparent;z-index:1;box-sizing:border-box;outline:none;border:none}@-webkit-keyframes loading{0%{opacity:0}to{opacity:1}}@keyframes loading{0%{opacity:0}to{opacity:1}}.loading{position:fixed;top:0;left:0;bottom:0;right:0;display:flex;justify-content:center;align-items:center;z-index:99999;background:var(--loading-bg-color)}.loading .box h2{color:#777;margin:0;font:.8em verdana;text-transform:uppercase;letter-spacing:.1em;text-align:center}.loading .box span{display:inline-block;vertical-align:middle;width:.6em;height:.6em;margin:.19em;background:#007db6;border-radius:.6em;-webkit-animation:loading 1s infinite alternate;animation:loading 1s infinite alternate}.loading .box span:nth-of-type(2){background:#008fb2;-webkit-animation-delay:.2s;animation-delay:.2s}.loading .box span:nth-of-type(3){background:#009b9e;-webkit-animation-delay:.4s;animation-delay:.4s}.loading .box span:nth-of-type(4){background:#00a77d;-webkit-animation-delay:.6s;animation-delay:.6s}.loading .box span:nth-of-type(5){background:#00b247;-webkit-animation-delay:.8s;animation-delay:.8s}.loading .box span:nth-of-type(6){background:#5ab027;-webkit-animation-delay:1s;animation-delay:1s}.loading .box span:nth-of-type(7){background:#a0b61e;-webkit-animation-delay:1.2s;animation-delay:1.2s}

页首

<div class="loading">
  <div class="box">
    <h2>Loading</h2>
    <span></span><span></span><span></span><span></span><span></span><span></span><span></span>
  </div>
</div>

v2

github地址:https://github.com/cnbloglabs/awescnb

文档地址:https://www.yuque.com/awescnb

演示:https://www.cnblogs.com/HkwJsxl

皮肤:geek

页首 HTML

<div id="loading">
    <div class="background background0"></div>
    <div class="background background1"></div>
    <div class="background background2"></div>
    <div class="background background3"></div>
    <div class="background background4"></div>
    <div class="background background5"></div>
    <div class="background background6"></div>
    <div class="background background7"></div>
    <div class="criterion">
        <div class="text text0">W</div>
        <div class="text text1">e</div>
        <div class="text text2">l</div>
        <div class="text text3">c</div>
        <div class="text text4">o</div>
        <div class="text text5">m</div>
        <div class="text text6">e</div>
        <div class="text text7">: )</div>
        <div class="frame frame0"></div>
        <div class="frame frame1"></div>
        <div class="frame frame2"></div>
        <div class="frame frame3"></div>
        <div class="frame frame4"></div>
        <div class="frame frame5"></div>
        <div class="frame frame6"></div>
        <div class="frame frame7"></div>
        <div class="particle particle00"></div>
        <div class="particle particle01"></div>
        <div class="particle particle02"></div>
        <div class="particle particle03"></div>
        <div class="particle particle04"></div>
        <div class="particle particle05"></div>
        <div class="particle particle06"></div>
        <div class="particle particle07"></div>
        <div class="particle particle08"></div>
        <div class="particle particle09"></div>
        <div class="particle particle010"></div>
        <div class="particle particle011"></div>
        <div class="particle particle10"></div>
        <div class="particle particle11"></div>
        <div class="particle particle12"></div>
        <div class="particle particle13"></div>
        <div class="particle particle14"></div>
        <div class="particle particle15"></div>
        <div class="particle particle16"></div>
        <div class="particle particle17"></div>
        <div class="particle particle18"></div>
        <div class="particle particle19"></div>
        <div class="particle particle110"></div>
        <div class="particle particle111"></div>
        <div class="particle particle20"></div>
        <div class="particle particle21"></div>
        <div class="particle particle22"></div>
        <div class="particle particle23"></div>
        <div class="particle particle24"></div>
        <div class="particle particle25"></div>
        <div class="particle particle26"></div>
        <div class="particle particle27"></div>
        <div class="particle particle28"></div>
        <div class="particle particle29"></div>
        <div class="particle particle210"></div>
        <div class="particle particle211"></div>
        <div class="particle particle30"></div>
        <div class="particle particle31"></div>
        <div class="particle particle32"></div>
        <div class="particle particle33"></div>
        <div class="particle particle34"></div>
        <div class="particle particle35"></div>
        <div class="particle particle36"></div>
        <div class="particle particle37"></div>
        <div class="particle particle38"></div>
        <div class="particle particle39"></div>
        <div class="particle particle310"></div>
        <div class="particle particle311"></div>
        <div class="particle particle40"></div>
        <div class="particle particle41"></div>
        <div class="particle particle42"></div>
        <div class="particle particle43"></div>
        <div class="particle particle44"></div>
        <div class="particle particle45"></div>
        <div class="particle particle46"></div>
        <div class="particle particle47"></div>
        <div class="particle particle48"></div>
        <div class="particle particle49"></div>
        <div class="particle particle410"></div>
        <div class="particle particle411"></div>
        <div class="particle particle50"></div>
        <div class="particle particle51"></div>
        <div class="particle particle52"></div>
        <div class="particle particle53"></div>
        <div class="particle particle54"></div>
        <div class="particle particle55"></div>
        <div class="particle particle56"></div>
        <div class="particle particle57"></div>
        <div class="particle particle58"></div>
        <div class="particle particle59"></div>
        <div class="particle particle510"></div>
        <div class="particle particle511"></div>
        <div class="particle particle60"></div>
        <div class="particle particle61"></div>
        <div class="particle particle62"></div>
        <div class="particle particle63"></div>
        <div class="particle particle64"></div>
        <div class="particle particle65"></div>
        <div class="particle particle66"></div>
        <div class="particle particle67"></div>
        <div class="particle particle68"></div>
        <div class="particle particle69"></div>
        <div class="particle particle610"></div>
        <div class="particle particle611"></div>
        <div class="particle particle70"></div>
        <div class="particle particle71"></div>
        <div class="particle particle72"></div>
        <div class="particle particle73"></div>
        <div class="particle particle74"></div>
        <div class="particle particle75"></div>
        <div class="particle particle76"></div>
        <div class="particle particle77"></div>
        <div class="particle particle78"></div>
        <div class="particle particle79"></div>
        <div class="particle particle710"></div>
        <div class="particle particle711"></div>
    </div>
</div>

CSS


#loading { background: #fff; position: relative; font-size: 100%; text-align: center; height: 100vh; width: 100vw; overflow: hidden; } .criterion { font-size: 1.6rem; position: absolute; top: 50%;
left: 50%; height: 0; width: 0; transform: translate(-20px, -20px); } .background { position: absolute; top: 0; height: 100vh; width: 0; animation: background-animation 2s ease-in-out 4s 1 normal
forwards; } .background0 { left: 0%; height: 100vh; background-color: #eb4747; } .background1 { left: 12.5%; height: 100vh; background-color: #ebc247; } .background2 { left: 25%; height: 100vh;
background-color: #99eb47; } .background3 { left: 37.5%; height: 100vh; background-color: #47eb70; } .background4 { left: 50%; height: 100vh; background-color: #47ebeb; } .background5 { left: 62.5%;
height: 100vh; background-color: #4770eb; } .background6 { left: 75%; height: 100vh; background-color: #9947eb; } .background7 { left: 87.5%; height: 100vh; background-color: #eb47c2; } .background8 {
left: 100%; height: 100vh; background-color: #eb4747; } .text { position: absolute; width: 40px; line-height: 40px; opacity: 0; overflow: hidden; } .text::after { z-index: -1; content: ''; display:
inline-block; position: absolute; top: 0; left: 0; width: 0; height: 40px; } .text0 { left: -140px; top: 0; animation: text-animation0 1s ease-in-out 1s 1 normal forwards, text2-animation0 2s
ease-in-out 5s 1 normal forwards; } .text0::after { animation: text-after-animation0 2s ease-in-out 3s 1 normal forwards; } .text1 { left: -100px; top: 0; animation: text-animation1 1s ease-in-out
1.2s 1 normal forwards, text2-animation1 2s ease-in-out 5s 1 normal forwards; } .text1::after { animation: text-after-animation1 2s ease-in-out 3s 1 normal forwards; } .text2 { left: -60px; top: 0;
animation: text-animation2 1s ease-in-out 1.4s 1 normal forwards, text2-animation2 2s ease-in-out 5s 1 normal forwards; } .text2::after { animation: text-after-animation2 2s ease-in-out 3s 1 normal
forwards; } .text3 { left: -20px; top: 0; animation: text-animation3 1s ease-in-out 1.6s 1 normal forwards, text2-animation3 2s ease-in-out 5s 1 normal forwards; } .text3::after { animation:
text-after-animation3 2s ease-in-out 3s 1 normal forwards; } .text4 { left: 20px; top: 0; animation: text-animation4 1s ease-in-out 1.8s 1 normal forwards, text2-animation4 2s ease-in-out 5s 1 normal
forwards; } .text4::after { animation: text-after-animation4 2s ease-in-out 3s 1 normal forwards; } .text5 { left: 60px; top: 0; animation: text-animation5 1s ease-in-out 2s 1 normal forwards,
text2-animation5 2s ease-in-out 5s 1 normal forwards; } .text5::after { animation: text-after-animation5 2s ease-in-out 3s 1 normal forwards; } .text6 { left: 100px; top: 0; animation: text-animation6
1s ease-in-out 2.2s 1 normal forwards, text2-animation6 2s ease-in-out 5s 1 normal forwards; } .text6::after { animation: text-after-animation6 2s ease-in-out 3s 1 normal forwards; } .text7 { left:
140px; top: 0; animation: text-animation7 1s ease-in-out 2.4s 1 normal forwards, text2-animation7 2s ease-in-out 5s 1 normal forwards; } .text7::after { animation: text-after-animation7 2s ease-in-out
3s 1 normal forwards; } .text8 { left: 180px; top: 0; animation: text-animation8 1s ease-in-out 2.6s 1 normal forwards, text2-animation8 2s ease-in-out 5s 1 normal forwards; } .text8::after {
animation: text-after-animation8 2s ease-in-out 3s 1 normal forwards; } @-webkit-keyframes text-animation0 { 0% { transform: scale(0, 0); opacity: 0; } 50% { transform: scale(3, 3); } 100% {
transform: scale(1, 1); opacity: 1; } } @keyframes text-animation0 { 0% { transform: scale(0, 0); opacity: 0; } 50% { transform: scale(3, 3); } 100% { transform: scale(1, 1); opacity: 1; } }
@-webkit-keyframes text-animation1 { 0% { transform: scale(0, 0); opacity: 0; } 50% { transform: scale(3, 3); } 100% { transform: scale(1, 1); opacity: 1; } } @keyframes text-animation1 { 0% {
transform: scale(0, 0); opacity: 0; } 50% { transform: scale(3, 3); } 100% { transform: scale(1, 1); opacity: 1; } } @-webkit-keyframes text-animation2 { 0% { transform: scale(0, 0); opacity: 0; } 50%
{ transform: scale(3, 3); } 100% { transform: scale(1, 1); opacity: 1; } } @keyframes text-animation2 { 0% { transform: scale(0, 0); opacity: 0; } 50% { transform: scale(3, 3); } 100% { transform:
scale(1, 1); opacity: 1; } } @-webkit-keyframes text-animation3 { 0% { transform: scale(0, 0); opacity: 0; } 50% { transform: scale(3, 3); } 100% { transform: scale(1, 1); opacity: 1; } } @keyframes
text-animation3 { 0% { transform: scale(0, 0); opacity: 0; } 50% { transform: scale(3, 3); } 100% { transform: scale(1, 1); opacity: 1; } } @-webkit-keyframes text-animation4 { 0% { transform:
scale(0, 0); opacity: 0; } 50% { transform: scale(3, 3); } 100% { transform: scale(1, 1); opacity: 1; } } @keyframes text-animation4 { 0% { transform: scale(0, 0); opacity: 0; } 50% { transform:
scale(3, 3); } 100% { transform: scale(1, 1); opacity: 1; } } @-webkit-keyframes text-animation5 { 0% { transform: scale(0, 0); opacity: 0; } 50% { transform: scale(3, 3); } 100% { transform: scale(1,
1); opacity: 1; } } @keyframes text-animation5 { 0% { transform: scale(0, 0); opacity: 0; } 50% { transform: scale(3, 3); } 100% { transform: scale(1, 1); opacity: 1; } } @-webkit-keyframes
text-animation6 { 0% { transform: scale(0, 0); opacity: 0; } 50% { transform: scale(3, 3); } 100% { transform: scale(1, 1); opacity: 1; } } @keyframes text-animation6 { 0% { transform: scale(0, 0);
opacity: 0; } 50% { transform: scale(3, 3); } 100% { transform: scale(1, 1); opacity: 1; } } @-webkit-keyframes text-animation7 { 0% { transform: scale(0, 0); opacity: 0; } 50% { transform: scale(3,
3); } 100% { transform: scale(1, 1); opacity: 1; } } @keyframes text-animation7 { 0% { transform: scale(0, 0); opacity: 0; } 50% { transform: scale(3, 3); } 100% { transform: scale(1, 1); opacity: 1;
} } @-webkit-keyframes text-animation8 { 0% { transform: scale(0, 0); opacity: 0; } 50% { transform: scale(3, 3); } 100% { transform: scale(1, 1); opacity: 1; } } @keyframes text-animation8 { 0% {
transform: scale(0, 0); opacity: 0; } 50% { transform: scale(3, 3); } 100% { transform: scale(1, 1); opacity: 1; } } @-webkit-keyframes text-after-animation0 { 0% { width: 0px; background-color:
#eb4747; opacity: 1; } 50% { width: 40px; opacity: 1; } 100% { left: 40px; opacity: 0; } } @keyframes text-after-animation0 { 0% { width: 0px; background-color: #eb4747; opacity: 1; } 50% { width:
40px; opacity: 1; } 100% { left: 40px; opacity: 0; } } @-webkit-keyframes text-after-animation1 { 0% { width: 0px; background-color: #ebc247; opacity: 1; } 50% { width: 40px; opacity: 1; } 100% {
left: 40px; opacity: 0; } } @keyframes text-after-animation1 { 0% { width: 0px; background-color: #ebc247; opacity: 1; } 50% { width: 40px; opacity: 1; } 100% { left: 40px; opacity: 0; } }
@-webkit-keyframes text-after-animation2 { 0% { width: 0px; background-color: #99eb47; opacity: 1; } 50% { width: 40px; opacity: 1; } 100% { left: 40px; opacity: 0; } } @keyframes
text-after-animation2 { 0% { width: 0px; background-color: #99eb47; opacity: 1; } 50% { width: 40px; opacity: 1; } 100% { left: 40px; opacity: 0; } } @-webkit-keyframes text-after-animation3 { 0% {
width: 0px; background-color: #47eb70; opacity: 1; } 50% { width: 40px; opacity: 1; } 100% { left: 40px; opacity: 0; } } @keyframes text-after-animation3 { 0% { width: 0px; background-color: #47eb70;
opacity: 1; } 50% { width: 40px; opacity: 1; } 100% { left: 40px; opacity: 0; } } @-webkit-keyframes text-after-animation4 { 0% { width: 0px; background-color: #47ebeb; opacity: 1; } 50% { width:
40px; opacity: 1; } 100% { left: 40px; opacity: 0; } } @keyframes text-after-animation4 { 0% { width: 0px; background-color: #47ebeb; opacity: 1; } 50% { width: 40px; opacity: 1; } 100% { left: 40px;
opacity: 0; } } @-webkit-keyframes text-after-animation5 { 0% { width: 0px; background-color: #4770eb; opacity: 1; } 50% { width: 40px; opacity: 1; } 100% { left: 40px; opacity: 0; } } @keyframes
text-after-animation5 { 0% { width: 0px; background-color: #4770eb; opacity: 1; } 50% { width: 40px; opacity: 1; } 100% { left: 40px; opacity: 0; } } @-webkit-keyframes text-after-animation6 { 0% {
width: 0px; background-color: #9947eb; opacity: 1; } 50% { width: 40px; opacity: 1; } 100% { left: 40px; opacity: 0; } } @keyframes text-after-animation6 { 0% { width: 0px; background-color: #9947eb;
opacity: 1; } 50% { width: 40px; opacity: 1; } 100% { left: 40px; opacity: 0; } } @-webkit-keyframes text-after-animation7 { 0% { width: 0px; background-color: #eb47c2; opacity: 1; } 50% { width:
40px; opacity: 1; } 100% { left: 40px; opacity: 0; } } @keyframes text-after-animation7 { 0% { width: 0px; background-color: #eb47c2; opacity: 1; } 50% { width: 40px; opacity: 1; } 100% { left: 40px;
opacity: 0; } } @-webkit-keyframes text-after-animation8 { 0% { width: 0px; background-color: #eb4747; opacity: 1; } 50% { width: 40px; opacity: 1; } 100% { left: 40px; opacity: 0; } } @keyframes
text-after-animation8 { 0% { width: 0px; background-color: #eb4747; opacity: 1; } 50% { width: 40px; opacity: 1; } 100% { left: 40px; opacity: 0; } } @-webkit-keyframes text2-animation0 { 0% { left:
-140px; opacity: 1; } 50% { left: -100px; opacity: 0; } 100% { left: -100px; opacity: 0; } } @keyframes text2-animation0 { 0% { left: -140px; opacity: 1; } 50% { left: -100px; opacity: 0; } 100% {
left: -100px; opacity: 0; } } @-webkit-keyframes text2-animation1 { 0% { left: -100px; opacity: 1; } 50% { left: -60px; opacity: 0; } 100% { left: -60px; opacity: 0; } } @keyframes text2-animation1 {
0% { left: -100px; opacity: 1; } 50% { left: -60px; opacity: 0; } 100% { left: -60px; opacity: 0; } } @-webkit-keyframes text2-animation2 { 0% { left: -60px; opacity: 1; } 50% { left: -20px; opacity:
0; } 100% { left: -20px; opacity: 0; } } @keyframes text2-animation2 { 0% { left: -60px; opacity: 1; } 50% { left: -20px; opacity: 0; } 100% { left: -20px; opacity: 0; } } @-webkit-keyframes
text2-animation3 { 0% { left: -20px; opacity: 1; } 50% { left: 20px; opacity: 0; } 100% { left: 20px; opacity: 0; } } @keyframes text2-animation3 { 0% { left: -20px; opacity: 1; } 50% { left: 20px;
opacity: 0; } 100% { left: 20px; opacity: 0; } } @-webkit-keyframes text2-animation4 { 0% { left: 20px; opacity: 1; } 50% { left: 60px; opacity: 0; } 100% { left: 60px; opacity: 0; } } @keyframes
text2-animation4 { 0% { left: 20px; opacity: 1; } 50% { left: 60px; opacity: 0; } 100% { left: 60px; opacity: 0; } } @-webkit-keyframes text2-animation5 { 0% { left: 60px; opacity: 1; } 50% { left:
100px; opacity: 0; } 100% { left: 100px; opacity: 0; } } @keyframes text2-animation5 { 0% { left: 60px; opacity: 1; } 50% { left: 100px; opacity: 0; } 100% { left: 100px; opacity: 0; } }
@-webkit-keyframes text2-animation6 { 0% { left: 100px; opacity: 1; } 50% { left: 140px; opacity: 0; } 100% { left: 140px; opacity: 0; } } @keyframes text2-animation6 { 0% { left: 100px; opacity: 1; }
50% { left: 140px; opacity: 0; } 100% { left: 140px; opacity: 0; } } @-webkit-keyframes text2-animation7 { 0% { left: 140px; opacity: 1; top: 0; transform: scale(1, 1); } 50% { left: 180px; opacity:
1; transform: scale(1, 1); } 65% { top: 0; transform: scale(1, 1); } 70% { transform: scale(3, 3) rotate(90deg); top: -30px; } 75% { left: 180px; top: 0; opacity: 1; transform: scale(2, 2)
rotate(90deg); } 85% { left: 180px; } 100% { left: 1000px; opacity: 0; transform: scale(2, 2) rotate(90deg); } } @keyframes text2-animation7 { 0% { left: 140px; opacity: 1; top: 0; transform: scale(1,
1); } 50% { left: 180px; opacity: 1; transform: scale(1, 1); } 65% { top: 0; transform: scale(1, 1); } 70% { transform: scale(3, 3) rotate(90deg); top: -30px; } 75% { left: 180px; top: 0; opacity: 1;
transform: scale(2, 2) rotate(90deg); } 85% { left: 180px; } 100% { left: 1000px; opacity: 0; transform: scale(2, 2) rotate(90deg); } } @-webkit-keyframes text2-animation8 { 0% { left: 180px; opacity:
1; } 50% { left: 220px; opacity: 0; } 100% { left: 220px; opacity: 0; } } @keyframes text2-animation8 { 0% { left: 180px; opacity: 1; } 50% { left: 220px; opacity: 0; } 100% { left: 220px; opacity: 0;
} } /* * frame */ .frame { position: absolute; width: 40px; height: 40px; border-radius: 50%; opacity: 0; } .frame0 { left: -140px; top: 0; animation: frame-animation0 1s ease-in-out 0ms 1 normal
forwards; background-color: #eb4747; } .frame1 { left: -100px; top: 0; animation: frame-animation1 1s ease-in-out 200ms 1 normal forwards; background-color: #ebc247; } .frame2 { left: -60px; top: 0;
animation: frame-animation2 1s ease-in-out 400ms 1 normal forwards; background-color: #99eb47; } .frame3 { left: -20px; top: 0; animation: frame-animation3 1s ease-in-out 600ms 1 normal forwards;
background-color: #47eb70; } .frame4 { left: 20px; top: 0; animation: frame-animation4 1s ease-in-out 800ms 1 normal forwards; background-color: #47ebeb; } .frame5 { left: 60px; top: 0; animation:
frame-animation5 1s ease-in-out 1000ms 1 normal forwards; background-color: #4770eb; } .frame6 { left: 100px; top: 0; animation: frame-animation6 1s ease-in-out 1200ms 1 normal forwards;
background-color: #9947eb; } .frame7 { left: 140px; top: 0; animation: frame-animation7 1s ease-in-out 1400ms 1 normal forwards; background-color: #eb47c2; } .frame8 { left: 180px; top: 0; animation:
frame-animation8 1s ease-in-out 1600ms 1 normal forwards; background-color: #eb4747; } @-webkit-keyframes frame-animation0 { 0% { transform: translateY(-1000px); opacity: 1; } 50% { opacity: 0.8; }
100% { transform: translateY(0); opacity: 0; } } @keyframes frame-animation0 { 0% { transform: translateY(-1000px); opacity: 1; } 50% { opacity: 0.8; } 100% { transform: translateY(0); opacity: 0; } }
@-webkit-keyframes frame-animation1 { 0% { transform: translateY(-1000px); opacity: 1; } 50% { opacity: 0.8; } 100% { transform: translateY(0); opacity: 0; } } @keyframes frame-animation1 { 0% {
transform: translateY(-1000px); opacity: 1; } 50% { opacity: 0.8; } 100% { transform: translateY(0); opacity: 0; } } @-webkit-keyframes frame-animation2 { 0% { transform: translateY(-1000px); opacity:
1; } 50% { opacity: 0.8; } 100% { transform: translateY(0); opacity: 0; } } @keyframes frame-animation2 { 0% { transform: translateY(-1000px); opacity: 1; } 50% { opacity: 0.8; } 100% { transform:
translateY(0); opacity: 0; } } @-webkit-keyframes frame-animation3 { 0% { transform: translateY(-1000px); opacity: 1; } 50% { opacity: 0.8; } 100% { transform: translateY(0); opacity: 0; } }
@keyframes frame-animation3 { 0% { transform: translateY(-1000px); opacity: 1; } 50% { opacity: 0.8; } 100% { transform: translateY(0); opacity: 0; } } @-webkit-keyframes frame-animation4 { 0% {
transform: translateY(-1000px); opacity: 1; } 50% { opacity: 0.8; } 100% { transform: translateY(0); opacity: 0; } } @keyframes frame-animation4 { 0% { transform: translateY(-1000px); opacity: 1; }
50% { opacity: 0.8; } 100% { transform: translateY(0); opacity: 0; } } @-webkit-keyframes frame-animation5 { 0% { transform: translateY(-1000px); opacity: 1; } 50% { opacity: 0.8; } 100% { transform:
translateY(0); opacity: 0; } } @keyframes frame-animation5 { 0% { transform: translateY(-1000px); opacity: 1; } 50% { opacity: 0.8; } 100% { transform: translateY(0); opacity: 0; } }
@-webkit-keyframes frame-animation6 { 0% { transform: translateY(-1000px); opacity: 1; } 50% { opacity: 0.8; } 100% { transform: translateY(0); opacity: 0; } } @keyframes frame-animation6 { 0% {
transform: translateY(-1000px); opacity: 1; } 50% { opacity: 0.8; } 100% { transform: translateY(0); opacity: 0; } } @-webkit-keyframes frame-animation7 { 0% { transform: translateY(-1000px); opacity:
1; } 50% { opacity: 0.8; } 100% { transform: translateY(0); opacity: 0; } } @keyframes frame-animation7 { 0% { transform: translateY(-1000px); opacity: 1; } 50% { opacity: 0.8; } 100% { transform:
translateY(0); opacity: 0; } } @-webkit-keyframes frame-animation8 { 0% { transform: translateY(-1000px); opacity: 1; } 50% { opacity: 0.8; } 100% { transform: translateY(0); opacity: 0; } }
@keyframes frame-animation8 { 0% { transform: translateY(-1000px); opacity: 1; } 50% { opacity: 0.8; } 100% { transform: translateY(0); opacity: 0; } } /* * particle */ .particle { position: absolute;
width: 40px; height: 40px; border-radius: 50%; } .particle00 { left: -140px; opacity: 0; background-color: #eb4747; animation: particle-animation00 1s ease-in-out 1s 1 normal forwards; } .particle01 {
left: -140px; opacity: 0; background-color: #eb4747; animation: particle-animation01 1s ease-in-out 1s 1 normal forwards; } .particle02 { left: -140px; opacity: 0; background-color: #eb4747;
animation: particle-animation02 1s ease-in-out 1s 1 normal forwards; } .particle03 { left: -140px; opacity: 0; background-color: #eb4747; animation: particle-animation03 1s ease-in-out 1s 1 normal
forwards; } .particle04 { left: -140px; opacity: 0; background-color: #eb4747; animation: particle-animation04 1s ease-in-out 1s 1 normal forwards; } .particle05 { left: -140px; opacity: 0;
background-color: #eb4747; animation: particle-animation05 1s ease-in-out 1s 1 normal forwards; } .particle06 { left: -140px; opacity: 0; background-color: #eb4747; animation: particle-animation06 1s
ease-in-out 1s 1 normal forwards; } .particle07 { left: -140px; opacity: 0; background-color: #eb4747; animation: particle-animation07 1s ease-in-out 1s 1 normal forwards; } .particle08 { left:
-140px; opacity: 0; background-color: #eb4747; animation: particle-animation08 1s ease-in-out 1s 1 normal forwards; } .particle09 { left: -140px; opacity: 0; background-color: #eb4747; animation:
particle-animation09 1s ease-in-out 1s 1 normal forwards; } .particle010 { left: -140px; opacity: 0; background-color: #eb4747; animation: particle-animation010 1s ease-in-out 1s 1 normal forwards; }
.particle011 { left: -140px; opacity: 0; background-color: #eb4747; animation: particle-animation011 1s ease-in-out 1s 1 normal forwards; } .particle012 { left: -140px; opacity: 0; background-color:
#eb4747; animation: particle-animation012 1s ease-in-out 1s 1 normal forwards; } .particle10 { left: -100px; opacity: 0; background-color: #ebc247; animation: particle-animation10 1s ease-in-out 1.2s
1 normal forwards; } .particle11 { left: -100px; opacity: 0; background-color: #ebc247; animation: particle-animation11 1s ease-in-out 1.2s 1 normal forwards; } .particle12 { left: -100px; opacity: 0;
background-color: #ebc247; animation: particle-animation12 1s ease-in-out 1.2s 1 normal forwards; } .particle13 { left: -100px; opacity: 0; background-color: #ebc247; animation: particle-animation13
1s ease-in-out 1.2s 1 normal forwards; } .particle14 { left: -100px; opacity: 0; background-color: #ebc247; animation: particle-animation14 1s ease-in-out 1.2s 1 normal forwards; } .particle15 { left:
-100px; opacity: 0; background-color: #ebc247; animation: particle-animation15 1s ease-in-out 1.2s 1 normal forwards; } .particle16 { left: -100px; opacity: 0; background-color: #ebc247; animation:
particle-animation16 1s ease-in-out 1.2s 1 normal forwards; } .particle17 { left: -100px; opacity: 0; background-color: #ebc247; animation: particle-animation17 1s ease-in-out 1.2s 1 normal forwards;
} .particle18 { left: -100px; opacity: 0; background-color: #ebc247; animation: particle-animation18 1s ease-in-out 1.2s 1 normal forwards; } .particle19 { left: -100px; opacity: 0; background-color:
#ebc247; animation: particle-animation19 1s ease-in-out 1.2s 1 normal forwards; } .particle110 { left: -100px; opacity: 0; background-color: #ebc247; animation: particle-animation110 1s ease-in-out
1.2s 1 normal forwards; } .particle111 { left: -100px; opacity: 0; background-color: #ebc247; animation: particle-animation111 1s ease-in-out 1.2s 1 normal forwards; } .particle112 { left: -100px;
opacity: 0; background-color: #ebc247; animation: particle-animation112 1s ease-in-out 1.2s 1 normal forwards; } .particle20 { left: -60px; opacity: 0; background-color: #99eb47; animation:
particle-animation20 1s ease-in-out 1.4s 1 normal forwards; } .particle21 { left: -60px; opacity: 0; background-color: #99eb47; animation: particle-animation21 1s ease-in-out 1.4s 1 normal forwards; }
.particle22 { left: -60px; opacity: 0; background-color: #99eb47; animation: particle-animation22 1s ease-in-out 1.4s 1 normal forwards; } .particle23 { left: -60px; opacity: 0; background-color:
#99eb47; animation: particle-animation23 1s ease-in-out 1.4s 1 normal forwards; } .particle24 { left: -60px; opacity: 0; background-color: #99eb47; animation: particle-animation24 1s ease-in-out 1.4s
1 normal forwards; } .particle25 { left: -60px; opacity: 0; background-color: #99eb47; animation: particle-animation25 1s ease-in-out 1.4s 1 normal forwards; } .particle26 { left: -60px; opacity: 0;
background-color: #99eb47; animation: particle-animation26 1s ease-in-out 1.4s 1 normal forwards; } .particle27 { left: -60px; opacity: 0; background-color: #99eb47; animation: particle-animation27 1s
ease-in-out 1.4s 1 normal forwards; } .particle28 { left: -60px; opacity: 0; background-color: #99eb47; animation: particle-animation28 1s ease-in-out 1.4s 1 normal forwards; } .particle29 { left:
-60px; opacity: 0; background-color: #99eb47; animation: particle-animation29 1s ease-in-out 1.4s 1 normal forwards; } .particle210 { left: -60px; opacity: 0; background-color: #99eb47; animation:
particle-animation210 1s ease-in-out 1.4s 1 normal forwards; } .particle211 { left: -60px; opacity: 0; background-color: #99eb47; animation: particle-animation211 1s ease-in-out 1.4s 1 normal
forwards; } .particle212 { left: -60px; opacity: 0; background-color: #99eb47; animation: particle-animation212 1s ease-in-out 1.4s 1 normal forwards; } .particle30 { left: -20px; opacity: 0;
background-color: #47eb70; animation: particle-animation30 1s ease-in-out 1.6s 1 normal forwards; } .particle31 { left: -20px; opacity: 0; background-color: #47eb70; animation: particle-animation31 1s
ease-in-out 1.6s 1 normal forwards; } .particle32 { left: -20px; opacity: 0; background-color: #47eb70; animation: particle-animation32 1s ease-in-out 1.6s 1 normal forwards; } .particle33 { left:
-20px; opacity: 0; background-color: #47eb70; animation: particle-animation33 1s ease-in-out 1.6s 1 normal forwards; } .particle34 { left: -20px; opacity: 0; background-color: #47eb70; animation:
particle-animation34 1s ease-in-out 1.6s 1 normal forwards; } .particle35 { left: -20px; opacity: 0; background-color: #47eb70; animation: particle-animation35 1s ease-in-out 1.6s 1 normal forwards; }
.particle36 { left: -20px; opacity: 0; background-color: #47eb70; animation: particle-animation36 1s ease-in-out 1.6s 1 normal forwards; } .particle37 { left: -20px; opacity: 0; background-color:
#47eb70; animation: particle-animation37 1s ease-in-out 1.6s 1 normal forwards; } .particle38 { left: -20px; opacity: 0; background-color: #47eb70; animation: particle-animation38 1s ease-in-out 1.6s
1 normal forwards; } .particle39 { left: -20px; opacity: 0; background-color: #47eb70; animation: particle-animation39 1s ease-in-out 1.6s 1 normal forwards; } .particle310 { left: -20px; opacity: 0;
background-color: #47eb70; animation: particle-animation310 1s ease-in-out 1.6s 1 normal forwards; } .particle311 { left: -20px; opacity: 0; background-color: #47eb70; animation: particle-animation311
1s ease-in-out 1.6s 1 normal forwards; } .particle312 { left: -20px; opacity: 0; background-color: #47eb70; animation: particle-animation312 1s ease-in-out 1.6s 1 normal forwards; } .particle40 {
left: 20px; opacity: 0; background-color: #47ebeb; animation: particle-animation40 1s ease-in-out 1.8s 1 normal forwards; } .particle41 { left: 20px; opacity: 0; background-color: #47ebeb; animation:
particle-animation41 1s ease-in-out 1.8s 1 normal forwards; } .particle42 { left: 20px; opacity: 0; background-color: #47ebeb; animation: particle-animation42 1s ease-in-out 1.8s 1 normal forwards; }
.particle43 { left: 20px; opacity: 0; background-color: #47ebeb; animation: particle-animation43 1s ease-in-out 1.8s 1 normal forwards; } .particle44 { left: 20px; opacity: 0; background-color:
#47ebeb; animation: particle-animation44 1s ease-in-out 1.8s 1 normal forwards; } .particle45 { left: 20px; opacity: 0; background-color: #47ebeb; animation: particle-animation45 1s ease-in-out 1.8s 1
normal forwards; } .particle46 { left: 20px; opacity: 0; background-color: #47ebeb; animation: particle-animation46 1s ease-in-out 1.8s 1 normal forwards; } .particle47 { left: 20px; opacity: 0;
background-color: #47ebeb; animation: particle-animation47 1s ease-in-out 1.8s 1 normal forwards; } .particle48 { left: 20px; opacity: 0; background-color: #47ebeb; animation: particle-animation48 1s
ease-in-out 1.8s 1 normal forwards; } .particle49 { left: 20px; opacity: 0; background-color: #47ebeb; animation: particle-animation49 1s ease-in-out 1.8s 1 normal forwards; } .particle410 { left:
20px; opacity: 0; background-color: #47ebeb; animation: particle-animation410 1s ease-in-out 1.8s 1 normal forwards; } .particle411 { left: 20px; opacity: 0; background-color: #47ebeb; animation:
particle-animation411 1s ease-in-out 1.8s 1 normal forwards; } .particle412 { left: 20px; opacity: 0; background-color: #47ebeb; animation: particle-animation412 1s ease-in-out 1.8s 1 normal forwards;
} .particle50 { left: 60px; opacity: 0; background-color: #4770eb; animation: particle-animation50 1s ease-in-out 2s 1 normal forwards; } .particle51 { left: 60px; opacity: 0; background-color:
#4770eb; animation: particle-animation51 1s ease-in-out 2s 1 normal forwards; } .particle52 { left: 60px; opacity: 0; background-color: #4770eb; animation: particle-animation52 1s ease-in-out 2s 1
normal forwards; } .particle53 { left: 60px; opacity: 0; background-color: #4770eb; animation: particle-animation53 1s ease-in-out 2s 1 normal forwards; } .particle54 { left: 60px; opacity: 0;
background-color: #4770eb; animation: particle-animation54 1s ease-in-out 2s 1 normal forwards; } .particle55 { left: 60px; opacity: 0; background-color: #4770eb; animation: particle-animation55 1s
ease-in-out 2s 1 normal forwards; } .particle56 { left: 60px; opacity: 0; background-color: #4770eb; animation: particle-animation56 1s ease-in-out 2s 1 normal forwards; } .particle57 { left: 60px;
opacity: 0; background-color: #4770eb; animation: particle-animation57 1s ease-in-out 2s 1 normal forwards; } .particle58 { left: 60px; opacity: 0; background-color: #4770eb; animation:
particle-animation58 1s ease-in-out 2s 1 normal forwards; } .particle59 { left: 60px; opacity: 0; background-color: #4770eb; animation: particle-animation59 1s ease-in-out 2s 1 normal forwards; }
.particle510 { left: 60px; opacity: 0; background-color: #4770eb; animation: particle-animation510 1s ease-in-out 2s 1 normal forwards; } .particle511 { left: 60px; opacity: 0; background-color:
#4770eb; animation: particle-animation511 1s ease-in-out 2s 1 normal forwards; } .particle512 { left: 60px; opacity: 0; background-color: #4770eb; animation: particle-animation512 1s ease-in-out 2s 1
normal forwards; } .particle60 { left: 100px; opacity: 0; background-color: #9947eb; animation: particle-animation60 1s ease-in-out 2.2s 1 normal forwards; } .particle61 { left: 100px; opacity: 0;
background-color: #9947eb; animation: particle-animation61 1s ease-in-out 2.2s 1 normal forwards; } .particle62 { left: 100px; opacity: 0; background-color: #9947eb; animation: particle-animation62 1s
ease-in-out 2.2s 1 normal forwards; } .particle63 { left: 100px; opacity: 0; background-color: #9947eb; animation: particle-animation63 1s ease-in-out 2.2s 1 normal forwards; } .particle64 { left:
100px; opacity: 0; background-color: #9947eb; animation: particle-animation64 1s ease-in-out 2.2s 1 normal forwards; } .particle65 { left: 100px; opacity: 0; background-color: #9947eb; animation:
particle-animation65 1s ease-in-out 2.2s 1 normal forwards; } .particle66 { left: 100px; opacity: 0; background-color: #9947eb; animation: particle-animation66 1s ease-in-out 2.2s 1 normal forwards; }
.particle67 { left: 100px; opacity: 0; background-color: #9947eb; animation: particle-animation67 1s ease-in-out 2.2s 1 normal forwards; } .particle68 { left: 100px; opacity: 0; background-color:
#9947eb; animation: particle-animation68 1s ease-in-out 2.2s 1 normal forwards; } .particle69 { left: 100px; opacity: 0; background-color: #9947eb; animation: particle-animation69 1s ease-in-out 2.2s
1 normal forwards; } .particle610 { left: 100px; opacity: 0; background-color: #9947eb; animation: particle-animation610 1s ease-in-out 2.2s 1 normal forwards; } .particle611 { left: 100px; opacity:
0; background-color: #9947eb; animation: particle-animation611 1s ease-in-out 2.2s 1 normal forwards; } .particle612 { left: 100px; opacity: 0; background-color: #9947eb; animation:
particle-animation612 1s ease-in-out 2.2s 1 normal forwards; } .particle70 { left: 140px; opacity: 0; background-color: #eb47c2; animation: particle-animation70 1s ease-in-out 2.4s 1 normal forwards;
} .particle71 { left: 140px; opacity: 0; background-color: #eb47c2; animation: particle-animation71 1s ease-in-out 2.4s 1 normal forwards; } .particle72 { left: 140px; opacity: 0; background-color:
#eb47c2; animation: particle-animation72 1s ease-in-out 2.4s 1 normal forwards; } .particle73 { left: 140px; opacity: 0; background-color: #eb47c2; animation: particle-animation73 1s ease-in-out 2.4s
1 normal forwards; } .particle74 { left: 140px; opacity: 0; background-color: #eb47c2; animation: particle-animation74 1s ease-in-out 2.4s 1 normal forwards; } .particle75 { left: 140px; opacity: 0;
background-color: #eb47c2; animation: particle-animation75 1s ease-in-out 2.4s 1 normal forwards; } .particle76 { left: 140px; opacity: 0; background-color: #eb47c2; animation: particle-animation76 1s
ease-in-out 2.4s 1 normal forwards; } .particle77 { left: 140px; opacity: 0; background-color: #eb47c2; animation: particle-animation77 1s ease-in-out 2.4s 1 normal forwards; } .particle78 { left:
140px; opacity: 0; background-color: #eb47c2; animation: particle-animation78 1s ease-in-out 2.4s 1 normal forwards; } .particle79 { left: 140px; opacity: 0; background-color: #eb47c2; animation:
particle-animation79 1s ease-in-out 2.4s 1 normal forwards; } .particle710 { left: 140px; opacity: 0; background-color: #eb47c2; animation: particle-animation710 1s ease-in-out 2.4s 1 normal forwards;
} .particle711 { left: 140px; opacity: 0; background-color: #eb47c2; animation: particle-animation711 1s ease-in-out 2.4s 1 normal forwards; } .particle712 { left: 140px; opacity: 0; background-color:
#eb47c2; animation: particle-animation712 1s ease-in-out 2.4s 1 normal forwards; } .particle80 { left: 180px; opacity: 0; background-color: #eb4747; animation: particle-animation80 1s ease-in-out 2.6s
1 normal forwards; } .particle81 { left: 180px; opacity: 0; background-color: #eb4747; animation: particle-animation81 1s ease-in-out 2.6s 1 normal forwards; } .particle82 { left: 180px; opacity: 0;
background-color: #eb4747; animation: particle-animation82 1s ease-in-out 2.6s 1 normal forwards; } .particle83 { left: 180px; opacity: 0; background-color: #eb4747; animation: particle-animation83 1s
ease-in-out 2.6s 1 normal forwards; } .particle84 { left: 180px; opacity: 0; background-color: #eb4747; animation: particle-animation84 1s ease-in-out 2.6s 1 normal forwards; } .particle85 { left:
180px; opacity: 0; background-color: #eb4747; animation: particle-animation85 1s ease-in-out 2.6s 1 normal forwards; } .particle86 { left: 180px; opacity: 0; background-color: #eb4747; animation:
particle-animation86 1s ease-in-out 2.6s 1 normal forwards; } .particle87 { left: 180px; opacity: 0; background-color: #eb4747; animation: particle-animation87 1s ease-in-out 2.6s 1 normal forwards; }
.particle88 { left: 180px; opacity: 0; background-color: #eb4747; animation: particle-animation88 1s ease-in-out 2.6s 1 normal forwards; } .particle89 { left: 180px; opacity: 0; background-color:
#eb4747; animation: particle-animation89 1s ease-in-out 2.6s 1 normal forwards; } .particle810 { left: 180px; opacity: 0; background-color: #eb4747; animation: particle-animation810 1s ease-in-out
2.6s 1 normal forwards; } .particle811 { left: 180px; opacity: 0; background-color: #eb4747; animation: particle-animation811 1s ease-in-out 2.6s 1 normal forwards; } .particle812 { left: 180px;
opacity: 0; background-color: #eb4747; animation: particle-animation812 1s ease-in-out 2.6s 1 normal forwards; } @-webkit-keyframes particle-animation00 { 0% { left: -140px; top: 0; opacity: 0;
transform: scale(1, 1); } 100% { left: -40px; top: 0px; opacity: 1; transform: scale(0, 0); } } @keyframes particle-animation00 { 0% { left: -140px; top: 0; opacity: 0; transform: scale(1, 1); } 100%
{ left: -40px; top: 0px; opacity: 1; transform: scale(0, 0); } } @-webkit-keyframes particle-animation01 { 0% { left: -140px; top: 0; opacity: 0; transform: scale(1, 1); } 100% { left:
-53.39745959999999px; top: 50px; opacity: 1; transform: scale(0, 0); } } @keyframes particle-animation01 { 0% { left: -140px; top: 0; opacity: 0; transform: scale(1, 1); } 100% { left:
-53.39745959999999px; top: 50px; opacity: 1; transform: scale(0, 0); } } @-webkit-keyframes particle-animation02 { 0% { left: -140px; top: 0; opacity: 0; transform: scale(1, 1); } 100% { left: -90px;
top: 86.60254040000001px; opacity: 1; transform: scale(0, 0); } } @keyframes particle-animation02 { 0% { left: -140px; top: 0; opacity: 0; transform: scale(1, 1); } 100% { left: -90px; top:
86.60254040000001px; opacity: 1; transform: scale(0, 0); } } @-webkit-keyframes particle-animation03 { 0% { left: -140px; top: 0; opacity: 0; transform: scale(1, 1); } 100% { left: -140px; top: 100px;
opacity: 1; transform: scale(0, 0); } } @keyframes particle-animation03 { 0% { left: -140px; top: 0; opacity: 0; transform: scale(1, 1); } 100% { left: -140px; top: 100px; opacity: 1; transform:
scale(0, 0); } } @-webkit-keyframes particle-animation04 { 0% { left: -140px; top: 0; opacity: 0; transform: scale(1, 1); } 100% { left: -190px; top: 86.60254040000001px; opacity: 1; transform:
scale(0, 0); } } @keyframes particle-animation04 { 0% { left: -140px; top: 0; opacity: 0; transform: scale(1, 1); } 100% { left: -190px; top: 86.60254040000001px; opacity: 1; transform: scale(0, 0); }
} @-webkit-keyframes particle-animation05 { 0% { left: -140px; top: 0; opacity: 0; transform: scale(1, 1); } 100% { left: -226.6025404px; top: 50px; opacity: 1; transform: scale(0, 0); } } @keyframes
particle-animation05 { 0% { left: -140px; top: 0; opacity: 0; transform: scale(1, 1); } 100% { left: -226.6025404px; top: 50px; opacity: 1; transform: scale(0, 0); } } @-webkit-keyframes
particle-animation06 { 0% { left: -140px; top: 0; opacity: 0; transform: scale(1, 1); } 100% { left: -240px; top: 0px; opacity: 1; transform: scale(0, 0); } } @keyframes particle-animation06 { 0% {
left: -140px; top: 0; opacity: 0; transform: scale(1, 1); } 100% { left: -240px; top: 0px; opacity: 1; transform: scale(0, 0); } } @-webkit-keyframes particle-animation07 { 0% { left: -140px; top: 0;
opacity: 0; transform: scale(1, 1); } 100% { left: -226.6025404px; top: -50px; opacity: 1; transform: scale(0, 0); } } @keyframes particle-animation07 { 0% { left: -140px; top: 0; opacity: 0;
transform: scale(1, 1); } 100% { left: -226.6025404px; top: -50px; opacity: 1; transform: scale(0, 0); } } @-webkit-keyframes particle-animation08 { 0% { left: -140px; top: 0; opacity: 0; transform:
scale(1, 1); } 100% { left: -190px; top: -86.60254040000001px; opacity: 1; transform: scale(0, 0); } } @keyframes particle-animation08 { 0% { left: -140px; top: 0; opacity: 0; transform: scale(1, 1);
} 100% { left: -190px; top: -86.60254040000001px; opacity: 1; transform: scale(0, 0); } } @-webkit-keyframes particle-animation09 { 0% { left: -140px; top: 0; opacity: 0; transform: scale(1, 1); }
100% { left: -140px; top: -100px; opacity: 1; transform: scale(0, 0); } } @keyframes particle-animation09 { 0% { left: -140px; top: 0; opacity: 0; transform: scale(1, 1); } 100% { left: -140px; top:
-100px; opacity: 1; transform: scale(0, 0); } } @-webkit-keyframes particle-animation010 { 0% { left: -140px; top: 0; opacity: 0; transform: scale(1, 1); } 100% { left: -90px; top:
-86.60254040000001px; opacity: 1; transform: scale(0, 0); } } @keyframes particle-animation010 { 0% { left: -140px; top: 0; opacity: 0; transform: scale(1, 1); } 100% { left: -90px; top:
-86.60254040000001px; opacity: 1; transform: scale(0, 0); } } @-webkit-keyframes particle-animation011 { 0% { left: -140px; top: 0; opacity: 0; transform: scale(1, 1); } 100% { left:
-53.39745959999999px; top: -50px; opacity: 1; transform: scale(0, 0); } } @keyframes particle-animation011 { 0% { left: -140px; top: 0; opacity: 0; transform: scale(1, 1); } 100% { left:
-53.39745959999999px; top: -50px; opacity: 1; transform: scale(0, 0); } } @-webkit-keyframes particle-animation012 { 0% { left: -140px; top: 0; opacity: 0; transform: scale(1, 1); } 100% { left:
-40px; top: 0px; opacity: 1; transform: scale(0, 0); } } @keyframes particle-animation012 { 0% { left: -140px; top: 0; opacity: 0; transform: scale(1, 1); } 100% { left: -40px; top: 0px; opacity: 1;
transform: scale(0, 0); } } @-webkit-keyframes particle-animation10 { 0% { left: -100px; top: 0; opacity: 0; transform: scale(1, 1); } 100% { left: 0px; top: 0px; opacity: 1; transform: scale(0, 0); }
} @keyframes particle-animation10 { 0% { left: -100px; top: 0; opacity: 0; transform: scale(1, 1); } 100% { left: 0px; top: 0px; opacity: 1; transform: scale(0, 0); } } @-webkit-keyframes
particle-animation11 { 0% { left: -100px; top: 0; opacity: 0; transform: scale(1, 1); } 100% { left: -13.39745959999999px; top: 50px; opacity: 1; transform: scale(0, 0); } } @keyframes
particle-animation11 { 0% { left: -100px; top: 0; opacity: 0; transform: scale(1, 1); } 100% { left: -13.39745959999999px; top: 50px; opacity: 1; transform: scale(0, 0); } } @-webkit-keyframes
particle-animation12 { 0% { left: -100px; top: 0; opacity: 0; transform: scale(1, 1); } 100% { left: -50px; top: 86.60254040000001px; opacity: 1; transform: scale(0, 0); } } @keyframes
particle-animation12 { 0% { left: -100px; top: 0; opacity: 0; transform: scale(1, 1); } 100% { left: -50px; top: 86.60254040000001px; opacity: 1; transform: scale(0, 0); } } @-webkit-keyframes
particle-animation13 { 0% { left: -100px; top: 0; opacity: 0; transform: scale(1, 1); } 100% { left: -100px; top: 100px; opacity: 1; transform: scale(0, 0); } } @keyframes particle-animation13 { 0% {
left: -100px; top: 0; opacity: 0; transform: scale(1, 1); } 100% { left: -100px; top: 100px; opacity: 1; transform: scale(0, 0); } } @-webkit-keyframes particle-animation14 { 0% { left: -100px; top:
0; opacity: 0; transform: scale(1, 1); } 100% { left: -150px; top: 86.60254040000001px; opacity: 1; transform: scale(0, 0); } } @keyframes particle-animation14 { 0% { left: -100px; top: 0; opacity: 0;
transform: scale(1, 1); } 100% { left: -150px; top: 86.60254040000001px; opacity: 1; transform: scale(0, 0); } } @-webkit-keyframes particle-animation15 { 0% { left: -100px; top: 0; opacity: 0;
transform: scale(1, 1); } 100% { left: -186.6025404px; top: 50px; opacity: 1; transform: scale(0, 0); } } @keyframes particle-animation15 { 0% { left: -100px; top: 0; opacity: 0; transform: scale(1,
1); } 100% { left: -186.6025404px; top: 50px; opacity: 1; transform: scale(0, 0); } } @-webkit-keyframes particle-animation16 { 0% { left: -100px; top: 0; opacity: 0; transform: scale(1, 1); } 100% {
left: -200px; top: 0px; opacity: 1; transform: scale(0, 0); } } @keyframes particle-animation16 { 0% { left: -100px; top: 0; opacity: 0; transform: scale(1, 1); } 100% { left: -200px; top: 0px;
opacity: 1; transform: scale(0, 0); } } @-webkit-keyframes particle-animation17 { 0% { left: -100px; top: 0; opacity: 0; transform: scale(1, 1); } 100% { left: -186.6025404px; top: -50px; opacity: 1;
transform: scale(0, 0); } } @keyframes particle-animation17 { 0% { left: -100px; top: 0; opacity: 0; transform: scale(1, 1); } 100% { left: -186.6025404px; top: -50px; opacity: 1; transform: scale(0,
0); } } @-webkit-keyframes particle-animation18 { 0% { left: -100px; top: 0; opacity: 0; transform: scale(1, 1); } 100% { left: -150px; top: -86.60254040000001px; opacity: 1; transform: scale(0, 0); }
} @keyframes particle-animation18 { 0% { left: -100px; top: 0; opacity: 0; transform: scale(1, 1); } 100% { left: -150px; top: -86.60254040000001px; opacity: 1; transform: scale(0, 0); } }
@-webkit-keyframes particle-animation19 { 0% { left: -100px; top: 0; opacity: 0; transform: scale(1, 1); } 100% { left: -100px; top: -100px; opacity: 1; transform: scale(0, 0); } } @keyframes
particle-animation19 { 0% { left: -100px; top: 0; opacity: 0; transform: scale(1, 1); } 100% { left: -100px; top: -100px; opacity: 1; transform: scale(0, 0); } } @-webkit-keyframes
particle-animation110 { 0% { left: -100px; top: 0; opacity: 0; transform: scale(1, 1); } 100% { left: -50px; top: -86.60254040000001px; opacity: 1; transform: scale(0, 0); } } @keyframes
particle-animation110 { 0% { left: -100px; top: 0; opacity: 0; transform: scale(1, 1); } 100% { left: -50px; top: -86.60254040000001px; opacity: 1; transform: scale(0, 0); } } @-webkit-keyframes
particle-animation111 { 0% { left: -100px; top: 0; opacity: 0; transform: scale(1, 1); } 100% { left: -13.39745959999999px; top: -50px; opacity: 1; transform: scale(0, 0); } } @keyframes
particle-animation111 { 0% { left: -100px; top: 0; opacity: 0; transform: scale(1, 1); } 100% { left: -13.39745959999999px; top: -50px; opacity: 1; transform: scale(0, 0); } } @-webkit-keyframes
particle-animation112 { 0% { left: -100px; top: 0; opacity: 0; transform: scale(1, 1); } 100% { left: 0px; top: 0px; opacity: 1; transform: scale(0, 0); } } @keyframes particle-animation112 { 0% {
left: -100px; top: 0; opacity: 0; transform: scale(1, 1); } 100% { left: 0px; top: 0px; opacity: 1; transform: scale(0, 0); } } @-webkit-keyframes particle-animation20 { 0% { left: -60px; top: 0;
opacity: 0; transform: scale(1, 1); } 100% { left: 40px; top: 0px; opacity: 1; transform: scale(0, 0); } } @keyframes particle-animation20 { 0% { left: -60px; top: 0; opacity: 0; transform: scale(1,
1); } 100% { left: 40px; top: 0px; opacity: 1; transform: scale(0, 0); } } @-webkit-keyframes particle-animation21 { 0% { left: -60px; top: 0; opacity: 0; transform: scale(1, 1); } 100% { left:
26.60254040000001px; top: 50px; opacity: 1; transform: scale(0, 0); } } @keyframes particle-animation21 { 0% { left: -60px; top: 0; opacity: 0; transform: scale(1, 1); } 100% { left:
26.60254040000001px; top: 50px; opacity: 1; transform: scale(0, 0); } } @-webkit-keyframes particle-animation22 { 0% { left: -60px; top: 0; opacity: 0; transform: scale(1, 1); } 100% { left: -10px;
top: 86.60254040000001px; opacity: 1; transform: scale(0, 0); } } @keyframes particle-animation22 { 0% { left: -60px; top: 0; opacity: 0; transform: scale(1, 1); } 100% { left: -10px; top:
86.60254040000001px; opacity: 1; transform: scale(0, 0); } } @-webkit-keyframes particle-animation23 { 0% { left: -60px; top: 0; opacity: 0; transform: scale(1, 1); } 100% { left: -60px; top: 100px;
opacity: 1; transform: scale(0, 0); } } @keyframes particle-animation23 { 0% { left: -60px; top: 0; opacity: 0; transform: scale(1, 1); } 100% { left: -60px; top: 100px; opacity: 1; transform:
scale(0, 0); } } @-webkit-keyframes particle-animation24 { 0% { left: -60px; top: 0; opacity: 0; transform: scale(1, 1); } 100% { left: -110px; top: 86.60254040000001px; opacity: 1; transform:
scale(0, 0); } } @keyframes particle-animation24 { 0% { left: -60px; top: 0; opacity: 0; transform: scale(1, 1); } 100% { left: -110px; top: 86.60254040000001px; opacity: 1; transform: scale(0, 0); }
} @-webkit-keyframes particle-animation25 { 0% { left: -60px; top: 0; opacity: 0; transform: scale(1, 1); } 100% { left: -146.6025404px; top: 50px; opacity: 1; transform: scale(0, 0); } } @keyframes
particle-animation25 { 0% { left: -60px; top: 0; opacity: 0; transform: scale(1, 1); } 100% { left: -146.6025404px; top: 50px; opacity: 1; transform: scale(0, 0); } } @-webkit-keyframes
particle-animation26 { 0% { left: -60px; top: 0; opacity: 0; transform: scale(1, 1); } 100% { left: -160px; top: 0px; opacity: 1; transform: scale(0, 0); } } @keyframes particle-animation26 { 0% {
left: -60px; top: 0; opacity: 0; transform: scale(1, 1); } 100% { left: -160px; top: 0px; opacity: 1; transform: scale(0, 0); } } @-webkit-keyframes particle-animation27 { 0% { left: -60px; top: 0;
opacity: 0; transform: scale(1, 1); } 100% { left: -146.6025404px; top: -50px; opacity: 1; transform: scale(0, 0); } } @keyframes particle-animation27 { 0% { left: -60px; top: 0; opacity: 0;
transform: scale(1, 1); } 100% { left: -146.6025404px; top: -50px; opacity: 1; transform: scale(0, 0); } } @-webkit-keyframes particle-animation28 { 0% { left: -60px; top: 0; opacity: 0; transform:
scale(1, 1); } 100% { left: -110px; top: -86.60254040000001px; opacity: 1; transform: scale(0, 0); } } @keyframes particle-animation28 { 0% { left: -60px; top: 0; opacity: 0; transform: scale(1, 1); }
100% { left: -110px; top: -86.60254040000001px; opacity: 1; transform: scale(0, 0); } } @-webkit-keyframes particle-animation29 { 0% { left: -60px; top: 0; opacity: 0; transform: scale(1, 1); } 100% {
left: -60px; top: -100px; opacity: 1; transform: scale(0, 0); } } @keyframes particle-animation29 { 0% { left: -60px; top: 0; opacity: 0; transform: scale(1, 1); } 100% { left: -60px; top: -100px;
opacity: 1; transform: scale(0, 0); } } @-webkit-keyframes particle-animation210 { 0% { left: -60px; top: 0; opacity: 0; transform: scale(1, 1); } 100% { left: -10px; top: -86.60254040000001px;
opacity: 1; transform: scale(0, 0); } } @keyframes particle-animation210 { 0% { left: -60px; top: 0; opacity: 0; transform: scale(1, 1); } 100% { left: -10px; top: -86.60254040000001px; opacity: 1;
transform: scale(0, 0); } } @-webkit-keyframes particle-animation211 { 0% { left: -60px; top: 0; opacity: 0; transform: scale(1, 1); } 100% { left: 26.60254040000001px; top: -50px; opacity: 1;
transform: scale(0, 0); } } @keyframes particle-animation211 { 0% { left: -60px; top: 0; opacity: 0; transform: scale(1, 1); } 100% { left: 26.60254040000001px; top: -50px; opacity: 1; transform:
scale(0, 0); } } @-webkit-keyframes particle-animation212 { 0% { left: -60px; top: 0; opacity: 0; transform: scale(1, 1); } 100% { left: 40px; top: 0px; opacity: 1; transform: scale(0, 0); } }
@keyframes particle-animation212 { 0% { left: -60px; top: 0; opacity: 0; transform: scale(1, 1); } 100% { left: 40px; top: 0px; opacity: 1; transform: scale(0, 0); } } @-webkit-keyframes
particle-animation30 { 0% { left: -20px; top: 0; opacity: 0; transform: scale(1, 1); } 100% { left: 80px; top: 0px; opacity: 1; transform: scale(0, 0); } } @keyframes particle-animation30 { 0% { left:
-20px; top: 0; opacity: 0; transform: scale(1, 1); } 100% { left: 80px; top: 0px; opacity: 1; transform: scale(0, 0); } } @-webkit-keyframes particle-animation31 { 0% { left: -20px; top: 0; opacity:
0; transform: scale(1, 1); } 100% { left: 66.60254040000001px; top: 50px; opacity: 1; transform: scale(0, 0); } } @keyframes particle-animation31 { 0% { left: -20px; top: 0; opacity: 0; transform:
scale(1, 1); } 100% { left: 66.60254040000001px; top: 50px; opacity: 1; transform: scale(0, 0); } } @-webkit-keyframes particle-animation32 { 0% { left: -20px; top: 0; opacity: 0; transform: scale(1,
1); } 100% { left: 30px; top: 86.60254040000001px; opacity: 1; transform: scale(0, 0); } } @keyframes particle-animation32 { 0% { left: -20px; top: 0; opacity: 0; transform: scale(1, 1); } 100% {
left: 30px; top: 86.60254040000001px; opacity: 1; transform: scale(0, 0); } } @-webkit-keyframes particle-animation33 { 0% { left: -20px; top: 0; opacity: 0; transform: scale(1, 1); } 100% { left:
-20px; top: 100px; opacity: 1; transform: scale(0, 0); } } @keyframes particle-animation33 { 0% { left: -20px; top: 0; opacity: 0; transform: scale(1, 1); } 100% { left: -20px; top: 100px; opacity: 1;
transform: scale(0, 0); } } @-webkit-keyframes particle-animation34 { 0% { left: -20px; top: 0; opacity: 0; transform: scale(1, 1); } 100% { left: -70px; top: 86.60254040000001px; opacity: 1;
transform: scale(0, 0); } } @keyframes particle-animation34 { 0% { left: -20px; top: 0; opacity: 0; transform: scale(1, 1); } 100% { left: -70px; top: 86.60254040000001px; opacity: 1; transform:
scale(0, 0); } } @-webkit-keyframes particle-animation35 { 0% { left: -20px; top: 0; opacity: 0; transform: scale(1, 1); } 100% { left: -106.60254040000001px; top: 50px; opacity: 1; transform:
scale(0, 0); } } @keyframes particle-animation35 { 0% { left: -20px; top: 0; opacity: 0; transform: scale(1, 1); } 100% { left: -106.60254040000001px; top: 50px; opacity: 1; transform: scale(0, 0); }
} @-webkit-keyframes particle-animation36 { 0% { left: -20px; top: 0; opacity: 0; transform: scale(1, 1); } 100% { left: -120px; top: 0px; opacity: 1; transform: scale(0, 0); } } @keyframes
particle-animation36 { 0% { left: -20px; top: 0; opacity: 0; transform: scale(1, 1); } 100% { left: -120px; top: 0px; opacity: 1; transform: scale(0, 0); } } @-webkit-keyframes particle-animation37 {
0% { left: -20px; top: 0; opacity: 0; transform: scale(1, 1); } 100% { left: -106.60254040000001px; top: -50px; opacity: 1; transform: scale(0, 0); } } @keyframes particle-animation37 { 0% { left:
-20px; top: 0; opacity: 0; transform: scale(1, 1); } 100% { left: -106.60254040000001px; top: -50px; opacity: 1; transform: scale(0, 0); } } @-webkit-keyframes particle-animation38 { 0% { left: -20px;
top: 0; opacity: 0; transform: scale(1, 1); } 100% { left: -70px; top: -86.60254040000001px; opacity: 1; transform: scale(0, 0); } } @keyframes particle-animation38 { 0% { left: -20px; top: 0;
opacity: 0; transform: scale(1, 1); } 100% { left: -70px; top: -86.60254040000001px; opacity: 1; transform: scale(0, 0); } } @-webkit-keyframes particle-animation39 { 0% { left: -20px; top: 0;
opacity: 0; transform: scale(1, 1); } 100% { left: -20px; top: -100px; opacity: 1; transform: scale(0, 0); } } @keyframes particle-animation39 { 0% { left: -20px; top: 0; opacity: 0; transform:
scale(1, 1); } 100% { left: -20px; top: -100px; opacity: 1; transform: scale(0, 0); } } @-webkit-keyframes particle-animation310 { 0% { left: -20px; top: 0; opacity: 0; transform: scale(1, 1); } 100%
{ left: 30px; top: -86.60254040000001px; opacity: 1; transform: scale(0, 0); } } @keyframes particle-animation310 { 0% { left: -20px; top: 0; opacity: 0; transform: scale(1, 1); } 100% { left: 30px;
top: -86.60254040000001px; opacity: 1; transform: scale(0, 0); } } @-webkit-keyframes particle-animation311 { 0% { left: -20px; top: 0; opacity: 0; transform: scale(1, 1); } 100% { left:
66.60254040000001px; top: -50px; opacity: 1; transform: scale(0, 0); } } @keyframes particle-animation311 { 0% { left: -20px; top: 0; opacity: 0; transform: scale(1, 1); } 100% { left:
66.60254040000001px; top: -50px; opacity: 1; transform: scale(0, 0); } } @-webkit-keyframes particle-animation312 { 0% { left: -20px; top: 0; opacity: 0; transform: scale(1, 1); } 100% { left: 80px;
top: 0px; opacity: 1; transform: scale(0, 0); } } @keyframes particle-animation312 { 0% { left: -20px; top: 0; opacity: 0; transform: scale(1, 1); } 100% { left: 80px; top: 0px; opacity: 1; transform:
scale(0, 0); } } @-webkit-keyframes particle-animation40 { 0% { left: 20px; top: 0; opacity: 0; transform: scale(1, 1); } 100% { left: 120px; top: 0px; opacity: 1; transform: scale(0, 0); } }
@keyframes particle-animation40 { 0% { left: 20px; top: 0; opacity: 0; transform: scale(1, 1); } 100% { left: 120px; top: 0px; opacity: 1; transform: scale(0, 0); } } @-webkit-keyframes
particle-animation41 { 0% { left: 20px; top: 0; opacity: 0; transform: scale(1, 1); } 100% { left: 106.60254040000001px; top: 50px; opacity: 1; transform: scale(0, 0); } } @keyframes
particle-animation41 { 0% { left: 20px; top: 0; opacity: 0; transform: scale(1, 1); } 100% { left: 106.60254040000001px; top: 50px; opacity: 1; transform: scale(0, 0); } } @-webkit-keyframes
particle-animation42 { 0% { left: 20px; top: 0; opacity: 0; transform: scale(1, 1); } 100% { left: 70px; top: 86.60254040000001px; opacity: 1; transform: scale(0, 0); } } @keyframes
particle-animation42 { 0% { left: 20px; top: 0; opacity: 0; transform: scale(1, 1); } 100% { left: 70px; top: 86.60254040000001px; opacity: 1; transform: scale(0, 0); } } @-webkit-keyframes
particle-animation43 { 0% { left: 20px; top: 0; opacity: 0; transform: scale(1, 1); } 100% { left: 20px; top: 100px; opacity: 1; transform: scale(0, 0); } } @keyframes particle-animation43 { 0% {
left: 20px; top: 0; opacity: 0; transform: scale(1, 1); } 100% { left: 20px; top: 100px; opacity: 1; transform: scale(0, 0); } } @-webkit-keyframes particle-animation44 { 0% { left: 20px; top: 0;
opacity: 0; transform: scale(1, 1); } 100% { left: -30px; top: 86.60254040000001px; opacity: 1; transform: scale(0, 0); } } @keyframes particle-animation44 { 0% { left: 20px; top: 0; opacity: 0;
transform: scale(1, 1); } 100% { left: -30px; top: 86.60254040000001px; opacity: 1; transform: scale(0, 0); } } @-webkit-keyframes particle-animation45 { 0% { left: 20px; top: 0; opacity: 0;
transform: scale(1, 1); } 100% { left: -66.60254040000001px; top: 50px; opacity: 1; transform: scale(0, 0); } } @keyframes particle-animation45 { 0% { left: 20px; top: 0; opacity: 0; transform:
scale(1, 1); } 100% { left: -66.60254040000001px; top: 50px; opacity: 1; transform: scale(0, 0); } } @-webkit-keyframes particle-animation46 { 0% { left: 20px; top: 0; opacity: 0; transform: scale(1,
1); } 100% { left: -80px; top: 0px; opacity: 1; transform: scale(0, 0); } } @keyframes particle-animation46 { 0% { left: 20px; top: 0; opacity: 0; transform: scale(1, 1); } 100% { left: -80px; top:
0px; opacity: 1; transform: scale(0, 0); } } @-webkit-keyframes particle-animation47 { 0% { left: 20px; top: 0; opacity: 0; transform: scale(1, 1); } 100% { left: -66.60254040000001px; top: -50px;
opacity: 1; transform: scale(0, 0); } } @keyframes particle-animation47 { 0% { left: 20px; top: 0; opacity: 0; transform: scale(1, 1); } 100% { left: -66.60254040000001px; top: -50px; opacity: 1;
transform: scale(0, 0); } } @-webkit-keyframes particle-animation48 { 0% { left: 20px; top: 0; opacity: 0; transform: scale(1, 1); } 100% { left: -30px; top: -86.60254040000001px; opacity: 1;
transform: scale(0, 0); } } @keyframes particle-animation48 { 0% { left: 20px; top: 0; opacity: 0; transform: scale(1, 1); } 100% { left: -30px; top: -86.60254040000001px; opacity: 1; transform:
scale(0, 0); } } @-webkit-keyframes particle-animation49 { 0% { left: 20px; top: 0; opacity: 0; transform: scale(1, 1); } 100% { left: 20px; top: -100px; opacity: 1; transform: scale(0, 0); } }
@keyframes particle-animation49 { 0% { left: 20px; top: 0; opacity: 0; transform: scale(1, 1); } 100% { left: 20px; top: -100px; opacity: 1; transform: scale(0, 0); } } @-webkit-keyframes
particle-animation410 { 0% { left: 20px; top: 0; opacity: 0; transform: scale(1, 1); } 100% { left: 70px; top: -86.60254040000001px; opacity: 1; transform: scale(0, 0); } } @keyframes
particle-animation410 { 0% { left: 20px; top: 0; opacity: 0; transform: scale(1, 1); } 100% { left: 70px; top: -86.60254040000001px; opacity: 1; transform: scale(0, 0); } } @-webkit-keyframes
particle-animation411 { 0% { left: 20px; top: 0; opacity: 0; transform: scale(1, 1); } 100% { left: 106.60254040000001px; top: -50px; opacity: 1; transform: scale(0, 0); } } @keyframes
particle-animation411 { 0% { left: 20px; top: 0; opacity: 0; transform: scale(1, 1); } 100% { left: 106.60254040000001px; top: -50px; opacity: 1; transform: scale(0, 0); } } @-webkit-keyframes
particle-animation412 { 0% { left: 20px; top: 0; opacity: 0; transform: scale(1, 1); } 100% { left: 120px; top: 0px; opacity: 1; transform: scale(0, 0); } } @keyframes particle-animation412 { 0% {
left: 20px; top: 0; opacity: 0; transform: scale(1, 1); } 100% { left: 120px; top: 0px; opacity: 1; transform: scale(0, 0); } } @-webkit-keyframes particle-animation50 { 0% { left: 60px; top: 0;
opacity: 0; transform: scale(1, 1); } 100% { left: 160px; top: 0px; opacity: 1; transform: scale(0, 0); } } @keyframes particle-animation50 { 0% { left: 60px; top: 0; opacity: 0; transform: scale(1,
1); } 100% { left: 160px; top: 0px; opacity: 1; transform: scale(0, 0); } } @-webkit-keyframes particle-animation51 { 0% { left: 60px; top: 0; opacity: 0; transform: scale(1, 1); } 100% { left:
146.6025404px; top: 50px; opacity: 1; transform: scale(0, 0); } } @keyframes particle-animation51 { 0% { left: 60px; top: 0; opacity: 0; transform: scale(1, 1); } 100% { left: 146.6025404px; top:
50px; opacity: 1; transform: scale(0, 0); } } @-webkit-keyframes particle-animation52 { 0% { left: 60px; top: 0; opacity: 0; transform: scale(1, 1); } 100% { left: 110px; top: 86.60254040000001px;
opacity: 1; transform: scale(0, 0); } } @keyframes particle-animation52 { 0% { left: 60px; top: 0; opacity: 0; transform: scale(1, 1); } 100% { left: 110px; top: 86.60254040000001px; opacity: 1;
transform: scale(0, 0); } } @-webkit-keyframes particle-animation53 { 0% { left: 60px; top: 0; opacity: 0; transform: scale(1, 1); } 100% { left: 60px; top: 100px; opacity: 1; transform: scale(0, 0);
} } @keyframes particle-animation53 { 0% { left: 60px; top: 0; opacity: 0; transform: scale(1, 1); } 100% { left: 60px; top: 100px; opacity: 1; transform: scale(0, 0); } } @-webkit-keyframes
particle-animation54 { 0% { left: 60px; top: 0; opacity: 0; transform: scale(1, 1); } 100% { left: 10px; top: 86.60254040000001px; opacity: 1; transform: scale(0, 0); } } @keyframes
particle-animation54 { 0% { left: 60px; top: 0; opacity: 0; transform: scale(1, 1); } 100% { left: 10px; top: 86.60254040000001px; opacity: 1; transform: scale(0, 0); } } @-webkit-keyframes
particle-animation55 { 0% { left: 60px; top: 0; opacity: 0; transform: scale(1, 1); } 100% { left: -26.60254040000001px; top: 50px; opacity: 1; transform: scale(0, 0); } } @keyframes
particle-animation55 { 0% { left: 60px; top: 0; opacity: 0; transform: scale(1, 1); } 100% { left: -26.60254040000001px; top: 50px; opacity: 1; transform: scale(0, 0); } } @-webkit-keyframes
particle-animation56 { 0% { left: 60px; top: 0; opacity: 0; transform: scale(1, 1); } 100% { left: -40px; top: 0px; opacity: 1; transform: scale(0, 0); } } @keyframes particle-animation56 { 0% { left:
60px; top: 0; opacity: 0; transform: scale(1, 1); } 100% { left: -40px; top: 0px; opacity: 1; transform: scale(0, 0); } } @-webkit-keyframes particle-animation57 { 0% { left: 60px; top: 0; opacity: 0;
transform: scale(1, 1); } 100% { left: -26.60254040000001px; top: -50px; opacity: 1; transform: scale(0, 0); } } @keyframes particle-animation57 { 0% { left: 60px; top: 0; opacity: 0; transform:
scale(1, 1); } 100% { left: -26.60254040000001px; top: -50px; opacity: 1; transform: scale(0, 0); } } @-webkit-keyframes particle-animation58 { 0% { left: 60px; top: 0; opacity: 0; transform: scale(1,
1); } 100% { left: 10px; top: -86.60254040000001px; opacity: 1; transform: scale(0, 0); } } @keyframes particle-animation58 { 0% { left: 60px; top: 0; opacity: 0; transform: scale(1, 1); } 100% {
left: 10px; top: -86.60254040000001px; opacity: 1; transform: scale(0, 0); } } @-webkit-keyframes particle-animation59 { 0% { left: 60px; top: 0; opacity: 0; transform: scale(1, 1); } 100% { left:
60px; top: -100px; opacity: 1; transform: scale(0, 0); } } @keyframes particle-animation59 { 0% { left: 60px; top: 0; opacity: 0; transform: scale(1, 1); } 100% { left: 60px; top: -100px; opacity: 1;
transform: scale(0, 0); } } @-webkit-keyframes particle-animation510 { 0% { left: 60px; top: 0; opacity: 0; transform: scale(1, 1); } 100% { left: 110px; top: -86.60254040000001px; opacity: 1;
transform: scale(0, 0); } } @keyframes particle-animation510 { 0% { left: 60px; top: 0; opacity: 0; transform: scale(1, 1); } 100% { left: 110px; top: -86.60254040000001px; opacity: 1; transform:
scale(0, 0); } } @-webkit-keyframes particle-animation511 { 0% { left: 60px; top: 0; opacity: 0; transform: scale(1, 1); } 100% { left: 146.6025404px; top: -50px; opacity: 1; transform: scale(0, 0); }
} @keyframes particle-animation511 { 0% { left: 60px; top: 0; opacity: 0; transform: scale(1, 1); } 100% { left: 146.6025404px; top: -50px; opacity: 1; transform: scale(0, 0); } } @-webkit-keyframes
particle-animation512 { 0% { left: 60px; top: 0; opacity: 0; transform: scale(1, 1); } 100% { left: 160px; top: 0px; opacity: 1; transform: scale(0, 0); } } @keyframes particle-animation512 { 0% {
left: 60px; top: 0; opacity: 0; transform: scale(1, 1); } 100% { left: 160px; top: 0px; opacity: 1; transform: scale(0, 0); } } @-webkit-keyframes particle-animation60 { 0% { left: 100px; top: 0;
opacity: 0; transform: scale(1, 1); } 100% { left: 200px; top: 0px; opacity: 1; transform: scale(0, 0); } } @keyframes particle-animation60 { 0% { left: 100px; top: 0; opacity: 0; transform: scale(1,
1); } 100% { left: 200px; top: 0px; opacity: 1; transform: scale(0, 0); } } @-webkit-keyframes particle-animation61 { 0% { left: 100px; top: 0; opacity: 0; transform: scale(1, 1); } 100% { left:
186.6025404px; top: 50px; opacity: 1; transform: scale(0, 0); } } @keyframes particle-animation61 { 0% { left: 100px; top: 0; opacity: 0; transform: scale(1, 1); } 100% { left: 186.6025404px; top:
50px; opacity: 1; transform: scale(0, 0); } } @-webkit-keyframes particle-animation62 { 0% { left: 100px; top: 0; opacity: 0; transform: scale(1, 1); } 100% { left: 150px; top: 86.60254040000001px;
opacity: 1; transform: scale(0, 0); } } @keyframes particle-animation62 { 0% { left: 100px; top: 0; opacity: 0; transform: scale(1, 1); } 100% { left: 150px; top: 86.60254040000001px; opacity: 1;
transform: scale(0, 0); } } @-webkit-keyframes particle-animation63 { 0% { left: 100px; top: 0; opacity: 0; transform: scale(1, 1); } 100% { left: 100px; top: 100px; opacity: 1; transform: scale(0,
0); } } @keyframes particle-animation63 { 0% { left: 100px; top: 0; opacity: 0; transform: scale(1, 1); } 100% { left: 100px; top: 100px; opacity: 1; transform: scale(0, 0); } } @-webkit-keyframes
particle-animation64 { 0% { left: 100px; top: 0; opacity: 0; transform: scale(1, 1); } 100% { left: 50px; top: 86.60254040000001px; opacity: 1; transform: scale(0, 0); } } @keyframes
particle-animation64 { 0% { left: 100px; top: 0; opacity: 0; transform: scale(1, 1); } 100% { left: 50px; top: 86.60254040000001px; opacity: 1; transform: scale(0, 0); } } @-webkit-keyframes
particle-animation65 { 0% { left: 100px; top: 0; opacity: 0; transform: scale(1, 1); } 100% { left: 13.39745959999999px; top: 50px; opacity: 1; transform: scale(0, 0); } } @keyframes
particle-animation65 { 0% { left: 100px; top: 0; opacity: 0; transform: scale(1, 1); } 100% { left: 13.39745959999999px; top: 50px; opacity: 1; transform: scale(0, 0); } } @-webkit-keyframes
particle-animation66 { 0% { left: 100px; top: 0; opacity: 0; transform: scale(1, 1); } 100% { left: 0px; top: 0px; opacity: 1; transform: scale(0, 0); } } @keyframes particle-animation66 { 0% { left:
100px; top: 0; opacity: 0; transform: scale(1, 1); } 100% { left: 0px; top: 0px; opacity: 1; transform: scale(0, 0); } } @-webkit-keyframes particle-animation67 { 0% { left: 100px; top: 0; opacity: 0;
transform: scale(1, 1); } 100% { left: 13.39745959999999px; top: -50px; opacity: 1; transform: scale(0, 0); } } @keyframes particle-animation67 { 0% { left: 100px; top: 0; opacity: 0; transform:
scale(1, 1); } 100% { left: 13.39745959999999px; top: -50px; opacity: 1; transform: scale(0, 0); } } @-webkit-keyframes particle-animation68 { 0% { left: 100px; top: 0; opacity: 0; transform: scale(1,
1); } 100% { left: 50px; top: -86.60254040000001px; opacity: 1; transform: scale(0, 0); } } @keyframes particle-animation68 { 0% { left: 100px; top: 0; opacity: 0; transform: scale(1, 1); } 100% {
left: 50px; top: -86.60254040000001px; opacity: 1; transform: scale(0, 0); } } @-webkit-keyframes particle-animation69 { 0% { left: 100px; top: 0; opacity: 0; transform: scale(1, 1); } 100% { left:
100px; top: -100px; opacity: 1; transform: scale(0, 0); } } @keyframes particle-animation69 { 0% { left: 100px; top: 0; opacity: 0; transform: scale(1, 1); } 100% { left: 100px; top: -100px; opacity:
1; transform: scale(0, 0); } } @-webkit-keyframes particle-animation610 { 0% { left: 100px; top: 0; opacity: 0; transform: scale(1, 1); } 100% { left: 150px; top: -86.60254040000001px; opacity: 1;
transform: scale(0, 0); } } @keyframes particle-animation610 { 0% { left: 100px; top: 0; opacity: 0; transform: scale(1, 1); } 100% { left: 150px; top: -86.60254040000001px; opacity: 1; transform:
scale(0, 0); } } @-webkit-keyframes particle-animation611 { 0% { left: 100px; top: 0; opacity: 0; transform: scale(1, 1); } 100% { left: 186.6025404px; top: -50px; opacity: 1; transform: scale(0, 0);
} } @keyframes particle-animation611 { 0% { left: 100px; top: 0; opacity: 0; transform: scale(1, 1); } 100% { left: 186.6025404px; top: -50px; opacity: 1; transform: scale(0, 0); } }
@-webkit-keyframes particle-animation612 { 0% { left: 100px; top: 0; opacity: 0; transform: scale(1, 1); } 100% { left: 200px; top: 0px; opacity: 1; transform: scale(0, 0); } } @keyframes
particle-animation612 { 0% { left: 100px; top: 0; opacity: 0; transform: scale(1, 1); } 100% { left: 200px; top: 0px; opacity: 1; transform: scale(0, 0); } } @-webkit-keyframes particle-animation70 {
0% { left: 140px; top: 0; opacity: 0; transform: scale(1, 1); } 100% { left: 240px; top: 0px; opacity: 1; transform: scale(0, 0); } } @keyframes particle-animation70 { 0% { left: 140px; top: 0;
opacity: 0; transform: scale(1, 1); } 100% { left: 240px; top: 0px; opacity: 1; transform: scale(0, 0); } } @-webkit-keyframes particle-animation71 { 0% { left: 140px; top: 0; opacity: 0; transform:
scale(1, 1); } 100% { left: 226.6025404px; top: 50px; opacity: 1; transform: scale(0, 0); } } @keyframes particle-animation71 { 0% { left: 140px; top: 0; opacity: 0; transform: scale(1, 1); } 100% {
left: 226.6025404px; top: 50px; opacity: 1; transform: scale(0, 0); } } @-webkit-keyframes particle-animation72 { 0% { left: 140px; top: 0; opacity: 0; transform: scale(1, 1); } 100% { left: 190px;
top: 86.60254040000001px; opacity: 1; transform: scale(0, 0); } } @keyframes particle-animation72 { 0% { left: 140px; top: 0; opacity: 0; transform: scale(1, 1); } 100% { left: 190px; top:
86.60254040000001px; opacity: 1; transform: scale(0, 0); } } @-webkit-keyframes particle-animation73 { 0% { left: 140px; top: 0; opacity: 0; transform: scale(1, 1); } 100% { left: 140px; top: 100px;
opacity: 1; transform: scale(0, 0); } } @keyframes particle-animation73 { 0% { left: 140px; top: 0; opacity: 0; transform: scale(1, 1); } 100% { left: 140px; top: 100px; opacity: 1; transform:
scale(0, 0); } } @-webkit-keyframes particle-animation74 { 0% { left: 140px; top: 0; opacity: 0; transform: scale(1, 1); } 100% { left: 90px; top: 86.60254040000001px; opacity: 1; transform: scale(0,
0); } } @keyframes particle-animation74 { 0% { left: 140px; top: 0; opacity: 0; transform: scale(1, 1); } 100% { left: 90px; top: 86.60254040000001px; opacity: 1; transform: scale(0, 0); } }
@-webkit-keyframes particle-animation75 { 0% { left: 140px; top: 0; opacity: 0; transform: scale(1, 1); } 100% { left: 53.39745959999999px; top: 50px; opacity: 1; transform: scale(0, 0); } }
@keyframes particle-animation75 { 0% { left: 140px; top: 0; opacity: 0; transform: scale(1, 1); } 100% { left: 53.39745959999999px; top: 50px; opacity: 1; transform: scale(0, 0); } }
@-webkit-keyframes particle-animation76 { 0% { left: 140px; top: 0; opacity: 0; transform: scale(1, 1); } 100% { left: 40px; top: 0px; opacity: 1; transform: scale(0, 0); } } @keyframes
particle-animation76 { 0% { left: 140px; top: 0; opacity: 0; transform: scale(1, 1); } 100% { left: 40px; top: 0px; opacity: 1; transform: scale(0, 0); } } @-webkit-keyframes particle-animation77 { 0%
{ left: 140px; top: 0; opacity: 0; transform: scale(1, 1); } 100% { left: 53.39745959999999px; top: -50px; opacity: 1; transform: scale(0, 0); } } @keyframes particle-animation77 { 0% { left: 140px;
top: 0; opacity: 0; transform: scale(1, 1); } 100% { left: 53.39745959999999px; top: -50px; opacity: 1; transform: scale(0, 0); } } @-webkit-keyframes particle-animation78 { 0% { left: 140px; top: 0;
opacity: 0; transform: scale(1, 1); } 100% { left: 90px; top: -86.60254040000001px; opacity: 1; transform: scale(0, 0); } } @keyframes particle-animation78 { 0% { left: 140px; top: 0; opacity: 0;
transform: scale(1, 1); } 100% { left: 90px; top: -86.60254040000001px; opacity: 1; transform: scale(0, 0); } } @-webkit-keyframes particle-animation79 { 0% { left: 140px; top: 0; opacity: 0;
transform: scale(1, 1); } 100% { left: 140px; top: -100px; opacity: 1; transform: scale(0, 0); } } @keyframes particle-animation79 { 0% { left: 140px; top: 0; opacity: 0; transform: scale(1, 1); }
100% { left: 140px; top: -100px; opacity: 1; transform: scale(0, 0); } } @-webkit-keyframes particle-animation710 { 0% { left: 140px; top: 0; opacity: 0; transform: scale(1, 1); } 100% { left: 190px;
top: -86.60254040000001px; opacity: 1; transform: scale(0, 0); } } @keyframes particle-animation710 { 0% { left: 140px; top: 0; opacity: 0; transform: scale(1, 1); } 100% { left: 190px; top:
-86.60254040000001px; opacity: 1; transform: scale(0, 0); } } @-webkit-keyframes particle-animation711 { 0% { left: 140px; top: 0; opacity: 0; transform: scale(1, 1); } 100% { left: 226.6025404px;
top: -50px; opacity: 1; transform: scale(0, 0); } } @keyframes particle-animation711 { 0% { left: 140px; top: 0; opacity: 0; transform: scale(1, 1); } 100% { left: 226.6025404px; top: -50px; opacity:
1; transform: scale(0, 0); } } @-webkit-keyframes particle-animation712 { 0% { left: 140px; top: 0; opacity: 0; transform: scale(1, 1); } 100% { left: 240px; top: 0px; opacity: 1; transform: scale(0,
0); } } @keyframes particle-animation712 { 0% { left: 140px; top: 0; opacity: 0; transform: scale(1, 1); } 100% { left: 240px; top: 0px; opacity: 1; transform: scale(0, 0); } } @-webkit-keyframes
particle-animation80 { 0% { left: 180px; top: 0; opacity: 0; transform: scale(1, 1); } 100% { left: 280px; top: 0px; opacity: 1; transform: scale(0, 0); } } @keyframes particle-animation80 { 0% {
left: 180px; top: 0; opacity: 0; transform: scale(1, 1); } 100% { left: 280px; top: 0px; opacity: 1; transform: scale(0, 0); } } @-webkit-keyframes particle-animation81 { 0% { left: 180px; top: 0;
opacity: 0; transform: scale(1, 1); } 100% { left: 266.6025404px; top: 50px; opacity: 1; transform: scale(0, 0); } } @keyframes particle-animation81 { 0% { left: 180px; top: 0; opacity: 0; transform:
scale(1, 1); } 100% { left: 266.6025404px; top: 50px; opacity: 1; transform: scale(0, 0); } } @-webkit-keyframes particle-animation82 { 0% { left: 180px; top: 0; opacity: 0; transform: scale(1, 1); }
100% { left: 230px; top: 86.60254040000001px; opacity: 1; transform: scale(0, 0); } } @keyframes particle-animation82 { 0% { left: 180px; top: 0; opacity: 0; transform: scale(1, 1); } 100% { left:
230px; top: 86.60254040000001px; opacity: 1; transform: scale(0, 0); } } @-webkit-keyframes particle-animation83 { 0% { left: 180px; top: 0; opacity: 0; transform: scale(1, 1); } 100% { left: 180px;
top: 100px; opacity: 1; transform: scale(0, 0); } } @keyframes particle-animation83 { 0% { left: 180px; top: 0; opacity: 0; transform: scale(1, 1); } 100% { left: 180px; top: 100px; opacity: 1;
transform: scale(0, 0); } } @-webkit-keyframes particle-animation84 { 0% { left: 180px; top: 0; opacity: 0; transform: scale(1, 1); } 100% { left: 130px; top: 86.60254040000001px; opacity: 1;
transform: scale(0, 0); } } @keyframes particle-animation84 { 0% { left: 180px; top: 0; opacity: 0; transform: scale(1, 1); } 100% { left: 130px; top: 86.60254040000001px; opacity: 1; transform:
scale(0, 0); } } @-webkit-keyframes particle-animation85 { 0% { left: 180px; top: 0; opacity: 0; transform: scale(1, 1); } 100% { left: 93.39745959999999px; top: 50px; opacity: 1; transform: scale(0,
0); } } @keyframes particle-animation85 { 0% { left: 180px; top: 0; opacity: 0; transform: scale(1, 1); } 100% { left: 93.39745959999999px; top: 50px; opacity: 1; transform: scale(0, 0); } }
@-webkit-keyframes particle-animation86 { 0% { left: 180px; top: 0; opacity: 0; transform: scale(1, 1); } 100% { left: 80px; top: 0px; opacity: 1; transform: scale(0, 0); } } @keyframes
particle-animation86 { 0% { left: 180px; top: 0; opacity: 0; transform: scale(1, 1); } 100% { left: 80px; top: 0px; opacity: 1; transform: scale(0, 0); } } @-webkit-keyframes particle-animation87 { 0%
{ left: 180px; top: 0; opacity: 0; transform: scale(1, 1); } 100% { left: 93.39745959999999px; top: -50px; opacity: 1; transform: scale(0, 0); } } @keyframes particle-animation87 { 0% { left: 180px;
top: 0; opacity: 0; transform: scale(1, 1); } 100% { left: 93.39745959999999px; top: -50px; opacity: 1; transform: scale(0, 0); } } @-webkit-keyframes particle-animation88 { 0% { left: 180px; top: 0;
opacity: 0; transform: scale(1, 1); } 100% { left: 130px; top: -86.60254040000001px; opacity: 1; transform: scale(0, 0); } } @keyframes particle-animation88 { 0% { left: 180px; top: 0; opacity: 0;
transform: scale(1, 1); } 100% { left: 130px; top: -86.60254040000001px; opacity: 1; transform: scale(0, 0); } } @-webkit-keyframes particle-animation89 { 0% { left: 180px; top: 0; opacity: 0;
transform: scale(1, 1); } 100% { left: 180px; top: -100px; opacity: 1; transform: scale(0, 0); } } @keyframes particle-animation89 { 0% { left: 180px; top: 0; opacity: 0; transform: scale(1, 1); }
100% { left: 180px; top: -100px; opacity: 1; transform: scale(0, 0); } } @-webkit-keyframes particle-animation810 { 0% { left: 180px; top: 0; opacity: 0; transform: scale(1, 1); } 100% { left: 230px;
top: -86.60254040000001px; opacity: 1; transform: scale(0, 0); } } @keyframes particle-animation810 { 0% { left: 180px; top: 0; opacity: 0; transform: scale(1, 1); } 100% { left: 230px; top:
-86.60254040000001px; opacity: 1; transform: scale(0, 0); } } @-webkit-keyframes particle-animation811 { 0% { left: 180px; top: 0; opacity: 0; transform: scale(1, 1); } 100% { left: 266.6025404px;
top: -50px; opacity: 1; transform: scale(0, 0); } } @keyframes particle-animation811 { 0% { left: 180px; top: 0; opacity: 0; transform: scale(1, 1); } 100% { left: 266.6025404px; top: -50px; opacity:
1; transform: scale(0, 0); } } @-webkit-keyframes particle-animation812 { 0% { left: 180px; top: 0; opacity: 0; transform: scale(1, 1); } 100% { left: 280px; top: 0px; opacity: 1; transform: scale(0,
0); } } @keyframes particle-animation812 { 0% { left: 180px; top: 0; opacity: 0; transform: scale(1, 1); } 100% { left: 280px; top: 0px; opacity: 1; transform: scale(0, 0); } } @-webkit-keyframes
background-animation { 0% { width: 0; } 50% { width: 12.5%; opacity: 1; } 100% { opacity: 0; width: 25%; } } @keyframes background-animation { 0% { width: 0; } 50% { width: 12.5%; opacity: 1; } 100% {
opacity: 0; width: 25%; } }

页脚 HTML

<!--鼠标吸引线条特效-->
<!-- <script id="canvas_nest" defer="defer" color="0,0,255" opacity="0.7" zIndex="-1" count="150" mobile="false" src="https://cdn.jsdelivr.net/gh/HkwJsxl/jsdelivr_cdn/cnblogs/mouse_attraction_line/canvas-nest.min.js"></script> -->
<!-- <script src="https://cdn.jsdelivr.net/gh/HkwJsxl/jsdelivr_cdn/cnblogs/mouse_attraction_line/activate-power-mode.min.js"></script> -->
<!-- <script>POWERMODE.colorful = true;POWERMODE.shake = true;POWERMODE.mobile = false;document.body.addEventListener('input', POWERMODE);</script> -->
<!-- 樱花飘落 -->
<!-- <script src="https://cdn.jsdelivr.net/gh/HkwJsxl/jsdelivr_cdn/cnblogs/sakura_drops.js"></script> -->
<!-- 鼠标点击特效 -->
<!-- <script src="https://cdn.jsdelivr.net/gh/HkwJsxl/jsdelivr_cdn/cnblogs/click_effect.js"></script> -->
<!-- 背景彩带效果 -->
<!-- <script src="https://cdn.jsdelivr.net/gh/HkwJsxl/jsdelivr_cdn/cnblogs/coloured_ribbon.js"></script> -->

<script src="https://blog-static.cnblogs.com/files/guangzan/loader.min.js"></script>
<script>
  const opts = {
    'webTag':{
        enable: true,
        title: '韩科伟的博客',
        favicon: 'https://images.cnblogs.com/cnblogs_com/blogs/746036/galleries/2280394/o_230228070621_logo-big.png',
    },
    theme: {
      name: 'geek',
      avatar: 'https://images.cnblogs.com/cnblogs_com/blogs/746036/galleries/2159824/t_220512093007_%E4%B9%94%E6%B2%BB.jpg',
      headerBackground: 'https://images.cnblogs.com/cnblogs_com/blogs/746036/galleries/2280394/o_230227141014_2.jpg',
    },
    // 通知
    notice:{
        enable:true,
        text:['🙃欢迎欢迎','喜欢可以点个赞哦'],
    },
    // 图片灯箱
    imagebox: {
        enable: true,
    },
      // github
      github: {
          enable: true,
          color: '#ffb3cc',
          url: 'https://github.com/hkwJsxl',
      },
      // 博客签名
      postSignature: {
          enable: true,
          enableLicense: true,
          licenseName: '知识共享署名-非商业性使用-禁止演绎 2.5 中国大陆',
          licenseLink: '',
      },
      // 博客目录
      catalog: {
          enable: true,
          position: 'left',
      },
      // 按钮工具
      tools: {
          enable: true,
          initialOpen: true,
      },
      // 背景
      bodyBackground: {
          enable: true,
          value:
              'https://images.cnblogs.com/cnblogs_com/blogs/746036/galleries/2280394/o_230227141115_5.jpg',
          opacity: 0.92,
          repeat: false,
      },
      // 个性签名
      signature: {
          enable: true,
          contents: [
          "This is <b style='color:#ff6b81'>hankewei</b> cnblogs.",
          "<b>print('🎉');</b>",
          ],
      },
      // 深色模式
      darkMode: {
          enable: true,
          autoDark: false,
          autoLight: false
      },
      // 表情
      emoji: {
        enable: true,
        buttonIcon: "🥳",
        emojiList: [
            {
              value: 'https://images.cnblogs.com/cnblogs_com/gshang/1626876/o_2001050555139.png',
              label: '',
            },
            {
                value: '🤣',
                label: '笑哭',
            },
            {
                value: '😃',
                label: '大笑',
            },
            {
                value: '😅',
                label: '苦笑',
            },
            {
                value: '😆',
                label: '斜眼笑',
            },
            {
                value: '😏',
                label: '得意',
            },
            {
                value: '😊',
                label: '微笑',
            },
            {
                value: '😎',
                label: '酷!',
            },
            {
                value: '😍',
                label: '花痴',
            },
            {
                value: '🙂',
                label: '呵呵',
            },
            {
                value: '🤩',
                label: '好崇拜哦',
            },
            {
                value: '🤔',
                label: '思考',
            },
            {
                value: '🙄',
                label: '白眼',
            },
            {
                value: '😜',
                label: '略略略',
            },
            {
                value: '😲',
                label: '呆住',
            },
            {
                value: '😭',
                label: '大哭',
            },
            {
                value: '🤯',
                label: '头炸了',
            },
            {
                value: '😰',
                label: '冷汗',
            },
            {
                value: '😱',
                label: '吓死了',
            },
            {
                value: '🤪',
                label: '略略略',
            },
            {
                value: '😵',
                label: '晕',
            },
            {
                value: '😡',
                label: '愤怒',
            },
            {
                value: '🥳',
                label: '祝贺',
            },
            {
                value: '🤡',
                label: '小丑竟是我',
            },
            {
                value: '🤫',
                label: '嘘~',
            },
            {
                value: '🐒',
                label: '猴',
            },
            {
                value: '🤭',
                label: '笑笑不说话',
            },
            {
                value: '🐂',
                label: '牛',
            },
            {
                value: '🍺',
                label: '啤酒',
            },
            {
                value: '(=・ω・=)',
                label: '',
            },
            {
                value: '(`・ω・´)',
                label: '',
            },
            {
                value: '(°∀°)ノ',
                label: '',
            },
            {
                value: '←_←',
                label: '',
            },
            {
                value: '→_→',
                label: '',
            },
            {
                value: 'Σ(゚д゚;)',
                label: '',
            },
            {
                value: '(。・ω・。)',
                label: '',
            },
            {
                value: '(-_-#)',
                label: '',
            },
          ]
      },
    }
  $.awesCnb(opts)
</script>
posted @ 2023-02-28 09:14  hkwJsxl  阅读(91)  评论(0编辑  收藏  举报