diff --git a/README.md b/README.md index e69de29..e4fb330 100644 --- a/README.md +++ b/README.md @@ -0,0 +1 @@ +可能有文件差异及缺失,后续视情况补充 diff --git a/cdn/img/dot_orange.gif b/cdn/img/dot_orange.gif new file mode 100644 index 0000000..29cd74c Binary files /dev/null and b/cdn/img/dot_orange.gif differ diff --git a/cdn/img/kyotoanimation.png b/cdn/img/kyotoanimation.png new file mode 100644 index 0000000..258db47 Binary files /dev/null and b/cdn/img/kyotoanimation.png differ diff --git a/cdn/img/orange.square-circle-preloader.svg b/cdn/img/orange.square-circle-preloader.svg new file mode 100644 index 0000000..ae14137 --- /dev/null +++ b/cdn/img/orange.square-circle-preloader.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/cdn/img/plaid2dbf8.jpg b/cdn/img/plaid2dbf8.jpg new file mode 100644 index 0000000..15cccc3 Binary files /dev/null and b/cdn/img/plaid2dbf8.jpg differ diff --git a/cdn/img/refresh.png b/cdn/img/refresh.png new file mode 100644 index 0000000..fef5747 Binary files /dev/null and b/cdn/img/refresh.png differ diff --git a/cdn/img/sakura.png b/cdn/img/sakura.png new file mode 100644 index 0000000..b4988e3 Binary files /dev/null and b/cdn/img/sakura.png differ diff --git a/cdn/img/star02.png b/cdn/img/star02.png new file mode 100644 index 0000000..3b09768 Binary files /dev/null and b/cdn/img/star02.png differ diff --git a/cdn/img/wordpress-rotating-ball-o.svg b/cdn/img/wordpress-rotating-ball-o.svg new file mode 100644 index 0000000..25d3b3b --- /dev/null +++ b/cdn/img/wordpress-rotating-ball-o.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/css/iconfont/demo.css b/css/iconfont/demo.css new file mode 100644 index 0000000..3d9cbe7 --- /dev/null +++ b/css/iconfont/demo.css @@ -0,0 +1,370 @@ +*{margin: 0;padding: 0;list-style: none;} +/* +KISSY CSS Reset +理念:1. reset 的目的不是清除浏览器的默认样式,这仅是部分工作。清除和重置是紧密不可分的。 +2. reset 的目的不是让默认样式在所有浏览器下一致,而是减少默认样式有可能带来的问题。 +3. reset 期望提供一套普适通用的基础样式。但没有银弹,推荐根据具体需求,裁剪和修改后再使用。 +特色:1. 适应中文;2. 基于最新主流浏览器。 +维护:玉伯, 正淳 + */ + +/** 清除内外边距 **/ +body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements 结构元素 */ +dl, dt, dd, ul, ol, li, /* list elements 列表元素 */ +pre, /* text formatting elements 文本格式元素 */ +form, fieldset, legend, button, input, textarea, /* form elements 表单元素 */ +th, td /* table elements 表格元素 */ { + margin: 0; + padding: 0; +} + +/** 设置默认字体 **/ +body, +button, input, select, textarea /* for ie */ { + font: 12px/1.5 tahoma, arial, \5b8b\4f53, sans-serif; +} +h1, h2, h3, h4, h5, h6 { font-size: 100%; } +address, cite, dfn, em, var { font-style: normal; } /* 将斜体扶正 */ +code, kbd, pre, samp { font-family: courier new, courier, monospace; } /* 统一等宽字体 */ +small { font-size: 12px; } /* 小于 12px 的中文很难阅读,让 small 正常化 */ + +/** 重置列表元素 **/ +ul, ol { list-style: none; } + +/** 重置文本格式元素 **/ +a { text-decoration: none; } +a:hover { text-decoration: underline; } + + +/** 重置表单元素 **/ +legend { color: #000; } /* for ie6 */ +fieldset, img { border: 0; } /* img 搭车:让链接里的 img 无边框 */ +button, input, select, textarea { font-size: 100%; } /* 使得表单元素在 ie 下能继承字体大小 */ +/* 注:optgroup 无法扶正 */ + +/** 重置表格元素 **/ +table { border-collapse: collapse; border-spacing: 0; } + +/* 清除浮动 */ +.ks-clear:after, .clear:after { + content: '\20'; + display: block; + height: 0; + clear: both; +} +.ks-clear, .clear { + *zoom: 1; +} + +.main { + padding: 30px 100px; +width: 960px; +margin: 0 auto; +} +.main h1{font-size:36px; color:#333; text-align:left;margin-bottom:30px; border-bottom: 1px solid #eee;} + +.helps{margin-top:40px;} +.helps pre{ + padding:20px; + margin:10px 0; + border:solid 1px #e7e1cd; + background-color: #fffdef; + overflow: auto; +} + +.icon_lists{ + width: 100% !important; + +} + +.icon_lists li{ + float:left; + width: 100px; + height:180px; + text-align: center; + list-style: none !important; +} +.icon_lists .icon{ + font-size: 42px; + line-height: 100px; + margin: 10px 0; + color:#333; + -webkit-transition: font-size 0.25s ease-out 0s; + -moz-transition: font-size 0.25s ease-out 0s; + transition: font-size 0.25s ease-out 0s; + +} +.icon_lists .icon:hover{ + font-size: 100px; +} + + + +.markdown { + color: #666; + font-size: 14px; + line-height: 1.8; +} + +.highlight { + line-height: 1.5; +} + +.markdown img { + vertical-align: middle; + max-width: 100%; +} + +.markdown h1 { + color: #404040; + font-weight: 500; + line-height: 40px; + margin-bottom: 24px; +} + +.markdown h2, +.markdown h3, +.markdown h4, +.markdown h5, +.markdown h6 { + color: #404040; + margin: 1.6em 0 0.6em 0; + font-weight: 500; + clear: both; +} + +.markdown h1 { + font-size: 28px; +} + +.markdown h2 { + font-size: 22px; +} + +.markdown h3 { + font-size: 16px; +} + +.markdown h4 { + font-size: 14px; +} + +.markdown h5 { + font-size: 12px; +} + +.markdown h6 { + font-size: 12px; +} + +.markdown hr { + height: 1px; + border: 0; + background: #e9e9e9; + margin: 16px 0; + clear: both; +} + +.markdown p, +.markdown pre { + margin: 1em 0; +} + +.markdown > p, +.markdown > blockquote, +.markdown > .highlight, +.markdown > ol, +.markdown > ul { + width: 80%; +} + +.markdown ul > li { + list-style: circle; +} + +.markdown > ul li, +.markdown blockquote ul > li { + margin-left: 20px; + padding-left: 4px; +} + +.markdown > ul li p, +.markdown > ol li p { + margin: 0.6em 0; +} + +.markdown ol > li { + list-style: decimal; +} + +.markdown > ol li, +.markdown blockquote ol > li { + margin-left: 20px; + padding-left: 4px; +} + +.markdown code { + margin: 0 3px; + padding: 0 5px; + background: #eee; + border-radius: 3px; +} + +.markdown pre { + border-radius: 6px; + background: #f7f7f7; + padding: 20px; +} + +.markdown pre code { + border: none; + background: #f7f7f7; + margin: 0; +} + +.markdown strong, +.markdown b { + font-weight: 600; +} + +.markdown > table { + border-collapse: collapse; + border-spacing: 0px; + empty-cells: show; + border: 1px solid #e9e9e9; + width: 95%; + margin-bottom: 24px; +} + +.markdown > table th { + white-space: nowrap; + color: #333; + font-weight: 600; + +} + +.markdown > table th, +.markdown > table td { + border: 1px solid #e9e9e9; + padding: 8px 16px; + text-align: left; +} + +.markdown > table th { + background: #F7F7F7; +} + +.markdown blockquote { + font-size: 90%; + color: #999; + border-left: 4px solid #e9e9e9; + padding-left: 0.8em; + margin: 1em 0; + font-style: italic; +} + +.markdown blockquote p { + margin: 0; +} + +.markdown .anchor { + opacity: 0; + transition: opacity 0.3s ease; + margin-left: 8px; +} + +.markdown .waiting { + color: #ccc; +} + +.markdown h1:hover .anchor, +.markdown h2:hover .anchor, +.markdown h3:hover .anchor, +.markdown h4:hover .anchor, +.markdown h5:hover .anchor, +.markdown h6:hover .anchor { + opacity: 1; + display: inline-block; +} + +.markdown > br, +.markdown > p > br { + clear: both; +} + + +.hljs { + display: block; + background: white; + padding: 0.5em; + color: #333333; + overflow-x: auto; +} + +.hljs-comment, +.hljs-meta { + color: #969896; +} + +.hljs-string, +.hljs-variable, +.hljs-template-variable, +.hljs-strong, +.hljs-emphasis, +.hljs-quote { + color: #df5000; +} + +.hljs-keyword, +.hljs-selector-tag, +.hljs-type { + color: #a71d5d; +} + +.hljs-literal, +.hljs-symbol, +.hljs-bullet, +.hljs-attribute { + color: #0086b3; +} + +.hljs-section, +.hljs-name { + color: #63a35c; +} + +.hljs-tag { + color: #333333; +} + +.hljs-title, +.hljs-attr, +.hljs-selector-id, +.hljs-selector-class, +.hljs-selector-attr, +.hljs-selector-pseudo { + color: #795da3; +} + +.hljs-addition { + color: #55a532; + background-color: #eaffea; +} + +.hljs-deletion { + color: #bd2c00; + background-color: #ffecec; +} + +.hljs-link { + text-decoration: underline; +} + +pre{ + background: #fff; +} + + + + + diff --git a/css/iconfont/demo_fontclass.html b/css/iconfont/demo_fontclass.html new file mode 100644 index 0000000..9a4a0ae --- /dev/null +++ b/css/iconfont/demo_fontclass.html @@ -0,0 +1,412 @@ + + + + + + IconFont + + + + +
+

IconFont 图标

+
    + +
  • + +
    cat
    +
    .icon-black-cat
    +
  • + +
  • + +
    cat-in-white-silhoue
    +
    .icon-white-cat
    +
  • + +
  • + +
    markdown
    +
    .icon-markdown
    +
  • + +
  • + +
    uniE6A3
    +
    .icon-right
    +
  • + +
  • + +
    uniE6A0
    +
    .icon-caidan
    +
  • + +
  • + +
    uniE6B4
    +
    .icon-delete
    +
  • + +
  • + +
    uniE6BC
    +
    .icon-message
    +
  • + +
  • + +
    uniE6BF
    +
    .icon-link
    +
  • + +
  • + +
    uniE6C4
    +
    .icon-weibo
    +
  • + +
  • + +
    uniE6E5
    +
    .icon-info
    +
  • + +
  • + +
    uniE6EB
    +
    .icon-forward
    +
  • + +
  • + +
    uniE6F3
    +
    .icon-share
    +
  • + +
  • + +
    uniE6DE
    +
    .icon-fold
    +
  • + +
  • + +
    uniE64B
    +
    .icon-favorfill
    +
  • + +
  • + +
    uniE65F
    +
    .icon-time
    +
  • + +
  • + +
    uniE64C
    +
    .icon-favor
    +
  • + +
  • + +
    uniE66F
    +
    .icon-weixin
    +
  • + +
  • + +
    uniE66C
    +
    .icon-github
    +
  • + +
  • + +
    uniE66B
    +
    .icon-notification
    +
  • + +
  • + +
    uniE68C
    +
    .icon-tags
    +
  • + +
  • + +
    uniE69F
    +
    .icon-pulldown
    +
  • + +
  • + +
    uniE65C
    +
    .icon-search
    +
  • + +
  • + +
    uniE71F
    +
    .icon-pullleft
    +
  • + +
  • + +
    uniE70A
    +
    .icon-notice
    +
  • + +
  • + +
    uniE73D
    +
    .icon-attention
    +
  • + +
  • + +
    uniE75C
    +
    .icon-rounddown
    +
  • + +
  • + +
    uniE75D
    +
    .icon-upload
    +
  • + +
  • + +
    uniE607
    +
    .icon-douban
    +
  • + +
  • + +
    uniE604
    +
    .icon-QQ
    +
  • + +
  • + +
    uniE628
    +
    .icon-caidan1
    +
  • + +
  • + +
    uniE6E3
    +
    .icon-appreciatefill
    +
  • + +
  • + +
    uniE644
    +
    .icon-appreciate
    +
  • + +
  • + +
    uniE646
    +
    .icon-close
    +
  • + +
  • + +
    uniE74A
    +
    .icon-calendar
    +
  • + +
  • + +
    uniE651
    +
    .icon-location
    +
  • + +
  • + +
    uniE645
    +
    .icon-check
    +
  • + +
  • + +
    uniE657
    +
    .icon-roundcheck
    +
  • + +
  • + +
    uniE665
    +
    .icon-camera
    +
  • + +
  • + +
    uniE668
    +
    .icon-likefill
    +
  • + +
  • + +
    uniE663
    +
    .icon-warn
    +
  • + +
  • + +
    uniE667
    +
    .icon-comment
    +
  • + +
  • + +
    uniE669
    +
    .icon-like
    +
  • + +
  • + +
    uniE679
    +
    .icon-back
    +
  • + +
  • + +
    uniE686
    +
    .icon-my1
    +
  • + +
  • + +
    uniE684
    +
    .icon-more
    +
  • + +
  • + +
    uniE691
    +
    .icon-question
    +
  • + +
  • + +
    uniE720
    +
    .icon-pullright
    +
  • + +
  • + +
    uniE708
    +
    .icon-countdown
    +
  • + +
  • + +
    uniE731
    +
    .icon-mark
    +
  • + +
  • + +
    uniE661
    +
    .icon-unfold
    +
  • + +
  • + +
    uniE739
    +
    .icon-file
    +
  • + +
  • + +
    uniE78B
    +
    .icon-my
    +
  • + +
  • + +
    uniE761
    +
    .icon-write
    +
  • + +
  • + +
    uniE741
    +
    .icon-community
    +
  • + +
  • + +
    uniE758
    +
    .icon-hot
    +
  • + +
  • + +
    uniE791
    +
    .icon-text
    +
  • + +
  • + +
    uniE769
    +
    .icon-menu
    +
  • + +
  • + +
    bing
    +
    .icon-bing
    +
  • + +
  • + +
    sakura-black
    +
    .icon-sakura
    +
  • + +
  • + +
    pixiv-gray
    +
    .icon-pixiv
    +
  • + +
  • + +
    gear
    +
    .icon-gear
    +
  • + +
  • + +
    dots
    +
    .icon-dots
    +
  • + +
+ +

font-class引用

+
+ +

font-class是unicode使用方式的一种变种,主要是解决unicode书写不直观,语意不明确的问题。

+

与unicode使用方式相比,具有如下特点:

+
    +
  • 兼容性良好,支持ie8+,及所有现代浏览器。
  • +
  • 相比于unicode语意明确,书写更直观。可以很容易分辨这个icon是什么。
  • +
  • 因为使用class来定义图标,所以当要替换图标时,只需要修改class里面的unicode引用。
  • +
  • 不过因为本质上还是使用的字体,所以多色图标还是不支持的。
  • +
+

使用步骤如下:

+

第一步:引入项目下面生成的fontclass代码:

+ + +
<link rel="stylesheet" type="text/css" href="./iconfont.css">
+

第二步:挑选相应图标并获取类名,应用于页面:

+
<i class="iconfont icon-xxx"></i>
+
+

"iconfont"是你项目下的font-family。可以通过编辑项目查看,默认是"iconfont"。

+
+
+ + diff --git a/css/iconfont/demo_symbol.html b/css/iconfont/demo_symbol.html new file mode 100644 index 0000000..6006396 --- /dev/null +++ b/css/iconfont/demo_symbol.html @@ -0,0 +1,559 @@ + + + + + + IconFont + + + + + + +
+

IconFont 图标

+
    + +
  • + +
    cat
    +
    #icon-black-cat
    +
  • + +
  • + +
    cat-in-white-silhoue
    +
    #icon-white-cat
    +
  • + +
  • + +
    markdown
    +
    #icon-markdown
    +
  • + +
  • + +
    uniE6A3
    +
    #icon-right
    +
  • + +
  • + +
    uniE6A0
    +
    #icon-caidan
    +
  • + +
  • + +
    uniE6B4
    +
    #icon-delete
    +
  • + +
  • + +
    uniE6BC
    +
    #icon-message
    +
  • + +
  • + +
    uniE6BF
    +
    #icon-link
    +
  • + +
  • + +
    uniE6C4
    +
    #icon-weibo
    +
  • + +
  • + +
    uniE6E5
    +
    #icon-info
    +
  • + +
  • + +
    uniE6EB
    +
    #icon-forward
    +
  • + +
  • + +
    uniE6F3
    +
    #icon-share
    +
  • + +
  • + +
    uniE6DE
    +
    #icon-fold
    +
  • + +
  • + +
    uniE64B
    +
    #icon-favorfill
    +
  • + +
  • + +
    uniE65F
    +
    #icon-time
    +
  • + +
  • + +
    uniE64C
    +
    #icon-favor
    +
  • + +
  • + +
    uniE66F
    +
    #icon-weixin
    +
  • + +
  • + +
    uniE66C
    +
    #icon-github
    +
  • + +
  • + +
    uniE66B
    +
    #icon-notification
    +
  • + +
  • + +
    uniE68C
    +
    #icon-tags
    +
  • + +
  • + +
    uniE69F
    +
    #icon-pulldown
    +
  • + +
  • + +
    uniE65C
    +
    #icon-search
    +
  • + +
  • + +
    uniE71F
    +
    #icon-pullleft
    +
  • + +
  • + +
    uniE70A
    +
    #icon-notice
    +
  • + +
  • + +
    uniE73D
    +
    #icon-attention
    +
  • + +
  • + +
    uniE75C
    +
    #icon-rounddown
    +
  • + +
  • + +
    uniE75D
    +
    #icon-upload
    +
  • + +
  • + +
    uniE607
    +
    #icon-douban
    +
  • + +
  • + +
    uniE604
    +
    #icon-QQ
    +
  • + +
  • + +
    uniE628
    +
    #icon-caidan1
    +
  • + +
  • + +
    uniE6E3
    +
    #icon-appreciatefill
    +
  • + +
  • + +
    uniE644
    +
    #icon-appreciate
    +
  • + +
  • + +
    uniE646
    +
    #icon-close
    +
  • + +
  • + +
    uniE74A
    +
    #icon-calendar
    +
  • + +
  • + +
    uniE651
    +
    #icon-location
    +
  • + +
  • + +
    uniE645
    +
    #icon-check
    +
  • + +
  • + +
    uniE657
    +
    #icon-roundcheck
    +
  • + +
  • + +
    uniE665
    +
    #icon-camera
    +
  • + +
  • + +
    uniE668
    +
    #icon-likefill
    +
  • + +
  • + +
    uniE663
    +
    #icon-warn
    +
  • + +
  • + +
    uniE667
    +
    #icon-comment
    +
  • + +
  • + +
    uniE669
    +
    #icon-like
    +
  • + +
  • + +
    uniE679
    +
    #icon-back
    +
  • + +
  • + +
    uniE686
    +
    #icon-my1
    +
  • + +
  • + +
    uniE684
    +
    #icon-more
    +
  • + +
  • + +
    uniE691
    +
    #icon-question
    +
  • + +
  • + +
    uniE720
    +
    #icon-pullright
    +
  • + +
  • + +
    uniE708
    +
    #icon-countdown
    +
  • + +
  • + +
    uniE731
    +
    #icon-mark
    +
  • + +
  • + +
    uniE661
    +
    #icon-unfold
    +
  • + +
  • + +
    uniE739
    +
    #icon-file
    +
  • + +
  • + +
    uniE78B
    +
    #icon-my
    +
  • + +
  • + +
    uniE761
    +
    #icon-write
    +
  • + +
  • + +
    uniE741
    +
    #icon-community
    +
  • + +
  • + +
    uniE758
    +
    #icon-hot
    +
  • + +
  • + +
    uniE791
    +
    #icon-text
    +
  • + +
  • + +
    uniE769
    +
    #icon-menu
    +
  • + +
  • + +
    bing
    +
    #icon-bing
    +
  • + +
  • + +
    sakura-black
    +
    #icon-sakura
    +
  • + +
  • + +
    pixiv-gray
    +
    #icon-pixiv
    +
  • + +
  • + +
    gear
    +
    #icon-gear
    +
  • + +
  • + +
    dots
    +
    #icon-dots
    +
  • + +
+ + +

symbol引用

+
+ +

这是一种全新的使用方式,应该说这才是未来的主流,也是平台目前推荐的用法。相关介绍可以参考这篇文章 + 这种用法其实是做了一个svg的集合,与另外两种相比具有如下特点:

+
    +
  • 支持多色图标了,不再受单色限制。
  • +
  • 通过一些技巧,支持像字体那样,通过font-size,color来调整样式。
  • +
  • 兼容性较差,支持 ie9+,及现代浏览器。
  • +
  • 浏览器渲染svg的性能一般,还不如png。
  • +
+

使用步骤如下:

+

第一步:引入项目下面生成的symbol代码:

+
<script src="./iconfont.js"></script>
+

第二步:加入通用css代码(引入一次就行):

+
<style type="text/css">
+.icon {
+   width: 1em; height: 1em;
+   vertical-align: -0.15em;
+   fill: currentColor;
+   overflow: hidden;
+}
+</style>
+

第三步:挑选相应图标并获取类名,应用于页面:

+
<svg class="icon" aria-hidden="true">
+  <use xlink:href="#icon-xxx"></use>
+</svg>
+        
+
+ + diff --git a/css/iconfont/demo_unicode.html b/css/iconfont/demo_unicode.html new file mode 100644 index 0000000..ebcfc0f --- /dev/null +++ b/css/iconfont/demo_unicode.html @@ -0,0 +1,450 @@ + + + + + + IconFont + + + + + +
+

IconFont 图标

+
    + +
  • + +
    cat
    +
    &#xe65d;
    +
  • + +
  • + +
    cat-in-white-silhoue
    +
    &#xe65e;
    +
  • + +
  • + +
    markdown
    +
    &#xe664;
    +
  • + +
  • + +
    uniE6A3
    +
    &#xe67e;
    +
  • + +
  • + +
    uniE6A0
    +
    &#xe67f;
    +
  • + +
  • + +
    uniE6B4
    +
    &#xe680;
    +
  • + +
  • + +
    uniE6BC
    +
    &#xe681;
    +
  • + +
  • + +
    uniE6BF
    +
    &#xe682;
    +
  • + +
  • + +
    uniE6C4
    +
    &#xe683;
    +
  • + +
  • + +
    uniE6E5
    +
    &#xe684;
    +
  • + +
  • + +
    uniE6EB
    +
    &#xe685;
    +
  • + +
  • + +
    uniE6F3
    +
    &#xe686;
    +
  • + +
  • + +
    uniE6DE
    +
    &#xe687;
    +
  • + +
  • + +
    uniE64B
    +
    &#xe688;
    +
  • + +
  • + +
    uniE65F
    +
    &#xe689;
    +
  • + +
  • + +
    uniE64C
    +
    &#xe68a;
    +
  • + +
  • + +
    uniE66F
    +
    &#xe68b;
    +
  • + +
  • + +
    uniE66C
    +
    &#xe68c;
    +
  • + +
  • + +
    uniE66B
    +
    &#xe68d;
    +
  • + +
  • + +
    uniE68C
    +
    &#xe68e;
    +
  • + +
  • + +
    uniE69F
    +
    &#xe68f;
    +
  • + +
  • + +
    uniE65C
    +
    &#xe690;
    +
  • + +
  • + +
    uniE71F
    +
    &#xe691;
    +
  • + +
  • + +
    uniE70A
    +
    &#xe692;
    +
  • + +
  • + +
    uniE73D
    +
    &#xe693;
    +
  • + +
  • + +
    uniE75C
    +
    &#xe694;
    +
  • + +
  • + +
    uniE75D
    +
    &#xe695;
    +
  • + +
  • + +
    uniE607
    +
    &#xe696;
    +
  • + +
  • + +
    uniE604
    +
    &#xe697;
    +
  • + +
  • + +
    uniE628
    +
    &#xe698;
    +
  • + +
  • + +
    uniE6E3
    +
    &#xe699;
    +
  • + +
  • + +
    uniE644
    +
    &#xe69a;
    +
  • + +
  • + +
    uniE646
    +
    &#xe69b;
    +
  • + +
  • + +
    uniE74A
    +
    &#xe69c;
    +
  • + +
  • + +
    uniE651
    +
    &#xe69d;
    +
  • + +
  • + +
    uniE645
    +
    &#xe69e;
    +
  • + +
  • + +
    uniE657
    +
    &#xe69f;
    +
  • + +
  • + +
    uniE665
    +
    &#xe6a0;
    +
  • + +
  • + +
    uniE668
    +
    &#xe6a1;
    +
  • + +
  • + +
    uniE663
    +
    &#xe6a2;
    +
  • + +
  • + +
    uniE667
    +
    &#xe6a3;
    +
  • + +
  • + +
    uniE669
    +
    &#xe6a4;
    +
  • + +
  • + +
    uniE679
    +
    &#xe6a5;
    +
  • + +
  • + +
    uniE686
    +
    &#xe6a6;
    +
  • + +
  • + +
    uniE684
    +
    &#xe6a7;
    +
  • + +
  • + +
    uniE691
    +
    &#xe6a8;
    +
  • + +
  • + +
    uniE720
    +
    &#xe6a9;
    +
  • + +
  • + +
    uniE708
    +
    &#xe6aa;
    +
  • + +
  • + +
    uniE731
    +
    &#xe6ab;
    +
  • + +
  • + +
    uniE661
    +
    &#xe6ac;
    +
  • + +
  • + +
    uniE739
    +
    &#xe6ad;
    +
  • + +
  • + +
    uniE78B
    +
    &#xe6ae;
    +
  • + +
  • + +
    uniE761
    +
    &#xe6af;
    +
  • + +
  • + +
    uniE741
    +
    &#xe6b0;
    +
  • + +
  • + +
    uniE758
    +
    &#xe6b1;
    +
  • + +
  • + +
    uniE791
    +
    &#xe6b2;
    +
  • + +
  • + +
    uniE769
    +
    &#xe6b3;
    +
  • + +
  • + +
    bing
    +
    &#xe6b4;
    +
  • + +
  • + +
    sakura-black
    +
    &#xe6b5;
    +
  • + +
  • + +
    pixiv-gray
    +
    &#xe6b6;
    +
  • + +
  • + +
    gear
    +
    &#xe6b7;
    +
  • + +
  • + +
    dots
    +
    &#xe6b8;
    +
  • + +
+

unicode引用

+
+ +

unicode是字体在网页端最原始的应用方式,特点是:

+
    +
  • 兼容性最好,支持ie6+,及所有现代浏览器。
  • +
  • 支持按字体的方式去动态调整图标大小,颜色等等。
  • +
  • 但是因为是字体,所以不支持多色。只能使用平台里单色的图标,就算项目里有多色图标也会自动去色。
  • +
+
+

注意:新版iconfont支持多色图标,这些多色图标在unicode模式下将不能使用,如果有需求建议使用symbol的引用方式

+
+

unicode使用步骤如下:

+

第一步:拷贝项目下面生成的font-face

+
@font-face {
+  font-family: 'iconfont';
+  src: url('iconfont.eot');
+  src: url('iconfont.eot?#iefix') format('embedded-opentype'),
+  url('iconfont.woff') format('woff'),
+  url('iconfont.ttf') format('truetype'),
+  url('iconfont.svg#iconfont') format('svg');
+}
+
+

第二步:定义使用iconfont的样式

+
.iconfont{
+  font-family:"iconfont" !important;
+  font-size:16px;font-style:normal;
+  -webkit-font-smoothing: antialiased;
+  -webkit-text-stroke-width: 0.2px;
+  -moz-osx-font-smoothing: grayscale;
+}
+
+

第三步:挑选相应图标并获取字体编码,应用于页面

+
<i class="iconfont">&#x33;</i>
+ +
+

"iconfont"是你项目下的font-family。可以通过编辑项目查看,默认是"iconfont"。

+
+
+ + + + diff --git a/css/iconfont/iconfont.css b/css/iconfont/iconfont.css new file mode 100644 index 0000000..2ca2820 --- /dev/null +++ b/css/iconfont/iconfont.css @@ -0,0 +1,141 @@ + +@font-face {font-family: "iconfont"; + src: url('iconfont.eot?t=1527165288426'); /* IE9*/ + src: url('iconfont.eot?t=1527165288426#iefix') format('embedded-opentype'), /* IE6-IE8 */ + url('data:application/x-font-woff;charset=utf-8;base64,d09GRgABAAAAACl8AAsAAAAAPoAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABCAAAADMAAABCsP6z7U9TLzIAAAE8AAAARAAAAFZW9Ei1Y21hcAAAAYAAAAHVAAAE7KCilVJnbHlmAAADWAAAIhAAADFoFx0MimhlYWQAACVoAAAAMQAAADYR6+jQaGhlYQAAJZwAAAAgAAAAJAhSBDJobXR4AAAlvAAAACoAAAEAAIv/3WxvY2EAACXoAAAAggAAAIKU7YgKbWF4cAAAJmwAAAAfAAAAIAFSARJuYW1lAAAmjAAAAUUAAAJtPlT+fXBvc3QAACfUAAABqAAAAmNjOrbpeJxjYGRgYOBikGPQYWB0cfMJYeBgYGGAAJAMY05meiJQDMoDyrGAaQ4gZoOIAgCKIwNPAHicY2BkYWKcwMDKwMHUyXSGgYGhH0IzvmYwYuRgYGBiYGVmwAoC0lxTGBwYKp7tYG7438AQw9zJ0AYUZgTJAQDiIAw+eJzF01dSG0EAhOF/kYyxnDDOERvnnHPgJPDEIfSEcwDnnHPOGXMeP3T5FtCj5sUnYLa+qtlZSbOl6QamADXbYnWo/lFRxl+vVq31Go3Wep0R3zfooM1XU/0a0OjYmNea6vN8sDXPqPy5BjN8lXmbf6PundqZ6m9P85PpfjKTWcymkzl0MZd5zGcBC1nEYpawlGUsZwXdrGQVPaxmDWtZx3o2sJFNbPZ7bWUb29nBTnaxmz3sZR/7OcBBDnGYIxzlGL3evp1JG9Xkbf3/KOdArT5x53+F5gS/ovrC54T6o2RCA1FyocEoedHx8HmiE+GTRSfDZ4xOhU8bnY6SI50JJwCdjfJ2OhdOBTofzge6EE4KGgpnBg2H04MuhnOELoUThS6Hs4WuhFOGrobzhq6Fk4euhzOIboTTiG6Gc4luhROKboeziu6EU4vuhvOL7oWTjO6HM40ehNONHoZzjh6FE48eh7OPnoRbgJ6G+4CehZuBnoc7gl6E24JehnuDXoUbhF5H6b7ehFuF3ob7hd6Fm4behzuHPoTbhz6Ge4g+hRuJPoe7ib6EW4q+hvuKvoWbi76HO4x+hNuMfoZ7jX6FG45+h7uORsKtR3/C/UejQe84IF7bUwAAAHiclXoJnBxVuW99dbqWrr2Xquru6W16q1l7Mr0mmT0hy0zIRjaSEJYsJEAS2QxJDGQCBBJAULwKEkBEJIg+9QokgIDCE5cIXr1ubF71h8tTFn3ei9ynmcr9TnVPMgF5791Zqs5Wp8751v/3nWI4hjnxa/IUiTAhpo3pZc5gljAM8J2Q0dgEtDqVItsJZitn2mGNOFmnVchmimQA7Awftkq1SsHmBV4HDZJQbi3VnCLrQLUyyPZByUoARFtiy4L5eJB8DKSIk9zvjrH3g5nKxvXBbne0ayhcSofEq5RgMBoM3iLyHCeyrE/XYJtt+Tm/xLsPcHrMfCrVzqZAiTqxM1er6ZbgBQcq2xN52w8wPg6hlrR2eCgQC+DfnpgVCkYFQxUjMTWbC8NVv5EjISVReJ3BHwH3upc8TvYxIjPIzGPWMRcym5lLcb8lK8xnCpUaFKE6COVBvAsZXkiCnQQzLGjQm61VA0XQwck72MebgbBl437rtWqlAPRROoWdxaFIukK1nqVtfd7E9cnufDZs0fEZnj1XCQSigQDMMeK+Gbzg8xuCOMpBMqAYCq8s1CAurt/iHlhLFEHvzbM/Em0lFprYnWxr62tre1AHkEXwS6CLiiLO9cvyh5OOgz3u/clkAieGP9HZowF3ND5aXjnqMzSfb/WWvrOSViGUkDkwY+RGXVTvB/gfPI8EP35Jvhd4yZrW0gNb6Sv62pbGRUnxR5WALAeUpY22uQH8wZW/h5YBJsZkmdXMVuZapOWkYAgnt/2+Fu6/T2Ns4VqROwHbQjmzS0MQ0EAgWTp3Hwj0UqoNQZm+BxINOiXUBpGrDeJMVpn/f4qrRtzd4v4gHJvJq7BxT1gRZkMs/Le5lOw6SH4QZQAd6c/abX30JRsadN9wWu03/z0OROKj7+BbyOxLZZC2H382HAP4OjIh6lckMY4MobJMkP7Pk//N3sLoTAuTQbq3IjEDSM3WQagjGSFbFRwzGyjb9XLIKVfLZpl84fiXU20AbSlylnd3d+xZd+6ePeeu2/PkoXVXr2Nvbk9OfC9Je5JsPdk+8b2f7tz5U/jCpz7lrvrpT37CAL5znBSR5zF8H7KlVnCgoIGFmojXcqkO1VqpWiatLPh5w+0IV/IkCA+6a4OQj0dD8CMWADbiJdiuw1MhtlALupe7FweqTgCeAxYa+2IYH0PGm3LFhJoyk8m/r5BM9q/o61sBe5L9y/v7l8NHEn0r+vtXsP+apM39ydNuOC21deM+wLkVJsr0MDOYFQyTR8WvBuiMKG/C1ApSsFLIIlkT4IkZtW+VQr5SwwLatlak+KnBXu/JGs/eKCUtK2n+Tk6aZtJic0eGu92PF4eP6JalE3qd6DN1+JAedsfgVZcpDuNgS2cZ3cLhwxfKlg6307Hudl2eWmHPHi0ODxdHrYSFf6O0dfT40eEimzNM05h4jTawWXqd+EVxuCEne709y4zNLPXkpNDYQpgXplipfKUIaQ010bKtQaD6hmYcSkkIU5MmFNDMCzWngJQww9Tm25Tftfogy37MfVWzLA3y+NYVv6TFX+Ja4MGDb7pvvHVwy7lKMsAri1ftOPb2sR07jl1FiGpz0gUhQ7Z1ixdSUlDWROHzpYO/vxHeNj2qfcKiN2v7Vd4DGx4bFvloUqx+cunGh9avf+g7D20AoqqJ+qxI0NQlsbDQDkhkbA758Peo6FAeU/mJM3VmmBlFDmczPVAYBCsFdYdyuDIEtVIKLPRbuBHaOdmCe+0Bwa5T+RI4Ps0YDP6TQrOAvi3a0iGBnZA7vjNjGfJWWm4OhmeYYH6v5VlzwOwzzRcT3YlpkpVQel6YuRKFQIY773DXuD+GbngQuo+Nu//knkAt2ArwdqIkp01WLr44tFIKp6SVpjVgDoR/0rLdsqbjZD9LxCtSqwlSz7/UlklmUnn6U41J3B+7a1j/PvfE5FwNe4yb95ODnhefi9Z4A9rjHdQe90CRxT0OwSA4BcHk65U6MpIXKLPRa5cGWZRzoqE9HkQvjoMF6s3rtSQr8ElA8+ucbLKaLZyn9VROBKvxoFX3CvWabbH/CT6JEB8qNLAKKN1fagE2mm9/7vz5i6/55sUbvnz5yOyvLDv+tHH4b88Y0K1v+uh8IyjEjdKm+ZbB6+mkz75DnHZGTtO4iJYvq0SNxXyyu2Vwd61ncOT6cn0nH+1pk6LdbdOJP2gQogRFOAH4PsQOLOFSfaGheSAZhF2ab19w7vyPDy++eqCyYkNP9Qz3nVmRCz63P3LBA3DTnIvaVV8sGSBSYsGGLj0u6fpQLlsxBZ/VohOxntEioqKmrzIqWy8KmfUrNu8NFfSAg/8RQed5XQgI7KRNofJmMAkmyThMBRv5TJFFEFRKsihRpJDRACldGoRKgRMmrVdoqq1hv3PeD585cNZZB5754TMHly49OLbJUxZ6cb/hGOliOl3slT2tWNXujWoOPkA6+pqa9faxsxyDDky73dRkjHkm44jOwIm/n7gO13gjMx3XlnHwtRpB2S+g9tbRFdPlZDMaEWpluhg/ygWubQAqNRtVQgCezQuCvfCTG9ZoplnkWbWcXfz6R6miLzq4blFn8Id/0iw4370PDVJPAI76JXdU2sP6ozCftHVOVwLBaMwoXVu7+lrU7mnzNizv2ovr+jPsgr29dIm3RYJBNyclJLdNbugveQLpmWeKngYz+YyQRwjg5C3Pu3sGiCt4FrlU57DmgQtSa4I4mCQw8E28QQqDHe49QQHO6awNrFy5a6XfPdy5c+XK/q4cfIjH+srLrf7Ozv6uiRetrv6Ojn72boveuj7f9Xw6E7JeKtAx/Xbk5x0rdq+IvBgO9dNZ2D2N0e4sc6CjY6DTfahRp36y6cNCDOMHJ1stZJCKuM66H+hiyb+7HQBaRnGLajSnwKPwpJqNwn3UQSqq26HkIgo84Y4q0RydCk787cRuH4fzJbCCTjePIiUQToMUEN6q5zkP/SCJCPmrrlnu9w/KRelm95ipG7+qkXwYwmCKftBNtgw/Mzp808AxTfeVHl+H8Xv363ZMvvPTPlMXeBj0/MV40/+aTAHfN2n8kJxFaLoEnmQDHicCDeCF5L94ipVzXzslvjcdpa5Ke003TfaPn6KmqzFq4p9PyS2MAOMJK3UkCaux57+f+Ii357ons3kOxTXkFBDj1ZKAltu2BFKvIQHQsOULaLU98xOqlewQl0QQGUJbRfJ+0X3DfTOE0vErQ7O+pke4oL71adXX9ZtA6PUuon3dPRESL7+CS7TI/Cf9RfkgVC1N/3XFF/bv9X36Tjlmw9zfGZ0kSYLJCAk9p4bc/7jGL18Nakh51iHBf/+LJikJDaYjPV+ehvT8rfukraAx5k/KgOlZhSozRH0RlOwioglqem2hTgW4UK3UnMn44yRCRkuRbUq47dTynsum7eWTJfYxIxz50f4ND67/eO6ac3J6UHpkthmNtmcyfzBbW9ujUfbdx/eMP/roeH7+htg17hbVttVwLPaoZttaGHuvY7d//KxbV9x64bbhIBTyOw9viLbFYm3RtfiPJfffth6665W7QtPXnnef1WJbcQuvdkuDNygjd3l7m8UwgXDQttC0VetVvkiqRZa6AAQGFD/UC+hFwMYF29goWGhXBEROCPjLtWC1ATi+cScv+nzQNdIaVPzZEF8ZzC73J6+4tG61JOcnpZlz589cMBIzp192RScLIn/oOYQVf3zzIIw/6L5bYdHN+C7ktVRLK9FimtCyrmS2Jcxrzzl7aGSMjYdEw5jOzxsePvuca82OweskwldBOnzzmwcPvsk0sMJXmjxyMB48h0paD7LHs3196MzKDTQHFAN6kp6CAEUNWcggQEKPytJdOJ4DtC3bM/fYbaOm1Km1dyjssKnCoHK5+e6X1k+bNWva+pe6CnYu564zLMu4XFfe5rnXFR1eUSWVk7RYJGJZESXIxVJ+Tou3xJOJuC5v0y3wz1m0aI4fImlpwZo1C5SlXS/P7nl92qyXu3LZ48/ks+y4Zbyu2/LbpNXH/0Z2LxT8acXMFObknZFcWo+kAz7Vb+S7zl6/plgIG/vCKWXRnc/csUhJmayy8p9/+dVV6iR+CiNNbKabWclsodkAoUpRAEqkxmJ0NkiQLEDjsrrleQqU4LqQ5e2w5WAM4mdRGALZWp0STyibWcp1NB4YKlTqSKg+nI/gfQCBRLOrB+rkzdC8Dimdjo/Eax1pOdCitpbmta1Z4d5g2L6IyVbHKsmI5POJsSukhODOwwme5JW8LBk0PIKg5s5T86r7rKKgLe0O7Rf5rXCeoEZDIdX9rFpQW9LsZ9pzvRF7dm93ZdXaktJWWrNh5k3uOyHVUlV/vlLJJ7qkfi4YbPm+Irjz3efgCSEuQTYWioXOeKQrWFTceZoGA2oBTbMaMiPH34Xz+YT/Zc14l3Z+VtNiaeY0+xlgOml88V4UKaDl1KFpP1F2+DAiz1K9Wq+dZkSnQsXXzJS0E33/Tgo5j0op6ahsfRAYxBBAugrOo+7ZvfcjElhJ+XFZgiNyI37zYoEelHSn1tRAg4LAuhePIwyYtPEYkjcWZpmefpO/fnnb+Muu++reva/uu/BcVVbj2uKV25+45JInXnli66WSTNHe0whRYNYT+x8ep8PcE6+MdwiJFonLb3v8FTpy22d34OIBsdox2UxMxrH/D3pxtpXy3GYPeBFYtrVe80jIfyC9JhYA8R3BxSAlzqGBkfu5XYig5ccDH0i2b4GAT+CYHVYqvFNJWNKRQHN9e8nDuL4RZiGzDNdX9NF0hJfGSaCqU1hMIygaFaUpTeu1Ig0rzDACKj5JcACqyqAPMkKV2vYEFNDKZRyrRD7LhbpyLZsWD549aIq+FjXZGjlv6+4n3B89ubsgCNGEMK0l1xXi/EK8dN1gcMnGxaHB60pxwR1jTTNuKnIldmYs03+z2HLm2HmFa+9JGl2Dg10hLYLA2X/zR258ZtmKp27cMgvdk6gs2104b/7CuKCm9Og0rT57dl2bZhsp9k6WRUynARz/eaFAGjax6bfyiBZHmDHUfyR8oYq2LJf26RDOCqZNBcO2fOkc2oBKGSU3W3NwljTSBYPmenUQ0sizfKGZ+REmkZiPoUEBzHP/4H7X/cM8FgjQhnlgw3Sw59I+bJgz9I77l/8YBhh6B7R3hsB9unzLpk23bFqfXNnXt7KP9fsxrMBHD33jmUMcGxZEwvFe7S4MOnw+ViTsgcOHD7A+nIwW+N2ljR/duPGjtyX7aX7gPTLX/gE6inZ+UjlRPcq40/L/RUNfQTW7+5CUsuTHJEMQgOVZ9rEPVtLbdIzrPnOPp51HZUII+6TMsCfXFWWmUeRIoUIDOA5BgFKyGvAUIeTJXmtTBhu5B3RZZK/7GUHzm7L7bdlqVf5up21Iyxn7IjkdOX5vJG3bBvmaYbMGbOT5oPsduTWi/p+JRQa2s4+5v1Qjafd6JWLcc48RiRjP0+bnDabpJz/prYtgnCkzLQwTajVbIdAa8O61usML2YIjWDZWq3Hy3ePTyZXHf3UlO3Pi2yxTLl7ZPXCsPHzJ7Db3Z3SarROvw8PuShj8kXvvki2dezbvP7dj44pt2yaxxV7yDhkHjKxCPVAdYhFZ4GUoXE61mjprpgxTF7M9ft1vpgRTV7I9QtbJOjqXFfC3x6DDxTIyq1zt0bJVFFddzfb4qk51SD1EWCLxrMghxWUOi6IvlJA1UWpV1ejM7qKR7k4mFF2VOUP0RzhV4zmWsD6BoCpz+CyweEWVkTleEHmRo93IaJCISAQOOBF8BBTCGYCDiSgKmhpk05Yk+ST6oEx4URLTqtzetcgwtLQoiiq+SAiprVLEL0lysarKUUX2S35B9OObMaSlsiFyoj8kiCJqCxcSJX+I4ziCfzgAZ/XhD49L4UVBlAEDYPzDCXyCgfOH8BXwKMIuLSLxnBgRiR0xsqIckmWhJSOrvD/sE/wqziVJCr5C9Cl+MSGHUiFZEv3BZBI7BT++k4sEedwqHzIkWVU1Qw5JspgP2KKWJSoN9gldqywKSdZHiBowZTsQBNZQeZHomiyyxKBL5nBbnEjvPrp2QUY1E+jDBNeNG+E4CXcsEoNT/QIt4NaQCkBwM3IMqeeXZEnB0Szn55ALPJLCR6tIRp9aTWYsWZVtRVRCvCiflk+k+a8sldyGD6GmCVpP5fXIlLJBfiX4/cLxNF7J772bMKWpUSbn+1VJUv3ub/2aH//c5xt1pqnHQK5vZAMgO0gtiZdyYQW+cUQwGTolEQ+hdw1WClwznvLSiOT2l7SAyM/obB0KarbqD6n2CmMzjZE2+FdcPePd/NLcyLzj+2UvC8gG09f0l8d0RQ5qlXZnieXUTN3FiCqXT86E+86eJUmNupdgPOVzr2cUjEs2MYx9etrz1HIpmKWLzk6uN8lOLpd42/AySwiZA56JHMSIjP6WEAtbGsIJSk/0jOxgIxtKRqfuijdCqtGX0Rvbig7u629sa4zrsd5tmV7sDiQUUThnDFCztHS1bAStiE6sQI/ImwYnhk1Q/PGBLpnuykM7jM6W09f0VcZ02R/SquH+JWZLt8F5PZbWkm4QY+JfRIOqncZj2HGUBU5PTosn11xg+LjQQGVntxpsjWh5d0/DFu3zZKeFWmMKOgQ/UKdm+6eG8w47Hx7Wkh2Ge7a7VutMGfB592wD6/AQPGR0JDW4Dg5reHdX4z3RiXd3jd6Z0OFBdwV9rnmeMk5eOymno4g1zme2nS6v9pRyyEuGdHrHLfnmMYiXlq56Gd1m35TMdIGE+ayXsm5F8EH9RcN7cFMrv2BHjXDYmDjqCcup8h+OYvyu0xL8vEaLNV49/lpY93JMY13Dw93sa93DtZCpT+R0k+R+2JBMd6eXszKh1kjsvmY10uH/1KiO0qqxfXsj6V2cyNPUNvtqcfh44/2555C522hxm5cFbxZP4kbyiaYPr9EopYkxnEnUQbABRRK9ZJr30toaFBwM2GppFEkayfDsoZFH9+17dN+VHbtXrNi94nbdkru27l76rPvnZ3deJpFI0v+3N2DRGwvXXxPvkWDZyL7H9u177LlOmg3aNbESsWLPvsOfqx149tkDIy/drCRDRIbyfYffeOPwwMO33p0qyw1/5tmffUycIilUqqYEQdmyG8C/VCvX6lDzMS0ZZeK77jE1G1VhBYDIsiip6G54wq5QyKpghFUnHoCSEs0p7lcQQwPNd/oIe7XCvCdvM20KpoGp6UehiDh0EteUzeYShqAKtQ/M4AwD7tR9ZwcFNx8Daq0FTVAgfzq6WXwqnfNj3ZTcv+ySKbj5RAPj4VZYaJO8vMiJt05irwHvHHZ54xTmdO5Nnq40TifeK8vZk6cYND4nJ5Oq0BjbONV4D3uBOf4aFbCmFNGDmFzzVMWiJyzYt6mACCCd7nZvQYvpHbncrv92eB+d5dnOFXQWtxdFfax7mAqwNnGE2h12TKPCPNw9caR7mB1v5mBhsKECU2RgnInQfDy6gMlzFMp+qHsJePZP2xbz3aXF2y+7bymc1X1+NywlLbHYfWR8AVcsnXnfZZescr/Q2QUr2VbnzK7L7qPnWSfePvGCL9i0GTkvY8pwSBmUphLOzYOXd/SI5px2zqWfTJKS8Qlm6YgD17XtbYPrnRF3ZbA97F4dttsI02aH3Q95B1hmrpmDrlw6j31s/vyJBfM/REYzmYnRjONkqJbCfGoV3Mf1Tzb338SNh719V5DTc5nFXma8x3t3imZXTjFz0h022UcXOsncbOtJ1bbfV2DjSlrZoUTSypo1igFhClqPv0mvOyiI3dE7Z04vCdOre9z9fqA3m+3NvBbszWR6s68GSplMKbNIlq9S0ra8dq0cMdgd9NGJm4wIYuczSqz3/MRNpTPgUDBLHw6cdvPylCeavK14UuxAkZqYcgnjPg2afLYajKbn2FkatzaOoGh+JCyw65DX7pcoqy9bOU/hAnGlMrJ8VzwLSyNOFM4a3LV8Sd9t/njY/7ElF6NsrOrqhNUNESiJLRFOLOxaXpzZ5X7RjsDKWUuW76rdJoXj0sdGqcQwzTPbFK4v4FG/kYXxzrfQeYWJGiwH3YFgEP5nsJwLuhfBHcHtWHsuWKGXHHZe5F4ULJ9mXzqYRVPzwt4xIKAL8c4MyyWa1PHCEkQBZZvPZvIVBwPDQfC2j+RIsrZJwYVNx+MU+MBpxmcCRN+Hh7SQ0tl22419XWpIm3EpIR+64Wb4kr12pD6wdeOmK/hAe2ru+YpK5ixuBGBLTs8uf5ft8LFhfXZQyt125qFDZ96ZkYODGHQJXezYtpg/pxqVryzddtWuS1r6z1mdCqkZElEHHj7/CIB74sgFX/oH59CTIse9r/Bq4eIFCy5eAGtPv7Ofzy+ghcJpN2bqmRHCCibIpFA3mPxJG/aPLTc0jmQGadYRqo1jkEbujYoRRWoaINFZpqmpsO8DzLn7MvrkZKIlKZnD51A7tvVTW+MtsVbZHG2qru8D7LobkC1tMDGjtSUlp+XiyFCR6vyZF1+yMFpLxVqVnDaovT+n0/EP42sEjdTSpyYhuNCIcj84wH7S5ztCPdAO9wHPXJ+7S7YSytEPTuh8geeOSuGUvIPmzaSUKT8WaNqkcfJdz2Ymke7LKT4/dQrONVNLNPL2VlqtQDPMRkjchFyDUPcOnQYgCXYTemlAqERb5RLlTxHYM+/UbVunFwh0SlZKcQbvX/2U+w7IsBNk9zw7ad/wTTVHB+XUb95wepV/RiF+JajKTyu+UJpUsBf/XmtXUpbk9M1y/+reSGd66o6JP5+aIWV5MyBxaNVK4YRs6x1SWtHEO6W07UNuMCce8PiiM63Ily5E//SEbVbTLp9SRyFUSPs8zETtdJ0K3Elpd8wpReFUkU0qOWXsa79rsON3X/uBx7wX79b9tZpo3P3ixNXmQGfnQMcoW2kWXmjeF2ralvRf7m7o3t1/SbNf3frzO65/AeHO2JjKRl64/o5jVic9oEvi7t5bOM2/hj2MlTmFsWzTM7w+hmKmM925Hrb6mXf2Bv+qkpXBiOLOh8e0WFZxkWmKAj9XmroPHu4vM0PenJ2oYFn6DQT+ev4q1AQjThNVE89jeeGPl/nOT8HqPmak+2cKAE/MEGF9MTdcHM4PIdLtHh5FxJzXzTxK9JttVYyS/fw3dOv47fCq50+xyyTB4jALPhJeqpLQSI/rdA8Pd7KaZRvwkm45WU5xDEvPW4mTZ2fI56u9WGIEY7uMU6CfadSrJ7/ooAw20Qg3PJTTOO/wmDyJlNGQoB+m0epiS/YLmjl814xLb9h29JXHt167fcanR8K6YKTV+zenDLvlgiufdt99Ztf6Ftso9BysBaXxoJb2q7k+n9X90v7Lv3XZZd+6fP9PemJcX0YR03FBWCdagbUJsfWRK289duzWK4+k/fHVAYvUUzLfjJ3J2x4v0zTq8iCMQBrfm+QpUC6A0zAdQghs8mv3NTktTfxKZMeIJhkcgbWyyJZlmDhyu5S25Bv+cwAm3mZXQVKWJ37sl9ydYU2GhURkR+XUxFu3KXZaur4Os1npD5O5rt96vA8xncwC5kp64koTuhrCEnRwGngJXft05FJGLOepPs0Lvx/AZGgATbNTQuPrOK+50ztVcpohXB80P6ipNmZm94tipEUwN2/ZHBZjUUFI3XTtwS0d/f0dE5+mVwtXJB35Ygh13TRVdrMWDmvubsID4D8L17N/0kwzEQrpWdVc5Ne/SPvvuUbSBN4EfJ61lTiC+FxvKSeLWlyePjz8x/5OeIpO7Z7R2f9wRGSl55KcSl3LU/QV7hlamCU+9lbWCCdC+LIDOl5rixBshPfKPtHa0t8BO9sHmEnM8Ry5kX5byWW8ZEK14qUKajQzYA+yBa+c9Nk1x7sLFDMUGp+UWYInlvRQDcc2B5jY5dAx2BOktyLrWDYV1iQIPDzCc7sOiaAFwpwQNGOX1TIJPUgIS9iOkNK6bGxZiyiw3WExOqMjxV56XtRRQrBlTM/5W5WCo4l6QgtHRIt3zGDPurnT13CL/EU9yzuvqOvUoiAXsk6OXLtF13hxnG3/9kd8vvLaWicnBYsgFMyZxV0XbAknIlHNH5079/zO/rkxKyC2rNr4wOrtz9S1QjSXn76zfKCucXLSFhJxv18Kjm2OJBQpOWf+5p4L9j9129aUrAb2POI+fyAsWNkxS1r5Ed/FX8v44joiDy9m2kteRpkMeieV1CYtQDIjiU4KYANKO3Y21DopfSaVKnp6OSVTwE3JcglTs18/eIvXhYmXS3PmlNhvlea8deutOyb6KYRmGdt4PjKx+y2KjOkF7nI9lAw30e4pZfbgmxw/p/f4mxQ0I5K+5taJDbZBEJMjIJ94ybDZHXY6Eknb9yK4xr83G7WpZ+WN/LKOuofNgdZq6+Q/mOUqKVezAfwnzARz8v/Cu7wfsjnq7ou64zH2hWizNCmHm3FeP+I3O5DvAc4E564XoPXW1fBtF14k4/Mnpj04+xef+V/uy5c3cVmk+X1gAek8TLXfZws27xQJdey06H1pgPLL1u265RlRhPQ+p+7U6DdTGE8HBUco1AeJzQbC0Ne3PjA4MGNNTQxlyb89HttkdXdu23GR0xf+woqzRyrpuJw9s1pV3WO3zJ09bWDmFRtmyaoi3VveGAPoXbUdYYm44JH4JXIwMHrxldOXWW8469v6utrbuXJXQoTQQ72rcvXKlZedHesMnHP16PI2XQsOnz9zZsB9evOqrhnDfRcvLtAznUZOcj/uLcVg3EIBjgKCbdUc+rkoWrUyal4V8UxpkPWSe+gVnAD2JYmN2OadOU9c6r7q3u8bIwlV66/GcsGfBAu276u7txz56Fljj/UeOGvtJ8oz7h07++C6XoAK4fqGgyeCV5DQtNgZ7RNEiIbNKP8o6fXN3H7o8c+4oZ5aMsoOOp0AfRv3LVywm2mu8SCZILuZNcyF9FuJGnVanVBw6vTwj+IyXGOxkT61aRRNgyl0BPRDxkbEUXbQZDQPLocAi7QNd1Gt1W0PX+I86J85NEl0b0D39n0zDhA3Z2gpR9fn6+1aW2km1i80E9BfcbA+X9edlF4zEwmzBqB7w7R23an2QTJ8IT49s9SG9caw6e6MvoUAC/v6lmBQAom4tclMzCy36W34kOYk9RlmPBmua2lHw4mxuTwzYV4YTgDP9dG36fNwmrSGb6OLquupNhxnOIZTmekgGO9bRGBJX/9iSi+K5+4mD5DzUV4tpp3pY5Yw65kPMzfQLIMGSRbtrFMQSo0v83C/RYImo07xmm15ARhFBl5PrdnCeV8zNFu8T7OxkXgtKCve1RtGzbPjfSxve191eE825ionWVpnfd1jGX1g+fKar9NJX9ySI23VNPFllxAJ44+2BFQ3zFPlWDoYvlWWYnpGNtPRnjOAXb65q8PV2nsDuoCyMa2lI6kXzbwaSm9d0BG3lVx24ayAHCSST83dwNbzQQltrcztKq7VDLvffXJeuD+XlAWViI4BYmAu6/QuXTVkJuetXhA2VhdqGa6jxUpeB5qZC+e7rVyhq5BdkQ9rw1wkHarYHSkfP9Bbn6HxoAhhQzPCXchyO204WswSdcGdETynI6yxPuLnOPC1x2Yt8ouznV5LDhHTF+oYtTOGFd4evKaeyJha0LdweJmZKTDMfwHhm05qeJxjYGRgYABiy1VvxeP5bb4ycLMwgMB1nUsZMPr/u/9VLK3MnUAuBwMTSBQATKMMlwAAAHicY2BkYGBu+N/AEMPS+v/d/zcsrQxAERTgAAC0sgeLeJxjYWBgYH7JwMDCQCz+/xuJ/QtTjBb4/zso/Z9isySBuBXBBwA/YQxfAAAAAAAAAHYBHAHcAhYCSAJ2AvADaAPkBKAE8gVIBaoF0gYIBkwGrAcaB34ICAioCPYJQAmQCggKegrGCxILSAxwDKoM+g2ODcQOXA6wDuQPOA+yD94QLhCgEPARFBGMEboSKhJ4EvYTYhOKE+oUSBSIFSoV0hZCFm4Whhb0F0YX3hi0AAB4nGNgZGBgcGBkY+BgAAEmIOYCQgaG/2A+AwAQcgFmAHicZY9NTsMwEIVf+gekEqqoYIfkBWIBKP0Rq25YVGr3XXTfpk6bKokjx63UA3AejsAJOALcgDvwSCebNpbH37x5Y08A3OAHHo7fLfeRPVwyO3INF7gXrlN/EG6QX4SbaONVuEX9TdjHM6bCbXRheYPXuGL2hHdhDx18CNdwjU/hOvUv4Qb5W7iJO/wKt9Dx6sI+5l5XuI1HL/bHVi+cXqnlQcWhySKTOb+CmV7vkoWt0uqca1vEJlODoF9JU51pW91T7NdD5yIVWZOqCas6SYzKrdnq0AUb5/JRrxeJHoQm5Vhj/rbGAo5xBYUlDowxQhhkiMro6DtVZvSvsUPCXntWPc3ndFsU1P9zhQEC9M9cU7qy0nk6T4E9XxtSdXQrbsuelDSRXs1JErJCXta2VELqATZlV44RelzRiT8oZ0j/AAlabsgAAAB4nG2Q2ZabMBBEKVtgcCaTfd/3dZI4+57JJ8wnNKIBHYTkCDG2/z4S85CX9FO3Tquq+iaz5KSWyf/rEDPMIZAiwwI5CixxCns4jX2cwVmcw3lcwEVcwmVcwVVcw3XcwE3cwm3cwV3cw308wEM8wmM8wVM8w3O8wEsc4BVe4w1WeIt3eI8P+IhP+Iwv+Ipv+I4f+IlfOMTvBNui1CS7A0m+2LTKc+zynlxX2Y1JnWpan0lSFZmsYs2eFz0PAzUstDJdumFVWqFMbRe1dRtyVTq05FjUVldFTcfW1Upr4VXP6TRm4ctWmaxRvh3LPWO9qlUwVdYIT82Qr0eto3k2MDnZTrPm2mdxVXJB3rOJ64Wzo6mm1XGtLVVZZceSzOzoaHESebVP67VjqchzjLH8N6ZS24FzSZpNRS7X9iRDKluW3XKSntpwfc+Ocq26SUOEI81C2r4PKUR8FWUgOO93K9Fbx/mfkYcpXgw+ASxkUPMxqIhks9FEOiKo8azfpRsXuBdRcTTK7+at9cLz1ovgMIpSmSYbqBsdpetA7lg0gYuorB+S5C+xNqm/') format('woff'), + url('iconfont.ttf?t=1527165288426') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/ + url('iconfont.svg?t=1527165288426#iconfont') format('svg'); /* iOS 4.1- */ +} + +.iconfont { + font-family:"iconfont" !important; + font-size:16px; + font-style:normal; + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; +} + +.icon-black-cat:before { content: "\e65d"; } + +.icon-white-cat:before { content: "\e65e"; } + +.icon-markdown:before { content: "\e664"; } + +.icon-right:before { content: "\e67e"; } + +.icon-caidan:before { content: "\e67f"; } + +.icon-delete:before { content: "\e680"; } + +.icon-message:before { content: "\e681"; } + +.icon-link:before { content: "\e682"; } + +.icon-weibo:before { content: "\e683"; } + +.icon-info:before { content: "\e684"; } + +.icon-forward:before { content: "\e685"; } + +.icon-share:before { content: "\e686"; } + +.icon-fold:before { content: "\e687"; } + +.icon-favorfill:before { content: "\e688"; } + +.icon-time:before { content: "\e689"; } + +.icon-favor:before { content: "\e68a"; } + +.icon-weixin:before { content: "\e68b"; } + +.icon-github:before { content: "\e68c"; } + +.icon-notification:before { content: "\e68d"; } + +.icon-tags:before { content: "\e68e"; } + +.icon-pulldown:before { content: "\e68f"; } + +.icon-search:before { content: "\e690"; } + +.icon-pullleft:before { content: "\e691"; } + +.icon-notice:before { content: "\e692"; } + +.icon-attention:before { content: "\e693"; } + +.icon-rounddown:before { content: "\e694"; } + +.icon-upload:before { content: "\e695"; } + +.icon-douban:before { content: "\e696"; } + +.icon-QQ:before { content: "\e697"; } + +.icon-caidan1:before { content: "\e698"; } + +.icon-appreciatefill:before { content: "\e699"; } + +.icon-appreciate:before { content: "\e69a"; } + +.icon-close:before { content: "\e69b"; } + +.icon-calendar:before { content: "\e69c"; } + +.icon-location:before { content: "\e69d"; } + +.icon-check:before { content: "\e69e"; } + +.icon-roundcheck:before { content: "\e69f"; } + +.icon-camera:before { content: "\e6a0"; } + +.icon-likefill:before { content: "\e6a1"; } + +.icon-warn:before { content: "\e6a2"; } + +.icon-comment:before { content: "\e6a3"; } + +.icon-like:before { content: "\e6a4"; } + +.icon-back:before { content: "\e6a5"; } + +.icon-my1:before { content: "\e6a6"; } + +.icon-more:before { content: "\e6a7"; } + +.icon-question:before { content: "\e6a8"; } + +.icon-pullright:before { content: "\e6a9"; } + +.icon-countdown:before { content: "\e6aa"; } + +.icon-mark:before { content: "\e6ab"; } + +.icon-unfold:before { content: "\e6ac"; } + +.icon-file:before { content: "\e6ad"; } + +.icon-my:before { content: "\e6ae"; } + +.icon-write:before { content: "\e6af"; } + +.icon-community:before { content: "\e6b0"; } + +.icon-hot:before { content: "\e6b1"; } + +.icon-text:before { content: "\e6b2"; } + +.icon-menu:before { content: "\e6b3"; } + +.icon-bing:before { content: "\e6b4"; } + +.icon-sakura:before { content: "\e6b5"; } + +.icon-pixiv:before { content: "\e6b6"; } + +.icon-gear:before { content: "\e6b7"; } + +.icon-dots:before { content: "\e6b8"; } + diff --git a/css/iconfont/iconfont.eot b/css/iconfont/iconfont.eot new file mode 100644 index 0000000..387864b Binary files /dev/null and b/css/iconfont/iconfont.eot differ diff --git a/css/iconfont/iconfont.js b/css/iconfont/iconfont.js new file mode 100644 index 0000000..94ac81d --- /dev/null +++ b/css/iconfont/iconfont.js @@ -0,0 +1 @@ +(function(window){var svgSprite='';var script=function(){var scripts=document.getElementsByTagName("script");return scripts[scripts.length-1]}();var shouldInjectCss=script.getAttribute("data-injectcss");var ready=function(fn){if(document.addEventListener){if(~["complete","loaded","interactive"].indexOf(document.readyState)){setTimeout(fn,0)}else{var loadFn=function(){document.removeEventListener("DOMContentLoaded",loadFn,false);fn()};document.addEventListener("DOMContentLoaded",loadFn,false)}}else if(document.attachEvent){IEContentLoaded(window,fn)}function IEContentLoaded(w,fn){var d=w.document,done=false,init=function(){if(!done){done=true;fn()}};var polling=function(){try{d.documentElement.doScroll("left")}catch(e){setTimeout(polling,50);return}init()};polling();d.onreadystatechange=function(){if(d.readyState=="complete"){d.onreadystatechange=null;init()}}}};var before=function(el,target){target.parentNode.insertBefore(el,target)};var prepend=function(el,target){if(target.firstChild){before(el,target.firstChild)}else{target.appendChild(el)}};function appendSvg(){var div,svg;div=document.createElement("div");div.innerHTML=svgSprite;svgSprite=null;svg=div.getElementsByTagName("svg")[0];if(svg){svg.setAttribute("aria-hidden","true");svg.style.position="absolute";svg.style.width=0;svg.style.height=0;svg.style.overflow="hidden";prepend(svg,document.body)}}if(shouldInjectCss&&!window.__iconfont__svg__cssinject__){window.__iconfont__svg__cssinject__=true;try{document.write("")}catch(e){console&&console.log(e)}}ready(appendSvg)})(window) \ No newline at end of file diff --git a/css/iconfont/iconfont.svg b/css/iconfont/iconfont.svg new file mode 100644 index 0000000..5c2cee5 --- /dev/null +++ b/css/iconfont/iconfont.svg @@ -0,0 +1,219 @@ + + + + + +Created by iconfont + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/css/iconfont/iconfont.ttf b/css/iconfont/iconfont.ttf new file mode 100644 index 0000000..65e17ca Binary files /dev/null and b/css/iconfont/iconfont.ttf differ diff --git a/css/iconfont/iconfont.woff b/css/iconfont/iconfont.woff new file mode 100644 index 0000000..b2efcf0 Binary files /dev/null and b/css/iconfont/iconfont.woff differ diff --git a/css/lib.css b/css/lib.css new file mode 100644 index 0000000..f21e584 --- /dev/null +++ b/css/lib.css @@ -0,0 +1,17 @@ +/*! Generate by Mashiro. Mon Nov 11 03:03:06 2019*//*! + * baguetteBox.js + * @author feimosi + * @version 1.11.0 + * @url https://github.com/feimosi/baguetteBox.js + */#baguetteBox-overlay{display:none;opacity:0;position:fixed;overflow:hidden;top:0;left:0;width:100%;height:100%;z-index:1000000;background-color:#222;background-color:rgba(0,0,0,.8);-webkit-transition:opacity .5s ease;transition:opacity .5s ease}#baguetteBox-overlay.visible{opacity:1}#baguetteBox-overlay .full-image{display:inline-block;position:relative;width:100%;height:100%;text-align:center}#baguetteBox-overlay .full-image figure{display:inline;margin:0;height:100%}#baguetteBox-overlay .full-image img{display:inline-block;width:auto;height:auto;max-height:100%;max-width:100%;vertical-align:middle;-webkit-box-shadow:0 0 8px rgba(0,0,0,.6);-moz-box-shadow:0 0 8px rgba(0,0,0,.6);box-shadow:0 0 8px rgba(0,0,0,.6)}#baguetteBox-overlay .full-image figcaption{display:block;position:absolute;bottom:0;width:100%;text-align:center;line-height:1.8;white-space:normal;color:#ccc;background-color:#000;background-color:rgba(0,0,0,.6);font-family:sans-serif}#baguetteBox-overlay .full-image:before{content:"";display:inline-block;height:50%;width:1px;margin-right:-1px}#baguetteBox-slider{position:absolute;left:0;top:0;height:100%;width:100%;white-space:nowrap;-webkit-transition:left .4s ease,-webkit-transform .4s ease;transition:left .4s ease,-webkit-transform .4s ease;transition:left .4s ease,transform .4s ease;transition:left .4s ease,transform .4s ease,-webkit-transform .4s ease,-moz-transform .4s ease}#baguetteBox-slider.bounce-from-right{-webkit-animation:bounceFromRight .4s ease-out;animation:bounceFromRight .4s ease-out}#baguetteBox-slider.bounce-from-left{-webkit-animation:bounceFromLeft .4s ease-out;animation:bounceFromLeft .4s ease-out}@-webkit-keyframes bounceFromRight{0%,100%{margin-left:0}50%{margin-left:-30px}}@keyframes bounceFromRight{0%,100%{margin-left:0}50%{margin-left:-30px}}@-webkit-keyframes bounceFromLeft{0%,100%{margin-left:0}50%{margin-left:30px}}@keyframes bounceFromLeft{0%,100%{margin-left:0}50%{margin-left:30px}}.baguetteBox-button#next-button,.baguetteBox-button#previous-button{top:50%;top:calc(50% - 30px);width:44px;height:60px}.baguetteBox-button{position:absolute;cursor:pointer;outline:0;padding:0;margin:0;border:0;-moz-border-radius:15%;border-radius:15%;background-color:#323232;background-color:rgba(50,50,50,.5);color:#ddd;font:1.6em sans-serif;-webkit-transition:background-color .4s ease;transition:background-color .4s ease}.baguetteBox-button:focus,.baguetteBox-button:hover{background-color:rgba(50,50,50,.9)}.baguetteBox-button#next-button{right:2%}.baguetteBox-button#previous-button{left:2%}.baguetteBox-button#close-button{top:20px;right:2%;right:calc(2% + 6px);width:30px;height:30px}.baguetteBox-button svg{position:absolute;left:0;top:0}.baguetteBox-spinner{width:40px;height:40px;display:inline-block;position:absolute;top:50%;left:50%;margin-top:-20px;margin-left:-20px}.baguetteBox-double-bounce1,.baguetteBox-double-bounce2{width:100%;height:100%;-moz-border-radius:50%;border-radius:50%;background-color:#fff;opacity:.6;position:absolute;top:0;left:0;-webkit-animation:bounce 2s infinite ease-in-out;animation:bounce 2s infinite ease-in-out}.baguetteBox-double-bounce2{-webkit-animation-delay:-1s;animation-delay:-1s}@-webkit-keyframes bounce{0%,100%{-webkit-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes bounce{0%,100%{-webkit-transform:scale(0);-moz-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);-moz-transform:scale(1);transform:scale(1)}}/*! + * font-awesome-animation - v0.1.0 + * https://github.com/l-lin/font-awesome-animation + * License: MIT + */@-webkit-keyframes wrench{0%{-webkit-transform:rotate(-12deg);transform:rotate(-12deg)}8%{-webkit-transform:rotate(12deg);transform:rotate(12deg)}10%{-webkit-transform:rotate(24deg);transform:rotate(24deg)}18%,20%{-webkit-transform:rotate(-24deg);transform:rotate(-24deg)}28%,30%{-webkit-transform:rotate(24deg);transform:rotate(24deg)}38%,40%{-webkit-transform:rotate(-24deg);transform:rotate(-24deg)}48%,50%{-webkit-transform:rotate(24deg);transform:rotate(24deg)}58%,60%{-webkit-transform:rotate(-24deg);transform:rotate(-24deg)}68%{-webkit-transform:rotate(24deg);transform:rotate(24deg)}100%,75%{-webkit-transform:rotate(0);transform:rotate(0)}}@keyframes wrench{0%{-webkit-transform:rotate(-12deg);-ms-transform:rotate(-12deg);transform:rotate(-12deg)}8%{-webkit-transform:rotate(12deg);-ms-transform:rotate(12deg);transform:rotate(12deg)}10%{-webkit-transform:rotate(24deg);-ms-transform:rotate(24deg);transform:rotate(24deg)}18%,20%{-webkit-transform:rotate(-24deg);-ms-transform:rotate(-24deg);transform:rotate(-24deg)}28%,30%{-webkit-transform:rotate(24deg);-ms-transform:rotate(24deg);transform:rotate(24deg)}38%,40%{-webkit-transform:rotate(-24deg);-ms-transform:rotate(-24deg);transform:rotate(-24deg)}48%,50%{-webkit-transform:rotate(24deg);-ms-transform:rotate(24deg);transform:rotate(24deg)}58%,60%{-webkit-transform:rotate(-24deg);-ms-transform:rotate(-24deg);transform:rotate(-24deg)}68%{-webkit-transform:rotate(24deg);-ms-transform:rotate(24deg);transform:rotate(24deg)}100%,75%{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0)}}.faa-parent.animated-hover:hover>.faa-wrench,.faa-wrench.animated,.faa-wrench.animated-hover:hover{-webkit-animation:wrench 2.5s ease infinite;animation:wrench 2.5s ease infinite;transform-origin-x:90%;transform-origin-y:35%;transform-origin-z:initial}.faa-parent.animated-hover:hover>.faa-wrench.faa-fast,.faa-wrench.animated-hover.faa-fast:hover,.faa-wrench.animated.faa-fast{-webkit-animation:wrench 1.2s ease infinite;animation:wrench 1.2s ease infinite}.faa-parent.animated-hover:hover>.faa-wrench.faa-slow,.faa-wrench.animated-hover.faa-slow:hover,.faa-wrench.animated.faa-slow{-webkit-animation:wrench 3.7s ease infinite;animation:wrench 3.7s ease infinite}@-webkit-keyframes ring{0%{-webkit-transform:rotate(-15deg);transform:rotate(-15deg)}2%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}4%{-webkit-transform:rotate(-18deg);transform:rotate(-18deg)}6%{-webkit-transform:rotate(18deg);transform:rotate(18deg)}8%{-webkit-transform:rotate(-22deg);transform:rotate(-22deg)}10%{-webkit-transform:rotate(22deg);transform:rotate(22deg)}12%{-webkit-transform:rotate(-18deg);transform:rotate(-18deg)}14%{-webkit-transform:rotate(18deg);transform:rotate(18deg)}16%{-webkit-transform:rotate(-12deg);transform:rotate(-12deg)}18%{-webkit-transform:rotate(12deg);transform:rotate(12deg)}100%,20%{-webkit-transform:rotate(0);transform:rotate(0)}}@keyframes ring{0%{-webkit-transform:rotate(-15deg);-ms-transform:rotate(-15deg);transform:rotate(-15deg)}2%{-webkit-transform:rotate(15deg);-ms-transform:rotate(15deg);transform:rotate(15deg)}4%{-webkit-transform:rotate(-18deg);-ms-transform:rotate(-18deg);transform:rotate(-18deg)}6%{-webkit-transform:rotate(18deg);-ms-transform:rotate(18deg);transform:rotate(18deg)}8%{-webkit-transform:rotate(-22deg);-ms-transform:rotate(-22deg);transform:rotate(-22deg)}10%{-webkit-transform:rotate(22deg);-ms-transform:rotate(22deg);transform:rotate(22deg)}12%{-webkit-transform:rotate(-18deg);-ms-transform:rotate(-18deg);transform:rotate(-18deg)}14%{-webkit-transform:rotate(18deg);-ms-transform:rotate(18deg);transform:rotate(18deg)}16%{-webkit-transform:rotate(-12deg);-ms-transform:rotate(-12deg);transform:rotate(-12deg)}18%{-webkit-transform:rotate(12deg);-ms-transform:rotate(12deg);transform:rotate(12deg)}100%,20%{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0)}}.faa-parent.animated-hover:hover>.faa-ring,.faa-ring.animated,.faa-ring.animated-hover:hover{-webkit-animation:ring 2s ease infinite;animation:ring 2s ease infinite;transform-origin-x:50%;transform-origin-y:0;transform-origin-z:initial}.faa-parent.animated-hover:hover>.faa-ring.faa-fast,.faa-ring.animated-hover.faa-fast:hover,.faa-ring.animated.faa-fast{-webkit-animation:ring 1s ease infinite;animation:ring 1s ease infinite}.faa-parent.animated-hover:hover>.faa-ring.faa-slow,.faa-ring.animated-hover.faa-slow:hover,.faa-ring.animated.faa-slow{-webkit-animation:ring 3s ease infinite;animation:ring 3s ease infinite}@-webkit-keyframes vertical{0%{-webkit-transform:translate(0,-3px);transform:translate(0,-3px)}4%{-webkit-transform:translate(0,3px);transform:translate(0,3px)}8%{-webkit-transform:translate(0,-3px);transform:translate(0,-3px)}12%{-webkit-transform:translate(0,3px);transform:translate(0,3px)}16%{-webkit-transform:translate(0,-3px);transform:translate(0,-3px)}20%{-webkit-transform:translate(0,3px);transform:translate(0,3px)}100%,22%{-webkit-transform:translate(0,0);transform:translate(0,0)}}@keyframes vertical{0%{-webkit-transform:translate(0,-3px);-ms-transform:translate(0,-3px);transform:translate(0,-3px)}4%{-webkit-transform:translate(0,3px);-ms-transform:translate(0,3px);transform:translate(0,3px)}8%{-webkit-transform:translate(0,-3px);-ms-transform:translate(0,-3px);transform:translate(0,-3px)}12%{-webkit-transform:translate(0,3px);-ms-transform:translate(0,3px);transform:translate(0,3px)}16%{-webkit-transform:translate(0,-3px);-ms-transform:translate(0,-3px);transform:translate(0,-3px)}20%{-webkit-transform:translate(0,3px);-ms-transform:translate(0,3px);transform:translate(0,3px)}100%,22%{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0)}}.faa-parent.animated-hover:hover>.faa-vertical,.faa-vertical.animated,.faa-vertical.animated-hover:hover{-webkit-animation:vertical 2s ease infinite;animation:vertical 2s ease infinite}.faa-parent.animated-hover:hover>.faa-vertical.faa-fast,.faa-vertical.animated-hover.faa-fast:hover,.faa-vertical.animated.faa-fast{-webkit-animation:vertical 1s ease infinite;animation:vertical 1s ease infinite}.faa-parent.animated-hover:hover>.faa-vertical.faa-slow,.faa-vertical.animated-hover.faa-slow:hover,.faa-vertical.animated.faa-slow{-webkit-animation:vertical 4s ease infinite;animation:vertical 4s ease infinite}@-webkit-keyframes horizontal{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}6%{-webkit-transform:translate(5px,0);transform:translate(5px,0)}12%{-webkit-transform:translate(0,0);transform:translate(0,0)}18%{-webkit-transform:translate(5px,0);transform:translate(5px,0)}24%{-webkit-transform:translate(0,0);transform:translate(0,0)}30%{-webkit-transform:translate(5px,0);transform:translate(5px,0)}100%,36%{-webkit-transform:translate(0,0);transform:translate(0,0)}}@keyframes horizontal{0%{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0)}6%{-webkit-transform:translate(5px,0);-ms-transform:translate(5px,0);transform:translate(5px,0)}12%{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0)}18%{-webkit-transform:translate(5px,0);-ms-transform:translate(5px,0);transform:translate(5px,0)}24%{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0)}30%{-webkit-transform:translate(5px,0);-ms-transform:translate(5px,0);transform:translate(5px,0)}100%,36%{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0)}}.faa-horizontal.animated,.faa-horizontal.animated-hover:hover,.faa-parent.animated-hover:hover>.faa-horizontal{-webkit-animation:horizontal 2s ease infinite;animation:horizontal 2s ease infinite}.faa-horizontal.animated-hover.faa-fast:hover,.faa-horizontal.animated.faa-fast,.faa-parent.animated-hover:hover>.faa-horizontal.faa-fast{-webkit-animation:horizontal 1s ease infinite;animation:horizontal 1s ease infinite}.faa-horizontal.animated-hover.faa-slow:hover,.faa-horizontal.animated.faa-slow,.faa-parent.animated-hover:hover>.faa-horizontal.faa-slow{-webkit-animation:horizontal 3s ease infinite;animation:horizontal 3s ease infinite}@-webkit-keyframes flash{0%,100%,50%{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,100%,50%{opacity:1}25%,75%{opacity:0}}.faa-flash.animated,.faa-flash.animated-hover:hover,.faa-parent.animated-hover:hover>.faa-flash{-webkit-animation:flash 2s ease infinite;animation:flash 2s ease infinite}.faa-flash.animated-hover.faa-fast:hover,.faa-flash.animated.faa-fast,.faa-parent.animated-hover:hover>.faa-flash.faa-fast{-webkit-animation:flash 1s ease infinite;animation:flash 1s ease infinite}.faa-flash.animated-hover.faa-slow:hover,.faa-flash.animated.faa-slow,.faa-parent.animated-hover:hover>.faa-flash.faa-slow{-webkit-animation:flash 3s ease infinite;animation:flash 3s ease infinite}@-webkit-keyframes bounce{0%,10%,100%,20%,50%,80%{-webkit-transform:translateY(0);transform:translateY(0)}40%,60%{-webkit-transform:translateY(-15px);transform:translateY(-15px)}}@keyframes bounce{0%,10%,100%,20%,50%,80%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}40%,60%{-webkit-transform:translateY(-15px);-ms-transform:translateY(-15px);transform:translateY(-15px)}}.faa-bounce.animated,.faa-bounce.animated-hover:hover,.faa-parent.animated-hover:hover>.faa-bounce{-webkit-animation:bounce 2s ease infinite;animation:bounce 2s ease infinite}.faa-bounce.animated-hover.faa-fast:hover,.faa-bounce.animated.faa-fast,.faa-parent.animated-hover:hover>.faa-bounce.faa-fast{-webkit-animation:bounce 1s ease infinite;animation:bounce 1s ease infinite}.faa-bounce.animated-hover.faa-slow:hover,.faa-bounce.animated.faa-slow,.faa-parent.animated-hover:hover>.faa-bounce.faa-slow{-webkit-animation:bounce 3s ease infinite;animation:bounce 3s ease infinite}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes spin{0%{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);-ms-transform:rotate(359deg);transform:rotate(359deg)}}.faa-parent.animated-hover:hover>.faa-spin,.faa-spin.animated,.faa-spin.animated-hover:hover{-webkit-animation:spin 1.5s linear infinite;animation:spin 1.5s linear infinite}.faa-parent.animated-hover:hover>.faa-spin.faa-fast,.faa-spin.animated-hover.faa-fast:hover,.faa-spin.animated.faa-fast{-webkit-animation:spin .7s linear infinite;animation:spin .7s linear infinite}.faa-parent.animated-hover:hover>.faa-spin.faa-slow,.faa-spin.animated-hover.faa-slow:hover,.faa-spin.animated.faa-slow{-webkit-animation:spin 2.2s linear infinite;animation:spin 2.2s linear infinite}@-webkit-keyframes float{0%{-webkit-transform:translateY(0);transform:translateY(0)}50%{-webkit-transform:translateY(-6px);transform:translateY(-6px)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes float{0%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}50%{-webkit-transform:translateY(-6px);-ms-transform:translateY(-6px);transform:translateY(-6px)}100%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}.faa-float.animated,.faa-float.animated-hover:hover,.faa-parent.animated-hover:hover>.faa-float{-webkit-animation:float 2s linear infinite;animation:float 2s linear infinite}.faa-float.animated-hover.faa-fast:hover,.faa-float.animated.faa-fast,.faa-parent.animated-hover:hover>.faa-float.faa-fast{-webkit-animation:float 1s linear infinite;animation:float 1s linear infinite}.faa-float.animated-hover.faa-slow:hover,.faa-float.animated.faa-slow,.faa-parent.animated-hover:hover>.faa-float.faa-slow{-webkit-animation:float 3s linear infinite;animation:float 3s linear infinite}@-webkit-keyframes pulse{0%{-webkit-transform:scale(1.1);transform:scale(1.1)}50%{-webkit-transform:scale(0.8);transform:scale(0.8)}100%{-webkit-transform:scale(1.1);transform:scale(1.1)}}@keyframes pulse{0%{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}50%{-webkit-transform:scale(0.8);-ms-transform:scale(0.8);transform:scale(0.8)}100%{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}}.faa-parent.animated-hover:hover>.faa-pulse,.faa-pulse.animated,.faa-pulse.animated-hover:hover{-webkit-animation:pulse 2s linear infinite;animation:pulse 2s linear infinite}.faa-parent.animated-hover:hover>.faa-pulse.faa-fast,.faa-pulse.animated-hover.faa-fast:hover,.faa-pulse.animated.faa-fast{-webkit-animation:pulse 1s linear infinite;animation:pulse 1s linear infinite}.faa-parent.animated-hover:hover>.faa-pulse.faa-slow,.faa-pulse.animated-hover.faa-slow:hover,.faa-pulse.animated.faa-slow{-webkit-animation:pulse 3s linear infinite;animation:pulse 3s linear infinite}.faa-parent.animated-hover:hover>.faa-shake,.faa-shake.animated,.faa-shake.animated-hover:hover{-webkit-animation:wrench 2.5s ease infinite;animation:wrench 2.5s ease infinite}.faa-parent.animated-hover:hover>.faa-shake.faa-fast,.faa-shake.animated-hover.faa-fast:hover,.faa-shake.animated.faa-fast{-webkit-animation:wrench 1.2s ease infinite;animation:wrench 1.2s ease infinite}.faa-parent.animated-hover:hover>.faa-shake.faa-slow,.faa-shake.animated-hover.faa-slow:hover,.faa-shake.animated.faa-slow{-webkit-animation:wrench 3.7s ease infinite;animation:wrench 3.7s ease infinite}@-webkit-keyframes tada{0%{-webkit-transform:scale(1);transform:scale(1)}10%,20%{-webkit-transform:scale(.9) rotate(-8deg);transform:scale(.9) rotate(-8deg)}30%,50%,70%{-webkit-transform:scale(1.3) rotate(8deg);transform:scale(1.3) rotate(8deg)}40%,60%{-webkit-transform:scale(1.3) rotate(-8deg);transform:scale(1.3) rotate(-8deg)}100%,80%{-webkit-transform:scale(1) rotate(0);transform:scale(1) rotate(0)}}@keyframes tada{0%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}10%,20%{-webkit-transform:scale(.9) rotate(-8deg);-ms-transform:scale(.9) rotate(-8deg);transform:scale(.9) rotate(-8deg)}30%,50%,70%{-webkit-transform:scale(1.3) rotate(8deg);-ms-transform:scale(1.3) rotate(8deg);transform:scale(1.3) rotate(8deg)}40%,60%{-webkit-transform:scale(1.3) rotate(-8deg);-ms-transform:scale(1.3) rotate(-8deg);transform:scale(1.3) rotate(-8deg)}100%,80%{-webkit-transform:scale(1) rotate(0);-ms-transform:scale(1) rotate(0);transform:scale(1) rotate(0)}}.faa-parent.animated-hover:hover>.faa-tada,.faa-tada.animated,.faa-tada.animated-hover:hover{-webkit-animation:tada 2s linear infinite;animation:tada 2s linear infinite}.faa-parent.animated-hover:hover>.faa-tada.faa-fast,.faa-tada.animated-hover.faa-fast:hover,.faa-tada.animated.faa-fast{-webkit-animation:tada 1s linear infinite;animation:tada 1s linear infinite}.faa-parent.animated-hover:hover>.faa-tada.faa-slow,.faa-tada.animated-hover.faa-slow:hover,.faa-tada.animated.faa-slow{-webkit-animation:tada 3s linear infinite;animation:tada 3s linear infinite}@-webkit-keyframes passing{0%{-webkit-transform:translateX(-50%);transform:translateX(-50%);opacity:0}50%{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}100%{-webkit-transform:translateX(50%);transform:translateX(50%);opacity:0}}@keyframes passing{0%{-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);opacity:0}50%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);opacity:1}100%{-webkit-transform:translateX(50%);-ms-transform:translateX(50%);transform:translateX(50%);opacity:0}}.faa-parent.animated-hover:hover>.faa-passing,.faa-passing.animated,.faa-passing.animated-hover:hover{-webkit-animation:passing 2s linear infinite;animation:passing 2s linear infinite}.faa-parent.animated-hover:hover>.faa-passing.faa-fast,.faa-passing.animated-hover.faa-fast:hover,.faa-passing.animated.faa-fast{-webkit-animation:passing 1s linear infinite;animation:passing 1s linear infinite}.faa-parent.animated-hover:hover>.faa-passing.faa-slow,.faa-passing.animated-hover.faa-slow:hover,.faa-passing.animated.faa-slow{-webkit-animation:passing 3s linear infinite;animation:passing 3s linear infinite}@-webkit-keyframes passing-reverse{0%{-webkit-transform:translateX(50%);transform:translateX(50%);opacity:0}50%{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}100%{-webkit-transform:translateX(-50%);transform:translateX(-50%);opacity:0}}@keyframes passing-reverse{0%{-webkit-transform:translateX(50%);-ms-transform:translateX(50%);transform:translateX(50%);opacity:0}50%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);opacity:1}100%{-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);opacity:0}}.faa-parent.animated-hover:hover>.faa-passing-reverse,.faa-passing-reverse.animated,.faa-passing-reverse.animated-hover:hover{-webkit-animation:passing-reverse 2s linear infinite;animation:passing-reverse 2s linear infinite}.faa-parent.animated-hover:hover>.faa-passing-reverse.faa-fast,.faa-passing-reverse.animated-hover.faa-fast:hover,.faa-passing-reverse.animated.faa-fast{-webkit-animation:passing-reverse 1s linear infinite;animation:passing-reverse 1s linear infinite}.faa-parent.animated-hover:hover>.faa-passing-reverse.faa-slow,.faa-passing-reverse.animated-hover.faa-slow:hover,.faa-passing-reverse.animated.faa-slow{-webkit-animation:passing-reverse 3s linear infinite;animation:passing-reverse 3s linear infinite}@-webkit-keyframes burst{0%{opacity:.6}50%{-webkit-transform:scale(1.8);transform:scale(1.8);opacity:0}100%{opacity:0}}@keyframes burst{0%{opacity:.6}50%{-webkit-transform:scale(1.8);-ms-transform:scale(1.8);transform:scale(1.8);opacity:0}100%{opacity:0}}.faa-burst.animated,.faa-burst.animated-hover:hover,.faa-parent.animated-hover:hover>.faa-burst{-webkit-animation:burst 2s infinite linear;animation:burst 2s infinite linear}.faa-burst.animated-hover.faa-fast:hover,.faa-burst.animated.faa-fast,.faa-parent.animated-hover:hover>.faa-burst.faa-fast{-webkit-animation:burst 1s infinite linear;animation:burst 1s infinite linear}.faa-burst.animated-hover.faa-slow:hover,.faa-burst.animated.faa-slow,.faa-parent.animated-hover:hover>.faa-burst.faa-slow{-webkit-animation:burst 3s infinite linear;animation:burst 3s infinite linear}@-webkit-keyframes falling{0%{-webkit-transform:translateY(-50%);transform:translateY(-50%);opacity:0}50%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}100%{-webkit-transform:translateY(50%);transform:translateY(50%);opacity:0}}@keyframes falling{0%{-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);opacity:0}50%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);opacity:1}100%{-webkit-transform:translateY(50%);-ms-transform:translateY(50%);transform:translateY(50%);opacity:0}}.faa-falling.animated,.faa-falling.animated-hover:hover,.faa-parent.animated-hover:hover>.faa-falling{-webkit-animation:falling 2s linear infinite;animation:falling 2s linear infinite}.faa-falling.animated-hover.faa-fast:hover,.faa-falling.animated.faa-fast,.faa-parent.animated-hover:hover>.faa-falling.faa-fast{-webkit-animation:falling 1s linear infinite;animation:falling 1s linear infinite}.faa-falling.animated-hover.faa-slow:hover,.faa-falling.animated.faa-slow,.faa-parent.animated-hover:hover>.faa-falling.faa-slow{-webkit-animation:falling 3s linear infinite;animation:falling 3s linear infinite}/*! + * Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome + * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) + */@font-face{font-family:'FontAwesome';src:url('../fonts/fontawesome-webfont.eot?v=4.7.0');src:url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1,1);-ms-transform:scale(-1,1);transform:scale(-1,1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1,-1);-ms-transform:scale(1,-1);transform:scale(1,-1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}/*! + * font-awesome-animation - v0.1.0 + * https://github.com/l-lin/font-awesome-animation + * License: MIT + */@-webkit-keyframes wrench{0%{-webkit-transform:rotate(-12deg);transform:rotate(-12deg)}8%{-webkit-transform:rotate(12deg);transform:rotate(12deg)}10%{-webkit-transform:rotate(24deg);transform:rotate(24deg)}18%,20%{-webkit-transform:rotate(-24deg);transform:rotate(-24deg)}28%,30%{-webkit-transform:rotate(24deg);transform:rotate(24deg)}38%,40%{-webkit-transform:rotate(-24deg);transform:rotate(-24deg)}48%,50%{-webkit-transform:rotate(24deg);transform:rotate(24deg)}58%,60%{-webkit-transform:rotate(-24deg);transform:rotate(-24deg)}68%{-webkit-transform:rotate(24deg);transform:rotate(24deg)}100%,75%{-webkit-transform:rotate(0);transform:rotate(0)}}@keyframes wrench{0%{-webkit-transform:rotate(-12deg);-ms-transform:rotate(-12deg);transform:rotate(-12deg)}8%{-webkit-transform:rotate(12deg);-ms-transform:rotate(12deg);transform:rotate(12deg)}10%{-webkit-transform:rotate(24deg);-ms-transform:rotate(24deg);transform:rotate(24deg)}18%,20%{-webkit-transform:rotate(-24deg);-ms-transform:rotate(-24deg);transform:rotate(-24deg)}28%,30%{-webkit-transform:rotate(24deg);-ms-transform:rotate(24deg);transform:rotate(24deg)}38%,40%{-webkit-transform:rotate(-24deg);-ms-transform:rotate(-24deg);transform:rotate(-24deg)}48%,50%{-webkit-transform:rotate(24deg);-ms-transform:rotate(24deg);transform:rotate(24deg)}58%,60%{-webkit-transform:rotate(-24deg);-ms-transform:rotate(-24deg);transform:rotate(-24deg)}68%{-webkit-transform:rotate(24deg);-ms-transform:rotate(24deg);transform:rotate(24deg)}100%,75%{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0)}}.faa-parent.animated-hover:hover>.faa-wrench,.faa-wrench.animated,.faa-wrench.animated-hover:hover{-webkit-animation:wrench 2.5s ease infinite;animation:wrench 2.5s ease infinite;transform-origin-x:90%;transform-origin-y:35%;transform-origin-z:initial}.faa-parent.animated-hover:hover>.faa-wrench.faa-fast,.faa-wrench.animated-hover.faa-fast:hover,.faa-wrench.animated.faa-fast{-webkit-animation:wrench 1.2s ease infinite;animation:wrench 1.2s ease infinite}.faa-parent.animated-hover:hover>.faa-wrench.faa-slow,.faa-wrench.animated-hover.faa-slow:hover,.faa-wrench.animated.faa-slow{-webkit-animation:wrench 3.7s ease infinite;animation:wrench 3.7s ease infinite}@-webkit-keyframes ring{0%{-webkit-transform:rotate(-15deg);transform:rotate(-15deg)}2%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}4%{-webkit-transform:rotate(-18deg);transform:rotate(-18deg)}6%{-webkit-transform:rotate(18deg);transform:rotate(18deg)}8%{-webkit-transform:rotate(-22deg);transform:rotate(-22deg)}10%{-webkit-transform:rotate(22deg);transform:rotate(22deg)}12%{-webkit-transform:rotate(-18deg);transform:rotate(-18deg)}14%{-webkit-transform:rotate(18deg);transform:rotate(18deg)}16%{-webkit-transform:rotate(-12deg);transform:rotate(-12deg)}18%{-webkit-transform:rotate(12deg);transform:rotate(12deg)}100%,20%{-webkit-transform:rotate(0);transform:rotate(0)}}@keyframes ring{0%{-webkit-transform:rotate(-15deg);-ms-transform:rotate(-15deg);transform:rotate(-15deg)}2%{-webkit-transform:rotate(15deg);-ms-transform:rotate(15deg);transform:rotate(15deg)}4%{-webkit-transform:rotate(-18deg);-ms-transform:rotate(-18deg);transform:rotate(-18deg)}6%{-webkit-transform:rotate(18deg);-ms-transform:rotate(18deg);transform:rotate(18deg)}8%{-webkit-transform:rotate(-22deg);-ms-transform:rotate(-22deg);transform:rotate(-22deg)}10%{-webkit-transform:rotate(22deg);-ms-transform:rotate(22deg);transform:rotate(22deg)}12%{-webkit-transform:rotate(-18deg);-ms-transform:rotate(-18deg);transform:rotate(-18deg)}14%{-webkit-transform:rotate(18deg);-ms-transform:rotate(18deg);transform:rotate(18deg)}16%{-webkit-transform:rotate(-12deg);-ms-transform:rotate(-12deg);transform:rotate(-12deg)}18%{-webkit-transform:rotate(12deg);-ms-transform:rotate(12deg);transform:rotate(12deg)}100%,20%{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0)}}.faa-parent.animated-hover:hover>.faa-ring,.faa-ring.animated,.faa-ring.animated-hover:hover{-webkit-animation:ring 2s ease infinite;animation:ring 2s ease infinite;transform-origin-x:50%;transform-origin-y:0;transform-origin-z:initial}.faa-parent.animated-hover:hover>.faa-ring.faa-fast,.faa-ring.animated-hover.faa-fast:hover,.faa-ring.animated.faa-fast{-webkit-animation:ring 1s ease infinite;animation:ring 1s ease infinite}.faa-parent.animated-hover:hover>.faa-ring.faa-slow,.faa-ring.animated-hover.faa-slow:hover,.faa-ring.animated.faa-slow{-webkit-animation:ring 3s ease infinite;animation:ring 3s ease infinite}@-webkit-keyframes vertical{0%{-webkit-transform:translate(0,-3px);transform:translate(0,-3px)}4%{-webkit-transform:translate(0,3px);transform:translate(0,3px)}8%{-webkit-transform:translate(0,-3px);transform:translate(0,-3px)}12%{-webkit-transform:translate(0,3px);transform:translate(0,3px)}16%{-webkit-transform:translate(0,-3px);transform:translate(0,-3px)}20%{-webkit-transform:translate(0,3px);transform:translate(0,3px)}100%,22%{-webkit-transform:translate(0,0);transform:translate(0,0)}}@keyframes vertical{0%{-webkit-transform:translate(0,-3px);-ms-transform:translate(0,-3px);transform:translate(0,-3px)}4%{-webkit-transform:translate(0,3px);-ms-transform:translate(0,3px);transform:translate(0,3px)}8%{-webkit-transform:translate(0,-3px);-ms-transform:translate(0,-3px);transform:translate(0,-3px)}12%{-webkit-transform:translate(0,3px);-ms-transform:translate(0,3px);transform:translate(0,3px)}16%{-webkit-transform:translate(0,-3px);-ms-transform:translate(0,-3px);transform:translate(0,-3px)}20%{-webkit-transform:translate(0,3px);-ms-transform:translate(0,3px);transform:translate(0,3px)}100%,22%{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0)}}.faa-parent.animated-hover:hover>.faa-vertical,.faa-vertical.animated,.faa-vertical.animated-hover:hover{-webkit-animation:vertical 2s ease infinite;animation:vertical 2s ease infinite}.faa-parent.animated-hover:hover>.faa-vertical.faa-fast,.faa-vertical.animated-hover.faa-fast:hover,.faa-vertical.animated.faa-fast{-webkit-animation:vertical 1s ease infinite;animation:vertical 1s ease infinite}.faa-parent.animated-hover:hover>.faa-vertical.faa-slow,.faa-vertical.animated-hover.faa-slow:hover,.faa-vertical.animated.faa-slow{-webkit-animation:vertical 4s ease infinite;animation:vertical 4s ease infinite}@-webkit-keyframes horizontal{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}6%{-webkit-transform:translate(5px,0);transform:translate(5px,0)}12%{-webkit-transform:translate(0,0);transform:translate(0,0)}18%{-webkit-transform:translate(5px,0);transform:translate(5px,0)}24%{-webkit-transform:translate(0,0);transform:translate(0,0)}30%{-webkit-transform:translate(5px,0);transform:translate(5px,0)}100%,36%{-webkit-transform:translate(0,0);transform:translate(0,0)}}@keyframes horizontal{0%{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0)}6%{-webkit-transform:translate(5px,0);-ms-transform:translate(5px,0);transform:translate(5px,0)}12%{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0)}18%{-webkit-transform:translate(5px,0);-ms-transform:translate(5px,0);transform:translate(5px,0)}24%{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0)}30%{-webkit-transform:translate(5px,0);-ms-transform:translate(5px,0);transform:translate(5px,0)}100%,36%{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0)}}.faa-horizontal.animated,.faa-horizontal.animated-hover:hover,.faa-parent.animated-hover:hover>.faa-horizontal{-webkit-animation:horizontal 2s ease infinite;animation:horizontal 2s ease infinite}.faa-horizontal.animated-hover.faa-fast:hover,.faa-horizontal.animated.faa-fast,.faa-parent.animated-hover:hover>.faa-horizontal.faa-fast{-webkit-animation:horizontal 1s ease infinite;animation:horizontal 1s ease infinite}.faa-horizontal.animated-hover.faa-slow:hover,.faa-horizontal.animated.faa-slow,.faa-parent.animated-hover:hover>.faa-horizontal.faa-slow{-webkit-animation:horizontal 3s ease infinite;animation:horizontal 3s ease infinite}@-webkit-keyframes flash{0%,100%,50%{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,100%,50%{opacity:1}25%,75%{opacity:0}}.faa-flash.animated,.faa-flash.animated-hover:hover,.faa-parent.animated-hover:hover>.faa-flash{-webkit-animation:flash 2s ease infinite;animation:flash 2s ease infinite}.faa-flash.animated-hover.faa-fast:hover,.faa-flash.animated.faa-fast,.faa-parent.animated-hover:hover>.faa-flash.faa-fast{-webkit-animation:flash 1s ease infinite;animation:flash 1s ease infinite}.faa-flash.animated-hover.faa-slow:hover,.faa-flash.animated.faa-slow,.faa-parent.animated-hover:hover>.faa-flash.faa-slow{-webkit-animation:flash 3s ease infinite;animation:flash 3s ease infinite}@-webkit-keyframes bounce{0%,10%,100%,20%,50%,80%{-webkit-transform:translateY(0);transform:translateY(0)}40%,60%{-webkit-transform:translateY(-15px);transform:translateY(-15px)}}@keyframes bounce{0%,10%,100%,20%,50%,80%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}40%,60%{-webkit-transform:translateY(-15px);-ms-transform:translateY(-15px);transform:translateY(-15px)}}.faa-bounce.animated,.faa-bounce.animated-hover:hover,.faa-parent.animated-hover:hover>.faa-bounce{-webkit-animation:bounce 2s ease infinite;animation:bounce 2s ease infinite}.faa-bounce.animated-hover.faa-fast:hover,.faa-bounce.animated.faa-fast,.faa-parent.animated-hover:hover>.faa-bounce.faa-fast{-webkit-animation:bounce 1s ease infinite;animation:bounce 1s ease infinite}.faa-bounce.animated-hover.faa-slow:hover,.faa-bounce.animated.faa-slow,.faa-parent.animated-hover:hover>.faa-bounce.faa-slow{-webkit-animation:bounce 3s ease infinite;animation:bounce 3s ease infinite}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes spin{0%{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);-ms-transform:rotate(359deg);transform:rotate(359deg)}}.faa-parent.animated-hover:hover>.faa-spin,.faa-spin.animated,.faa-spin.animated-hover:hover{-webkit-animation:spin 1.5s linear infinite;animation:spin 1.5s linear infinite}.faa-parent.animated-hover:hover>.faa-spin.faa-fast,.faa-spin.animated-hover.faa-fast:hover,.faa-spin.animated.faa-fast{-webkit-animation:spin .7s linear infinite;animation:spin .7s linear infinite}.faa-parent.animated-hover:hover>.faa-spin.faa-slow,.faa-spin.animated-hover.faa-slow:hover,.faa-spin.animated.faa-slow{-webkit-animation:spin 2.2s linear infinite;animation:spin 2.2s linear infinite}@-webkit-keyframes float{0%{-webkit-transform:translateY(0);transform:translateY(0)}50%{-webkit-transform:translateY(-6px);transform:translateY(-6px)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes float{0%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}50%{-webkit-transform:translateY(-6px);-ms-transform:translateY(-6px);transform:translateY(-6px)}100%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}.faa-float.animated,.faa-float.animated-hover:hover,.faa-parent.animated-hover:hover>.faa-float{-webkit-animation:float 2s linear infinite;animation:float 2s linear infinite}.faa-float.animated-hover.faa-fast:hover,.faa-float.animated.faa-fast,.faa-parent.animated-hover:hover>.faa-float.faa-fast{-webkit-animation:float 1s linear infinite;animation:float 1s linear infinite}.faa-float.animated-hover.faa-slow:hover,.faa-float.animated.faa-slow,.faa-parent.animated-hover:hover>.faa-float.faa-slow{-webkit-animation:float 3s linear infinite;animation:float 3s linear infinite}@-webkit-keyframes pulse{0%{-webkit-transform:scale(1.1);transform:scale(1.1)}50%{-webkit-transform:scale(0.8);transform:scale(0.8)}100%{-webkit-transform:scale(1.1);transform:scale(1.1)}}@keyframes pulse{0%{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}50%{-webkit-transform:scale(0.8);-ms-transform:scale(0.8);transform:scale(0.8)}100%{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}}.faa-parent.animated-hover:hover>.faa-pulse,.faa-pulse.animated,.faa-pulse.animated-hover:hover{-webkit-animation:pulse 2s linear infinite;animation:pulse 2s linear infinite}.faa-parent.animated-hover:hover>.faa-pulse.faa-fast,.faa-pulse.animated-hover.faa-fast:hover,.faa-pulse.animated.faa-fast{-webkit-animation:pulse 1s linear infinite;animation:pulse 1s linear infinite}.faa-parent.animated-hover:hover>.faa-pulse.faa-slow,.faa-pulse.animated-hover.faa-slow:hover,.faa-pulse.animated.faa-slow{-webkit-animation:pulse 3s linear infinite;animation:pulse 3s linear infinite}.faa-parent.animated-hover:hover>.faa-shake,.faa-shake.animated,.faa-shake.animated-hover:hover{-webkit-animation:wrench 2.5s ease infinite;animation:wrench 2.5s ease infinite}.faa-parent.animated-hover:hover>.faa-shake.faa-fast,.faa-shake.animated-hover.faa-fast:hover,.faa-shake.animated.faa-fast{-webkit-animation:wrench 1.2s ease infinite;animation:wrench 1.2s ease infinite}.faa-parent.animated-hover:hover>.faa-shake.faa-slow,.faa-shake.animated-hover.faa-slow:hover,.faa-shake.animated.faa-slow{-webkit-animation:wrench 3.7s ease infinite;animation:wrench 3.7s ease infinite}@-webkit-keyframes tada{0%{-webkit-transform:scale(1);transform:scale(1)}10%,20%{-webkit-transform:scale(.9) rotate(-8deg);transform:scale(.9) rotate(-8deg)}30%,50%,70%{-webkit-transform:scale(1.3) rotate(8deg);transform:scale(1.3) rotate(8deg)}40%,60%{-webkit-transform:scale(1.3) rotate(-8deg);transform:scale(1.3) rotate(-8deg)}100%,80%{-webkit-transform:scale(1) rotate(0);transform:scale(1) rotate(0)}}@keyframes tada{0%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}10%,20%{-webkit-transform:scale(.9) rotate(-8deg);-ms-transform:scale(.9) rotate(-8deg);transform:scale(.9) rotate(-8deg)}30%,50%,70%{-webkit-transform:scale(1.3) rotate(8deg);-ms-transform:scale(1.3) rotate(8deg);transform:scale(1.3) rotate(8deg)}40%,60%{-webkit-transform:scale(1.3) rotate(-8deg);-ms-transform:scale(1.3) rotate(-8deg);transform:scale(1.3) rotate(-8deg)}100%,80%{-webkit-transform:scale(1) rotate(0);-ms-transform:scale(1) rotate(0);transform:scale(1) rotate(0)}}.faa-parent.animated-hover:hover>.faa-tada,.faa-tada.animated,.faa-tada.animated-hover:hover{-webkit-animation:tada 2s linear infinite;animation:tada 2s linear infinite}.faa-parent.animated-hover:hover>.faa-tada.faa-fast,.faa-tada.animated-hover.faa-fast:hover,.faa-tada.animated.faa-fast{-webkit-animation:tada 1s linear infinite;animation:tada 1s linear infinite}.faa-parent.animated-hover:hover>.faa-tada.faa-slow,.faa-tada.animated-hover.faa-slow:hover,.faa-tada.animated.faa-slow{-webkit-animation:tada 3s linear infinite;animation:tada 3s linear infinite}@-webkit-keyframes passing{0%{-webkit-transform:translateX(-50%);transform:translateX(-50%);opacity:0}50%{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}100%{-webkit-transform:translateX(50%);transform:translateX(50%);opacity:0}}@keyframes passing{0%{-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);opacity:0}50%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);opacity:1}100%{-webkit-transform:translateX(50%);-ms-transform:translateX(50%);transform:translateX(50%);opacity:0}}.faa-parent.animated-hover:hover>.faa-passing,.faa-passing.animated,.faa-passing.animated-hover:hover{-webkit-animation:passing 2s linear infinite;animation:passing 2s linear infinite}.faa-parent.animated-hover:hover>.faa-passing.faa-fast,.faa-passing.animated-hover.faa-fast:hover,.faa-passing.animated.faa-fast{-webkit-animation:passing 1s linear infinite;animation:passing 1s linear infinite}.faa-parent.animated-hover:hover>.faa-passing.faa-slow,.faa-passing.animated-hover.faa-slow:hover,.faa-passing.animated.faa-slow{-webkit-animation:passing 3s linear infinite;animation:passing 3s linear infinite}@-webkit-keyframes passing-reverse{0%{-webkit-transform:translateX(50%);transform:translateX(50%);opacity:0}50%{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}100%{-webkit-transform:translateX(-50%);transform:translateX(-50%);opacity:0}}@keyframes passing-reverse{0%{-webkit-transform:translateX(50%);-ms-transform:translateX(50%);transform:translateX(50%);opacity:0}50%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);opacity:1}100%{-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);opacity:0}}.faa-parent.animated-hover:hover>.faa-passing-reverse,.faa-passing-reverse.animated,.faa-passing-reverse.animated-hover:hover{-webkit-animation:passing-reverse 2s linear infinite;animation:passing-reverse 2s linear infinite}.faa-parent.animated-hover:hover>.faa-passing-reverse.faa-fast,.faa-passing-reverse.animated-hover.faa-fast:hover,.faa-passing-reverse.animated.faa-fast{-webkit-animation:passing-reverse 1s linear infinite;animation:passing-reverse 1s linear infinite}.faa-parent.animated-hover:hover>.faa-passing-reverse.faa-slow,.faa-passing-reverse.animated-hover.faa-slow:hover,.faa-passing-reverse.animated.faa-slow{-webkit-animation:passing-reverse 3s linear infinite;animation:passing-reverse 3s linear infinite}@-webkit-keyframes burst{0%{opacity:.6}50%{-webkit-transform:scale(1.8);transform:scale(1.8);opacity:0}100%{opacity:0}}@keyframes burst{0%{opacity:.6}50%{-webkit-transform:scale(1.8);-ms-transform:scale(1.8);transform:scale(1.8);opacity:0}100%{opacity:0}}.faa-burst.animated,.faa-burst.animated-hover:hover,.faa-parent.animated-hover:hover>.faa-burst{-webkit-animation:burst 2s infinite linear;animation:burst 2s infinite linear}.faa-burst.animated-hover.faa-fast:hover,.faa-burst.animated.faa-fast,.faa-parent.animated-hover:hover>.faa-burst.faa-fast{-webkit-animation:burst 1s infinite linear;animation:burst 1s infinite linear}.faa-burst.animated-hover.faa-slow:hover,.faa-burst.animated.faa-slow,.faa-parent.animated-hover:hover>.faa-burst.faa-slow{-webkit-animation:burst 3s infinite linear;animation:burst 3s infinite linear}@-webkit-keyframes falling{0%{-webkit-transform:translateY(-50%);transform:translateY(-50%);opacity:0}50%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}100%{-webkit-transform:translateY(50%);transform:translateY(50%);opacity:0}}@keyframes falling{0%{-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);opacity:0}50%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);opacity:1}100%{-webkit-transform:translateY(50%);-ms-transform:translateY(50%);transform:translateY(50%);opacity:0}}.faa-falling.animated,.faa-falling.animated-hover:hover,.faa-parent.animated-hover:hover>.faa-falling{-webkit-animation:falling 2s linear infinite;animation:falling 2s linear infinite}.faa-falling.animated-hover.faa-fast:hover,.faa-falling.animated.faa-fast,.faa-parent.animated-hover:hover>.faa-falling.faa-fast{-webkit-animation:falling 1s linear infinite;animation:falling 1s linear infinite}.faa-falling.animated-hover.faa-slow:hover,.faa-falling.animated.faa-slow,.faa-parent.animated-hover:hover>.faa-falling.faa-slow{-webkit-animation:falling 3s linear infinite;animation:falling 3s linear infinite}body.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute !important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;height:100%;left:0;outline:0;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:manipulation;touch-action:manipulation;transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{box-sizing:border-box}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.9;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;transition:opacity .25s ease 0s,visibility 0s ease 0s;visibility:visible}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;display:none;height:100%;left:0;outline:0;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;transition-property:transform,opacity;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;font-size:0;height:100%;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:hidden;padding:44px 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px}.fancybox-content{background:#fff;display:inline-block;margin:0;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;transform-origin:top left;transition-property:transform,opacity;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:grab}.fancybox-is-grabbing .fancybox-content{cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff}.fancybox-iframe,.fancybox-video{background:transparent;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{left:0;position:absolute;top:0}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;transition:color .2s;vertical-align:top;visibility:inherit;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:hover{color:#fff}.fancybox-button:focus{outline:0}.fancybox-button.fancybox-focus{outline:1px dotted}.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:0}.fancybox-button div{height:100%}.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}.fancybox-button svg path{fill:currentColor;stroke-width:0}.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2){display:none}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0 0;transition-property:transform;transition-timing-function:linear;z-index:99998}.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}.fancybox-close-small:hover{color:#fff;opacity:1}.fancybox-slide--html .fancybox-close-small{color:currentColor;padding:10px;right:0;top:0}.fancybox-slide--image.fancybox-is-scaling .fancybox-content{overflow:hidden}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}.fancybox-navigation .fancybox-button{background-clip:content-box;height:100px;opacity:0;position:absolute;top:calc(50% - 50px);width:70px}.fancybox-navigation .fancybox-button div{padding:7px}.fancybox-navigation .fancybox-button--arrow_left{left:0;left:env(safe-area-inset-left);padding:31px 26px 31px 6px}.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0;right:env(safe-area-inset-right)}.fancybox-caption{background:linear-gradient(0,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:75px 44px 25px;pointer-events:none;right:0;text-align:center;z-index:99996}@supports(padding:max(0)){.fancybox-caption{padding:75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))}}.fancybox-caption--separate{margin-top:-50px}.fancybox-caption__body{max-height:50vh;overflow:auto;pointer-events:all}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{animation:a 1s linear infinite;background:transparent;border:4px solid #888;border-bottom-color:#fff;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}@keyframes a{to{transform:rotate(1turn)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;transform:rotate(0)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{transform:translateZ(0) scale(1)}@media(max-height:576px){.fancybox-slide{padding-left:6px;padding-right:6px}.fancybox-slide--image{padding:6px 0}.fancybox-close-small{right:-6px}.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}.fancybox-caption{padding-left:12px;padding-right:12px}@supports(padding:max(0)){.fancybox-caption{padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}}}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:0;padding:10px 15px;width:100%}.fancybox-thumbs{background:#ddd;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:rgba(0,0,0,0);top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs__list{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x .fancybox-thumbs__list{overflow:hidden}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width:7px}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs__list a{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:rgba(0,0,0,.1);background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:0;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancybox-thumbs__list a:before{border:6px solid #ff5268;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs__list a:focus:before{opacity:.5}.fancybox-thumbs__list a.fancybox-thumbs-active:before{opacity:1}@media(max-width:576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}@font-face{font-family:'Material Icons';font-style:normal;font-weight:400;src:url(MaterialIcons-Regular.eot);src:local('Material Icons'),local('MaterialIcons-Regular'),url(../iconfont/MaterialIcons-Regular.woff2) format('woff2'),url(../iconfont/MaterialIcons-Regular.woff) format('woff'),url(../iconfont/MaterialIcons-Regular.ttf) format('truetype')}.material-icons{font-family:'Material Icons';font-weight:normal;font-style:normal;font-size:24px;display:inline-block;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale;font-feature-settings:'liga'}.aplayer{background:rgba(255,255,255,.3);font-family:'Noto Serif CJK SC','Noto Serif CJK','Source Han Serif SC','Source Han Serif','source-han-serif-sc','PT Serif','SongTi SC','MicroSoft Yahei',Georgia,serif}.aplayer .aplayer-lrc::before{background:rgba(255,255,255,0);filter:none}.aplayer .aplayer-lrc::after{background:rgba(255,255,255,0);filter:none}.aplayer{box-shadow:0 0 0 1px #eee;border-radius:3px;margin:15px 0}.aplayer .aplayer-info{padding:9px 7px 0 10px}.aplayer .aplayer-info .aplayer-controller .aplayer-bar-wrap{margin-left:1px;padding-right:3px}.aplayer .aplayer-info .aplayer-controller .aplayer-bar-wrap .aplayer-bar,.aplayer .aplayer-info .aplayer-controller .aplayer-bar-wrap .aplayer-bar .aplayer-loaded,.aplayer .aplayer-info .aplayer-controller .aplayer-bar-wrap .aplayer-bar .aplayer-played{height:6px;border-radius:10px}.aplayer .aplayer-info .aplayer-controller .aplayer-bar-wrap .aplayer-bar .aplayer-played .aplayer-thumb{height:12px;width:12px;right:3px;box-shadow:0 0 5px 0 rgba(0,0,0,.18);transition:all .35s}.aplayer .aplayer-info .aplayer-controller .aplayer-volume-wrap .aplayer-volume-bar-wrap .aplayer-volume-bar,.aplayer .aplayer-info .aplayer-controller .aplayer-volume-wrap .aplayer-volume-bar-wrap .aplayer-volume-bar .aplayer-volume{border-radius:10px;width:6px}.aplayer .aplayer-info .aplayer-controller .aplayer-volume-wrap .aplayer-volume-bar-wrap .aplayer-volume-bar{right:10.5px}.aplayer .aplayer-list ol li{border-top:0}.aplayer .aplayer-list ol li.aplayer-list-light{background:#f8f8f8}#aplayer-float{background:rgba(255,255,255,1);margin:0}.ap-hover{left:-66px !important}.ap-hover:hover{left:0 !important}#aplayer-float .aplayer-lrc-current{color:orange;font-size:15px;font-weight:bold}.aplayer-lrc{pointer-events:none} diff --git a/css/sakura-theme.css b/css/sakura-theme.css new file mode 100644 index 0000000..4de344b --- /dev/null +++ b/css/sakura-theme.css @@ -0,0 +1,238 @@ +/*iconfont **/ +@font-face { + font-family: "iconfont"; + src: url('../fonts/sakura-theme/iconfont.eot?t=1461591491'); /* IE9*/ + src: url('../fonts/sakura-theme/iconfont.eot?t=1461591491#iefix') format('embedded-opentype'), /* IE6-IE8 */ + url('../fonts/sakura-theme/iconfont.woff?t=1461591491') format('woff'), /* chrome, firefox */ + url('../fonts/sakura-theme/iconfont.ttf?t=1461591491') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/ + url('../fonts/sakura-theme/iconfont.svg?t=1461591491#iconfont') format('svg'); /* iOS 4.1- */ +} + +.iconfont { + font-family: "iconfont" !important; + font-size: 15px; + font-style: normal; + -webkit-font-smoothing: antialiased; + -webkit-text-stroke-width: 0.2px; + -moz-osx-font-smoothing: grayscale; +} + +.icon-text:before { + content: "\e791"; +} + +.icon-my:before { + content: "\e78b"; +} + +.icon-mark:before { + content: "\e731"; +} + +.icon-attention:before { + content: "\e73d"; +} + +.icon-calendar:before { + content: "\e74a"; +} + +.icon-file:before { + content: "\e739"; +} + +.icon-community:before { + content: "\e741"; +} + +.icon-rounddown:before { + content: "\e75c"; +} + +.icon-upload:before { + content: "\e75d"; +} + +.icon-write:before { + content: "\e761"; +} + +.icon-hot:before { + content: "\e758"; +} + +.icon-appreciatefill:before { + content: "\e6e3"; +} + +.icon-fold:before { + content: "\e6de"; +} + +.icon-forward:before { + content: "\e6eb"; +} + +.icon-info:before { + content: "\e6e5"; +} + +.icon-share:before { + content: "\e6f3"; +} + +.icon-notice:before { + content: "\e70a"; +} + +.icon-countdown:before { + content: "\e708"; +} + +.icon-pullright:before { + content: "\e720"; +} + +.icon-pullleft:before { + content: "\e71f"; +} + +.icon-roundcheck:before { + content: "\e657"; +} + +.icon-unfold:before { + content: "\e661"; +} + +.icon-time:before { + content: "\e65f"; +} + +.icon-comment:before { + content: "\e667"; +} + +.icon-camera:before { + content: "\e665"; +} + +.icon-notification:before { + content: "\e66b"; +} + +.icon-warn:before { + content: "\e663"; +} + +.icon-like:before { + content: "\e669"; +} + +.icon-likefill:before { + content: "\e668"; +} + +.icon-search:before { + content: "\e65c"; +} + +.icon-my1:before { + content: "\e686"; +} + +.icon-back:before { + content: "\e679"; +} + +.icon-question:before { + content: "\e691"; +} + +.icon-right:before { + content: "\e6a3"; +} + +.icon-pullup:before { + content: "\e6a0"; +} + +.icon-pulldown:before { + content: "\e69f"; +} + +.icon-delete:before { + content: "\e6b4"; +} + +.icon-message:before { + content: "\e6bc"; +} + +.icon-weibo:before { + content: "\e6c4"; +} + +.icon-check:before { + content: "\e645"; +} + +.icon-appreciate:before { + content: "\e644"; +} + +.icon-favor:before { + content: "\e64c"; +} + +.icon-favorfill:before { + content: "\e64b"; +} + +.icon-link:before { + content: "\e6bf"; +} + +.icon-close:before { + content: "\e646"; +} + +.icon-location:before { + content: "\e651"; +} + +.icon-more:before { + content: "\e684"; +} + +.icon-tags:before { + content: "\e68c"; +} + +.icon-weixin:before { + content: "\e66f"; +} + +.icon-QQ:before { + content: "\e604"; +} + +.icon-douban:before { + content: "\e607"; +} + +.icon-github:before { + content: "\e66c"; +} + +.icon-caidan:before { + content: "\e6a0"; +} + +.icon-caidan1:before { + content: "\e628"; +} + +.icon-menu:before { + content: "\e769"; +} \ No newline at end of file diff --git a/css/sharejs.css b/css/sharejs.css new file mode 100644 index 0000000..0275181 --- /dev/null +++ b/css/sharejs.css @@ -0,0 +1,270 @@ +@font-face { + font-family:"socialshare";src:url("https://cdn.jsdelivr.net/gh/moezx/share.js@1.0.3/src/fonts/iconfont.eot"); +src:url("https://cdn.jsdelivr.net/gh/moezx/share.js@1.0.3/src/fonts/iconfont.eot?#iefix") format("embedded-opentype"),url("https://cdn.jsdelivr.net/gh/moezx/share.js@1.0.3/src/fonts/iconfont.woff") format("woff"),url("https://cdn.jsdelivr.net/gh/moezx/share.js@1.0.3/src/fonts/iconfont.ttf") format("truetype"),url("https://cdn.jsdelivr.net/gh/moezx/share.js@1.0.3/src/fonts/iconfont.svg#iconfont") format("svg") +} + +.social-share { + display: inline-block; + font-family: "socialshare" !important; + font-size: 16px; + font-style: normal; + -webkit-font-smoothing: antialiased; + -webkit-text-stroke-width: 0.2px; + -moz-osx-font-smoothing: grayscale +} + +.social-share * { + font-family: "socialshare" !important +} + +.social-share .icon-tencent:before { + content: "\f07a" +} + +.social-share .icon-qq:before { + content: "\f11a" +} + +.social-share .icon-weibo:before { + content: "\f12a" +} + +.social-share .icon-wechat:before { + content: "\f09a" +} + +.social-share .icon-douban:before { + content: "\f10a" +} + +.social-share .icon-heart:before { + content: "\f20a" +} + +.social-share .icon-like:before { + content: "\f00a" +} + +.social-share .icon-qzone:before { + content: "\f08a" +} + +.social-share .icon-linkedin:before { + content: "\f01a" +} + +.social-share .icon-diandian:before { + content: "\f05a" +} + +.social-share .icon-facebook:before { + content: "\f03a" +} + +.social-share .icon-google:before { + content: "\f04a" +} + +.social-share .icon-twitter:before { + content: "\f06a" +} + +.social-share a { + position: relative; + text-decoration: none; + margin: 0 4px; + display: inline-block; + outline: none +} + +.social-share .social-share-icon { + position: relative; + display: inline-block; + width: 16px; + height: 16px; + font-size: 10px; + border-radius: 50%; + line-height: 16px; + border: 1px solid #666; + color: #666; + text-align: center; + vertical-align: middle; + transition: background 0.6s ease-out 0s; +} + +.social-share .social-share-icon:hover { + background: #666; + color: #fff +} + +.social-share .icon-weibo { + color: #ff763b; + border-color: #ff763b +} + +.social-share .icon-weibo:hover { + background: #ff763b +} + +.social-share .icon-tencent { + color: #56b6e7; + border-color: #56b6e7 +} + +.social-share .icon-tencent:hover { + background: #56b6e7 +} + +.social-share .icon-qq { + color: #56b6e7; + border-color: #56b6e7 +} + +.social-share .icon-qq:hover { + background: #56b6e7 +} + +.social-share .icon-qzone { + color: #FDBE3D; + border-color: #FDBE3D +} + +.social-share .icon-qzone:hover { + background: #FDBE3D +} + +.social-share .icon-douban { + color: #33b045; + border-color: #33b045 +} + +.social-share .icon-douban:hover { + background: #33b045 +} + +.social-share .icon-linkedin { + color: #0077B5; + border-color: #0077B5 +} + +.social-share .icon-linkedin:hover { + background: #0077B5 +} + +.social-share .icon-facebook { + color: #44619D; + border-color: #44619D +} + +.social-share .icon-facebook:hover { + background: #44619D +} + +.social-share .icon-google { + color: #db4437; + border-color: #db4437 +} + +.social-share .icon-google:hover { + background: #db4437 +} + +.social-share .icon-twitter { + color: #55acee; + border-color: #55acee +} + +.social-share .icon-twitter:hover { + background: #55acee +} + +.social-share .icon-diandian { + color: #307DCA; + border-color: #307DCA +} + +.social-share .icon-diandian:hover { + background: #307DCA +} + +.social-share .icon-wechat { + position: relative; + color: #7bc549; + border-color: #7bc549 +} + +.social-share .icon-wechat:hover { + background: #7bc549 +} + +.social-share .icon-wechat .wechat-qrcode { + display: none; + border: 1px solid #eee; + position: absolute; + z-index: 9; + top: -205px; + left: -84px; + width: 200px; + height: 192px; + color: #666; + font-size: 12px; + text-align: center; + background-color: #fff; + box-shadow: 0 2px 10px #aaa; + transition: all 200ms; + -webkit-tansition: all 350ms; + -moz-transition: all 350ms +} + +.social-share .icon-wechat .wechat-qrcode.bottom { + top: 40px; + left: -84px +} + +.social-share .icon-wechat .wechat-qrcode.bottom:after { + display: none +} + +.social-share .icon-wechat .wechat-qrcode h4 { + font-weight: normal; + height: 26px; + line-height: 26px; + font-size: 12px; + background-color: #f3f3f3; + margin: 0; + padding: 0; + color: #777 +} + +.social-share .icon-wechat .wechat-qrcode .qrcode { + width: 105px; + margin: 10px auto +} + +.social-share .icon-wechat .wechat-qrcode .qrcode table { + margin: 0 !important +} + +.social-share .icon-wechat .wechat-qrcode .help p { + font-weight: normal; + line-height: 16px; + padding: 0; + margin: 0 +} + +.social-share .icon-wechat .wechat-qrcode:after { + content: ''; + position: absolute; + left: 50%; + margin-left: -6px; + bottom: -13px; + width: 0; + height: 0; + border-width: 8px 6px 6px 6px; + border-style: solid; + border-color: #fff transparent transparent transparent +} + +.social-share .icon-wechat:hover .wechat-qrcode { + display: block +} diff --git a/css/src/baguetteBox.min.css b/css/src/baguetteBox.min.css new file mode 100644 index 0000000..ce7254a --- /dev/null +++ b/css/src/baguetteBox.min.css @@ -0,0 +1,6 @@ +/*! + * baguetteBox.js + * @author feimosi + * @version 1.11.0 + * @url https://github.com/feimosi/baguetteBox.js + */#baguetteBox-overlay{display:none;opacity:0;position:fixed;overflow:hidden;top:0;left:0;width:100%;height:100%;z-index:1000000;background-color:#222;background-color:rgba(0,0,0,.8);-webkit-transition:opacity .5s ease;transition:opacity .5s ease}#baguetteBox-overlay.visible{opacity:1}#baguetteBox-overlay .full-image{display:inline-block;position:relative;width:100%;height:100%;text-align:center}#baguetteBox-overlay .full-image figure{display:inline;margin:0;height:100%}#baguetteBox-overlay .full-image img{display:inline-block;width:auto;height:auto;max-height:100%;max-width:100%;vertical-align:middle;-webkit-box-shadow:0 0 8px rgba(0,0,0,.6);-moz-box-shadow:0 0 8px rgba(0,0,0,.6);box-shadow:0 0 8px rgba(0,0,0,.6)}#baguetteBox-overlay .full-image figcaption{display:block;position:absolute;bottom:0;width:100%;text-align:center;line-height:1.8;white-space:normal;color:#ccc;background-color:#000;background-color:rgba(0,0,0,.6);font-family:sans-serif}#baguetteBox-overlay .full-image:before{content:"";display:inline-block;height:50%;width:1px;margin-right:-1px}#baguetteBox-slider{position:absolute;left:0;top:0;height:100%;width:100%;white-space:nowrap;-webkit-transition:left .4s ease,-webkit-transform .4s ease;transition:left .4s ease,-webkit-transform .4s ease;transition:left .4s ease,transform .4s ease;transition:left .4s ease,transform .4s ease,-webkit-transform .4s ease,-moz-transform .4s ease}#baguetteBox-slider.bounce-from-right{-webkit-animation:bounceFromRight .4s ease-out;animation:bounceFromRight .4s ease-out}#baguetteBox-slider.bounce-from-left{-webkit-animation:bounceFromLeft .4s ease-out;animation:bounceFromLeft .4s ease-out}@-webkit-keyframes bounceFromRight{0%,100%{margin-left:0}50%{margin-left:-30px}}@keyframes bounceFromRight{0%,100%{margin-left:0}50%{margin-left:-30px}}@-webkit-keyframes bounceFromLeft{0%,100%{margin-left:0}50%{margin-left:30px}}@keyframes bounceFromLeft{0%,100%{margin-left:0}50%{margin-left:30px}}.baguetteBox-button#next-button,.baguetteBox-button#previous-button{top:50%;top:calc(50% - 30px);width:44px;height:60px}.baguetteBox-button{position:absolute;cursor:pointer;outline:0;padding:0;margin:0;border:0;-moz-border-radius:15%;border-radius:15%;background-color:#323232;background-color:rgba(50,50,50,.5);color:#ddd;font:1.6em sans-serif;-webkit-transition:background-color .4s ease;transition:background-color .4s ease}.baguetteBox-button:focus,.baguetteBox-button:hover{background-color:rgba(50,50,50,.9)}.baguetteBox-button#next-button{right:2%}.baguetteBox-button#previous-button{left:2%}.baguetteBox-button#close-button{top:20px;right:2%;right:calc(2% + 6px);width:30px;height:30px}.baguetteBox-button svg{position:absolute;left:0;top:0}.baguetteBox-spinner{width:40px;height:40px;display:inline-block;position:absolute;top:50%;left:50%;margin-top:-20px;margin-left:-20px}.baguetteBox-double-bounce1,.baguetteBox-double-bounce2{width:100%;height:100%;-moz-border-radius:50%;border-radius:50%;background-color:#fff;opacity:.6;position:absolute;top:0;left:0;-webkit-animation:bounce 2s infinite ease-in-out;animation:bounce 2s infinite ease-in-out}.baguetteBox-double-bounce2{-webkit-animation-delay:-1s;animation-delay:-1s}@-webkit-keyframes bounce{0%,100%{-webkit-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes bounce{0%,100%{-webkit-transform:scale(0);-moz-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);-moz-transform:scale(1);transform:scale(1)}} \ No newline at end of file diff --git a/css/src/font-awesome-animation.min.css b/css/src/font-awesome-animation.min.css new file mode 100644 index 0000000..ef153fb --- /dev/null +++ b/css/src/font-awesome-animation.min.css @@ -0,0 +1,7 @@ +/*! + * font-awesome-animation - v0.1.0 + * https://github.com/l-lin/font-awesome-animation + * License: MIT + */ + +@-webkit-keyframes wrench{0%{-webkit-transform:rotate(-12deg);transform:rotate(-12deg)}8%{-webkit-transform:rotate(12deg);transform:rotate(12deg)}10%{-webkit-transform:rotate(24deg);transform:rotate(24deg)}18%,20%{-webkit-transform:rotate(-24deg);transform:rotate(-24deg)}28%,30%{-webkit-transform:rotate(24deg);transform:rotate(24deg)}38%,40%{-webkit-transform:rotate(-24deg);transform:rotate(-24deg)}48%,50%{-webkit-transform:rotate(24deg);transform:rotate(24deg)}58%,60%{-webkit-transform:rotate(-24deg);transform:rotate(-24deg)}68%{-webkit-transform:rotate(24deg);transform:rotate(24deg)}100%,75%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes wrench{0%{-webkit-transform:rotate(-12deg);-ms-transform:rotate(-12deg);transform:rotate(-12deg)}8%{-webkit-transform:rotate(12deg);-ms-transform:rotate(12deg);transform:rotate(12deg)}10%{-webkit-transform:rotate(24deg);-ms-transform:rotate(24deg);transform:rotate(24deg)}18%,20%{-webkit-transform:rotate(-24deg);-ms-transform:rotate(-24deg);transform:rotate(-24deg)}28%,30%{-webkit-transform:rotate(24deg);-ms-transform:rotate(24deg);transform:rotate(24deg)}38%,40%{-webkit-transform:rotate(-24deg);-ms-transform:rotate(-24deg);transform:rotate(-24deg)}48%,50%{-webkit-transform:rotate(24deg);-ms-transform:rotate(24deg);transform:rotate(24deg)}58%,60%{-webkit-transform:rotate(-24deg);-ms-transform:rotate(-24deg);transform:rotate(-24deg)}68%{-webkit-transform:rotate(24deg);-ms-transform:rotate(24deg);transform:rotate(24deg)}100%,75%{-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg)}}.faa-parent.animated-hover:hover>.faa-wrench,.faa-wrench.animated,.faa-wrench.animated-hover:hover{-webkit-animation:wrench 2.5s ease infinite;animation:wrench 2.5s ease infinite;transform-origin-x:90%;transform-origin-y:35%;transform-origin-z:initial}.faa-parent.animated-hover:hover>.faa-wrench.faa-fast,.faa-wrench.animated-hover.faa-fast:hover,.faa-wrench.animated.faa-fast{-webkit-animation:wrench 1.2s ease infinite;animation:wrench 1.2s ease infinite}.faa-parent.animated-hover:hover>.faa-wrench.faa-slow,.faa-wrench.animated-hover.faa-slow:hover,.faa-wrench.animated.faa-slow{-webkit-animation:wrench 3.7s ease infinite;animation:wrench 3.7s ease infinite}@-webkit-keyframes ring{0%{-webkit-transform:rotate(-15deg);transform:rotate(-15deg)}2%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}4%{-webkit-transform:rotate(-18deg);transform:rotate(-18deg)}6%{-webkit-transform:rotate(18deg);transform:rotate(18deg)}8%{-webkit-transform:rotate(-22deg);transform:rotate(-22deg)}10%{-webkit-transform:rotate(22deg);transform:rotate(22deg)}12%{-webkit-transform:rotate(-18deg);transform:rotate(-18deg)}14%{-webkit-transform:rotate(18deg);transform:rotate(18deg)}16%{-webkit-transform:rotate(-12deg);transform:rotate(-12deg)}18%{-webkit-transform:rotate(12deg);transform:rotate(12deg)}100%,20%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes ring{0%{-webkit-transform:rotate(-15deg);-ms-transform:rotate(-15deg);transform:rotate(-15deg)}2%{-webkit-transform:rotate(15deg);-ms-transform:rotate(15deg);transform:rotate(15deg)}4%{-webkit-transform:rotate(-18deg);-ms-transform:rotate(-18deg);transform:rotate(-18deg)}6%{-webkit-transform:rotate(18deg);-ms-transform:rotate(18deg);transform:rotate(18deg)}8%{-webkit-transform:rotate(-22deg);-ms-transform:rotate(-22deg);transform:rotate(-22deg)}10%{-webkit-transform:rotate(22deg);-ms-transform:rotate(22deg);transform:rotate(22deg)}12%{-webkit-transform:rotate(-18deg);-ms-transform:rotate(-18deg);transform:rotate(-18deg)}14%{-webkit-transform:rotate(18deg);-ms-transform:rotate(18deg);transform:rotate(18deg)}16%{-webkit-transform:rotate(-12deg);-ms-transform:rotate(-12deg);transform:rotate(-12deg)}18%{-webkit-transform:rotate(12deg);-ms-transform:rotate(12deg);transform:rotate(12deg)}100%,20%{-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg)}}.faa-parent.animated-hover:hover>.faa-ring,.faa-ring.animated,.faa-ring.animated-hover:hover{-webkit-animation:ring 2s ease infinite;animation:ring 2s ease infinite;transform-origin-x:50%;transform-origin-y:0;transform-origin-z:initial}.faa-parent.animated-hover:hover>.faa-ring.faa-fast,.faa-ring.animated-hover.faa-fast:hover,.faa-ring.animated.faa-fast{-webkit-animation:ring 1s ease infinite;animation:ring 1s ease infinite}.faa-parent.animated-hover:hover>.faa-ring.faa-slow,.faa-ring.animated-hover.faa-slow:hover,.faa-ring.animated.faa-slow{-webkit-animation:ring 3s ease infinite;animation:ring 3s ease infinite}@-webkit-keyframes vertical{0%{-webkit-transform:translate(0,-3px);transform:translate(0,-3px)}4%{-webkit-transform:translate(0,3px);transform:translate(0,3px)}8%{-webkit-transform:translate(0,-3px);transform:translate(0,-3px)}12%{-webkit-transform:translate(0,3px);transform:translate(0,3px)}16%{-webkit-transform:translate(0,-3px);transform:translate(0,-3px)}20%{-webkit-transform:translate(0,3px);transform:translate(0,3px)}100%,22%{-webkit-transform:translate(0,0);transform:translate(0,0)}}@keyframes vertical{0%{-webkit-transform:translate(0,-3px);-ms-transform:translate(0,-3px);transform:translate(0,-3px)}4%{-webkit-transform:translate(0,3px);-ms-transform:translate(0,3px);transform:translate(0,3px)}8%{-webkit-transform:translate(0,-3px);-ms-transform:translate(0,-3px);transform:translate(0,-3px)}12%{-webkit-transform:translate(0,3px);-ms-transform:translate(0,3px);transform:translate(0,3px)}16%{-webkit-transform:translate(0,-3px);-ms-transform:translate(0,-3px);transform:translate(0,-3px)}20%{-webkit-transform:translate(0,3px);-ms-transform:translate(0,3px);transform:translate(0,3px)}100%,22%{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0)}}.faa-parent.animated-hover:hover>.faa-vertical,.faa-vertical.animated,.faa-vertical.animated-hover:hover{-webkit-animation:vertical 2s ease infinite;animation:vertical 2s ease infinite}.faa-parent.animated-hover:hover>.faa-vertical.faa-fast,.faa-vertical.animated-hover.faa-fast:hover,.faa-vertical.animated.faa-fast{-webkit-animation:vertical 1s ease infinite;animation:vertical 1s ease infinite}.faa-parent.animated-hover:hover>.faa-vertical.faa-slow,.faa-vertical.animated-hover.faa-slow:hover,.faa-vertical.animated.faa-slow{-webkit-animation:vertical 4s ease infinite;animation:vertical 4s ease infinite}@-webkit-keyframes horizontal{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}6%{-webkit-transform:translate(5px,0);transform:translate(5px,0)}12%{-webkit-transform:translate(0,0);transform:translate(0,0)}18%{-webkit-transform:translate(5px,0);transform:translate(5px,0)}24%{-webkit-transform:translate(0,0);transform:translate(0,0)}30%{-webkit-transform:translate(5px,0);transform:translate(5px,0)}100%,36%{-webkit-transform:translate(0,0);transform:translate(0,0)}}@keyframes horizontal{0%{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0)}6%{-webkit-transform:translate(5px,0);-ms-transform:translate(5px,0);transform:translate(5px,0)}12%{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0)}18%{-webkit-transform:translate(5px,0);-ms-transform:translate(5px,0);transform:translate(5px,0)}24%{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0)}30%{-webkit-transform:translate(5px,0);-ms-transform:translate(5px,0);transform:translate(5px,0)}100%,36%{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0)}}.faa-horizontal.animated,.faa-horizontal.animated-hover:hover,.faa-parent.animated-hover:hover>.faa-horizontal{-webkit-animation:horizontal 2s ease infinite;animation:horizontal 2s ease infinite}.faa-horizontal.animated-hover.faa-fast:hover,.faa-horizontal.animated.faa-fast,.faa-parent.animated-hover:hover>.faa-horizontal.faa-fast{-webkit-animation:horizontal 1s ease infinite;animation:horizontal 1s ease infinite}.faa-horizontal.animated-hover.faa-slow:hover,.faa-horizontal.animated.faa-slow,.faa-parent.animated-hover:hover>.faa-horizontal.faa-slow{-webkit-animation:horizontal 3s ease infinite;animation:horizontal 3s ease infinite}@-webkit-keyframes flash{0%,100%,50%{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,100%,50%{opacity:1}25%,75%{opacity:0}}.faa-flash.animated,.faa-flash.animated-hover:hover,.faa-parent.animated-hover:hover>.faa-flash{-webkit-animation:flash 2s ease infinite;animation:flash 2s ease infinite}.faa-flash.animated-hover.faa-fast:hover,.faa-flash.animated.faa-fast,.faa-parent.animated-hover:hover>.faa-flash.faa-fast{-webkit-animation:flash 1s ease infinite;animation:flash 1s ease infinite}.faa-flash.animated-hover.faa-slow:hover,.faa-flash.animated.faa-slow,.faa-parent.animated-hover:hover>.faa-flash.faa-slow{-webkit-animation:flash 3s ease infinite;animation:flash 3s ease infinite}@-webkit-keyframes bounce{0%,10%,100%,20%,50%,80%{-webkit-transform:translateY(0);transform:translateY(0)}40%,60%{-webkit-transform:translateY(-15px);transform:translateY(-15px)}}@keyframes bounce{0%,10%,100%,20%,50%,80%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}40%,60%{-webkit-transform:translateY(-15px);-ms-transform:translateY(-15px);transform:translateY(-15px)}}.faa-bounce.animated,.faa-bounce.animated-hover:hover,.faa-parent.animated-hover:hover>.faa-bounce{-webkit-animation:bounce 2s ease infinite;animation:bounce 2s ease infinite}.faa-bounce.animated-hover.faa-fast:hover,.faa-bounce.animated.faa-fast,.faa-parent.animated-hover:hover>.faa-bounce.faa-fast{-webkit-animation:bounce 1s ease infinite;animation:bounce 1s ease infinite}.faa-bounce.animated-hover.faa-slow:hover,.faa-bounce.animated.faa-slow,.faa-parent.animated-hover:hover>.faa-bounce.faa-slow{-webkit-animation:bounce 3s ease infinite;animation:bounce 3s ease infinite}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes spin{0%{-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);-ms-transform:rotate(359deg);transform:rotate(359deg)}}.faa-parent.animated-hover:hover>.faa-spin,.faa-spin.animated,.faa-spin.animated-hover:hover{-webkit-animation:spin 1.5s linear infinite;animation:spin 1.5s linear infinite}.faa-parent.animated-hover:hover>.faa-spin.faa-fast,.faa-spin.animated-hover.faa-fast:hover,.faa-spin.animated.faa-fast{-webkit-animation:spin .7s linear infinite;animation:spin .7s linear infinite}.faa-parent.animated-hover:hover>.faa-spin.faa-slow,.faa-spin.animated-hover.faa-slow:hover,.faa-spin.animated.faa-slow{-webkit-animation:spin 2.2s linear infinite;animation:spin 2.2s linear infinite}@-webkit-keyframes float{0%{-webkit-transform:translateY(0);transform:translateY(0)}50%{-webkit-transform:translateY(-6px);transform:translateY(-6px)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes float{0%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}50%{-webkit-transform:translateY(-6px);-ms-transform:translateY(-6px);transform:translateY(-6px)}100%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}.faa-float.animated,.faa-float.animated-hover:hover,.faa-parent.animated-hover:hover>.faa-float{-webkit-animation:float 2s linear infinite;animation:float 2s linear infinite}.faa-float.animated-hover.faa-fast:hover,.faa-float.animated.faa-fast,.faa-parent.animated-hover:hover>.faa-float.faa-fast{-webkit-animation:float 1s linear infinite;animation:float 1s linear infinite}.faa-float.animated-hover.faa-slow:hover,.faa-float.animated.faa-slow,.faa-parent.animated-hover:hover>.faa-float.faa-slow{-webkit-animation:float 3s linear infinite;animation:float 3s linear infinite}@-webkit-keyframes pulse{0%{-webkit-transform:scale(1.1);transform:scale(1.1)}50%{-webkit-transform:scale(0.8);transform:scale(0.8)}100%{-webkit-transform:scale(1.1);transform:scale(1.1)}}@keyframes pulse{0%{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}50%{-webkit-transform:scale(0.8);-ms-transform:scale(0.8);transform:scale(0.8)}100%{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}}.faa-parent.animated-hover:hover>.faa-pulse,.faa-pulse.animated,.faa-pulse.animated-hover:hover{-webkit-animation:pulse 2s linear infinite;animation:pulse 2s linear infinite}.faa-parent.animated-hover:hover>.faa-pulse.faa-fast,.faa-pulse.animated-hover.faa-fast:hover,.faa-pulse.animated.faa-fast{-webkit-animation:pulse 1s linear infinite;animation:pulse 1s linear infinite}.faa-parent.animated-hover:hover>.faa-pulse.faa-slow,.faa-pulse.animated-hover.faa-slow:hover,.faa-pulse.animated.faa-slow{-webkit-animation:pulse 3s linear infinite;animation:pulse 3s linear infinite}.faa-parent.animated-hover:hover>.faa-shake,.faa-shake.animated,.faa-shake.animated-hover:hover{-webkit-animation:wrench 2.5s ease infinite;animation:wrench 2.5s ease infinite}.faa-parent.animated-hover:hover>.faa-shake.faa-fast,.faa-shake.animated-hover.faa-fast:hover,.faa-shake.animated.faa-fast{-webkit-animation:wrench 1.2s ease infinite;animation:wrench 1.2s ease infinite}.faa-parent.animated-hover:hover>.faa-shake.faa-slow,.faa-shake.animated-hover.faa-slow:hover,.faa-shake.animated.faa-slow{-webkit-animation:wrench 3.7s ease infinite;animation:wrench 3.7s ease infinite}@-webkit-keyframes tada{0%{-webkit-transform:scale(1);transform:scale(1)}10%,20%{-webkit-transform:scale(.9) rotate(-8deg);transform:scale(.9) rotate(-8deg)}30%,50%,70%{-webkit-transform:scale(1.3) rotate(8deg);transform:scale(1.3) rotate(8deg)}40%,60%{-webkit-transform:scale(1.3) rotate(-8deg);transform:scale(1.3) rotate(-8deg)}100%,80%{-webkit-transform:scale(1) rotate(0);transform:scale(1) rotate(0)}}@keyframes tada{0%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}10%,20%{-webkit-transform:scale(.9) rotate(-8deg);-ms-transform:scale(.9) rotate(-8deg);transform:scale(.9) rotate(-8deg)}30%,50%,70%{-webkit-transform:scale(1.3) rotate(8deg);-ms-transform:scale(1.3) rotate(8deg);transform:scale(1.3) rotate(8deg)}40%,60%{-webkit-transform:scale(1.3) rotate(-8deg);-ms-transform:scale(1.3) rotate(-8deg);transform:scale(1.3) rotate(-8deg)}100%,80%{-webkit-transform:scale(1) rotate(0);-ms-transform:scale(1) rotate(0);transform:scale(1) rotate(0)}}.faa-parent.animated-hover:hover>.faa-tada,.faa-tada.animated,.faa-tada.animated-hover:hover{-webkit-animation:tada 2s linear infinite;animation:tada 2s linear infinite}.faa-parent.animated-hover:hover>.faa-tada.faa-fast,.faa-tada.animated-hover.faa-fast:hover,.faa-tada.animated.faa-fast{-webkit-animation:tada 1s linear infinite;animation:tada 1s linear infinite}.faa-parent.animated-hover:hover>.faa-tada.faa-slow,.faa-tada.animated-hover.faa-slow:hover,.faa-tada.animated.faa-slow{-webkit-animation:tada 3s linear infinite;animation:tada 3s linear infinite}@-webkit-keyframes passing{0%{-webkit-transform:translateX(-50%);transform:translateX(-50%);opacity:0}50%{-webkit-transform:translateX(0%);transform:translateX(0%);opacity:1}100%{-webkit-transform:translateX(50%);transform:translateX(50%);opacity:0}}@keyframes passing{0%{-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);opacity:0}50%{-webkit-transform:translateX(0%);-ms-transform:translateX(0%);transform:translateX(0%);opacity:1}100%{-webkit-transform:translateX(50%);-ms-transform:translateX(50%);transform:translateX(50%);opacity:0}}.faa-parent.animated-hover:hover>.faa-passing,.faa-passing.animated,.faa-passing.animated-hover:hover{-webkit-animation:passing 2s linear infinite;animation:passing 2s linear infinite}.faa-parent.animated-hover:hover>.faa-passing.faa-fast,.faa-passing.animated-hover.faa-fast:hover,.faa-passing.animated.faa-fast{-webkit-animation:passing 1s linear infinite;animation:passing 1s linear infinite}.faa-parent.animated-hover:hover>.faa-passing.faa-slow,.faa-passing.animated-hover.faa-slow:hover,.faa-passing.animated.faa-slow{-webkit-animation:passing 3s linear infinite;animation:passing 3s linear infinite}@-webkit-keyframes passing-reverse{0%{-webkit-transform:translateX(50%);transform:translateX(50%);opacity:0}50%{-webkit-transform:translateX(0%);transform:translateX(0%);opacity:1}100%{-webkit-transform:translateX(-50%);transform:translateX(-50%);opacity:0}}@keyframes passing-reverse{0%{-webkit-transform:translateX(50%);-ms-transform:translateX(50%);transform:translateX(50%);opacity:0}50%{-webkit-transform:translateX(0%);-ms-transform:translateX(0%);transform:translateX(0%);opacity:1}100%{-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);opacity:0}}.faa-parent.animated-hover:hover>.faa-passing-reverse,.faa-passing-reverse.animated,.faa-passing-reverse.animated-hover:hover{-webkit-animation:passing-reverse 2s linear infinite;animation:passing-reverse 2s linear infinite}.faa-parent.animated-hover:hover>.faa-passing-reverse.faa-fast,.faa-passing-reverse.animated-hover.faa-fast:hover,.faa-passing-reverse.animated.faa-fast{-webkit-animation:passing-reverse 1s linear infinite;animation:passing-reverse 1s linear infinite}.faa-parent.animated-hover:hover>.faa-passing-reverse.faa-slow,.faa-passing-reverse.animated-hover.faa-slow:hover,.faa-passing-reverse.animated.faa-slow{-webkit-animation:passing-reverse 3s linear infinite;animation:passing-reverse 3s linear infinite}@-webkit-keyframes burst{0%{opacity:.6}50%{-webkit-transform:scale(1.8);transform:scale(1.8);opacity:0}100%{opacity:0}}@keyframes burst{0%{opacity:.6}50%{-webkit-transform:scale(1.8);-ms-transform:scale(1.8);transform:scale(1.8);opacity:0}100%{opacity:0}}.faa-burst.animated,.faa-burst.animated-hover:hover,.faa-parent.animated-hover:hover>.faa-burst{-webkit-animation:burst 2s infinite linear;animation:burst 2s infinite linear}.faa-burst.animated-hover.faa-fast:hover,.faa-burst.animated.faa-fast,.faa-parent.animated-hover:hover>.faa-burst.faa-fast{-webkit-animation:burst 1s infinite linear;animation:burst 1s infinite linear}.faa-burst.animated-hover.faa-slow:hover,.faa-burst.animated.faa-slow,.faa-parent.animated-hover:hover>.faa-burst.faa-slow{-webkit-animation:burst 3s infinite linear;animation:burst 3s infinite linear}@-webkit-keyframes falling{0%{-webkit-transform:translateY(-50%);transform:translateY(-50%);opacity:0}50%{-webkit-transform:translateY(0%);transform:translateY(0%);opacity:1}100%{-webkit-transform:translateY(50%);transform:translateY(50%);opacity:0}}@keyframes falling{0%{-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);opacity:0}50%{-webkit-transform:translateY(0%);-ms-transform:translateY(0%);transform:translateY(0%);opacity:1}100%{-webkit-transform:translateY(50%);-ms-transform:translateY(50%);transform:translateY(50%);opacity:0}}.faa-falling.animated,.faa-falling.animated-hover:hover,.faa-parent.animated-hover:hover>.faa-falling{-webkit-animation:falling 2s linear infinite;animation:falling 2s linear infinite}.faa-falling.animated-hover.faa-fast:hover,.faa-falling.animated.faa-fast,.faa-parent.animated-hover:hover>.faa-falling.faa-fast{-webkit-animation:falling 1s linear infinite;animation:falling 1s linear infinite}.faa-falling.animated-hover.faa-slow:hover,.faa-falling.animated.faa-slow,.faa-parent.animated-hover:hover>.faa-falling.faa-slow{-webkit-animation:falling 3s linear infinite;animation:falling 3s linear infinite} \ No newline at end of file diff --git a/css/src/font-awesome.min.css b/css/src/font-awesome.min.css new file mode 100644 index 0000000..858ba88 --- /dev/null +++ b/css/src/font-awesome.min.css @@ -0,0 +1,11 @@ +/*! + * Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome + * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) + */@font-face{font-family:'FontAwesome';src:url('../fonts/fontawesome-webfont.eot?v=4.7.0');src:url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto} +/*! + * font-awesome-animation - v0.1.0 + * https://github.com/l-lin/font-awesome-animation + * License: MIT + */ + +@-webkit-keyframes wrench{0%{-webkit-transform:rotate(-12deg);transform:rotate(-12deg)}8%{-webkit-transform:rotate(12deg);transform:rotate(12deg)}10%{-webkit-transform:rotate(24deg);transform:rotate(24deg)}18%,20%{-webkit-transform:rotate(-24deg);transform:rotate(-24deg)}28%,30%{-webkit-transform:rotate(24deg);transform:rotate(24deg)}38%,40%{-webkit-transform:rotate(-24deg);transform:rotate(-24deg)}48%,50%{-webkit-transform:rotate(24deg);transform:rotate(24deg)}58%,60%{-webkit-transform:rotate(-24deg);transform:rotate(-24deg)}68%{-webkit-transform:rotate(24deg);transform:rotate(24deg)}100%,75%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes wrench{0%{-webkit-transform:rotate(-12deg);-ms-transform:rotate(-12deg);transform:rotate(-12deg)}8%{-webkit-transform:rotate(12deg);-ms-transform:rotate(12deg);transform:rotate(12deg)}10%{-webkit-transform:rotate(24deg);-ms-transform:rotate(24deg);transform:rotate(24deg)}18%,20%{-webkit-transform:rotate(-24deg);-ms-transform:rotate(-24deg);transform:rotate(-24deg)}28%,30%{-webkit-transform:rotate(24deg);-ms-transform:rotate(24deg);transform:rotate(24deg)}38%,40%{-webkit-transform:rotate(-24deg);-ms-transform:rotate(-24deg);transform:rotate(-24deg)}48%,50%{-webkit-transform:rotate(24deg);-ms-transform:rotate(24deg);transform:rotate(24deg)}58%,60%{-webkit-transform:rotate(-24deg);-ms-transform:rotate(-24deg);transform:rotate(-24deg)}68%{-webkit-transform:rotate(24deg);-ms-transform:rotate(24deg);transform:rotate(24deg)}100%,75%{-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg)}}.faa-parent.animated-hover:hover>.faa-wrench,.faa-wrench.animated,.faa-wrench.animated-hover:hover{-webkit-animation:wrench 2.5s ease infinite;animation:wrench 2.5s ease infinite;transform-origin-x:90%;transform-origin-y:35%;transform-origin-z:initial}.faa-parent.animated-hover:hover>.faa-wrench.faa-fast,.faa-wrench.animated-hover.faa-fast:hover,.faa-wrench.animated.faa-fast{-webkit-animation:wrench 1.2s ease infinite;animation:wrench 1.2s ease infinite}.faa-parent.animated-hover:hover>.faa-wrench.faa-slow,.faa-wrench.animated-hover.faa-slow:hover,.faa-wrench.animated.faa-slow{-webkit-animation:wrench 3.7s ease infinite;animation:wrench 3.7s ease infinite}@-webkit-keyframes ring{0%{-webkit-transform:rotate(-15deg);transform:rotate(-15deg)}2%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}4%{-webkit-transform:rotate(-18deg);transform:rotate(-18deg)}6%{-webkit-transform:rotate(18deg);transform:rotate(18deg)}8%{-webkit-transform:rotate(-22deg);transform:rotate(-22deg)}10%{-webkit-transform:rotate(22deg);transform:rotate(22deg)}12%{-webkit-transform:rotate(-18deg);transform:rotate(-18deg)}14%{-webkit-transform:rotate(18deg);transform:rotate(18deg)}16%{-webkit-transform:rotate(-12deg);transform:rotate(-12deg)}18%{-webkit-transform:rotate(12deg);transform:rotate(12deg)}100%,20%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes ring{0%{-webkit-transform:rotate(-15deg);-ms-transform:rotate(-15deg);transform:rotate(-15deg)}2%{-webkit-transform:rotate(15deg);-ms-transform:rotate(15deg);transform:rotate(15deg)}4%{-webkit-transform:rotate(-18deg);-ms-transform:rotate(-18deg);transform:rotate(-18deg)}6%{-webkit-transform:rotate(18deg);-ms-transform:rotate(18deg);transform:rotate(18deg)}8%{-webkit-transform:rotate(-22deg);-ms-transform:rotate(-22deg);transform:rotate(-22deg)}10%{-webkit-transform:rotate(22deg);-ms-transform:rotate(22deg);transform:rotate(22deg)}12%{-webkit-transform:rotate(-18deg);-ms-transform:rotate(-18deg);transform:rotate(-18deg)}14%{-webkit-transform:rotate(18deg);-ms-transform:rotate(18deg);transform:rotate(18deg)}16%{-webkit-transform:rotate(-12deg);-ms-transform:rotate(-12deg);transform:rotate(-12deg)}18%{-webkit-transform:rotate(12deg);-ms-transform:rotate(12deg);transform:rotate(12deg)}100%,20%{-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg)}}.faa-parent.animated-hover:hover>.faa-ring,.faa-ring.animated,.faa-ring.animated-hover:hover{-webkit-animation:ring 2s ease infinite;animation:ring 2s ease infinite;transform-origin-x:50%;transform-origin-y:0;transform-origin-z:initial}.faa-parent.animated-hover:hover>.faa-ring.faa-fast,.faa-ring.animated-hover.faa-fast:hover,.faa-ring.animated.faa-fast{-webkit-animation:ring 1s ease infinite;animation:ring 1s ease infinite}.faa-parent.animated-hover:hover>.faa-ring.faa-slow,.faa-ring.animated-hover.faa-slow:hover,.faa-ring.animated.faa-slow{-webkit-animation:ring 3s ease infinite;animation:ring 3s ease infinite}@-webkit-keyframes vertical{0%{-webkit-transform:translate(0,-3px);transform:translate(0,-3px)}4%{-webkit-transform:translate(0,3px);transform:translate(0,3px)}8%{-webkit-transform:translate(0,-3px);transform:translate(0,-3px)}12%{-webkit-transform:translate(0,3px);transform:translate(0,3px)}16%{-webkit-transform:translate(0,-3px);transform:translate(0,-3px)}20%{-webkit-transform:translate(0,3px);transform:translate(0,3px)}100%,22%{-webkit-transform:translate(0,0);transform:translate(0,0)}}@keyframes vertical{0%{-webkit-transform:translate(0,-3px);-ms-transform:translate(0,-3px);transform:translate(0,-3px)}4%{-webkit-transform:translate(0,3px);-ms-transform:translate(0,3px);transform:translate(0,3px)}8%{-webkit-transform:translate(0,-3px);-ms-transform:translate(0,-3px);transform:translate(0,-3px)}12%{-webkit-transform:translate(0,3px);-ms-transform:translate(0,3px);transform:translate(0,3px)}16%{-webkit-transform:translate(0,-3px);-ms-transform:translate(0,-3px);transform:translate(0,-3px)}20%{-webkit-transform:translate(0,3px);-ms-transform:translate(0,3px);transform:translate(0,3px)}100%,22%{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0)}}.faa-parent.animated-hover:hover>.faa-vertical,.faa-vertical.animated,.faa-vertical.animated-hover:hover{-webkit-animation:vertical 2s ease infinite;animation:vertical 2s ease infinite}.faa-parent.animated-hover:hover>.faa-vertical.faa-fast,.faa-vertical.animated-hover.faa-fast:hover,.faa-vertical.animated.faa-fast{-webkit-animation:vertical 1s ease infinite;animation:vertical 1s ease infinite}.faa-parent.animated-hover:hover>.faa-vertical.faa-slow,.faa-vertical.animated-hover.faa-slow:hover,.faa-vertical.animated.faa-slow{-webkit-animation:vertical 4s ease infinite;animation:vertical 4s ease infinite}@-webkit-keyframes horizontal{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}6%{-webkit-transform:translate(5px,0);transform:translate(5px,0)}12%{-webkit-transform:translate(0,0);transform:translate(0,0)}18%{-webkit-transform:translate(5px,0);transform:translate(5px,0)}24%{-webkit-transform:translate(0,0);transform:translate(0,0)}30%{-webkit-transform:translate(5px,0);transform:translate(5px,0)}100%,36%{-webkit-transform:translate(0,0);transform:translate(0,0)}}@keyframes horizontal{0%{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0)}6%{-webkit-transform:translate(5px,0);-ms-transform:translate(5px,0);transform:translate(5px,0)}12%{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0)}18%{-webkit-transform:translate(5px,0);-ms-transform:translate(5px,0);transform:translate(5px,0)}24%{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0)}30%{-webkit-transform:translate(5px,0);-ms-transform:translate(5px,0);transform:translate(5px,0)}100%,36%{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0)}}.faa-horizontal.animated,.faa-horizontal.animated-hover:hover,.faa-parent.animated-hover:hover>.faa-horizontal{-webkit-animation:horizontal 2s ease infinite;animation:horizontal 2s ease infinite}.faa-horizontal.animated-hover.faa-fast:hover,.faa-horizontal.animated.faa-fast,.faa-parent.animated-hover:hover>.faa-horizontal.faa-fast{-webkit-animation:horizontal 1s ease infinite;animation:horizontal 1s ease infinite}.faa-horizontal.animated-hover.faa-slow:hover,.faa-horizontal.animated.faa-slow,.faa-parent.animated-hover:hover>.faa-horizontal.faa-slow{-webkit-animation:horizontal 3s ease infinite;animation:horizontal 3s ease infinite}@-webkit-keyframes flash{0%,100%,50%{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,100%,50%{opacity:1}25%,75%{opacity:0}}.faa-flash.animated,.faa-flash.animated-hover:hover,.faa-parent.animated-hover:hover>.faa-flash{-webkit-animation:flash 2s ease infinite;animation:flash 2s ease infinite}.faa-flash.animated-hover.faa-fast:hover,.faa-flash.animated.faa-fast,.faa-parent.animated-hover:hover>.faa-flash.faa-fast{-webkit-animation:flash 1s ease infinite;animation:flash 1s ease infinite}.faa-flash.animated-hover.faa-slow:hover,.faa-flash.animated.faa-slow,.faa-parent.animated-hover:hover>.faa-flash.faa-slow{-webkit-animation:flash 3s ease infinite;animation:flash 3s ease infinite}@-webkit-keyframes bounce{0%,10%,100%,20%,50%,80%{-webkit-transform:translateY(0);transform:translateY(0)}40%,60%{-webkit-transform:translateY(-15px);transform:translateY(-15px)}}@keyframes bounce{0%,10%,100%,20%,50%,80%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}40%,60%{-webkit-transform:translateY(-15px);-ms-transform:translateY(-15px);transform:translateY(-15px)}}.faa-bounce.animated,.faa-bounce.animated-hover:hover,.faa-parent.animated-hover:hover>.faa-bounce{-webkit-animation:bounce 2s ease infinite;animation:bounce 2s ease infinite}.faa-bounce.animated-hover.faa-fast:hover,.faa-bounce.animated.faa-fast,.faa-parent.animated-hover:hover>.faa-bounce.faa-fast{-webkit-animation:bounce 1s ease infinite;animation:bounce 1s ease infinite}.faa-bounce.animated-hover.faa-slow:hover,.faa-bounce.animated.faa-slow,.faa-parent.animated-hover:hover>.faa-bounce.faa-slow{-webkit-animation:bounce 3s ease infinite;animation:bounce 3s ease infinite}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes spin{0%{-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);-ms-transform:rotate(359deg);transform:rotate(359deg)}}.faa-parent.animated-hover:hover>.faa-spin,.faa-spin.animated,.faa-spin.animated-hover:hover{-webkit-animation:spin 1.5s linear infinite;animation:spin 1.5s linear infinite}.faa-parent.animated-hover:hover>.faa-spin.faa-fast,.faa-spin.animated-hover.faa-fast:hover,.faa-spin.animated.faa-fast{-webkit-animation:spin .7s linear infinite;animation:spin .7s linear infinite}.faa-parent.animated-hover:hover>.faa-spin.faa-slow,.faa-spin.animated-hover.faa-slow:hover,.faa-spin.animated.faa-slow{-webkit-animation:spin 2.2s linear infinite;animation:spin 2.2s linear infinite}@-webkit-keyframes float{0%{-webkit-transform:translateY(0);transform:translateY(0)}50%{-webkit-transform:translateY(-6px);transform:translateY(-6px)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes float{0%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}50%{-webkit-transform:translateY(-6px);-ms-transform:translateY(-6px);transform:translateY(-6px)}100%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}.faa-float.animated,.faa-float.animated-hover:hover,.faa-parent.animated-hover:hover>.faa-float{-webkit-animation:float 2s linear infinite;animation:float 2s linear infinite}.faa-float.animated-hover.faa-fast:hover,.faa-float.animated.faa-fast,.faa-parent.animated-hover:hover>.faa-float.faa-fast{-webkit-animation:float 1s linear infinite;animation:float 1s linear infinite}.faa-float.animated-hover.faa-slow:hover,.faa-float.animated.faa-slow,.faa-parent.animated-hover:hover>.faa-float.faa-slow{-webkit-animation:float 3s linear infinite;animation:float 3s linear infinite}@-webkit-keyframes pulse{0%{-webkit-transform:scale(1.1);transform:scale(1.1)}50%{-webkit-transform:scale(0.8);transform:scale(0.8)}100%{-webkit-transform:scale(1.1);transform:scale(1.1)}}@keyframes pulse{0%{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}50%{-webkit-transform:scale(0.8);-ms-transform:scale(0.8);transform:scale(0.8)}100%{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}}.faa-parent.animated-hover:hover>.faa-pulse,.faa-pulse.animated,.faa-pulse.animated-hover:hover{-webkit-animation:pulse 2s linear infinite;animation:pulse 2s linear infinite}.faa-parent.animated-hover:hover>.faa-pulse.faa-fast,.faa-pulse.animated-hover.faa-fast:hover,.faa-pulse.animated.faa-fast{-webkit-animation:pulse 1s linear infinite;animation:pulse 1s linear infinite}.faa-parent.animated-hover:hover>.faa-pulse.faa-slow,.faa-pulse.animated-hover.faa-slow:hover,.faa-pulse.animated.faa-slow{-webkit-animation:pulse 3s linear infinite;animation:pulse 3s linear infinite}.faa-parent.animated-hover:hover>.faa-shake,.faa-shake.animated,.faa-shake.animated-hover:hover{-webkit-animation:wrench 2.5s ease infinite;animation:wrench 2.5s ease infinite}.faa-parent.animated-hover:hover>.faa-shake.faa-fast,.faa-shake.animated-hover.faa-fast:hover,.faa-shake.animated.faa-fast{-webkit-animation:wrench 1.2s ease infinite;animation:wrench 1.2s ease infinite}.faa-parent.animated-hover:hover>.faa-shake.faa-slow,.faa-shake.animated-hover.faa-slow:hover,.faa-shake.animated.faa-slow{-webkit-animation:wrench 3.7s ease infinite;animation:wrench 3.7s ease infinite}@-webkit-keyframes tada{0%{-webkit-transform:scale(1);transform:scale(1)}10%,20%{-webkit-transform:scale(.9) rotate(-8deg);transform:scale(.9) rotate(-8deg)}30%,50%,70%{-webkit-transform:scale(1.3) rotate(8deg);transform:scale(1.3) rotate(8deg)}40%,60%{-webkit-transform:scale(1.3) rotate(-8deg);transform:scale(1.3) rotate(-8deg)}100%,80%{-webkit-transform:scale(1) rotate(0);transform:scale(1) rotate(0)}}@keyframes tada{0%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}10%,20%{-webkit-transform:scale(.9) rotate(-8deg);-ms-transform:scale(.9) rotate(-8deg);transform:scale(.9) rotate(-8deg)}30%,50%,70%{-webkit-transform:scale(1.3) rotate(8deg);-ms-transform:scale(1.3) rotate(8deg);transform:scale(1.3) rotate(8deg)}40%,60%{-webkit-transform:scale(1.3) rotate(-8deg);-ms-transform:scale(1.3) rotate(-8deg);transform:scale(1.3) rotate(-8deg)}100%,80%{-webkit-transform:scale(1) rotate(0);-ms-transform:scale(1) rotate(0);transform:scale(1) rotate(0)}}.faa-parent.animated-hover:hover>.faa-tada,.faa-tada.animated,.faa-tada.animated-hover:hover{-webkit-animation:tada 2s linear infinite;animation:tada 2s linear infinite}.faa-parent.animated-hover:hover>.faa-tada.faa-fast,.faa-tada.animated-hover.faa-fast:hover,.faa-tada.animated.faa-fast{-webkit-animation:tada 1s linear infinite;animation:tada 1s linear infinite}.faa-parent.animated-hover:hover>.faa-tada.faa-slow,.faa-tada.animated-hover.faa-slow:hover,.faa-tada.animated.faa-slow{-webkit-animation:tada 3s linear infinite;animation:tada 3s linear infinite}@-webkit-keyframes passing{0%{-webkit-transform:translateX(-50%);transform:translateX(-50%);opacity:0}50%{-webkit-transform:translateX(0%);transform:translateX(0%);opacity:1}100%{-webkit-transform:translateX(50%);transform:translateX(50%);opacity:0}}@keyframes passing{0%{-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);opacity:0}50%{-webkit-transform:translateX(0%);-ms-transform:translateX(0%);transform:translateX(0%);opacity:1}100%{-webkit-transform:translateX(50%);-ms-transform:translateX(50%);transform:translateX(50%);opacity:0}}.faa-parent.animated-hover:hover>.faa-passing,.faa-passing.animated,.faa-passing.animated-hover:hover{-webkit-animation:passing 2s linear infinite;animation:passing 2s linear infinite}.faa-parent.animated-hover:hover>.faa-passing.faa-fast,.faa-passing.animated-hover.faa-fast:hover,.faa-passing.animated.faa-fast{-webkit-animation:passing 1s linear infinite;animation:passing 1s linear infinite}.faa-parent.animated-hover:hover>.faa-passing.faa-slow,.faa-passing.animated-hover.faa-slow:hover,.faa-passing.animated.faa-slow{-webkit-animation:passing 3s linear infinite;animation:passing 3s linear infinite}@-webkit-keyframes passing-reverse{0%{-webkit-transform:translateX(50%);transform:translateX(50%);opacity:0}50%{-webkit-transform:translateX(0%);transform:translateX(0%);opacity:1}100%{-webkit-transform:translateX(-50%);transform:translateX(-50%);opacity:0}}@keyframes passing-reverse{0%{-webkit-transform:translateX(50%);-ms-transform:translateX(50%);transform:translateX(50%);opacity:0}50%{-webkit-transform:translateX(0%);-ms-transform:translateX(0%);transform:translateX(0%);opacity:1}100%{-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);opacity:0}}.faa-parent.animated-hover:hover>.faa-passing-reverse,.faa-passing-reverse.animated,.faa-passing-reverse.animated-hover:hover{-webkit-animation:passing-reverse 2s linear infinite;animation:passing-reverse 2s linear infinite}.faa-parent.animated-hover:hover>.faa-passing-reverse.faa-fast,.faa-passing-reverse.animated-hover.faa-fast:hover,.faa-passing-reverse.animated.faa-fast{-webkit-animation:passing-reverse 1s linear infinite;animation:passing-reverse 1s linear infinite}.faa-parent.animated-hover:hover>.faa-passing-reverse.faa-slow,.faa-passing-reverse.animated-hover.faa-slow:hover,.faa-passing-reverse.animated.faa-slow{-webkit-animation:passing-reverse 3s linear infinite;animation:passing-reverse 3s linear infinite}@-webkit-keyframes burst{0%{opacity:.6}50%{-webkit-transform:scale(1.8);transform:scale(1.8);opacity:0}100%{opacity:0}}@keyframes burst{0%{opacity:.6}50%{-webkit-transform:scale(1.8);-ms-transform:scale(1.8);transform:scale(1.8);opacity:0}100%{opacity:0}}.faa-burst.animated,.faa-burst.animated-hover:hover,.faa-parent.animated-hover:hover>.faa-burst{-webkit-animation:burst 2s infinite linear;animation:burst 2s infinite linear}.faa-burst.animated-hover.faa-fast:hover,.faa-burst.animated.faa-fast,.faa-parent.animated-hover:hover>.faa-burst.faa-fast{-webkit-animation:burst 1s infinite linear;animation:burst 1s infinite linear}.faa-burst.animated-hover.faa-slow:hover,.faa-burst.animated.faa-slow,.faa-parent.animated-hover:hover>.faa-burst.faa-slow{-webkit-animation:burst 3s infinite linear;animation:burst 3s infinite linear}@-webkit-keyframes falling{0%{-webkit-transform:translateY(-50%);transform:translateY(-50%);opacity:0}50%{-webkit-transform:translateY(0%);transform:translateY(0%);opacity:1}100%{-webkit-transform:translateY(50%);transform:translateY(50%);opacity:0}}@keyframes falling{0%{-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);opacity:0}50%{-webkit-transform:translateY(0%);-ms-transform:translateY(0%);transform:translateY(0%);opacity:1}100%{-webkit-transform:translateY(50%);-ms-transform:translateY(50%);transform:translateY(50%);opacity:0}}.faa-falling.animated,.faa-falling.animated-hover:hover,.faa-parent.animated-hover:hover>.faa-falling{-webkit-animation:falling 2s linear infinite;animation:falling 2s linear infinite}.faa-falling.animated-hover.faa-fast:hover,.faa-falling.animated.faa-fast,.faa-parent.animated-hover:hover>.faa-falling.faa-fast{-webkit-animation:falling 1s linear infinite;animation:falling 1s linear infinite}.faa-falling.animated-hover.faa-slow:hover,.faa-falling.animated.faa-slow,.faa-parent.animated-hover:hover>.faa-falling.faa-slow{-webkit-animation:falling 3s linear infinite;animation:falling 3s linear infinite} \ No newline at end of file diff --git a/css/src/jquery.fancybox.min.css b/css/src/jquery.fancybox.min.css new file mode 100644 index 0000000..7cc60b2 --- /dev/null +++ b/css/src/jquery.fancybox.min.css @@ -0,0 +1 @@ +body.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;height:100%;left:0;outline:none;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:manipulation;touch-action:manipulation;transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{box-sizing:border-box}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.9;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;transition:opacity .25s ease 0s,visibility 0s ease 0s;visibility:visible}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;transition-property:transform,opacity;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;font-size:0;height:100%;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:hidden;padding:44px 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px}.fancybox-content{background:#fff;display:inline-block;margin:0;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;transform-origin:top left;transition-property:transform,opacity;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:grab}.fancybox-is-grabbing .fancybox-content{cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff}.fancybox-iframe,.fancybox-video{background:transparent;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{left:0;position:absolute;top:0}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;transition:color .2s;vertical-align:top;visibility:inherit;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:hover{color:#fff}.fancybox-button:focus{outline:none}.fancybox-button.fancybox-focus{outline:1px dotted}.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:none}.fancybox-button div{height:100%}.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}.fancybox-button svg path{fill:currentColor;stroke-width:0}.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2){display:none}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:99998}.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}.fancybox-close-small:hover{color:#fff;opacity:1}.fancybox-slide--html .fancybox-close-small{color:currentColor;padding:10px;right:0;top:0}.fancybox-slide--image.fancybox-is-scaling .fancybox-content{overflow:hidden}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}.fancybox-navigation .fancybox-button{background-clip:content-box;height:100px;opacity:0;position:absolute;top:calc(50% - 50px);width:70px}.fancybox-navigation .fancybox-button div{padding:7px}.fancybox-navigation .fancybox-button--arrow_left{left:0;left:env(safe-area-inset-left);padding:31px 26px 31px 6px}.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0;right:env(safe-area-inset-right)}.fancybox-caption{background:linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:75px 44px 25px;pointer-events:none;right:0;text-align:center;z-index:99996}@supports (padding:max(0px)){.fancybox-caption{padding:75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))}}.fancybox-caption--separate{margin-top:-50px}.fancybox-caption__body{max-height:50vh;overflow:auto;pointer-events:all}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{animation:a 1s linear infinite;background:transparent;border:4px solid #888;border-bottom-color:#fff;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}@keyframes a{to{transform:rotate(1turn)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{transform:translateZ(0) scale(1)}@media (max-height:576px){.fancybox-slide{padding-left:6px;padding-right:6px}.fancybox-slide--image{padding:6px 0}.fancybox-close-small{right:-6px}.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}.fancybox-caption{padding-left:12px;padding-right:12px}@supports (padding:max(0px)){.fancybox-caption{padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}}}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#ddd;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:rgba(0,0,0,0);top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs__list{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x .fancybox-thumbs__list{overflow:hidden}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width:7px}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs__list a{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:rgba(0,0,0,.1);background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancybox-thumbs__list a:before{border:6px solid #ff5268;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs__list a:focus:before{opacity:.5}.fancybox-thumbs__list a.fancybox-thumbs-active:before{opacity:1}@media (max-width:576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}} \ No newline at end of file diff --git a/css/src/material-icons.css b/css/src/material-icons.css new file mode 100644 index 0000000..5e79ce2 --- /dev/null +++ b/css/src/material-icons.css @@ -0,0 +1,36 @@ +@font-face { + font-family: 'Material Icons'; + font-style: normal; + font-weight: 400; + src: url(MaterialIcons-Regular.eot); /* For IE6-8 */ + src: local('Material Icons'), + local('MaterialIcons-Regular'), + url(../iconfont/MaterialIcons-Regular.woff2) format('woff2'), + url(../iconfont/MaterialIcons-Regular.woff) format('woff'), + url(../iconfont/MaterialIcons-Regular.ttf) format('truetype'); +} + +.material-icons { + font-family: 'Material Icons'; + font-weight: normal; + font-style: normal; + font-size: 24px; /* Preferred icon size */ + display: inline-block; + line-height: 1; + text-transform: none; + letter-spacing: normal; + word-wrap: normal; + white-space: nowrap; + direction: ltr; + + /* Support for all WebKit browsers. */ + -webkit-font-smoothing: antialiased; + /* Support for Safari and Chrome. */ + text-rendering: optimizeLegibility; + + /* Support for Firefox. */ + -moz-osx-font-smoothing: grayscale; + + /* Support for IE. */ + font-feature-settings: 'liga'; +} diff --git a/css/src/third-part.css b/css/src/third-part.css new file mode 100644 index 0000000..573df39 --- /dev/null +++ b/css/src/third-part.css @@ -0,0 +1,86 @@ +/* Fix: Aplayer beautify*/ +.aplayer { + background: rgba(255, 255, 255, .3); + font-family: 'Noto Serif CJK SC', 'Noto Serif CJK', 'Source Han Serif SC', 'Source Han Serif', 'source-han-serif-sc', 'PT Serif', 'SongTi SC', 'MicroSoft Yahei', Georgia, serif; +} + +.aplayer .aplayer-lrc::before { + background: rgba(255, 255, 255, 0); + filter: none +} + +.aplayer .aplayer-lrc::after { + background: rgba(255, 255, 255, 0); + filter: none +} + +.aplayer { + box-shadow: 0 0 0 1px #eee; + border-radius: 3px; + margin: 15px 0 +} + +.aplayer .aplayer-info { + padding: 9px 7px 0 10px +} + +.aplayer .aplayer-info .aplayer-controller .aplayer-bar-wrap { + margin-left: 1px; + padding-right: 3px +} + +.aplayer .aplayer-info .aplayer-controller .aplayer-bar-wrap .aplayer-bar, +.aplayer .aplayer-info .aplayer-controller .aplayer-bar-wrap .aplayer-bar .aplayer-loaded, +.aplayer .aplayer-info .aplayer-controller .aplayer-bar-wrap .aplayer-bar .aplayer-played { + height: 6px; + border-radius: 10px +} + +.aplayer .aplayer-info .aplayer-controller .aplayer-bar-wrap .aplayer-bar .aplayer-played .aplayer-thumb { + height: 12px; + width: 12px; + right: 3px; + box-shadow: 0 0 5px 0 rgba(0, 0, 0, .18); + transition: all .35s +} + +.aplayer .aplayer-info .aplayer-controller .aplayer-volume-wrap .aplayer-volume-bar-wrap .aplayer-volume-bar, +.aplayer .aplayer-info .aplayer-controller .aplayer-volume-wrap .aplayer-volume-bar-wrap .aplayer-volume-bar .aplayer-volume { + border-radius: 10px; + width: 6px +} + +.aplayer .aplayer-info .aplayer-controller .aplayer-volume-wrap .aplayer-volume-bar-wrap .aplayer-volume-bar { + right: 10.5px +} + +.aplayer .aplayer-list ol li { + border-top: none +} + +.aplayer .aplayer-list ol li.aplayer-list-light { + background: #f8f8f8 +} + +#aplayer-float { + background: rgba(255, 255, 255, 1); + margin: 0; +} + +.ap-hover { + left: -66px !important; +} + +.ap-hover:hover { + left: 0px !important; +} + +#aplayer-float .aplayer-lrc-current { + color: orange; + font-size: 15px; + font-weight: bold; +} + +.aplayer-lrc { + pointer-events: none; +} \ No newline at end of file diff --git a/fonts/fontawesome-webfont.woff b/fonts/fontawesome-webfont.woff new file mode 100644 index 0000000..400014a Binary files /dev/null and b/fonts/fontawesome-webfont.woff differ diff --git a/img/Sakura/cursor/Alternative.cur b/img/Sakura/cursor/Alternative.cur new file mode 100644 index 0000000..0162dcf Binary files /dev/null and b/img/Sakura/cursor/Alternative.cur differ diff --git a/img/Sakura/cursor/Escritura a Mano.cur b/img/Sakura/cursor/Escritura a Mano.cur new file mode 100644 index 0000000..a99253a Binary files /dev/null and b/img/Sakura/cursor/Escritura a Mano.cur differ diff --git a/img/Sakura/cursor/Move.cur b/img/Sakura/cursor/Move.cur new file mode 100644 index 0000000..7dd376b Binary files /dev/null and b/img/Sakura/cursor/Move.cur differ diff --git a/img/Sakura/cursor/No_Disponible.cur b/img/Sakura/cursor/No_Disponible.cur new file mode 100644 index 0000000..86f0aa6 Binary files /dev/null and b/img/Sakura/cursor/No_Disponible.cur differ diff --git a/img/Sakura/cursor/Ocupado.cur b/img/Sakura/cursor/Ocupado.cur new file mode 100644 index 0000000..acc8a64 Binary files /dev/null and b/img/Sakura/cursor/Ocupado.cur differ diff --git a/img/Sakura/cursor/ayuda.cur b/img/Sakura/cursor/ayuda.cur new file mode 100644 index 0000000..a941d84 Binary files /dev/null and b/img/Sakura/cursor/ayuda.cur differ diff --git a/img/Sakura/cursor/diagonal resize 1.cur b/img/Sakura/cursor/diagonal resize 1.cur new file mode 100644 index 0000000..fc94ed7 Binary files /dev/null and b/img/Sakura/cursor/diagonal resize 1.cur differ diff --git a/img/Sakura/cursor/diagonal resize 2.cur b/img/Sakura/cursor/diagonal resize 2.cur new file mode 100644 index 0000000..6fb100e Binary files /dev/null and b/img/Sakura/cursor/diagonal resize 2.cur differ diff --git a/img/Sakura/cursor/horizontal.cur b/img/Sakura/cursor/horizontal.cur new file mode 100644 index 0000000..f73e4aa Binary files /dev/null and b/img/Sakura/cursor/horizontal.cur differ diff --git a/img/Sakura/cursor/link.ani b/img/Sakura/cursor/link.ani new file mode 100644 index 0000000..7e7c5bf Binary files /dev/null and b/img/Sakura/cursor/link.ani differ diff --git a/img/Sakura/cursor/normal.cur b/img/Sakura/cursor/normal.cur new file mode 100644 index 0000000..28989a7 Binary files /dev/null and b/img/Sakura/cursor/normal.cur differ diff --git a/img/Sakura/cursor/precision.cur b/img/Sakura/cursor/precision.cur new file mode 100644 index 0000000..f57d545 Binary files /dev/null and b/img/Sakura/cursor/precision.cur differ diff --git a/img/Sakura/cursor/texto.cur b/img/Sakura/cursor/texto.cur new file mode 100644 index 0000000..5fdd5ee Binary files /dev/null and b/img/Sakura/cursor/texto.cur differ diff --git a/img/Sakura/cursor/vertical.cur b/img/Sakura/cursor/vertical.cur new file mode 100644 index 0000000..b67bb62 Binary files /dev/null and b/img/Sakura/cursor/vertical.cur differ diff --git a/img/Sakura/cursor/work.cur b/img/Sakura/cursor/work.cur new file mode 100644 index 0000000..ed485c2 Binary files /dev/null and b/img/Sakura/cursor/work.cur differ diff --git a/img/Sakura/images/404.jpg b/img/Sakura/images/404.jpg new file mode 100644 index 0000000..d4d31f1 Binary files /dev/null and b/img/Sakura/images/404.jpg differ diff --git a/img/Sakura/images/Kyoto_Animation_logo.svg b/img/Sakura/images/Kyoto_Animation_logo.svg new file mode 100644 index 0000000..9f25e22 --- /dev/null +++ b/img/Sakura/images/Kyoto_Animation_logo.svg @@ -0,0 +1,1011 @@ + + + + + + + + + \ No newline at end of file diff --git a/img/Sakura/images/LOGO-Unicorn-Gradient.svg b/img/Sakura/images/LOGO-Unicorn-Gradient.svg new file mode 100644 index 0000000..de96ddf --- /dev/null +++ b/img/Sakura/images/LOGO-Unicorn-Gradient.svg @@ -0,0 +1,1188 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/img/Sakura/images/add@32x32.png b/img/Sakura/images/add@32x32.png new file mode 100644 index 0000000..4a7cf1e Binary files /dev/null and b/img/Sakura/images/add@32x32.png differ diff --git a/img/Sakura/images/bing-logo.svg b/img/Sakura/images/bing-logo.svg new file mode 100644 index 0000000..bc9f9a3 --- /dev/null +++ b/img/Sakura/images/bing-logo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/Sakura/images/cd-arrow.svg b/img/Sakura/images/cd-arrow.svg new file mode 100644 index 0000000..eb8f50b --- /dev/null +++ b/img/Sakura/images/cd-arrow.svg @@ -0,0 +1,20 @@ + + + + +Imported Layers +Created with Sketch. + + + + + + + + + + + + diff --git a/img/Sakura/images/cursor-angry.png b/img/Sakura/images/cursor-angry.png new file mode 100644 index 0000000..6880267 Binary files /dev/null and b/img/Sakura/images/cursor-angry.png differ diff --git a/img/Sakura/images/cursor-huaji.png b/img/Sakura/images/cursor-huaji.png new file mode 100644 index 0000000..cf862be Binary files /dev/null and b/img/Sakura/images/cursor-huaji.png differ diff --git a/img/Sakura/images/disqus-preloader.svg b/img/Sakura/images/disqus-preloader.svg new file mode 100644 index 0000000..333d50d --- /dev/null +++ b/img/Sakura/images/disqus-preloader.svg @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/img/Sakura/images/dot.gif b/img/Sakura/images/dot.gif new file mode 100644 index 0000000..1c9beaf Binary files /dev/null and b/img/Sakura/images/dot.gif differ diff --git a/img/Sakura/images/favicon.ico b/img/Sakura/images/favicon.ico new file mode 100644 index 0000000..65ea7b2 Binary files /dev/null and b/img/Sakura/images/favicon.ico differ diff --git a/img/Sakura/images/gear.svg b/img/Sakura/images/gear.svg new file mode 100644 index 0000000..16ca3e4 --- /dev/null +++ b/img/Sakura/images/gear.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/Sakura/images/gotop.png b/img/Sakura/images/gotop.png new file mode 100644 index 0000000..33f5086 Binary files /dev/null and b/img/Sakura/images/gotop.png differ diff --git a/img/Sakura/images/gotop.svg b/img/Sakura/images/gotop.svg new file mode 100644 index 0000000..9ec1d41 --- /dev/null +++ b/img/Sakura/images/gotop.svg @@ -0,0 +1,25 @@ + \ No newline at end of file diff --git a/img/Sakura/images/grid.png b/img/Sakura/images/grid.png new file mode 100644 index 0000000..6f157b7 Binary files /dev/null and b/img/Sakura/images/grid.png differ diff --git a/img/Sakura/images/level/level_0.svg b/img/Sakura/images/level/level_0.svg new file mode 100644 index 0000000..88bc828 --- /dev/null +++ b/img/Sakura/images/level/level_0.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/Sakura/images/level/level_1.svg b/img/Sakura/images/level/level_1.svg new file mode 100644 index 0000000..998c715 --- /dev/null +++ b/img/Sakura/images/level/level_1.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/Sakura/images/level/level_2.svg b/img/Sakura/images/level/level_2.svg new file mode 100644 index 0000000..4212c3b --- /dev/null +++ b/img/Sakura/images/level/level_2.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/Sakura/images/level/level_3.svg b/img/Sakura/images/level/level_3.svg new file mode 100644 index 0000000..8c6ab30 --- /dev/null +++ b/img/Sakura/images/level/level_3.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/Sakura/images/level/level_4.svg b/img/Sakura/images/level/level_4.svg new file mode 100644 index 0000000..b088c32 --- /dev/null +++ b/img/Sakura/images/level/level_4.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/Sakura/images/level/level_5.svg b/img/Sakura/images/level/level_5.svg new file mode 100644 index 0000000..abf9417 --- /dev/null +++ b/img/Sakura/images/level/level_5.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/Sakura/images/level/level_6.svg b/img/Sakura/images/level/level_6.svg new file mode 100644 index 0000000..4782489 --- /dev/null +++ b/img/Sakura/images/level/level_6.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/Sakura/images/load-loli.gif b/img/Sakura/images/load-loli.gif new file mode 100644 index 0000000..2cf8583 Binary files /dev/null and b/img/Sakura/images/load-loli.gif differ diff --git a/img/Sakura/images/loadcat.gif b/img/Sakura/images/loadcat.gif new file mode 100644 index 0000000..bf62c19 Binary files /dev/null and b/img/Sakura/images/loadcat.gif differ diff --git a/img/Sakura/images/login.png b/img/Sakura/images/login.png new file mode 100644 index 0000000..8e11714 Binary files /dev/null and b/img/Sakura/images/login.png differ diff --git a/img/Sakura/images/login_loading.gif b/img/Sakura/images/login_loading.gif new file mode 100644 index 0000000..b6bc6d0 Binary files /dev/null and b/img/Sakura/images/login_loading.gif differ diff --git a/img/Sakura/images/logo.png b/img/Sakura/images/logo.png new file mode 100644 index 0000000..cef8398 Binary files /dev/null and b/img/Sakura/images/logo.png differ diff --git a/img/Sakura/images/mashiro-logo-s.png b/img/Sakura/images/mashiro-logo-s.png new file mode 100644 index 0000000..dcb775c Binary files /dev/null and b/img/Sakura/images/mashiro-logo-s.png differ diff --git a/img/Sakura/images/memphis-colorful.png b/img/Sakura/images/memphis-colorful.png new file mode 100644 index 0000000..310e886 Binary files /dev/null and b/img/Sakura/images/memphis-colorful.png differ diff --git a/img/Sakura/images/next-b.svg b/img/Sakura/images/next-b.svg new file mode 100644 index 0000000..40eab01 --- /dev/null +++ b/img/Sakura/images/next-b.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/Sakura/images/none.png b/img/Sakura/images/none.png new file mode 100644 index 0000000..ce22f9d Binary files /dev/null and b/img/Sakura/images/none.png differ diff --git a/img/Sakura/images/oshimai.svg b/img/Sakura/images/oshimai.svg new file mode 100644 index 0000000..368a3b3 --- /dev/null +++ b/img/Sakura/images/oshimai.svg @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/img/Sakura/images/pause.svg b/img/Sakura/images/pause.svg new file mode 100644 index 0000000..05b02ee --- /dev/null +++ b/img/Sakura/images/pause.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/Sakura/images/pause@32x32.png b/img/Sakura/images/pause@32x32.png new file mode 100644 index 0000000..22b719a Binary files /dev/null and b/img/Sakura/images/pause@32x32.png differ diff --git a/img/Sakura/images/pixiv-gray.svg b/img/Sakura/images/pixiv-gray.svg new file mode 100644 index 0000000..498cde4 --- /dev/null +++ b/img/Sakura/images/pixiv-gray.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/Sakura/images/pixiv.svg b/img/Sakura/images/pixiv.svg new file mode 100644 index 0000000..2d790d5 --- /dev/null +++ b/img/Sakura/images/pixiv.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/Sakura/images/play.svg b/img/Sakura/images/play.svg new file mode 100644 index 0000000..e8dfc66 --- /dev/null +++ b/img/Sakura/images/play.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/Sakura/images/play@32x32.png b/img/Sakura/images/play@32x32.png new file mode 100644 index 0000000..96cef83 Binary files /dev/null and b/img/Sakura/images/play@32x32.png differ diff --git a/img/Sakura/images/random/d-1.jpg b/img/Sakura/images/random/d-1.jpg new file mode 100644 index 0000000..b6369ac Binary files /dev/null and b/img/Sakura/images/random/d-1.jpg differ diff --git a/img/Sakura/images/random/d-10.jpg b/img/Sakura/images/random/d-10.jpg new file mode 100644 index 0000000..6fedab1 Binary files /dev/null and b/img/Sakura/images/random/d-10.jpg differ diff --git a/img/Sakura/images/random/d-2.jpg b/img/Sakura/images/random/d-2.jpg new file mode 100644 index 0000000..d90b9fc Binary files /dev/null and b/img/Sakura/images/random/d-2.jpg differ diff --git a/img/Sakura/images/random/d-3.jpg b/img/Sakura/images/random/d-3.jpg new file mode 100644 index 0000000..3b03505 Binary files /dev/null and b/img/Sakura/images/random/d-3.jpg differ diff --git a/img/Sakura/images/random/d-4.jpg b/img/Sakura/images/random/d-4.jpg new file mode 100644 index 0000000..15c7f47 Binary files /dev/null and b/img/Sakura/images/random/d-4.jpg differ diff --git a/img/Sakura/images/random/d-5.jpg b/img/Sakura/images/random/d-5.jpg new file mode 100644 index 0000000..3a5a08a Binary files /dev/null and b/img/Sakura/images/random/d-5.jpg differ diff --git a/img/Sakura/images/random/d-6.jpg b/img/Sakura/images/random/d-6.jpg new file mode 100644 index 0000000..c25ef8f Binary files /dev/null and b/img/Sakura/images/random/d-6.jpg differ diff --git a/img/Sakura/images/random/d-7.jpg b/img/Sakura/images/random/d-7.jpg new file mode 100644 index 0000000..565cf1c Binary files /dev/null and b/img/Sakura/images/random/d-7.jpg differ diff --git a/img/Sakura/images/random/d-8.jpg b/img/Sakura/images/random/d-8.jpg new file mode 100644 index 0000000..da7a391 Binary files /dev/null and b/img/Sakura/images/random/d-8.jpg differ diff --git a/img/Sakura/images/random/d-9.jpg b/img/Sakura/images/random/d-9.jpg new file mode 100644 index 0000000..85e7782 Binary files /dev/null and b/img/Sakura/images/random/d-9.jpg differ diff --git a/img/Sakura/images/reload.svg b/img/Sakura/images/reload.svg new file mode 100644 index 0000000..4031981 --- /dev/null +++ b/img/Sakura/images/reload.svg @@ -0,0 +1,4 @@ + + + + diff --git a/img/Sakura/images/sakura-black.svg b/img/Sakura/images/sakura-black.svg new file mode 100644 index 0000000..9c5c5cc --- /dev/null +++ b/img/Sakura/images/sakura-black.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/Sakura/images/sakura.svg b/img/Sakura/images/sakura.svg new file mode 100644 index 0000000..e128cc4 --- /dev/null +++ b/img/Sakura/images/sakura.svg @@ -0,0 +1,25 @@ + \ No newline at end of file diff --git a/img/Sakura/images/scroll.png b/img/Sakura/images/scroll.png new file mode 100644 index 0000000..68e76a9 Binary files /dev/null and b/img/Sakura/images/scroll.png differ diff --git a/img/Sakura/images/smilies/icon_Grievance.gif b/img/Sakura/images/smilies/icon_Grievance.gif new file mode 100644 index 0000000..2945d5b Binary files /dev/null and b/img/Sakura/images/smilies/icon_Grievance.gif differ diff --git a/img/Sakura/images/smilies/icon_Happy.gif b/img/Sakura/images/smilies/icon_Happy.gif new file mode 100644 index 0000000..86dc343 Binary files /dev/null and b/img/Sakura/images/smilies/icon_Happy.gif differ diff --git a/img/Sakura/images/smilies/icon_aa.gif b/img/Sakura/images/smilies/icon_aa.gif new file mode 100644 index 0000000..8ceac61 Binary files /dev/null and b/img/Sakura/images/smilies/icon_aa.gif differ diff --git a/img/Sakura/images/smilies/icon_anger.gif b/img/Sakura/images/smilies/icon_anger.gif new file mode 100644 index 0000000..2180cd8 Binary files /dev/null and b/img/Sakura/images/smilies/icon_anger.gif differ diff --git a/img/Sakura/images/smilies/icon_awesome.gif b/img/Sakura/images/smilies/icon_awesome.gif new file mode 100644 index 0000000..23c7e3a Binary files /dev/null and b/img/Sakura/images/smilies/icon_awesome.gif differ diff --git a/img/Sakura/images/smilies/icon_bbd.gif b/img/Sakura/images/smilies/icon_bbd.gif new file mode 100644 index 0000000..e54df9b Binary files /dev/null and b/img/Sakura/images/smilies/icon_bbd.gif differ diff --git a/img/Sakura/images/smilies/icon_britan.gif b/img/Sakura/images/smilies/icon_britan.gif new file mode 100644 index 0000000..e4dedaa Binary files /dev/null and b/img/Sakura/images/smilies/icon_britan.gif differ diff --git a/img/Sakura/images/smilies/icon_doubt.gif b/img/Sakura/images/smilies/icon_doubt.gif new file mode 100644 index 0000000..4afe367 Binary files /dev/null and b/img/Sakura/images/smilies/icon_doubt.gif differ diff --git a/img/Sakura/images/smilies/icon_good.gif b/img/Sakura/images/smilies/icon_good.gif new file mode 100644 index 0000000..b823b62 Binary files /dev/null and b/img/Sakura/images/smilies/icon_good.gif differ diff --git a/img/Sakura/images/smilies/icon_haha.gif b/img/Sakura/images/smilies/icon_haha.gif new file mode 100644 index 0000000..2f33084 Binary files /dev/null and b/img/Sakura/images/smilies/icon_haha.gif differ diff --git a/img/Sakura/images/smilies/icon_han.gif b/img/Sakura/images/smilies/icon_han.gif new file mode 100644 index 0000000..b836d61 Binary files /dev/null and b/img/Sakura/images/smilies/icon_han.gif differ diff --git a/img/Sakura/images/smilies/icon_hu.gif b/img/Sakura/images/smilies/icon_hu.gif new file mode 100644 index 0000000..e631ad7 Binary files /dev/null and b/img/Sakura/images/smilies/icon_hu.gif differ diff --git a/img/Sakura/images/smilies/icon_huaji.gif b/img/Sakura/images/smilies/icon_huaji.gif new file mode 100644 index 0000000..f4b649f Binary files /dev/null and b/img/Sakura/images/smilies/icon_huaji.gif differ diff --git a/img/Sakura/images/smilies/icon_ku.gif b/img/Sakura/images/smilies/icon_ku.gif new file mode 100644 index 0000000..15f9f2d Binary files /dev/null and b/img/Sakura/images/smilies/icon_ku.gif differ diff --git a/img/Sakura/images/smilies/icon_naive.gif b/img/Sakura/images/smilies/icon_naive.gif new file mode 100644 index 0000000..2f3f629 Binary files /dev/null and b/img/Sakura/images/smilies/icon_naive.gif differ diff --git a/img/Sakura/images/smilies/icon_niconiconi.gif b/img/Sakura/images/smilies/icon_niconiconi.gif new file mode 100644 index 0000000..3f1cec1 Binary files /dev/null and b/img/Sakura/images/smilies/icon_niconiconi.gif differ diff --git a/img/Sakura/images/smilies/icon_niconiconi_t.gif b/img/Sakura/images/smilies/icon_niconiconi_t.gif new file mode 100644 index 0000000..8ac8224 Binary files /dev/null and b/img/Sakura/images/smilies/icon_niconiconi_t.gif differ diff --git a/img/Sakura/images/smilies/icon_niconiconit.gif b/img/Sakura/images/smilies/icon_niconiconit.gif new file mode 100644 index 0000000..8ac8224 Binary files /dev/null and b/img/Sakura/images/smilies/icon_niconiconit.gif differ diff --git a/img/Sakura/images/smilies/icon_rbq.gif b/img/Sakura/images/smilies/icon_rbq.gif new file mode 100644 index 0000000..50a3e63 Binary files /dev/null and b/img/Sakura/images/smilies/icon_rbq.gif differ diff --git a/img/Sakura/images/smilies/icon_reluctantly.gif b/img/Sakura/images/smilies/icon_reluctantly.gif new file mode 100644 index 0000000..1686dbe Binary files /dev/null and b/img/Sakura/images/smilies/icon_reluctantly.gif differ diff --git a/img/Sakura/images/smilies/icon_rmb.gif b/img/Sakura/images/smilies/icon_rmb.gif new file mode 100644 index 0000000..4234236 Binary files /dev/null and b/img/Sakura/images/smilies/icon_rmb.gif differ diff --git a/img/Sakura/images/smilies/icon_se.gif b/img/Sakura/images/smilies/icon_se.gif new file mode 100644 index 0000000..ec3fcaf Binary files /dev/null and b/img/Sakura/images/smilies/icon_se.gif differ diff --git a/img/Sakura/images/smilies/icon_shame.gif b/img/Sakura/images/smilies/icon_shame.gif new file mode 100644 index 0000000..ba42021 Binary files /dev/null and b/img/Sakura/images/smilies/icon_shame.gif differ diff --git a/img/Sakura/images/smilies/icon_shui.gif b/img/Sakura/images/smilies/icon_shui.gif new file mode 100644 index 0000000..89a8b52 Binary files /dev/null and b/img/Sakura/images/smilies/icon_shui.gif differ diff --git a/img/Sakura/images/smilies/icon_smilingeyes.gif b/img/Sakura/images/smilies/icon_smilingeyes.gif new file mode 100644 index 0000000..8c11611 Binary files /dev/null and b/img/Sakura/images/smilies/icon_smilingeyes.gif differ diff --git a/img/Sakura/images/smilies/icon_spit.gif b/img/Sakura/images/smilies/icon_spit.gif new file mode 100644 index 0000000..5f4ada8 Binary files /dev/null and b/img/Sakura/images/smilies/icon_spit.gif differ diff --git a/img/Sakura/images/smilies/icon_spray.gif b/img/Sakura/images/smilies/icon_spray.gif new file mode 100644 index 0000000..00d601c Binary files /dev/null and b/img/Sakura/images/smilies/icon_spray.gif differ diff --git a/img/Sakura/images/smilies/icon_surprised.gif b/img/Sakura/images/smilies/icon_surprised.gif new file mode 100644 index 0000000..2d7f1c3 Binary files /dev/null and b/img/Sakura/images/smilies/icon_surprised.gif differ diff --git a/img/Sakura/images/smilies/icon_surprised2.gif b/img/Sakura/images/smilies/icon_surprised2.gif new file mode 100644 index 0000000..9ef77f4 Binary files /dev/null and b/img/Sakura/images/smilies/icon_surprised2.gif differ diff --git a/img/Sakura/images/smilies/icon_tear.gif b/img/Sakura/images/smilies/icon_tear.gif new file mode 100644 index 0000000..b96dcd2 Binary files /dev/null and b/img/Sakura/images/smilies/icon_tear.gif differ diff --git a/img/Sakura/images/smilies/icon_theblackline.gif b/img/Sakura/images/smilies/icon_theblackline.gif new file mode 100644 index 0000000..afc6b86 Binary files /dev/null and b/img/Sakura/images/smilies/icon_theblackline.gif differ diff --git a/img/Sakura/images/smilies/icon_tongue.gif b/img/Sakura/images/smilies/icon_tongue.gif new file mode 100644 index 0000000..157c2a1 Binary files /dev/null and b/img/Sakura/images/smilies/icon_tongue.gif differ diff --git a/img/Sakura/images/sns/bilibili.png b/img/Sakura/images/sns/bilibili.png new file mode 100644 index 0000000..e6f35f0 Binary files /dev/null and b/img/Sakura/images/sns/bilibili.png differ diff --git a/img/Sakura/images/sns/csdn.png b/img/Sakura/images/sns/csdn.png new file mode 100644 index 0000000..2162cec Binary files /dev/null and b/img/Sakura/images/sns/csdn.png differ diff --git a/img/Sakura/images/sns/douban.png b/img/Sakura/images/sns/douban.png new file mode 100644 index 0000000..541ab63 Binary files /dev/null and b/img/Sakura/images/sns/douban.png differ diff --git a/img/Sakura/images/sns/email.svg b/img/Sakura/images/sns/email.svg new file mode 100644 index 0000000..5a45042 --- /dev/null +++ b/img/Sakura/images/sns/email.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/Sakura/images/sns/facebook.png b/img/Sakura/images/sns/facebook.png new file mode 100644 index 0000000..483acdc Binary files /dev/null and b/img/Sakura/images/sns/facebook.png differ diff --git a/img/Sakura/images/sns/github.png b/img/Sakura/images/sns/github.png new file mode 100644 index 0000000..2660e86 Binary files /dev/null and b/img/Sakura/images/sns/github.png differ diff --git a/img/Sakura/images/sns/googleplus.png b/img/Sakura/images/sns/googleplus.png new file mode 100644 index 0000000..e134bdd Binary files /dev/null and b/img/Sakura/images/sns/googleplus.png differ diff --git a/img/Sakura/images/sns/heart.png b/img/Sakura/images/sns/heart.png new file mode 100644 index 0000000..2b5ddbe Binary files /dev/null and b/img/Sakura/images/sns/heart.png differ diff --git a/img/Sakura/images/sns/jianshu.png b/img/Sakura/images/sns/jianshu.png new file mode 100644 index 0000000..8c818d4 Binary files /dev/null and b/img/Sakura/images/sns/jianshu.png differ diff --git a/img/Sakura/images/sns/lofter.png b/img/Sakura/images/sns/lofter.png new file mode 100644 index 0000000..dec7157 Binary files /dev/null and b/img/Sakura/images/sns/lofter.png differ diff --git a/img/Sakura/images/sns/qq.png b/img/Sakura/images/sns/qq.png new file mode 100644 index 0000000..7082da9 Binary files /dev/null and b/img/Sakura/images/sns/qq.png differ diff --git a/img/Sakura/images/sns/qzone.png b/img/Sakura/images/sns/qzone.png new file mode 100644 index 0000000..1d4586c Binary files /dev/null and b/img/Sakura/images/sns/qzone.png differ diff --git a/img/Sakura/images/sns/sina.png b/img/Sakura/images/sns/sina.png new file mode 100644 index 0000000..81ba1af Binary files /dev/null and b/img/Sakura/images/sns/sina.png differ diff --git a/img/Sakura/images/sns/stackoverflow.svg b/img/Sakura/images/sns/stackoverflow.svg new file mode 100644 index 0000000..5298d4c --- /dev/null +++ b/img/Sakura/images/sns/stackoverflow.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/Sakura/images/sns/telegram.svg b/img/Sakura/images/sns/telegram.svg new file mode 100644 index 0000000..75229ae --- /dev/null +++ b/img/Sakura/images/sns/telegram.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/Sakura/images/sns/twitter.png b/img/Sakura/images/sns/twitter.png new file mode 100644 index 0000000..4f2e62d Binary files /dev/null and b/img/Sakura/images/sns/twitter.png differ diff --git a/img/Sakura/images/sns/wangyiyun.png b/img/Sakura/images/sns/wangyiyun.png new file mode 100644 index 0000000..af077d9 Binary files /dev/null and b/img/Sakura/images/sns/wangyiyun.png differ diff --git a/img/Sakura/images/sns/wechat.png b/img/Sakura/images/sns/wechat.png new file mode 100644 index 0000000..22e57c9 Binary files /dev/null and b/img/Sakura/images/sns/wechat.png differ diff --git a/img/Sakura/images/sns/youku.png b/img/Sakura/images/sns/youku.png new file mode 100644 index 0000000..0fcd131 Binary files /dev/null and b/img/Sakura/images/sns/youku.png differ diff --git a/img/Sakura/images/sns/zhihu.png b/img/Sakura/images/sns/zhihu.png new file mode 100644 index 0000000..3c53dbe Binary files /dev/null and b/img/Sakura/images/sns/zhihu.png differ diff --git a/img/Sakura/images/temp.jpg b/img/Sakura/images/temp.jpg new file mode 100644 index 0000000..bbd12f2 Binary files /dev/null and b/img/Sakura/images/temp.jpg differ diff --git a/img/Sakura/images/temp.png b/img/Sakura/images/temp.png new file mode 100644 index 0000000..74d0520 Binary files /dev/null and b/img/Sakura/images/temp.png differ diff --git a/img/Sakura/images/ua/360se.png b/img/Sakura/images/ua/360se.png new file mode 100644 index 0000000..ac54c2a Binary files /dev/null and b/img/Sakura/images/ua/360se.png differ diff --git a/img/Sakura/images/ua/android.png b/img/Sakura/images/ua/android.png new file mode 100644 index 0000000..4588c70 Binary files /dev/null and b/img/Sakura/images/ua/android.png differ diff --git a/img/Sakura/images/ua/chrome.png b/img/Sakura/images/ua/chrome.png new file mode 100644 index 0000000..d8303c0 Binary files /dev/null and b/img/Sakura/images/ua/chrome.png differ diff --git a/img/Sakura/images/ua/chromium.png b/img/Sakura/images/ua/chromium.png new file mode 100644 index 0000000..1475fb1 Binary files /dev/null and b/img/Sakura/images/ua/chromium.png differ diff --git a/img/Sakura/images/ua/crios.png b/img/Sakura/images/ua/crios.png new file mode 100644 index 0000000..254bb89 Binary files /dev/null and b/img/Sakura/images/ua/crios.png differ diff --git a/img/Sakura/images/ua/debian.png b/img/Sakura/images/ua/debian.png new file mode 100644 index 0000000..2e5413b Binary files /dev/null and b/img/Sakura/images/ua/debian.png differ diff --git a/img/Sakura/images/ua/edge.png b/img/Sakura/images/ua/edge.png new file mode 100644 index 0000000..cb5a59a Binary files /dev/null and b/img/Sakura/images/ua/edge.png differ diff --git a/img/Sakura/images/ua/fedora.png b/img/Sakura/images/ua/fedora.png new file mode 100644 index 0000000..f1d4593 Binary files /dev/null and b/img/Sakura/images/ua/fedora.png differ diff --git a/img/Sakura/images/ua/firefox.png b/img/Sakura/images/ua/firefox.png new file mode 100644 index 0000000..b52962c Binary files /dev/null and b/img/Sakura/images/ua/firefox.png differ diff --git a/img/Sakura/images/ua/ie.png b/img/Sakura/images/ua/ie.png new file mode 100644 index 0000000..8bc9612 Binary files /dev/null and b/img/Sakura/images/ua/ie.png differ diff --git a/img/Sakura/images/ua/ie10.png b/img/Sakura/images/ua/ie10.png new file mode 100644 index 0000000..8bc9612 Binary files /dev/null and b/img/Sakura/images/ua/ie10.png differ diff --git a/img/Sakura/images/ua/ie11.png b/img/Sakura/images/ua/ie11.png new file mode 100644 index 0000000..8bc9612 Binary files /dev/null and b/img/Sakura/images/ua/ie11.png differ diff --git a/img/Sakura/images/ua/ie8.png b/img/Sakura/images/ua/ie8.png new file mode 100644 index 0000000..8bc9612 Binary files /dev/null and b/img/Sakura/images/ua/ie8.png differ diff --git a/img/Sakura/images/ua/ie9.png b/img/Sakura/images/ua/ie9.png new file mode 100644 index 0000000..8bc9612 Binary files /dev/null and b/img/Sakura/images/ua/ie9.png differ diff --git a/img/Sakura/images/ua/ipad.png b/img/Sakura/images/ua/ipad.png new file mode 100644 index 0000000..603569f Binary files /dev/null and b/img/Sakura/images/ua/ipad.png differ diff --git a/img/Sakura/images/ua/iphone.png b/img/Sakura/images/ua/iphone.png new file mode 100644 index 0000000..42777d0 Binary files /dev/null and b/img/Sakura/images/ua/iphone.png differ diff --git a/img/Sakura/images/ua/linux.png b/img/Sakura/images/ua/linux.png new file mode 100644 index 0000000..e3b99d2 Binary files /dev/null and b/img/Sakura/images/ua/linux.png differ diff --git a/img/Sakura/images/ua/macos.png b/img/Sakura/images/ua/macos.png new file mode 100644 index 0000000..c4f2ae9 Binary files /dev/null and b/img/Sakura/images/ua/macos.png differ diff --git a/img/Sakura/images/ua/maxthon.png b/img/Sakura/images/ua/maxthon.png new file mode 100644 index 0000000..e50834b Binary files /dev/null and b/img/Sakura/images/ua/maxthon.png differ diff --git a/img/Sakura/images/ua/opera.png b/img/Sakura/images/ua/opera.png new file mode 100644 index 0000000..ebfd1eb Binary files /dev/null and b/img/Sakura/images/ua/opera.png differ diff --git a/img/Sakura/images/ua/opera15.png b/img/Sakura/images/ua/opera15.png new file mode 100644 index 0000000..2338243 Binary files /dev/null and b/img/Sakura/images/ua/opera15.png differ diff --git a/img/Sakura/images/ua/safari.png b/img/Sakura/images/ua/safari.png new file mode 100644 index 0000000..ded5948 Binary files /dev/null and b/img/Sakura/images/ua/safari.png differ diff --git a/img/Sakura/images/ua/sogou.png b/img/Sakura/images/ua/sogou.png new file mode 100644 index 0000000..633ddcd Binary files /dev/null and b/img/Sakura/images/ua/sogou.png differ diff --git a/img/Sakura/images/ua/svg/360.svg b/img/Sakura/images/ua/svg/360.svg new file mode 100644 index 0000000..025298e --- /dev/null +++ b/img/Sakura/images/ua/svg/360.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/Sakura/images/ua/svg/360se.svg b/img/Sakura/images/ua/svg/360se.svg new file mode 100644 index 0000000..bfe6847 --- /dev/null +++ b/img/Sakura/images/ua/svg/360se.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/Sakura/images/ua/svg/LBBROWSER.svg b/img/Sakura/images/ua/svg/LBBROWSER.svg new file mode 100644 index 0000000..e22ab73 --- /dev/null +++ b/img/Sakura/images/ua/svg/LBBROWSER.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/Sakura/images/ua/svg/QQBrowser.svg b/img/Sakura/images/ua/svg/QQBrowser.svg new file mode 100644 index 0000000..0571eaa --- /dev/null +++ b/img/Sakura/images/ua/svg/QQBrowser.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/Sakura/images/ua/svg/android.svg b/img/Sakura/images/ua/svg/android.svg new file mode 100644 index 0000000..ebaa8cc --- /dev/null +++ b/img/Sakura/images/ua/svg/android.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/Sakura/images/ua/svg/baidu.svg b/img/Sakura/images/ua/svg/baidu.svg new file mode 100644 index 0000000..d5e7930 --- /dev/null +++ b/img/Sakura/images/ua/svg/baidu.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/Sakura/images/ua/svg/chrome.svg b/img/Sakura/images/ua/svg/chrome.svg new file mode 100644 index 0000000..8585237 --- /dev/null +++ b/img/Sakura/images/ua/svg/chrome.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/Sakura/images/ua/svg/chromium.svg b/img/Sakura/images/ua/svg/chromium.svg new file mode 100644 index 0000000..612aa6b --- /dev/null +++ b/img/Sakura/images/ua/svg/chromium.svg @@ -0,0 +1,65 @@ + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/img/Sakura/images/ua/svg/crios.svg b/img/Sakura/images/ua/svg/crios.svg new file mode 100644 index 0000000..805c6d3 --- /dev/null +++ b/img/Sakura/images/ua/svg/crios.svg @@ -0,0 +1,54 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/img/Sakura/images/ua/svg/debian.svg b/img/Sakura/images/ua/svg/debian.svg new file mode 100644 index 0000000..f12cac8 --- /dev/null +++ b/img/Sakura/images/ua/svg/debian.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/Sakura/images/ua/svg/edge.svg b/img/Sakura/images/ua/svg/edge.svg new file mode 100644 index 0000000..2317b6d --- /dev/null +++ b/img/Sakura/images/ua/svg/edge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/Sakura/images/ua/svg/fedora.svg b/img/Sakura/images/ua/svg/fedora.svg new file mode 100644 index 0000000..1ad9c15 --- /dev/null +++ b/img/Sakura/images/ua/svg/fedora.svg @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/img/Sakura/images/ua/svg/firefox.svg b/img/Sakura/images/ua/svg/firefox.svg new file mode 100644 index 0000000..ff351c5 --- /dev/null +++ b/img/Sakura/images/ua/svg/firefox.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/Sakura/images/ua/svg/ie.svg b/img/Sakura/images/ua/svg/ie.svg new file mode 100644 index 0000000..4083cbe --- /dev/null +++ b/img/Sakura/images/ua/svg/ie.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/Sakura/images/ua/svg/ie10.svg b/img/Sakura/images/ua/svg/ie10.svg new file mode 100644 index 0000000..4083cbe --- /dev/null +++ b/img/Sakura/images/ua/svg/ie10.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/Sakura/images/ua/svg/ie11.svg b/img/Sakura/images/ua/svg/ie11.svg new file mode 100644 index 0000000..4083cbe --- /dev/null +++ b/img/Sakura/images/ua/svg/ie11.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/Sakura/images/ua/svg/ie8.svg b/img/Sakura/images/ua/svg/ie8.svg new file mode 100644 index 0000000..4083cbe --- /dev/null +++ b/img/Sakura/images/ua/svg/ie8.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/Sakura/images/ua/svg/ie9.svg b/img/Sakura/images/ua/svg/ie9.svg new file mode 100644 index 0000000..4083cbe --- /dev/null +++ b/img/Sakura/images/ua/svg/ie9.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/Sakura/images/ua/svg/ipad-o.svg b/img/Sakura/images/ua/svg/ipad-o.svg new file mode 100644 index 0000000..7953c71 --- /dev/null +++ b/img/Sakura/images/ua/svg/ipad-o.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/Sakura/images/ua/svg/ipad.svg b/img/Sakura/images/ua/svg/ipad.svg new file mode 100644 index 0000000..079d6c3 --- /dev/null +++ b/img/Sakura/images/ua/svg/ipad.svg @@ -0,0 +1,51 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/img/Sakura/images/ua/svg/iphone-o.svg b/img/Sakura/images/ua/svg/iphone-o.svg new file mode 100644 index 0000000..bd5a294 --- /dev/null +++ b/img/Sakura/images/ua/svg/iphone-o.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/Sakura/images/ua/svg/iphone.svg b/img/Sakura/images/ua/svg/iphone.svg new file mode 100644 index 0000000..079d6c3 --- /dev/null +++ b/img/Sakura/images/ua/svg/iphone.svg @@ -0,0 +1,51 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/img/Sakura/images/ua/svg/linux.svg b/img/Sakura/images/ua/svg/linux.svg new file mode 100644 index 0000000..62386ca --- /dev/null +++ b/img/Sakura/images/ua/svg/linux.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/Sakura/images/ua/svg/macos.svg b/img/Sakura/images/ua/svg/macos.svg new file mode 100644 index 0000000..079d6c3 --- /dev/null +++ b/img/Sakura/images/ua/svg/macos.svg @@ -0,0 +1,51 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/img/Sakura/images/ua/svg/maxthon.svg b/img/Sakura/images/ua/svg/maxthon.svg new file mode 100644 index 0000000..317f8ac --- /dev/null +++ b/img/Sakura/images/ua/svg/maxthon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/Sakura/images/ua/svg/opera.svg b/img/Sakura/images/ua/svg/opera.svg new file mode 100644 index 0000000..9ca8b20 --- /dev/null +++ b/img/Sakura/images/ua/svg/opera.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/Sakura/images/ua/svg/opera15.svg b/img/Sakura/images/ua/svg/opera15.svg new file mode 100644 index 0000000..9ca8b20 --- /dev/null +++ b/img/Sakura/images/ua/svg/opera15.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/Sakura/images/ua/svg/rocket.svg b/img/Sakura/images/ua/svg/rocket.svg new file mode 100644 index 0000000..f7e754b --- /dev/null +++ b/img/Sakura/images/ua/svg/rocket.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/Sakura/images/ua/svg/safari.svg b/img/Sakura/images/ua/svg/safari.svg new file mode 100644 index 0000000..973f5d3 --- /dev/null +++ b/img/Sakura/images/ua/svg/safari.svg @@ -0,0 +1,88 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/img/Sakura/images/ua/svg/sogou.svg b/img/Sakura/images/ua/svg/sogou.svg new file mode 100644 index 0000000..0cd2ca2 --- /dev/null +++ b/img/Sakura/images/ua/svg/sogou.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/Sakura/images/ua/svg/su-android.svg b/img/Sakura/images/ua/svg/su-android.svg new file mode 100644 index 0000000..3f8c941 --- /dev/null +++ b/img/Sakura/images/ua/svg/su-android.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/Sakura/images/ua/svg/superheroe.svg b/img/Sakura/images/ua/svg/superheroe.svg new file mode 100644 index 0000000..a4f323e --- /dev/null +++ b/img/Sakura/images/ua/svg/superheroe.svg @@ -0,0 +1,74 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/img/Sakura/images/ua/svg/ubuntu.svg b/img/Sakura/images/ua/svg/ubuntu.svg new file mode 100644 index 0000000..465705a --- /dev/null +++ b/img/Sakura/images/ua/svg/ubuntu.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/Sakura/images/ua/svg/ucweb.svg b/img/Sakura/images/ua/svg/ucweb.svg new file mode 100644 index 0000000..6cd54be --- /dev/null +++ b/img/Sakura/images/ua/svg/ucweb.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/Sakura/images/ua/svg/unknow.svg b/img/Sakura/images/ua/svg/unknow.svg new file mode 100644 index 0000000..ad80722 --- /dev/null +++ b/img/Sakura/images/ua/svg/unknow.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/Sakura/images/ua/svg/wechat.svg b/img/Sakura/images/ua/svg/wechat.svg new file mode 100644 index 0000000..43b434b --- /dev/null +++ b/img/Sakura/images/ua/svg/wechat.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/Sakura/images/ua/svg/windows.svg b/img/Sakura/images/ua/svg/windows.svg new file mode 100644 index 0000000..d3dc8c7 --- /dev/null +++ b/img/Sakura/images/ua/svg/windows.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/img/Sakura/images/ua/svg/windows_phone.svg b/img/Sakura/images/ua/svg/windows_phone.svg new file mode 100644 index 0000000..d0c045a --- /dev/null +++ b/img/Sakura/images/ua/svg/windows_phone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/Sakura/images/ua/svg/windows_vista.svg b/img/Sakura/images/ua/svg/windows_vista.svg new file mode 100644 index 0000000..d3dc8c7 --- /dev/null +++ b/img/Sakura/images/ua/svg/windows_vista.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/img/Sakura/images/ua/svg/windows_win10.svg b/img/Sakura/images/ua/svg/windows_win10.svg new file mode 100644 index 0000000..e6a291b --- /dev/null +++ b/img/Sakura/images/ua/svg/windows_win10.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/Sakura/images/ua/svg/windows_win7.svg b/img/Sakura/images/ua/svg/windows_win7.svg new file mode 100644 index 0000000..d3dc8c7 --- /dev/null +++ b/img/Sakura/images/ua/svg/windows_win7.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/img/Sakura/images/ua/svg/windows_win8.svg b/img/Sakura/images/ua/svg/windows_win8.svg new file mode 100644 index 0000000..120b019 --- /dev/null +++ b/img/Sakura/images/ua/svg/windows_win8.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/img/Sakura/images/ua/svg/wordpress.svg b/img/Sakura/images/ua/svg/wordpress.svg new file mode 100644 index 0000000..4f3637f --- /dev/null +++ b/img/Sakura/images/ua/svg/wordpress.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/Sakura/images/ua/ubuntu.png b/img/Sakura/images/ua/ubuntu.png new file mode 100644 index 0000000..c3d401f Binary files /dev/null and b/img/Sakura/images/ua/ubuntu.png differ diff --git a/img/Sakura/images/ua/ucweb.png b/img/Sakura/images/ua/ucweb.png new file mode 100644 index 0000000..d56fc4c Binary files /dev/null and b/img/Sakura/images/ua/ucweb.png differ diff --git a/img/Sakura/images/ua/unknow.png b/img/Sakura/images/ua/unknow.png new file mode 100644 index 0000000..99fa1e7 Binary files /dev/null and b/img/Sakura/images/ua/unknow.png differ diff --git a/img/Sakura/images/ua/windows.png b/img/Sakura/images/ua/windows.png new file mode 100644 index 0000000..961088c Binary files /dev/null and b/img/Sakura/images/ua/windows.png differ diff --git a/img/Sakura/images/ua/windows_phone.png b/img/Sakura/images/ua/windows_phone.png new file mode 100644 index 0000000..984c0c5 Binary files /dev/null and b/img/Sakura/images/ua/windows_phone.png differ diff --git a/img/Sakura/images/ua/windows_vista.png b/img/Sakura/images/ua/windows_vista.png new file mode 100644 index 0000000..961088c Binary files /dev/null and b/img/Sakura/images/ua/windows_vista.png differ diff --git a/img/Sakura/images/ua/windows_win10.png b/img/Sakura/images/ua/windows_win10.png new file mode 100644 index 0000000..984c0c5 Binary files /dev/null and b/img/Sakura/images/ua/windows_win10.png differ diff --git a/img/Sakura/images/ua/windows_win7.png b/img/Sakura/images/ua/windows_win7.png new file mode 100644 index 0000000..2bcb690 Binary files /dev/null and b/img/Sakura/images/ua/windows_win7.png differ diff --git a/img/Sakura/images/ua/windows_win8.png b/img/Sakura/images/ua/windows_win8.png new file mode 100644 index 0000000..c4bbb2f Binary files /dev/null and b/img/Sakura/images/ua/windows_win8.png differ diff --git a/img/Sakura/images/ua/wordpress.png b/img/Sakura/images/ua/wordpress.png new file mode 100644 index 0000000..2ca6040 Binary files /dev/null and b/img/Sakura/images/ua/wordpress.png differ diff --git a/img/Sakura/images/upyun.png b/img/Sakura/images/upyun.png new file mode 100644 index 0000000..bd32376 Binary files /dev/null and b/img/Sakura/images/upyun.png differ diff --git a/img/Sakura/images/upyun.svg b/img/Sakura/images/upyun.svg new file mode 100644 index 0000000..75c4924 --- /dev/null +++ b/img/Sakura/images/upyun.svg @@ -0,0 +1,59 @@ + + + + + + + + + + + + + + + + diff --git a/img/Sakura/images/upyun01.png b/img/Sakura/images/upyun01.png new file mode 100644 index 0000000..fff622d Binary files /dev/null and b/img/Sakura/images/upyun01.png differ diff --git a/img/Sakura/images/vultr.svg b/img/Sakura/images/vultr.svg new file mode 100644 index 0000000..9101904 --- /dev/null +++ b/img/Sakura/images/vultr.svg @@ -0,0 +1,11 @@ + + + + + diff --git a/img/Sakura/images/wave1.png b/img/Sakura/images/wave1.png new file mode 100644 index 0000000..106831b Binary files /dev/null and b/img/Sakura/images/wave1.png differ diff --git a/img/Sakura/images/wave2.png b/img/Sakura/images/wave2.png new file mode 100644 index 0000000..52a0922 Binary files /dev/null and b/img/Sakura/images/wave2.png differ diff --git a/img/Sakura/images/wordpress-rotating-ball-o.svg b/img/Sakura/images/wordpress-rotating-ball-o.svg new file mode 100644 index 0000000..1ddf238 --- /dev/null +++ b/img/Sakura/images/wordpress-rotating-ball-o.svg @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/img/bili/baiyan.png b/img/bili/baiyan.png new file mode 100644 index 0000000..f20ff32 Binary files /dev/null and b/img/bili/baiyan.png differ diff --git a/img/bili/bishi.png b/img/bili/bishi.png new file mode 100644 index 0000000..fc78499 Binary files /dev/null and b/img/bili/bishi.png differ diff --git a/img/bili/bizui.png b/img/bili/bizui.png new file mode 100644 index 0000000..3943c48 Binary files /dev/null and b/img/bili/bizui.png differ diff --git a/img/bili/chan.png b/img/bili/chan.png new file mode 100644 index 0000000..d567051 Binary files /dev/null and b/img/bili/chan.png differ diff --git a/img/bili/daku.png b/img/bili/daku.png new file mode 100644 index 0000000..dd3b946 Binary files /dev/null and b/img/bili/daku.png differ diff --git a/img/bili/dalao.png b/img/bili/dalao.png new file mode 100644 index 0000000..4cc58a7 Binary files /dev/null and b/img/bili/dalao.png differ diff --git a/img/bili/dalian.png b/img/bili/dalian.png new file mode 100644 index 0000000..8e51b61 Binary files /dev/null and b/img/bili/dalian.png differ diff --git a/img/bili/default-avatar/ic_avatar1.jpg b/img/bili/default-avatar/ic_avatar1.jpg new file mode 100644 index 0000000..057b7ed Binary files /dev/null and b/img/bili/default-avatar/ic_avatar1.jpg differ diff --git a/img/bili/default-avatar/ic_avatar10.jpg b/img/bili/default-avatar/ic_avatar10.jpg new file mode 100644 index 0000000..a3fcaa1 Binary files /dev/null and b/img/bili/default-avatar/ic_avatar10.jpg differ diff --git a/img/bili/default-avatar/ic_avatar11.jpg b/img/bili/default-avatar/ic_avatar11.jpg new file mode 100644 index 0000000..fbade4a Binary files /dev/null and b/img/bili/default-avatar/ic_avatar11.jpg differ diff --git a/img/bili/default-avatar/ic_avatar2.jpg b/img/bili/default-avatar/ic_avatar2.jpg new file mode 100644 index 0000000..12e240c Binary files /dev/null and b/img/bili/default-avatar/ic_avatar2.jpg differ diff --git a/img/bili/default-avatar/ic_avatar3.jpg b/img/bili/default-avatar/ic_avatar3.jpg new file mode 100644 index 0000000..a1d7c73 Binary files /dev/null and b/img/bili/default-avatar/ic_avatar3.jpg differ diff --git a/img/bili/default-avatar/ic_avatar4.jpg b/img/bili/default-avatar/ic_avatar4.jpg new file mode 100644 index 0000000..431f30d Binary files /dev/null and b/img/bili/default-avatar/ic_avatar4.jpg differ diff --git a/img/bili/default-avatar/ic_avatar5.jpg b/img/bili/default-avatar/ic_avatar5.jpg new file mode 100644 index 0000000..37c59b6 Binary files /dev/null and b/img/bili/default-avatar/ic_avatar5.jpg differ diff --git a/img/bili/default-avatar/ic_avatar6.jpg b/img/bili/default-avatar/ic_avatar6.jpg new file mode 100644 index 0000000..696221f Binary files /dev/null and b/img/bili/default-avatar/ic_avatar6.jpg differ diff --git a/img/bili/default-avatar/ic_avatar7.jpg b/img/bili/default-avatar/ic_avatar7.jpg new file mode 100644 index 0000000..6ac025c Binary files /dev/null and b/img/bili/default-avatar/ic_avatar7.jpg differ diff --git a/img/bili/default-avatar/ic_avatar8.jpg b/img/bili/default-avatar/ic_avatar8.jpg new file mode 100644 index 0000000..b274592 Binary files /dev/null and b/img/bili/default-avatar/ic_avatar8.jpg differ diff --git a/img/bili/default-avatar/ic_avatar9.jpg b/img/bili/default-avatar/ic_avatar9.jpg new file mode 100644 index 0000000..055f9ba Binary files /dev/null and b/img/bili/default-avatar/ic_avatar9.jpg differ diff --git a/img/bili/dianzan.png b/img/bili/dianzan.png new file mode 100644 index 0000000..8b9c924 Binary files /dev/null and b/img/bili/dianzan.png differ diff --git a/img/bili/doge.png b/img/bili/doge.png new file mode 100644 index 0000000..4b7e196 Binary files /dev/null and b/img/bili/doge.png differ diff --git a/img/bili/facai.png b/img/bili/facai.png new file mode 100644 index 0000000..dc78278 Binary files /dev/null and b/img/bili/facai.png differ diff --git a/img/bili/fadai.png b/img/bili/fadai.png new file mode 100644 index 0000000..d2d3351 Binary files /dev/null and b/img/bili/fadai.png differ diff --git a/img/bili/fanu.png b/img/bili/fanu.png new file mode 100644 index 0000000..a413df2 Binary files /dev/null and b/img/bili/fanu.png differ diff --git a/img/bili/ganga.png b/img/bili/ganga.png new file mode 100644 index 0000000..fa1050a Binary files /dev/null and b/img/bili/ganga.png differ diff --git a/img/bili/guilian.png b/img/bili/guilian.png new file mode 100644 index 0000000..be65b10 Binary files /dev/null and b/img/bili/guilian.png differ diff --git a/img/bili/guzhang.png b/img/bili/guzhang.png new file mode 100644 index 0000000..c2a7670 Binary files /dev/null and b/img/bili/guzhang.png differ diff --git a/img/bili/haixiu.png b/img/bili/haixiu.png new file mode 100644 index 0000000..99c9761 Binary files /dev/null and b/img/bili/haixiu.png differ diff --git a/img/bili/hd/emoji_baiyan0001.png b/img/bili/hd/emoji_baiyan0001.png new file mode 100644 index 0000000..03a72d6 Binary files /dev/null and b/img/bili/hd/emoji_baiyan0001.png differ diff --git a/img/bili/hd/emoji_baiyan0002.png b/img/bili/hd/emoji_baiyan0002.png new file mode 100644 index 0000000..7aeb053 Binary files /dev/null and b/img/bili/hd/emoji_baiyan0002.png differ diff --git a/img/bili/hd/emoji_baiyan0003.png b/img/bili/hd/emoji_baiyan0003.png new file mode 100644 index 0000000..3acb225 Binary files /dev/null and b/img/bili/hd/emoji_baiyan0003.png differ diff --git a/img/bili/hd/emoji_baiyan0004.png b/img/bili/hd/emoji_baiyan0004.png new file mode 100644 index 0000000..56244a6 Binary files /dev/null and b/img/bili/hd/emoji_baiyan0004.png differ diff --git a/img/bili/hd/emoji_baiyan0005.png b/img/bili/hd/emoji_baiyan0005.png new file mode 100644 index 0000000..edf0dc7 Binary files /dev/null and b/img/bili/hd/emoji_baiyan0005.png differ diff --git a/img/bili/hd/emoji_baiyan0006.png b/img/bili/hd/emoji_baiyan0006.png new file mode 100644 index 0000000..35157c1 Binary files /dev/null and b/img/bili/hd/emoji_baiyan0006.png differ diff --git a/img/bili/hd/emoji_baiyan0007.png b/img/bili/hd/emoji_baiyan0007.png new file mode 100644 index 0000000..cbf33a9 Binary files /dev/null and b/img/bili/hd/emoji_baiyan0007.png differ diff --git a/img/bili/hd/emoji_baiyan0008.png b/img/bili/hd/emoji_baiyan0008.png new file mode 100644 index 0000000..cbf33a9 Binary files /dev/null and b/img/bili/hd/emoji_baiyan0008.png differ diff --git a/img/bili/hd/emoji_baiyan0009.png b/img/bili/hd/emoji_baiyan0009.png new file mode 100644 index 0000000..cbf33a9 Binary files /dev/null and b/img/bili/hd/emoji_baiyan0009.png differ diff --git a/img/bili/hd/emoji_baiyan0010.png b/img/bili/hd/emoji_baiyan0010.png new file mode 100644 index 0000000..cbf33a9 Binary files /dev/null and b/img/bili/hd/emoji_baiyan0010.png differ diff --git a/img/bili/hd/emoji_baiyan0011.png b/img/bili/hd/emoji_baiyan0011.png new file mode 100644 index 0000000..cbf33a9 Binary files /dev/null and b/img/bili/hd/emoji_baiyan0011.png differ diff --git a/img/bili/hd/emoji_baiyan0012.png b/img/bili/hd/emoji_baiyan0012.png new file mode 100644 index 0000000..cbf33a9 Binary files /dev/null and b/img/bili/hd/emoji_baiyan0012.png differ diff --git a/img/bili/hd/emoji_baiyan0013.png b/img/bili/hd/emoji_baiyan0013.png new file mode 100644 index 0000000..cbf33a9 Binary files /dev/null and b/img/bili/hd/emoji_baiyan0013.png differ diff --git a/img/bili/hd/emoji_baiyan0014.png b/img/bili/hd/emoji_baiyan0014.png new file mode 100644 index 0000000..cbf33a9 Binary files /dev/null and b/img/bili/hd/emoji_baiyan0014.png differ diff --git a/img/bili/hd/emoji_baiyan0015.png b/img/bili/hd/emoji_baiyan0015.png new file mode 100644 index 0000000..cbf33a9 Binary files /dev/null and b/img/bili/hd/emoji_baiyan0015.png differ diff --git a/img/bili/hd/emoji_baiyan0016.png b/img/bili/hd/emoji_baiyan0016.png new file mode 100644 index 0000000..cbf33a9 Binary files /dev/null and b/img/bili/hd/emoji_baiyan0016.png differ diff --git a/img/bili/hd/emoji_baiyan0017.png b/img/bili/hd/emoji_baiyan0017.png new file mode 100644 index 0000000..cbf33a9 Binary files /dev/null and b/img/bili/hd/emoji_baiyan0017.png differ diff --git a/img/bili/hd/emoji_baiyan0018.png b/img/bili/hd/emoji_baiyan0018.png new file mode 100644 index 0000000..cbf33a9 Binary files /dev/null and b/img/bili/hd/emoji_baiyan0018.png differ diff --git a/img/bili/hd/emoji_baiyan0019.png b/img/bili/hd/emoji_baiyan0019.png new file mode 100644 index 0000000..cbf33a9 Binary files /dev/null and b/img/bili/hd/emoji_baiyan0019.png differ diff --git a/img/bili/hd/emoji_baiyan0020.png b/img/bili/hd/emoji_baiyan0020.png new file mode 100644 index 0000000..cbf33a9 Binary files /dev/null and b/img/bili/hd/emoji_baiyan0020.png differ diff --git a/img/bili/hd/emoji_baiyan0021.png b/img/bili/hd/emoji_baiyan0021.png new file mode 100644 index 0000000..cbf33a9 Binary files /dev/null and b/img/bili/hd/emoji_baiyan0021.png differ diff --git a/img/bili/hd/emoji_baiyan0022.png b/img/bili/hd/emoji_baiyan0022.png new file mode 100644 index 0000000..cbf33a9 Binary files /dev/null and b/img/bili/hd/emoji_baiyan0022.png differ diff --git a/img/bili/hd/emoji_baiyan0023.png b/img/bili/hd/emoji_baiyan0023.png new file mode 100644 index 0000000..cbf33a9 Binary files /dev/null and b/img/bili/hd/emoji_baiyan0023.png differ diff --git a/img/bili/hd/emoji_baiyan0024.png b/img/bili/hd/emoji_baiyan0024.png new file mode 100644 index 0000000..b6b9852 Binary files /dev/null and b/img/bili/hd/emoji_baiyan0024.png differ diff --git a/img/bili/hd/emoji_baiyan0025.png b/img/bili/hd/emoji_baiyan0025.png new file mode 100644 index 0000000..ba14176 Binary files /dev/null and b/img/bili/hd/emoji_baiyan0025.png differ diff --git a/img/bili/hd/emoji_baiyan0026.png b/img/bili/hd/emoji_baiyan0026.png new file mode 100644 index 0000000..a2d463e Binary files /dev/null and b/img/bili/hd/emoji_baiyan0026.png differ diff --git a/img/bili/hd/emoji_baiyan0027.png b/img/bili/hd/emoji_baiyan0027.png new file mode 100644 index 0000000..788d975 Binary files /dev/null and b/img/bili/hd/emoji_baiyan0027.png differ diff --git a/img/bili/hd/emoji_baiyan0028.png b/img/bili/hd/emoji_baiyan0028.png new file mode 100644 index 0000000..1392618 Binary files /dev/null and b/img/bili/hd/emoji_baiyan0028.png differ diff --git a/img/bili/hd/emoji_baiyan0029.png b/img/bili/hd/emoji_baiyan0029.png new file mode 100644 index 0000000..8b4afc6 Binary files /dev/null and b/img/bili/hd/emoji_baiyan0029.png differ diff --git a/img/bili/hd/emoji_baiyan0030.png b/img/bili/hd/emoji_baiyan0030.png new file mode 100644 index 0000000..c14350b Binary files /dev/null and b/img/bili/hd/emoji_baiyan0030.png differ diff --git a/img/bili/hd/emoji_baiyan0031.png b/img/bili/hd/emoji_baiyan0031.png new file mode 100644 index 0000000..c14350b Binary files /dev/null and b/img/bili/hd/emoji_baiyan0031.png differ diff --git a/img/bili/hd/emoji_baiyan0032.png b/img/bili/hd/emoji_baiyan0032.png new file mode 100644 index 0000000..c14350b Binary files /dev/null and b/img/bili/hd/emoji_baiyan0032.png differ diff --git a/img/bili/hd/emoji_baiyan0033.png b/img/bili/hd/emoji_baiyan0033.png new file mode 100644 index 0000000..c14350b Binary files /dev/null and b/img/bili/hd/emoji_baiyan0033.png differ diff --git a/img/bili/hd/emoji_baiyan0034.png b/img/bili/hd/emoji_baiyan0034.png new file mode 100644 index 0000000..c14350b Binary files /dev/null and b/img/bili/hd/emoji_baiyan0034.png differ diff --git a/img/bili/hd/emoji_baiyan0035.png b/img/bili/hd/emoji_baiyan0035.png new file mode 100644 index 0000000..c14350b Binary files /dev/null and b/img/bili/hd/emoji_baiyan0035.png differ diff --git a/img/bili/hd/emoji_baiyan0036.png b/img/bili/hd/emoji_baiyan0036.png new file mode 100644 index 0000000..c14350b Binary files /dev/null and b/img/bili/hd/emoji_baiyan0036.png differ diff --git a/img/bili/hd/emoji_baiyan0037.png b/img/bili/hd/emoji_baiyan0037.png new file mode 100644 index 0000000..c14350b Binary files /dev/null and b/img/bili/hd/emoji_baiyan0037.png differ diff --git a/img/bili/hd/emoji_baiyan0038.png b/img/bili/hd/emoji_baiyan0038.png new file mode 100644 index 0000000..c14350b Binary files /dev/null and b/img/bili/hd/emoji_baiyan0038.png differ diff --git a/img/bili/hd/emoji_baiyan0039.png b/img/bili/hd/emoji_baiyan0039.png new file mode 100644 index 0000000..c14350b Binary files /dev/null and b/img/bili/hd/emoji_baiyan0039.png differ diff --git a/img/bili/hd/emoji_baiyan0040.png b/img/bili/hd/emoji_baiyan0040.png new file mode 100644 index 0000000..c14350b Binary files /dev/null and b/img/bili/hd/emoji_baiyan0040.png differ diff --git a/img/bili/hd/emoji_baiyan0041.png b/img/bili/hd/emoji_baiyan0041.png new file mode 100644 index 0000000..c14350b Binary files /dev/null and b/img/bili/hd/emoji_baiyan0041.png differ diff --git a/img/bili/hd/emoji_baiyan0042.png b/img/bili/hd/emoji_baiyan0042.png new file mode 100644 index 0000000..c14350b Binary files /dev/null and b/img/bili/hd/emoji_baiyan0042.png differ diff --git a/img/bili/hd/emoji_baiyan0043.png b/img/bili/hd/emoji_baiyan0043.png new file mode 100644 index 0000000..c14350b Binary files /dev/null and b/img/bili/hd/emoji_baiyan0043.png differ diff --git a/img/bili/hd/emoji_baiyan0044.png b/img/bili/hd/emoji_baiyan0044.png new file mode 100644 index 0000000..c14350b Binary files /dev/null and b/img/bili/hd/emoji_baiyan0044.png differ diff --git a/img/bili/hd/emoji_baiyan0045.png b/img/bili/hd/emoji_baiyan0045.png new file mode 100644 index 0000000..c14350b Binary files /dev/null and b/img/bili/hd/emoji_baiyan0045.png differ diff --git a/img/bili/hd/emoji_bishi0001.png b/img/bili/hd/emoji_bishi0001.png new file mode 100644 index 0000000..1e34cea Binary files /dev/null and b/img/bili/hd/emoji_bishi0001.png differ diff --git a/img/bili/hd/emoji_bishi0002.png b/img/bili/hd/emoji_bishi0002.png new file mode 100644 index 0000000..c13ab56 Binary files /dev/null and b/img/bili/hd/emoji_bishi0002.png differ diff --git a/img/bili/hd/emoji_bishi0003.png b/img/bili/hd/emoji_bishi0003.png new file mode 100644 index 0000000..9096a2f Binary files /dev/null and b/img/bili/hd/emoji_bishi0003.png differ diff --git a/img/bili/hd/emoji_bishi0004.png b/img/bili/hd/emoji_bishi0004.png new file mode 100644 index 0000000..e3f71cd Binary files /dev/null and b/img/bili/hd/emoji_bishi0004.png differ diff --git a/img/bili/hd/emoji_bishi0005.png b/img/bili/hd/emoji_bishi0005.png new file mode 100644 index 0000000..40db345 Binary files /dev/null and b/img/bili/hd/emoji_bishi0005.png differ diff --git a/img/bili/hd/emoji_bishi0006.png b/img/bili/hd/emoji_bishi0006.png new file mode 100644 index 0000000..cde21a7 Binary files /dev/null and b/img/bili/hd/emoji_bishi0006.png differ diff --git a/img/bili/hd/emoji_bishi0007.png b/img/bili/hd/emoji_bishi0007.png new file mode 100644 index 0000000..74728bc Binary files /dev/null and b/img/bili/hd/emoji_bishi0007.png differ diff --git a/img/bili/hd/emoji_bishi0008.png b/img/bili/hd/emoji_bishi0008.png new file mode 100644 index 0000000..b2a8a1d Binary files /dev/null and b/img/bili/hd/emoji_bishi0008.png differ diff --git a/img/bili/hd/emoji_bishi0009.png b/img/bili/hd/emoji_bishi0009.png new file mode 100644 index 0000000..1e34cea Binary files /dev/null and b/img/bili/hd/emoji_bishi0009.png differ diff --git a/img/bili/hd/emoji_bizui0001.png b/img/bili/hd/emoji_bizui0001.png new file mode 100644 index 0000000..b915540 Binary files /dev/null and b/img/bili/hd/emoji_bizui0001.png differ diff --git a/img/bili/hd/emoji_bizui0002.png b/img/bili/hd/emoji_bizui0002.png new file mode 100644 index 0000000..b915540 Binary files /dev/null and b/img/bili/hd/emoji_bizui0002.png differ diff --git a/img/bili/hd/emoji_bizui0003.png b/img/bili/hd/emoji_bizui0003.png new file mode 100644 index 0000000..b915540 Binary files /dev/null and b/img/bili/hd/emoji_bizui0003.png differ diff --git a/img/bili/hd/emoji_bizui0004.png b/img/bili/hd/emoji_bizui0004.png new file mode 100644 index 0000000..b915540 Binary files /dev/null and b/img/bili/hd/emoji_bizui0004.png differ diff --git a/img/bili/hd/emoji_bizui0005.png b/img/bili/hd/emoji_bizui0005.png new file mode 100644 index 0000000..b915540 Binary files /dev/null and b/img/bili/hd/emoji_bizui0005.png differ diff --git a/img/bili/hd/emoji_bizui0006.png b/img/bili/hd/emoji_bizui0006.png new file mode 100644 index 0000000..b915540 Binary files /dev/null and b/img/bili/hd/emoji_bizui0006.png differ diff --git a/img/bili/hd/emoji_bizui0007.png b/img/bili/hd/emoji_bizui0007.png new file mode 100644 index 0000000..b915540 Binary files /dev/null and b/img/bili/hd/emoji_bizui0007.png differ diff --git a/img/bili/hd/emoji_bizui0008.png b/img/bili/hd/emoji_bizui0008.png new file mode 100644 index 0000000..b915540 Binary files /dev/null and b/img/bili/hd/emoji_bizui0008.png differ diff --git a/img/bili/hd/emoji_bizui0009.png b/img/bili/hd/emoji_bizui0009.png new file mode 100644 index 0000000..b915540 Binary files /dev/null and b/img/bili/hd/emoji_bizui0009.png differ diff --git a/img/bili/hd/emoji_bizui0010.png b/img/bili/hd/emoji_bizui0010.png new file mode 100644 index 0000000..d05f3f4 Binary files /dev/null and b/img/bili/hd/emoji_bizui0010.png differ diff --git a/img/bili/hd/emoji_bizui0011.png b/img/bili/hd/emoji_bizui0011.png new file mode 100644 index 0000000..8692cbf Binary files /dev/null and b/img/bili/hd/emoji_bizui0011.png differ diff --git a/img/bili/hd/emoji_bizui0012.png b/img/bili/hd/emoji_bizui0012.png new file mode 100644 index 0000000..2af95a8 Binary files /dev/null and b/img/bili/hd/emoji_bizui0012.png differ diff --git a/img/bili/hd/emoji_bizui0013.png b/img/bili/hd/emoji_bizui0013.png new file mode 100644 index 0000000..9349e9d Binary files /dev/null and b/img/bili/hd/emoji_bizui0013.png differ diff --git a/img/bili/hd/emoji_bizui0014.png b/img/bili/hd/emoji_bizui0014.png new file mode 100644 index 0000000..8c73fa7 Binary files /dev/null and b/img/bili/hd/emoji_bizui0014.png differ diff --git a/img/bili/hd/emoji_bizui0015.png b/img/bili/hd/emoji_bizui0015.png new file mode 100644 index 0000000..05c14b6 Binary files /dev/null and b/img/bili/hd/emoji_bizui0015.png differ diff --git a/img/bili/hd/emoji_bizui0016.png b/img/bili/hd/emoji_bizui0016.png new file mode 100644 index 0000000..02d4704 Binary files /dev/null and b/img/bili/hd/emoji_bizui0016.png differ diff --git a/img/bili/hd/emoji_bizui0017.png b/img/bili/hd/emoji_bizui0017.png new file mode 100644 index 0000000..6293e53 Binary files /dev/null and b/img/bili/hd/emoji_bizui0017.png differ diff --git a/img/bili/hd/emoji_bizui0018.png b/img/bili/hd/emoji_bizui0018.png new file mode 100644 index 0000000..02d4704 Binary files /dev/null and b/img/bili/hd/emoji_bizui0018.png differ diff --git a/img/bili/hd/emoji_bizui0019.png b/img/bili/hd/emoji_bizui0019.png new file mode 100644 index 0000000..05c14b6 Binary files /dev/null and b/img/bili/hd/emoji_bizui0019.png differ diff --git a/img/bili/hd/emoji_bizui0020.png b/img/bili/hd/emoji_bizui0020.png new file mode 100644 index 0000000..8c73fa7 Binary files /dev/null and b/img/bili/hd/emoji_bizui0020.png differ diff --git a/img/bili/hd/emoji_bizui0021.png b/img/bili/hd/emoji_bizui0021.png new file mode 100644 index 0000000..9349e9d Binary files /dev/null and b/img/bili/hd/emoji_bizui0021.png differ diff --git a/img/bili/hd/emoji_bizui0022.png b/img/bili/hd/emoji_bizui0022.png new file mode 100644 index 0000000..ca05177 Binary files /dev/null and b/img/bili/hd/emoji_bizui0022.png differ diff --git a/img/bili/hd/emoji_bizui0023.png b/img/bili/hd/emoji_bizui0023.png new file mode 100644 index 0000000..5c62263 Binary files /dev/null and b/img/bili/hd/emoji_bizui0023.png differ diff --git a/img/bili/hd/emoji_bizui0024.png b/img/bili/hd/emoji_bizui0024.png new file mode 100644 index 0000000..0b64c91 Binary files /dev/null and b/img/bili/hd/emoji_bizui0024.png differ diff --git a/img/bili/hd/emoji_bizui0025.png b/img/bili/hd/emoji_bizui0025.png new file mode 100644 index 0000000..8b8ed3a Binary files /dev/null and b/img/bili/hd/emoji_bizui0025.png differ diff --git a/img/bili/hd/emoji_bizui0026.png b/img/bili/hd/emoji_bizui0026.png new file mode 100644 index 0000000..b915540 Binary files /dev/null and b/img/bili/hd/emoji_bizui0026.png differ diff --git a/img/bili/hd/emoji_bizui0027.png b/img/bili/hd/emoji_bizui0027.png new file mode 100644 index 0000000..b915540 Binary files /dev/null and b/img/bili/hd/emoji_bizui0027.png differ diff --git a/img/bili/hd/emoji_bizui0028.png b/img/bili/hd/emoji_bizui0028.png new file mode 100644 index 0000000..b915540 Binary files /dev/null and b/img/bili/hd/emoji_bizui0028.png differ diff --git a/img/bili/hd/emoji_bizui0029.png b/img/bili/hd/emoji_bizui0029.png new file mode 100644 index 0000000..b915540 Binary files /dev/null and b/img/bili/hd/emoji_bizui0029.png differ diff --git a/img/bili/hd/emoji_bizui0030.png b/img/bili/hd/emoji_bizui0030.png new file mode 100644 index 0000000..b915540 Binary files /dev/null and b/img/bili/hd/emoji_bizui0030.png differ diff --git a/img/bili/hd/emoji_bizui0031.png b/img/bili/hd/emoji_bizui0031.png new file mode 100644 index 0000000..df9abbf Binary files /dev/null and b/img/bili/hd/emoji_bizui0031.png differ diff --git a/img/bili/hd/emoji_chan0001.png b/img/bili/hd/emoji_chan0001.png new file mode 100644 index 0000000..94743c6 Binary files /dev/null and b/img/bili/hd/emoji_chan0001.png differ diff --git a/img/bili/hd/emoji_chan0002.png b/img/bili/hd/emoji_chan0002.png new file mode 100644 index 0000000..23ce33c Binary files /dev/null and b/img/bili/hd/emoji_chan0002.png differ diff --git a/img/bili/hd/emoji_chan0003.png b/img/bili/hd/emoji_chan0003.png new file mode 100644 index 0000000..bc965d2 Binary files /dev/null and b/img/bili/hd/emoji_chan0003.png differ diff --git a/img/bili/hd/emoji_chan0004.png b/img/bili/hd/emoji_chan0004.png new file mode 100644 index 0000000..694a1e1 Binary files /dev/null and b/img/bili/hd/emoji_chan0004.png differ diff --git a/img/bili/hd/emoji_chan0005.png b/img/bili/hd/emoji_chan0005.png new file mode 100644 index 0000000..3dab7c7 Binary files /dev/null and b/img/bili/hd/emoji_chan0005.png differ diff --git a/img/bili/hd/emoji_chan0006.png b/img/bili/hd/emoji_chan0006.png new file mode 100644 index 0000000..823e65d Binary files /dev/null and b/img/bili/hd/emoji_chan0006.png differ diff --git a/img/bili/hd/emoji_chan0007.png b/img/bili/hd/emoji_chan0007.png new file mode 100644 index 0000000..b8cc5ff Binary files /dev/null and b/img/bili/hd/emoji_chan0007.png differ diff --git a/img/bili/hd/emoji_chan0008.png b/img/bili/hd/emoji_chan0008.png new file mode 100644 index 0000000..64f658e Binary files /dev/null and b/img/bili/hd/emoji_chan0008.png differ diff --git a/img/bili/hd/emoji_chan0009.png b/img/bili/hd/emoji_chan0009.png new file mode 100644 index 0000000..9c2d2fb Binary files /dev/null and b/img/bili/hd/emoji_chan0009.png differ diff --git a/img/bili/hd/emoji_chan0010.png b/img/bili/hd/emoji_chan0010.png new file mode 100644 index 0000000..40d9302 Binary files /dev/null and b/img/bili/hd/emoji_chan0010.png differ diff --git a/img/bili/hd/emoji_chan0011.png b/img/bili/hd/emoji_chan0011.png new file mode 100644 index 0000000..1181e7d Binary files /dev/null and b/img/bili/hd/emoji_chan0011.png differ diff --git a/img/bili/hd/emoji_chan0012.png b/img/bili/hd/emoji_chan0012.png new file mode 100644 index 0000000..fc2e62d Binary files /dev/null and b/img/bili/hd/emoji_chan0012.png differ diff --git a/img/bili/hd/emoji_chan0013.png b/img/bili/hd/emoji_chan0013.png new file mode 100644 index 0000000..5ee4bbe Binary files /dev/null and b/img/bili/hd/emoji_chan0013.png differ diff --git a/img/bili/hd/emoji_chan0014.png b/img/bili/hd/emoji_chan0014.png new file mode 100644 index 0000000..7ffeee7 Binary files /dev/null and b/img/bili/hd/emoji_chan0014.png differ diff --git a/img/bili/hd/emoji_chan0015.png b/img/bili/hd/emoji_chan0015.png new file mode 100644 index 0000000..4bfb999 Binary files /dev/null and b/img/bili/hd/emoji_chan0015.png differ diff --git a/img/bili/hd/emoji_chan0016.png b/img/bili/hd/emoji_chan0016.png new file mode 100644 index 0000000..158260b Binary files /dev/null and b/img/bili/hd/emoji_chan0016.png differ diff --git a/img/bili/hd/emoji_chan0017.png b/img/bili/hd/emoji_chan0017.png new file mode 100644 index 0000000..c2d28d9 Binary files /dev/null and b/img/bili/hd/emoji_chan0017.png differ diff --git a/img/bili/hd/emoji_chan0018.png b/img/bili/hd/emoji_chan0018.png new file mode 100644 index 0000000..726aa85 Binary files /dev/null and b/img/bili/hd/emoji_chan0018.png differ diff --git a/img/bili/hd/emoji_chan0019.png b/img/bili/hd/emoji_chan0019.png new file mode 100644 index 0000000..68c7a6b Binary files /dev/null and b/img/bili/hd/emoji_chan0019.png differ diff --git a/img/bili/hd/emoji_chan0020.png b/img/bili/hd/emoji_chan0020.png new file mode 100644 index 0000000..94743c6 Binary files /dev/null and b/img/bili/hd/emoji_chan0020.png differ diff --git a/img/bili/hd/emoji_chan0021.png b/img/bili/hd/emoji_chan0021.png new file mode 100644 index 0000000..94743c6 Binary files /dev/null and b/img/bili/hd/emoji_chan0021.png differ diff --git a/img/bili/hd/emoji_chan0022.png b/img/bili/hd/emoji_chan0022.png new file mode 100644 index 0000000..94743c6 Binary files /dev/null and b/img/bili/hd/emoji_chan0022.png differ diff --git a/img/bili/hd/emoji_chan0023.png b/img/bili/hd/emoji_chan0023.png new file mode 100644 index 0000000..94743c6 Binary files /dev/null and b/img/bili/hd/emoji_chan0023.png differ diff --git a/img/bili/hd/emoji_chan0024.png b/img/bili/hd/emoji_chan0024.png new file mode 100644 index 0000000..94743c6 Binary files /dev/null and b/img/bili/hd/emoji_chan0024.png differ diff --git a/img/bili/hd/emoji_chan0025.png b/img/bili/hd/emoji_chan0025.png new file mode 100644 index 0000000..94743c6 Binary files /dev/null and b/img/bili/hd/emoji_chan0025.png differ diff --git a/img/bili/hd/emoji_chan0026.png b/img/bili/hd/emoji_chan0026.png new file mode 100644 index 0000000..94743c6 Binary files /dev/null and b/img/bili/hd/emoji_chan0026.png differ diff --git a/img/bili/hd/emoji_chan0027.png b/img/bili/hd/emoji_chan0027.png new file mode 100644 index 0000000..94743c6 Binary files /dev/null and b/img/bili/hd/emoji_chan0027.png differ diff --git a/img/bili/hd/emoji_chan0028.png b/img/bili/hd/emoji_chan0028.png new file mode 100644 index 0000000..94743c6 Binary files /dev/null and b/img/bili/hd/emoji_chan0028.png differ diff --git a/img/bili/hd/emoji_chan0029.png b/img/bili/hd/emoji_chan0029.png new file mode 100644 index 0000000..94743c6 Binary files /dev/null and b/img/bili/hd/emoji_chan0029.png differ diff --git a/img/bili/hd/emoji_chan0030.png b/img/bili/hd/emoji_chan0030.png new file mode 100644 index 0000000..94743c6 Binary files /dev/null and b/img/bili/hd/emoji_chan0030.png differ diff --git a/img/bili/hd/emoji_chan0031.png b/img/bili/hd/emoji_chan0031.png new file mode 100644 index 0000000..94743c6 Binary files /dev/null and b/img/bili/hd/emoji_chan0031.png differ diff --git a/img/bili/hd/emoji_chan0032.png b/img/bili/hd/emoji_chan0032.png new file mode 100644 index 0000000..94743c6 Binary files /dev/null and b/img/bili/hd/emoji_chan0032.png differ diff --git a/img/bili/hd/emoji_chan0033.png b/img/bili/hd/emoji_chan0033.png new file mode 100644 index 0000000..94743c6 Binary files /dev/null and b/img/bili/hd/emoji_chan0033.png differ diff --git a/img/bili/hd/emoji_chan0034.png b/img/bili/hd/emoji_chan0034.png new file mode 100644 index 0000000..94743c6 Binary files /dev/null and b/img/bili/hd/emoji_chan0034.png differ diff --git a/img/bili/hd/emoji_chan0035.png b/img/bili/hd/emoji_chan0035.png new file mode 100644 index 0000000..94743c6 Binary files /dev/null and b/img/bili/hd/emoji_chan0035.png differ diff --git a/img/bili/hd/emoji_chan0036.png b/img/bili/hd/emoji_chan0036.png new file mode 100644 index 0000000..94743c6 Binary files /dev/null and b/img/bili/hd/emoji_chan0036.png differ diff --git a/img/bili/hd/emoji_chan0037.png b/img/bili/hd/emoji_chan0037.png new file mode 100644 index 0000000..94743c6 Binary files /dev/null and b/img/bili/hd/emoji_chan0037.png differ diff --git a/img/bili/hd/emoji_chan0038.png b/img/bili/hd/emoji_chan0038.png new file mode 100644 index 0000000..94743c6 Binary files /dev/null and b/img/bili/hd/emoji_chan0038.png differ diff --git a/img/bili/hd/emoji_chan0039.png b/img/bili/hd/emoji_chan0039.png new file mode 100644 index 0000000..94743c6 Binary files /dev/null and b/img/bili/hd/emoji_chan0039.png differ diff --git a/img/bili/hd/emoji_chan0040.png b/img/bili/hd/emoji_chan0040.png new file mode 100644 index 0000000..94743c6 Binary files /dev/null and b/img/bili/hd/emoji_chan0040.png differ diff --git a/img/bili/hd/emoji_dai0001.png b/img/bili/hd/emoji_dai0001.png new file mode 100644 index 0000000..e2a8de7 Binary files /dev/null and b/img/bili/hd/emoji_dai0001.png differ diff --git a/img/bili/hd/emoji_dai0002.png b/img/bili/hd/emoji_dai0002.png new file mode 100644 index 0000000..e2a8de7 Binary files /dev/null and b/img/bili/hd/emoji_dai0002.png differ diff --git a/img/bili/hd/emoji_dai0003.png b/img/bili/hd/emoji_dai0003.png new file mode 100644 index 0000000..e2a8de7 Binary files /dev/null and b/img/bili/hd/emoji_dai0003.png differ diff --git a/img/bili/hd/emoji_dai0004.png b/img/bili/hd/emoji_dai0004.png new file mode 100644 index 0000000..e2a8de7 Binary files /dev/null and b/img/bili/hd/emoji_dai0004.png differ diff --git a/img/bili/hd/emoji_dai0005.png b/img/bili/hd/emoji_dai0005.png new file mode 100644 index 0000000..e2a8de7 Binary files /dev/null and b/img/bili/hd/emoji_dai0005.png differ diff --git a/img/bili/hd/emoji_dai0006.png b/img/bili/hd/emoji_dai0006.png new file mode 100644 index 0000000..e2a8de7 Binary files /dev/null and b/img/bili/hd/emoji_dai0006.png differ diff --git a/img/bili/hd/emoji_dai0007.png b/img/bili/hd/emoji_dai0007.png new file mode 100644 index 0000000..40b1d64 Binary files /dev/null and b/img/bili/hd/emoji_dai0007.png differ diff --git a/img/bili/hd/emoji_dai0008.png b/img/bili/hd/emoji_dai0008.png new file mode 100644 index 0000000..139f416 Binary files /dev/null and b/img/bili/hd/emoji_dai0008.png differ diff --git a/img/bili/hd/emoji_dai0009.png b/img/bili/hd/emoji_dai0009.png new file mode 100644 index 0000000..ccec46e Binary files /dev/null and b/img/bili/hd/emoji_dai0009.png differ diff --git a/img/bili/hd/emoji_dai0010.png b/img/bili/hd/emoji_dai0010.png new file mode 100644 index 0000000..05b5a20 Binary files /dev/null and b/img/bili/hd/emoji_dai0010.png differ diff --git a/img/bili/hd/emoji_dai0011.png b/img/bili/hd/emoji_dai0011.png new file mode 100644 index 0000000..962911a Binary files /dev/null and b/img/bili/hd/emoji_dai0011.png differ diff --git a/img/bili/hd/emoji_dai0012.png b/img/bili/hd/emoji_dai0012.png new file mode 100644 index 0000000..1d9dde2 Binary files /dev/null and b/img/bili/hd/emoji_dai0012.png differ diff --git a/img/bili/hd/emoji_dai0013.png b/img/bili/hd/emoji_dai0013.png new file mode 100644 index 0000000..a8d40ff Binary files /dev/null and b/img/bili/hd/emoji_dai0013.png differ diff --git a/img/bili/hd/emoji_dai0014.png b/img/bili/hd/emoji_dai0014.png new file mode 100644 index 0000000..9e184c6 Binary files /dev/null and b/img/bili/hd/emoji_dai0014.png differ diff --git a/img/bili/hd/emoji_dai0015.png b/img/bili/hd/emoji_dai0015.png new file mode 100644 index 0000000..9e184c6 Binary files /dev/null and b/img/bili/hd/emoji_dai0015.png differ diff --git a/img/bili/hd/emoji_dai0016.png b/img/bili/hd/emoji_dai0016.png new file mode 100644 index 0000000..9e184c6 Binary files /dev/null and b/img/bili/hd/emoji_dai0016.png differ diff --git a/img/bili/hd/emoji_dai0017.png b/img/bili/hd/emoji_dai0017.png new file mode 100644 index 0000000..8d9ec93 Binary files /dev/null and b/img/bili/hd/emoji_dai0017.png differ diff --git a/img/bili/hd/emoji_dai0018.png b/img/bili/hd/emoji_dai0018.png new file mode 100644 index 0000000..5d93d2c Binary files /dev/null and b/img/bili/hd/emoji_dai0018.png differ diff --git a/img/bili/hd/emoji_dai0019.png b/img/bili/hd/emoji_dai0019.png new file mode 100644 index 0000000..27fb573 Binary files /dev/null and b/img/bili/hd/emoji_dai0019.png differ diff --git a/img/bili/hd/emoji_dai0020.png b/img/bili/hd/emoji_dai0020.png new file mode 100644 index 0000000..2a39aaf Binary files /dev/null and b/img/bili/hd/emoji_dai0020.png differ diff --git a/img/bili/hd/emoji_dai0021.png b/img/bili/hd/emoji_dai0021.png new file mode 100644 index 0000000..9edfa65 Binary files /dev/null and b/img/bili/hd/emoji_dai0021.png differ diff --git a/img/bili/hd/emoji_dai0022.png b/img/bili/hd/emoji_dai0022.png new file mode 100644 index 0000000..17be7cf Binary files /dev/null and b/img/bili/hd/emoji_dai0022.png differ diff --git a/img/bili/hd/emoji_dai0023.png b/img/bili/hd/emoji_dai0023.png new file mode 100644 index 0000000..17be7cf Binary files /dev/null and b/img/bili/hd/emoji_dai0023.png differ diff --git a/img/bili/hd/emoji_dai0024.png b/img/bili/hd/emoji_dai0024.png new file mode 100644 index 0000000..17be7cf Binary files /dev/null and b/img/bili/hd/emoji_dai0024.png differ diff --git a/img/bili/hd/emoji_dai0025.png b/img/bili/hd/emoji_dai0025.png new file mode 100644 index 0000000..2ec9e0a Binary files /dev/null and b/img/bili/hd/emoji_dai0025.png differ diff --git a/img/bili/hd/emoji_dai0026.png b/img/bili/hd/emoji_dai0026.png new file mode 100644 index 0000000..57da1d5 Binary files /dev/null and b/img/bili/hd/emoji_dai0026.png differ diff --git a/img/bili/hd/emoji_dai0027.png b/img/bili/hd/emoji_dai0027.png new file mode 100644 index 0000000..d0c3b9c Binary files /dev/null and b/img/bili/hd/emoji_dai0027.png differ diff --git a/img/bili/hd/emoji_daku0001.png b/img/bili/hd/emoji_daku0001.png new file mode 100644 index 0000000..a182093 Binary files /dev/null and b/img/bili/hd/emoji_daku0001.png differ diff --git a/img/bili/hd/emoji_daku0002.png b/img/bili/hd/emoji_daku0002.png new file mode 100644 index 0000000..356f2a3 Binary files /dev/null and b/img/bili/hd/emoji_daku0002.png differ diff --git a/img/bili/hd/emoji_daku0003.png b/img/bili/hd/emoji_daku0003.png new file mode 100644 index 0000000..87b8d35 Binary files /dev/null and b/img/bili/hd/emoji_daku0003.png differ diff --git a/img/bili/hd/emoji_daku0004.png b/img/bili/hd/emoji_daku0004.png new file mode 100644 index 0000000..834cf9f Binary files /dev/null and b/img/bili/hd/emoji_daku0004.png differ diff --git a/img/bili/hd/emoji_daku0005.png b/img/bili/hd/emoji_daku0005.png new file mode 100644 index 0000000..978d40c Binary files /dev/null and b/img/bili/hd/emoji_daku0005.png differ diff --git a/img/bili/hd/emoji_daku0006.png b/img/bili/hd/emoji_daku0006.png new file mode 100644 index 0000000..4760317 Binary files /dev/null and b/img/bili/hd/emoji_daku0006.png differ diff --git a/img/bili/hd/emoji_daku0007.png b/img/bili/hd/emoji_daku0007.png new file mode 100644 index 0000000..cbf7870 Binary files /dev/null and b/img/bili/hd/emoji_daku0007.png differ diff --git a/img/bili/hd/emoji_daku0008.png b/img/bili/hd/emoji_daku0008.png new file mode 100644 index 0000000..cd4f092 Binary files /dev/null and b/img/bili/hd/emoji_daku0008.png differ diff --git a/img/bili/hd/emoji_dalao0001.png b/img/bili/hd/emoji_dalao0001.png new file mode 100644 index 0000000..0934f73 Binary files /dev/null and b/img/bili/hd/emoji_dalao0001.png differ diff --git a/img/bili/hd/emoji_dalao0002.png b/img/bili/hd/emoji_dalao0002.png new file mode 100644 index 0000000..0934f73 Binary files /dev/null and b/img/bili/hd/emoji_dalao0002.png differ diff --git a/img/bili/hd/emoji_dalao0003.png b/img/bili/hd/emoji_dalao0003.png new file mode 100644 index 0000000..26f8ac7 Binary files /dev/null and b/img/bili/hd/emoji_dalao0003.png differ diff --git a/img/bili/hd/emoji_dalao0004.png b/img/bili/hd/emoji_dalao0004.png new file mode 100644 index 0000000..22c406c Binary files /dev/null and b/img/bili/hd/emoji_dalao0004.png differ diff --git a/img/bili/hd/emoji_dalao0005.png b/img/bili/hd/emoji_dalao0005.png new file mode 100644 index 0000000..4c8d659 Binary files /dev/null and b/img/bili/hd/emoji_dalao0005.png differ diff --git a/img/bili/hd/emoji_dalao0006.png b/img/bili/hd/emoji_dalao0006.png new file mode 100644 index 0000000..196151b Binary files /dev/null and b/img/bili/hd/emoji_dalao0006.png differ diff --git a/img/bili/hd/emoji_dalao0007.png b/img/bili/hd/emoji_dalao0007.png new file mode 100644 index 0000000..a15df2e Binary files /dev/null and b/img/bili/hd/emoji_dalao0007.png differ diff --git a/img/bili/hd/emoji_dalao0008.png b/img/bili/hd/emoji_dalao0008.png new file mode 100644 index 0000000..55d591c Binary files /dev/null and b/img/bili/hd/emoji_dalao0008.png differ diff --git a/img/bili/hd/emoji_dalao0009.png b/img/bili/hd/emoji_dalao0009.png new file mode 100644 index 0000000..4a9b3b7 Binary files /dev/null and b/img/bili/hd/emoji_dalao0009.png differ diff --git a/img/bili/hd/emoji_dalao0010.png b/img/bili/hd/emoji_dalao0010.png new file mode 100644 index 0000000..a6190fa Binary files /dev/null and b/img/bili/hd/emoji_dalao0010.png differ diff --git a/img/bili/hd/emoji_dalao0011.png b/img/bili/hd/emoji_dalao0011.png new file mode 100644 index 0000000..ddde3a9 Binary files /dev/null and b/img/bili/hd/emoji_dalao0011.png differ diff --git a/img/bili/hd/emoji_dalao0012.png b/img/bili/hd/emoji_dalao0012.png new file mode 100644 index 0000000..d0d38eb Binary files /dev/null and b/img/bili/hd/emoji_dalao0012.png differ diff --git a/img/bili/hd/emoji_dalao0013.png b/img/bili/hd/emoji_dalao0013.png new file mode 100644 index 0000000..d0d38eb Binary files /dev/null and b/img/bili/hd/emoji_dalao0013.png differ diff --git a/img/bili/hd/emoji_dalao0014.png b/img/bili/hd/emoji_dalao0014.png new file mode 100644 index 0000000..32b790f Binary files /dev/null and b/img/bili/hd/emoji_dalao0014.png differ diff --git a/img/bili/hd/emoji_dalao0015.png b/img/bili/hd/emoji_dalao0015.png new file mode 100644 index 0000000..32b790f Binary files /dev/null and b/img/bili/hd/emoji_dalao0015.png differ diff --git a/img/bili/hd/emoji_dalao0016.png b/img/bili/hd/emoji_dalao0016.png new file mode 100644 index 0000000..32b790f Binary files /dev/null and b/img/bili/hd/emoji_dalao0016.png differ diff --git a/img/bili/hd/emoji_dalao0017.png b/img/bili/hd/emoji_dalao0017.png new file mode 100644 index 0000000..d0d38eb Binary files /dev/null and b/img/bili/hd/emoji_dalao0017.png differ diff --git a/img/bili/hd/emoji_dalao0018.png b/img/bili/hd/emoji_dalao0018.png new file mode 100644 index 0000000..f0d0098 Binary files /dev/null and b/img/bili/hd/emoji_dalao0018.png differ diff --git a/img/bili/hd/emoji_dalao0019.png b/img/bili/hd/emoji_dalao0019.png new file mode 100644 index 0000000..15c57b7 Binary files /dev/null and b/img/bili/hd/emoji_dalao0019.png differ diff --git a/img/bili/hd/emoji_dalao0020.png b/img/bili/hd/emoji_dalao0020.png new file mode 100644 index 0000000..32b790f Binary files /dev/null and b/img/bili/hd/emoji_dalao0020.png differ diff --git a/img/bili/hd/emoji_dalao0021.png b/img/bili/hd/emoji_dalao0021.png new file mode 100644 index 0000000..9d205d1 Binary files /dev/null and b/img/bili/hd/emoji_dalao0021.png differ diff --git a/img/bili/hd/emoji_dalao0022.png b/img/bili/hd/emoji_dalao0022.png new file mode 100644 index 0000000..32b790f Binary files /dev/null and b/img/bili/hd/emoji_dalao0022.png differ diff --git a/img/bili/hd/emoji_dalao0023.png b/img/bili/hd/emoji_dalao0023.png new file mode 100644 index 0000000..b3b976e Binary files /dev/null and b/img/bili/hd/emoji_dalao0023.png differ diff --git a/img/bili/hd/emoji_dalao0024.png b/img/bili/hd/emoji_dalao0024.png new file mode 100644 index 0000000..4a9b3b7 Binary files /dev/null and b/img/bili/hd/emoji_dalao0024.png differ diff --git a/img/bili/hd/emoji_dalao0025.png b/img/bili/hd/emoji_dalao0025.png new file mode 100644 index 0000000..0d21b24 Binary files /dev/null and b/img/bili/hd/emoji_dalao0025.png differ diff --git a/img/bili/hd/emoji_dalao0026.png b/img/bili/hd/emoji_dalao0026.png new file mode 100644 index 0000000..4a9b3b7 Binary files /dev/null and b/img/bili/hd/emoji_dalao0026.png differ diff --git a/img/bili/hd/emoji_dalao0027.png b/img/bili/hd/emoji_dalao0027.png new file mode 100644 index 0000000..0d21b24 Binary files /dev/null and b/img/bili/hd/emoji_dalao0027.png differ diff --git a/img/bili/hd/emoji_dalao0028.png b/img/bili/hd/emoji_dalao0028.png new file mode 100644 index 0000000..0d21b24 Binary files /dev/null and b/img/bili/hd/emoji_dalao0028.png differ diff --git a/img/bili/hd/emoji_dalao0029.png b/img/bili/hd/emoji_dalao0029.png new file mode 100644 index 0000000..4a9b3b7 Binary files /dev/null and b/img/bili/hd/emoji_dalao0029.png differ diff --git a/img/bili/hd/emoji_dalao0030.png b/img/bili/hd/emoji_dalao0030.png new file mode 100644 index 0000000..0cc139c Binary files /dev/null and b/img/bili/hd/emoji_dalao0030.png differ diff --git a/img/bili/hd/emoji_dalao0031.png b/img/bili/hd/emoji_dalao0031.png new file mode 100644 index 0000000..4a9b3b7 Binary files /dev/null and b/img/bili/hd/emoji_dalao0031.png differ diff --git a/img/bili/hd/emoji_dalao0032.png b/img/bili/hd/emoji_dalao0032.png new file mode 100644 index 0000000..431c2bd Binary files /dev/null and b/img/bili/hd/emoji_dalao0032.png differ diff --git a/img/bili/hd/emoji_dalao0033.png b/img/bili/hd/emoji_dalao0033.png new file mode 100644 index 0000000..4a9b3b7 Binary files /dev/null and b/img/bili/hd/emoji_dalao0033.png differ diff --git a/img/bili/hd/emoji_dalian0001.png b/img/bili/hd/emoji_dalian0001.png new file mode 100644 index 0000000..379f91c Binary files /dev/null and b/img/bili/hd/emoji_dalian0001.png differ diff --git a/img/bili/hd/emoji_dalian0002.png b/img/bili/hd/emoji_dalian0002.png new file mode 100644 index 0000000..3ae7e87 Binary files /dev/null and b/img/bili/hd/emoji_dalian0002.png differ diff --git a/img/bili/hd/emoji_dalian0003.png b/img/bili/hd/emoji_dalian0003.png new file mode 100644 index 0000000..714e6d7 Binary files /dev/null and b/img/bili/hd/emoji_dalian0003.png differ diff --git a/img/bili/hd/emoji_dalian0004.png b/img/bili/hd/emoji_dalian0004.png new file mode 100644 index 0000000..fab63b0 Binary files /dev/null and b/img/bili/hd/emoji_dalian0004.png differ diff --git a/img/bili/hd/emoji_dalian0005.png b/img/bili/hd/emoji_dalian0005.png new file mode 100644 index 0000000..b4afc80 Binary files /dev/null and b/img/bili/hd/emoji_dalian0005.png differ diff --git a/img/bili/hd/emoji_dalian0006.png b/img/bili/hd/emoji_dalian0006.png new file mode 100644 index 0000000..432e53a Binary files /dev/null and b/img/bili/hd/emoji_dalian0006.png differ diff --git a/img/bili/hd/emoji_dalian0007.png b/img/bili/hd/emoji_dalian0007.png new file mode 100644 index 0000000..0d94d29 Binary files /dev/null and b/img/bili/hd/emoji_dalian0007.png differ diff --git a/img/bili/hd/emoji_dalian0008.png b/img/bili/hd/emoji_dalian0008.png new file mode 100644 index 0000000..fc9b6d6 Binary files /dev/null and b/img/bili/hd/emoji_dalian0008.png differ diff --git a/img/bili/hd/emoji_dalian0009.png b/img/bili/hd/emoji_dalian0009.png new file mode 100644 index 0000000..994d68d Binary files /dev/null and b/img/bili/hd/emoji_dalian0009.png differ diff --git a/img/bili/hd/emoji_dalian0010.png b/img/bili/hd/emoji_dalian0010.png new file mode 100644 index 0000000..e13625a Binary files /dev/null and b/img/bili/hd/emoji_dalian0010.png differ diff --git a/img/bili/hd/emoji_dalian0011.png b/img/bili/hd/emoji_dalian0011.png new file mode 100644 index 0000000..14b9283 Binary files /dev/null and b/img/bili/hd/emoji_dalian0011.png differ diff --git a/img/bili/hd/emoji_dalian0012.png b/img/bili/hd/emoji_dalian0012.png new file mode 100644 index 0000000..53a60e1 Binary files /dev/null and b/img/bili/hd/emoji_dalian0012.png differ diff --git a/img/bili/hd/emoji_dalian0013.png b/img/bili/hd/emoji_dalian0013.png new file mode 100644 index 0000000..53a60e1 Binary files /dev/null and b/img/bili/hd/emoji_dalian0013.png differ diff --git a/img/bili/hd/emoji_dalian0014.png b/img/bili/hd/emoji_dalian0014.png new file mode 100644 index 0000000..53a60e1 Binary files /dev/null and b/img/bili/hd/emoji_dalian0014.png differ diff --git a/img/bili/hd/emoji_dalian0015.png b/img/bili/hd/emoji_dalian0015.png new file mode 100644 index 0000000..53a60e1 Binary files /dev/null and b/img/bili/hd/emoji_dalian0015.png differ diff --git a/img/bili/hd/emoji_dalian0016.png b/img/bili/hd/emoji_dalian0016.png new file mode 100644 index 0000000..53a60e1 Binary files /dev/null and b/img/bili/hd/emoji_dalian0016.png differ diff --git a/img/bili/hd/emoji_dalian0017.png b/img/bili/hd/emoji_dalian0017.png new file mode 100644 index 0000000..608a4f6 Binary files /dev/null and b/img/bili/hd/emoji_dalian0017.png differ diff --git a/img/bili/hd/emoji_dalian0018.png b/img/bili/hd/emoji_dalian0018.png new file mode 100644 index 0000000..fb40e56 Binary files /dev/null and b/img/bili/hd/emoji_dalian0018.png differ diff --git a/img/bili/hd/emoji_dalian0019.png b/img/bili/hd/emoji_dalian0019.png new file mode 100644 index 0000000..69dd0e0 Binary files /dev/null and b/img/bili/hd/emoji_dalian0019.png differ diff --git a/img/bili/hd/emoji_dalian0020.png b/img/bili/hd/emoji_dalian0020.png new file mode 100644 index 0000000..2d6064d Binary files /dev/null and b/img/bili/hd/emoji_dalian0020.png differ diff --git a/img/bili/hd/emoji_dalian0021.png b/img/bili/hd/emoji_dalian0021.png new file mode 100644 index 0000000..2d6064d Binary files /dev/null and b/img/bili/hd/emoji_dalian0021.png differ diff --git a/img/bili/hd/emoji_dalian0022.png b/img/bili/hd/emoji_dalian0022.png new file mode 100644 index 0000000..2d6064d Binary files /dev/null and b/img/bili/hd/emoji_dalian0022.png differ diff --git a/img/bili/hd/emoji_dalian0023.png b/img/bili/hd/emoji_dalian0023.png new file mode 100644 index 0000000..2d6064d Binary files /dev/null and b/img/bili/hd/emoji_dalian0023.png differ diff --git a/img/bili/hd/emoji_dalian0024.png b/img/bili/hd/emoji_dalian0024.png new file mode 100644 index 0000000..2d6064d Binary files /dev/null and b/img/bili/hd/emoji_dalian0024.png differ diff --git a/img/bili/hd/emoji_dalian0025.png b/img/bili/hd/emoji_dalian0025.png new file mode 100644 index 0000000..4eab4aa Binary files /dev/null and b/img/bili/hd/emoji_dalian0025.png differ diff --git a/img/bili/hd/emoji_dalian0026.png b/img/bili/hd/emoji_dalian0026.png new file mode 100644 index 0000000..3e170cd Binary files /dev/null and b/img/bili/hd/emoji_dalian0026.png differ diff --git a/img/bili/hd/emoji_dalian0027.png b/img/bili/hd/emoji_dalian0027.png new file mode 100644 index 0000000..943b1de Binary files /dev/null and b/img/bili/hd/emoji_dalian0027.png differ diff --git a/img/bili/hd/emoji_dalian0028.png b/img/bili/hd/emoji_dalian0028.png new file mode 100644 index 0000000..6bae616 Binary files /dev/null and b/img/bili/hd/emoji_dalian0028.png differ diff --git a/img/bili/hd/emoji_dalian0029.png b/img/bili/hd/emoji_dalian0029.png new file mode 100644 index 0000000..6bae616 Binary files /dev/null and b/img/bili/hd/emoji_dalian0029.png differ diff --git a/img/bili/hd/emoji_dalian0030.png b/img/bili/hd/emoji_dalian0030.png new file mode 100644 index 0000000..6bae616 Binary files /dev/null and b/img/bili/hd/emoji_dalian0030.png differ diff --git a/img/bili/hd/emoji_dalian0031.png b/img/bili/hd/emoji_dalian0031.png new file mode 100644 index 0000000..6bae616 Binary files /dev/null and b/img/bili/hd/emoji_dalian0031.png differ diff --git a/img/bili/hd/emoji_dalian0032.png b/img/bili/hd/emoji_dalian0032.png new file mode 100644 index 0000000..6bae616 Binary files /dev/null and b/img/bili/hd/emoji_dalian0032.png differ diff --git a/img/bili/hd/emoji_dalian0033.png b/img/bili/hd/emoji_dalian0033.png new file mode 100644 index 0000000..6bae616 Binary files /dev/null and b/img/bili/hd/emoji_dalian0033.png differ diff --git a/img/bili/hd/emoji_dalian0034.png b/img/bili/hd/emoji_dalian0034.png new file mode 100644 index 0000000..6bae616 Binary files /dev/null and b/img/bili/hd/emoji_dalian0034.png differ diff --git a/img/bili/hd/emoji_dalian0035.png b/img/bili/hd/emoji_dalian0035.png new file mode 100644 index 0000000..6bae616 Binary files /dev/null and b/img/bili/hd/emoji_dalian0035.png differ diff --git a/img/bili/hd/emoji_dalian0036.png b/img/bili/hd/emoji_dalian0036.png new file mode 100644 index 0000000..6bae616 Binary files /dev/null and b/img/bili/hd/emoji_dalian0036.png differ diff --git a/img/bili/hd/emoji_dalian0037.png b/img/bili/hd/emoji_dalian0037.png new file mode 100644 index 0000000..efb4b83 Binary files /dev/null and b/img/bili/hd/emoji_dalian0037.png differ diff --git a/img/bili/hd/emoji_dianzan0001.png b/img/bili/hd/emoji_dianzan0001.png new file mode 100644 index 0000000..995608d Binary files /dev/null and b/img/bili/hd/emoji_dianzan0001.png differ diff --git a/img/bili/hd/emoji_dianzan0002.png b/img/bili/hd/emoji_dianzan0002.png new file mode 100644 index 0000000..91048e9 Binary files /dev/null and b/img/bili/hd/emoji_dianzan0002.png differ diff --git a/img/bili/hd/emoji_dianzan0003.png b/img/bili/hd/emoji_dianzan0003.png new file mode 100644 index 0000000..b763a7c Binary files /dev/null and b/img/bili/hd/emoji_dianzan0003.png differ diff --git a/img/bili/hd/emoji_dianzan0004.png b/img/bili/hd/emoji_dianzan0004.png new file mode 100644 index 0000000..bbb4660 Binary files /dev/null and b/img/bili/hd/emoji_dianzan0004.png differ diff --git a/img/bili/hd/emoji_dianzan0005.png b/img/bili/hd/emoji_dianzan0005.png new file mode 100644 index 0000000..223f6cf Binary files /dev/null and b/img/bili/hd/emoji_dianzan0005.png differ diff --git a/img/bili/hd/emoji_dianzan0006.png b/img/bili/hd/emoji_dianzan0006.png new file mode 100644 index 0000000..d3d9fe5 Binary files /dev/null and b/img/bili/hd/emoji_dianzan0006.png differ diff --git a/img/bili/hd/emoji_dianzan0007.png b/img/bili/hd/emoji_dianzan0007.png new file mode 100644 index 0000000..bfccc44 Binary files /dev/null and b/img/bili/hd/emoji_dianzan0007.png differ diff --git a/img/bili/hd/emoji_dianzan0008.png b/img/bili/hd/emoji_dianzan0008.png new file mode 100644 index 0000000..c7ff85c Binary files /dev/null and b/img/bili/hd/emoji_dianzan0008.png differ diff --git a/img/bili/hd/emoji_dianzan0009.png b/img/bili/hd/emoji_dianzan0009.png new file mode 100644 index 0000000..c7ff85c Binary files /dev/null and b/img/bili/hd/emoji_dianzan0009.png differ diff --git a/img/bili/hd/emoji_dianzan0010.png b/img/bili/hd/emoji_dianzan0010.png new file mode 100644 index 0000000..c7ff85c Binary files /dev/null and b/img/bili/hd/emoji_dianzan0010.png differ diff --git a/img/bili/hd/emoji_dianzan0011.png b/img/bili/hd/emoji_dianzan0011.png new file mode 100644 index 0000000..c7ff85c Binary files /dev/null and b/img/bili/hd/emoji_dianzan0011.png differ diff --git a/img/bili/hd/emoji_dianzan0012.png b/img/bili/hd/emoji_dianzan0012.png new file mode 100644 index 0000000..c7ff85c Binary files /dev/null and b/img/bili/hd/emoji_dianzan0012.png differ diff --git a/img/bili/hd/emoji_dianzan0013.png b/img/bili/hd/emoji_dianzan0013.png new file mode 100644 index 0000000..c7ff85c Binary files /dev/null and b/img/bili/hd/emoji_dianzan0013.png differ diff --git a/img/bili/hd/emoji_dianzan0014.png b/img/bili/hd/emoji_dianzan0014.png new file mode 100644 index 0000000..c7ff85c Binary files /dev/null and b/img/bili/hd/emoji_dianzan0014.png differ diff --git a/img/bili/hd/emoji_dianzan0015.png b/img/bili/hd/emoji_dianzan0015.png new file mode 100644 index 0000000..c7ff85c Binary files /dev/null and b/img/bili/hd/emoji_dianzan0015.png differ diff --git a/img/bili/hd/emoji_dianzan0016.png b/img/bili/hd/emoji_dianzan0016.png new file mode 100644 index 0000000..c7ff85c Binary files /dev/null and b/img/bili/hd/emoji_dianzan0016.png differ diff --git a/img/bili/hd/emoji_dianzan0017.png b/img/bili/hd/emoji_dianzan0017.png new file mode 100644 index 0000000..c7ff85c Binary files /dev/null and b/img/bili/hd/emoji_dianzan0017.png differ diff --git a/img/bili/hd/emoji_dianzan0018.png b/img/bili/hd/emoji_dianzan0018.png new file mode 100644 index 0000000..c7ff85c Binary files /dev/null and b/img/bili/hd/emoji_dianzan0018.png differ diff --git a/img/bili/hd/emoji_dianzan0019.png b/img/bili/hd/emoji_dianzan0019.png new file mode 100644 index 0000000..63202a5 Binary files /dev/null and b/img/bili/hd/emoji_dianzan0019.png differ diff --git a/img/bili/hd/emoji_dianzan0020.png b/img/bili/hd/emoji_dianzan0020.png new file mode 100644 index 0000000..995608d Binary files /dev/null and b/img/bili/hd/emoji_dianzan0020.png differ diff --git a/img/bili/hd/emoji_doge0001.png b/img/bili/hd/emoji_doge0001.png new file mode 100644 index 0000000..994fb2d Binary files /dev/null and b/img/bili/hd/emoji_doge0001.png differ diff --git a/img/bili/hd/emoji_doge0002.png b/img/bili/hd/emoji_doge0002.png new file mode 100644 index 0000000..7a2a4e2 Binary files /dev/null and b/img/bili/hd/emoji_doge0002.png differ diff --git a/img/bili/hd/emoji_doge0003.png b/img/bili/hd/emoji_doge0003.png new file mode 100644 index 0000000..18bd381 Binary files /dev/null and b/img/bili/hd/emoji_doge0003.png differ diff --git a/img/bili/hd/emoji_doge0004.png b/img/bili/hd/emoji_doge0004.png new file mode 100644 index 0000000..7a2a4e2 Binary files /dev/null and b/img/bili/hd/emoji_doge0004.png differ diff --git a/img/bili/hd/emoji_doge0005.png b/img/bili/hd/emoji_doge0005.png new file mode 100644 index 0000000..994fb2d Binary files /dev/null and b/img/bili/hd/emoji_doge0005.png differ diff --git a/img/bili/hd/emoji_doge0006.png b/img/bili/hd/emoji_doge0006.png new file mode 100644 index 0000000..994fb2d Binary files /dev/null and b/img/bili/hd/emoji_doge0006.png differ diff --git a/img/bili/hd/emoji_doge0007.png b/img/bili/hd/emoji_doge0007.png new file mode 100644 index 0000000..994fb2d Binary files /dev/null and b/img/bili/hd/emoji_doge0007.png differ diff --git a/img/bili/hd/emoji_doge0008.png b/img/bili/hd/emoji_doge0008.png new file mode 100644 index 0000000..b782907 Binary files /dev/null and b/img/bili/hd/emoji_doge0008.png differ diff --git a/img/bili/hd/emoji_doge0009.png b/img/bili/hd/emoji_doge0009.png new file mode 100644 index 0000000..c1c99ac Binary files /dev/null and b/img/bili/hd/emoji_doge0009.png differ diff --git a/img/bili/hd/emoji_doge0010.png b/img/bili/hd/emoji_doge0010.png new file mode 100644 index 0000000..91efdc3 Binary files /dev/null and b/img/bili/hd/emoji_doge0010.png differ diff --git a/img/bili/hd/emoji_doge0011.png b/img/bili/hd/emoji_doge0011.png new file mode 100644 index 0000000..c1c99ac Binary files /dev/null and b/img/bili/hd/emoji_doge0011.png differ diff --git a/img/bili/hd/emoji_doge0012.png b/img/bili/hd/emoji_doge0012.png new file mode 100644 index 0000000..b782907 Binary files /dev/null and b/img/bili/hd/emoji_doge0012.png differ diff --git a/img/bili/hd/emoji_doge0013.png b/img/bili/hd/emoji_doge0013.png new file mode 100644 index 0000000..994fb2d Binary files /dev/null and b/img/bili/hd/emoji_doge0013.png differ diff --git a/img/bili/hd/emoji_doge0014.png b/img/bili/hd/emoji_doge0014.png new file mode 100644 index 0000000..b782907 Binary files /dev/null and b/img/bili/hd/emoji_doge0014.png differ diff --git a/img/bili/hd/emoji_doge0015.png b/img/bili/hd/emoji_doge0015.png new file mode 100644 index 0000000..c1c99ac Binary files /dev/null and b/img/bili/hd/emoji_doge0015.png differ diff --git a/img/bili/hd/emoji_doge0016.png b/img/bili/hd/emoji_doge0016.png new file mode 100644 index 0000000..91efdc3 Binary files /dev/null and b/img/bili/hd/emoji_doge0016.png differ diff --git a/img/bili/hd/emoji_doge0017.png b/img/bili/hd/emoji_doge0017.png new file mode 100644 index 0000000..c1c99ac Binary files /dev/null and b/img/bili/hd/emoji_doge0017.png differ diff --git a/img/bili/hd/emoji_doge0018.png b/img/bili/hd/emoji_doge0018.png new file mode 100644 index 0000000..b782907 Binary files /dev/null and b/img/bili/hd/emoji_doge0018.png differ diff --git a/img/bili/hd/emoji_doge0019.png b/img/bili/hd/emoji_doge0019.png new file mode 100644 index 0000000..994fb2d Binary files /dev/null and b/img/bili/hd/emoji_doge0019.png differ diff --git a/img/bili/hd/emoji_doge0020.png b/img/bili/hd/emoji_doge0020.png new file mode 100644 index 0000000..994fb2d Binary files /dev/null and b/img/bili/hd/emoji_doge0020.png differ diff --git a/img/bili/hd/emoji_facai0001.png b/img/bili/hd/emoji_facai0001.png new file mode 100644 index 0000000..c47b3b2 Binary files /dev/null and b/img/bili/hd/emoji_facai0001.png differ diff --git a/img/bili/hd/emoji_facai0002.png b/img/bili/hd/emoji_facai0002.png new file mode 100644 index 0000000..f8a5c61 Binary files /dev/null and b/img/bili/hd/emoji_facai0002.png differ diff --git a/img/bili/hd/emoji_facai0003.png b/img/bili/hd/emoji_facai0003.png new file mode 100644 index 0000000..a55d06b Binary files /dev/null and b/img/bili/hd/emoji_facai0003.png differ diff --git a/img/bili/hd/emoji_facai0004.png b/img/bili/hd/emoji_facai0004.png new file mode 100644 index 0000000..f623c9c Binary files /dev/null and b/img/bili/hd/emoji_facai0004.png differ diff --git a/img/bili/hd/emoji_facai0005.png b/img/bili/hd/emoji_facai0005.png new file mode 100644 index 0000000..bd33053 Binary files /dev/null and b/img/bili/hd/emoji_facai0005.png differ diff --git a/img/bili/hd/emoji_facai0006.png b/img/bili/hd/emoji_facai0006.png new file mode 100644 index 0000000..f264226 Binary files /dev/null and b/img/bili/hd/emoji_facai0006.png differ diff --git a/img/bili/hd/emoji_facai0007.png b/img/bili/hd/emoji_facai0007.png new file mode 100644 index 0000000..08ef542 Binary files /dev/null and b/img/bili/hd/emoji_facai0007.png differ diff --git a/img/bili/hd/emoji_facai0008.png b/img/bili/hd/emoji_facai0008.png new file mode 100644 index 0000000..f139c27 Binary files /dev/null and b/img/bili/hd/emoji_facai0008.png differ diff --git a/img/bili/hd/emoji_facai0009.png b/img/bili/hd/emoji_facai0009.png new file mode 100644 index 0000000..f091bd4 Binary files /dev/null and b/img/bili/hd/emoji_facai0009.png differ diff --git a/img/bili/hd/emoji_facai0010.png b/img/bili/hd/emoji_facai0010.png new file mode 100644 index 0000000..887fcf4 Binary files /dev/null and b/img/bili/hd/emoji_facai0010.png differ diff --git a/img/bili/hd/emoji_facai0011.png b/img/bili/hd/emoji_facai0011.png new file mode 100644 index 0000000..24062fa Binary files /dev/null and b/img/bili/hd/emoji_facai0011.png differ diff --git a/img/bili/hd/emoji_facai0012.png b/img/bili/hd/emoji_facai0012.png new file mode 100644 index 0000000..e23cabf Binary files /dev/null and b/img/bili/hd/emoji_facai0012.png differ diff --git a/img/bili/hd/emoji_facai0013.png b/img/bili/hd/emoji_facai0013.png new file mode 100644 index 0000000..6d98242 Binary files /dev/null and b/img/bili/hd/emoji_facai0013.png differ diff --git a/img/bili/hd/emoji_facai0014.png b/img/bili/hd/emoji_facai0014.png new file mode 100644 index 0000000..015f8bd Binary files /dev/null and b/img/bili/hd/emoji_facai0014.png differ diff --git a/img/bili/hd/emoji_facai0015.png b/img/bili/hd/emoji_facai0015.png new file mode 100644 index 0000000..62d8c27 Binary files /dev/null and b/img/bili/hd/emoji_facai0015.png differ diff --git a/img/bili/hd/emoji_facai0016.png b/img/bili/hd/emoji_facai0016.png new file mode 100644 index 0000000..7e971d6 Binary files /dev/null and b/img/bili/hd/emoji_facai0016.png differ diff --git a/img/bili/hd/emoji_facai0017.png b/img/bili/hd/emoji_facai0017.png new file mode 100644 index 0000000..9769a8c Binary files /dev/null and b/img/bili/hd/emoji_facai0017.png differ diff --git a/img/bili/hd/emoji_facai0018.png b/img/bili/hd/emoji_facai0018.png new file mode 100644 index 0000000..dd67f8a Binary files /dev/null and b/img/bili/hd/emoji_facai0018.png differ diff --git a/img/bili/hd/emoji_facai0019.png b/img/bili/hd/emoji_facai0019.png new file mode 100644 index 0000000..31a25ed Binary files /dev/null and b/img/bili/hd/emoji_facai0019.png differ diff --git a/img/bili/hd/emoji_facai0020.png b/img/bili/hd/emoji_facai0020.png new file mode 100644 index 0000000..dc8b103 Binary files /dev/null and b/img/bili/hd/emoji_facai0020.png differ diff --git a/img/bili/hd/emoji_facai0021.png b/img/bili/hd/emoji_facai0021.png new file mode 100644 index 0000000..109a817 Binary files /dev/null and b/img/bili/hd/emoji_facai0021.png differ diff --git a/img/bili/hd/emoji_facai0022.png b/img/bili/hd/emoji_facai0022.png new file mode 100644 index 0000000..990440e Binary files /dev/null and b/img/bili/hd/emoji_facai0022.png differ diff --git a/img/bili/hd/emoji_facai0023.png b/img/bili/hd/emoji_facai0023.png new file mode 100644 index 0000000..603cc98 Binary files /dev/null and b/img/bili/hd/emoji_facai0023.png differ diff --git a/img/bili/hd/emoji_facai0024.png b/img/bili/hd/emoji_facai0024.png new file mode 100644 index 0000000..4e65696 Binary files /dev/null and b/img/bili/hd/emoji_facai0024.png differ diff --git a/img/bili/hd/emoji_facai0025.png b/img/bili/hd/emoji_facai0025.png new file mode 100644 index 0000000..57b27e4 Binary files /dev/null and b/img/bili/hd/emoji_facai0025.png differ diff --git a/img/bili/hd/emoji_facai0026.png b/img/bili/hd/emoji_facai0026.png new file mode 100644 index 0000000..1fd3712 Binary files /dev/null and b/img/bili/hd/emoji_facai0026.png differ diff --git a/img/bili/hd/emoji_facai0027.png b/img/bili/hd/emoji_facai0027.png new file mode 100644 index 0000000..a463582 Binary files /dev/null and b/img/bili/hd/emoji_facai0027.png differ diff --git a/img/bili/hd/emoji_facai0028.png b/img/bili/hd/emoji_facai0028.png new file mode 100644 index 0000000..439f85a Binary files /dev/null and b/img/bili/hd/emoji_facai0028.png differ diff --git a/img/bili/hd/emoji_facai0029.png b/img/bili/hd/emoji_facai0029.png new file mode 100644 index 0000000..5a38905 Binary files /dev/null and b/img/bili/hd/emoji_facai0029.png differ diff --git a/img/bili/hd/emoji_facai0030.png b/img/bili/hd/emoji_facai0030.png new file mode 100644 index 0000000..c47b3b2 Binary files /dev/null and b/img/bili/hd/emoji_facai0030.png differ diff --git a/img/bili/hd/emoji_fanu0001.png b/img/bili/hd/emoji_fanu0001.png new file mode 100644 index 0000000..ebbf064 Binary files /dev/null and b/img/bili/hd/emoji_fanu0001.png differ diff --git a/img/bili/hd/emoji_fanu0002.png b/img/bili/hd/emoji_fanu0002.png new file mode 100644 index 0000000..196aea3 Binary files /dev/null and b/img/bili/hd/emoji_fanu0002.png differ diff --git a/img/bili/hd/emoji_fanu0003.png b/img/bili/hd/emoji_fanu0003.png new file mode 100644 index 0000000..2da7d7e Binary files /dev/null and b/img/bili/hd/emoji_fanu0003.png differ diff --git a/img/bili/hd/emoji_fanu0004.png b/img/bili/hd/emoji_fanu0004.png new file mode 100644 index 0000000..886bc79 Binary files /dev/null and b/img/bili/hd/emoji_fanu0004.png differ diff --git a/img/bili/hd/emoji_fanu0005.png b/img/bili/hd/emoji_fanu0005.png new file mode 100644 index 0000000..b0fda10 Binary files /dev/null and b/img/bili/hd/emoji_fanu0005.png differ diff --git a/img/bili/hd/emoji_fanu0006.png b/img/bili/hd/emoji_fanu0006.png new file mode 100644 index 0000000..4e3f494 Binary files /dev/null and b/img/bili/hd/emoji_fanu0006.png differ diff --git a/img/bili/hd/emoji_fanu0007.png b/img/bili/hd/emoji_fanu0007.png new file mode 100644 index 0000000..64e01e9 Binary files /dev/null and b/img/bili/hd/emoji_fanu0007.png differ diff --git a/img/bili/hd/emoji_fanu0008.png b/img/bili/hd/emoji_fanu0008.png new file mode 100644 index 0000000..b5939e8 Binary files /dev/null and b/img/bili/hd/emoji_fanu0008.png differ diff --git a/img/bili/hd/emoji_fanu0009.png b/img/bili/hd/emoji_fanu0009.png new file mode 100644 index 0000000..62f9d0e Binary files /dev/null and b/img/bili/hd/emoji_fanu0009.png differ diff --git a/img/bili/hd/emoji_fanu0010.png b/img/bili/hd/emoji_fanu0010.png new file mode 100644 index 0000000..d179b84 Binary files /dev/null and b/img/bili/hd/emoji_fanu0010.png differ diff --git a/img/bili/hd/emoji_fanu0011.png b/img/bili/hd/emoji_fanu0011.png new file mode 100644 index 0000000..62abebc Binary files /dev/null and b/img/bili/hd/emoji_fanu0011.png differ diff --git a/img/bili/hd/emoji_fanu0012.png b/img/bili/hd/emoji_fanu0012.png new file mode 100644 index 0000000..39b419e Binary files /dev/null and b/img/bili/hd/emoji_fanu0012.png differ diff --git a/img/bili/hd/emoji_fanu0013.png b/img/bili/hd/emoji_fanu0013.png new file mode 100644 index 0000000..c04d1b0 Binary files /dev/null and b/img/bili/hd/emoji_fanu0013.png differ diff --git a/img/bili/hd/emoji_fanu0014.png b/img/bili/hd/emoji_fanu0014.png new file mode 100644 index 0000000..9fe9275 Binary files /dev/null and b/img/bili/hd/emoji_fanu0014.png differ diff --git a/img/bili/hd/emoji_fanu0015.png b/img/bili/hd/emoji_fanu0015.png new file mode 100644 index 0000000..c874c49 Binary files /dev/null and b/img/bili/hd/emoji_fanu0015.png differ diff --git a/img/bili/hd/emoji_fanu0016.png b/img/bili/hd/emoji_fanu0016.png new file mode 100644 index 0000000..7fa4c8c Binary files /dev/null and b/img/bili/hd/emoji_fanu0016.png differ diff --git a/img/bili/hd/emoji_fanu0017.png b/img/bili/hd/emoji_fanu0017.png new file mode 100644 index 0000000..c03d63a Binary files /dev/null and b/img/bili/hd/emoji_fanu0017.png differ diff --git a/img/bili/hd/emoji_fanu0018.png b/img/bili/hd/emoji_fanu0018.png new file mode 100644 index 0000000..656728b Binary files /dev/null and b/img/bili/hd/emoji_fanu0018.png differ diff --git a/img/bili/hd/emoji_fanu0019.png b/img/bili/hd/emoji_fanu0019.png new file mode 100644 index 0000000..f39d23b Binary files /dev/null and b/img/bili/hd/emoji_fanu0019.png differ diff --git a/img/bili/hd/emoji_fanu0020.png b/img/bili/hd/emoji_fanu0020.png new file mode 100644 index 0000000..13b94e3 Binary files /dev/null and b/img/bili/hd/emoji_fanu0020.png differ diff --git a/img/bili/hd/emoji_fanu0021.png b/img/bili/hd/emoji_fanu0021.png new file mode 100644 index 0000000..6f3bcbd Binary files /dev/null and b/img/bili/hd/emoji_fanu0021.png differ diff --git a/img/bili/hd/emoji_fanu0022.png b/img/bili/hd/emoji_fanu0022.png new file mode 100644 index 0000000..9d6a7cc Binary files /dev/null and b/img/bili/hd/emoji_fanu0022.png differ diff --git a/img/bili/hd/emoji_fanu0023.png b/img/bili/hd/emoji_fanu0023.png new file mode 100644 index 0000000..f294c0f Binary files /dev/null and b/img/bili/hd/emoji_fanu0023.png differ diff --git a/img/bili/hd/emoji_fanu0024.png b/img/bili/hd/emoji_fanu0024.png new file mode 100644 index 0000000..f9908dc Binary files /dev/null and b/img/bili/hd/emoji_fanu0024.png differ diff --git a/img/bili/hd/emoji_fanu0025.png b/img/bili/hd/emoji_fanu0025.png new file mode 100644 index 0000000..d84d85c Binary files /dev/null and b/img/bili/hd/emoji_fanu0025.png differ diff --git a/img/bili/hd/emoji_fanu0026.png b/img/bili/hd/emoji_fanu0026.png new file mode 100644 index 0000000..e3d995c Binary files /dev/null and b/img/bili/hd/emoji_fanu0026.png differ diff --git a/img/bili/hd/emoji_fanu0027.png b/img/bili/hd/emoji_fanu0027.png new file mode 100644 index 0000000..e3d995c Binary files /dev/null and b/img/bili/hd/emoji_fanu0027.png differ diff --git a/img/bili/hd/emoji_fanu0028.png b/img/bili/hd/emoji_fanu0028.png new file mode 100644 index 0000000..e3d995c Binary files /dev/null and b/img/bili/hd/emoji_fanu0028.png differ diff --git a/img/bili/hd/emoji_fanu0029.png b/img/bili/hd/emoji_fanu0029.png new file mode 100644 index 0000000..e3d995c Binary files /dev/null and b/img/bili/hd/emoji_fanu0029.png differ diff --git a/img/bili/hd/emoji_fanu0030.png b/img/bili/hd/emoji_fanu0030.png new file mode 100644 index 0000000..e3d995c Binary files /dev/null and b/img/bili/hd/emoji_fanu0030.png differ diff --git a/img/bili/hd/emoji_fanu0031.png b/img/bili/hd/emoji_fanu0031.png new file mode 100644 index 0000000..e3d995c Binary files /dev/null and b/img/bili/hd/emoji_fanu0031.png differ diff --git a/img/bili/hd/emoji_fanu0032.png b/img/bili/hd/emoji_fanu0032.png new file mode 100644 index 0000000..e3d995c Binary files /dev/null and b/img/bili/hd/emoji_fanu0032.png differ diff --git a/img/bili/hd/emoji_fanu0033.png b/img/bili/hd/emoji_fanu0033.png new file mode 100644 index 0000000..8e36e19 Binary files /dev/null and b/img/bili/hd/emoji_fanu0033.png differ diff --git a/img/bili/hd/emoji_ganga0001.png b/img/bili/hd/emoji_ganga0001.png new file mode 100644 index 0000000..d23471c Binary files /dev/null and b/img/bili/hd/emoji_ganga0001.png differ diff --git a/img/bili/hd/emoji_ganga0002.png b/img/bili/hd/emoji_ganga0002.png new file mode 100644 index 0000000..1f65a18 Binary files /dev/null and b/img/bili/hd/emoji_ganga0002.png differ diff --git a/img/bili/hd/emoji_ganga0003.png b/img/bili/hd/emoji_ganga0003.png new file mode 100644 index 0000000..14af7f4 Binary files /dev/null and b/img/bili/hd/emoji_ganga0003.png differ diff --git a/img/bili/hd/emoji_ganga0004.png b/img/bili/hd/emoji_ganga0004.png new file mode 100644 index 0000000..cb3f946 Binary files /dev/null and b/img/bili/hd/emoji_ganga0004.png differ diff --git a/img/bili/hd/emoji_ganga0005.png b/img/bili/hd/emoji_ganga0005.png new file mode 100644 index 0000000..8b5cd38 Binary files /dev/null and b/img/bili/hd/emoji_ganga0005.png differ diff --git a/img/bili/hd/emoji_ganga0006.png b/img/bili/hd/emoji_ganga0006.png new file mode 100644 index 0000000..3fb8610 Binary files /dev/null and b/img/bili/hd/emoji_ganga0006.png differ diff --git a/img/bili/hd/emoji_ganga0007.png b/img/bili/hd/emoji_ganga0007.png new file mode 100644 index 0000000..7495ade Binary files /dev/null and b/img/bili/hd/emoji_ganga0007.png differ diff --git a/img/bili/hd/emoji_ganga0008.png b/img/bili/hd/emoji_ganga0008.png new file mode 100644 index 0000000..65d1a4a Binary files /dev/null and b/img/bili/hd/emoji_ganga0008.png differ diff --git a/img/bili/hd/emoji_ganga0009.png b/img/bili/hd/emoji_ganga0009.png new file mode 100644 index 0000000..05aa8f4 Binary files /dev/null and b/img/bili/hd/emoji_ganga0009.png differ diff --git a/img/bili/hd/emoji_ganga0010.png b/img/bili/hd/emoji_ganga0010.png new file mode 100644 index 0000000..6648710 Binary files /dev/null and b/img/bili/hd/emoji_ganga0010.png differ diff --git a/img/bili/hd/emoji_ganga0011.png b/img/bili/hd/emoji_ganga0011.png new file mode 100644 index 0000000..530151d Binary files /dev/null and b/img/bili/hd/emoji_ganga0011.png differ diff --git a/img/bili/hd/emoji_ganga0012.png b/img/bili/hd/emoji_ganga0012.png new file mode 100644 index 0000000..cbf32a4 Binary files /dev/null and b/img/bili/hd/emoji_ganga0012.png differ diff --git a/img/bili/hd/emoji_ganga0013.png b/img/bili/hd/emoji_ganga0013.png new file mode 100644 index 0000000..f764296 Binary files /dev/null and b/img/bili/hd/emoji_ganga0013.png differ diff --git a/img/bili/hd/emoji_ganga0014.png b/img/bili/hd/emoji_ganga0014.png new file mode 100644 index 0000000..b77ff2f Binary files /dev/null and b/img/bili/hd/emoji_ganga0014.png differ diff --git a/img/bili/hd/emoji_ganga0015.png b/img/bili/hd/emoji_ganga0015.png new file mode 100644 index 0000000..5e19d8c Binary files /dev/null and b/img/bili/hd/emoji_ganga0015.png differ diff --git a/img/bili/hd/emoji_ganga0016.png b/img/bili/hd/emoji_ganga0016.png new file mode 100644 index 0000000..412198b Binary files /dev/null and b/img/bili/hd/emoji_ganga0016.png differ diff --git a/img/bili/hd/emoji_ganga0017.png b/img/bili/hd/emoji_ganga0017.png new file mode 100644 index 0000000..8a196e2 Binary files /dev/null and b/img/bili/hd/emoji_ganga0017.png differ diff --git a/img/bili/hd/emoji_ganga0018.png b/img/bili/hd/emoji_ganga0018.png new file mode 100644 index 0000000..ec2b385 Binary files /dev/null and b/img/bili/hd/emoji_ganga0018.png differ diff --git a/img/bili/hd/emoji_ganga0019.png b/img/bili/hd/emoji_ganga0019.png new file mode 100644 index 0000000..c720f17 Binary files /dev/null and b/img/bili/hd/emoji_ganga0019.png differ diff --git a/img/bili/hd/emoji_ganga0020.png b/img/bili/hd/emoji_ganga0020.png new file mode 100644 index 0000000..eaf2cc7 Binary files /dev/null and b/img/bili/hd/emoji_ganga0020.png differ diff --git a/img/bili/hd/emoji_ganga0021.png b/img/bili/hd/emoji_ganga0021.png new file mode 100644 index 0000000..1358e10 Binary files /dev/null and b/img/bili/hd/emoji_ganga0021.png differ diff --git a/img/bili/hd/emoji_ganga0022.png b/img/bili/hd/emoji_ganga0022.png new file mode 100644 index 0000000..f6c84d9 Binary files /dev/null and b/img/bili/hd/emoji_ganga0022.png differ diff --git a/img/bili/hd/emoji_ganga0023.png b/img/bili/hd/emoji_ganga0023.png new file mode 100644 index 0000000..e5cf489 Binary files /dev/null and b/img/bili/hd/emoji_ganga0023.png differ diff --git a/img/bili/hd/emoji_ganga0024.png b/img/bili/hd/emoji_ganga0024.png new file mode 100644 index 0000000..1a73c5d Binary files /dev/null and b/img/bili/hd/emoji_ganga0024.png differ diff --git a/img/bili/hd/emoji_ganga0025.png b/img/bili/hd/emoji_ganga0025.png new file mode 100644 index 0000000..8885552 Binary files /dev/null and b/img/bili/hd/emoji_ganga0025.png differ diff --git a/img/bili/hd/emoji_ganga0026.png b/img/bili/hd/emoji_ganga0026.png new file mode 100644 index 0000000..737f838 Binary files /dev/null and b/img/bili/hd/emoji_ganga0026.png differ diff --git a/img/bili/hd/emoji_ganga0027.png b/img/bili/hd/emoji_ganga0027.png new file mode 100644 index 0000000..876a4f6 Binary files /dev/null and b/img/bili/hd/emoji_ganga0027.png differ diff --git a/img/bili/hd/emoji_ganga0028.png b/img/bili/hd/emoji_ganga0028.png new file mode 100644 index 0000000..1f0168e Binary files /dev/null and b/img/bili/hd/emoji_ganga0028.png differ diff --git a/img/bili/hd/emoji_ganga0029.png b/img/bili/hd/emoji_ganga0029.png new file mode 100644 index 0000000..1f0168e Binary files /dev/null and b/img/bili/hd/emoji_ganga0029.png differ diff --git a/img/bili/hd/emoji_ganga0030.png b/img/bili/hd/emoji_ganga0030.png new file mode 100644 index 0000000..1f0168e Binary files /dev/null and b/img/bili/hd/emoji_ganga0030.png differ diff --git a/img/bili/hd/emoji_ganga0031.png b/img/bili/hd/emoji_ganga0031.png new file mode 100644 index 0000000..1f0168e Binary files /dev/null and b/img/bili/hd/emoji_ganga0031.png differ diff --git a/img/bili/hd/emoji_ganga0032.png b/img/bili/hd/emoji_ganga0032.png new file mode 100644 index 0000000..1f0168e Binary files /dev/null and b/img/bili/hd/emoji_ganga0032.png differ diff --git a/img/bili/hd/emoji_ganga0033.png b/img/bili/hd/emoji_ganga0033.png new file mode 100644 index 0000000..1f0168e Binary files /dev/null and b/img/bili/hd/emoji_ganga0033.png differ diff --git a/img/bili/hd/emoji_ganga0034.png b/img/bili/hd/emoji_ganga0034.png new file mode 100644 index 0000000..1f0168e Binary files /dev/null and b/img/bili/hd/emoji_ganga0034.png differ diff --git a/img/bili/hd/emoji_ganga0035.png b/img/bili/hd/emoji_ganga0035.png new file mode 100644 index 0000000..1f0168e Binary files /dev/null and b/img/bili/hd/emoji_ganga0035.png differ diff --git a/img/bili/hd/emoji_ganga0036.png b/img/bili/hd/emoji_ganga0036.png new file mode 100644 index 0000000..1f0168e Binary files /dev/null and b/img/bili/hd/emoji_ganga0036.png differ diff --git a/img/bili/hd/emoji_ganga0037.png b/img/bili/hd/emoji_ganga0037.png new file mode 100644 index 0000000..1f0168e Binary files /dev/null and b/img/bili/hd/emoji_ganga0037.png differ diff --git a/img/bili/hd/emoji_ganga0038.png b/img/bili/hd/emoji_ganga0038.png new file mode 100644 index 0000000..2a04456 Binary files /dev/null and b/img/bili/hd/emoji_ganga0038.png differ diff --git a/img/bili/hd/emoji_guzhang0001.png b/img/bili/hd/emoji_guzhang0001.png new file mode 100644 index 0000000..31f32ff Binary files /dev/null and b/img/bili/hd/emoji_guzhang0001.png differ diff --git a/img/bili/hd/emoji_guzhang0002.png b/img/bili/hd/emoji_guzhang0002.png new file mode 100644 index 0000000..79187ec Binary files /dev/null and b/img/bili/hd/emoji_guzhang0002.png differ diff --git a/img/bili/hd/emoji_guzhang0003.png b/img/bili/hd/emoji_guzhang0003.png new file mode 100644 index 0000000..a92e0cd Binary files /dev/null and b/img/bili/hd/emoji_guzhang0003.png differ diff --git a/img/bili/hd/emoji_guzhang0004.png b/img/bili/hd/emoji_guzhang0004.png new file mode 100644 index 0000000..323dcde Binary files /dev/null and b/img/bili/hd/emoji_guzhang0004.png differ diff --git a/img/bili/hd/emoji_guzhang0005.png b/img/bili/hd/emoji_guzhang0005.png new file mode 100644 index 0000000..323dcde Binary files /dev/null and b/img/bili/hd/emoji_guzhang0005.png differ diff --git a/img/bili/hd/emoji_guzhang0006.png b/img/bili/hd/emoji_guzhang0006.png new file mode 100644 index 0000000..323dcde Binary files /dev/null and b/img/bili/hd/emoji_guzhang0006.png differ diff --git a/img/bili/hd/emoji_guzhang0007.png b/img/bili/hd/emoji_guzhang0007.png new file mode 100644 index 0000000..323dcde Binary files /dev/null and b/img/bili/hd/emoji_guzhang0007.png differ diff --git a/img/bili/hd/emoji_guzhang0008.png b/img/bili/hd/emoji_guzhang0008.png new file mode 100644 index 0000000..323dcde Binary files /dev/null and b/img/bili/hd/emoji_guzhang0008.png differ diff --git a/img/bili/hd/emoji_guzhang0009.png b/img/bili/hd/emoji_guzhang0009.png new file mode 100644 index 0000000..323dcde Binary files /dev/null and b/img/bili/hd/emoji_guzhang0009.png differ diff --git a/img/bili/hd/emoji_guzhang0010.png b/img/bili/hd/emoji_guzhang0010.png new file mode 100644 index 0000000..a92e0cd Binary files /dev/null and b/img/bili/hd/emoji_guzhang0010.png differ diff --git a/img/bili/hd/emoji_guzhang0011.png b/img/bili/hd/emoji_guzhang0011.png new file mode 100644 index 0000000..a92e0cd Binary files /dev/null and b/img/bili/hd/emoji_guzhang0011.png differ diff --git a/img/bili/hd/emoji_guzhang0012.png b/img/bili/hd/emoji_guzhang0012.png new file mode 100644 index 0000000..79187ec Binary files /dev/null and b/img/bili/hd/emoji_guzhang0012.png differ diff --git a/img/bili/hd/emoji_guzhang0013.png b/img/bili/hd/emoji_guzhang0013.png new file mode 100644 index 0000000..6376e97 Binary files /dev/null and b/img/bili/hd/emoji_guzhang0013.png differ diff --git a/img/bili/hd/emoji_guzhang0014.png b/img/bili/hd/emoji_guzhang0014.png new file mode 100644 index 0000000..31f32ff Binary files /dev/null and b/img/bili/hd/emoji_guzhang0014.png differ diff --git a/img/bili/hd/emoji_guzhang0015.png b/img/bili/hd/emoji_guzhang0015.png new file mode 100644 index 0000000..31f32ff Binary files /dev/null and b/img/bili/hd/emoji_guzhang0015.png differ diff --git a/img/bili/hd/emoji_guzhang0016.png b/img/bili/hd/emoji_guzhang0016.png new file mode 100644 index 0000000..31f32ff Binary files /dev/null and b/img/bili/hd/emoji_guzhang0016.png differ diff --git a/img/bili/hd/emoji_guzhang0017.png b/img/bili/hd/emoji_guzhang0017.png new file mode 100644 index 0000000..31f32ff Binary files /dev/null and b/img/bili/hd/emoji_guzhang0017.png differ diff --git a/img/bili/hd/emoji_haixiu0001.png b/img/bili/hd/emoji_haixiu0001.png new file mode 100644 index 0000000..df7b714 Binary files /dev/null and b/img/bili/hd/emoji_haixiu0001.png differ diff --git a/img/bili/hd/emoji_haixiu0002.png b/img/bili/hd/emoji_haixiu0002.png new file mode 100644 index 0000000..df7b714 Binary files /dev/null and b/img/bili/hd/emoji_haixiu0002.png differ diff --git a/img/bili/hd/emoji_haixiu0003.png b/img/bili/hd/emoji_haixiu0003.png new file mode 100644 index 0000000..df7b714 Binary files /dev/null and b/img/bili/hd/emoji_haixiu0003.png differ diff --git a/img/bili/hd/emoji_haixiu0004.png b/img/bili/hd/emoji_haixiu0004.png new file mode 100644 index 0000000..df7b714 Binary files /dev/null and b/img/bili/hd/emoji_haixiu0004.png differ diff --git a/img/bili/hd/emoji_haixiu0005.png b/img/bili/hd/emoji_haixiu0005.png new file mode 100644 index 0000000..f1f3e3a Binary files /dev/null and b/img/bili/hd/emoji_haixiu0005.png differ diff --git a/img/bili/hd/emoji_haixiu0006.png b/img/bili/hd/emoji_haixiu0006.png new file mode 100644 index 0000000..f1f3e3a Binary files /dev/null and b/img/bili/hd/emoji_haixiu0006.png differ diff --git a/img/bili/hd/emoji_haixiu0007.png b/img/bili/hd/emoji_haixiu0007.png new file mode 100644 index 0000000..df7b714 Binary files /dev/null and b/img/bili/hd/emoji_haixiu0007.png differ diff --git a/img/bili/hd/emoji_haixiu0008.png b/img/bili/hd/emoji_haixiu0008.png new file mode 100644 index 0000000..df7b714 Binary files /dev/null and b/img/bili/hd/emoji_haixiu0008.png differ diff --git a/img/bili/hd/emoji_haixiu0009.png b/img/bili/hd/emoji_haixiu0009.png new file mode 100644 index 0000000..df7b714 Binary files /dev/null and b/img/bili/hd/emoji_haixiu0009.png differ diff --git a/img/bili/hd/emoji_haixiu0010.png b/img/bili/hd/emoji_haixiu0010.png new file mode 100644 index 0000000..df7b714 Binary files /dev/null and b/img/bili/hd/emoji_haixiu0010.png differ diff --git a/img/bili/hd/emoji_haixiu0011.png b/img/bili/hd/emoji_haixiu0011.png new file mode 100644 index 0000000..f1f3e3a Binary files /dev/null and b/img/bili/hd/emoji_haixiu0011.png differ diff --git a/img/bili/hd/emoji_haixiu0012.png b/img/bili/hd/emoji_haixiu0012.png new file mode 100644 index 0000000..0da7f05 Binary files /dev/null and b/img/bili/hd/emoji_haixiu0012.png differ diff --git a/img/bili/hd/emoji_haixiu0013.png b/img/bili/hd/emoji_haixiu0013.png new file mode 100644 index 0000000..02a94ae Binary files /dev/null and b/img/bili/hd/emoji_haixiu0013.png differ diff --git a/img/bili/hd/emoji_haixiu0014.png b/img/bili/hd/emoji_haixiu0014.png new file mode 100644 index 0000000..695d07e Binary files /dev/null and b/img/bili/hd/emoji_haixiu0014.png differ diff --git a/img/bili/hd/emoji_haixiu0015.png b/img/bili/hd/emoji_haixiu0015.png new file mode 100644 index 0000000..98c1e11 Binary files /dev/null and b/img/bili/hd/emoji_haixiu0015.png differ diff --git a/img/bili/hd/emoji_haixiu0016.png b/img/bili/hd/emoji_haixiu0016.png new file mode 100644 index 0000000..e264f6a Binary files /dev/null and b/img/bili/hd/emoji_haixiu0016.png differ diff --git a/img/bili/hd/emoji_haixiu0017.png b/img/bili/hd/emoji_haixiu0017.png new file mode 100644 index 0000000..195d0ef Binary files /dev/null and b/img/bili/hd/emoji_haixiu0017.png differ diff --git a/img/bili/hd/emoji_haixiu0018.png b/img/bili/hd/emoji_haixiu0018.png new file mode 100644 index 0000000..d4be26c Binary files /dev/null and b/img/bili/hd/emoji_haixiu0018.png differ diff --git a/img/bili/hd/emoji_haixiu0019.png b/img/bili/hd/emoji_haixiu0019.png new file mode 100644 index 0000000..41aff14 Binary files /dev/null and b/img/bili/hd/emoji_haixiu0019.png differ diff --git a/img/bili/hd/emoji_haixiu0020.png b/img/bili/hd/emoji_haixiu0020.png new file mode 100644 index 0000000..31d942d Binary files /dev/null and b/img/bili/hd/emoji_haixiu0020.png differ diff --git a/img/bili/hd/emoji_haixiu0021.png b/img/bili/hd/emoji_haixiu0021.png new file mode 100644 index 0000000..96afba4 Binary files /dev/null and b/img/bili/hd/emoji_haixiu0021.png differ diff --git a/img/bili/hd/emoji_haixiu0022.png b/img/bili/hd/emoji_haixiu0022.png new file mode 100644 index 0000000..810f8cc Binary files /dev/null and b/img/bili/hd/emoji_haixiu0022.png differ diff --git a/img/bili/hd/emoji_haixiu0023.png b/img/bili/hd/emoji_haixiu0023.png new file mode 100644 index 0000000..1e46567 Binary files /dev/null and b/img/bili/hd/emoji_haixiu0023.png differ diff --git a/img/bili/hd/emoji_haixiu0024.png b/img/bili/hd/emoji_haixiu0024.png new file mode 100644 index 0000000..3e3ac08 Binary files /dev/null and b/img/bili/hd/emoji_haixiu0024.png differ diff --git a/img/bili/hd/emoji_haixiu0025.png b/img/bili/hd/emoji_haixiu0025.png new file mode 100644 index 0000000..6f39d78 Binary files /dev/null and b/img/bili/hd/emoji_haixiu0025.png differ diff --git a/img/bili/hd/emoji_haixiu0026.png b/img/bili/hd/emoji_haixiu0026.png new file mode 100644 index 0000000..0d73d9c Binary files /dev/null and b/img/bili/hd/emoji_haixiu0026.png differ diff --git a/img/bili/hd/emoji_haixiu0027.png b/img/bili/hd/emoji_haixiu0027.png new file mode 100644 index 0000000..0aa7fb1 Binary files /dev/null and b/img/bili/hd/emoji_haixiu0027.png differ diff --git a/img/bili/hd/emoji_haixiu0028.png b/img/bili/hd/emoji_haixiu0028.png new file mode 100644 index 0000000..3a1b93c Binary files /dev/null and b/img/bili/hd/emoji_haixiu0028.png differ diff --git a/img/bili/hd/emoji_haixiu0029.png b/img/bili/hd/emoji_haixiu0029.png new file mode 100644 index 0000000..23be63e Binary files /dev/null and b/img/bili/hd/emoji_haixiu0029.png differ diff --git a/img/bili/hd/emoji_haixiu0030.png b/img/bili/hd/emoji_haixiu0030.png new file mode 100644 index 0000000..24bb8e6 Binary files /dev/null and b/img/bili/hd/emoji_haixiu0030.png differ diff --git a/img/bili/hd/emoji_haixiu0031.png b/img/bili/hd/emoji_haixiu0031.png new file mode 100644 index 0000000..26792b0 Binary files /dev/null and b/img/bili/hd/emoji_haixiu0031.png differ diff --git a/img/bili/hd/emoji_heirenwenhao0001.png b/img/bili/hd/emoji_heirenwenhao0001.png new file mode 100644 index 0000000..3511fff Binary files /dev/null and b/img/bili/hd/emoji_heirenwenhao0001.png differ diff --git a/img/bili/hd/emoji_heirenwenhao0002.png b/img/bili/hd/emoji_heirenwenhao0002.png new file mode 100644 index 0000000..1423680 Binary files /dev/null and b/img/bili/hd/emoji_heirenwenhao0002.png differ diff --git a/img/bili/hd/emoji_heirenwenhao0003.png b/img/bili/hd/emoji_heirenwenhao0003.png new file mode 100644 index 0000000..c8bf062 Binary files /dev/null and b/img/bili/hd/emoji_heirenwenhao0003.png differ diff --git a/img/bili/hd/emoji_heirenwenhao0004.png b/img/bili/hd/emoji_heirenwenhao0004.png new file mode 100644 index 0000000..e4b2f1f Binary files /dev/null and b/img/bili/hd/emoji_heirenwenhao0004.png differ diff --git a/img/bili/hd/emoji_heirenwenhao0005.png b/img/bili/hd/emoji_heirenwenhao0005.png new file mode 100644 index 0000000..c4c33a6 Binary files /dev/null and b/img/bili/hd/emoji_heirenwenhao0005.png differ diff --git a/img/bili/hd/emoji_heirenwenhao0006.png b/img/bili/hd/emoji_heirenwenhao0006.png new file mode 100644 index 0000000..99ff49a Binary files /dev/null and b/img/bili/hd/emoji_heirenwenhao0006.png differ diff --git a/img/bili/hd/emoji_heirenwenhao0007.png b/img/bili/hd/emoji_heirenwenhao0007.png new file mode 100644 index 0000000..b90b52a Binary files /dev/null and b/img/bili/hd/emoji_heirenwenhao0007.png differ diff --git a/img/bili/hd/emoji_heirenwenhao0008.png b/img/bili/hd/emoji_heirenwenhao0008.png new file mode 100644 index 0000000..dbbe1ab Binary files /dev/null and b/img/bili/hd/emoji_heirenwenhao0008.png differ diff --git a/img/bili/hd/emoji_heirenwenhao0009.png b/img/bili/hd/emoji_heirenwenhao0009.png new file mode 100644 index 0000000..78b09ec Binary files /dev/null and b/img/bili/hd/emoji_heirenwenhao0009.png differ diff --git a/img/bili/hd/emoji_heirenwenhao0010.png b/img/bili/hd/emoji_heirenwenhao0010.png new file mode 100644 index 0000000..118325e Binary files /dev/null and b/img/bili/hd/emoji_heirenwenhao0010.png differ diff --git a/img/bili/hd/emoji_heirenwenhao0011.png b/img/bili/hd/emoji_heirenwenhao0011.png new file mode 100644 index 0000000..4f44bf4 Binary files /dev/null and b/img/bili/hd/emoji_heirenwenhao0011.png differ diff --git a/img/bili/hd/emoji_heirenwenhao0012.png b/img/bili/hd/emoji_heirenwenhao0012.png new file mode 100644 index 0000000..947cc37 Binary files /dev/null and b/img/bili/hd/emoji_heirenwenhao0012.png differ diff --git a/img/bili/hd/emoji_heirenwenhao0013.png b/img/bili/hd/emoji_heirenwenhao0013.png new file mode 100644 index 0000000..29d6f99 Binary files /dev/null and b/img/bili/hd/emoji_heirenwenhao0013.png differ diff --git a/img/bili/hd/emoji_heirenwenhao0014.png b/img/bili/hd/emoji_heirenwenhao0014.png new file mode 100644 index 0000000..de801bb Binary files /dev/null and b/img/bili/hd/emoji_heirenwenhao0014.png differ diff --git a/img/bili/hd/emoji_heirenwenhao0015.png b/img/bili/hd/emoji_heirenwenhao0015.png new file mode 100644 index 0000000..b15cc5c Binary files /dev/null and b/img/bili/hd/emoji_heirenwenhao0015.png differ diff --git a/img/bili/hd/emoji_heirenwenhao0016.png b/img/bili/hd/emoji_heirenwenhao0016.png new file mode 100644 index 0000000..31e9262 Binary files /dev/null and b/img/bili/hd/emoji_heirenwenhao0016.png differ diff --git a/img/bili/hd/emoji_heirenwenhao0017.png b/img/bili/hd/emoji_heirenwenhao0017.png new file mode 100644 index 0000000..dcbefb5 Binary files /dev/null and b/img/bili/hd/emoji_heirenwenhao0017.png differ diff --git a/img/bili/hd/emoji_heirenwenhao0018.png b/img/bili/hd/emoji_heirenwenhao0018.png new file mode 100644 index 0000000..dcbefb5 Binary files /dev/null and b/img/bili/hd/emoji_heirenwenhao0018.png differ diff --git a/img/bili/hd/emoji_heirenwenhao0019.png b/img/bili/hd/emoji_heirenwenhao0019.png new file mode 100644 index 0000000..dcbefb5 Binary files /dev/null and b/img/bili/hd/emoji_heirenwenhao0019.png differ diff --git a/img/bili/hd/emoji_heirenwenhao0020.png b/img/bili/hd/emoji_heirenwenhao0020.png new file mode 100644 index 0000000..dcbefb5 Binary files /dev/null and b/img/bili/hd/emoji_heirenwenhao0020.png differ diff --git a/img/bili/hd/emoji_heirenwenhao0021.png b/img/bili/hd/emoji_heirenwenhao0021.png new file mode 100644 index 0000000..dcbefb5 Binary files /dev/null and b/img/bili/hd/emoji_heirenwenhao0021.png differ diff --git a/img/bili/hd/emoji_heirenwenhao0022.png b/img/bili/hd/emoji_heirenwenhao0022.png new file mode 100644 index 0000000..dcbefb5 Binary files /dev/null and b/img/bili/hd/emoji_heirenwenhao0022.png differ diff --git a/img/bili/hd/emoji_heirenwenhao0023.png b/img/bili/hd/emoji_heirenwenhao0023.png new file mode 100644 index 0000000..dcbefb5 Binary files /dev/null and b/img/bili/hd/emoji_heirenwenhao0023.png differ diff --git a/img/bili/hd/emoji_heirenwenhao0024.png b/img/bili/hd/emoji_heirenwenhao0024.png new file mode 100644 index 0000000..dcbefb5 Binary files /dev/null and b/img/bili/hd/emoji_heirenwenhao0024.png differ diff --git a/img/bili/hd/emoji_heirenwenhao0025.png b/img/bili/hd/emoji_heirenwenhao0025.png new file mode 100644 index 0000000..dcbefb5 Binary files /dev/null and b/img/bili/hd/emoji_heirenwenhao0025.png differ diff --git a/img/bili/hd/emoji_heirenwenhao0026.png b/img/bili/hd/emoji_heirenwenhao0026.png new file mode 100644 index 0000000..dcbefb5 Binary files /dev/null and b/img/bili/hd/emoji_heirenwenhao0026.png differ diff --git a/img/bili/hd/emoji_huaixiao0001.png b/img/bili/hd/emoji_huaixiao0001.png new file mode 100644 index 0000000..ce6f846 Binary files /dev/null and b/img/bili/hd/emoji_huaixiao0001.png differ diff --git a/img/bili/hd/emoji_huaixiao0002.png b/img/bili/hd/emoji_huaixiao0002.png new file mode 100644 index 0000000..3701288 Binary files /dev/null and b/img/bili/hd/emoji_huaixiao0002.png differ diff --git a/img/bili/hd/emoji_huaixiao0003.png b/img/bili/hd/emoji_huaixiao0003.png new file mode 100644 index 0000000..c1c8fc8 Binary files /dev/null and b/img/bili/hd/emoji_huaixiao0003.png differ diff --git a/img/bili/hd/emoji_huaixiao0004.png b/img/bili/hd/emoji_huaixiao0004.png new file mode 100644 index 0000000..0b45a17 Binary files /dev/null and b/img/bili/hd/emoji_huaixiao0004.png differ diff --git a/img/bili/hd/emoji_huaixiao0005.png b/img/bili/hd/emoji_huaixiao0005.png new file mode 100644 index 0000000..ead301a Binary files /dev/null and b/img/bili/hd/emoji_huaixiao0005.png differ diff --git a/img/bili/hd/emoji_huaixiao0006.png b/img/bili/hd/emoji_huaixiao0006.png new file mode 100644 index 0000000..ead301a Binary files /dev/null and b/img/bili/hd/emoji_huaixiao0006.png differ diff --git a/img/bili/hd/emoji_huaixiao0007.png b/img/bili/hd/emoji_huaixiao0007.png new file mode 100644 index 0000000..ead301a Binary files /dev/null and b/img/bili/hd/emoji_huaixiao0007.png differ diff --git a/img/bili/hd/emoji_huaixiao0008.png b/img/bili/hd/emoji_huaixiao0008.png new file mode 100644 index 0000000..ead301a Binary files /dev/null and b/img/bili/hd/emoji_huaixiao0008.png differ diff --git a/img/bili/hd/emoji_huaixiao0009.png b/img/bili/hd/emoji_huaixiao0009.png new file mode 100644 index 0000000..ead301a Binary files /dev/null and b/img/bili/hd/emoji_huaixiao0009.png differ diff --git a/img/bili/hd/emoji_huaixiao0010.png b/img/bili/hd/emoji_huaixiao0010.png new file mode 100644 index 0000000..1a13712 Binary files /dev/null and b/img/bili/hd/emoji_huaixiao0010.png differ diff --git a/img/bili/hd/emoji_huaixiao0011.png b/img/bili/hd/emoji_huaixiao0011.png new file mode 100644 index 0000000..e81a85e Binary files /dev/null and b/img/bili/hd/emoji_huaixiao0011.png differ diff --git a/img/bili/hd/emoji_huaixiao0012.png b/img/bili/hd/emoji_huaixiao0012.png new file mode 100644 index 0000000..77bc935 Binary files /dev/null and b/img/bili/hd/emoji_huaixiao0012.png differ diff --git a/img/bili/hd/emoji_huaixiao0013.png b/img/bili/hd/emoji_huaixiao0013.png new file mode 100644 index 0000000..b7e1a6d Binary files /dev/null and b/img/bili/hd/emoji_huaixiao0013.png differ diff --git a/img/bili/hd/emoji_huaixiao0014.png b/img/bili/hd/emoji_huaixiao0014.png new file mode 100644 index 0000000..3ba8d81 Binary files /dev/null and b/img/bili/hd/emoji_huaixiao0014.png differ diff --git a/img/bili/hd/emoji_huaixiao0015.png b/img/bili/hd/emoji_huaixiao0015.png new file mode 100644 index 0000000..c99ea4c Binary files /dev/null and b/img/bili/hd/emoji_huaixiao0015.png differ diff --git a/img/bili/hd/emoji_huaixiao0016.png b/img/bili/hd/emoji_huaixiao0016.png new file mode 100644 index 0000000..34fbd55 Binary files /dev/null and b/img/bili/hd/emoji_huaixiao0016.png differ diff --git a/img/bili/hd/emoji_huaixiao0017.png b/img/bili/hd/emoji_huaixiao0017.png new file mode 100644 index 0000000..417fa3d Binary files /dev/null and b/img/bili/hd/emoji_huaixiao0017.png differ diff --git a/img/bili/hd/emoji_huaixiao0018.png b/img/bili/hd/emoji_huaixiao0018.png new file mode 100644 index 0000000..34fbd55 Binary files /dev/null and b/img/bili/hd/emoji_huaixiao0018.png differ diff --git a/img/bili/hd/emoji_huaixiao0019.png b/img/bili/hd/emoji_huaixiao0019.png new file mode 100644 index 0000000..c99ea4c Binary files /dev/null and b/img/bili/hd/emoji_huaixiao0019.png differ diff --git a/img/bili/hd/emoji_huaixiao0020.png b/img/bili/hd/emoji_huaixiao0020.png new file mode 100644 index 0000000..34fbd55 Binary files /dev/null and b/img/bili/hd/emoji_huaixiao0020.png differ diff --git a/img/bili/hd/emoji_huaixiao0021.png b/img/bili/hd/emoji_huaixiao0021.png new file mode 100644 index 0000000..417fa3d Binary files /dev/null and b/img/bili/hd/emoji_huaixiao0021.png differ diff --git a/img/bili/hd/emoji_huaixiao0022.png b/img/bili/hd/emoji_huaixiao0022.png new file mode 100644 index 0000000..34fbd55 Binary files /dev/null and b/img/bili/hd/emoji_huaixiao0022.png differ diff --git a/img/bili/hd/emoji_huaixiao0023.png b/img/bili/hd/emoji_huaixiao0023.png new file mode 100644 index 0000000..c99ea4c Binary files /dev/null and b/img/bili/hd/emoji_huaixiao0023.png differ diff --git a/img/bili/hd/emoji_huaixiao0024.png b/img/bili/hd/emoji_huaixiao0024.png new file mode 100644 index 0000000..34fbd55 Binary files /dev/null and b/img/bili/hd/emoji_huaixiao0024.png differ diff --git a/img/bili/hd/emoji_huaixiao0025.png b/img/bili/hd/emoji_huaixiao0025.png new file mode 100644 index 0000000..417fa3d Binary files /dev/null and b/img/bili/hd/emoji_huaixiao0025.png differ diff --git a/img/bili/hd/emoji_huaixiao0026.png b/img/bili/hd/emoji_huaixiao0026.png new file mode 100644 index 0000000..34fbd55 Binary files /dev/null and b/img/bili/hd/emoji_huaixiao0026.png differ diff --git a/img/bili/hd/emoji_huaixiao0027.png b/img/bili/hd/emoji_huaixiao0027.png new file mode 100644 index 0000000..c99ea4c Binary files /dev/null and b/img/bili/hd/emoji_huaixiao0027.png differ diff --git a/img/bili/hd/emoji_huaixiao0028.png b/img/bili/hd/emoji_huaixiao0028.png new file mode 100644 index 0000000..34fbd55 Binary files /dev/null and b/img/bili/hd/emoji_huaixiao0028.png differ diff --git a/img/bili/hd/emoji_huaixiao0029.png b/img/bili/hd/emoji_huaixiao0029.png new file mode 100644 index 0000000..417fa3d Binary files /dev/null and b/img/bili/hd/emoji_huaixiao0029.png differ diff --git a/img/bili/hd/emoji_huaixiao0030.png b/img/bili/hd/emoji_huaixiao0030.png new file mode 100644 index 0000000..34fbd55 Binary files /dev/null and b/img/bili/hd/emoji_huaixiao0030.png differ diff --git a/img/bili/hd/emoji_huaixiao0031.png b/img/bili/hd/emoji_huaixiao0031.png new file mode 100644 index 0000000..c99ea4c Binary files /dev/null and b/img/bili/hd/emoji_huaixiao0031.png differ diff --git a/img/bili/hd/emoji_jingxia0001.png b/img/bili/hd/emoji_jingxia0001.png new file mode 100644 index 0000000..58e8051 Binary files /dev/null and b/img/bili/hd/emoji_jingxia0001.png differ diff --git a/img/bili/hd/emoji_jingxia0002.png b/img/bili/hd/emoji_jingxia0002.png new file mode 100644 index 0000000..e30bf37 Binary files /dev/null and b/img/bili/hd/emoji_jingxia0002.png differ diff --git a/img/bili/hd/emoji_jingxia0003.png b/img/bili/hd/emoji_jingxia0003.png new file mode 100644 index 0000000..70c41d6 Binary files /dev/null and b/img/bili/hd/emoji_jingxia0003.png differ diff --git a/img/bili/hd/emoji_jingxia0004.png b/img/bili/hd/emoji_jingxia0004.png new file mode 100644 index 0000000..312cb12 Binary files /dev/null and b/img/bili/hd/emoji_jingxia0004.png differ diff --git a/img/bili/hd/emoji_jingxia0005.png b/img/bili/hd/emoji_jingxia0005.png new file mode 100644 index 0000000..1c0b518 Binary files /dev/null and b/img/bili/hd/emoji_jingxia0005.png differ diff --git a/img/bili/hd/emoji_jingxia0006.png b/img/bili/hd/emoji_jingxia0006.png new file mode 100644 index 0000000..1f39f02 Binary files /dev/null and b/img/bili/hd/emoji_jingxia0006.png differ diff --git a/img/bili/hd/emoji_jingxia0007.png b/img/bili/hd/emoji_jingxia0007.png new file mode 100644 index 0000000..19db237 Binary files /dev/null and b/img/bili/hd/emoji_jingxia0007.png differ diff --git a/img/bili/hd/emoji_jingxia0008.png b/img/bili/hd/emoji_jingxia0008.png new file mode 100644 index 0000000..86eaa1c Binary files /dev/null and b/img/bili/hd/emoji_jingxia0008.png differ diff --git a/img/bili/hd/emoji_jingxia0009.png b/img/bili/hd/emoji_jingxia0009.png new file mode 100644 index 0000000..73d9c3f Binary files /dev/null and b/img/bili/hd/emoji_jingxia0009.png differ diff --git a/img/bili/hd/emoji_jingxia0010.png b/img/bili/hd/emoji_jingxia0010.png new file mode 100644 index 0000000..c92a759 Binary files /dev/null and b/img/bili/hd/emoji_jingxia0010.png differ diff --git a/img/bili/hd/emoji_jingxia0011.png b/img/bili/hd/emoji_jingxia0011.png new file mode 100644 index 0000000..ec7f014 Binary files /dev/null and b/img/bili/hd/emoji_jingxia0011.png differ diff --git a/img/bili/hd/emoji_jingxia0012.png b/img/bili/hd/emoji_jingxia0012.png new file mode 100644 index 0000000..97579e7 Binary files /dev/null and b/img/bili/hd/emoji_jingxia0012.png differ diff --git a/img/bili/hd/emoji_jingxia0013.png b/img/bili/hd/emoji_jingxia0013.png new file mode 100644 index 0000000..79229b0 Binary files /dev/null and b/img/bili/hd/emoji_jingxia0013.png differ diff --git a/img/bili/hd/emoji_jingxia0014.png b/img/bili/hd/emoji_jingxia0014.png new file mode 100644 index 0000000..b70a1bb Binary files /dev/null and b/img/bili/hd/emoji_jingxia0014.png differ diff --git a/img/bili/hd/emoji_jingxia0015.png b/img/bili/hd/emoji_jingxia0015.png new file mode 100644 index 0000000..fc44a92 Binary files /dev/null and b/img/bili/hd/emoji_jingxia0015.png differ diff --git a/img/bili/hd/emoji_jingxia0016.png b/img/bili/hd/emoji_jingxia0016.png new file mode 100644 index 0000000..6fde729 Binary files /dev/null and b/img/bili/hd/emoji_jingxia0016.png differ diff --git a/img/bili/hd/emoji_jingxia0017.png b/img/bili/hd/emoji_jingxia0017.png new file mode 100644 index 0000000..c77f7df Binary files /dev/null and b/img/bili/hd/emoji_jingxia0017.png differ diff --git a/img/bili/hd/emoji_jingxia0018.png b/img/bili/hd/emoji_jingxia0018.png new file mode 100644 index 0000000..4a7766b Binary files /dev/null and b/img/bili/hd/emoji_jingxia0018.png differ diff --git a/img/bili/hd/emoji_jingxia0019.png b/img/bili/hd/emoji_jingxia0019.png new file mode 100644 index 0000000..1fc1e57 Binary files /dev/null and b/img/bili/hd/emoji_jingxia0019.png differ diff --git a/img/bili/hd/emoji_jingxia0020.png b/img/bili/hd/emoji_jingxia0020.png new file mode 100644 index 0000000..b52b295 Binary files /dev/null and b/img/bili/hd/emoji_jingxia0020.png differ diff --git a/img/bili/hd/emoji_jingxia0021.png b/img/bili/hd/emoji_jingxia0021.png new file mode 100644 index 0000000..97d7734 Binary files /dev/null and b/img/bili/hd/emoji_jingxia0021.png differ diff --git a/img/bili/hd/emoji_jingxia0022.png b/img/bili/hd/emoji_jingxia0022.png new file mode 100644 index 0000000..47b7921 Binary files /dev/null and b/img/bili/hd/emoji_jingxia0022.png differ diff --git a/img/bili/hd/emoji_jingxia0023.png b/img/bili/hd/emoji_jingxia0023.png new file mode 100644 index 0000000..1bc3427 Binary files /dev/null and b/img/bili/hd/emoji_jingxia0023.png differ diff --git a/img/bili/hd/emoji_jingxia0024.png b/img/bili/hd/emoji_jingxia0024.png new file mode 100644 index 0000000..f6dad46 Binary files /dev/null and b/img/bili/hd/emoji_jingxia0024.png differ diff --git a/img/bili/hd/emoji_jingxia0025.png b/img/bili/hd/emoji_jingxia0025.png new file mode 100644 index 0000000..cf2d7f6 Binary files /dev/null and b/img/bili/hd/emoji_jingxia0025.png differ diff --git a/img/bili/hd/emoji_jingxia0026.png b/img/bili/hd/emoji_jingxia0026.png new file mode 100644 index 0000000..1977137 Binary files /dev/null and b/img/bili/hd/emoji_jingxia0026.png differ diff --git a/img/bili/hd/emoji_jingxia0027.png b/img/bili/hd/emoji_jingxia0027.png new file mode 100644 index 0000000..93c90d2 Binary files /dev/null and b/img/bili/hd/emoji_jingxia0027.png differ diff --git a/img/bili/hd/emoji_jingxia0028.png b/img/bili/hd/emoji_jingxia0028.png new file mode 100644 index 0000000..ab88835 Binary files /dev/null and b/img/bili/hd/emoji_jingxia0028.png differ diff --git a/img/bili/hd/emoji_jingxia0029.png b/img/bili/hd/emoji_jingxia0029.png new file mode 100644 index 0000000..10e6b0e Binary files /dev/null and b/img/bili/hd/emoji_jingxia0029.png differ diff --git a/img/bili/hd/emoji_jingxia0030.png b/img/bili/hd/emoji_jingxia0030.png new file mode 100644 index 0000000..0933865 Binary files /dev/null and b/img/bili/hd/emoji_jingxia0030.png differ diff --git a/img/bili/hd/emoji_jingxia0031.png b/img/bili/hd/emoji_jingxia0031.png new file mode 100644 index 0000000..e8191ee Binary files /dev/null and b/img/bili/hd/emoji_jingxia0031.png differ diff --git a/img/bili/hd/emoji_jingxia0032.png b/img/bili/hd/emoji_jingxia0032.png new file mode 100644 index 0000000..1db0dde Binary files /dev/null and b/img/bili/hd/emoji_jingxia0032.png differ diff --git a/img/bili/hd/emoji_keai0001.png b/img/bili/hd/emoji_keai0001.png new file mode 100644 index 0000000..09c1fb2 Binary files /dev/null and b/img/bili/hd/emoji_keai0001.png differ diff --git a/img/bili/hd/emoji_keai0002.png b/img/bili/hd/emoji_keai0002.png new file mode 100644 index 0000000..00cecf1 Binary files /dev/null and b/img/bili/hd/emoji_keai0002.png differ diff --git a/img/bili/hd/emoji_keai0003.png b/img/bili/hd/emoji_keai0003.png new file mode 100644 index 0000000..438301a Binary files /dev/null and b/img/bili/hd/emoji_keai0003.png differ diff --git a/img/bili/hd/emoji_keai0004.png b/img/bili/hd/emoji_keai0004.png new file mode 100644 index 0000000..3e091c1 Binary files /dev/null and b/img/bili/hd/emoji_keai0004.png differ diff --git a/img/bili/hd/emoji_keai0005.png b/img/bili/hd/emoji_keai0005.png new file mode 100644 index 0000000..98a40bd Binary files /dev/null and b/img/bili/hd/emoji_keai0005.png differ diff --git a/img/bili/hd/emoji_keai0006.png b/img/bili/hd/emoji_keai0006.png new file mode 100644 index 0000000..b8c7485 Binary files /dev/null and b/img/bili/hd/emoji_keai0006.png differ diff --git a/img/bili/hd/emoji_keai0007.png b/img/bili/hd/emoji_keai0007.png new file mode 100644 index 0000000..b8c7485 Binary files /dev/null and b/img/bili/hd/emoji_keai0007.png differ diff --git a/img/bili/hd/emoji_keai0008.png b/img/bili/hd/emoji_keai0008.png new file mode 100644 index 0000000..b8c7485 Binary files /dev/null and b/img/bili/hd/emoji_keai0008.png differ diff --git a/img/bili/hd/emoji_keai0009.png b/img/bili/hd/emoji_keai0009.png new file mode 100644 index 0000000..b8c7485 Binary files /dev/null and b/img/bili/hd/emoji_keai0009.png differ diff --git a/img/bili/hd/emoji_keai0010.png b/img/bili/hd/emoji_keai0010.png new file mode 100644 index 0000000..b8c7485 Binary files /dev/null and b/img/bili/hd/emoji_keai0010.png differ diff --git a/img/bili/hd/emoji_keai0011.png b/img/bili/hd/emoji_keai0011.png new file mode 100644 index 0000000..b8c7485 Binary files /dev/null and b/img/bili/hd/emoji_keai0011.png differ diff --git a/img/bili/hd/emoji_keai0012.png b/img/bili/hd/emoji_keai0012.png new file mode 100644 index 0000000..b8c7485 Binary files /dev/null and b/img/bili/hd/emoji_keai0012.png differ diff --git a/img/bili/hd/emoji_keai0013.png b/img/bili/hd/emoji_keai0013.png new file mode 100644 index 0000000..98a40bd Binary files /dev/null and b/img/bili/hd/emoji_keai0013.png differ diff --git a/img/bili/hd/emoji_keai0014.png b/img/bili/hd/emoji_keai0014.png new file mode 100644 index 0000000..39d58aa Binary files /dev/null and b/img/bili/hd/emoji_keai0014.png differ diff --git a/img/bili/hd/emoji_keai0015.png b/img/bili/hd/emoji_keai0015.png new file mode 100644 index 0000000..2afc9bc Binary files /dev/null and b/img/bili/hd/emoji_keai0015.png differ diff --git a/img/bili/hd/emoji_keai0016.png b/img/bili/hd/emoji_keai0016.png new file mode 100644 index 0000000..575aefe Binary files /dev/null and b/img/bili/hd/emoji_keai0016.png differ diff --git a/img/bili/hd/emoji_keai0017.png b/img/bili/hd/emoji_keai0017.png new file mode 100644 index 0000000..09c1fb2 Binary files /dev/null and b/img/bili/hd/emoji_keai0017.png differ diff --git a/img/bili/hd/emoji_koubizi0001.png b/img/bili/hd/emoji_koubizi0001.png new file mode 100644 index 0000000..9a08038 Binary files /dev/null and b/img/bili/hd/emoji_koubizi0001.png differ diff --git a/img/bili/hd/emoji_koubizi0002.png b/img/bili/hd/emoji_koubizi0002.png new file mode 100644 index 0000000..63d70ab Binary files /dev/null and b/img/bili/hd/emoji_koubizi0002.png differ diff --git a/img/bili/hd/emoji_koubizi0003.png b/img/bili/hd/emoji_koubizi0003.png new file mode 100644 index 0000000..bf01fd0 Binary files /dev/null and b/img/bili/hd/emoji_koubizi0003.png differ diff --git a/img/bili/hd/emoji_koubizi0004.png b/img/bili/hd/emoji_koubizi0004.png new file mode 100644 index 0000000..ae2aa6e Binary files /dev/null and b/img/bili/hd/emoji_koubizi0004.png differ diff --git a/img/bili/hd/emoji_koubizi0005.png b/img/bili/hd/emoji_koubizi0005.png new file mode 100644 index 0000000..8359a06 Binary files /dev/null and b/img/bili/hd/emoji_koubizi0005.png differ diff --git a/img/bili/hd/emoji_koubizi0006.png b/img/bili/hd/emoji_koubizi0006.png new file mode 100644 index 0000000..0aa55e8 Binary files /dev/null and b/img/bili/hd/emoji_koubizi0006.png differ diff --git a/img/bili/hd/emoji_koubizi0007.png b/img/bili/hd/emoji_koubizi0007.png new file mode 100644 index 0000000..122c466 Binary files /dev/null and b/img/bili/hd/emoji_koubizi0007.png differ diff --git a/img/bili/hd/emoji_koubizi0008.png b/img/bili/hd/emoji_koubizi0008.png new file mode 100644 index 0000000..1a30e00 Binary files /dev/null and b/img/bili/hd/emoji_koubizi0008.png differ diff --git a/img/bili/hd/emoji_koubizi0009.png b/img/bili/hd/emoji_koubizi0009.png new file mode 100644 index 0000000..2b92adf Binary files /dev/null and b/img/bili/hd/emoji_koubizi0009.png differ diff --git a/img/bili/hd/emoji_koubizi0010.png b/img/bili/hd/emoji_koubizi0010.png new file mode 100644 index 0000000..8b7c4ee Binary files /dev/null and b/img/bili/hd/emoji_koubizi0010.png differ diff --git a/img/bili/hd/emoji_koubizi0011.png b/img/bili/hd/emoji_koubizi0011.png new file mode 100644 index 0000000..e529bbe Binary files /dev/null and b/img/bili/hd/emoji_koubizi0011.png differ diff --git a/img/bili/hd/emoji_koubizi0012.png b/img/bili/hd/emoji_koubizi0012.png new file mode 100644 index 0000000..56b676c Binary files /dev/null and b/img/bili/hd/emoji_koubizi0012.png differ diff --git a/img/bili/hd/emoji_koubizi0013.png b/img/bili/hd/emoji_koubizi0013.png new file mode 100644 index 0000000..4fe1992 Binary files /dev/null and b/img/bili/hd/emoji_koubizi0013.png differ diff --git a/img/bili/hd/emoji_koubizi0014.png b/img/bili/hd/emoji_koubizi0014.png new file mode 100644 index 0000000..e033456 Binary files /dev/null and b/img/bili/hd/emoji_koubizi0014.png differ diff --git a/img/bili/hd/emoji_koubizi0015.png b/img/bili/hd/emoji_koubizi0015.png new file mode 100644 index 0000000..1f0b4df Binary files /dev/null and b/img/bili/hd/emoji_koubizi0015.png differ diff --git a/img/bili/hd/emoji_koubizi0016.png b/img/bili/hd/emoji_koubizi0016.png new file mode 100644 index 0000000..d256037 Binary files /dev/null and b/img/bili/hd/emoji_koubizi0016.png differ diff --git a/img/bili/hd/emoji_koubizi0017.png b/img/bili/hd/emoji_koubizi0017.png new file mode 100644 index 0000000..d05d636 Binary files /dev/null and b/img/bili/hd/emoji_koubizi0017.png differ diff --git a/img/bili/hd/emoji_koubizi0018.png b/img/bili/hd/emoji_koubizi0018.png new file mode 100644 index 0000000..93ae160 Binary files /dev/null and b/img/bili/hd/emoji_koubizi0018.png differ diff --git a/img/bili/hd/emoji_koubizi0019.png b/img/bili/hd/emoji_koubizi0019.png new file mode 100644 index 0000000..a2eb517 Binary files /dev/null and b/img/bili/hd/emoji_koubizi0019.png differ diff --git a/img/bili/hd/emoji_koubizi0020.png b/img/bili/hd/emoji_koubizi0020.png new file mode 100644 index 0000000..ebee7b0 Binary files /dev/null and b/img/bili/hd/emoji_koubizi0020.png differ diff --git a/img/bili/hd/emoji_koubizi0021.png b/img/bili/hd/emoji_koubizi0021.png new file mode 100644 index 0000000..8a20628 Binary files /dev/null and b/img/bili/hd/emoji_koubizi0021.png differ diff --git a/img/bili/hd/emoji_koubizi0022.png b/img/bili/hd/emoji_koubizi0022.png new file mode 100644 index 0000000..e96ccbf Binary files /dev/null and b/img/bili/hd/emoji_koubizi0022.png differ diff --git a/img/bili/hd/emoji_koubizi0023.png b/img/bili/hd/emoji_koubizi0023.png new file mode 100644 index 0000000..2896d78 Binary files /dev/null and b/img/bili/hd/emoji_koubizi0023.png differ diff --git a/img/bili/hd/emoji_koubizi0024.png b/img/bili/hd/emoji_koubizi0024.png new file mode 100644 index 0000000..5b959b3 Binary files /dev/null and b/img/bili/hd/emoji_koubizi0024.png differ diff --git a/img/bili/hd/emoji_koubizi0025.png b/img/bili/hd/emoji_koubizi0025.png new file mode 100644 index 0000000..90bff5e Binary files /dev/null and b/img/bili/hd/emoji_koubizi0025.png differ diff --git a/img/bili/hd/emoji_koubizi0026.png b/img/bili/hd/emoji_koubizi0026.png new file mode 100644 index 0000000..90bff5e Binary files /dev/null and b/img/bili/hd/emoji_koubizi0026.png differ diff --git a/img/bili/hd/emoji_koubizi0027.png b/img/bili/hd/emoji_koubizi0027.png new file mode 100644 index 0000000..90bff5e Binary files /dev/null and b/img/bili/hd/emoji_koubizi0027.png differ diff --git a/img/bili/hd/emoji_koubizi0028.png b/img/bili/hd/emoji_koubizi0028.png new file mode 100644 index 0000000..90bff5e Binary files /dev/null and b/img/bili/hd/emoji_koubizi0028.png differ diff --git a/img/bili/hd/emoji_koubizi0029.png b/img/bili/hd/emoji_koubizi0029.png new file mode 100644 index 0000000..90bff5e Binary files /dev/null and b/img/bili/hd/emoji_koubizi0029.png differ diff --git a/img/bili/hd/emoji_koubizi0030.png b/img/bili/hd/emoji_koubizi0030.png new file mode 100644 index 0000000..90bff5e Binary files /dev/null and b/img/bili/hd/emoji_koubizi0030.png differ diff --git a/img/bili/hd/emoji_kun0001.png b/img/bili/hd/emoji_kun0001.png new file mode 100644 index 0000000..fe44692 Binary files /dev/null and b/img/bili/hd/emoji_kun0001.png differ diff --git a/img/bili/hd/emoji_kun0002.png b/img/bili/hd/emoji_kun0002.png new file mode 100644 index 0000000..aa00cdd Binary files /dev/null and b/img/bili/hd/emoji_kun0002.png differ diff --git a/img/bili/hd/emoji_kun0003.png b/img/bili/hd/emoji_kun0003.png new file mode 100644 index 0000000..6949a15 Binary files /dev/null and b/img/bili/hd/emoji_kun0003.png differ diff --git a/img/bili/hd/emoji_kun0004.png b/img/bili/hd/emoji_kun0004.png new file mode 100644 index 0000000..cdbd5f3 Binary files /dev/null and b/img/bili/hd/emoji_kun0004.png differ diff --git a/img/bili/hd/emoji_kun0005.png b/img/bili/hd/emoji_kun0005.png new file mode 100644 index 0000000..e2964e7 Binary files /dev/null and b/img/bili/hd/emoji_kun0005.png differ diff --git a/img/bili/hd/emoji_kun0006.png b/img/bili/hd/emoji_kun0006.png new file mode 100644 index 0000000..c228f65 Binary files /dev/null and b/img/bili/hd/emoji_kun0006.png differ diff --git a/img/bili/hd/emoji_kun0007.png b/img/bili/hd/emoji_kun0007.png new file mode 100644 index 0000000..927ac65 Binary files /dev/null and b/img/bili/hd/emoji_kun0007.png differ diff --git a/img/bili/hd/emoji_kun0008.png b/img/bili/hd/emoji_kun0008.png new file mode 100644 index 0000000..3239e6c Binary files /dev/null and b/img/bili/hd/emoji_kun0008.png differ diff --git a/img/bili/hd/emoji_kun0009.png b/img/bili/hd/emoji_kun0009.png new file mode 100644 index 0000000..68b9d0b Binary files /dev/null and b/img/bili/hd/emoji_kun0009.png differ diff --git a/img/bili/hd/emoji_kun0010.png b/img/bili/hd/emoji_kun0010.png new file mode 100644 index 0000000..af00901 Binary files /dev/null and b/img/bili/hd/emoji_kun0010.png differ diff --git a/img/bili/hd/emoji_kun0011.png b/img/bili/hd/emoji_kun0011.png new file mode 100644 index 0000000..039496c Binary files /dev/null and b/img/bili/hd/emoji_kun0011.png differ diff --git a/img/bili/hd/emoji_kun0012.png b/img/bili/hd/emoji_kun0012.png new file mode 100644 index 0000000..039496c Binary files /dev/null and b/img/bili/hd/emoji_kun0012.png differ diff --git a/img/bili/hd/emoji_kun0013.png b/img/bili/hd/emoji_kun0013.png new file mode 100644 index 0000000..039496c Binary files /dev/null and b/img/bili/hd/emoji_kun0013.png differ diff --git a/img/bili/hd/emoji_kun0014.png b/img/bili/hd/emoji_kun0014.png new file mode 100644 index 0000000..039496c Binary files /dev/null and b/img/bili/hd/emoji_kun0014.png differ diff --git a/img/bili/hd/emoji_kun0015.png b/img/bili/hd/emoji_kun0015.png new file mode 100644 index 0000000..039496c Binary files /dev/null and b/img/bili/hd/emoji_kun0015.png differ diff --git a/img/bili/hd/emoji_kun0016.png b/img/bili/hd/emoji_kun0016.png new file mode 100644 index 0000000..039496c Binary files /dev/null and b/img/bili/hd/emoji_kun0016.png differ diff --git a/img/bili/hd/emoji_kun0017.png b/img/bili/hd/emoji_kun0017.png new file mode 100644 index 0000000..3c7d061 Binary files /dev/null and b/img/bili/hd/emoji_kun0017.png differ diff --git a/img/bili/hd/emoji_kun0018.png b/img/bili/hd/emoji_kun0018.png new file mode 100644 index 0000000..0373de6 Binary files /dev/null and b/img/bili/hd/emoji_kun0018.png differ diff --git a/img/bili/hd/emoji_kun0019.png b/img/bili/hd/emoji_kun0019.png new file mode 100644 index 0000000..cb38ddb Binary files /dev/null and b/img/bili/hd/emoji_kun0019.png differ diff --git a/img/bili/hd/emoji_kun0020.png b/img/bili/hd/emoji_kun0020.png new file mode 100644 index 0000000..8fe882a Binary files /dev/null and b/img/bili/hd/emoji_kun0020.png differ diff --git a/img/bili/hd/emoji_kun0021.png b/img/bili/hd/emoji_kun0021.png new file mode 100644 index 0000000..0b8d21f Binary files /dev/null and b/img/bili/hd/emoji_kun0021.png differ diff --git a/img/bili/hd/emoji_kun0022.png b/img/bili/hd/emoji_kun0022.png new file mode 100644 index 0000000..cb9e7d1 Binary files /dev/null and b/img/bili/hd/emoji_kun0022.png differ diff --git a/img/bili/hd/emoji_kun0023.png b/img/bili/hd/emoji_kun0023.png new file mode 100644 index 0000000..dfd14aa Binary files /dev/null and b/img/bili/hd/emoji_kun0023.png differ diff --git a/img/bili/hd/emoji_kun0024.png b/img/bili/hd/emoji_kun0024.png new file mode 100644 index 0000000..d689f21 Binary files /dev/null and b/img/bili/hd/emoji_kun0024.png differ diff --git a/img/bili/hd/emoji_kun0025.png b/img/bili/hd/emoji_kun0025.png new file mode 100644 index 0000000..b7812e1 Binary files /dev/null and b/img/bili/hd/emoji_kun0025.png differ diff --git a/img/bili/hd/emoji_kun0026.png b/img/bili/hd/emoji_kun0026.png new file mode 100644 index 0000000..69023b9 Binary files /dev/null and b/img/bili/hd/emoji_kun0026.png differ diff --git a/img/bili/hd/emoji_kun0027.png b/img/bili/hd/emoji_kun0027.png new file mode 100644 index 0000000..3c59d00 Binary files /dev/null and b/img/bili/hd/emoji_kun0027.png differ diff --git a/img/bili/hd/emoji_kun0028.png b/img/bili/hd/emoji_kun0028.png new file mode 100644 index 0000000..53cd8c5 Binary files /dev/null and b/img/bili/hd/emoji_kun0028.png differ diff --git a/img/bili/hd/emoji_kun0029.png b/img/bili/hd/emoji_kun0029.png new file mode 100644 index 0000000..3c7d061 Binary files /dev/null and b/img/bili/hd/emoji_kun0029.png differ diff --git a/img/bili/hd/emoji_kun0030.png b/img/bili/hd/emoji_kun0030.png new file mode 100644 index 0000000..3c7d061 Binary files /dev/null and b/img/bili/hd/emoji_kun0030.png differ diff --git a/img/bili/hd/emoji_kun0031.png b/img/bili/hd/emoji_kun0031.png new file mode 100644 index 0000000..3c7d061 Binary files /dev/null and b/img/bili/hd/emoji_kun0031.png differ diff --git a/img/bili/hd/emoji_kun0032.png b/img/bili/hd/emoji_kun0032.png new file mode 100644 index 0000000..3c7d061 Binary files /dev/null and b/img/bili/hd/emoji_kun0032.png differ diff --git a/img/bili/hd/emoji_kun0033.png b/img/bili/hd/emoji_kun0033.png new file mode 100644 index 0000000..3c7d061 Binary files /dev/null and b/img/bili/hd/emoji_kun0033.png differ diff --git a/img/bili/hd/emoji_kun0034.png b/img/bili/hd/emoji_kun0034.png new file mode 100644 index 0000000..3c7d061 Binary files /dev/null and b/img/bili/hd/emoji_kun0034.png differ diff --git a/img/bili/hd/emoji_kun0035.png b/img/bili/hd/emoji_kun0035.png new file mode 100644 index 0000000..3c7d061 Binary files /dev/null and b/img/bili/hd/emoji_kun0035.png differ diff --git a/img/bili/hd/emoji_kun0036.png b/img/bili/hd/emoji_kun0036.png new file mode 100644 index 0000000..3c7d061 Binary files /dev/null and b/img/bili/hd/emoji_kun0036.png differ diff --git a/img/bili/hd/emoji_kun0037.png b/img/bili/hd/emoji_kun0037.png new file mode 100644 index 0000000..3c7d061 Binary files /dev/null and b/img/bili/hd/emoji_kun0037.png differ diff --git a/img/bili/hd/emoji_kun0038.png b/img/bili/hd/emoji_kun0038.png new file mode 100644 index 0000000..3c7d061 Binary files /dev/null and b/img/bili/hd/emoji_kun0038.png differ diff --git a/img/bili/hd/emoji_kun0039.png b/img/bili/hd/emoji_kun0039.png new file mode 100644 index 0000000..3c7d061 Binary files /dev/null and b/img/bili/hd/emoji_kun0039.png differ diff --git a/img/bili/hd/emoji_kun0040.png b/img/bili/hd/emoji_kun0040.png new file mode 100644 index 0000000..3c7d061 Binary files /dev/null and b/img/bili/hd/emoji_kun0040.png differ diff --git a/img/bili/hd/emoji_kun0041.png b/img/bili/hd/emoji_kun0041.png new file mode 100644 index 0000000..3c7d061 Binary files /dev/null and b/img/bili/hd/emoji_kun0041.png differ diff --git a/img/bili/hd/emoji_kun0042.png b/img/bili/hd/emoji_kun0042.png new file mode 100644 index 0000000..3c7d061 Binary files /dev/null and b/img/bili/hd/emoji_kun0042.png differ diff --git a/img/bili/hd/emoji_kun0043.png b/img/bili/hd/emoji_kun0043.png new file mode 100644 index 0000000..3c7d061 Binary files /dev/null and b/img/bili/hd/emoji_kun0043.png differ diff --git a/img/bili/hd/emoji_kun0044.png b/img/bili/hd/emoji_kun0044.png new file mode 100644 index 0000000..fe44692 Binary files /dev/null and b/img/bili/hd/emoji_kun0044.png differ diff --git a/img/bili/hd/emoji_liubixue0001.png b/img/bili/hd/emoji_liubixue0001.png new file mode 100644 index 0000000..d003b80 Binary files /dev/null and b/img/bili/hd/emoji_liubixue0001.png differ diff --git a/img/bili/hd/emoji_liubixue0002.png b/img/bili/hd/emoji_liubixue0002.png new file mode 100644 index 0000000..6ef8620 Binary files /dev/null and b/img/bili/hd/emoji_liubixue0002.png differ diff --git a/img/bili/hd/emoji_liubixue0003.png b/img/bili/hd/emoji_liubixue0003.png new file mode 100644 index 0000000..3ab6b7a Binary files /dev/null and b/img/bili/hd/emoji_liubixue0003.png differ diff --git a/img/bili/hd/emoji_liubixue0004.png b/img/bili/hd/emoji_liubixue0004.png new file mode 100644 index 0000000..7c13b99 Binary files /dev/null and b/img/bili/hd/emoji_liubixue0004.png differ diff --git a/img/bili/hd/emoji_liubixue0005.png b/img/bili/hd/emoji_liubixue0005.png new file mode 100644 index 0000000..87dadd2 Binary files /dev/null and b/img/bili/hd/emoji_liubixue0005.png differ diff --git a/img/bili/hd/emoji_liubixue0006.png b/img/bili/hd/emoji_liubixue0006.png new file mode 100644 index 0000000..c224feb Binary files /dev/null and b/img/bili/hd/emoji_liubixue0006.png differ diff --git a/img/bili/hd/emoji_liubixue0007.png b/img/bili/hd/emoji_liubixue0007.png new file mode 100644 index 0000000..608ef70 Binary files /dev/null and b/img/bili/hd/emoji_liubixue0007.png differ diff --git a/img/bili/hd/emoji_liubixue0008.png b/img/bili/hd/emoji_liubixue0008.png new file mode 100644 index 0000000..64ce5a5 Binary files /dev/null and b/img/bili/hd/emoji_liubixue0008.png differ diff --git a/img/bili/hd/emoji_liubixue0009.png b/img/bili/hd/emoji_liubixue0009.png new file mode 100644 index 0000000..9303e23 Binary files /dev/null and b/img/bili/hd/emoji_liubixue0009.png differ diff --git a/img/bili/hd/emoji_liubixue0010.png b/img/bili/hd/emoji_liubixue0010.png new file mode 100644 index 0000000..2df771a Binary files /dev/null and b/img/bili/hd/emoji_liubixue0010.png differ diff --git a/img/bili/hd/emoji_liubixue0011.png b/img/bili/hd/emoji_liubixue0011.png new file mode 100644 index 0000000..b30ae64 Binary files /dev/null and b/img/bili/hd/emoji_liubixue0011.png differ diff --git a/img/bili/hd/emoji_liubixue0012.png b/img/bili/hd/emoji_liubixue0012.png new file mode 100644 index 0000000..38a1fb9 Binary files /dev/null and b/img/bili/hd/emoji_liubixue0012.png differ diff --git a/img/bili/hd/emoji_liubixue0013.png b/img/bili/hd/emoji_liubixue0013.png new file mode 100644 index 0000000..1686ec8 Binary files /dev/null and b/img/bili/hd/emoji_liubixue0013.png differ diff --git a/img/bili/hd/emoji_liubixue0014.png b/img/bili/hd/emoji_liubixue0014.png new file mode 100644 index 0000000..f01a49b Binary files /dev/null and b/img/bili/hd/emoji_liubixue0014.png differ diff --git a/img/bili/hd/emoji_liubixue0015.png b/img/bili/hd/emoji_liubixue0015.png new file mode 100644 index 0000000..f2fb6c9 Binary files /dev/null and b/img/bili/hd/emoji_liubixue0015.png differ diff --git a/img/bili/hd/emoji_liubixue0016.png b/img/bili/hd/emoji_liubixue0016.png new file mode 100644 index 0000000..c1d8fd5 Binary files /dev/null and b/img/bili/hd/emoji_liubixue0016.png differ diff --git a/img/bili/hd/emoji_liubixue0017.png b/img/bili/hd/emoji_liubixue0017.png new file mode 100644 index 0000000..ebe6676 Binary files /dev/null and b/img/bili/hd/emoji_liubixue0017.png differ diff --git a/img/bili/hd/emoji_liubixue0018.png b/img/bili/hd/emoji_liubixue0018.png new file mode 100644 index 0000000..472ab23 Binary files /dev/null and b/img/bili/hd/emoji_liubixue0018.png differ diff --git a/img/bili/hd/emoji_liubixue0019.png b/img/bili/hd/emoji_liubixue0019.png new file mode 100644 index 0000000..4aa0409 Binary files /dev/null and b/img/bili/hd/emoji_liubixue0019.png differ diff --git a/img/bili/hd/emoji_liubixue0020.png b/img/bili/hd/emoji_liubixue0020.png new file mode 100644 index 0000000..75c0b42 Binary files /dev/null and b/img/bili/hd/emoji_liubixue0020.png differ diff --git a/img/bili/hd/emoji_liubixue0021.png b/img/bili/hd/emoji_liubixue0021.png new file mode 100644 index 0000000..ddade64 Binary files /dev/null and b/img/bili/hd/emoji_liubixue0021.png differ diff --git a/img/bili/hd/emoji_liubixue0022.png b/img/bili/hd/emoji_liubixue0022.png new file mode 100644 index 0000000..80663f1 Binary files /dev/null and b/img/bili/hd/emoji_liubixue0022.png differ diff --git a/img/bili/hd/emoji_liubixue0023.png b/img/bili/hd/emoji_liubixue0023.png new file mode 100644 index 0000000..7f6751f Binary files /dev/null and b/img/bili/hd/emoji_liubixue0023.png differ diff --git a/img/bili/hd/emoji_liubixue0024.png b/img/bili/hd/emoji_liubixue0024.png new file mode 100644 index 0000000..a9c4b3d Binary files /dev/null and b/img/bili/hd/emoji_liubixue0024.png differ diff --git a/img/bili/hd/emoji_liubixue0025.png b/img/bili/hd/emoji_liubixue0025.png new file mode 100644 index 0000000..8887f6e Binary files /dev/null and b/img/bili/hd/emoji_liubixue0025.png differ diff --git a/img/bili/hd/emoji_liubixue0026.png b/img/bili/hd/emoji_liubixue0026.png new file mode 100644 index 0000000..8887f6e Binary files /dev/null and b/img/bili/hd/emoji_liubixue0026.png differ diff --git a/img/bili/hd/emoji_liubixue0027.png b/img/bili/hd/emoji_liubixue0027.png new file mode 100644 index 0000000..8887f6e Binary files /dev/null and b/img/bili/hd/emoji_liubixue0027.png differ diff --git a/img/bili/hd/emoji_liubixue0028.png b/img/bili/hd/emoji_liubixue0028.png new file mode 100644 index 0000000..8887f6e Binary files /dev/null and b/img/bili/hd/emoji_liubixue0028.png differ diff --git a/img/bili/hd/emoji_liubixue0029.png b/img/bili/hd/emoji_liubixue0029.png new file mode 100644 index 0000000..8887f6e Binary files /dev/null and b/img/bili/hd/emoji_liubixue0029.png differ diff --git a/img/bili/hd/emoji_liubixue0030.png b/img/bili/hd/emoji_liubixue0030.png new file mode 100644 index 0000000..8887f6e Binary files /dev/null and b/img/bili/hd/emoji_liubixue0030.png differ diff --git a/img/bili/hd/emoji_liubixue0031.png b/img/bili/hd/emoji_liubixue0031.png new file mode 100644 index 0000000..8887f6e Binary files /dev/null and b/img/bili/hd/emoji_liubixue0031.png differ diff --git a/img/bili/hd/emoji_liubixue0032.png b/img/bili/hd/emoji_liubixue0032.png new file mode 100644 index 0000000..8887f6e Binary files /dev/null and b/img/bili/hd/emoji_liubixue0032.png differ diff --git a/img/bili/hd/emoji_liubixue0033.png b/img/bili/hd/emoji_liubixue0033.png new file mode 100644 index 0000000..8887f6e Binary files /dev/null and b/img/bili/hd/emoji_liubixue0033.png differ diff --git a/img/bili/hd/emoji_liubixue0034.png b/img/bili/hd/emoji_liubixue0034.png new file mode 100644 index 0000000..8887f6e Binary files /dev/null and b/img/bili/hd/emoji_liubixue0034.png differ diff --git a/img/bili/hd/emoji_liubixue0035.png b/img/bili/hd/emoji_liubixue0035.png new file mode 100644 index 0000000..8887f6e Binary files /dev/null and b/img/bili/hd/emoji_liubixue0035.png differ diff --git a/img/bili/hd/emoji_liuhan0001.png b/img/bili/hd/emoji_liuhan0001.png new file mode 100644 index 0000000..89d5abe Binary files /dev/null and b/img/bili/hd/emoji_liuhan0001.png differ diff --git a/img/bili/hd/emoji_liuhan0002.png b/img/bili/hd/emoji_liuhan0002.png new file mode 100644 index 0000000..89d5abe Binary files /dev/null and b/img/bili/hd/emoji_liuhan0002.png differ diff --git a/img/bili/hd/emoji_liuhan0003.png b/img/bili/hd/emoji_liuhan0003.png new file mode 100644 index 0000000..70588c8 Binary files /dev/null and b/img/bili/hd/emoji_liuhan0003.png differ diff --git a/img/bili/hd/emoji_liuhan0004.png b/img/bili/hd/emoji_liuhan0004.png new file mode 100644 index 0000000..c3d7765 Binary files /dev/null and b/img/bili/hd/emoji_liuhan0004.png differ diff --git a/img/bili/hd/emoji_liuhan0005.png b/img/bili/hd/emoji_liuhan0005.png new file mode 100644 index 0000000..b9886a9 Binary files /dev/null and b/img/bili/hd/emoji_liuhan0005.png differ diff --git a/img/bili/hd/emoji_liuhan0006.png b/img/bili/hd/emoji_liuhan0006.png new file mode 100644 index 0000000..40803ba Binary files /dev/null and b/img/bili/hd/emoji_liuhan0006.png differ diff --git a/img/bili/hd/emoji_liuhan0007.png b/img/bili/hd/emoji_liuhan0007.png new file mode 100644 index 0000000..7273543 Binary files /dev/null and b/img/bili/hd/emoji_liuhan0007.png differ diff --git a/img/bili/hd/emoji_liuhan0008.png b/img/bili/hd/emoji_liuhan0008.png new file mode 100644 index 0000000..e79e9de Binary files /dev/null and b/img/bili/hd/emoji_liuhan0008.png differ diff --git a/img/bili/hd/emoji_liuhan0009.png b/img/bili/hd/emoji_liuhan0009.png new file mode 100644 index 0000000..3fb101d Binary files /dev/null and b/img/bili/hd/emoji_liuhan0009.png differ diff --git a/img/bili/hd/emoji_liuhan0010.png b/img/bili/hd/emoji_liuhan0010.png new file mode 100644 index 0000000..a9c2ada Binary files /dev/null and b/img/bili/hd/emoji_liuhan0010.png differ diff --git a/img/bili/hd/emoji_liuhan0011.png b/img/bili/hd/emoji_liuhan0011.png new file mode 100644 index 0000000..effe222 Binary files /dev/null and b/img/bili/hd/emoji_liuhan0011.png differ diff --git a/img/bili/hd/emoji_liuhan0012.png b/img/bili/hd/emoji_liuhan0012.png new file mode 100644 index 0000000..4ec872d Binary files /dev/null and b/img/bili/hd/emoji_liuhan0012.png differ diff --git a/img/bili/hd/emoji_liuhan0013.png b/img/bili/hd/emoji_liuhan0013.png new file mode 100644 index 0000000..21affe2 Binary files /dev/null and b/img/bili/hd/emoji_liuhan0013.png differ diff --git a/img/bili/hd/emoji_liuhan0014.png b/img/bili/hd/emoji_liuhan0014.png new file mode 100644 index 0000000..2d19d93 Binary files /dev/null and b/img/bili/hd/emoji_liuhan0014.png differ diff --git a/img/bili/hd/emoji_liuhan0015.png b/img/bili/hd/emoji_liuhan0015.png new file mode 100644 index 0000000..ff4df2e Binary files /dev/null and b/img/bili/hd/emoji_liuhan0015.png differ diff --git a/img/bili/hd/emoji_liuhan0016.png b/img/bili/hd/emoji_liuhan0016.png new file mode 100644 index 0000000..f3bd0dc Binary files /dev/null and b/img/bili/hd/emoji_liuhan0016.png differ diff --git a/img/bili/hd/emoji_liuhan0017.png b/img/bili/hd/emoji_liuhan0017.png new file mode 100644 index 0000000..89d5abe Binary files /dev/null and b/img/bili/hd/emoji_liuhan0017.png differ diff --git a/img/bili/hd/emoji_liuhan0018.png b/img/bili/hd/emoji_liuhan0018.png new file mode 100644 index 0000000..8375333 Binary files /dev/null and b/img/bili/hd/emoji_liuhan0018.png differ diff --git a/img/bili/hd/emoji_liuhan0019.png b/img/bili/hd/emoji_liuhan0019.png new file mode 100644 index 0000000..8375333 Binary files /dev/null and b/img/bili/hd/emoji_liuhan0019.png differ diff --git a/img/bili/hd/emoji_liuhan0020.png b/img/bili/hd/emoji_liuhan0020.png new file mode 100644 index 0000000..8375333 Binary files /dev/null and b/img/bili/hd/emoji_liuhan0020.png differ diff --git a/img/bili/hd/emoji_liuhan0021.png b/img/bili/hd/emoji_liuhan0021.png new file mode 100644 index 0000000..8375333 Binary files /dev/null and b/img/bili/hd/emoji_liuhan0021.png differ diff --git a/img/bili/hd/emoji_liuhan0022.png b/img/bili/hd/emoji_liuhan0022.png new file mode 100644 index 0000000..8375333 Binary files /dev/null and b/img/bili/hd/emoji_liuhan0022.png differ diff --git a/img/bili/hd/emoji_liuhan0023.png b/img/bili/hd/emoji_liuhan0023.png new file mode 100644 index 0000000..8375333 Binary files /dev/null and b/img/bili/hd/emoji_liuhan0023.png differ diff --git a/img/bili/hd/emoji_liuhan0024.png b/img/bili/hd/emoji_liuhan0024.png new file mode 100644 index 0000000..8375333 Binary files /dev/null and b/img/bili/hd/emoji_liuhan0024.png differ diff --git a/img/bili/hd/emoji_liuhan0025.png b/img/bili/hd/emoji_liuhan0025.png new file mode 100644 index 0000000..8375333 Binary files /dev/null and b/img/bili/hd/emoji_liuhan0025.png differ diff --git a/img/bili/hd/emoji_liuhan0026.png b/img/bili/hd/emoji_liuhan0026.png new file mode 100644 index 0000000..8375333 Binary files /dev/null and b/img/bili/hd/emoji_liuhan0026.png differ diff --git a/img/bili/hd/emoji_liuhan0027.png b/img/bili/hd/emoji_liuhan0027.png new file mode 100644 index 0000000..8375333 Binary files /dev/null and b/img/bili/hd/emoji_liuhan0027.png differ diff --git a/img/bili/hd/emoji_miantian0001.png b/img/bili/hd/emoji_miantian0001.png new file mode 100644 index 0000000..0fc953f Binary files /dev/null and b/img/bili/hd/emoji_miantian0001.png differ diff --git a/img/bili/hd/emoji_miantian0002.png b/img/bili/hd/emoji_miantian0002.png new file mode 100644 index 0000000..444f787 Binary files /dev/null and b/img/bili/hd/emoji_miantian0002.png differ diff --git a/img/bili/hd/emoji_miantian0003.png b/img/bili/hd/emoji_miantian0003.png new file mode 100644 index 0000000..edddb6f Binary files /dev/null and b/img/bili/hd/emoji_miantian0003.png differ diff --git a/img/bili/hd/emoji_miantian0004.png b/img/bili/hd/emoji_miantian0004.png new file mode 100644 index 0000000..97d365e Binary files /dev/null and b/img/bili/hd/emoji_miantian0004.png differ diff --git a/img/bili/hd/emoji_miantian0005.png b/img/bili/hd/emoji_miantian0005.png new file mode 100644 index 0000000..650319b Binary files /dev/null and b/img/bili/hd/emoji_miantian0005.png differ diff --git a/img/bili/hd/emoji_miantian0006.png b/img/bili/hd/emoji_miantian0006.png new file mode 100644 index 0000000..444f787 Binary files /dev/null and b/img/bili/hd/emoji_miantian0006.png differ diff --git a/img/bili/hd/emoji_miantian0007.png b/img/bili/hd/emoji_miantian0007.png new file mode 100644 index 0000000..0fc953f Binary files /dev/null and b/img/bili/hd/emoji_miantian0007.png differ diff --git a/img/bili/hd/emoji_miantian0008.png b/img/bili/hd/emoji_miantian0008.png new file mode 100644 index 0000000..444f787 Binary files /dev/null and b/img/bili/hd/emoji_miantian0008.png differ diff --git a/img/bili/hd/emoji_miantian0009.png b/img/bili/hd/emoji_miantian0009.png new file mode 100644 index 0000000..edddb6f Binary files /dev/null and b/img/bili/hd/emoji_miantian0009.png differ diff --git a/img/bili/hd/emoji_miantian0010.png b/img/bili/hd/emoji_miantian0010.png new file mode 100644 index 0000000..97d365e Binary files /dev/null and b/img/bili/hd/emoji_miantian0010.png differ diff --git a/img/bili/hd/emoji_miantian0011.png b/img/bili/hd/emoji_miantian0011.png new file mode 100644 index 0000000..650319b Binary files /dev/null and b/img/bili/hd/emoji_miantian0011.png differ diff --git a/img/bili/hd/emoji_miantian0012.png b/img/bili/hd/emoji_miantian0012.png new file mode 100644 index 0000000..444f787 Binary files /dev/null and b/img/bili/hd/emoji_miantian0012.png differ diff --git a/img/bili/hd/emoji_miantian0013.png b/img/bili/hd/emoji_miantian0013.png new file mode 100644 index 0000000..0fc953f Binary files /dev/null and b/img/bili/hd/emoji_miantian0013.png differ diff --git a/img/bili/hd/emoji_miantian0014.png b/img/bili/hd/emoji_miantian0014.png new file mode 100644 index 0000000..0fc953f Binary files /dev/null and b/img/bili/hd/emoji_miantian0014.png differ diff --git a/img/bili/hd/emoji_miantian0015.png b/img/bili/hd/emoji_miantian0015.png new file mode 100644 index 0000000..0fc953f Binary files /dev/null and b/img/bili/hd/emoji_miantian0015.png differ diff --git a/img/bili/hd/emoji_miantian0016.png b/img/bili/hd/emoji_miantian0016.png new file mode 100644 index 0000000..0fc953f Binary files /dev/null and b/img/bili/hd/emoji_miantian0016.png differ diff --git a/img/bili/hd/emoji_miantian0017.png b/img/bili/hd/emoji_miantian0017.png new file mode 100644 index 0000000..a29a544 Binary files /dev/null and b/img/bili/hd/emoji_miantian0017.png differ diff --git a/img/bili/hd/emoji_miantian0018.png b/img/bili/hd/emoji_miantian0018.png new file mode 100644 index 0000000..e9dc4ae Binary files /dev/null and b/img/bili/hd/emoji_miantian0018.png differ diff --git a/img/bili/hd/emoji_miantian0019.png b/img/bili/hd/emoji_miantian0019.png new file mode 100644 index 0000000..8564b80 Binary files /dev/null and b/img/bili/hd/emoji_miantian0019.png differ diff --git a/img/bili/hd/emoji_miantian0020.png b/img/bili/hd/emoji_miantian0020.png new file mode 100644 index 0000000..c0aeb29 Binary files /dev/null and b/img/bili/hd/emoji_miantian0020.png differ diff --git a/img/bili/hd/emoji_miantian0021.png b/img/bili/hd/emoji_miantian0021.png new file mode 100644 index 0000000..33d7fe5 Binary files /dev/null and b/img/bili/hd/emoji_miantian0021.png differ diff --git a/img/bili/hd/emoji_miantian0022.png b/img/bili/hd/emoji_miantian0022.png new file mode 100644 index 0000000..5e9c08a Binary files /dev/null and b/img/bili/hd/emoji_miantian0022.png differ diff --git a/img/bili/hd/emoji_miantian0023.png b/img/bili/hd/emoji_miantian0023.png new file mode 100644 index 0000000..0fc953f Binary files /dev/null and b/img/bili/hd/emoji_miantian0023.png differ diff --git a/img/bili/hd/emoji_miantian0024.png b/img/bili/hd/emoji_miantian0024.png new file mode 100644 index 0000000..0fc953f Binary files /dev/null and b/img/bili/hd/emoji_miantian0024.png differ diff --git a/img/bili/hd/emoji_miantian0025.png b/img/bili/hd/emoji_miantian0025.png new file mode 100644 index 0000000..0fc953f Binary files /dev/null and b/img/bili/hd/emoji_miantian0025.png differ diff --git a/img/bili/hd/emoji_miantian0026.png b/img/bili/hd/emoji_miantian0026.png new file mode 100644 index 0000000..0fc953f Binary files /dev/null and b/img/bili/hd/emoji_miantian0026.png differ diff --git a/img/bili/hd/emoji_miantian0027.png b/img/bili/hd/emoji_miantian0027.png new file mode 100644 index 0000000..0fc953f Binary files /dev/null and b/img/bili/hd/emoji_miantian0027.png differ diff --git a/img/bili/hd/emoji_miantian0028.png b/img/bili/hd/emoji_miantian0028.png new file mode 100644 index 0000000..fb409ee Binary files /dev/null and b/img/bili/hd/emoji_miantian0028.png differ diff --git a/img/bili/hd/emoji_nanguo0001.png b/img/bili/hd/emoji_nanguo0001.png new file mode 100644 index 0000000..91436b0 Binary files /dev/null and b/img/bili/hd/emoji_nanguo0001.png differ diff --git a/img/bili/hd/emoji_nanguo0002.png b/img/bili/hd/emoji_nanguo0002.png new file mode 100644 index 0000000..2a5e119 Binary files /dev/null and b/img/bili/hd/emoji_nanguo0002.png differ diff --git a/img/bili/hd/emoji_nanguo0003.png b/img/bili/hd/emoji_nanguo0003.png new file mode 100644 index 0000000..ae7d3e0 Binary files /dev/null and b/img/bili/hd/emoji_nanguo0003.png differ diff --git a/img/bili/hd/emoji_nanguo0004.png b/img/bili/hd/emoji_nanguo0004.png new file mode 100644 index 0000000..63cb79e Binary files /dev/null and b/img/bili/hd/emoji_nanguo0004.png differ diff --git a/img/bili/hd/emoji_nanguo0005.png b/img/bili/hd/emoji_nanguo0005.png new file mode 100644 index 0000000..0e92449 Binary files /dev/null and b/img/bili/hd/emoji_nanguo0005.png differ diff --git a/img/bili/hd/emoji_nanguo0006.png b/img/bili/hd/emoji_nanguo0006.png new file mode 100644 index 0000000..e360587 Binary files /dev/null and b/img/bili/hd/emoji_nanguo0006.png differ diff --git a/img/bili/hd/emoji_nanguo0007.png b/img/bili/hd/emoji_nanguo0007.png new file mode 100644 index 0000000..396a4fb Binary files /dev/null and b/img/bili/hd/emoji_nanguo0007.png differ diff --git a/img/bili/hd/emoji_nanguo0008.png b/img/bili/hd/emoji_nanguo0008.png new file mode 100644 index 0000000..423741c Binary files /dev/null and b/img/bili/hd/emoji_nanguo0008.png differ diff --git a/img/bili/hd/emoji_nanguo0009.png b/img/bili/hd/emoji_nanguo0009.png new file mode 100644 index 0000000..96a3904 Binary files /dev/null and b/img/bili/hd/emoji_nanguo0009.png differ diff --git a/img/bili/hd/emoji_nanguo0010.png b/img/bili/hd/emoji_nanguo0010.png new file mode 100644 index 0000000..aef217e Binary files /dev/null and b/img/bili/hd/emoji_nanguo0010.png differ diff --git a/img/bili/hd/emoji_nanguo0011.png b/img/bili/hd/emoji_nanguo0011.png new file mode 100644 index 0000000..f3e0aae Binary files /dev/null and b/img/bili/hd/emoji_nanguo0011.png differ diff --git a/img/bili/hd/emoji_nanguo0012.png b/img/bili/hd/emoji_nanguo0012.png new file mode 100644 index 0000000..c3c1844 Binary files /dev/null and b/img/bili/hd/emoji_nanguo0012.png differ diff --git a/img/bili/hd/emoji_nanguo0013.png b/img/bili/hd/emoji_nanguo0013.png new file mode 100644 index 0000000..2a77f84 Binary files /dev/null and b/img/bili/hd/emoji_nanguo0013.png differ diff --git a/img/bili/hd/emoji_nanguo0014.png b/img/bili/hd/emoji_nanguo0014.png new file mode 100644 index 0000000..2a77f84 Binary files /dev/null and b/img/bili/hd/emoji_nanguo0014.png differ diff --git a/img/bili/hd/emoji_nanguo0015.png b/img/bili/hd/emoji_nanguo0015.png new file mode 100644 index 0000000..b1b06ab Binary files /dev/null and b/img/bili/hd/emoji_nanguo0015.png differ diff --git a/img/bili/hd/emoji_nanguo0016.png b/img/bili/hd/emoji_nanguo0016.png new file mode 100644 index 0000000..6d48bda Binary files /dev/null and b/img/bili/hd/emoji_nanguo0016.png differ diff --git a/img/bili/hd/emoji_nanguo0017.png b/img/bili/hd/emoji_nanguo0017.png new file mode 100644 index 0000000..c03cfd1 Binary files /dev/null and b/img/bili/hd/emoji_nanguo0017.png differ diff --git a/img/bili/hd/emoji_nanguo0018.png b/img/bili/hd/emoji_nanguo0018.png new file mode 100644 index 0000000..71697c8 Binary files /dev/null and b/img/bili/hd/emoji_nanguo0018.png differ diff --git a/img/bili/hd/emoji_nanguo0019.png b/img/bili/hd/emoji_nanguo0019.png new file mode 100644 index 0000000..beec4b1 Binary files /dev/null and b/img/bili/hd/emoji_nanguo0019.png differ diff --git a/img/bili/hd/emoji_nanguo0020.png b/img/bili/hd/emoji_nanguo0020.png new file mode 100644 index 0000000..6d48bda Binary files /dev/null and b/img/bili/hd/emoji_nanguo0020.png differ diff --git a/img/bili/hd/emoji_nanguo0021.png b/img/bili/hd/emoji_nanguo0021.png new file mode 100644 index 0000000..c03cfd1 Binary files /dev/null and b/img/bili/hd/emoji_nanguo0021.png differ diff --git a/img/bili/hd/emoji_nanguo0022.png b/img/bili/hd/emoji_nanguo0022.png new file mode 100644 index 0000000..71697c8 Binary files /dev/null and b/img/bili/hd/emoji_nanguo0022.png differ diff --git a/img/bili/hd/emoji_nanguo0023.png b/img/bili/hd/emoji_nanguo0023.png new file mode 100644 index 0000000..beec4b1 Binary files /dev/null and b/img/bili/hd/emoji_nanguo0023.png differ diff --git a/img/bili/hd/emoji_nanguo0024.png b/img/bili/hd/emoji_nanguo0024.png new file mode 100644 index 0000000..6d48bda Binary files /dev/null and b/img/bili/hd/emoji_nanguo0024.png differ diff --git a/img/bili/hd/emoji_nanguo0025.png b/img/bili/hd/emoji_nanguo0025.png new file mode 100644 index 0000000..c03cfd1 Binary files /dev/null and b/img/bili/hd/emoji_nanguo0025.png differ diff --git a/img/bili/hd/emoji_nanguo0026.png b/img/bili/hd/emoji_nanguo0026.png new file mode 100644 index 0000000..44694c0 Binary files /dev/null and b/img/bili/hd/emoji_nanguo0026.png differ diff --git a/img/bili/hd/emoji_nanguo0027.png b/img/bili/hd/emoji_nanguo0027.png new file mode 100644 index 0000000..11de765 Binary files /dev/null and b/img/bili/hd/emoji_nanguo0027.png differ diff --git a/img/bili/hd/emoji_nanguo0028.png b/img/bili/hd/emoji_nanguo0028.png new file mode 100644 index 0000000..b1b06ab Binary files /dev/null and b/img/bili/hd/emoji_nanguo0028.png differ diff --git a/img/bili/hd/emoji_outu0001.png b/img/bili/hd/emoji_outu0001.png new file mode 100644 index 0000000..21912b1 Binary files /dev/null and b/img/bili/hd/emoji_outu0001.png differ diff --git a/img/bili/hd/emoji_outu0002.png b/img/bili/hd/emoji_outu0002.png new file mode 100644 index 0000000..3b6a252 Binary files /dev/null and b/img/bili/hd/emoji_outu0002.png differ diff --git a/img/bili/hd/emoji_outu0003.png b/img/bili/hd/emoji_outu0003.png new file mode 100644 index 0000000..a5610be Binary files /dev/null and b/img/bili/hd/emoji_outu0003.png differ diff --git a/img/bili/hd/emoji_outu0004.png b/img/bili/hd/emoji_outu0004.png new file mode 100644 index 0000000..c171e64 Binary files /dev/null and b/img/bili/hd/emoji_outu0004.png differ diff --git a/img/bili/hd/emoji_outu0005.png b/img/bili/hd/emoji_outu0005.png new file mode 100644 index 0000000..8ba0271 Binary files /dev/null and b/img/bili/hd/emoji_outu0005.png differ diff --git a/img/bili/hd/emoji_outu0006.png b/img/bili/hd/emoji_outu0006.png new file mode 100644 index 0000000..42634e4 Binary files /dev/null and b/img/bili/hd/emoji_outu0006.png differ diff --git a/img/bili/hd/emoji_outu0007.png b/img/bili/hd/emoji_outu0007.png new file mode 100644 index 0000000..ada0775 Binary files /dev/null and b/img/bili/hd/emoji_outu0007.png differ diff --git a/img/bili/hd/emoji_outu0008.png b/img/bili/hd/emoji_outu0008.png new file mode 100644 index 0000000..65ad213 Binary files /dev/null and b/img/bili/hd/emoji_outu0008.png differ diff --git a/img/bili/hd/emoji_outu0009.png b/img/bili/hd/emoji_outu0009.png new file mode 100644 index 0000000..65ad213 Binary files /dev/null and b/img/bili/hd/emoji_outu0009.png differ diff --git a/img/bili/hd/emoji_outu0010.png b/img/bili/hd/emoji_outu0010.png new file mode 100644 index 0000000..65ad213 Binary files /dev/null and b/img/bili/hd/emoji_outu0010.png differ diff --git a/img/bili/hd/emoji_outu0011.png b/img/bili/hd/emoji_outu0011.png new file mode 100644 index 0000000..bd97972 Binary files /dev/null and b/img/bili/hd/emoji_outu0011.png differ diff --git a/img/bili/hd/emoji_outu0012.png b/img/bili/hd/emoji_outu0012.png new file mode 100644 index 0000000..bd97972 Binary files /dev/null and b/img/bili/hd/emoji_outu0012.png differ diff --git a/img/bili/hd/emoji_outu0013.png b/img/bili/hd/emoji_outu0013.png new file mode 100644 index 0000000..42634e4 Binary files /dev/null and b/img/bili/hd/emoji_outu0013.png differ diff --git a/img/bili/hd/emoji_outu0014.png b/img/bili/hd/emoji_outu0014.png new file mode 100644 index 0000000..42634e4 Binary files /dev/null and b/img/bili/hd/emoji_outu0014.png differ diff --git a/img/bili/hd/emoji_outu0015.png b/img/bili/hd/emoji_outu0015.png new file mode 100644 index 0000000..bd97972 Binary files /dev/null and b/img/bili/hd/emoji_outu0015.png differ diff --git a/img/bili/hd/emoji_outu0016.png b/img/bili/hd/emoji_outu0016.png new file mode 100644 index 0000000..bd97972 Binary files /dev/null and b/img/bili/hd/emoji_outu0016.png differ diff --git a/img/bili/hd/emoji_outu0017.png b/img/bili/hd/emoji_outu0017.png new file mode 100644 index 0000000..42634e4 Binary files /dev/null and b/img/bili/hd/emoji_outu0017.png differ diff --git a/img/bili/hd/emoji_outu0018.png b/img/bili/hd/emoji_outu0018.png new file mode 100644 index 0000000..42634e4 Binary files /dev/null and b/img/bili/hd/emoji_outu0018.png differ diff --git a/img/bili/hd/emoji_outu0019.png b/img/bili/hd/emoji_outu0019.png new file mode 100644 index 0000000..42634e4 Binary files /dev/null and b/img/bili/hd/emoji_outu0019.png differ diff --git a/img/bili/hd/emoji_outu0020.png b/img/bili/hd/emoji_outu0020.png new file mode 100644 index 0000000..42634e4 Binary files /dev/null and b/img/bili/hd/emoji_outu0020.png differ diff --git a/img/bili/hd/emoji_outu0021.png b/img/bili/hd/emoji_outu0021.png new file mode 100644 index 0000000..58c93fa Binary files /dev/null and b/img/bili/hd/emoji_outu0021.png differ diff --git a/img/bili/hd/emoji_outu0022.png b/img/bili/hd/emoji_outu0022.png new file mode 100644 index 0000000..0c0652d Binary files /dev/null and b/img/bili/hd/emoji_outu0022.png differ diff --git a/img/bili/hd/emoji_outu0023.png b/img/bili/hd/emoji_outu0023.png new file mode 100644 index 0000000..f56b737 Binary files /dev/null and b/img/bili/hd/emoji_outu0023.png differ diff --git a/img/bili/hd/emoji_outu0024.png b/img/bili/hd/emoji_outu0024.png new file mode 100644 index 0000000..79c2c38 Binary files /dev/null and b/img/bili/hd/emoji_outu0024.png differ diff --git a/img/bili/hd/emoji_outu0025.png b/img/bili/hd/emoji_outu0025.png new file mode 100644 index 0000000..79c2c38 Binary files /dev/null and b/img/bili/hd/emoji_outu0025.png differ diff --git a/img/bili/hd/emoji_outu0026.png b/img/bili/hd/emoji_outu0026.png new file mode 100644 index 0000000..30844f3 Binary files /dev/null and b/img/bili/hd/emoji_outu0026.png differ diff --git a/img/bili/hd/emoji_outu0027.png b/img/bili/hd/emoji_outu0027.png new file mode 100644 index 0000000..79c2c38 Binary files /dev/null and b/img/bili/hd/emoji_outu0027.png differ diff --git a/img/bili/hd/emoji_outu0028.png b/img/bili/hd/emoji_outu0028.png new file mode 100644 index 0000000..30844f3 Binary files /dev/null and b/img/bili/hd/emoji_outu0028.png differ diff --git a/img/bili/hd/emoji_outu0029.png b/img/bili/hd/emoji_outu0029.png new file mode 100644 index 0000000..79c2c38 Binary files /dev/null and b/img/bili/hd/emoji_outu0029.png differ diff --git a/img/bili/hd/emoji_outu0030.png b/img/bili/hd/emoji_outu0030.png new file mode 100644 index 0000000..30844f3 Binary files /dev/null and b/img/bili/hd/emoji_outu0030.png differ diff --git a/img/bili/hd/emoji_outu0031.png b/img/bili/hd/emoji_outu0031.png new file mode 100644 index 0000000..79c2c38 Binary files /dev/null and b/img/bili/hd/emoji_outu0031.png differ diff --git a/img/bili/hd/emoji_outu0032.png b/img/bili/hd/emoji_outu0032.png new file mode 100644 index 0000000..30844f3 Binary files /dev/null and b/img/bili/hd/emoji_outu0032.png differ diff --git a/img/bili/hd/emoji_outu0033.png b/img/bili/hd/emoji_outu0033.png new file mode 100644 index 0000000..79c2c38 Binary files /dev/null and b/img/bili/hd/emoji_outu0033.png differ diff --git a/img/bili/hd/emoji_outu0034.png b/img/bili/hd/emoji_outu0034.png new file mode 100644 index 0000000..30844f3 Binary files /dev/null and b/img/bili/hd/emoji_outu0034.png differ diff --git a/img/bili/hd/emoji_outu0035.png b/img/bili/hd/emoji_outu0035.png new file mode 100644 index 0000000..79c2c38 Binary files /dev/null and b/img/bili/hd/emoji_outu0035.png differ diff --git a/img/bili/hd/emoji_outu0036.png b/img/bili/hd/emoji_outu0036.png new file mode 100644 index 0000000..30844f3 Binary files /dev/null and b/img/bili/hd/emoji_outu0036.png differ diff --git a/img/bili/hd/emoji_outu0037.png b/img/bili/hd/emoji_outu0037.png new file mode 100644 index 0000000..79c2c38 Binary files /dev/null and b/img/bili/hd/emoji_outu0037.png differ diff --git a/img/bili/hd/emoji_outu0038.png b/img/bili/hd/emoji_outu0038.png new file mode 100644 index 0000000..30844f3 Binary files /dev/null and b/img/bili/hd/emoji_outu0038.png differ diff --git a/img/bili/hd/emoji_outu0039.png b/img/bili/hd/emoji_outu0039.png new file mode 100644 index 0000000..79c2c38 Binary files /dev/null and b/img/bili/hd/emoji_outu0039.png differ diff --git a/img/bili/hd/emoji_outu0040.png b/img/bili/hd/emoji_outu0040.png new file mode 100644 index 0000000..30844f3 Binary files /dev/null and b/img/bili/hd/emoji_outu0040.png differ diff --git a/img/bili/hd/emoji_outu0041.png b/img/bili/hd/emoji_outu0041.png new file mode 100644 index 0000000..79c2c38 Binary files /dev/null and b/img/bili/hd/emoji_outu0041.png differ diff --git a/img/bili/hd/emoji_outu0042.png b/img/bili/hd/emoji_outu0042.png new file mode 100644 index 0000000..30844f3 Binary files /dev/null and b/img/bili/hd/emoji_outu0042.png differ diff --git a/img/bili/hd/emoji_qinqin0001.png b/img/bili/hd/emoji_qinqin0001.png new file mode 100644 index 0000000..e5c4dec Binary files /dev/null and b/img/bili/hd/emoji_qinqin0001.png differ diff --git a/img/bili/hd/emoji_qinqin0002.png b/img/bili/hd/emoji_qinqin0002.png new file mode 100644 index 0000000..690cf25 Binary files /dev/null and b/img/bili/hd/emoji_qinqin0002.png differ diff --git a/img/bili/hd/emoji_qinqin0003.png b/img/bili/hd/emoji_qinqin0003.png new file mode 100644 index 0000000..c3b084e Binary files /dev/null and b/img/bili/hd/emoji_qinqin0003.png differ diff --git a/img/bili/hd/emoji_qinqin0004.png b/img/bili/hd/emoji_qinqin0004.png new file mode 100644 index 0000000..175e94a Binary files /dev/null and b/img/bili/hd/emoji_qinqin0004.png differ diff --git a/img/bili/hd/emoji_qinqin0005.png b/img/bili/hd/emoji_qinqin0005.png new file mode 100644 index 0000000..54edd96 Binary files /dev/null and b/img/bili/hd/emoji_qinqin0005.png differ diff --git a/img/bili/hd/emoji_qinqin0006.png b/img/bili/hd/emoji_qinqin0006.png new file mode 100644 index 0000000..8f9834e Binary files /dev/null and b/img/bili/hd/emoji_qinqin0006.png differ diff --git a/img/bili/hd/emoji_qinqin0007.png b/img/bili/hd/emoji_qinqin0007.png new file mode 100644 index 0000000..e5c4dec Binary files /dev/null and b/img/bili/hd/emoji_qinqin0007.png differ diff --git a/img/bili/hd/emoji_se0001.png b/img/bili/hd/emoji_se0001.png new file mode 100644 index 0000000..69140e2 Binary files /dev/null and b/img/bili/hd/emoji_se0001.png differ diff --git a/img/bili/hd/emoji_se0002.png b/img/bili/hd/emoji_se0002.png new file mode 100644 index 0000000..0f39125 Binary files /dev/null and b/img/bili/hd/emoji_se0002.png differ diff --git a/img/bili/hd/emoji_se0003.png b/img/bili/hd/emoji_se0003.png new file mode 100644 index 0000000..84193a1 Binary files /dev/null and b/img/bili/hd/emoji_se0003.png differ diff --git a/img/bili/hd/emoji_se0004.png b/img/bili/hd/emoji_se0004.png new file mode 100644 index 0000000..5c4e4c8 Binary files /dev/null and b/img/bili/hd/emoji_se0004.png differ diff --git a/img/bili/hd/emoji_se0005.png b/img/bili/hd/emoji_se0005.png new file mode 100644 index 0000000..013e5b5 Binary files /dev/null and b/img/bili/hd/emoji_se0005.png differ diff --git a/img/bili/hd/emoji_se0006.png b/img/bili/hd/emoji_se0006.png new file mode 100644 index 0000000..260eb6b Binary files /dev/null and b/img/bili/hd/emoji_se0006.png differ diff --git a/img/bili/hd/emoji_se0007.png b/img/bili/hd/emoji_se0007.png new file mode 100644 index 0000000..14e4826 Binary files /dev/null and b/img/bili/hd/emoji_se0007.png differ diff --git a/img/bili/hd/emoji_se0008.png b/img/bili/hd/emoji_se0008.png new file mode 100644 index 0000000..d6ca54c Binary files /dev/null and b/img/bili/hd/emoji_se0008.png differ diff --git a/img/bili/hd/emoji_se0009.png b/img/bili/hd/emoji_se0009.png new file mode 100644 index 0000000..a28b2a0 Binary files /dev/null and b/img/bili/hd/emoji_se0009.png differ diff --git a/img/bili/hd/emoji_se0010.png b/img/bili/hd/emoji_se0010.png new file mode 100644 index 0000000..31b65ef Binary files /dev/null and b/img/bili/hd/emoji_se0010.png differ diff --git a/img/bili/hd/emoji_shengbing0001.png b/img/bili/hd/emoji_shengbing0001.png new file mode 100644 index 0000000..bce433d Binary files /dev/null and b/img/bili/hd/emoji_shengbing0001.png differ diff --git a/img/bili/hd/emoji_shengbing0002.png b/img/bili/hd/emoji_shengbing0002.png new file mode 100644 index 0000000..1a2de19 Binary files /dev/null and b/img/bili/hd/emoji_shengbing0002.png differ diff --git a/img/bili/hd/emoji_shengbing0003.png b/img/bili/hd/emoji_shengbing0003.png new file mode 100644 index 0000000..bec1455 Binary files /dev/null and b/img/bili/hd/emoji_shengbing0003.png differ diff --git a/img/bili/hd/emoji_shengbing0004.png b/img/bili/hd/emoji_shengbing0004.png new file mode 100644 index 0000000..3e4bf70 Binary files /dev/null and b/img/bili/hd/emoji_shengbing0004.png differ diff --git a/img/bili/hd/emoji_shengbing0005.png b/img/bili/hd/emoji_shengbing0005.png new file mode 100644 index 0000000..ef5dd81 Binary files /dev/null and b/img/bili/hd/emoji_shengbing0005.png differ diff --git a/img/bili/hd/emoji_shengbing0006.png b/img/bili/hd/emoji_shengbing0006.png new file mode 100644 index 0000000..abac5d0 Binary files /dev/null and b/img/bili/hd/emoji_shengbing0006.png differ diff --git a/img/bili/hd/emoji_shengbing0007.png b/img/bili/hd/emoji_shengbing0007.png new file mode 100644 index 0000000..825ae22 Binary files /dev/null and b/img/bili/hd/emoji_shengbing0007.png differ diff --git a/img/bili/hd/emoji_shengbing0008.png b/img/bili/hd/emoji_shengbing0008.png new file mode 100644 index 0000000..369fcb1 Binary files /dev/null and b/img/bili/hd/emoji_shengbing0008.png differ diff --git a/img/bili/hd/emoji_shengbing0009.png b/img/bili/hd/emoji_shengbing0009.png new file mode 100644 index 0000000..48f742a Binary files /dev/null and b/img/bili/hd/emoji_shengbing0009.png differ diff --git a/img/bili/hd/emoji_shengbing0010.png b/img/bili/hd/emoji_shengbing0010.png new file mode 100644 index 0000000..172e912 Binary files /dev/null and b/img/bili/hd/emoji_shengbing0010.png differ diff --git a/img/bili/hd/emoji_shengbing0011.png b/img/bili/hd/emoji_shengbing0011.png new file mode 100644 index 0000000..d1e891e Binary files /dev/null and b/img/bili/hd/emoji_shengbing0011.png differ diff --git a/img/bili/hd/emoji_shengbing0012.png b/img/bili/hd/emoji_shengbing0012.png new file mode 100644 index 0000000..1ba3c20 Binary files /dev/null and b/img/bili/hd/emoji_shengbing0012.png differ diff --git a/img/bili/hd/emoji_shengbing0013.png b/img/bili/hd/emoji_shengbing0013.png new file mode 100644 index 0000000..030e978 Binary files /dev/null and b/img/bili/hd/emoji_shengbing0013.png differ diff --git a/img/bili/hd/emoji_shengbing0014.png b/img/bili/hd/emoji_shengbing0014.png new file mode 100644 index 0000000..3abc849 Binary files /dev/null and b/img/bili/hd/emoji_shengbing0014.png differ diff --git a/img/bili/hd/emoji_shengbing0015.png b/img/bili/hd/emoji_shengbing0015.png new file mode 100644 index 0000000..51eedc4 Binary files /dev/null and b/img/bili/hd/emoji_shengbing0015.png differ diff --git a/img/bili/hd/emoji_shengbing0016.png b/img/bili/hd/emoji_shengbing0016.png new file mode 100644 index 0000000..d8cca01 Binary files /dev/null and b/img/bili/hd/emoji_shengbing0016.png differ diff --git a/img/bili/hd/emoji_shengbing0017.png b/img/bili/hd/emoji_shengbing0017.png new file mode 100644 index 0000000..d8cca01 Binary files /dev/null and b/img/bili/hd/emoji_shengbing0017.png differ diff --git a/img/bili/hd/emoji_shengbing0018.png b/img/bili/hd/emoji_shengbing0018.png new file mode 100644 index 0000000..d8cca01 Binary files /dev/null and b/img/bili/hd/emoji_shengbing0018.png differ diff --git a/img/bili/hd/emoji_shengbing0019.png b/img/bili/hd/emoji_shengbing0019.png new file mode 100644 index 0000000..d8cca01 Binary files /dev/null and b/img/bili/hd/emoji_shengbing0019.png differ diff --git a/img/bili/hd/emoji_shengbing0020.png b/img/bili/hd/emoji_shengbing0020.png new file mode 100644 index 0000000..d8cca01 Binary files /dev/null and b/img/bili/hd/emoji_shengbing0020.png differ diff --git a/img/bili/hd/emoji_shengbing0021.png b/img/bili/hd/emoji_shengbing0021.png new file mode 100644 index 0000000..d8cca01 Binary files /dev/null and b/img/bili/hd/emoji_shengbing0021.png differ diff --git a/img/bili/hd/emoji_shengbing0022.png b/img/bili/hd/emoji_shengbing0022.png new file mode 100644 index 0000000..a3bed1e Binary files /dev/null and b/img/bili/hd/emoji_shengbing0022.png differ diff --git a/img/bili/hd/emoji_shengbing0023.png b/img/bili/hd/emoji_shengbing0023.png new file mode 100644 index 0000000..5b2e989 Binary files /dev/null and b/img/bili/hd/emoji_shengbing0023.png differ diff --git a/img/bili/hd/emoji_shengbing0024.png b/img/bili/hd/emoji_shengbing0024.png new file mode 100644 index 0000000..bcb0da4 Binary files /dev/null and b/img/bili/hd/emoji_shengbing0024.png differ diff --git a/img/bili/hd/emoji_shengbing0025.png b/img/bili/hd/emoji_shengbing0025.png new file mode 100644 index 0000000..1052aea Binary files /dev/null and b/img/bili/hd/emoji_shengbing0025.png differ diff --git a/img/bili/hd/emoji_shengbing0026.png b/img/bili/hd/emoji_shengbing0026.png new file mode 100644 index 0000000..727cb7a Binary files /dev/null and b/img/bili/hd/emoji_shengbing0026.png differ diff --git a/img/bili/hd/emoji_shengbing0027.png b/img/bili/hd/emoji_shengbing0027.png new file mode 100644 index 0000000..727cb7a Binary files /dev/null and b/img/bili/hd/emoji_shengbing0027.png differ diff --git a/img/bili/hd/emoji_shengbing0028.png b/img/bili/hd/emoji_shengbing0028.png new file mode 100644 index 0000000..727cb7a Binary files /dev/null and b/img/bili/hd/emoji_shengbing0028.png differ diff --git a/img/bili/hd/emoji_shengbing0029.png b/img/bili/hd/emoji_shengbing0029.png new file mode 100644 index 0000000..727cb7a Binary files /dev/null and b/img/bili/hd/emoji_shengbing0029.png differ diff --git a/img/bili/hd/emoji_shengbing0030.png b/img/bili/hd/emoji_shengbing0030.png new file mode 100644 index 0000000..727cb7a Binary files /dev/null and b/img/bili/hd/emoji_shengbing0030.png differ diff --git a/img/bili/hd/emoji_shengbing0031.png b/img/bili/hd/emoji_shengbing0031.png new file mode 100644 index 0000000..727cb7a Binary files /dev/null and b/img/bili/hd/emoji_shengbing0031.png differ diff --git a/img/bili/hd/emoji_shengbing0032.png b/img/bili/hd/emoji_shengbing0032.png new file mode 100644 index 0000000..727cb7a Binary files /dev/null and b/img/bili/hd/emoji_shengbing0032.png differ diff --git a/img/bili/hd/emoji_shengbing0033.png b/img/bili/hd/emoji_shengbing0033.png new file mode 100644 index 0000000..727cb7a Binary files /dev/null and b/img/bili/hd/emoji_shengbing0033.png differ diff --git a/img/bili/hd/emoji_shengbing0034.png b/img/bili/hd/emoji_shengbing0034.png new file mode 100644 index 0000000..727cb7a Binary files /dev/null and b/img/bili/hd/emoji_shengbing0034.png differ diff --git a/img/bili/hd/emoji_shengbing0035.png b/img/bili/hd/emoji_shengbing0035.png new file mode 100644 index 0000000..727cb7a Binary files /dev/null and b/img/bili/hd/emoji_shengbing0035.png differ diff --git a/img/bili/hd/emoji_shengqi0001.png b/img/bili/hd/emoji_shengqi0001.png new file mode 100644 index 0000000..175f830 Binary files /dev/null and b/img/bili/hd/emoji_shengqi0001.png differ diff --git a/img/bili/hd/emoji_shengqi0002.png b/img/bili/hd/emoji_shengqi0002.png new file mode 100644 index 0000000..2e57c96 Binary files /dev/null and b/img/bili/hd/emoji_shengqi0002.png differ diff --git a/img/bili/hd/emoji_shengqi0003.png b/img/bili/hd/emoji_shengqi0003.png new file mode 100644 index 0000000..4ad9945 Binary files /dev/null and b/img/bili/hd/emoji_shengqi0003.png differ diff --git a/img/bili/hd/emoji_shengqi0004.png b/img/bili/hd/emoji_shengqi0004.png new file mode 100644 index 0000000..4ad9945 Binary files /dev/null and b/img/bili/hd/emoji_shengqi0004.png differ diff --git a/img/bili/hd/emoji_shengqi0005.png b/img/bili/hd/emoji_shengqi0005.png new file mode 100644 index 0000000..4ad9945 Binary files /dev/null and b/img/bili/hd/emoji_shengqi0005.png differ diff --git a/img/bili/hd/emoji_shengqi0006.png b/img/bili/hd/emoji_shengqi0006.png new file mode 100644 index 0000000..4ad9945 Binary files /dev/null and b/img/bili/hd/emoji_shengqi0006.png differ diff --git a/img/bili/hd/emoji_shengqi0007.png b/img/bili/hd/emoji_shengqi0007.png new file mode 100644 index 0000000..4ad9945 Binary files /dev/null and b/img/bili/hd/emoji_shengqi0007.png differ diff --git a/img/bili/hd/emoji_shengqi0008.png b/img/bili/hd/emoji_shengqi0008.png new file mode 100644 index 0000000..4ad9945 Binary files /dev/null and b/img/bili/hd/emoji_shengqi0008.png differ diff --git a/img/bili/hd/emoji_shengqi0009.png b/img/bili/hd/emoji_shengqi0009.png new file mode 100644 index 0000000..93c3807 Binary files /dev/null and b/img/bili/hd/emoji_shengqi0009.png differ diff --git a/img/bili/hd/emoji_shengqi0010.png b/img/bili/hd/emoji_shengqi0010.png new file mode 100644 index 0000000..8ef3d07 Binary files /dev/null and b/img/bili/hd/emoji_shengqi0010.png differ diff --git a/img/bili/hd/emoji_shengqi0011.png b/img/bili/hd/emoji_shengqi0011.png new file mode 100644 index 0000000..175f830 Binary files /dev/null and b/img/bili/hd/emoji_shengqi0011.png differ diff --git a/img/bili/hd/emoji_shuizhao0001.png b/img/bili/hd/emoji_shuizhao0001.png new file mode 100644 index 0000000..dbab2c5 Binary files /dev/null and b/img/bili/hd/emoji_shuizhao0001.png differ diff --git a/img/bili/hd/emoji_shuizhao0002.png b/img/bili/hd/emoji_shuizhao0002.png new file mode 100644 index 0000000..021324a Binary files /dev/null and b/img/bili/hd/emoji_shuizhao0002.png differ diff --git a/img/bili/hd/emoji_shuizhao0003.png b/img/bili/hd/emoji_shuizhao0003.png new file mode 100644 index 0000000..9fede75 Binary files /dev/null and b/img/bili/hd/emoji_shuizhao0003.png differ diff --git a/img/bili/hd/emoji_shuizhao0004.png b/img/bili/hd/emoji_shuizhao0004.png new file mode 100644 index 0000000..2ad9c93 Binary files /dev/null and b/img/bili/hd/emoji_shuizhao0004.png differ diff --git a/img/bili/hd/emoji_shuizhao0005.png b/img/bili/hd/emoji_shuizhao0005.png new file mode 100644 index 0000000..0605199 Binary files /dev/null and b/img/bili/hd/emoji_shuizhao0005.png differ diff --git a/img/bili/hd/emoji_shuizhao0006.png b/img/bili/hd/emoji_shuizhao0006.png new file mode 100644 index 0000000..74e1ab1 Binary files /dev/null and b/img/bili/hd/emoji_shuizhao0006.png differ diff --git a/img/bili/hd/emoji_shuizhao0007.png b/img/bili/hd/emoji_shuizhao0007.png new file mode 100644 index 0000000..2cf2c24 Binary files /dev/null and b/img/bili/hd/emoji_shuizhao0007.png differ diff --git a/img/bili/hd/emoji_shuizhao0008.png b/img/bili/hd/emoji_shuizhao0008.png new file mode 100644 index 0000000..4b78a06 Binary files /dev/null and b/img/bili/hd/emoji_shuizhao0008.png differ diff --git a/img/bili/hd/emoji_shuizhao0009.png b/img/bili/hd/emoji_shuizhao0009.png new file mode 100644 index 0000000..5824b5a Binary files /dev/null and b/img/bili/hd/emoji_shuizhao0009.png differ diff --git a/img/bili/hd/emoji_shuizhao0010.png b/img/bili/hd/emoji_shuizhao0010.png new file mode 100644 index 0000000..4a72598 Binary files /dev/null and b/img/bili/hd/emoji_shuizhao0010.png differ diff --git a/img/bili/hd/emoji_shuizhao0011.png b/img/bili/hd/emoji_shuizhao0011.png new file mode 100644 index 0000000..132c408 Binary files /dev/null and b/img/bili/hd/emoji_shuizhao0011.png differ diff --git a/img/bili/hd/emoji_shuizhao0012.png b/img/bili/hd/emoji_shuizhao0012.png new file mode 100644 index 0000000..7fdae78 Binary files /dev/null and b/img/bili/hd/emoji_shuizhao0012.png differ diff --git a/img/bili/hd/emoji_shuizhao0013.png b/img/bili/hd/emoji_shuizhao0013.png new file mode 100644 index 0000000..a8543c0 Binary files /dev/null and b/img/bili/hd/emoji_shuizhao0013.png differ diff --git a/img/bili/hd/emoji_shuizhao0014.png b/img/bili/hd/emoji_shuizhao0014.png new file mode 100644 index 0000000..a9f632a Binary files /dev/null and b/img/bili/hd/emoji_shuizhao0014.png differ diff --git a/img/bili/hd/emoji_shuizhao0015.png b/img/bili/hd/emoji_shuizhao0015.png new file mode 100644 index 0000000..c48ee0b Binary files /dev/null and b/img/bili/hd/emoji_shuizhao0015.png differ diff --git a/img/bili/hd/emoji_shuizhao0016.png b/img/bili/hd/emoji_shuizhao0016.png new file mode 100644 index 0000000..82400fc Binary files /dev/null and b/img/bili/hd/emoji_shuizhao0016.png differ diff --git a/img/bili/hd/emoji_shuizhao0017.png b/img/bili/hd/emoji_shuizhao0017.png new file mode 100644 index 0000000..abdb278 Binary files /dev/null and b/img/bili/hd/emoji_shuizhao0017.png differ diff --git a/img/bili/hd/emoji_shuizhao0018.png b/img/bili/hd/emoji_shuizhao0018.png new file mode 100644 index 0000000..580bdaf Binary files /dev/null and b/img/bili/hd/emoji_shuizhao0018.png differ diff --git a/img/bili/hd/emoji_shuizhao0019.png b/img/bili/hd/emoji_shuizhao0019.png new file mode 100644 index 0000000..00f6ae6 Binary files /dev/null and b/img/bili/hd/emoji_shuizhao0019.png differ diff --git a/img/bili/hd/emoji_shuizhao0020.png b/img/bili/hd/emoji_shuizhao0020.png new file mode 100644 index 0000000..2e55967 Binary files /dev/null and b/img/bili/hd/emoji_shuizhao0020.png differ diff --git a/img/bili/hd/emoji_shuizhao0021.png b/img/bili/hd/emoji_shuizhao0021.png new file mode 100644 index 0000000..8481016 Binary files /dev/null and b/img/bili/hd/emoji_shuizhao0021.png differ diff --git a/img/bili/hd/emoji_shuizhao0022.png b/img/bili/hd/emoji_shuizhao0022.png new file mode 100644 index 0000000..50bd7e1 Binary files /dev/null and b/img/bili/hd/emoji_shuizhao0022.png differ diff --git a/img/bili/hd/emoji_shuizhao0023.png b/img/bili/hd/emoji_shuizhao0023.png new file mode 100644 index 0000000..fda8f79 Binary files /dev/null and b/img/bili/hd/emoji_shuizhao0023.png differ diff --git a/img/bili/hd/emoji_shuizhao0024.png b/img/bili/hd/emoji_shuizhao0024.png new file mode 100644 index 0000000..dbab2c5 Binary files /dev/null and b/img/bili/hd/emoji_shuizhao0024.png differ diff --git a/img/bili/hd/emoji_sikao0001.png b/img/bili/hd/emoji_sikao0001.png new file mode 100644 index 0000000..39b7b93 Binary files /dev/null and b/img/bili/hd/emoji_sikao0001.png differ diff --git a/img/bili/hd/emoji_sikao0002.png b/img/bili/hd/emoji_sikao0002.png new file mode 100644 index 0000000..51abb2d Binary files /dev/null and b/img/bili/hd/emoji_sikao0002.png differ diff --git a/img/bili/hd/emoji_sikao0003.png b/img/bili/hd/emoji_sikao0003.png new file mode 100644 index 0000000..61d23f5 Binary files /dev/null and b/img/bili/hd/emoji_sikao0003.png differ diff --git a/img/bili/hd/emoji_sikao0004.png b/img/bili/hd/emoji_sikao0004.png new file mode 100644 index 0000000..804964e Binary files /dev/null and b/img/bili/hd/emoji_sikao0004.png differ diff --git a/img/bili/hd/emoji_sikao0005.png b/img/bili/hd/emoji_sikao0005.png new file mode 100644 index 0000000..a477f6b Binary files /dev/null and b/img/bili/hd/emoji_sikao0005.png differ diff --git a/img/bili/hd/emoji_sikao0006.png b/img/bili/hd/emoji_sikao0006.png new file mode 100644 index 0000000..f4afc24 Binary files /dev/null and b/img/bili/hd/emoji_sikao0006.png differ diff --git a/img/bili/hd/emoji_sikao0007.png b/img/bili/hd/emoji_sikao0007.png new file mode 100644 index 0000000..49350ca Binary files /dev/null and b/img/bili/hd/emoji_sikao0007.png differ diff --git a/img/bili/hd/emoji_sikao0008.png b/img/bili/hd/emoji_sikao0008.png new file mode 100644 index 0000000..52d91f8 Binary files /dev/null and b/img/bili/hd/emoji_sikao0008.png differ diff --git a/img/bili/hd/emoji_sikao0009.png b/img/bili/hd/emoji_sikao0009.png new file mode 100644 index 0000000..083e8eb Binary files /dev/null and b/img/bili/hd/emoji_sikao0009.png differ diff --git a/img/bili/hd/emoji_sikao0010.png b/img/bili/hd/emoji_sikao0010.png new file mode 100644 index 0000000..03799fb Binary files /dev/null and b/img/bili/hd/emoji_sikao0010.png differ diff --git a/img/bili/hd/emoji_sikao0011.png b/img/bili/hd/emoji_sikao0011.png new file mode 100644 index 0000000..6ca976e Binary files /dev/null and b/img/bili/hd/emoji_sikao0011.png differ diff --git a/img/bili/hd/emoji_sikao0012.png b/img/bili/hd/emoji_sikao0012.png new file mode 100644 index 0000000..90888d0 Binary files /dev/null and b/img/bili/hd/emoji_sikao0012.png differ diff --git a/img/bili/hd/emoji_sikao0013.png b/img/bili/hd/emoji_sikao0013.png new file mode 100644 index 0000000..b781b64 Binary files /dev/null and b/img/bili/hd/emoji_sikao0013.png differ diff --git a/img/bili/hd/emoji_sikao0014.png b/img/bili/hd/emoji_sikao0014.png new file mode 100644 index 0000000..d00c494 Binary files /dev/null and b/img/bili/hd/emoji_sikao0014.png differ diff --git a/img/bili/hd/emoji_sikao0015.png b/img/bili/hd/emoji_sikao0015.png new file mode 100644 index 0000000..caa7dfc Binary files /dev/null and b/img/bili/hd/emoji_sikao0015.png differ diff --git a/img/bili/hd/emoji_sikao0016.png b/img/bili/hd/emoji_sikao0016.png new file mode 100644 index 0000000..0aa82f4 Binary files /dev/null and b/img/bili/hd/emoji_sikao0016.png differ diff --git a/img/bili/hd/emoji_sikao0017.png b/img/bili/hd/emoji_sikao0017.png new file mode 100644 index 0000000..21f0391 Binary files /dev/null and b/img/bili/hd/emoji_sikao0017.png differ diff --git a/img/bili/hd/emoji_sikao0018.png b/img/bili/hd/emoji_sikao0018.png new file mode 100644 index 0000000..03ae142 Binary files /dev/null and b/img/bili/hd/emoji_sikao0018.png differ diff --git a/img/bili/hd/emoji_sikao0019.png b/img/bili/hd/emoji_sikao0019.png new file mode 100644 index 0000000..55d9774 Binary files /dev/null and b/img/bili/hd/emoji_sikao0019.png differ diff --git a/img/bili/hd/emoji_sikao0020.png b/img/bili/hd/emoji_sikao0020.png new file mode 100644 index 0000000..2769669 Binary files /dev/null and b/img/bili/hd/emoji_sikao0020.png differ diff --git a/img/bili/hd/emoji_sikao0021.png b/img/bili/hd/emoji_sikao0021.png new file mode 100644 index 0000000..9860078 Binary files /dev/null and b/img/bili/hd/emoji_sikao0021.png differ diff --git a/img/bili/hd/emoji_sikao0022.png b/img/bili/hd/emoji_sikao0022.png new file mode 100644 index 0000000..c1a59e5 Binary files /dev/null and b/img/bili/hd/emoji_sikao0022.png differ diff --git a/img/bili/hd/emoji_sikao0023.png b/img/bili/hd/emoji_sikao0023.png new file mode 100644 index 0000000..c1a59e5 Binary files /dev/null and b/img/bili/hd/emoji_sikao0023.png differ diff --git a/img/bili/hd/emoji_sikao0024.png b/img/bili/hd/emoji_sikao0024.png new file mode 100644 index 0000000..c1a59e5 Binary files /dev/null and b/img/bili/hd/emoji_sikao0024.png differ diff --git a/img/bili/hd/emoji_sikao0025.png b/img/bili/hd/emoji_sikao0025.png new file mode 100644 index 0000000..c1a59e5 Binary files /dev/null and b/img/bili/hd/emoji_sikao0025.png differ diff --git a/img/bili/hd/emoji_sikao0026.png b/img/bili/hd/emoji_sikao0026.png new file mode 100644 index 0000000..c1a59e5 Binary files /dev/null and b/img/bili/hd/emoji_sikao0026.png differ diff --git a/img/bili/hd/emoji_sikao0027.png b/img/bili/hd/emoji_sikao0027.png new file mode 100644 index 0000000..c1a59e5 Binary files /dev/null and b/img/bili/hd/emoji_sikao0027.png differ diff --git a/img/bili/hd/emoji_sikao0028.png b/img/bili/hd/emoji_sikao0028.png new file mode 100644 index 0000000..c1a59e5 Binary files /dev/null and b/img/bili/hd/emoji_sikao0028.png differ diff --git a/img/bili/hd/emoji_sikao0029.png b/img/bili/hd/emoji_sikao0029.png new file mode 100644 index 0000000..c1a59e5 Binary files /dev/null and b/img/bili/hd/emoji_sikao0029.png differ diff --git a/img/bili/hd/emoji_sikao0030.png b/img/bili/hd/emoji_sikao0030.png new file mode 100644 index 0000000..c1a59e5 Binary files /dev/null and b/img/bili/hd/emoji_sikao0030.png differ diff --git a/img/bili/hd/emoji_sikao0031.png b/img/bili/hd/emoji_sikao0031.png new file mode 100644 index 0000000..c1a59e5 Binary files /dev/null and b/img/bili/hd/emoji_sikao0031.png differ diff --git a/img/bili/hd/emoji_sikao0032.png b/img/bili/hd/emoji_sikao0032.png new file mode 100644 index 0000000..c1a59e5 Binary files /dev/null and b/img/bili/hd/emoji_sikao0032.png differ diff --git a/img/bili/hd/emoji_sikao0033.png b/img/bili/hd/emoji_sikao0033.png new file mode 100644 index 0000000..c1a59e5 Binary files /dev/null and b/img/bili/hd/emoji_sikao0033.png differ diff --git a/img/bili/hd/emoji_sikao0034.png b/img/bili/hd/emoji_sikao0034.png new file mode 100644 index 0000000..c1a59e5 Binary files /dev/null and b/img/bili/hd/emoji_sikao0034.png differ diff --git a/img/bili/hd/emoji_sikao0035.png b/img/bili/hd/emoji_sikao0035.png new file mode 100644 index 0000000..c1a59e5 Binary files /dev/null and b/img/bili/hd/emoji_sikao0035.png differ diff --git a/img/bili/hd/emoji_sikao0036.png b/img/bili/hd/emoji_sikao0036.png new file mode 100644 index 0000000..c1a59e5 Binary files /dev/null and b/img/bili/hd/emoji_sikao0036.png differ diff --git a/img/bili/hd/emoji_tiaopi0001.png b/img/bili/hd/emoji_tiaopi0001.png new file mode 100644 index 0000000..f65c604 Binary files /dev/null and b/img/bili/hd/emoji_tiaopi0001.png differ diff --git a/img/bili/hd/emoji_tiaopi0002.png b/img/bili/hd/emoji_tiaopi0002.png new file mode 100644 index 0000000..f65c604 Binary files /dev/null and b/img/bili/hd/emoji_tiaopi0002.png differ diff --git a/img/bili/hd/emoji_tiaopi0003.png b/img/bili/hd/emoji_tiaopi0003.png new file mode 100644 index 0000000..f65c604 Binary files /dev/null and b/img/bili/hd/emoji_tiaopi0003.png differ diff --git a/img/bili/hd/emoji_tiaopi0004.png b/img/bili/hd/emoji_tiaopi0004.png new file mode 100644 index 0000000..f65c604 Binary files /dev/null and b/img/bili/hd/emoji_tiaopi0004.png differ diff --git a/img/bili/hd/emoji_tiaopi0005.png b/img/bili/hd/emoji_tiaopi0005.png new file mode 100644 index 0000000..f65c604 Binary files /dev/null and b/img/bili/hd/emoji_tiaopi0005.png differ diff --git a/img/bili/hd/emoji_tiaopi0006.png b/img/bili/hd/emoji_tiaopi0006.png new file mode 100644 index 0000000..7d27321 Binary files /dev/null and b/img/bili/hd/emoji_tiaopi0006.png differ diff --git a/img/bili/hd/emoji_tiaopi0007.png b/img/bili/hd/emoji_tiaopi0007.png new file mode 100644 index 0000000..0533bd9 Binary files /dev/null and b/img/bili/hd/emoji_tiaopi0007.png differ diff --git a/img/bili/hd/emoji_tiaopi0008.png b/img/bili/hd/emoji_tiaopi0008.png new file mode 100644 index 0000000..0da3d33 Binary files /dev/null and b/img/bili/hd/emoji_tiaopi0008.png differ diff --git a/img/bili/hd/emoji_tiaopi0009.png b/img/bili/hd/emoji_tiaopi0009.png new file mode 100644 index 0000000..27286cd Binary files /dev/null and b/img/bili/hd/emoji_tiaopi0009.png differ diff --git a/img/bili/hd/emoji_tiaopi0010.png b/img/bili/hd/emoji_tiaopi0010.png new file mode 100644 index 0000000..e8ce22a Binary files /dev/null and b/img/bili/hd/emoji_tiaopi0010.png differ diff --git a/img/bili/hd/emoji_tiaopi0011.png b/img/bili/hd/emoji_tiaopi0011.png new file mode 100644 index 0000000..9d52f15 Binary files /dev/null and b/img/bili/hd/emoji_tiaopi0011.png differ diff --git a/img/bili/hd/emoji_tiaopi0012.png b/img/bili/hd/emoji_tiaopi0012.png new file mode 100644 index 0000000..040dcac Binary files /dev/null and b/img/bili/hd/emoji_tiaopi0012.png differ diff --git a/img/bili/hd/emoji_tiaopi0013.png b/img/bili/hd/emoji_tiaopi0013.png new file mode 100644 index 0000000..4a3a527 Binary files /dev/null and b/img/bili/hd/emoji_tiaopi0013.png differ diff --git a/img/bili/hd/emoji_tiaopi0014.png b/img/bili/hd/emoji_tiaopi0014.png new file mode 100644 index 0000000..e8b0a5a Binary files /dev/null and b/img/bili/hd/emoji_tiaopi0014.png differ diff --git a/img/bili/hd/emoji_tiaopi0015.png b/img/bili/hd/emoji_tiaopi0015.png new file mode 100644 index 0000000..3a9ca7e Binary files /dev/null and b/img/bili/hd/emoji_tiaopi0015.png differ diff --git a/img/bili/hd/emoji_tiaopi0016.png b/img/bili/hd/emoji_tiaopi0016.png new file mode 100644 index 0000000..f07d397 Binary files /dev/null and b/img/bili/hd/emoji_tiaopi0016.png differ diff --git a/img/bili/hd/emoji_tiaopi0017.png b/img/bili/hd/emoji_tiaopi0017.png new file mode 100644 index 0000000..121cdcc Binary files /dev/null and b/img/bili/hd/emoji_tiaopi0017.png differ diff --git a/img/bili/hd/emoji_tiaopi0018.png b/img/bili/hd/emoji_tiaopi0018.png new file mode 100644 index 0000000..07ce631 Binary files /dev/null and b/img/bili/hd/emoji_tiaopi0018.png differ diff --git a/img/bili/hd/emoji_tiaopi0019.png b/img/bili/hd/emoji_tiaopi0019.png new file mode 100644 index 0000000..0dd54f0 Binary files /dev/null and b/img/bili/hd/emoji_tiaopi0019.png differ diff --git a/img/bili/hd/emoji_tiaopi0020.png b/img/bili/hd/emoji_tiaopi0020.png new file mode 100644 index 0000000..0697670 Binary files /dev/null and b/img/bili/hd/emoji_tiaopi0020.png differ diff --git a/img/bili/hd/emoji_tiaopi0021.png b/img/bili/hd/emoji_tiaopi0021.png new file mode 100644 index 0000000..dde79c1 Binary files /dev/null and b/img/bili/hd/emoji_tiaopi0021.png differ diff --git a/img/bili/hd/emoji_tiaopi0022.png b/img/bili/hd/emoji_tiaopi0022.png new file mode 100644 index 0000000..e2fce23 Binary files /dev/null and b/img/bili/hd/emoji_tiaopi0022.png differ diff --git a/img/bili/hd/emoji_tiaopi0023.png b/img/bili/hd/emoji_tiaopi0023.png new file mode 100644 index 0000000..47b7f49 Binary files /dev/null and b/img/bili/hd/emoji_tiaopi0023.png differ diff --git a/img/bili/hd/emoji_tiaopi0024.png b/img/bili/hd/emoji_tiaopi0024.png new file mode 100644 index 0000000..3181027 Binary files /dev/null and b/img/bili/hd/emoji_tiaopi0024.png differ diff --git a/img/bili/hd/emoji_tiaopi0025.png b/img/bili/hd/emoji_tiaopi0025.png new file mode 100644 index 0000000..a1a1b3d Binary files /dev/null and b/img/bili/hd/emoji_tiaopi0025.png differ diff --git a/img/bili/hd/emoji_tiaopi0026.png b/img/bili/hd/emoji_tiaopi0026.png new file mode 100644 index 0000000..04cd140 Binary files /dev/null and b/img/bili/hd/emoji_tiaopi0026.png differ diff --git a/img/bili/hd/emoji_tiaopi0027.png b/img/bili/hd/emoji_tiaopi0027.png new file mode 100644 index 0000000..f0eac12 Binary files /dev/null and b/img/bili/hd/emoji_tiaopi0027.png differ diff --git a/img/bili/hd/emoji_tiaopi0028.png b/img/bili/hd/emoji_tiaopi0028.png new file mode 100644 index 0000000..626d773 Binary files /dev/null and b/img/bili/hd/emoji_tiaopi0028.png differ diff --git a/img/bili/hd/emoji_tiaopi0029.png b/img/bili/hd/emoji_tiaopi0029.png new file mode 100644 index 0000000..b64ea25 Binary files /dev/null and b/img/bili/hd/emoji_tiaopi0029.png differ diff --git a/img/bili/hd/emoji_tiaopi0030.png b/img/bili/hd/emoji_tiaopi0030.png new file mode 100644 index 0000000..f510a6f Binary files /dev/null and b/img/bili/hd/emoji_tiaopi0030.png differ diff --git a/img/bili/hd/emoji_tiaopi0031.png b/img/bili/hd/emoji_tiaopi0031.png new file mode 100644 index 0000000..3b5a674 Binary files /dev/null and b/img/bili/hd/emoji_tiaopi0031.png differ diff --git a/img/bili/hd/emoji_tiaopi0032.png b/img/bili/hd/emoji_tiaopi0032.png new file mode 100644 index 0000000..b9da1e9 Binary files /dev/null and b/img/bili/hd/emoji_tiaopi0032.png differ diff --git a/img/bili/hd/emoji_tiaopi0033.png b/img/bili/hd/emoji_tiaopi0033.png new file mode 100644 index 0000000..713e545 Binary files /dev/null and b/img/bili/hd/emoji_tiaopi0033.png differ diff --git a/img/bili/hd/emoji_tiaopi0034.png b/img/bili/hd/emoji_tiaopi0034.png new file mode 100644 index 0000000..15baebc Binary files /dev/null and b/img/bili/hd/emoji_tiaopi0034.png differ diff --git a/img/bili/hd/emoji_tiaopi0035.png b/img/bili/hd/emoji_tiaopi0035.png new file mode 100644 index 0000000..22caf42 Binary files /dev/null and b/img/bili/hd/emoji_tiaopi0035.png differ diff --git a/img/bili/hd/emoji_tiaopi0036.png b/img/bili/hd/emoji_tiaopi0036.png new file mode 100644 index 0000000..775eec5 Binary files /dev/null and b/img/bili/hd/emoji_tiaopi0036.png differ diff --git a/img/bili/hd/emoji_tiaopi0037.png b/img/bili/hd/emoji_tiaopi0037.png new file mode 100644 index 0000000..5980f46 Binary files /dev/null and b/img/bili/hd/emoji_tiaopi0037.png differ diff --git a/img/bili/hd/emoji_tiaopi0038.png b/img/bili/hd/emoji_tiaopi0038.png new file mode 100644 index 0000000..83e727d Binary files /dev/null and b/img/bili/hd/emoji_tiaopi0038.png differ diff --git a/img/bili/hd/emoji_tiaopi0039.png b/img/bili/hd/emoji_tiaopi0039.png new file mode 100644 index 0000000..2ec3822 Binary files /dev/null and b/img/bili/hd/emoji_tiaopi0039.png differ diff --git a/img/bili/hd/emoji_tiaopi0040.png b/img/bili/hd/emoji_tiaopi0040.png new file mode 100644 index 0000000..95c3489 Binary files /dev/null and b/img/bili/hd/emoji_tiaopi0040.png differ diff --git a/img/bili/hd/emoji_tiaopi0041.png b/img/bili/hd/emoji_tiaopi0041.png new file mode 100644 index 0000000..b47cb8b Binary files /dev/null and b/img/bili/hd/emoji_tiaopi0041.png differ diff --git a/img/bili/hd/emoji_tiaopi0042.png b/img/bili/hd/emoji_tiaopi0042.png new file mode 100644 index 0000000..452cceb Binary files /dev/null and b/img/bili/hd/emoji_tiaopi0042.png differ diff --git a/img/bili/hd/emoji_tiaopi0043.png b/img/bili/hd/emoji_tiaopi0043.png new file mode 100644 index 0000000..95e0f22 Binary files /dev/null and b/img/bili/hd/emoji_tiaopi0043.png differ diff --git a/img/bili/hd/emoji_tiaopi0044.png b/img/bili/hd/emoji_tiaopi0044.png new file mode 100644 index 0000000..654ec34 Binary files /dev/null and b/img/bili/hd/emoji_tiaopi0044.png differ diff --git a/img/bili/hd/emoji_tiaopi0045.png b/img/bili/hd/emoji_tiaopi0045.png new file mode 100644 index 0000000..dcd1c35 Binary files /dev/null and b/img/bili/hd/emoji_tiaopi0045.png differ diff --git a/img/bili/hd/emoji_tiaopi0046.png b/img/bili/hd/emoji_tiaopi0046.png new file mode 100644 index 0000000..73ca30a Binary files /dev/null and b/img/bili/hd/emoji_tiaopi0046.png differ diff --git a/img/bili/hd/emoji_tiaopi0047.png b/img/bili/hd/emoji_tiaopi0047.png new file mode 100644 index 0000000..9809287 Binary files /dev/null and b/img/bili/hd/emoji_tiaopi0047.png differ diff --git a/img/bili/hd/emoji_tiaopi0048.png b/img/bili/hd/emoji_tiaopi0048.png new file mode 100644 index 0000000..9809287 Binary files /dev/null and b/img/bili/hd/emoji_tiaopi0048.png differ diff --git a/img/bili/hd/emoji_tiaopi0049.png b/img/bili/hd/emoji_tiaopi0049.png new file mode 100644 index 0000000..9809287 Binary files /dev/null and b/img/bili/hd/emoji_tiaopi0049.png differ diff --git a/img/bili/hd/emoji_tiaopi0050.png b/img/bili/hd/emoji_tiaopi0050.png new file mode 100644 index 0000000..9809287 Binary files /dev/null and b/img/bili/hd/emoji_tiaopi0050.png differ diff --git a/img/bili/hd/emoji_touxiao0001.png b/img/bili/hd/emoji_touxiao0001.png new file mode 100644 index 0000000..202d4b2 Binary files /dev/null and b/img/bili/hd/emoji_touxiao0001.png differ diff --git a/img/bili/hd/emoji_touxiao0002.png b/img/bili/hd/emoji_touxiao0002.png new file mode 100644 index 0000000..1015536 Binary files /dev/null and b/img/bili/hd/emoji_touxiao0002.png differ diff --git a/img/bili/hd/emoji_touxiao0003.png b/img/bili/hd/emoji_touxiao0003.png new file mode 100644 index 0000000..feacb10 Binary files /dev/null and b/img/bili/hd/emoji_touxiao0003.png differ diff --git a/img/bili/hd/emoji_touxiao0004.png b/img/bili/hd/emoji_touxiao0004.png new file mode 100644 index 0000000..69b5272 Binary files /dev/null and b/img/bili/hd/emoji_touxiao0004.png differ diff --git a/img/bili/hd/emoji_touxiao0005.png b/img/bili/hd/emoji_touxiao0005.png new file mode 100644 index 0000000..50525c0 Binary files /dev/null and b/img/bili/hd/emoji_touxiao0005.png differ diff --git a/img/bili/hd/emoji_touxiao0006.png b/img/bili/hd/emoji_touxiao0006.png new file mode 100644 index 0000000..202d4b2 Binary files /dev/null and b/img/bili/hd/emoji_touxiao0006.png differ diff --git a/img/bili/hd/emoji_tuxue0001.png b/img/bili/hd/emoji_tuxue0001.png new file mode 100644 index 0000000..94c7021 Binary files /dev/null and b/img/bili/hd/emoji_tuxue0001.png differ diff --git a/img/bili/hd/emoji_tuxue0002.png b/img/bili/hd/emoji_tuxue0002.png new file mode 100644 index 0000000..f62d14b Binary files /dev/null and b/img/bili/hd/emoji_tuxue0002.png differ diff --git a/img/bili/hd/emoji_tuxue0003.png b/img/bili/hd/emoji_tuxue0003.png new file mode 100644 index 0000000..c6320b2 Binary files /dev/null and b/img/bili/hd/emoji_tuxue0003.png differ diff --git a/img/bili/hd/emoji_tuxue0004.png b/img/bili/hd/emoji_tuxue0004.png new file mode 100644 index 0000000..97c7ac8 Binary files /dev/null and b/img/bili/hd/emoji_tuxue0004.png differ diff --git a/img/bili/hd/emoji_tuxue0005.png b/img/bili/hd/emoji_tuxue0005.png new file mode 100644 index 0000000..8e26012 Binary files /dev/null and b/img/bili/hd/emoji_tuxue0005.png differ diff --git a/img/bili/hd/emoji_tuxue0006.png b/img/bili/hd/emoji_tuxue0006.png new file mode 100644 index 0000000..a596fee Binary files /dev/null and b/img/bili/hd/emoji_tuxue0006.png differ diff --git a/img/bili/hd/emoji_tuxue0007.png b/img/bili/hd/emoji_tuxue0007.png new file mode 100644 index 0000000..15f0161 Binary files /dev/null and b/img/bili/hd/emoji_tuxue0007.png differ diff --git a/img/bili/hd/emoji_tuxue0008.png b/img/bili/hd/emoji_tuxue0008.png new file mode 100644 index 0000000..d1e0600 Binary files /dev/null and b/img/bili/hd/emoji_tuxue0008.png differ diff --git a/img/bili/hd/emoji_weiqu0001.png b/img/bili/hd/emoji_weiqu0001.png new file mode 100644 index 0000000..0a215a5 Binary files /dev/null and b/img/bili/hd/emoji_weiqu0001.png differ diff --git a/img/bili/hd/emoji_weiqu0002.png b/img/bili/hd/emoji_weiqu0002.png new file mode 100644 index 0000000..f145e71 Binary files /dev/null and b/img/bili/hd/emoji_weiqu0002.png differ diff --git a/img/bili/hd/emoji_weiqu0003.png b/img/bili/hd/emoji_weiqu0003.png new file mode 100644 index 0000000..0a215a5 Binary files /dev/null and b/img/bili/hd/emoji_weiqu0003.png differ diff --git a/img/bili/hd/emoji_weiqu0004.png b/img/bili/hd/emoji_weiqu0004.png new file mode 100644 index 0000000..0a215a5 Binary files /dev/null and b/img/bili/hd/emoji_weiqu0004.png differ diff --git a/img/bili/hd/emoji_weiqu0005.png b/img/bili/hd/emoji_weiqu0005.png new file mode 100644 index 0000000..adb0590 Binary files /dev/null and b/img/bili/hd/emoji_weiqu0005.png differ diff --git a/img/bili/hd/emoji_weiqu0006.png b/img/bili/hd/emoji_weiqu0006.png new file mode 100644 index 0000000..82a714b Binary files /dev/null and b/img/bili/hd/emoji_weiqu0006.png differ diff --git a/img/bili/hd/emoji_weiqu0007.png b/img/bili/hd/emoji_weiqu0007.png new file mode 100644 index 0000000..13dce8c Binary files /dev/null and b/img/bili/hd/emoji_weiqu0007.png differ diff --git a/img/bili/hd/emoji_weiqu0008.png b/img/bili/hd/emoji_weiqu0008.png new file mode 100644 index 0000000..4eb3515 Binary files /dev/null and b/img/bili/hd/emoji_weiqu0008.png differ diff --git a/img/bili/hd/emoji_weiqu0009.png b/img/bili/hd/emoji_weiqu0009.png new file mode 100644 index 0000000..6263605 Binary files /dev/null and b/img/bili/hd/emoji_weiqu0009.png differ diff --git a/img/bili/hd/emoji_weiqu0010.png b/img/bili/hd/emoji_weiqu0010.png new file mode 100644 index 0000000..7b27091 Binary files /dev/null and b/img/bili/hd/emoji_weiqu0010.png differ diff --git a/img/bili/hd/emoji_weiqu0011.png b/img/bili/hd/emoji_weiqu0011.png new file mode 100644 index 0000000..fbbd3ad Binary files /dev/null and b/img/bili/hd/emoji_weiqu0011.png differ diff --git a/img/bili/hd/emoji_weiqu0012.png b/img/bili/hd/emoji_weiqu0012.png new file mode 100644 index 0000000..0a215a5 Binary files /dev/null and b/img/bili/hd/emoji_weiqu0012.png differ diff --git a/img/bili/hd/emoji_weiqu0013.png b/img/bili/hd/emoji_weiqu0013.png new file mode 100644 index 0000000..8cc7f82 Binary files /dev/null and b/img/bili/hd/emoji_weiqu0013.png differ diff --git a/img/bili/hd/emoji_weiqu0014.png b/img/bili/hd/emoji_weiqu0014.png new file mode 100644 index 0000000..9418dc7 Binary files /dev/null and b/img/bili/hd/emoji_weiqu0014.png differ diff --git a/img/bili/hd/emoji_weiqu0015.png b/img/bili/hd/emoji_weiqu0015.png new file mode 100644 index 0000000..8cc7f82 Binary files /dev/null and b/img/bili/hd/emoji_weiqu0015.png differ diff --git a/img/bili/hd/emoji_weiqu0016.png b/img/bili/hd/emoji_weiqu0016.png new file mode 100644 index 0000000..743f823 Binary files /dev/null and b/img/bili/hd/emoji_weiqu0016.png differ diff --git a/img/bili/hd/emoji_weiqu0017.png b/img/bili/hd/emoji_weiqu0017.png new file mode 100644 index 0000000..0cef6c7 Binary files /dev/null and b/img/bili/hd/emoji_weiqu0017.png differ diff --git a/img/bili/hd/emoji_weiqu0018.png b/img/bili/hd/emoji_weiqu0018.png new file mode 100644 index 0000000..979fdf2 Binary files /dev/null and b/img/bili/hd/emoji_weiqu0018.png differ diff --git a/img/bili/hd/emoji_weiqu0019.png b/img/bili/hd/emoji_weiqu0019.png new file mode 100644 index 0000000..da0cc98 Binary files /dev/null and b/img/bili/hd/emoji_weiqu0019.png differ diff --git a/img/bili/hd/emoji_weiqu0020.png b/img/bili/hd/emoji_weiqu0020.png new file mode 100644 index 0000000..bcb52e7 Binary files /dev/null and b/img/bili/hd/emoji_weiqu0020.png differ diff --git a/img/bili/hd/emoji_weixiao0001.png b/img/bili/hd/emoji_weixiao0001.png new file mode 100644 index 0000000..f3e4f90 Binary files /dev/null and b/img/bili/hd/emoji_weixiao0001.png differ diff --git a/img/bili/hd/emoji_weixiao0002.png b/img/bili/hd/emoji_weixiao0002.png new file mode 100644 index 0000000..6e71391 Binary files /dev/null and b/img/bili/hd/emoji_weixiao0002.png differ diff --git a/img/bili/hd/emoji_weixiao0003.png b/img/bili/hd/emoji_weixiao0003.png new file mode 100644 index 0000000..a17309d Binary files /dev/null and b/img/bili/hd/emoji_weixiao0003.png differ diff --git a/img/bili/hd/emoji_weixiao0004.png b/img/bili/hd/emoji_weixiao0004.png new file mode 100644 index 0000000..240d28f Binary files /dev/null and b/img/bili/hd/emoji_weixiao0004.png differ diff --git a/img/bili/hd/emoji_weixiao0005.png b/img/bili/hd/emoji_weixiao0005.png new file mode 100644 index 0000000..b92e5d7 Binary files /dev/null and b/img/bili/hd/emoji_weixiao0005.png differ diff --git a/img/bili/hd/emoji_weixiao0006.png b/img/bili/hd/emoji_weixiao0006.png new file mode 100644 index 0000000..9983302 Binary files /dev/null and b/img/bili/hd/emoji_weixiao0006.png differ diff --git a/img/bili/hd/emoji_weixiao0007.png b/img/bili/hd/emoji_weixiao0007.png new file mode 100644 index 0000000..fdd8321 Binary files /dev/null and b/img/bili/hd/emoji_weixiao0007.png differ diff --git a/img/bili/hd/emoji_weixiao0008.png b/img/bili/hd/emoji_weixiao0008.png new file mode 100644 index 0000000..c3a2d44 Binary files /dev/null and b/img/bili/hd/emoji_weixiao0008.png differ diff --git a/img/bili/hd/emoji_weixiao0009.png b/img/bili/hd/emoji_weixiao0009.png new file mode 100644 index 0000000..53d3ec3 Binary files /dev/null and b/img/bili/hd/emoji_weixiao0009.png differ diff --git a/img/bili/hd/emoji_weixiao0010.png b/img/bili/hd/emoji_weixiao0010.png new file mode 100644 index 0000000..81dd90c Binary files /dev/null and b/img/bili/hd/emoji_weixiao0010.png differ diff --git a/img/bili/hd/emoji_weixiao0011.png b/img/bili/hd/emoji_weixiao0011.png new file mode 100644 index 0000000..81564c0 Binary files /dev/null and b/img/bili/hd/emoji_weixiao0011.png differ diff --git a/img/bili/hd/emoji_weixiao0012.png b/img/bili/hd/emoji_weixiao0012.png new file mode 100644 index 0000000..0cd8513 Binary files /dev/null and b/img/bili/hd/emoji_weixiao0012.png differ diff --git a/img/bili/hd/emoji_weixiao0013.png b/img/bili/hd/emoji_weixiao0013.png new file mode 100644 index 0000000..8006dbc Binary files /dev/null and b/img/bili/hd/emoji_weixiao0013.png differ diff --git a/img/bili/hd/emoji_weixiao0014.png b/img/bili/hd/emoji_weixiao0014.png new file mode 100644 index 0000000..67cbb66 Binary files /dev/null and b/img/bili/hd/emoji_weixiao0014.png differ diff --git a/img/bili/hd/emoji_weixiao0015.png b/img/bili/hd/emoji_weixiao0015.png new file mode 100644 index 0000000..e7959f2 Binary files /dev/null and b/img/bili/hd/emoji_weixiao0015.png differ diff --git a/img/bili/hd/emoji_weixiao0016.png b/img/bili/hd/emoji_weixiao0016.png new file mode 100644 index 0000000..2df9cb7 Binary files /dev/null and b/img/bili/hd/emoji_weixiao0016.png differ diff --git a/img/bili/hd/emoji_weixiao0017.png b/img/bili/hd/emoji_weixiao0017.png new file mode 100644 index 0000000..0f832ff Binary files /dev/null and b/img/bili/hd/emoji_weixiao0017.png differ diff --git a/img/bili/hd/emoji_weixiao0018.png b/img/bili/hd/emoji_weixiao0018.png new file mode 100644 index 0000000..8c1fee7 Binary files /dev/null and b/img/bili/hd/emoji_weixiao0018.png differ diff --git a/img/bili/hd/emoji_weixiao0019.png b/img/bili/hd/emoji_weixiao0019.png new file mode 100644 index 0000000..8108932 Binary files /dev/null and b/img/bili/hd/emoji_weixiao0019.png differ diff --git a/img/bili/hd/emoji_weixiao0020.png b/img/bili/hd/emoji_weixiao0020.png new file mode 100644 index 0000000..5c85db9 Binary files /dev/null and b/img/bili/hd/emoji_weixiao0020.png differ diff --git a/img/bili/hd/emoji_wunai0001.png b/img/bili/hd/emoji_wunai0001.png new file mode 100644 index 0000000..09a9645 Binary files /dev/null and b/img/bili/hd/emoji_wunai0001.png differ diff --git a/img/bili/hd/emoji_wunai0002.png b/img/bili/hd/emoji_wunai0002.png new file mode 100644 index 0000000..896d95c Binary files /dev/null and b/img/bili/hd/emoji_wunai0002.png differ diff --git a/img/bili/hd/emoji_wunai0003.png b/img/bili/hd/emoji_wunai0003.png new file mode 100644 index 0000000..fe5d28e Binary files /dev/null and b/img/bili/hd/emoji_wunai0003.png differ diff --git a/img/bili/hd/emoji_wunai0004.png b/img/bili/hd/emoji_wunai0004.png new file mode 100644 index 0000000..4be7830 Binary files /dev/null and b/img/bili/hd/emoji_wunai0004.png differ diff --git a/img/bili/hd/emoji_wunai0005.png b/img/bili/hd/emoji_wunai0005.png new file mode 100644 index 0000000..8712015 Binary files /dev/null and b/img/bili/hd/emoji_wunai0005.png differ diff --git a/img/bili/hd/emoji_wunai0006.png b/img/bili/hd/emoji_wunai0006.png new file mode 100644 index 0000000..5ec2c04 Binary files /dev/null and b/img/bili/hd/emoji_wunai0006.png differ diff --git a/img/bili/hd/emoji_wunai0007.png b/img/bili/hd/emoji_wunai0007.png new file mode 100644 index 0000000..79276f0 Binary files /dev/null and b/img/bili/hd/emoji_wunai0007.png differ diff --git a/img/bili/hd/emoji_wunai0008.png b/img/bili/hd/emoji_wunai0008.png new file mode 100644 index 0000000..527bdd2 Binary files /dev/null and b/img/bili/hd/emoji_wunai0008.png differ diff --git a/img/bili/hd/emoji_wunai0009.png b/img/bili/hd/emoji_wunai0009.png new file mode 100644 index 0000000..b060170 Binary files /dev/null and b/img/bili/hd/emoji_wunai0009.png differ diff --git a/img/bili/hd/emoji_wunai0010.png b/img/bili/hd/emoji_wunai0010.png new file mode 100644 index 0000000..fd14715 Binary files /dev/null and b/img/bili/hd/emoji_wunai0010.png differ diff --git a/img/bili/hd/emoji_wunai0011.png b/img/bili/hd/emoji_wunai0011.png new file mode 100644 index 0000000..9755420 Binary files /dev/null and b/img/bili/hd/emoji_wunai0011.png differ diff --git a/img/bili/hd/emoji_wunai0012.png b/img/bili/hd/emoji_wunai0012.png new file mode 100644 index 0000000..5a6b82f Binary files /dev/null and b/img/bili/hd/emoji_wunai0012.png differ diff --git a/img/bili/hd/emoji_wunai0013.png b/img/bili/hd/emoji_wunai0013.png new file mode 100644 index 0000000..a4e57e0 Binary files /dev/null and b/img/bili/hd/emoji_wunai0013.png differ diff --git a/img/bili/hd/emoji_wunai0014.png b/img/bili/hd/emoji_wunai0014.png new file mode 100644 index 0000000..b0dadc5 Binary files /dev/null and b/img/bili/hd/emoji_wunai0014.png differ diff --git a/img/bili/hd/emoji_wunai0015.png b/img/bili/hd/emoji_wunai0015.png new file mode 100644 index 0000000..f5d81a5 Binary files /dev/null and b/img/bili/hd/emoji_wunai0015.png differ diff --git a/img/bili/hd/emoji_wunai0016.png b/img/bili/hd/emoji_wunai0016.png new file mode 100644 index 0000000..518189f Binary files /dev/null and b/img/bili/hd/emoji_wunai0016.png differ diff --git a/img/bili/hd/emoji_wunai0017.png b/img/bili/hd/emoji_wunai0017.png new file mode 100644 index 0000000..5065edc Binary files /dev/null and b/img/bili/hd/emoji_wunai0017.png differ diff --git a/img/bili/hd/emoji_wunai0018.png b/img/bili/hd/emoji_wunai0018.png new file mode 100644 index 0000000..7f8de85 Binary files /dev/null and b/img/bili/hd/emoji_wunai0018.png differ diff --git a/img/bili/hd/emoji_wunai0019.png b/img/bili/hd/emoji_wunai0019.png new file mode 100644 index 0000000..22e5cfd Binary files /dev/null and b/img/bili/hd/emoji_wunai0019.png differ diff --git a/img/bili/hd/emoji_wunai0020.png b/img/bili/hd/emoji_wunai0020.png new file mode 100644 index 0000000..5ec2c04 Binary files /dev/null and b/img/bili/hd/emoji_wunai0020.png differ diff --git a/img/bili/hd/emoji_wunai0021.png b/img/bili/hd/emoji_wunai0021.png new file mode 100644 index 0000000..5ec2c04 Binary files /dev/null and b/img/bili/hd/emoji_wunai0021.png differ diff --git a/img/bili/hd/emoji_wunai0022.png b/img/bili/hd/emoji_wunai0022.png new file mode 100644 index 0000000..5ec2c04 Binary files /dev/null and b/img/bili/hd/emoji_wunai0022.png differ diff --git a/img/bili/hd/emoji_wunai0023.png b/img/bili/hd/emoji_wunai0023.png new file mode 100644 index 0000000..5ec2c04 Binary files /dev/null and b/img/bili/hd/emoji_wunai0023.png differ diff --git a/img/bili/hd/emoji_xiaoku0001.png b/img/bili/hd/emoji_xiaoku0001.png new file mode 100644 index 0000000..09091da Binary files /dev/null and b/img/bili/hd/emoji_xiaoku0001.png differ diff --git a/img/bili/hd/emoji_xiaoku0002.png b/img/bili/hd/emoji_xiaoku0002.png new file mode 100644 index 0000000..2ca73ae Binary files /dev/null and b/img/bili/hd/emoji_xiaoku0002.png differ diff --git a/img/bili/hd/emoji_xiaoku0003.png b/img/bili/hd/emoji_xiaoku0003.png new file mode 100644 index 0000000..13a805b Binary files /dev/null and b/img/bili/hd/emoji_xiaoku0003.png differ diff --git a/img/bili/hd/emoji_xiaoku0004.png b/img/bili/hd/emoji_xiaoku0004.png new file mode 100644 index 0000000..bf0185a Binary files /dev/null and b/img/bili/hd/emoji_xiaoku0004.png differ diff --git a/img/bili/hd/emoji_xiaoku0005.png b/img/bili/hd/emoji_xiaoku0005.png new file mode 100644 index 0000000..a9a2657 Binary files /dev/null and b/img/bili/hd/emoji_xiaoku0005.png differ diff --git a/img/bili/hd/emoji_xiaoku0006.png b/img/bili/hd/emoji_xiaoku0006.png new file mode 100644 index 0000000..8396fdd Binary files /dev/null and b/img/bili/hd/emoji_xiaoku0006.png differ diff --git a/img/bili/hd/emoji_xiaoku0007.png b/img/bili/hd/emoji_xiaoku0007.png new file mode 100644 index 0000000..918b949 Binary files /dev/null and b/img/bili/hd/emoji_xiaoku0007.png differ diff --git a/img/bili/hd/emoji_xiaoku0008.png b/img/bili/hd/emoji_xiaoku0008.png new file mode 100644 index 0000000..30f3b5c Binary files /dev/null and b/img/bili/hd/emoji_xiaoku0008.png differ diff --git a/img/bili/hd/emoji_xiaoku0009.png b/img/bili/hd/emoji_xiaoku0009.png new file mode 100644 index 0000000..2eeba57 Binary files /dev/null and b/img/bili/hd/emoji_xiaoku0009.png differ diff --git a/img/bili/hd/emoji_xiaoku0010.png b/img/bili/hd/emoji_xiaoku0010.png new file mode 100644 index 0000000..65eb723 Binary files /dev/null and b/img/bili/hd/emoji_xiaoku0010.png differ diff --git a/img/bili/hd/emoji_xiaoku0011.png b/img/bili/hd/emoji_xiaoku0011.png new file mode 100644 index 0000000..fc248c3 Binary files /dev/null and b/img/bili/hd/emoji_xiaoku0011.png differ diff --git a/img/bili/hd/emoji_xiaoku0012.png b/img/bili/hd/emoji_xiaoku0012.png new file mode 100644 index 0000000..798083e Binary files /dev/null and b/img/bili/hd/emoji_xiaoku0012.png differ diff --git a/img/bili/hd/emoji_xiaoku0013.png b/img/bili/hd/emoji_xiaoku0013.png new file mode 100644 index 0000000..49e0219 Binary files /dev/null and b/img/bili/hd/emoji_xiaoku0013.png differ diff --git a/img/bili/hd/emoji_xiaoku0014.png b/img/bili/hd/emoji_xiaoku0014.png new file mode 100644 index 0000000..0c33804 Binary files /dev/null and b/img/bili/hd/emoji_xiaoku0014.png differ diff --git a/img/bili/hd/emoji_xiaoku0015.png b/img/bili/hd/emoji_xiaoku0015.png new file mode 100644 index 0000000..09091da Binary files /dev/null and b/img/bili/hd/emoji_xiaoku0015.png differ diff --git a/img/bili/hd/emoji_xieyanxiao0001.png b/img/bili/hd/emoji_xieyanxiao0001.png new file mode 100644 index 0000000..d150557 Binary files /dev/null and b/img/bili/hd/emoji_xieyanxiao0001.png differ diff --git a/img/bili/hd/emoji_xieyanxiao0002.png b/img/bili/hd/emoji_xieyanxiao0002.png new file mode 100644 index 0000000..0ed6e77 Binary files /dev/null and b/img/bili/hd/emoji_xieyanxiao0002.png differ diff --git a/img/bili/hd/emoji_xieyanxiao0003.png b/img/bili/hd/emoji_xieyanxiao0003.png new file mode 100644 index 0000000..24b8d5b Binary files /dev/null and b/img/bili/hd/emoji_xieyanxiao0003.png differ diff --git a/img/bili/hd/emoji_xieyanxiao0004.png b/img/bili/hd/emoji_xieyanxiao0004.png new file mode 100644 index 0000000..b33c893 Binary files /dev/null and b/img/bili/hd/emoji_xieyanxiao0004.png differ diff --git a/img/bili/hd/emoji_xieyanxiao0005.png b/img/bili/hd/emoji_xieyanxiao0005.png new file mode 100644 index 0000000..d150557 Binary files /dev/null and b/img/bili/hd/emoji_xieyanxiao0005.png differ diff --git a/img/bili/hd/emoji_xieyanxiao0006.png b/img/bili/hd/emoji_xieyanxiao0006.png new file mode 100644 index 0000000..0ed6e77 Binary files /dev/null and b/img/bili/hd/emoji_xieyanxiao0006.png differ diff --git a/img/bili/hd/emoji_xieyanxiao0007.png b/img/bili/hd/emoji_xieyanxiao0007.png new file mode 100644 index 0000000..24b8d5b Binary files /dev/null and b/img/bili/hd/emoji_xieyanxiao0007.png differ diff --git a/img/bili/hd/emoji_xieyanxiao0008.png b/img/bili/hd/emoji_xieyanxiao0008.png new file mode 100644 index 0000000..b33c893 Binary files /dev/null and b/img/bili/hd/emoji_xieyanxiao0008.png differ diff --git a/img/bili/hd/emoji_yiwen0001.png b/img/bili/hd/emoji_yiwen0001.png new file mode 100644 index 0000000..dbf18a6 Binary files /dev/null and b/img/bili/hd/emoji_yiwen0001.png differ diff --git a/img/bili/hd/emoji_yiwen0002.png b/img/bili/hd/emoji_yiwen0002.png new file mode 100644 index 0000000..dbf18a6 Binary files /dev/null and b/img/bili/hd/emoji_yiwen0002.png differ diff --git a/img/bili/hd/emoji_yiwen0003.png b/img/bili/hd/emoji_yiwen0003.png new file mode 100644 index 0000000..dbf18a6 Binary files /dev/null and b/img/bili/hd/emoji_yiwen0003.png differ diff --git a/img/bili/hd/emoji_yiwen0004.png b/img/bili/hd/emoji_yiwen0004.png new file mode 100644 index 0000000..be716cb Binary files /dev/null and b/img/bili/hd/emoji_yiwen0004.png differ diff --git a/img/bili/hd/emoji_yiwen0005.png b/img/bili/hd/emoji_yiwen0005.png new file mode 100644 index 0000000..02629d6 Binary files /dev/null and b/img/bili/hd/emoji_yiwen0005.png differ diff --git a/img/bili/hd/emoji_yiwen0006.png b/img/bili/hd/emoji_yiwen0006.png new file mode 100644 index 0000000..6a910b4 Binary files /dev/null and b/img/bili/hd/emoji_yiwen0006.png differ diff --git a/img/bili/hd/emoji_yiwen0007.png b/img/bili/hd/emoji_yiwen0007.png new file mode 100644 index 0000000..20940f3 Binary files /dev/null and b/img/bili/hd/emoji_yiwen0007.png differ diff --git a/img/bili/hd/emoji_yiwen0008.png b/img/bili/hd/emoji_yiwen0008.png new file mode 100644 index 0000000..8427f3e Binary files /dev/null and b/img/bili/hd/emoji_yiwen0008.png differ diff --git a/img/bili/hd/emoji_yiwen0009.png b/img/bili/hd/emoji_yiwen0009.png new file mode 100644 index 0000000..06d8611 Binary files /dev/null and b/img/bili/hd/emoji_yiwen0009.png differ diff --git a/img/bili/hd/emoji_yiwen0010.png b/img/bili/hd/emoji_yiwen0010.png new file mode 100644 index 0000000..dbf18a6 Binary files /dev/null and b/img/bili/hd/emoji_yiwen0010.png differ diff --git a/img/bili/hd/emoji_yiwen0011.png b/img/bili/hd/emoji_yiwen0011.png new file mode 100644 index 0000000..b082622 Binary files /dev/null and b/img/bili/hd/emoji_yiwen0011.png differ diff --git a/img/bili/hd/emoji_yiwen0012.png b/img/bili/hd/emoji_yiwen0012.png new file mode 100644 index 0000000..b082622 Binary files /dev/null and b/img/bili/hd/emoji_yiwen0012.png differ diff --git a/img/bili/hd/emoji_yiwen0013.png b/img/bili/hd/emoji_yiwen0013.png new file mode 100644 index 0000000..dbf18a6 Binary files /dev/null and b/img/bili/hd/emoji_yiwen0013.png differ diff --git a/img/bili/hd/emoji_yiwen0014.png b/img/bili/hd/emoji_yiwen0014.png new file mode 100644 index 0000000..b15d12f Binary files /dev/null and b/img/bili/hd/emoji_yiwen0014.png differ diff --git a/img/bili/hd/emoji_yiwen0015.png b/img/bili/hd/emoji_yiwen0015.png new file mode 100644 index 0000000..6876cde Binary files /dev/null and b/img/bili/hd/emoji_yiwen0015.png differ diff --git a/img/bili/hd/emoji_yiwen0016.png b/img/bili/hd/emoji_yiwen0016.png new file mode 100644 index 0000000..015d6de Binary files /dev/null and b/img/bili/hd/emoji_yiwen0016.png differ diff --git a/img/bili/hd/emoji_yiwen0017.png b/img/bili/hd/emoji_yiwen0017.png new file mode 100644 index 0000000..167faea Binary files /dev/null and b/img/bili/hd/emoji_yiwen0017.png differ diff --git a/img/bili/hd/emoji_yiwen0018.png b/img/bili/hd/emoji_yiwen0018.png new file mode 100644 index 0000000..c845f1a Binary files /dev/null and b/img/bili/hd/emoji_yiwen0018.png differ diff --git a/img/bili/hd/emoji_yiwen0019.png b/img/bili/hd/emoji_yiwen0019.png new file mode 100644 index 0000000..1f3d677 Binary files /dev/null and b/img/bili/hd/emoji_yiwen0019.png differ diff --git a/img/bili/hd/emoji_yiwen0020.png b/img/bili/hd/emoji_yiwen0020.png new file mode 100644 index 0000000..dbf18a6 Binary files /dev/null and b/img/bili/hd/emoji_yiwen0020.png differ diff --git a/img/bili/hd/emoji_yiwen0021.png b/img/bili/hd/emoji_yiwen0021.png new file mode 100644 index 0000000..dbf18a6 Binary files /dev/null and b/img/bili/hd/emoji_yiwen0021.png differ diff --git a/img/bili/hd/emoji_yun0001.png b/img/bili/hd/emoji_yun0001.png new file mode 100644 index 0000000..0e21b93 Binary files /dev/null and b/img/bili/hd/emoji_yun0001.png differ diff --git a/img/bili/hd/emoji_yun0002.png b/img/bili/hd/emoji_yun0002.png new file mode 100644 index 0000000..41f61c9 Binary files /dev/null and b/img/bili/hd/emoji_yun0002.png differ diff --git a/img/bili/hd/emoji_yun0003.png b/img/bili/hd/emoji_yun0003.png new file mode 100644 index 0000000..686d20f Binary files /dev/null and b/img/bili/hd/emoji_yun0003.png differ diff --git a/img/bili/hd/emoji_yun0004.png b/img/bili/hd/emoji_yun0004.png new file mode 100644 index 0000000..dc0344c Binary files /dev/null and b/img/bili/hd/emoji_yun0004.png differ diff --git a/img/bili/hd/emoji_yun0005.png b/img/bili/hd/emoji_yun0005.png new file mode 100644 index 0000000..54e4469 Binary files /dev/null and b/img/bili/hd/emoji_yun0005.png differ diff --git a/img/bili/hd/emoji_yun0006.png b/img/bili/hd/emoji_yun0006.png new file mode 100644 index 0000000..228de66 Binary files /dev/null and b/img/bili/hd/emoji_yun0006.png differ diff --git a/img/bili/hd/emoji_yun0007.png b/img/bili/hd/emoji_yun0007.png new file mode 100644 index 0000000..8ea73ab Binary files /dev/null and b/img/bili/hd/emoji_yun0007.png differ diff --git a/img/bili/hd/emoji_yun0008.png b/img/bili/hd/emoji_yun0008.png new file mode 100644 index 0000000..5113ddf Binary files /dev/null and b/img/bili/hd/emoji_yun0008.png differ diff --git a/img/bili/hd/emoji_yun0009.png b/img/bili/hd/emoji_yun0009.png new file mode 100644 index 0000000..fed64b7 Binary files /dev/null and b/img/bili/hd/emoji_yun0009.png differ diff --git a/img/bili/hd/emoji_yun0010.png b/img/bili/hd/emoji_yun0010.png new file mode 100644 index 0000000..3328302 Binary files /dev/null and b/img/bili/hd/emoji_yun0010.png differ diff --git a/img/bili/hd/emoji_yun0011.png b/img/bili/hd/emoji_yun0011.png new file mode 100644 index 0000000..d2ef768 Binary files /dev/null and b/img/bili/hd/emoji_yun0011.png differ diff --git a/img/bili/hd/emoji_yun0012.png b/img/bili/hd/emoji_yun0012.png new file mode 100644 index 0000000..6a2bc23 Binary files /dev/null and b/img/bili/hd/emoji_yun0012.png differ diff --git a/img/bili/hd/emoji_zaijian0001.png b/img/bili/hd/emoji_zaijian0001.png new file mode 100644 index 0000000..b12f06f Binary files /dev/null and b/img/bili/hd/emoji_zaijian0001.png differ diff --git a/img/bili/hd/emoji_zaijian0002.png b/img/bili/hd/emoji_zaijian0002.png new file mode 100644 index 0000000..af12a5c Binary files /dev/null and b/img/bili/hd/emoji_zaijian0002.png differ diff --git a/img/bili/hd/emoji_zaijian0003.png b/img/bili/hd/emoji_zaijian0003.png new file mode 100644 index 0000000..fa8b1d0 Binary files /dev/null and b/img/bili/hd/emoji_zaijian0003.png differ diff --git a/img/bili/hd/emoji_zaijian0004.png b/img/bili/hd/emoji_zaijian0004.png new file mode 100644 index 0000000..aaafaa0 Binary files /dev/null and b/img/bili/hd/emoji_zaijian0004.png differ diff --git a/img/bili/hd/emoji_zaijian0005.png b/img/bili/hd/emoji_zaijian0005.png new file mode 100644 index 0000000..30a495c Binary files /dev/null and b/img/bili/hd/emoji_zaijian0005.png differ diff --git a/img/bili/hd/emoji_zaijian0006.png b/img/bili/hd/emoji_zaijian0006.png new file mode 100644 index 0000000..b430f21 Binary files /dev/null and b/img/bili/hd/emoji_zaijian0006.png differ diff --git a/img/bili/hd/emoji_zaijian0007.png b/img/bili/hd/emoji_zaijian0007.png new file mode 100644 index 0000000..1d8b336 Binary files /dev/null and b/img/bili/hd/emoji_zaijian0007.png differ diff --git a/img/bili/hd/emoji_zaijian0008.png b/img/bili/hd/emoji_zaijian0008.png new file mode 100644 index 0000000..0539cad Binary files /dev/null and b/img/bili/hd/emoji_zaijian0008.png differ diff --git a/img/bili/hd/emoji_zaijian0009.png b/img/bili/hd/emoji_zaijian0009.png new file mode 100644 index 0000000..12b6944 Binary files /dev/null and b/img/bili/hd/emoji_zaijian0009.png differ diff --git a/img/bili/hd/emoji_zaijian0010.png b/img/bili/hd/emoji_zaijian0010.png new file mode 100644 index 0000000..b2baee5 Binary files /dev/null and b/img/bili/hd/emoji_zaijian0010.png differ diff --git a/img/bili/hd/emoji_zaijian0011.png b/img/bili/hd/emoji_zaijian0011.png new file mode 100644 index 0000000..4ed1957 Binary files /dev/null and b/img/bili/hd/emoji_zaijian0011.png differ diff --git a/img/bili/hd/emoji_zaijian0012.png b/img/bili/hd/emoji_zaijian0012.png new file mode 100644 index 0000000..8095d84 Binary files /dev/null and b/img/bili/hd/emoji_zaijian0012.png differ diff --git a/img/bili/hd/emoji_zaijian0013.png b/img/bili/hd/emoji_zaijian0013.png new file mode 100644 index 0000000..a75a168 Binary files /dev/null and b/img/bili/hd/emoji_zaijian0013.png differ diff --git a/img/bili/hd/emoji_zaijian0014.png b/img/bili/hd/emoji_zaijian0014.png new file mode 100644 index 0000000..da10007 Binary files /dev/null and b/img/bili/hd/emoji_zaijian0014.png differ diff --git a/img/bili/hd/emoji_zaijian0015.png b/img/bili/hd/emoji_zaijian0015.png new file mode 100644 index 0000000..755a5ae Binary files /dev/null and b/img/bili/hd/emoji_zaijian0015.png differ diff --git a/img/bili/hd/emoji_zaijian0016.png b/img/bili/hd/emoji_zaijian0016.png new file mode 100644 index 0000000..728c529 Binary files /dev/null and b/img/bili/hd/emoji_zaijian0016.png differ diff --git a/img/bili/hd/emoji_zaijian0017.png b/img/bili/hd/emoji_zaijian0017.png new file mode 100644 index 0000000..b293656 Binary files /dev/null and b/img/bili/hd/emoji_zaijian0017.png differ diff --git a/img/bili/hd/emoji_zaijian0018.png b/img/bili/hd/emoji_zaijian0018.png new file mode 100644 index 0000000..e7eecb0 Binary files /dev/null and b/img/bili/hd/emoji_zaijian0018.png differ diff --git a/img/bili/hd/emoji_zaijian0019.png b/img/bili/hd/emoji_zaijian0019.png new file mode 100644 index 0000000..b4a1fa8 Binary files /dev/null and b/img/bili/hd/emoji_zaijian0019.png differ diff --git a/img/bili/hd/emoji_zaijian0020.png b/img/bili/hd/emoji_zaijian0020.png new file mode 100644 index 0000000..bb95b30 Binary files /dev/null and b/img/bili/hd/emoji_zaijian0020.png differ diff --git a/img/bili/hd/emoji_zaijian0021.png b/img/bili/hd/emoji_zaijian0021.png new file mode 100644 index 0000000..b9e7f42 Binary files /dev/null and b/img/bili/hd/emoji_zaijian0021.png differ diff --git a/img/bili/hd/emoji_zaijian0022.png b/img/bili/hd/emoji_zaijian0022.png new file mode 100644 index 0000000..31cc4a0 Binary files /dev/null and b/img/bili/hd/emoji_zaijian0022.png differ diff --git a/img/bili/hd/emoji_zaijian0023.png b/img/bili/hd/emoji_zaijian0023.png new file mode 100644 index 0000000..92b4f98 Binary files /dev/null and b/img/bili/hd/emoji_zaijian0023.png differ diff --git a/img/bili/hd/emoji_zaijian0024.png b/img/bili/hd/emoji_zaijian0024.png new file mode 100644 index 0000000..b12f06f Binary files /dev/null and b/img/bili/hd/emoji_zaijian0024.png differ diff --git a/img/bili/hd/emoji_zhuakuang0001.png b/img/bili/hd/emoji_zhuakuang0001.png new file mode 100644 index 0000000..42d43e6 Binary files /dev/null and b/img/bili/hd/emoji_zhuakuang0001.png differ diff --git a/img/bili/hd/emoji_zhuakuang0002.png b/img/bili/hd/emoji_zhuakuang0002.png new file mode 100644 index 0000000..6342a9a Binary files /dev/null and b/img/bili/hd/emoji_zhuakuang0002.png differ diff --git a/img/bili/hd/emoji_zhuakuang0003.png b/img/bili/hd/emoji_zhuakuang0003.png new file mode 100644 index 0000000..2e1ad76 Binary files /dev/null and b/img/bili/hd/emoji_zhuakuang0003.png differ diff --git a/img/bili/hd/emoji_zhuakuang0004.png b/img/bili/hd/emoji_zhuakuang0004.png new file mode 100644 index 0000000..e03ac01 Binary files /dev/null and b/img/bili/hd/emoji_zhuakuang0004.png differ diff --git a/img/bili/hd/emoji_zhuakuang0005.png b/img/bili/hd/emoji_zhuakuang0005.png new file mode 100644 index 0000000..faccba5 Binary files /dev/null and b/img/bili/hd/emoji_zhuakuang0005.png differ diff --git a/img/bili/hd/emoji_zhuakuang0006.png b/img/bili/hd/emoji_zhuakuang0006.png new file mode 100644 index 0000000..c11d5eb Binary files /dev/null and b/img/bili/hd/emoji_zhuakuang0006.png differ diff --git a/img/bili/hd/emoji_zhuakuang0007.png b/img/bili/hd/emoji_zhuakuang0007.png new file mode 100644 index 0000000..3cafa59 Binary files /dev/null and b/img/bili/hd/emoji_zhuakuang0007.png differ diff --git a/img/bili/hd/emoji_zhuakuang0008.png b/img/bili/hd/emoji_zhuakuang0008.png new file mode 100644 index 0000000..ef6a5f8 Binary files /dev/null and b/img/bili/hd/emoji_zhuakuang0008.png differ diff --git a/img/bili/hd/emoji_zhuakuang0009.png b/img/bili/hd/emoji_zhuakuang0009.png new file mode 100644 index 0000000..3d8b699 Binary files /dev/null and b/img/bili/hd/emoji_zhuakuang0009.png differ diff --git a/img/bili/hd/emoji_zhuakuang0010.png b/img/bili/hd/emoji_zhuakuang0010.png new file mode 100644 index 0000000..8a2e6d1 Binary files /dev/null and b/img/bili/hd/emoji_zhuakuang0010.png differ diff --git a/img/bili/hd/emoji_zhuakuang0011.png b/img/bili/hd/emoji_zhuakuang0011.png new file mode 100644 index 0000000..e51c10f Binary files /dev/null and b/img/bili/hd/emoji_zhuakuang0011.png differ diff --git a/img/bili/hd/emoji_zhuakuang0012.png b/img/bili/hd/emoji_zhuakuang0012.png new file mode 100644 index 0000000..9da9fe0 Binary files /dev/null and b/img/bili/hd/emoji_zhuakuang0012.png differ diff --git a/img/bili/hd/emoji_zhuakuang0013.png b/img/bili/hd/emoji_zhuakuang0013.png new file mode 100644 index 0000000..bd28845 Binary files /dev/null and b/img/bili/hd/emoji_zhuakuang0013.png differ diff --git a/img/bili/hd/emoji_zhuakuang0014.png b/img/bili/hd/emoji_zhuakuang0014.png new file mode 100644 index 0000000..68d8871 Binary files /dev/null and b/img/bili/hd/emoji_zhuakuang0014.png differ diff --git a/img/bili/hd/emoji_zhuakuang0015.png b/img/bili/hd/emoji_zhuakuang0015.png new file mode 100644 index 0000000..ed514a1 Binary files /dev/null and b/img/bili/hd/emoji_zhuakuang0015.png differ diff --git a/img/bili/hd/emoji_zhuakuang0016.png b/img/bili/hd/emoji_zhuakuang0016.png new file mode 100644 index 0000000..0abbc36 Binary files /dev/null and b/img/bili/hd/emoji_zhuakuang0016.png differ diff --git a/img/bili/hd/emoji_zhuakuang0017.png b/img/bili/hd/emoji_zhuakuang0017.png new file mode 100644 index 0000000..ac32e71 Binary files /dev/null and b/img/bili/hd/emoji_zhuakuang0017.png differ diff --git a/img/bili/hd/emoji_zhuakuang0018.png b/img/bili/hd/emoji_zhuakuang0018.png new file mode 100644 index 0000000..c5be4dd Binary files /dev/null and b/img/bili/hd/emoji_zhuakuang0018.png differ diff --git a/img/bili/hd/emoji_zhuakuang0019.png b/img/bili/hd/emoji_zhuakuang0019.png new file mode 100644 index 0000000..4953eb4 Binary files /dev/null and b/img/bili/hd/emoji_zhuakuang0019.png differ diff --git a/img/bili/hd/ic_emoji_baiyan.png b/img/bili/hd/ic_emoji_baiyan.png new file mode 100644 index 0000000..296a45d Binary files /dev/null and b/img/bili/hd/ic_emoji_baiyan.png differ diff --git a/img/bili/hd/ic_emoji_bishi.png b/img/bili/hd/ic_emoji_bishi.png new file mode 100644 index 0000000..f400caa Binary files /dev/null and b/img/bili/hd/ic_emoji_bishi.png differ diff --git a/img/bili/hd/ic_emoji_bizui.png b/img/bili/hd/ic_emoji_bizui.png new file mode 100644 index 0000000..7395139 Binary files /dev/null and b/img/bili/hd/ic_emoji_bizui.png differ diff --git a/img/bili/hd/ic_emoji_chan.png b/img/bili/hd/ic_emoji_chan.png new file mode 100644 index 0000000..2b0334c Binary files /dev/null and b/img/bili/hd/ic_emoji_chan.png differ diff --git a/img/bili/hd/ic_emoji_daku.png b/img/bili/hd/ic_emoji_daku.png new file mode 100644 index 0000000..c3409a9 Binary files /dev/null and b/img/bili/hd/ic_emoji_daku.png differ diff --git a/img/bili/hd/ic_emoji_dalao.png b/img/bili/hd/ic_emoji_dalao.png new file mode 100644 index 0000000..a6e1830 Binary files /dev/null and b/img/bili/hd/ic_emoji_dalao.png differ diff --git a/img/bili/hd/ic_emoji_dalian.png b/img/bili/hd/ic_emoji_dalian.png new file mode 100644 index 0000000..d6e9f3e Binary files /dev/null and b/img/bili/hd/ic_emoji_dalian.png differ diff --git a/img/bili/hd/ic_emoji_dianzan.png b/img/bili/hd/ic_emoji_dianzan.png new file mode 100644 index 0000000..a9d4f81 Binary files /dev/null and b/img/bili/hd/ic_emoji_dianzan.png differ diff --git a/img/bili/hd/ic_emoji_doge.png b/img/bili/hd/ic_emoji_doge.png new file mode 100644 index 0000000..086532a Binary files /dev/null and b/img/bili/hd/ic_emoji_doge.png differ diff --git a/img/bili/hd/ic_emoji_edit_tvicon.png b/img/bili/hd/ic_emoji_edit_tvicon.png new file mode 100644 index 0000000..370e722 Binary files /dev/null and b/img/bili/hd/ic_emoji_edit_tvicon.png differ diff --git a/img/bili/hd/ic_emoji_facai.png b/img/bili/hd/ic_emoji_facai.png new file mode 100644 index 0000000..c0dd204 Binary files /dev/null and b/img/bili/hd/ic_emoji_facai.png differ diff --git a/img/bili/hd/ic_emoji_fadai.png b/img/bili/hd/ic_emoji_fadai.png new file mode 100644 index 0000000..afb57c8 Binary files /dev/null and b/img/bili/hd/ic_emoji_fadai.png differ diff --git a/img/bili/hd/ic_emoji_fanu.png b/img/bili/hd/ic_emoji_fanu.png new file mode 100644 index 0000000..67b1c1d Binary files /dev/null and b/img/bili/hd/ic_emoji_fanu.png differ diff --git a/img/bili/hd/ic_emoji_ganga.png b/img/bili/hd/ic_emoji_ganga.png new file mode 100644 index 0000000..31fc18f Binary files /dev/null and b/img/bili/hd/ic_emoji_ganga.png differ diff --git a/img/bili/hd/ic_emoji_guilian.png b/img/bili/hd/ic_emoji_guilian.png new file mode 100644 index 0000000..2bf9b42 Binary files /dev/null and b/img/bili/hd/ic_emoji_guilian.png differ diff --git a/img/bili/hd/ic_emoji_guzhang.png b/img/bili/hd/ic_emoji_guzhang.png new file mode 100644 index 0000000..440abed Binary files /dev/null and b/img/bili/hd/ic_emoji_guzhang.png differ diff --git a/img/bili/hd/ic_emoji_haixiu.png b/img/bili/hd/ic_emoji_haixiu.png new file mode 100644 index 0000000..dd24f22 Binary files /dev/null and b/img/bili/hd/ic_emoji_haixiu.png differ diff --git a/img/bili/hd/ic_emoji_heirenwenhao.png b/img/bili/hd/ic_emoji_heirenwenhao.png new file mode 100644 index 0000000..5c25925 Binary files /dev/null and b/img/bili/hd/ic_emoji_heirenwenhao.png differ diff --git a/img/bili/hd/ic_emoji_huaixiao.png b/img/bili/hd/ic_emoji_huaixiao.png new file mode 100644 index 0000000..91920a7 Binary files /dev/null and b/img/bili/hd/ic_emoji_huaixiao.png differ diff --git a/img/bili/hd/ic_emoji_jingxia.png b/img/bili/hd/ic_emoji_jingxia.png new file mode 100644 index 0000000..ba4418b Binary files /dev/null and b/img/bili/hd/ic_emoji_jingxia.png differ diff --git a/img/bili/hd/ic_emoji_keai.png b/img/bili/hd/ic_emoji_keai.png new file mode 100644 index 0000000..e08940c Binary files /dev/null and b/img/bili/hd/ic_emoji_keai.png differ diff --git a/img/bili/hd/ic_emoji_koubi.png b/img/bili/hd/ic_emoji_koubi.png new file mode 100644 index 0000000..58bc65f Binary files /dev/null and b/img/bili/hd/ic_emoji_koubi.png differ diff --git a/img/bili/hd/ic_emoji_kun.png b/img/bili/hd/ic_emoji_kun.png new file mode 100644 index 0000000..e648847 Binary files /dev/null and b/img/bili/hd/ic_emoji_kun.png differ diff --git a/img/bili/hd/ic_emoji_lengmo.png b/img/bili/hd/ic_emoji_lengmo.png new file mode 100644 index 0000000..7e298cb Binary files /dev/null and b/img/bili/hd/ic_emoji_lengmo.png differ diff --git a/img/bili/hd/ic_emoji_liubixue.png b/img/bili/hd/ic_emoji_liubixue.png new file mode 100644 index 0000000..958f240 Binary files /dev/null and b/img/bili/hd/ic_emoji_liubixue.png differ diff --git a/img/bili/hd/ic_emoji_liuhan.png b/img/bili/hd/ic_emoji_liuhan.png new file mode 100644 index 0000000..66529c8 Binary files /dev/null and b/img/bili/hd/ic_emoji_liuhan.png differ diff --git a/img/bili/hd/ic_emoji_liulei.png b/img/bili/hd/ic_emoji_liulei.png new file mode 100644 index 0000000..0724bbc Binary files /dev/null and b/img/bili/hd/ic_emoji_liulei.png differ diff --git a/img/bili/hd/ic_emoji_miantian.png b/img/bili/hd/ic_emoji_miantian.png new file mode 100644 index 0000000..9d8f5a2 Binary files /dev/null and b/img/bili/hd/ic_emoji_miantian.png differ diff --git a/img/bili/hd/ic_emoji_mudengkoudai.png b/img/bili/hd/ic_emoji_mudengkoudai.png new file mode 100644 index 0000000..fb48719 Binary files /dev/null and b/img/bili/hd/ic_emoji_mudengkoudai.png differ diff --git a/img/bili/hd/ic_emoji_nanguo.png b/img/bili/hd/ic_emoji_nanguo.png new file mode 100644 index 0000000..40860a8 Binary files /dev/null and b/img/bili/hd/ic_emoji_nanguo.png differ diff --git a/img/bili/hd/ic_emoji_outu.png b/img/bili/hd/ic_emoji_outu.png new file mode 100644 index 0000000..4523c38 Binary files /dev/null and b/img/bili/hd/ic_emoji_outu.png differ diff --git a/img/bili/hd/ic_emoji_qinqin.png b/img/bili/hd/ic_emoji_qinqin.png new file mode 100644 index 0000000..5decad5 Binary files /dev/null and b/img/bili/hd/ic_emoji_qinqin.png differ diff --git a/img/bili/hd/ic_emoji_se.png b/img/bili/hd/ic_emoji_se.png new file mode 100644 index 0000000..f1f6099 Binary files /dev/null and b/img/bili/hd/ic_emoji_se.png differ diff --git a/img/bili/hd/ic_emoji_shengbing.png b/img/bili/hd/ic_emoji_shengbing.png new file mode 100644 index 0000000..94a8f4e Binary files /dev/null and b/img/bili/hd/ic_emoji_shengbing.png differ diff --git a/img/bili/hd/ic_emoji_shengqi.png b/img/bili/hd/ic_emoji_shengqi.png new file mode 100644 index 0000000..6984650 Binary files /dev/null and b/img/bili/hd/ic_emoji_shengqi.png differ diff --git a/img/bili/hd/ic_emoji_shuizhao.png b/img/bili/hd/ic_emoji_shuizhao.png new file mode 100644 index 0000000..5c200d8 Binary files /dev/null and b/img/bili/hd/ic_emoji_shuizhao.png differ diff --git a/img/bili/hd/ic_emoji_sikao.png b/img/bili/hd/ic_emoji_sikao.png new file mode 100644 index 0000000..a33a3fd Binary files /dev/null and b/img/bili/hd/ic_emoji_sikao.png differ diff --git a/img/bili/hd/ic_emoji_test.png b/img/bili/hd/ic_emoji_test.png new file mode 100644 index 0000000..370e722 Binary files /dev/null and b/img/bili/hd/ic_emoji_test.png differ diff --git a/img/bili/hd/ic_emoji_tiaokan.png b/img/bili/hd/ic_emoji_tiaokan.png new file mode 100644 index 0000000..274576e Binary files /dev/null and b/img/bili/hd/ic_emoji_tiaokan.png differ diff --git a/img/bili/hd/ic_emoji_tiaopi.png b/img/bili/hd/ic_emoji_tiaopi.png new file mode 100644 index 0000000..7aa5c8a Binary files /dev/null and b/img/bili/hd/ic_emoji_tiaopi.png differ diff --git a/img/bili/hd/ic_emoji_touxiao.png b/img/bili/hd/ic_emoji_touxiao.png new file mode 100644 index 0000000..8fa5641 Binary files /dev/null and b/img/bili/hd/ic_emoji_touxiao.png differ diff --git a/img/bili/hd/ic_emoji_tuxue.png b/img/bili/hd/ic_emoji_tuxue.png new file mode 100644 index 0000000..27edb72 Binary files /dev/null and b/img/bili/hd/ic_emoji_tuxue.png differ diff --git a/img/bili/hd/ic_emoji_weiqu.png b/img/bili/hd/ic_emoji_weiqu.png new file mode 100644 index 0000000..68a60e7 Binary files /dev/null and b/img/bili/hd/ic_emoji_weiqu.png differ diff --git a/img/bili/hd/ic_emoji_weixiao.png b/img/bili/hd/ic_emoji_weixiao.png new file mode 100644 index 0000000..82b83c1 Binary files /dev/null and b/img/bili/hd/ic_emoji_weixiao.png differ diff --git a/img/bili/hd/ic_emoji_wunai.png b/img/bili/hd/ic_emoji_wunai.png new file mode 100644 index 0000000..b44a619 Binary files /dev/null and b/img/bili/hd/ic_emoji_wunai.png differ diff --git a/img/bili/hd/ic_emoji_xiaoku.png b/img/bili/hd/ic_emoji_xiaoku.png new file mode 100644 index 0000000..bc2adc9 Binary files /dev/null and b/img/bili/hd/ic_emoji_xiaoku.png differ diff --git a/img/bili/hd/ic_emoji_xieyanxiao.png b/img/bili/hd/ic_emoji_xieyanxiao.png new file mode 100644 index 0000000..ecfe79e Binary files /dev/null and b/img/bili/hd/ic_emoji_xieyanxiao.png differ diff --git a/img/bili/hd/ic_emoji_yiwen.png b/img/bili/hd/ic_emoji_yiwen.png new file mode 100644 index 0000000..23eef89 Binary files /dev/null and b/img/bili/hd/ic_emoji_yiwen.png differ diff --git a/img/bili/hd/ic_emoji_yun.png b/img/bili/hd/ic_emoji_yun.png new file mode 100644 index 0000000..d166c44 Binary files /dev/null and b/img/bili/hd/ic_emoji_yun.png differ diff --git a/img/bili/hd/ic_emoji_zaijian.png b/img/bili/hd/ic_emoji_zaijian.png new file mode 100644 index 0000000..15d8c77 Binary files /dev/null and b/img/bili/hd/ic_emoji_zaijian.png differ diff --git a/img/bili/hd/ic_emoji_zhoumei.png b/img/bili/hd/ic_emoji_zhoumei.png new file mode 100644 index 0000000..f8bd424 Binary files /dev/null and b/img/bili/hd/ic_emoji_zhoumei.png differ diff --git a/img/bili/hd/ic_emoji_zhuakuang.png b/img/bili/hd/ic_emoji_zhuakuang.png new file mode 100644 index 0000000..821e58e Binary files /dev/null and b/img/bili/hd/ic_emoji_zhuakuang.png differ diff --git a/img/bili/heirenwenhao.png b/img/bili/heirenwenhao.png new file mode 100644 index 0000000..02eef81 Binary files /dev/null and b/img/bili/heirenwenhao.png differ diff --git a/img/bili/huaixiao.png b/img/bili/huaixiao.png new file mode 100644 index 0000000..4004aff Binary files /dev/null and b/img/bili/huaixiao.png differ diff --git a/img/bili/jingxia.png b/img/bili/jingxia.png new file mode 100644 index 0000000..698d797 Binary files /dev/null and b/img/bili/jingxia.png differ diff --git a/img/bili/keai.png b/img/bili/keai.png new file mode 100644 index 0000000..dcc917d Binary files /dev/null and b/img/bili/keai.png differ diff --git a/img/bili/koubi.png b/img/bili/koubi.png new file mode 100644 index 0000000..91eaf24 Binary files /dev/null and b/img/bili/koubi.png differ diff --git a/img/bili/kun.png b/img/bili/kun.png new file mode 100644 index 0000000..8effe55 Binary files /dev/null and b/img/bili/kun.png differ diff --git a/img/bili/lengmo.png b/img/bili/lengmo.png new file mode 100644 index 0000000..5f40f7c Binary files /dev/null and b/img/bili/lengmo.png differ diff --git a/img/bili/liubixue.png b/img/bili/liubixue.png new file mode 100644 index 0000000..fb6b99e Binary files /dev/null and b/img/bili/liubixue.png differ diff --git a/img/bili/liuhan.png b/img/bili/liuhan.png new file mode 100644 index 0000000..2c95ecf Binary files /dev/null and b/img/bili/liuhan.png differ diff --git a/img/bili/liulei.png b/img/bili/liulei.png new file mode 100644 index 0000000..71577cf Binary files /dev/null and b/img/bili/liulei.png differ diff --git a/img/bili/miantian.png b/img/bili/miantian.png new file mode 100644 index 0000000..d6236b7 Binary files /dev/null and b/img/bili/miantian.png differ diff --git a/img/bili/mudengkoudai.png b/img/bili/mudengkoudai.png new file mode 100644 index 0000000..19114d4 Binary files /dev/null and b/img/bili/mudengkoudai.png differ diff --git a/img/bili/nanguo.png b/img/bili/nanguo.png new file mode 100644 index 0000000..16f2434 Binary files /dev/null and b/img/bili/nanguo.png differ diff --git a/img/bili/outu.png b/img/bili/outu.png new file mode 100644 index 0000000..8718015 Binary files /dev/null and b/img/bili/outu.png differ diff --git a/img/bili/qinqin.png b/img/bili/qinqin.png new file mode 100644 index 0000000..8132cdf Binary files /dev/null and b/img/bili/qinqin.png differ diff --git a/img/bili/se.png b/img/bili/se.png new file mode 100644 index 0000000..2039ac7 Binary files /dev/null and b/img/bili/se.png differ diff --git a/img/bili/shengbing.png b/img/bili/shengbing.png new file mode 100644 index 0000000..42c3637 Binary files /dev/null and b/img/bili/shengbing.png differ diff --git a/img/bili/shengqi.png b/img/bili/shengqi.png new file mode 100644 index 0000000..9e431cf Binary files /dev/null and b/img/bili/shengqi.png differ diff --git a/img/bili/shuizhao.png b/img/bili/shuizhao.png new file mode 100644 index 0000000..7433eb8 Binary files /dev/null and b/img/bili/shuizhao.png differ diff --git a/img/bili/sikao.png b/img/bili/sikao.png new file mode 100644 index 0000000..95cd2ee Binary files /dev/null and b/img/bili/sikao.png differ diff --git a/img/bili/tiaokan.png b/img/bili/tiaokan.png new file mode 100644 index 0000000..e992567 Binary files /dev/null and b/img/bili/tiaokan.png differ diff --git a/img/bili/tiaopi.png b/img/bili/tiaopi.png new file mode 100644 index 0000000..2b5b028 Binary files /dev/null and b/img/bili/tiaopi.png differ diff --git a/img/bili/touxiao.png b/img/bili/touxiao.png new file mode 100644 index 0000000..f04df88 Binary files /dev/null and b/img/bili/touxiao.png differ diff --git a/img/bili/tuxue.png b/img/bili/tuxue.png new file mode 100644 index 0000000..4f406c7 Binary files /dev/null and b/img/bili/tuxue.png differ diff --git a/img/bili/weiqu.png b/img/bili/weiqu.png new file mode 100644 index 0000000..1fe6002 Binary files /dev/null and b/img/bili/weiqu.png differ diff --git a/img/bili/weixiao.png b/img/bili/weixiao.png new file mode 100644 index 0000000..8ab9511 Binary files /dev/null and b/img/bili/weixiao.png differ diff --git a/img/bili/wunai.png b/img/bili/wunai.png new file mode 100644 index 0000000..1d04631 Binary files /dev/null and b/img/bili/wunai.png differ diff --git a/img/bili/xiaoku.png b/img/bili/xiaoku.png new file mode 100644 index 0000000..1734fd3 Binary files /dev/null and b/img/bili/xiaoku.png differ diff --git a/img/bili/xieyanxiao.png b/img/bili/xieyanxiao.png new file mode 100644 index 0000000..50d1a8f Binary files /dev/null and b/img/bili/xieyanxiao.png differ diff --git a/img/bili/yiwen.png b/img/bili/yiwen.png new file mode 100644 index 0000000..4e1246a Binary files /dev/null and b/img/bili/yiwen.png differ diff --git a/img/bili/yun.png b/img/bili/yun.png new file mode 100644 index 0000000..8385b34 Binary files /dev/null and b/img/bili/yun.png differ diff --git a/img/bili/zaijian.png b/img/bili/zaijian.png new file mode 100644 index 0000000..9d5b068 Binary files /dev/null and b/img/bili/zaijian.png differ diff --git a/img/bili/zhoumei.png b/img/bili/zhoumei.png new file mode 100644 index 0000000..4ae9202 Binary files /dev/null and b/img/bili/zhoumei.png differ diff --git a/img/bili/zhuakuang.png b/img/bili/zhuakuang.png new file mode 100644 index 0000000..8c78712 Binary files /dev/null and b/img/bili/zhuakuang.png differ diff --git a/img/other/head.jpg b/img/other/head.jpg new file mode 100644 index 0000000..5ee645c Binary files /dev/null and b/img/other/head.jpg differ diff --git a/img/other/hr.png b/img/other/hr.png new file mode 100644 index 0000000..ea8dee7 Binary files /dev/null and b/img/other/hr.png differ diff --git a/img/svg/loader/orange.ajax-spinner-preloader.svg b/img/svg/loader/orange.ajax-spinner-preloader.svg new file mode 100644 index 0000000..8fc4fe1 --- /dev/null +++ b/img/svg/loader/orange.ajax-spinner-preloader.svg @@ -0,0 +1,65 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/img/svg/loader/orange.progress-bar-stripe-loader.svg b/img/svg/loader/orange.progress-bar-stripe-loader.svg new file mode 100644 index 0000000..6715886 --- /dev/null +++ b/img/svg/loader/orange.progress-bar-stripe-loader.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/img/svg/loader/orange.square-circle-preloader.svg b/img/svg/loader/orange.square-circle-preloader.svg new file mode 100644 index 0000000..c1c0683 --- /dev/null +++ b/img/svg/loader/orange.square-circle-preloader.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/img/svg/loader/trans.ajax-spinner-preloader.svg b/img/svg/loader/trans.ajax-spinner-preloader.svg new file mode 100644 index 0000000..1e0cb6f --- /dev/null +++ b/img/svg/loader/trans.ajax-spinner-preloader.svg @@ -0,0 +1,65 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/js/lib.js b/js/lib.js new file mode 100644 index 0000000..b25cfb2 --- /dev/null +++ b/js/lib.js @@ -0,0 +1,358 @@ +/*! Generate by Mashiro. Mon Nov 11 03:03:06 2019*/ +/*! jQuery v3.3.1 | (c) JS Foundation and other contributors | jquery.org/license */ +!function(e,t){"use strict";"object"==typeof module&&"object"==typeof module.exports?module.exports=e.document?t(e,!0):function(e){if(!e.document)throw new Error("jQuery requires a window with a document");return t(e)}:t(e)}("undefined"!=typeof window?window:this,function(e,t){"use strict";var n=[],r=e.document,i=Object.getPrototypeOf,o=n.slice,a=n.concat,s=n.push,u=n.indexOf,l={},c=l.toString,f=l.hasOwnProperty,p=f.toString,d=p.call(Object),h={},g=function e(t){return"function"==typeof t&&"number"!=typeof t.nodeType},y=function e(t){return null!=t&&t===t.window},v={type:!0,src:!0,noModule:!0};function m(e,t,n){var i,o=(t=t||r).createElement("script");if(o.text=e,n)for(i in v)n[i]&&(o[i]=n[i]);t.head.appendChild(o).parentNode.removeChild(o)}function x(e){return null==e?e+"":"object"==typeof e||"function"==typeof e?l[c.call(e)]||"object":typeof e}var b="3.3.1",w=function(e,t){return new w.fn.init(e,t)},T=/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g;w.fn=w.prototype={jquery:"3.3.1",constructor:w,length:0,toArray:function(){return o.call(this)},get:function(e){return null==e?o.call(this):e<0?this[e+this.length]:this[e]},pushStack:function(e){var t=w.merge(this.constructor(),e);return t.prevObject=this,t},each:function(e){return w.each(this,e)},map:function(e){return this.pushStack(w.map(this,function(t,n){return e.call(t,n,t)}))},slice:function(){return this.pushStack(o.apply(this,arguments))},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},eq:function(e){var t=this.length,n=+e+(e<0?t:0);return this.pushStack(n>=0&&n0&&t-1 in e)}var E=function(e){var t,n,r,i,o,a,s,u,l,c,f,p,d,h,g,y,v,m,x,b="sizzle"+1*new Date,w=e.document,T=0,C=0,E=ae(),k=ae(),S=ae(),D=function(e,t){return e===t&&(f=!0),0},N={}.hasOwnProperty,A=[],j=A.pop,q=A.push,L=A.push,H=A.slice,O=function(e,t){for(var n=0,r=e.length;n+~]|"+M+")"+M+"*"),z=new RegExp("="+M+"*([^\\]'\"]*?)"+M+"*\\]","g"),X=new RegExp(W),U=new RegExp("^"+R+"$"),V={ID:new RegExp("^#("+R+")"),CLASS:new RegExp("^\\.("+R+")"),TAG:new RegExp("^("+R+"|[*])"),ATTR:new RegExp("^"+I),PSEUDO:new RegExp("^"+W),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+M+"*(even|odd|(([+-]|)(\\d*)n|)"+M+"*(?:([+-]|)"+M+"*(\\d+)|))"+M+"*\\)|)","i"),bool:new RegExp("^(?:"+P+")$","i"),needsContext:new RegExp("^"+M+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+M+"*((?:-\\d)?\\d*)"+M+"*\\)|)(?=[^-]|$)","i")},G=/^(?:input|select|textarea|button)$/i,Y=/^h\d$/i,Q=/^[^{]+\{\s*\[native \w/,J=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,K=/[+~]/,Z=new RegExp("\\\\([\\da-f]{1,6}"+M+"?|("+M+")|.)","ig"),ee=function(e,t,n){var r="0x"+t-65536;return r!==r||n?t:r<0?String.fromCharCode(r+65536):String.fromCharCode(r>>10|55296,1023&r|56320)},te=/([\0-\x1f\x7f]|^-?\d)|^-$|[^\0-\x1f\x7f-\uFFFF\w-]/g,ne=function(e,t){return t?"\0"===e?"\ufffd":e.slice(0,-1)+"\\"+e.charCodeAt(e.length-1).toString(16)+" ":"\\"+e},re=function(){p()},ie=me(function(e){return!0===e.disabled&&("form"in e||"label"in e)},{dir:"parentNode",next:"legend"});try{L.apply(A=H.call(w.childNodes),w.childNodes),A[w.childNodes.length].nodeType}catch(e){L={apply:A.length?function(e,t){q.apply(e,H.call(t))}:function(e,t){var n=e.length,r=0;while(e[n++]=t[r++]);e.length=n-1}}}function oe(e,t,r,i){var o,s,l,c,f,h,v,m=t&&t.ownerDocument,T=t?t.nodeType:9;if(r=r||[],"string"!=typeof e||!e||1!==T&&9!==T&&11!==T)return r;if(!i&&((t?t.ownerDocument||t:w)!==d&&p(t),t=t||d,g)){if(11!==T&&(f=J.exec(e)))if(o=f[1]){if(9===T){if(!(l=t.getElementById(o)))return r;if(l.id===o)return r.push(l),r}else if(m&&(l=m.getElementById(o))&&x(t,l)&&l.id===o)return r.push(l),r}else{if(f[2])return L.apply(r,t.getElementsByTagName(e)),r;if((o=f[3])&&n.getElementsByClassName&&t.getElementsByClassName)return L.apply(r,t.getElementsByClassName(o)),r}if(n.qsa&&!S[e+" "]&&(!y||!y.test(e))){if(1!==T)m=t,v=e;else if("object"!==t.nodeName.toLowerCase()){(c=t.getAttribute("id"))?c=c.replace(te,ne):t.setAttribute("id",c=b),s=(h=a(e)).length;while(s--)h[s]="#"+c+" "+ve(h[s]);v=h.join(","),m=K.test(e)&&ge(t.parentNode)||t}if(v)try{return L.apply(r,m.querySelectorAll(v)),r}catch(e){}finally{c===b&&t.removeAttribute("id")}}}return u(e.replace(B,"$1"),t,r,i)}function ae(){var e=[];function t(n,i){return e.push(n+" ")>r.cacheLength&&delete t[e.shift()],t[n+" "]=i}return t}function se(e){return e[b]=!0,e}function ue(e){var t=d.createElement("fieldset");try{return!!e(t)}catch(e){return!1}finally{t.parentNode&&t.parentNode.removeChild(t),t=null}}function le(e,t){var n=e.split("|"),i=n.length;while(i--)r.attrHandle[n[i]]=t}function ce(e,t){var n=t&&e,r=n&&1===e.nodeType&&1===t.nodeType&&e.sourceIndex-t.sourceIndex;if(r)return r;if(n)while(n=n.nextSibling)if(n===t)return-1;return e?1:-1}function fe(e){return function(t){return"input"===t.nodeName.toLowerCase()&&t.type===e}}function pe(e){return function(t){var n=t.nodeName.toLowerCase();return("input"===n||"button"===n)&&t.type===e}}function de(e){return function(t){return"form"in t?t.parentNode&&!1===t.disabled?"label"in t?"label"in t.parentNode?t.parentNode.disabled===e:t.disabled===e:t.isDisabled===e||t.isDisabled!==!e&&ie(t)===e:t.disabled===e:"label"in t&&t.disabled===e}}function he(e){return se(function(t){return t=+t,se(function(n,r){var i,o=e([],n.length,t),a=o.length;while(a--)n[i=o[a]]&&(n[i]=!(r[i]=n[i]))})})}function ge(e){return e&&"undefined"!=typeof e.getElementsByTagName&&e}n=oe.support={},o=oe.isXML=function(e){var t=e&&(e.ownerDocument||e).documentElement;return!!t&&"HTML"!==t.nodeName},p=oe.setDocument=function(e){var t,i,a=e?e.ownerDocument||e:w;return a!==d&&9===a.nodeType&&a.documentElement?(d=a,h=d.documentElement,g=!o(d),w!==d&&(i=d.defaultView)&&i.top!==i&&(i.addEventListener?i.addEventListener("unload",re,!1):i.attachEvent&&i.attachEvent("onunload",re)),n.attributes=ue(function(e){return e.className="i",!e.getAttribute("className")}),n.getElementsByTagName=ue(function(e){return e.appendChild(d.createComment("")),!e.getElementsByTagName("*").length}),n.getElementsByClassName=Q.test(d.getElementsByClassName),n.getById=ue(function(e){return h.appendChild(e).id=b,!d.getElementsByName||!d.getElementsByName(b).length}),n.getById?(r.filter.ID=function(e){var t=e.replace(Z,ee);return function(e){return e.getAttribute("id")===t}},r.find.ID=function(e,t){if("undefined"!=typeof t.getElementById&&g){var n=t.getElementById(e);return n?[n]:[]}}):(r.filter.ID=function(e){var t=e.replace(Z,ee);return function(e){var n="undefined"!=typeof e.getAttributeNode&&e.getAttributeNode("id");return n&&n.value===t}},r.find.ID=function(e,t){if("undefined"!=typeof t.getElementById&&g){var n,r,i,o=t.getElementById(e);if(o){if((n=o.getAttributeNode("id"))&&n.value===e)return[o];i=t.getElementsByName(e),r=0;while(o=i[r++])if((n=o.getAttributeNode("id"))&&n.value===e)return[o]}return[]}}),r.find.TAG=n.getElementsByTagName?function(e,t){return"undefined"!=typeof t.getElementsByTagName?t.getElementsByTagName(e):n.qsa?t.querySelectorAll(e):void 0}:function(e,t){var n,r=[],i=0,o=t.getElementsByTagName(e);if("*"===e){while(n=o[i++])1===n.nodeType&&r.push(n);return r}return o},r.find.CLASS=n.getElementsByClassName&&function(e,t){if("undefined"!=typeof t.getElementsByClassName&&g)return t.getElementsByClassName(e)},v=[],y=[],(n.qsa=Q.test(d.querySelectorAll))&&(ue(function(e){h.appendChild(e).innerHTML="",e.querySelectorAll("[msallowcapture^='']").length&&y.push("[*^$]="+M+"*(?:''|\"\")"),e.querySelectorAll("[selected]").length||y.push("\\["+M+"*(?:value|"+P+")"),e.querySelectorAll("[id~="+b+"-]").length||y.push("~="),e.querySelectorAll(":checked").length||y.push(":checked"),e.querySelectorAll("a#"+b+"+*").length||y.push(".#.+[+~]")}),ue(function(e){e.innerHTML="";var t=d.createElement("input");t.setAttribute("type","hidden"),e.appendChild(t).setAttribute("name","D"),e.querySelectorAll("[name=d]").length&&y.push("name"+M+"*[*^$|!~]?="),2!==e.querySelectorAll(":enabled").length&&y.push(":enabled",":disabled"),h.appendChild(e).disabled=!0,2!==e.querySelectorAll(":disabled").length&&y.push(":enabled",":disabled"),e.querySelectorAll("*,:x"),y.push(",.*:")})),(n.matchesSelector=Q.test(m=h.matches||h.webkitMatchesSelector||h.mozMatchesSelector||h.oMatchesSelector||h.msMatchesSelector))&&ue(function(e){n.disconnectedMatch=m.call(e,"*"),m.call(e,"[s!='']:x"),v.push("!=",W)}),y=y.length&&new RegExp(y.join("|")),v=v.length&&new RegExp(v.join("|")),t=Q.test(h.compareDocumentPosition),x=t||Q.test(h.contains)?function(e,t){var n=9===e.nodeType?e.documentElement:e,r=t&&t.parentNode;return e===r||!(!r||1!==r.nodeType||!(n.contains?n.contains(r):e.compareDocumentPosition&&16&e.compareDocumentPosition(r)))}:function(e,t){if(t)while(t=t.parentNode)if(t===e)return!0;return!1},D=t?function(e,t){if(e===t)return f=!0,0;var r=!e.compareDocumentPosition-!t.compareDocumentPosition;return r||(1&(r=(e.ownerDocument||e)===(t.ownerDocument||t)?e.compareDocumentPosition(t):1)||!n.sortDetached&&t.compareDocumentPosition(e)===r?e===d||e.ownerDocument===w&&x(w,e)?-1:t===d||t.ownerDocument===w&&x(w,t)?1:c?O(c,e)-O(c,t):0:4&r?-1:1)}:function(e,t){if(e===t)return f=!0,0;var n,r=0,i=e.parentNode,o=t.parentNode,a=[e],s=[t];if(!i||!o)return e===d?-1:t===d?1:i?-1:o?1:c?O(c,e)-O(c,t):0;if(i===o)return ce(e,t);n=e;while(n=n.parentNode)a.unshift(n);n=t;while(n=n.parentNode)s.unshift(n);while(a[r]===s[r])r++;return r?ce(a[r],s[r]):a[r]===w?-1:s[r]===w?1:0},d):d},oe.matches=function(e,t){return oe(e,null,null,t)},oe.matchesSelector=function(e,t){if((e.ownerDocument||e)!==d&&p(e),t=t.replace(z,"='$1']"),n.matchesSelector&&g&&!S[t+" "]&&(!v||!v.test(t))&&(!y||!y.test(t)))try{var r=m.call(e,t);if(r||n.disconnectedMatch||e.document&&11!==e.document.nodeType)return r}catch(e){}return oe(t,d,null,[e]).length>0},oe.contains=function(e,t){return(e.ownerDocument||e)!==d&&p(e),x(e,t)},oe.attr=function(e,t){(e.ownerDocument||e)!==d&&p(e);var i=r.attrHandle[t.toLowerCase()],o=i&&N.call(r.attrHandle,t.toLowerCase())?i(e,t,!g):void 0;return void 0!==o?o:n.attributes||!g?e.getAttribute(t):(o=e.getAttributeNode(t))&&o.specified?o.value:null},oe.escape=function(e){return(e+"").replace(te,ne)},oe.error=function(e){throw new Error("Syntax error, unrecognized expression: "+e)},oe.uniqueSort=function(e){var t,r=[],i=0,o=0;if(f=!n.detectDuplicates,c=!n.sortStable&&e.slice(0),e.sort(D),f){while(t=e[o++])t===e[o]&&(i=r.push(o));while(i--)e.splice(r[i],1)}return c=null,e},i=oe.getText=function(e){var t,n="",r=0,o=e.nodeType;if(o){if(1===o||9===o||11===o){if("string"==typeof e.textContent)return e.textContent;for(e=e.firstChild;e;e=e.nextSibling)n+=i(e)}else if(3===o||4===o)return e.nodeValue}else while(t=e[r++])n+=i(t);return n},(r=oe.selectors={cacheLength:50,createPseudo:se,match:V,attrHandle:{},find:{},relative:{">":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(e){return e[1]=e[1].replace(Z,ee),e[3]=(e[3]||e[4]||e[5]||"").replace(Z,ee),"~="===e[2]&&(e[3]=" "+e[3]+" "),e.slice(0,4)},CHILD:function(e){return e[1]=e[1].toLowerCase(),"nth"===e[1].slice(0,3)?(e[3]||oe.error(e[0]),e[4]=+(e[4]?e[5]+(e[6]||1):2*("even"===e[3]||"odd"===e[3])),e[5]=+(e[7]+e[8]||"odd"===e[3])):e[3]&&oe.error(e[0]),e},PSEUDO:function(e){var t,n=!e[6]&&e[2];return V.CHILD.test(e[0])?null:(e[3]?e[2]=e[4]||e[5]||"":n&&X.test(n)&&(t=a(n,!0))&&(t=n.indexOf(")",n.length-t)-n.length)&&(e[0]=e[0].slice(0,t),e[2]=n.slice(0,t)),e.slice(0,3))}},filter:{TAG:function(e){var t=e.replace(Z,ee).toLowerCase();return"*"===e?function(){return!0}:function(e){return e.nodeName&&e.nodeName.toLowerCase()===t}},CLASS:function(e){var t=E[e+" "];return t||(t=new RegExp("(^|"+M+")"+e+"("+M+"|$)"))&&E(e,function(e){return t.test("string"==typeof e.className&&e.className||"undefined"!=typeof e.getAttribute&&e.getAttribute("class")||"")})},ATTR:function(e,t,n){return function(r){var i=oe.attr(r,e);return null==i?"!="===t:!t||(i+="","="===t?i===n:"!="===t?i!==n:"^="===t?n&&0===i.indexOf(n):"*="===t?n&&i.indexOf(n)>-1:"$="===t?n&&i.slice(-n.length)===n:"~="===t?(" "+i.replace($," ")+" ").indexOf(n)>-1:"|="===t&&(i===n||i.slice(0,n.length+1)===n+"-"))}},CHILD:function(e,t,n,r,i){var o="nth"!==e.slice(0,3),a="last"!==e.slice(-4),s="of-type"===t;return 1===r&&0===i?function(e){return!!e.parentNode}:function(t,n,u){var l,c,f,p,d,h,g=o!==a?"nextSibling":"previousSibling",y=t.parentNode,v=s&&t.nodeName.toLowerCase(),m=!u&&!s,x=!1;if(y){if(o){while(g){p=t;while(p=p[g])if(s?p.nodeName.toLowerCase()===v:1===p.nodeType)return!1;h=g="only"===e&&!h&&"nextSibling"}return!0}if(h=[a?y.firstChild:y.lastChild],a&&m){x=(d=(l=(c=(f=(p=y)[b]||(p[b]={}))[p.uniqueID]||(f[p.uniqueID]={}))[e]||[])[0]===T&&l[1])&&l[2],p=d&&y.childNodes[d];while(p=++d&&p&&p[g]||(x=d=0)||h.pop())if(1===p.nodeType&&++x&&p===t){c[e]=[T,d,x];break}}else if(m&&(x=d=(l=(c=(f=(p=t)[b]||(p[b]={}))[p.uniqueID]||(f[p.uniqueID]={}))[e]||[])[0]===T&&l[1]),!1===x)while(p=++d&&p&&p[g]||(x=d=0)||h.pop())if((s?p.nodeName.toLowerCase()===v:1===p.nodeType)&&++x&&(m&&((c=(f=p[b]||(p[b]={}))[p.uniqueID]||(f[p.uniqueID]={}))[e]=[T,x]),p===t))break;return(x-=i)===r||x%r==0&&x/r>=0}}},PSEUDO:function(e,t){var n,i=r.pseudos[e]||r.setFilters[e.toLowerCase()]||oe.error("unsupported pseudo: "+e);return i[b]?i(t):i.length>1?(n=[e,e,"",t],r.setFilters.hasOwnProperty(e.toLowerCase())?se(function(e,n){var r,o=i(e,t),a=o.length;while(a--)e[r=O(e,o[a])]=!(n[r]=o[a])}):function(e){return i(e,0,n)}):i}},pseudos:{not:se(function(e){var t=[],n=[],r=s(e.replace(B,"$1"));return r[b]?se(function(e,t,n,i){var o,a=r(e,null,i,[]),s=e.length;while(s--)(o=a[s])&&(e[s]=!(t[s]=o))}):function(e,i,o){return t[0]=e,r(t,null,o,n),t[0]=null,!n.pop()}}),has:se(function(e){return function(t){return oe(e,t).length>0}}),contains:se(function(e){return e=e.replace(Z,ee),function(t){return(t.textContent||t.innerText||i(t)).indexOf(e)>-1}}),lang:se(function(e){return U.test(e||"")||oe.error("unsupported lang: "+e),e=e.replace(Z,ee).toLowerCase(),function(t){var n;do{if(n=g?t.lang:t.getAttribute("xml:lang")||t.getAttribute("lang"))return(n=n.toLowerCase())===e||0===n.indexOf(e+"-")}while((t=t.parentNode)&&1===t.nodeType);return!1}}),target:function(t){var n=e.location&&e.location.hash;return n&&n.slice(1)===t.id},root:function(e){return e===h},focus:function(e){return e===d.activeElement&&(!d.hasFocus||d.hasFocus())&&!!(e.type||e.href||~e.tabIndex)},enabled:de(!1),disabled:de(!0),checked:function(e){var t=e.nodeName.toLowerCase();return"input"===t&&!!e.checked||"option"===t&&!!e.selected},selected:function(e){return e.parentNode&&e.parentNode.selectedIndex,!0===e.selected},empty:function(e){for(e=e.firstChild;e;e=e.nextSibling)if(e.nodeType<6)return!1;return!0},parent:function(e){return!r.pseudos.empty(e)},header:function(e){return Y.test(e.nodeName)},input:function(e){return G.test(e.nodeName)},button:function(e){var t=e.nodeName.toLowerCase();return"input"===t&&"button"===e.type||"button"===t},text:function(e){var t;return"input"===e.nodeName.toLowerCase()&&"text"===e.type&&(null==(t=e.getAttribute("type"))||"text"===t.toLowerCase())},first:he(function(){return[0]}),last:he(function(e,t){return[t-1]}),eq:he(function(e,t,n){return[n<0?n+t:n]}),even:he(function(e,t){for(var n=0;n=0;)e.push(r);return e}),gt:he(function(e,t,n){for(var r=n<0?n+t:n;++r1?function(t,n,r){var i=e.length;while(i--)if(!e[i](t,n,r))return!1;return!0}:e[0]}function be(e,t,n){for(var r=0,i=t.length;r-1&&(o[l]=!(a[l]=f))}}else v=we(v===a?v.splice(h,v.length):v),i?i(null,a,v,u):L.apply(a,v)})}function Ce(e){for(var t,n,i,o=e.length,a=r.relative[e[0].type],s=a||r.relative[" "],u=a?1:0,c=me(function(e){return e===t},s,!0),f=me(function(e){return O(t,e)>-1},s,!0),p=[function(e,n,r){var i=!a&&(r||n!==l)||((t=n).nodeType?c(e,n,r):f(e,n,r));return t=null,i}];u1&&xe(p),u>1&&ve(e.slice(0,u-1).concat({value:" "===e[u-2].type?"*":""})).replace(B,"$1"),n,u0,i=e.length>0,o=function(o,a,s,u,c){var f,h,y,v=0,m="0",x=o&&[],b=[],w=l,C=o||i&&r.find.TAG("*",c),E=T+=null==w?1:Math.random()||.1,k=C.length;for(c&&(l=a===d||a||c);m!==k&&null!=(f=C[m]);m++){if(i&&f){h=0,a||f.ownerDocument===d||(p(f),s=!g);while(y=e[h++])if(y(f,a||d,s)){u.push(f);break}c&&(T=E)}n&&((f=!y&&f)&&v--,o&&x.push(f))}if(v+=m,n&&m!==v){h=0;while(y=t[h++])y(x,b,a,s);if(o){if(v>0)while(m--)x[m]||b[m]||(b[m]=j.call(u));b=we(b)}L.apply(u,b),c&&!o&&b.length>0&&v+t.length>1&&oe.uniqueSort(u)}return c&&(T=E,l=w),x};return n?se(o):o}return s=oe.compile=function(e,t){var n,r=[],i=[],o=S[e+" "];if(!o){t||(t=a(e)),n=t.length;while(n--)(o=Ce(t[n]))[b]?r.push(o):i.push(o);(o=S(e,Ee(i,r))).selector=e}return o},u=oe.select=function(e,t,n,i){var o,u,l,c,f,p="function"==typeof e&&e,d=!i&&a(e=p.selector||e);if(n=n||[],1===d.length){if((u=d[0]=d[0].slice(0)).length>2&&"ID"===(l=u[0]).type&&9===t.nodeType&&g&&r.relative[u[1].type]){if(!(t=(r.find.ID(l.matches[0].replace(Z,ee),t)||[])[0]))return n;p&&(t=t.parentNode),e=e.slice(u.shift().value.length)}o=V.needsContext.test(e)?0:u.length;while(o--){if(l=u[o],r.relative[c=l.type])break;if((f=r.find[c])&&(i=f(l.matches[0].replace(Z,ee),K.test(u[0].type)&&ge(t.parentNode)||t))){if(u.splice(o,1),!(e=i.length&&ve(u)))return L.apply(n,i),n;break}}}return(p||s(e,d))(i,t,!g,n,!t||K.test(e)&&ge(t.parentNode)||t),n},n.sortStable=b.split("").sort(D).join("")===b,n.detectDuplicates=!!f,p(),n.sortDetached=ue(function(e){return 1&e.compareDocumentPosition(d.createElement("fieldset"))}),ue(function(e){return e.innerHTML="","#"===e.firstChild.getAttribute("href")})||le("type|href|height|width",function(e,t,n){if(!n)return e.getAttribute(t,"type"===t.toLowerCase()?1:2)}),n.attributes&&ue(function(e){return e.innerHTML="",e.firstChild.setAttribute("value",""),""===e.firstChild.getAttribute("value")})||le("value",function(e,t,n){if(!n&&"input"===e.nodeName.toLowerCase())return e.defaultValue}),ue(function(e){return null==e.getAttribute("disabled")})||le(P,function(e,t,n){var r;if(!n)return!0===e[t]?t.toLowerCase():(r=e.getAttributeNode(t))&&r.specified?r.value:null}),oe}(e);w.find=E,w.expr=E.selectors,w.expr[":"]=w.expr.pseudos,w.uniqueSort=w.unique=E.uniqueSort,w.text=E.getText,w.isXMLDoc=E.isXML,w.contains=E.contains,w.escapeSelector=E.escape;var k=function(e,t,n){var r=[],i=void 0!==n;while((e=e[t])&&9!==e.nodeType)if(1===e.nodeType){if(i&&w(e).is(n))break;r.push(e)}return r},S=function(e,t){for(var n=[];e;e=e.nextSibling)1===e.nodeType&&e!==t&&n.push(e);return n},D=w.expr.match.needsContext;function N(e,t){return e.nodeName&&e.nodeName.toLowerCase()===t.toLowerCase()}var A=/^<([a-z][^\/\0>:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i;function j(e,t,n){return g(t)?w.grep(e,function(e,r){return!!t.call(e,r,e)!==n}):t.nodeType?w.grep(e,function(e){return e===t!==n}):"string"!=typeof t?w.grep(e,function(e){return u.call(t,e)>-1!==n}):w.filter(t,e,n)}w.filter=function(e,t,n){var r=t[0];return n&&(e=":not("+e+")"),1===t.length&&1===r.nodeType?w.find.matchesSelector(r,e)?[r]:[]:w.find.matches(e,w.grep(t,function(e){return 1===e.nodeType}))},w.fn.extend({find:function(e){var t,n,r=this.length,i=this;if("string"!=typeof e)return this.pushStack(w(e).filter(function(){for(t=0;t1?w.uniqueSort(n):n},filter:function(e){return this.pushStack(j(this,e||[],!1))},not:function(e){return this.pushStack(j(this,e||[],!0))},is:function(e){return!!j(this,"string"==typeof e&&D.test(e)?w(e):e||[],!1).length}});var q,L=/^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]+))$/;(w.fn.init=function(e,t,n){var i,o;if(!e)return this;if(n=n||q,"string"==typeof e){if(!(i="<"===e[0]&&">"===e[e.length-1]&&e.length>=3?[null,e,null]:L.exec(e))||!i[1]&&t)return!t||t.jquery?(t||n).find(e):this.constructor(t).find(e);if(i[1]){if(t=t instanceof w?t[0]:t,w.merge(this,w.parseHTML(i[1],t&&t.nodeType?t.ownerDocument||t:r,!0)),A.test(i[1])&&w.isPlainObject(t))for(i in t)g(this[i])?this[i](t[i]):this.attr(i,t[i]);return this}return(o=r.getElementById(i[2]))&&(this[0]=o,this.length=1),this}return e.nodeType?(this[0]=e,this.length=1,this):g(e)?void 0!==n.ready?n.ready(e):e(w):w.makeArray(e,this)}).prototype=w.fn,q=w(r);var H=/^(?:parents|prev(?:Until|All))/,O={children:!0,contents:!0,next:!0,prev:!0};w.fn.extend({has:function(e){var t=w(e,this),n=t.length;return this.filter(function(){for(var e=0;e-1:1===n.nodeType&&w.find.matchesSelector(n,e))){o.push(n);break}return this.pushStack(o.length>1?w.uniqueSort(o):o)},index:function(e){return e?"string"==typeof e?u.call(w(e),this[0]):u.call(this,e.jquery?e[0]:e):this[0]&&this[0].parentNode?this.first().prevAll().length:-1},add:function(e,t){return this.pushStack(w.uniqueSort(w.merge(this.get(),w(e,t))))},addBack:function(e){return this.add(null==e?this.prevObject:this.prevObject.filter(e))}});function P(e,t){while((e=e[t])&&1!==e.nodeType);return e}w.each({parent:function(e){var t=e.parentNode;return t&&11!==t.nodeType?t:null},parents:function(e){return k(e,"parentNode")},parentsUntil:function(e,t,n){return k(e,"parentNode",n)},next:function(e){return P(e,"nextSibling")},prev:function(e){return P(e,"previousSibling")},nextAll:function(e){return k(e,"nextSibling")},prevAll:function(e){return k(e,"previousSibling")},nextUntil:function(e,t,n){return k(e,"nextSibling",n)},prevUntil:function(e,t,n){return k(e,"previousSibling",n)},siblings:function(e){return S((e.parentNode||{}).firstChild,e)},children:function(e){return S(e.firstChild)},contents:function(e){return N(e,"iframe")?e.contentDocument:(N(e,"template")&&(e=e.content||e),w.merge([],e.childNodes))}},function(e,t){w.fn[e]=function(n,r){var i=w.map(this,t,n);return"Until"!==e.slice(-5)&&(r=n),r&&"string"==typeof r&&(i=w.filter(r,i)),this.length>1&&(O[e]||w.uniqueSort(i),H.test(e)&&i.reverse()),this.pushStack(i)}});var M=/[^\x20\t\r\n\f]+/g;function R(e){var t={};return w.each(e.match(M)||[],function(e,n){t[n]=!0}),t}w.Callbacks=function(e){e="string"==typeof e?R(e):w.extend({},e);var t,n,r,i,o=[],a=[],s=-1,u=function(){for(i=i||e.once,r=t=!0;a.length;s=-1){n=a.shift();while(++s-1)o.splice(n,1),n<=s&&s--}),this},has:function(e){return e?w.inArray(e,o)>-1:o.length>0},empty:function(){return o&&(o=[]),this},disable:function(){return i=a=[],o=n="",this},disabled:function(){return!o},lock:function(){return i=a=[],n||t||(o=n=""),this},locked:function(){return!!i},fireWith:function(e,n){return i||(n=[e,(n=n||[]).slice?n.slice():n],a.push(n),t||u()),this},fire:function(){return l.fireWith(this,arguments),this},fired:function(){return!!r}};return l};function I(e){return e}function W(e){throw e}function $(e,t,n,r){var i;try{e&&g(i=e.promise)?i.call(e).done(t).fail(n):e&&g(i=e.then)?i.call(e,t,n):t.apply(void 0,[e].slice(r))}catch(e){n.apply(void 0,[e])}}w.extend({Deferred:function(t){var n=[["notify","progress",w.Callbacks("memory"),w.Callbacks("memory"),2],["resolve","done",w.Callbacks("once memory"),w.Callbacks("once memory"),0,"resolved"],["reject","fail",w.Callbacks("once memory"),w.Callbacks("once memory"),1,"rejected"]],r="pending",i={state:function(){return r},always:function(){return o.done(arguments).fail(arguments),this},"catch":function(e){return i.then(null,e)},pipe:function(){var e=arguments;return w.Deferred(function(t){w.each(n,function(n,r){var i=g(e[r[4]])&&e[r[4]];o[r[1]](function(){var e=i&&i.apply(this,arguments);e&&g(e.promise)?e.promise().progress(t.notify).done(t.resolve).fail(t.reject):t[r[0]+"With"](this,i?[e]:arguments)})}),e=null}).promise()},then:function(t,r,i){var o=0;function a(t,n,r,i){return function(){var s=this,u=arguments,l=function(){var e,l;if(!(t=o&&(r!==W&&(s=void 0,u=[e]),n.rejectWith(s,u))}};t?c():(w.Deferred.getStackHook&&(c.stackTrace=w.Deferred.getStackHook()),e.setTimeout(c))}}return w.Deferred(function(e){n[0][3].add(a(0,e,g(i)?i:I,e.notifyWith)),n[1][3].add(a(0,e,g(t)?t:I)),n[2][3].add(a(0,e,g(r)?r:W))}).promise()},promise:function(e){return null!=e?w.extend(e,i):i}},o={};return w.each(n,function(e,t){var a=t[2],s=t[5];i[t[1]]=a.add,s&&a.add(function(){r=s},n[3-e][2].disable,n[3-e][3].disable,n[0][2].lock,n[0][3].lock),a.add(t[3].fire),o[t[0]]=function(){return o[t[0]+"With"](this===o?void 0:this,arguments),this},o[t[0]+"With"]=a.fireWith}),i.promise(o),t&&t.call(o,o),o},when:function(e){var t=arguments.length,n=t,r=Array(n),i=o.call(arguments),a=w.Deferred(),s=function(e){return function(n){r[e]=this,i[e]=arguments.length>1?o.call(arguments):n,--t||a.resolveWith(r,i)}};if(t<=1&&($(e,a.done(s(n)).resolve,a.reject,!t),"pending"===a.state()||g(i[n]&&i[n].then)))return a.then();while(n--)$(i[n],s(n),a.reject);return a.promise()}});var B=/^(Eval|Internal|Range|Reference|Syntax|Type|URI)Error$/;w.Deferred.exceptionHook=function(t,n){e.console&&e.console.warn&&t&&B.test(t.name)&&e.console.warn("jQuery.Deferred exception: "+t.message,t.stack,n)},w.readyException=function(t){e.setTimeout(function(){throw t})};var F=w.Deferred();w.fn.ready=function(e){return F.then(e)["catch"](function(e){w.readyException(e)}),this},w.extend({isReady:!1,readyWait:1,ready:function(e){(!0===e?--w.readyWait:w.isReady)||(w.isReady=!0,!0!==e&&--w.readyWait>0||F.resolveWith(r,[w]))}}),w.ready.then=F.then;function _(){r.removeEventListener("DOMContentLoaded",_),e.removeEventListener("load",_),w.ready()}"complete"===r.readyState||"loading"!==r.readyState&&!r.documentElement.doScroll?e.setTimeout(w.ready):(r.addEventListener("DOMContentLoaded",_),e.addEventListener("load",_));var z=function(e,t,n,r,i,o,a){var s=0,u=e.length,l=null==n;if("object"===x(n)){i=!0;for(s in n)z(e,t,s,n[s],!0,o,a)}else if(void 0!==r&&(i=!0,g(r)||(a=!0),l&&(a?(t.call(e,r),t=null):(l=t,t=function(e,t,n){return l.call(w(e),n)})),t))for(;s1,null,!0)},removeData:function(e){return this.each(function(){K.remove(this,e)})}}),w.extend({queue:function(e,t,n){var r;if(e)return t=(t||"fx")+"queue",r=J.get(e,t),n&&(!r||Array.isArray(n)?r=J.access(e,t,w.makeArray(n)):r.push(n)),r||[]},dequeue:function(e,t){t=t||"fx";var n=w.queue(e,t),r=n.length,i=n.shift(),o=w._queueHooks(e,t),a=function(){w.dequeue(e,t)};"inprogress"===i&&(i=n.shift(),r--),i&&("fx"===t&&n.unshift("inprogress"),delete o.stop,i.call(e,a,o)),!r&&o&&o.empty.fire()},_queueHooks:function(e,t){var n=t+"queueHooks";return J.get(e,n)||J.access(e,n,{empty:w.Callbacks("once memory").add(function(){J.remove(e,[t+"queue",n])})})}}),w.fn.extend({queue:function(e,t){var n=2;return"string"!=typeof e&&(t=e,e="fx",n--),arguments.length\x20\t\r\n\f]+)/i,he=/^$|^module$|\/(?:java|ecma)script/i,ge={option:[1,""],thead:[1,"","
"],col:[2,"","
"],tr:[2,"","
"],td:[3,"","
"],_default:[0,"",""]};ge.optgroup=ge.option,ge.tbody=ge.tfoot=ge.colgroup=ge.caption=ge.thead,ge.th=ge.td;function ye(e,t){var n;return n="undefined"!=typeof e.getElementsByTagName?e.getElementsByTagName(t||"*"):"undefined"!=typeof e.querySelectorAll?e.querySelectorAll(t||"*"):[],void 0===t||t&&N(e,t)?w.merge([e],n):n}function ve(e,t){for(var n=0,r=e.length;n-1)i&&i.push(o);else if(l=w.contains(o.ownerDocument,o),a=ye(f.appendChild(o),"script"),l&&ve(a),n){c=0;while(o=a[c++])he.test(o.type||"")&&n.push(o)}return f}!function(){var e=r.createDocumentFragment().appendChild(r.createElement("div")),t=r.createElement("input");t.setAttribute("type","radio"),t.setAttribute("checked","checked"),t.setAttribute("name","t"),e.appendChild(t),h.checkClone=e.cloneNode(!0).cloneNode(!0).lastChild.checked,e.innerHTML="",h.noCloneChecked=!!e.cloneNode(!0).lastChild.defaultValue}();var be=r.documentElement,we=/^key/,Te=/^(?:mouse|pointer|contextmenu|drag|drop)|click/,Ce=/^([^.]*)(?:\.(.+)|)/;function Ee(){return!0}function ke(){return!1}function Se(){try{return r.activeElement}catch(e){}}function De(e,t,n,r,i,o){var a,s;if("object"==typeof t){"string"!=typeof n&&(r=r||n,n=void 0);for(s in t)De(e,s,n,r,t[s],o);return e}if(null==r&&null==i?(i=n,r=n=void 0):null==i&&("string"==typeof n?(i=r,r=void 0):(i=r,r=n,n=void 0)),!1===i)i=ke;else if(!i)return e;return 1===o&&(a=i,(i=function(e){return w().off(e),a.apply(this,arguments)}).guid=a.guid||(a.guid=w.guid++)),e.each(function(){w.event.add(this,t,i,r,n)})}w.event={global:{},add:function(e,t,n,r,i){var o,a,s,u,l,c,f,p,d,h,g,y=J.get(e);if(y){n.handler&&(n=(o=n).handler,i=o.selector),i&&w.find.matchesSelector(be,i),n.guid||(n.guid=w.guid++),(u=y.events)||(u=y.events={}),(a=y.handle)||(a=y.handle=function(t){return"undefined"!=typeof w&&w.event.triggered!==t.type?w.event.dispatch.apply(e,arguments):void 0}),l=(t=(t||"").match(M)||[""]).length;while(l--)d=g=(s=Ce.exec(t[l])||[])[1],h=(s[2]||"").split(".").sort(),d&&(f=w.event.special[d]||{},d=(i?f.delegateType:f.bindType)||d,f=w.event.special[d]||{},c=w.extend({type:d,origType:g,data:r,handler:n,guid:n.guid,selector:i,needsContext:i&&w.expr.match.needsContext.test(i),namespace:h.join(".")},o),(p=u[d])||((p=u[d]=[]).delegateCount=0,f.setup&&!1!==f.setup.call(e,r,h,a)||e.addEventListener&&e.addEventListener(d,a)),f.add&&(f.add.call(e,c),c.handler.guid||(c.handler.guid=n.guid)),i?p.splice(p.delegateCount++,0,c):p.push(c),w.event.global[d]=!0)}},remove:function(e,t,n,r,i){var o,a,s,u,l,c,f,p,d,h,g,y=J.hasData(e)&&J.get(e);if(y&&(u=y.events)){l=(t=(t||"").match(M)||[""]).length;while(l--)if(s=Ce.exec(t[l])||[],d=g=s[1],h=(s[2]||"").split(".").sort(),d){f=w.event.special[d]||{},p=u[d=(r?f.delegateType:f.bindType)||d]||[],s=s[2]&&new RegExp("(^|\\.)"+h.join("\\.(?:.*\\.|)")+"(\\.|$)"),a=o=p.length;while(o--)c=p[o],!i&&g!==c.origType||n&&n.guid!==c.guid||s&&!s.test(c.namespace)||r&&r!==c.selector&&("**"!==r||!c.selector)||(p.splice(o,1),c.selector&&p.delegateCount--,f.remove&&f.remove.call(e,c));a&&!p.length&&(f.teardown&&!1!==f.teardown.call(e,h,y.handle)||w.removeEvent(e,d,y.handle),delete u[d])}else for(d in u)w.event.remove(e,d+t[l],n,r,!0);w.isEmptyObject(u)&&J.remove(e,"handle events")}},dispatch:function(e){var t=w.event.fix(e),n,r,i,o,a,s,u=new Array(arguments.length),l=(J.get(this,"events")||{})[t.type]||[],c=w.event.special[t.type]||{};for(u[0]=t,n=1;n=1))for(;l!==this;l=l.parentNode||this)if(1===l.nodeType&&("click"!==e.type||!0!==l.disabled)){for(o=[],a={},n=0;n-1:w.find(i,this,null,[l]).length),a[i]&&o.push(r);o.length&&s.push({elem:l,handlers:o})}return l=this,u\x20\t\r\n\f]*)[^>]*)\/>/gi,Ae=/\s*$/g;function Le(e,t){return N(e,"table")&&N(11!==t.nodeType?t:t.firstChild,"tr")?w(e).children("tbody")[0]||e:e}function He(e){return e.type=(null!==e.getAttribute("type"))+"/"+e.type,e}function Oe(e){return"true/"===(e.type||"").slice(0,5)?e.type=e.type.slice(5):e.removeAttribute("type"),e}function Pe(e,t){var n,r,i,o,a,s,u,l;if(1===t.nodeType){if(J.hasData(e)&&(o=J.access(e),a=J.set(t,o),l=o.events)){delete a.handle,a.events={};for(i in l)for(n=0,r=l[i].length;n1&&"string"==typeof y&&!h.checkClone&&je.test(y))return e.each(function(i){var o=e.eq(i);v&&(t[0]=y.call(this,i,o.html())),Re(o,t,n,r)});if(p&&(i=xe(t,e[0].ownerDocument,!1,e,r),o=i.firstChild,1===i.childNodes.length&&(i=o),o||r)){for(u=(s=w.map(ye(i,"script"),He)).length;f")},clone:function(e,t,n){var r,i,o,a,s=e.cloneNode(!0),u=w.contains(e.ownerDocument,e);if(!(h.noCloneChecked||1!==e.nodeType&&11!==e.nodeType||w.isXMLDoc(e)))for(a=ye(s),r=0,i=(o=ye(e)).length;r0&&ve(a,!u&&ye(e,"script")),s},cleanData:function(e){for(var t,n,r,i=w.event.special,o=0;void 0!==(n=e[o]);o++)if(Y(n)){if(t=n[J.expando]){if(t.events)for(r in t.events)i[r]?w.event.remove(n,r):w.removeEvent(n,r,t.handle);n[J.expando]=void 0}n[K.expando]&&(n[K.expando]=void 0)}}}),w.fn.extend({detach:function(e){return Ie(this,e,!0)},remove:function(e){return Ie(this,e)},text:function(e){return z(this,function(e){return void 0===e?w.text(this):this.empty().each(function(){1!==this.nodeType&&11!==this.nodeType&&9!==this.nodeType||(this.textContent=e)})},null,e,arguments.length)},append:function(){return Re(this,arguments,function(e){1!==this.nodeType&&11!==this.nodeType&&9!==this.nodeType||Le(this,e).appendChild(e)})},prepend:function(){return Re(this,arguments,function(e){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var t=Le(this,e);t.insertBefore(e,t.firstChild)}})},before:function(){return Re(this,arguments,function(e){this.parentNode&&this.parentNode.insertBefore(e,this)})},after:function(){return Re(this,arguments,function(e){this.parentNode&&this.parentNode.insertBefore(e,this.nextSibling)})},empty:function(){for(var e,t=0;null!=(e=this[t]);t++)1===e.nodeType&&(w.cleanData(ye(e,!1)),e.textContent="");return this},clone:function(e,t){return e=null!=e&&e,t=null==t?e:t,this.map(function(){return w.clone(this,e,t)})},html:function(e){return z(this,function(e){var t=this[0]||{},n=0,r=this.length;if(void 0===e&&1===t.nodeType)return t.innerHTML;if("string"==typeof e&&!Ae.test(e)&&!ge[(de.exec(e)||["",""])[1].toLowerCase()]){e=w.htmlPrefilter(e);try{for(;n=0&&(u+=Math.max(0,Math.ceil(e["offset"+t[0].toUpperCase()+t.slice(1)]-o-u-s-.5))),u}function et(e,t,n){var r=$e(e),i=Fe(e,t,r),o="border-box"===w.css(e,"boxSizing",!1,r),a=o;if(We.test(i)){if(!n)return i;i="auto"}return a=a&&(h.boxSizingReliable()||i===e.style[t]),("auto"===i||!parseFloat(i)&&"inline"===w.css(e,"display",!1,r))&&(i=e["offset"+t[0].toUpperCase()+t.slice(1)],a=!0),(i=parseFloat(i)||0)+Ze(e,t,n||(o?"border":"content"),a,r,i)+"px"}w.extend({cssHooks:{opacity:{get:function(e,t){if(t){var n=Fe(e,"opacity");return""===n?"1":n}}}},cssNumber:{animationIterationCount:!0,columnCount:!0,fillOpacity:!0,flexGrow:!0,flexShrink:!0,fontWeight:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,widows:!0,zIndex:!0,zoom:!0},cssProps:{},style:function(e,t,n,r){if(e&&3!==e.nodeType&&8!==e.nodeType&&e.style){var i,o,a,s=G(t),u=Xe.test(t),l=e.style;if(u||(t=Je(s)),a=w.cssHooks[t]||w.cssHooks[s],void 0===n)return a&&"get"in a&&void 0!==(i=a.get(e,!1,r))?i:l[t];"string"==(o=typeof n)&&(i=ie.exec(n))&&i[1]&&(n=ue(e,t,i),o="number"),null!=n&&n===n&&("number"===o&&(n+=i&&i[3]||(w.cssNumber[s]?"":"px")),h.clearCloneStyle||""!==n||0!==t.indexOf("background")||(l[t]="inherit"),a&&"set"in a&&void 0===(n=a.set(e,n,r))||(u?l.setProperty(t,n):l[t]=n))}},css:function(e,t,n,r){var i,o,a,s=G(t);return Xe.test(t)||(t=Je(s)),(a=w.cssHooks[t]||w.cssHooks[s])&&"get"in a&&(i=a.get(e,!0,n)),void 0===i&&(i=Fe(e,t,r)),"normal"===i&&t in Ve&&(i=Ve[t]),""===n||n?(o=parseFloat(i),!0===n||isFinite(o)?o||0:i):i}}),w.each(["height","width"],function(e,t){w.cssHooks[t]={get:function(e,n,r){if(n)return!ze.test(w.css(e,"display"))||e.getClientRects().length&&e.getBoundingClientRect().width?et(e,t,r):se(e,Ue,function(){return et(e,t,r)})},set:function(e,n,r){var i,o=$e(e),a="border-box"===w.css(e,"boxSizing",!1,o),s=r&&Ze(e,t,r,a,o);return a&&h.scrollboxSize()===o.position&&(s-=Math.ceil(e["offset"+t[0].toUpperCase()+t.slice(1)]-parseFloat(o[t])-Ze(e,t,"border",!1,o)-.5)),s&&(i=ie.exec(n))&&"px"!==(i[3]||"px")&&(e.style[t]=n,n=w.css(e,t)),Ke(e,n,s)}}}),w.cssHooks.marginLeft=_e(h.reliableMarginLeft,function(e,t){if(t)return(parseFloat(Fe(e,"marginLeft"))||e.getBoundingClientRect().left-se(e,{marginLeft:0},function(){return e.getBoundingClientRect().left}))+"px"}),w.each({margin:"",padding:"",border:"Width"},function(e,t){w.cssHooks[e+t]={expand:function(n){for(var r=0,i={},o="string"==typeof n?n.split(" "):[n];r<4;r++)i[e+oe[r]+t]=o[r]||o[r-2]||o[0];return i}},"margin"!==e&&(w.cssHooks[e+t].set=Ke)}),w.fn.extend({css:function(e,t){return z(this,function(e,t,n){var r,i,o={},a=0;if(Array.isArray(t)){for(r=$e(e),i=t.length;a1)}});function tt(e,t,n,r,i){return new tt.prototype.init(e,t,n,r,i)}w.Tween=tt,tt.prototype={constructor:tt,init:function(e,t,n,r,i,o){this.elem=e,this.prop=n,this.easing=i||w.easing._default,this.options=t,this.start=this.now=this.cur(),this.end=r,this.unit=o||(w.cssNumber[n]?"":"px")},cur:function(){var e=tt.propHooks[this.prop];return e&&e.get?e.get(this):tt.propHooks._default.get(this)},run:function(e){var t,n=tt.propHooks[this.prop];return this.options.duration?this.pos=t=w.easing[this.easing](e,this.options.duration*e,0,1,this.options.duration):this.pos=t=e,this.now=(this.end-this.start)*t+this.start,this.options.step&&this.options.step.call(this.elem,this.now,this),n&&n.set?n.set(this):tt.propHooks._default.set(this),this}},tt.prototype.init.prototype=tt.prototype,tt.propHooks={_default:{get:function(e){var t;return 1!==e.elem.nodeType||null!=e.elem[e.prop]&&null==e.elem.style[e.prop]?e.elem[e.prop]:(t=w.css(e.elem,e.prop,""))&&"auto"!==t?t:0},set:function(e){w.fx.step[e.prop]?w.fx.step[e.prop](e):1!==e.elem.nodeType||null==e.elem.style[w.cssProps[e.prop]]&&!w.cssHooks[e.prop]?e.elem[e.prop]=e.now:w.style(e.elem,e.prop,e.now+e.unit)}}},tt.propHooks.scrollTop=tt.propHooks.scrollLeft={set:function(e){e.elem.nodeType&&e.elem.parentNode&&(e.elem[e.prop]=e.now)}},w.easing={linear:function(e){return e},swing:function(e){return.5-Math.cos(e*Math.PI)/2},_default:"swing"},w.fx=tt.prototype.init,w.fx.step={};var nt,rt,it=/^(?:toggle|show|hide)$/,ot=/queueHooks$/;function at(){rt&&(!1===r.hidden&&e.requestAnimationFrame?e.requestAnimationFrame(at):e.setTimeout(at,w.fx.interval),w.fx.tick())}function st(){return e.setTimeout(function(){nt=void 0}),nt=Date.now()}function ut(e,t){var n,r=0,i={height:e};for(t=t?1:0;r<4;r+=2-t)i["margin"+(n=oe[r])]=i["padding"+n]=e;return t&&(i.opacity=i.width=e),i}function lt(e,t,n){for(var r,i=(pt.tweeners[t]||[]).concat(pt.tweeners["*"]),o=0,a=i.length;o1)},removeAttr:function(e){return this.each(function(){w.removeAttr(this,e)})}}),w.extend({attr:function(e,t,n){var r,i,o=e.nodeType;if(3!==o&&8!==o&&2!==o)return"undefined"==typeof e.getAttribute?w.prop(e,t,n):(1===o&&w.isXMLDoc(e)||(i=w.attrHooks[t.toLowerCase()]||(w.expr.match.bool.test(t)?dt:void 0)),void 0!==n?null===n?void w.removeAttr(e,t):i&&"set"in i&&void 0!==(r=i.set(e,n,t))?r:(e.setAttribute(t,n+""),n):i&&"get"in i&&null!==(r=i.get(e,t))?r:null==(r=w.find.attr(e,t))?void 0:r)},attrHooks:{type:{set:function(e,t){if(!h.radioValue&&"radio"===t&&N(e,"input")){var n=e.value;return e.setAttribute("type",t),n&&(e.value=n),t}}}},removeAttr:function(e,t){var n,r=0,i=t&&t.match(M);if(i&&1===e.nodeType)while(n=i[r++])e.removeAttribute(n)}}),dt={set:function(e,t,n){return!1===t?w.removeAttr(e,n):e.setAttribute(n,n),n}},w.each(w.expr.match.bool.source.match(/\w+/g),function(e,t){var n=ht[t]||w.find.attr;ht[t]=function(e,t,r){var i,o,a=t.toLowerCase();return r||(o=ht[a],ht[a]=i,i=null!=n(e,t,r)?a:null,ht[a]=o),i}});var gt=/^(?:input|select|textarea|button)$/i,yt=/^(?:a|area)$/i;w.fn.extend({prop:function(e,t){return z(this,w.prop,e,t,arguments.length>1)},removeProp:function(e){return this.each(function(){delete this[w.propFix[e]||e]})}}),w.extend({prop:function(e,t,n){var r,i,o=e.nodeType;if(3!==o&&8!==o&&2!==o)return 1===o&&w.isXMLDoc(e)||(t=w.propFix[t]||t,i=w.propHooks[t]),void 0!==n?i&&"set"in i&&void 0!==(r=i.set(e,n,t))?r:e[t]=n:i&&"get"in i&&null!==(r=i.get(e,t))?r:e[t]},propHooks:{tabIndex:{get:function(e){var t=w.find.attr(e,"tabindex");return t?parseInt(t,10):gt.test(e.nodeName)||yt.test(e.nodeName)&&e.href?0:-1}}},propFix:{"for":"htmlFor","class":"className"}}),h.optSelected||(w.propHooks.selected={get:function(e){var t=e.parentNode;return t&&t.parentNode&&t.parentNode.selectedIndex,null},set:function(e){var t=e.parentNode;t&&(t.selectedIndex,t.parentNode&&t.parentNode.selectedIndex)}}),w.each(["tabIndex","readOnly","maxLength","cellSpacing","cellPadding","rowSpan","colSpan","useMap","frameBorder","contentEditable"],function(){w.propFix[this.toLowerCase()]=this});function vt(e){return(e.match(M)||[]).join(" ")}function mt(e){return e.getAttribute&&e.getAttribute("class")||""}function xt(e){return Array.isArray(e)?e:"string"==typeof e?e.match(M)||[]:[]}w.fn.extend({addClass:function(e){var t,n,r,i,o,a,s,u=0;if(g(e))return this.each(function(t){w(this).addClass(e.call(this,t,mt(this)))});if((t=xt(e)).length)while(n=this[u++])if(i=mt(n),r=1===n.nodeType&&" "+vt(i)+" "){a=0;while(o=t[a++])r.indexOf(" "+o+" ")<0&&(r+=o+" ");i!==(s=vt(r))&&n.setAttribute("class",s)}return this},removeClass:function(e){var t,n,r,i,o,a,s,u=0;if(g(e))return this.each(function(t){w(this).removeClass(e.call(this,t,mt(this)))});if(!arguments.length)return this.attr("class","");if((t=xt(e)).length)while(n=this[u++])if(i=mt(n),r=1===n.nodeType&&" "+vt(i)+" "){a=0;while(o=t[a++])while(r.indexOf(" "+o+" ")>-1)r=r.replace(" "+o+" "," ");i!==(s=vt(r))&&n.setAttribute("class",s)}return this},toggleClass:function(e,t){var n=typeof e,r="string"===n||Array.isArray(e);return"boolean"==typeof t&&r?t?this.addClass(e):this.removeClass(e):g(e)?this.each(function(n){w(this).toggleClass(e.call(this,n,mt(this),t),t)}):this.each(function(){var t,i,o,a;if(r){i=0,o=w(this),a=xt(e);while(t=a[i++])o.hasClass(t)?o.removeClass(t):o.addClass(t)}else void 0!==e&&"boolean"!==n||((t=mt(this))&&J.set(this,"__className__",t),this.setAttribute&&this.setAttribute("class",t||!1===e?"":J.get(this,"__className__")||""))})},hasClass:function(e){var t,n,r=0;t=" "+e+" ";while(n=this[r++])if(1===n.nodeType&&(" "+vt(mt(n))+" ").indexOf(t)>-1)return!0;return!1}});var bt=/\r/g;w.fn.extend({val:function(e){var t,n,r,i=this[0];{if(arguments.length)return r=g(e),this.each(function(n){var i;1===this.nodeType&&(null==(i=r?e.call(this,n,w(this).val()):e)?i="":"number"==typeof i?i+="":Array.isArray(i)&&(i=w.map(i,function(e){return null==e?"":e+""})),(t=w.valHooks[this.type]||w.valHooks[this.nodeName.toLowerCase()])&&"set"in t&&void 0!==t.set(this,i,"value")||(this.value=i))});if(i)return(t=w.valHooks[i.type]||w.valHooks[i.nodeName.toLowerCase()])&&"get"in t&&void 0!==(n=t.get(i,"value"))?n:"string"==typeof(n=i.value)?n.replace(bt,""):null==n?"":n}}}),w.extend({valHooks:{option:{get:function(e){var t=w.find.attr(e,"value");return null!=t?t:vt(w.text(e))}},select:{get:function(e){var t,n,r,i=e.options,o=e.selectedIndex,a="select-one"===e.type,s=a?null:[],u=a?o+1:i.length;for(r=o<0?u:a?o:0;r-1)&&(n=!0);return n||(e.selectedIndex=-1),o}}}}),w.each(["radio","checkbox"],function(){w.valHooks[this]={set:function(e,t){if(Array.isArray(t))return e.checked=w.inArray(w(e).val(),t)>-1}},h.checkOn||(w.valHooks[this].get=function(e){return null===e.getAttribute("value")?"on":e.value})}),h.focusin="onfocusin"in e;var wt=/^(?:focusinfocus|focusoutblur)$/,Tt=function(e){e.stopPropagation()};w.extend(w.event,{trigger:function(t,n,i,o){var a,s,u,l,c,p,d,h,v=[i||r],m=f.call(t,"type")?t.type:t,x=f.call(t,"namespace")?t.namespace.split("."):[];if(s=h=u=i=i||r,3!==i.nodeType&&8!==i.nodeType&&!wt.test(m+w.event.triggered)&&(m.indexOf(".")>-1&&(m=(x=m.split(".")).shift(),x.sort()),c=m.indexOf(":")<0&&"on"+m,t=t[w.expando]?t:new w.Event(m,"object"==typeof t&&t),t.isTrigger=o?2:3,t.namespace=x.join("."),t.rnamespace=t.namespace?new RegExp("(^|\\.)"+x.join("\\.(?:.*\\.|)")+"(\\.|$)"):null,t.result=void 0,t.target||(t.target=i),n=null==n?[t]:w.makeArray(n,[t]),d=w.event.special[m]||{},o||!d.trigger||!1!==d.trigger.apply(i,n))){if(!o&&!d.noBubble&&!y(i)){for(l=d.delegateType||m,wt.test(l+m)||(s=s.parentNode);s;s=s.parentNode)v.push(s),u=s;u===(i.ownerDocument||r)&&v.push(u.defaultView||u.parentWindow||e)}a=0;while((s=v[a++])&&!t.isPropagationStopped())h=s,t.type=a>1?l:d.bindType||m,(p=(J.get(s,"events")||{})[t.type]&&J.get(s,"handle"))&&p.apply(s,n),(p=c&&s[c])&&p.apply&&Y(s)&&(t.result=p.apply(s,n),!1===t.result&&t.preventDefault());return t.type=m,o||t.isDefaultPrevented()||d._default&&!1!==d._default.apply(v.pop(),n)||!Y(i)||c&&g(i[m])&&!y(i)&&((u=i[c])&&(i[c]=null),w.event.triggered=m,t.isPropagationStopped()&&h.addEventListener(m,Tt),i[m](),t.isPropagationStopped()&&h.removeEventListener(m,Tt),w.event.triggered=void 0,u&&(i[c]=u)),t.result}},simulate:function(e,t,n){var r=w.extend(new w.Event,n,{type:e,isSimulated:!0});w.event.trigger(r,null,t)}}),w.fn.extend({trigger:function(e,t){return this.each(function(){w.event.trigger(e,t,this)})},triggerHandler:function(e,t){var n=this[0];if(n)return w.event.trigger(e,t,n,!0)}}),h.focusin||w.each({focus:"focusin",blur:"focusout"},function(e,t){var n=function(e){w.event.simulate(t,e.target,w.event.fix(e))};w.event.special[t]={setup:function(){var r=this.ownerDocument||this,i=J.access(r,t);i||r.addEventListener(e,n,!0),J.access(r,t,(i||0)+1)},teardown:function(){var r=this.ownerDocument||this,i=J.access(r,t)-1;i?J.access(r,t,i):(r.removeEventListener(e,n,!0),J.remove(r,t))}}});var Ct=e.location,Et=Date.now(),kt=/\?/;w.parseXML=function(t){var n;if(!t||"string"!=typeof t)return null;try{n=(new e.DOMParser).parseFromString(t,"text/xml")}catch(e){n=void 0}return n&&!n.getElementsByTagName("parsererror").length||w.error("Invalid XML: "+t),n};var St=/\[\]$/,Dt=/\r?\n/g,Nt=/^(?:submit|button|image|reset|file)$/i,At=/^(?:input|select|textarea|keygen)/i;function jt(e,t,n,r){var i;if(Array.isArray(t))w.each(t,function(t,i){n||St.test(e)?r(e,i):jt(e+"["+("object"==typeof i&&null!=i?t:"")+"]",i,n,r)});else if(n||"object"!==x(t))r(e,t);else for(i in t)jt(e+"["+i+"]",t[i],n,r)}w.param=function(e,t){var n,r=[],i=function(e,t){var n=g(t)?t():t;r[r.length]=encodeURIComponent(e)+"="+encodeURIComponent(null==n?"":n)};if(Array.isArray(e)||e.jquery&&!w.isPlainObject(e))w.each(e,function(){i(this.name,this.value)});else for(n in e)jt(n,e[n],t,i);return r.join("&")},w.fn.extend({serialize:function(){return w.param(this.serializeArray())},serializeArray:function(){return this.map(function(){var e=w.prop(this,"elements");return e?w.makeArray(e):this}).filter(function(){var e=this.type;return this.name&&!w(this).is(":disabled")&&At.test(this.nodeName)&&!Nt.test(e)&&(this.checked||!pe.test(e))}).map(function(e,t){var n=w(this).val();return null==n?null:Array.isArray(n)?w.map(n,function(e){return{name:t.name,value:e.replace(Dt,"\r\n")}}):{name:t.name,value:n.replace(Dt,"\r\n")}}).get()}});var qt=/%20/g,Lt=/#.*$/,Ht=/([?&])_=[^&]*/,Ot=/^(.*?):[ \t]*([^\r\n]*)$/gm,Pt=/^(?:about|app|app-storage|.+-extension|file|res|widget):$/,Mt=/^(?:GET|HEAD)$/,Rt=/^\/\//,It={},Wt={},$t="*/".concat("*"),Bt=r.createElement("a");Bt.href=Ct.href;function Ft(e){return function(t,n){"string"!=typeof t&&(n=t,t="*");var r,i=0,o=t.toLowerCase().match(M)||[];if(g(n))while(r=o[i++])"+"===r[0]?(r=r.slice(1)||"*",(e[r]=e[r]||[]).unshift(n)):(e[r]=e[r]||[]).push(n)}}function _t(e,t,n,r){var i={},o=e===Wt;function a(s){var u;return i[s]=!0,w.each(e[s]||[],function(e,s){var l=s(t,n,r);return"string"!=typeof l||o||i[l]?o?!(u=l):void 0:(t.dataTypes.unshift(l),a(l),!1)}),u}return a(t.dataTypes[0])||!i["*"]&&a("*")}function zt(e,t){var n,r,i=w.ajaxSettings.flatOptions||{};for(n in t)void 0!==t[n]&&((i[n]?e:r||(r={}))[n]=t[n]);return r&&w.extend(!0,e,r),e}function Xt(e,t,n){var r,i,o,a,s=e.contents,u=e.dataTypes;while("*"===u[0])u.shift(),void 0===r&&(r=e.mimeType||t.getResponseHeader("Content-Type"));if(r)for(i in s)if(s[i]&&s[i].test(r)){u.unshift(i);break}if(u[0]in n)o=u[0];else{for(i in n){if(!u[0]||e.converters[i+" "+u[0]]){o=i;break}a||(a=i)}o=o||a}if(o)return o!==u[0]&&u.unshift(o),n[o]}function Ut(e,t,n,r){var i,o,a,s,u,l={},c=e.dataTypes.slice();if(c[1])for(a in e.converters)l[a.toLowerCase()]=e.converters[a];o=c.shift();while(o)if(e.responseFields[o]&&(n[e.responseFields[o]]=t),!u&&r&&e.dataFilter&&(t=e.dataFilter(t,e.dataType)),u=o,o=c.shift())if("*"===o)o=u;else if("*"!==u&&u!==o){if(!(a=l[u+" "+o]||l["* "+o]))for(i in l)if((s=i.split(" "))[1]===o&&(a=l[u+" "+s[0]]||l["* "+s[0]])){!0===a?a=l[i]:!0!==l[i]&&(o=s[0],c.unshift(s[1]));break}if(!0!==a)if(a&&e["throws"])t=a(t);else try{t=a(t)}catch(e){return{state:"parsererror",error:a?e:"No conversion from "+u+" to "+o}}}return{state:"success",data:t}}w.extend({active:0,lastModified:{},etag:{},ajaxSettings:{url:Ct.href,type:"GET",isLocal:Pt.test(Ct.protocol),global:!0,processData:!0,async:!0,contentType:"application/x-www-form-urlencoded; charset=UTF-8",accepts:{"*":$t,text:"text/plain",html:"text/html",xml:"application/xml, text/xml",json:"application/json, text/javascript"},contents:{xml:/\bxml\b/,html:/\bhtml/,json:/\bjson\b/},responseFields:{xml:"responseXML",text:"responseText",json:"responseJSON"},converters:{"* text":String,"text html":!0,"text json":JSON.parse,"text xml":w.parseXML},flatOptions:{url:!0,context:!0}},ajaxSetup:function(e,t){return t?zt(zt(e,w.ajaxSettings),t):zt(w.ajaxSettings,e)},ajaxPrefilter:Ft(It),ajaxTransport:Ft(Wt),ajax:function(t,n){"object"==typeof t&&(n=t,t=void 0),n=n||{};var i,o,a,s,u,l,c,f,p,d,h=w.ajaxSetup({},n),g=h.context||h,y=h.context&&(g.nodeType||g.jquery)?w(g):w.event,v=w.Deferred(),m=w.Callbacks("once memory"),x=h.statusCode||{},b={},T={},C="canceled",E={readyState:0,getResponseHeader:function(e){var t;if(c){if(!s){s={};while(t=Ot.exec(a))s[t[1].toLowerCase()]=t[2]}t=s[e.toLowerCase()]}return null==t?null:t},getAllResponseHeaders:function(){return c?a:null},setRequestHeader:function(e,t){return null==c&&(e=T[e.toLowerCase()]=T[e.toLowerCase()]||e,b[e]=t),this},overrideMimeType:function(e){return null==c&&(h.mimeType=e),this},statusCode:function(e){var t;if(e)if(c)E.always(e[E.status]);else for(t in e)x[t]=[x[t],e[t]];return this},abort:function(e){var t=e||C;return i&&i.abort(t),k(0,t),this}};if(v.promise(E),h.url=((t||h.url||Ct.href)+"").replace(Rt,Ct.protocol+"//"),h.type=n.method||n.type||h.method||h.type,h.dataTypes=(h.dataType||"*").toLowerCase().match(M)||[""],null==h.crossDomain){l=r.createElement("a");try{l.href=h.url,l.href=l.href,h.crossDomain=Bt.protocol+"//"+Bt.host!=l.protocol+"//"+l.host}catch(e){h.crossDomain=!0}}if(h.data&&h.processData&&"string"!=typeof h.data&&(h.data=w.param(h.data,h.traditional)),_t(It,h,n,E),c)return E;(f=w.event&&h.global)&&0==w.active++&&w.event.trigger("ajaxStart"),h.type=h.type.toUpperCase(),h.hasContent=!Mt.test(h.type),o=h.url.replace(Lt,""),h.hasContent?h.data&&h.processData&&0===(h.contentType||"").indexOf("application/x-www-form-urlencoded")&&(h.data=h.data.replace(qt,"+")):(d=h.url.slice(o.length),h.data&&(h.processData||"string"==typeof h.data)&&(o+=(kt.test(o)?"&":"?")+h.data,delete h.data),!1===h.cache&&(o=o.replace(Ht,"$1"),d=(kt.test(o)?"&":"?")+"_="+Et+++d),h.url=o+d),h.ifModified&&(w.lastModified[o]&&E.setRequestHeader("If-Modified-Since",w.lastModified[o]),w.etag[o]&&E.setRequestHeader("If-None-Match",w.etag[o])),(h.data&&h.hasContent&&!1!==h.contentType||n.contentType)&&E.setRequestHeader("Content-Type",h.contentType),E.setRequestHeader("Accept",h.dataTypes[0]&&h.accepts[h.dataTypes[0]]?h.accepts[h.dataTypes[0]]+("*"!==h.dataTypes[0]?", "+$t+"; q=0.01":""):h.accepts["*"]);for(p in h.headers)E.setRequestHeader(p,h.headers[p]);if(h.beforeSend&&(!1===h.beforeSend.call(g,E,h)||c))return E.abort();if(C="abort",m.add(h.complete),E.done(h.success),E.fail(h.error),i=_t(Wt,h,n,E)){if(E.readyState=1,f&&y.trigger("ajaxSend",[E,h]),c)return E;h.async&&h.timeout>0&&(u=e.setTimeout(function(){E.abort("timeout")},h.timeout));try{c=!1,i.send(b,k)}catch(e){if(c)throw e;k(-1,e)}}else k(-1,"No Transport");function k(t,n,r,s){var l,p,d,b,T,C=n;c||(c=!0,u&&e.clearTimeout(u),i=void 0,a=s||"",E.readyState=t>0?4:0,l=t>=200&&t<300||304===t,r&&(b=Xt(h,E,r)),b=Ut(h,b,E,l),l?(h.ifModified&&((T=E.getResponseHeader("Last-Modified"))&&(w.lastModified[o]=T),(T=E.getResponseHeader("etag"))&&(w.etag[o]=T)),204===t||"HEAD"===h.type?C="nocontent":304===t?C="notmodified":(C=b.state,p=b.data,l=!(d=b.error))):(d=C,!t&&C||(C="error",t<0&&(t=0))),E.status=t,E.statusText=(n||C)+"",l?v.resolveWith(g,[p,C,E]):v.rejectWith(g,[E,C,d]),E.statusCode(x),x=void 0,f&&y.trigger(l?"ajaxSuccess":"ajaxError",[E,h,l?p:d]),m.fireWith(g,[E,C]),f&&(y.trigger("ajaxComplete",[E,h]),--w.active||w.event.trigger("ajaxStop")))}return E},getJSON:function(e,t,n){return w.get(e,t,n,"json")},getScript:function(e,t){return w.get(e,void 0,t,"script")}}),w.each(["get","post"],function(e,t){w[t]=function(e,n,r,i){return g(n)&&(i=i||r,r=n,n=void 0),w.ajax(w.extend({url:e,type:t,dataType:i,data:n,success:r},w.isPlainObject(e)&&e))}}),w._evalUrl=function(e){return w.ajax({url:e,type:"GET",dataType:"script",cache:!0,async:!1,global:!1,"throws":!0})},w.fn.extend({wrapAll:function(e){var t;return this[0]&&(g(e)&&(e=e.call(this[0])),t=w(e,this[0].ownerDocument).eq(0).clone(!0),this[0].parentNode&&t.insertBefore(this[0]),t.map(function(){var e=this;while(e.firstElementChild)e=e.firstElementChild;return e}).append(this)),this},wrapInner:function(e){return g(e)?this.each(function(t){w(this).wrapInner(e.call(this,t))}):this.each(function(){var t=w(this),n=t.contents();n.length?n.wrapAll(e):t.append(e)})},wrap:function(e){var t=g(e);return this.each(function(n){w(this).wrapAll(t?e.call(this,n):e)})},unwrap:function(e){return this.parent(e).not("body").each(function(){w(this).replaceWith(this.childNodes)}),this}}),w.expr.pseudos.hidden=function(e){return!w.expr.pseudos.visible(e)},w.expr.pseudos.visible=function(e){return!!(e.offsetWidth||e.offsetHeight||e.getClientRects().length)},w.ajaxSettings.xhr=function(){try{return new e.XMLHttpRequest}catch(e){}};var Vt={0:200,1223:204},Gt=w.ajaxSettings.xhr();h.cors=!!Gt&&"withCredentials"in Gt,h.ajax=Gt=!!Gt,w.ajaxTransport(function(t){var n,r;if(h.cors||Gt&&!t.crossDomain)return{send:function(i,o){var a,s=t.xhr();if(s.open(t.type,t.url,t.async,t.username,t.password),t.xhrFields)for(a in t.xhrFields)s[a]=t.xhrFields[a];t.mimeType&&s.overrideMimeType&&s.overrideMimeType(t.mimeType),t.crossDomain||i["X-Requested-With"]||(i["X-Requested-With"]="XMLHttpRequest");for(a in i)s.setRequestHeader(a,i[a]);n=function(e){return function(){n&&(n=r=s.onload=s.onerror=s.onabort=s.ontimeout=s.onreadystatechange=null,"abort"===e?s.abort():"error"===e?"number"!=typeof s.status?o(0,"error"):o(s.status,s.statusText):o(Vt[s.status]||s.status,s.statusText,"text"!==(s.responseType||"text")||"string"!=typeof s.responseText?{binary:s.response}:{text:s.responseText},s.getAllResponseHeaders()))}},s.onload=n(),r=s.onerror=s.ontimeout=n("error"),void 0!==s.onabort?s.onabort=r:s.onreadystatechange=function(){4===s.readyState&&e.setTimeout(function(){n&&r()})},n=n("abort");try{s.send(t.hasContent&&t.data||null)}catch(e){if(n)throw e}},abort:function(){n&&n()}}}),w.ajaxPrefilter(function(e){e.crossDomain&&(e.contents.script=!1)}),w.ajaxSetup({accepts:{script:"text/javascript, application/javascript, application/ecmascript, application/x-ecmascript"},contents:{script:/\b(?:java|ecma)script\b/},converters:{"text script":function(e){return w.globalEval(e),e}}}),w.ajaxPrefilter("script",function(e){void 0===e.cache&&(e.cache=!1),e.crossDomain&&(e.type="GET")}),w.ajaxTransport("script",function(e){if(e.crossDomain){var t,n;return{send:function(i,o){t=w("