From 2e211f760949c14d8d0b750c3038ec5634f49e0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B2=88=E5=AE=87?= <448766534@qq.com> Date: Wed, 15 Apr 2020 18:10:26 +0800 Subject: [PATCH] :zap: add: CDN --- _config.yml | 6 +- layout/_partial/head.ejs | 5 +- source-src/css/_remixicon.styl | 1801 +------------------------------- source/404.html | 116 +- source/dist/main.css | 2 +- source/images/sponsor.jpg | Bin 82666 -> 36799 bytes source/js/pace.min.js | 2 - 7 files changed, 74 insertions(+), 1858 deletions(-) delete mode 100644 source/js/pace.min.js diff --git a/_config.yml b/_config.yml index c81877e..4fda45d 100644 --- a/_config.yml +++ b/_config.yml @@ -77,9 +77,9 @@ reward_type: 2 # 打赏wording reward_wording: "请我喝杯咖啡吧~" # 支付宝二维码图片地址,跟你设置logo的方式一样。比如:/images/alipay.jpg -alipay: /images/alipay.jpg +alipay: https://cdn.jsdelivr.net/gh/Shen-Yu/cdn/img/alipay.jpg # 微信二维码图片地址 -weixin: /images/wechat.jpg +weixin: https://cdn.jsdelivr.net/gh/Shen-Yu/cdn/img/wechat.jpg # 版权声明 # 版权声明type设定:0-关闭版权声明; 1-文章对应的md文件里有copyright: true属性,才有版权声明; 2-所有文章均有版权声明 @@ -189,4 +189,4 @@ pageFooter: true icp: enable: false url: "http://www.beian.miit.gov.cn/" # 备案链接 - text: "浙ICP备88888888" # 备案信息 \ No newline at end of file + text: "浙ICP备88888888" # 备案信息 diff --git a/layout/_partial/head.ejs b/layout/_partial/head.ejs index 43b189d..f90d8a5 100644 --- a/layout/_partial/head.ejs +++ b/layout/_partial/head.ejs @@ -1,7 +1,7 @@ <% if (config.language){ %> - + <% } else { %> <% }%> @@ -29,9 +29,10 @@ <% } %> <%- css('dist/main') %> + <%- css('https://cdn.jsdelivr.net/gh/Shen-Yu/cdn/css/remixicon.min') %> <%- css('css/custom') %> <% if (theme.progressBar){ %> - + <%- js('https://cdn.jsdelivr.net/npm/pace-js@1.0.2/pace.min') %> <% } %> <%- partial('google-analytics') %> <%- partial('baidu-analytics') %> diff --git a/source-src/css/_remixicon.styl b/source-src/css/_remixicon.styl index 1f14278..54777f7 100644 --- a/source-src/css/_remixicon.styl +++ b/source-src/css/_remixicon.styl @@ -14,12 +14,12 @@ remixicon-font-path = 'https://cdn.jsdelivr.net/npm/remixicon@2.1.0/fonts/' !def @font-face font-family: remixicon; - src: url(remixicon-font-path +'remixicon.eot?t=1572787439022'); /* IE9*/ - src: url(remixicon-font-path +'remixicon.eot?t=1572787439022#iefix') format('embedded-opentype'), /* IE6-IE8 */ - url(remixicon-font-path +'remixicon.woff2?t=1572787439022') format("woff2"), - url(remixicon-font-path +'remixicon.woff?t=1572787439022') format("woff"), - url(remixicon-font-path +'remixicon.ttf?t=1572787439022') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/ - url(remixicon-font-path +'remixicon.svg?t=1572787439022#remixicon') format('svg'); /* iOS 4.1- */ + src: url(remixicon-font-path +'remixicon.eot'); /* IE9*/ + src: url(remixicon-font-path +'remixicon.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */ + url(remixicon-font-path +'remixicon.woff2') format("woff2"), + url(remixicon-font-path +'remixicon.woff') format("woff"), + url(remixicon-font-path +'remixicon.ttf') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/ + url(remixicon-font-path +'remixicon.svg#remixicon') format('svg'); /* iOS 4.1- */ font-display: swap; @@ -29,1792 +29,3 @@ remixicon-font-path = 'https://cdn.jsdelivr.net/npm/remixicon@2.1.0/fonts/' !def font-style: normal; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; - - -.ri-lg { font-size: 1.3333em; line-height: 0.75em; vertical-align: -.0667em; } -.ri-xl { font-size: 1.5em; line-height: 0.6666em; vertical-align: -.075em; } -.ri-xxs { font-size: .5em; } -.ri-xs { font-size: .75em; } -.ri-sm { font-size: .875em } -.ri-1x { font-size: 1em; } -.ri-2x { font-size: 2em; } -.ri-3x { font-size: 3em; } -.ri-4x { font-size: 4em; } -.ri-5x { font-size: 5em; } -.ri-6x { font-size: 6em; } -.ri-7x { font-size: 7em; } -.ri-8x { font-size: 8em; } -.ri-9x { font-size: 9em; } -.ri-10x { font-size: 10em; } -.ri-fw { text-align: center; width: 1.25em; } - -.ri-4k-fill:before { content: "\ea01"; } -.ri-4k-line:before { content: "\ea02"; } -.ri-account-box-fill:before { content: "\ea03"; } -.ri-account-box-line:before { content: "\ea04"; } -.ri-account-circle-fill:before { content: "\ea05"; } -.ri-account-circle-line:before { content: "\ea06"; } -.ri-account-pin-box-fill:before { content: "\ea07"; } -.ri-account-pin-box-line:before { content: "\ea08"; } -.ri-account-pin-circle-fill:before { content: "\ea09"; } -.ri-account-pin-circle-line:before { content: "\ea0a"; } -.ri-add-box-fill:before { content: "\ea0b"; } -.ri-add-box-line:before { content: "\ea0c"; } -.ri-add-circle-fill:before { content: "\ea0d"; } -.ri-add-circle-line:before { content: "\ea0e"; } -.ri-add-fill:before { content: "\ea0f"; } -.ri-add-line:before { content: "\ea10"; } -.ri-admin-fill:before { content: "\ea11"; } -.ri-admin-line:before { content: "\ea12"; } -.ri-airplay-fill:before { content: "\ea13"; } -.ri-airplay-line:before { content: "\ea14"; } -.ri-alarm-fill:before { content: "\ea15"; } -.ri-alarm-line:before { content: "\ea16"; } -.ri-alarm-warning-fill:before { content: "\ea17"; } -.ri-alarm-warning-line:before { content: "\ea18"; } -.ri-album-fill:before { content: "\ea19"; } -.ri-album-line:before { content: "\ea1a"; } -.ri-alert-fill:before { content: "\ea1b"; } -.ri-alert-line:before { content: "\ea1c"; } -.ri-align-bottom:before { content: "\ea1d"; } -.ri-align-center:before { content: "\ea1e"; } -.ri-align-justify:before { content: "\ea1f"; } -.ri-align-left:before { content: "\ea20"; } -.ri-align-right:before { content: "\ea21"; } -.ri-align-top:before { content: "\ea22"; } -.ri-align-vertically:before { content: "\ea23"; } -.ri-alipay-fill:before { content: "\ea24"; } -.ri-alipay-line:before { content: "\ea25"; } -.ri-amazon-fill:before { content: "\ea26"; } -.ri-amazon-line:before { content: "\ea27"; } -.ri-anchor-fill:before { content: "\ea28"; } -.ri-anchor-line:before { content: "\ea29"; } -.ri-android-fill:before { content: "\ea2a"; } -.ri-android-line:before { content: "\ea2b"; } -.ri-angularjs-fill:before { content: "\ea2c"; } -.ri-angularjs-line:before { content: "\ea2d"; } -.ri-anticlockwise-2-fill:before { content: "\ea2e"; } -.ri-anticlockwise-2-line:before { content: "\ea2f"; } -.ri-anticlockwise-fill:before { content: "\ea30"; } -.ri-anticlockwise-line:before { content: "\ea31"; } -.ri-apple-fill:before { content: "\ea32"; } -.ri-apple-line:before { content: "\ea33"; } -.ri-apps-2-fill:before { content: "\ea34"; } -.ri-apps-2-line:before { content: "\ea35"; } -.ri-apps-fill:before { content: "\ea36"; } -.ri-apps-line:before { content: "\ea37"; } -.ri-archive-drawer-fill:before { content: "\ea38"; } -.ri-archive-drawer-line:before { content: "\ea39"; } -.ri-archive-fill:before { content: "\ea3a"; } -.ri-archive-line:before { content: "\ea3b"; } -.ri-arrow-down-circle-fill:before { content: "\ea3c"; } -.ri-arrow-down-circle-line:before { content: "\ea3d"; } -.ri-arrow-down-fill:before { content: "\ea3e"; } -.ri-arrow-down-line:before { content: "\ea3f"; } -.ri-arrow-down-s-fill:before { content: "\ea40"; } -.ri-arrow-down-s-line:before { content: "\ea41"; } -.ri-arrow-drop-down-fill:before { content: "\ea42"; } -.ri-arrow-drop-down-line:before { content: "\ea43"; } -.ri-arrow-drop-left-fill:before { content: "\ea44"; } -.ri-arrow-drop-left-line:before { content: "\ea45"; } -.ri-arrow-drop-right-fill:before { content: "\ea46"; } -.ri-arrow-drop-right-line:before { content: "\ea47"; } -.ri-arrow-drop-up-fill:before { content: "\ea48"; } -.ri-arrow-drop-up-line:before { content: "\ea49"; } -.ri-arrow-go-back-fill:before { content: "\ea4a"; } -.ri-arrow-go-back-line:before { content: "\ea4b"; } -.ri-arrow-go-forward-fill:before { content: "\ea4c"; } -.ri-arrow-go-forward-line:before { content: "\ea4d"; } -.ri-arrow-left-circle-fill:before { content: "\ea4e"; } -.ri-arrow-left-circle-line:before { content: "\ea4f"; } -.ri-arrow-left-down-fill:before { content: "\ea50"; } -.ri-arrow-left-down-line:before { content: "\ea51"; } -.ri-arrow-left-fill:before { content: "\ea52"; } -.ri-arrow-left-line:before { content: "\ea53"; } -.ri-arrow-left-s-fill:before { content: "\ea54"; } -.ri-arrow-left-s-line:before { content: "\ea55"; } -.ri-arrow-left-up-fill:before { content: "\ea56"; } -.ri-arrow-left-up-line:before { content: "\ea57"; } -.ri-arrow-right-circle-fill:before { content: "\ea58"; } -.ri-arrow-right-circle-line:before { content: "\ea59"; } -.ri-arrow-right-down-fill:before { content: "\ea5a"; } -.ri-arrow-right-down-line:before { content: "\ea5b"; } -.ri-arrow-right-fill:before { content: "\ea5c"; } -.ri-arrow-right-line:before { content: "\ea5d"; } -.ri-arrow-right-s-fill:before { content: "\ea5e"; } -.ri-arrow-right-s-line:before { content: "\ea5f"; } -.ri-arrow-right-up-fill:before { content: "\ea60"; } -.ri-arrow-right-up-line:before { content: "\ea61"; } -.ri-arrow-up-circle-fill:before { content: "\ea62"; } -.ri-arrow-up-circle-line:before { content: "\ea63"; } -.ri-arrow-up-fill:before { content: "\ea64"; } -.ri-arrow-up-line:before { content: "\ea65"; } -.ri-arrow-up-s-fill:before { content: "\ea66"; } -.ri-arrow-up-s-line:before { content: "\ea67"; } -.ri-artboard-2-fill:before { content: "\ea68"; } -.ri-artboard-2-line:before { content: "\ea69"; } -.ri-artboard-fill:before { content: "\ea6a"; } -.ri-artboard-line:before { content: "\ea6b"; } -.ri-article-fill:before { content: "\ea6c"; } -.ri-article-line:before { content: "\ea6d"; } -.ri-asterisk:before { content: "\ea6e"; } -.ri-at-fill:before { content: "\ea6f"; } -.ri-at-line:before { content: "\ea70"; } -.ri-attachment-2:before { content: "\ea71"; } -.ri-attachment-fill:before { content: "\ea72"; } -.ri-attachment-line:before { content: "\ea73"; } -.ri-auction-fill:before { content: "\ea74"; } -.ri-auction-line:before { content: "\ea75"; } -.ri-award-fill:before { content: "\ea76"; } -.ri-award-line:before { content: "\ea77"; } -.ri-baidu-fill:before { content: "\ea78"; } -.ri-baidu-line:before { content: "\ea79"; } -.ri-ball-pen-fill:before { content: "\ea7a"; } -.ri-ball-pen-line:before { content: "\ea7b"; } -.ri-bank-card-2-fill:before { content: "\ea7c"; } -.ri-bank-card-2-line:before { content: "\ea7d"; } -.ri-bank-card-fill:before { content: "\ea7e"; } -.ri-bank-card-line:before { content: "\ea7f"; } -.ri-bank-fill:before { content: "\ea80"; } -.ri-bank-line:before { content: "\ea81"; } -.ri-bar-chart-2-fill:before { content: "\ea82"; } -.ri-bar-chart-2-line:before { content: "\ea83"; } -.ri-bar-chart-box-fill:before { content: "\ea84"; } -.ri-bar-chart-box-line:before { content: "\ea85"; } -.ri-bar-chart-fill:before { content: "\ea86"; } -.ri-bar-chart-grouped-fill:before { content: "\ea87"; } -.ri-bar-chart-grouped-line:before { content: "\ea88"; } -.ri-bar-chart-horizontal-fill:before { content: "\ea89"; } -.ri-bar-chart-horizontal-line:before { content: "\ea8a"; } -.ri-bar-chart-line:before { content: "\ea8b"; } -.ri-barcode-box-fill:before { content: "\ea8c"; } -.ri-barcode-box-line:before { content: "\ea8d"; } -.ri-barcode-fill:before { content: "\ea8e"; } -.ri-barcode-line:before { content: "\ea8f"; } -.ri-barricade-fill:before { content: "\ea90"; } -.ri-barricade-line:before { content: "\ea91"; } -.ri-base-station-fill:before { content: "\ea92"; } -.ri-base-station-line:before { content: "\ea93"; } -.ri-battery-2-charge-fill:before { content: "\ea94"; } -.ri-battery-2-charge-line:before { content: "\ea95"; } -.ri-battery-2-fill:before { content: "\ea96"; } -.ri-battery-2-line:before { content: "\ea97"; } -.ri-battery-charge-fill:before { content: "\ea98"; } -.ri-battery-charge-line:before { content: "\ea99"; } -.ri-battery-fill:before { content: "\ea9a"; } -.ri-battery-line:before { content: "\ea9b"; } -.ri-battery-low-fill:before { content: "\ea9c"; } -.ri-battery-low-line:before { content: "\ea9d"; } -.ri-behance-fill:before { content: "\ea9e"; } -.ri-behance-line:before { content: "\ea9f"; } -.ri-bike-fill:before { content: "\eaa0"; } -.ri-bike-line:before { content: "\eaa1"; } -.ri-bilibili-fill:before { content: "\eaa2"; } -.ri-bilibili-line:before { content: "\eaa3"; } -.ri-bill-fill:before { content: "\eaa4"; } -.ri-bill-line:before { content: "\eaa5"; } -.ri-bit-coin-fill:before { content: "\eaa6"; } -.ri-bit-coin-line:before { content: "\eaa7"; } -.ri-bluetooth-connect-fill:before { content: "\eaa8"; } -.ri-bluetooth-connect-line:before { content: "\eaa9"; } -.ri-bluetooth-fill:before { content: "\eaaa"; } -.ri-bluetooth-line:before { content: "\eaab"; } -.ri-blur-off-fill:before { content: "\eaac"; } -.ri-blur-off-line:before { content: "\eaad"; } -.ri-bold:before { content: "\eaae"; } -.ri-book-2-fill:before { content: "\eaaf"; } -.ri-book-2-line:before { content: "\eab0"; } -.ri-book-3-fill:before { content: "\eab1"; } -.ri-book-3-line:before { content: "\eab2"; } -.ri-book-fill:before { content: "\eab3"; } -.ri-book-line:before { content: "\eab4"; } -.ri-book-mark-fill:before { content: "\eab5"; } -.ri-book-mark-line:before { content: "\eab6"; } -.ri-book-open-fill:before { content: "\eab7"; } -.ri-book-open-line:before { content: "\eab8"; } -.ri-book-read-fill:before { content: "\eab9"; } -.ri-book-read-line:before { content: "\eaba"; } -.ri-bookmark-2-fill:before { content: "\eabb"; } -.ri-bookmark-2-line:before { content: "\eabc"; } -.ri-bookmark-3-fill:before { content: "\eabd"; } -.ri-bookmark-3-line:before { content: "\eabe"; } -.ri-bookmark-fill:before { content: "\eabf"; } -.ri-bookmark-line:before { content: "\eac0"; } -.ri-braces-fill:before { content: "\eac1"; } -.ri-braces-line:before { content: "\eac2"; } -.ri-brackets-fill:before { content: "\eac3"; } -.ri-brackets-line:before { content: "\eac4"; } -.ri-briefcase-2-fill:before { content: "\eac5"; } -.ri-briefcase-2-line:before { content: "\eac6"; } -.ri-briefcase-3-fill:before { content: "\eac7"; } -.ri-briefcase-3-line:before { content: "\eac8"; } -.ri-briefcase-4-fill:before { content: "\eac9"; } -.ri-briefcase-4-line:before { content: "\eaca"; } -.ri-briefcase-5-fill:before { content: "\eacb"; } -.ri-briefcase-5-line:before { content: "\eacc"; } -.ri-briefcase-fill:before { content: "\eacd"; } -.ri-briefcase-line:before { content: "\eace"; } -.ri-broadcast-fill:before { content: "\eacf"; } -.ri-broadcast-line:before { content: "\ead0"; } -.ri-brush-2-fill:before { content: "\ead1"; } -.ri-brush-2-line:before { content: "\ead2"; } -.ri-brush-3-fill:before { content: "\ead3"; } -.ri-brush-3-line:before { content: "\ead4"; } -.ri-brush-4-fill:before { content: "\ead5"; } -.ri-brush-4-line:before { content: "\ead6"; } -.ri-brush-fill:before { content: "\ead7"; } -.ri-brush-line:before { content: "\ead8"; } -.ri-bug-2-fill:before { content: "\ead9"; } -.ri-bug-2-line:before { content: "\eada"; } -.ri-bug-fill:before { content: "\eadb"; } -.ri-bug-line:before { content: "\eadc"; } -.ri-building-2-fill:before { content: "\eadd"; } -.ri-building-2-line:before { content: "\eade"; } -.ri-building-3-fill:before { content: "\eadf"; } -.ri-building-3-line:before { content: "\eae0"; } -.ri-building-4-fill:before { content: "\eae1"; } -.ri-building-4-line:before { content: "\eae2"; } -.ri-building-fill:before { content: "\eae3"; } -.ri-building-line:before { content: "\eae4"; } -.ri-bus-2-fill:before { content: "\eae5"; } -.ri-bus-2-line:before { content: "\eae6"; } -.ri-bus-fill:before { content: "\eae7"; } -.ri-bus-line:before { content: "\eae8"; } -.ri-calculator-fill:before { content: "\eae9"; } -.ri-calculator-line:before { content: "\eaea"; } -.ri-calendar-2-fill:before { content: "\eaeb"; } -.ri-calendar-2-line:before { content: "\eaec"; } -.ri-calendar-check-fill:before { content: "\eaed"; } -.ri-calendar-check-line:before { content: "\eaee"; } -.ri-calendar-event-fill:before { content: "\eaef"; } -.ri-calendar-event-line:before { content: "\eaf0"; } -.ri-calendar-fill:before { content: "\eaf1"; } -.ri-calendar-line:before { content: "\eaf2"; } -.ri-calendar-todo-fill:before { content: "\eaf3"; } -.ri-calendar-todo-line:before { content: "\eaf4"; } -.ri-camera-2-fill:before { content: "\eaf5"; } -.ri-camera-2-line:before { content: "\eaf6"; } -.ri-camera-3-fill:before { content: "\eaf7"; } -.ri-camera-3-line:before { content: "\eaf8"; } -.ri-camera-fill:before { content: "\eaf9"; } -.ri-camera-lens-fill:before { content: "\eafa"; } -.ri-camera-lens-line:before { content: "\eafb"; } -.ri-camera-line:before { content: "\eafc"; } -.ri-camera-off-fill:before { content: "\eafd"; } -.ri-camera-off-line:before { content: "\eafe"; } -.ri-camera-switch-fill:before { content: "\eaff"; } -.ri-camera-switch-line:before { content: "\eb00"; } -.ri-car-fill:before { content: "\eb01"; } -.ri-car-line:before { content: "\eb02"; } -.ri-car-washing-fill:before { content: "\eb03"; } -.ri-car-washing-line:before { content: "\eb04"; } -.ri-cast-fill:before { content: "\eb05"; } -.ri-cast-line:before { content: "\eb06"; } -.ri-cellphone-fill:before { content: "\eb07"; } -.ri-cellphone-line:before { content: "\eb08"; } -.ri-celsius-fill:before { content: "\eb09"; } -.ri-celsius-line:before { content: "\eb0a"; } -.ri-charging-pile-2-fill:before { content: "\eb0b"; } -.ri-charging-pile-2-line:before { content: "\eb0c"; } -.ri-charging-pile-fill:before { content: "\eb0d"; } -.ri-charging-pile-line:before { content: "\eb0e"; } -.ri-chat-1-fill:before { content: "\eb0f"; } -.ri-chat-1-line:before { content: "\eb10"; } -.ri-chat-2-fill:before { content: "\eb11"; } -.ri-chat-2-line:before { content: "\eb12"; } -.ri-chat-3-fill:before { content: "\eb13"; } -.ri-chat-3-line:before { content: "\eb14"; } -.ri-chat-4-fill:before { content: "\eb15"; } -.ri-chat-4-line:before { content: "\eb16"; } -.ri-chat-check-fill:before { content: "\eb17"; } -.ri-chat-check-line:before { content: "\eb18"; } -.ri-chat-delete-fill:before { content: "\eb19"; } -.ri-chat-delete-line:before { content: "\eb1a"; } -.ri-chat-download-fill:before { content: "\eb1b"; } -.ri-chat-download-line:before { content: "\eb1c"; } -.ri-chat-forward-fill:before { content: "\eb1d"; } -.ri-chat-forward-line:before { content: "\eb1e"; } -.ri-chat-heart-fill:before { content: "\eb1f"; } -.ri-chat-heart-line:before { content: "\eb20"; } -.ri-chat-new-fill:before { content: "\eb21"; } -.ri-chat-new-line:before { content: "\eb22"; } -.ri-chat-off-fill:before { content: "\eb23"; } -.ri-chat-off-line:before { content: "\eb24"; } -.ri-chat-settings-fill:before { content: "\eb25"; } -.ri-chat-settings-line:before { content: "\eb26"; } -.ri-chat-smile-2-fill:before { content: "\eb27"; } -.ri-chat-smile-2-line:before { content: "\eb28"; } -.ri-chat-smile-3-fill:before { content: "\eb29"; } -.ri-chat-smile-3-line:before { content: "\eb2a"; } -.ri-chat-smile-fill:before { content: "\eb2b"; } -.ri-chat-smile-line:before { content: "\eb2c"; } -.ri-chat-upload-fill:before { content: "\eb2d"; } -.ri-chat-upload-line:before { content: "\eb2e"; } -.ri-chat-voice-fill:before { content: "\eb2f"; } -.ri-chat-voice-line:before { content: "\eb30"; } -.ri-check-double-fill:before { content: "\eb31"; } -.ri-check-double-line:before { content: "\eb32"; } -.ri-check-fill:before { content: "\eb33"; } -.ri-check-line:before { content: "\eb34"; } -.ri-checkbox-blank-circle-fill:before { content: "\eb35"; } -.ri-checkbox-blank-circle-line:before { content: "\eb36"; } -.ri-checkbox-blank-fill:before { content: "\eb37"; } -.ri-checkbox-blank-line:before { content: "\eb38"; } -.ri-checkbox-circle-fill:before { content: "\eb39"; } -.ri-checkbox-circle-line:before { content: "\eb3a"; } -.ri-checkbox-fill:before { content: "\eb3b"; } -.ri-checkbox-indeterminate-fill:before { content: "\eb3c"; } -.ri-checkbox-indeterminate-line:before { content: "\eb3d"; } -.ri-checkbox-line:before { content: "\eb3e"; } -.ri-checkbox-multiple-blank-fill:before { content: "\eb3f"; } -.ri-checkbox-multiple-blank-line:before { content: "\eb40"; } -.ri-checkbox-multiple-fill:before { content: "\eb41"; } -.ri-checkbox-multiple-line:before { content: "\eb42"; } -.ri-china-railway-fill:before { content: "\eb43"; } -.ri-china-railway-line:before { content: "\eb44"; } -.ri-chrome-fill:before { content: "\eb45"; } -.ri-chrome-line:before { content: "\eb46"; } -.ri-clapperboard-fill:before { content: "\eb47"; } -.ri-clapperboard-line:before { content: "\eb48"; } -.ri-clipboard-fill:before { content: "\eb49"; } -.ri-clipboard-line:before { content: "\eb4a"; } -.ri-clockwise-2-fill:before { content: "\eb4b"; } -.ri-clockwise-2-line:before { content: "\eb4c"; } -.ri-clockwise-fill:before { content: "\eb4d"; } -.ri-clockwise-line:before { content: "\eb4e"; } -.ri-close-circle-fill:before { content: "\eb4f"; } -.ri-close-circle-line:before { content: "\eb50"; } -.ri-close-fill:before { content: "\eb51"; } -.ri-close-line:before { content: "\eb52"; } -.ri-cloud-fill:before { content: "\eb53"; } -.ri-cloud-line:before { content: "\eb54"; } -.ri-cloud-off-fill:before { content: "\eb55"; } -.ri-cloud-off-line:before { content: "\eb56"; } -.ri-cloud-windy-fill:before { content: "\eb57"; } -.ri-cloud-windy-line:before { content: "\eb58"; } -.ri-cloudy-2-fill:before { content: "\eb59"; } -.ri-cloudy-2-line:before { content: "\eb5a"; } -.ri-cloudy-fill:before { content: "\eb5b"; } -.ri-cloudy-line:before { content: "\eb5c"; } -.ri-code-box-fill:before { content: "\eb5d"; } -.ri-code-box-line:before { content: "\eb5e"; } -.ri-code-fill:before { content: "\eb5f"; } -.ri-code-line:before { content: "\eb60"; } -.ri-code-s-fill:before { content: "\eb61"; } -.ri-code-s-line:before { content: "\eb62"; } -.ri-code-s-slash-fill:before { content: "\eb63"; } -.ri-code-s-slash-line:before { content: "\eb64"; } -.ri-code-view:before { content: "\eb65"; } -.ri-codepen-fill:before { content: "\eb66"; } -.ri-codepen-line:before { content: "\eb67"; } -.ri-command-fill:before { content: "\eb68"; } -.ri-command-line:before { content: "\eb69"; } -.ri-community-fill:before { content: "\eb6a"; } -.ri-community-line:before { content: "\eb6b"; } -.ri-compass-2-fill:before { content: "\eb6c"; } -.ri-compass-2-line:before { content: "\eb6d"; } -.ri-compass-3-fill:before { content: "\eb6e"; } -.ri-compass-3-line:before { content: "\eb6f"; } -.ri-compass-4-fill:before { content: "\eb70"; } -.ri-compass-4-line:before { content: "\eb71"; } -.ri-compass-discover-fill:before { content: "\eb72"; } -.ri-compass-discover-line:before { content: "\eb73"; } -.ri-compass-fill:before { content: "\eb74"; } -.ri-compass-line:before { content: "\eb75"; } -.ri-compasses-2-fill:before { content: "\eb76"; } -.ri-compasses-2-line:before { content: "\eb77"; } -.ri-compasses-fill:before { content: "\eb78"; } -.ri-compasses-line:before { content: "\eb79"; } -.ri-computer-fill:before { content: "\eb7a"; } -.ri-computer-line:before { content: "\eb7b"; } -.ri-contacts-book-2-fill:before { content: "\eb7c"; } -.ri-contacts-book-2-line:before { content: "\eb7d"; } -.ri-contacts-book-fill:before { content: "\eb7e"; } -.ri-contacts-book-line:before { content: "\eb7f"; } -.ri-contacts-fill:before { content: "\eb80"; } -.ri-contacts-line:before { content: "\eb81"; } -.ri-contrast-2-fill:before { content: "\eb82"; } -.ri-contrast-2-line:before { content: "\eb83"; } -.ri-contrast-drop-2-fill:before { content: "\eb84"; } -.ri-contrast-drop-2-line:before { content: "\eb85"; } -.ri-contrast-drop-fill:before { content: "\eb86"; } -.ri-contrast-drop-line:before { content: "\eb87"; } -.ri-contrast-fill:before { content: "\eb88"; } -.ri-contrast-line:before { content: "\eb89"; } -.ri-copper-coin-fill:before { content: "\eb8a"; } -.ri-copper-coin-line:before { content: "\eb8b"; } -.ri-copper-diamond-fill:before { content: "\eb8c"; } -.ri-copper-diamond-line:before { content: "\eb8d"; } -.ri-copyright-fill:before { content: "\eb8e"; } -.ri-copyright-line:before { content: "\eb8f"; } -.ri-coreos-fill:before { content: "\eb90"; } -.ri-coreos-line:before { content: "\eb91"; } -.ri-coupon-2-fill:before { content: "\eb92"; } -.ri-coupon-2-line:before { content: "\eb93"; } -.ri-coupon-3-fill:before { content: "\eb94"; } -.ri-coupon-3-line:before { content: "\eb95"; } -.ri-coupon-4-fill:before { content: "\eb96"; } -.ri-coupon-4-line:before { content: "\eb97"; } -.ri-coupon-5-fill:before { content: "\eb98"; } -.ri-coupon-5-line:before { content: "\eb99"; } -.ri-coupon-fill:before { content: "\eb9a"; } -.ri-coupon-line:before { content: "\eb9b"; } -.ri-cpu-fill:before { content: "\eb9c"; } -.ri-cpu-line:before { content: "\eb9d"; } -.ri-crop-2-fill:before { content: "\eb9e"; } -.ri-crop-2-line:before { content: "\eb9f"; } -.ri-crop-fill:before { content: "\eba0"; } -.ri-crop-line:before { content: "\eba1"; } -.ri-css3-fill:before { content: "\eba2"; } -.ri-css3-line:before { content: "\eba3"; } -.ri-cup-fill:before { content: "\eba4"; } -.ri-cup-line:before { content: "\eba5"; } -.ri-currency-fill:before { content: "\eba6"; } -.ri-currency-line:before { content: "\eba7"; } -.ri-cursor-fill:before { content: "\eba8"; } -.ri-cursor-line:before { content: "\eba9"; } -.ri-customer-service-2-fill:before { content: "\ebaa"; } -.ri-customer-service-2-line:before { content: "\ebab"; } -.ri-customer-service-fill:before { content: "\ebac"; } -.ri-customer-service-line:before { content: "\ebad"; } -.ri-dashboard-fill:before { content: "\ebae"; } -.ri-dashboard-line:before { content: "\ebaf"; } -.ri-database-2-fill:before { content: "\ebb0"; } -.ri-database-2-line:before { content: "\ebb1"; } -.ri-database-fill:before { content: "\ebb2"; } -.ri-database-line:before { content: "\ebb3"; } -.ri-delete-back-2-fill:before { content: "\ebb4"; } -.ri-delete-back-2-line:before { content: "\ebb5"; } -.ri-delete-back-fill:before { content: "\ebb6"; } -.ri-delete-back-line:before { content: "\ebb7"; } -.ri-delete-bin-2-fill:before { content: "\ebb8"; } -.ri-delete-bin-2-line:before { content: "\ebb9"; } -.ri-delete-bin-3-fill:before { content: "\ebba"; } -.ri-delete-bin-3-line:before { content: "\ebbb"; } -.ri-delete-bin-4-fill:before { content: "\ebbc"; } -.ri-delete-bin-4-line:before { content: "\ebbd"; } -.ri-delete-bin-5-fill:before { content: "\ebbe"; } -.ri-delete-bin-5-line:before { content: "\ebbf"; } -.ri-delete-bin-6-fill:before { content: "\ebc0"; } -.ri-delete-bin-6-line:before { content: "\ebc1"; } -.ri-delete-bin-7-fill:before { content: "\ebc2"; } -.ri-delete-bin-7-line:before { content: "\ebc3"; } -.ri-delete-bin-fill:before { content: "\ebc4"; } -.ri-delete-bin-line:before { content: "\ebc5"; } -.ri-device-fill:before { content: "\ebc6"; } -.ri-device-line:before { content: "\ebc7"; } -.ri-dingding-fill:before { content: "\ebc8"; } -.ri-dingding-line:before { content: "\ebc9"; } -.ri-direction-fill:before { content: "\ebca"; } -.ri-direction-line:before { content: "\ebcb"; } -.ri-disc-fill:before { content: "\ebcc"; } -.ri-disc-line:before { content: "\ebcd"; } -.ri-discord-fill:before { content: "\ebce"; } -.ri-discord-line:before { content: "\ebcf"; } -.ri-discuss-fill:before { content: "\ebd0"; } -.ri-discuss-line:before { content: "\ebd1"; } -.ri-divide-fill:before { content: "\ebd2"; } -.ri-divide-line:before { content: "\ebd3"; } -.ri-door-lock-box-fill:before { content: "\ebd4"; } -.ri-door-lock-box-line:before { content: "\ebd5"; } -.ri-door-lock-fill:before { content: "\ebd6"; } -.ri-door-lock-line:before { content: "\ebd7"; } -.ri-douban-fill:before { content: "\ebd8"; } -.ri-douban-line:before { content: "\ebd9"; } -.ri-double-quotes-l:before { content: "\ebda"; } -.ri-double-quotes-r:before { content: "\ebdb"; } -.ri-download-2-fill:before { content: "\ebdc"; } -.ri-download-2-line:before { content: "\ebdd"; } -.ri-download-cloud-2-fill:before { content: "\ebde"; } -.ri-download-cloud-2-line:before { content: "\ebdf"; } -.ri-download-cloud-fill:before { content: "\ebe0"; } -.ri-download-cloud-line:before { content: "\ebe1"; } -.ri-download-fill:before { content: "\ebe2"; } -.ri-download-line:before { content: "\ebe3"; } -.ri-drag-move-2-fill:before { content: "\ebe4"; } -.ri-drag-move-2-line:before { content: "\ebe5"; } -.ri-drag-move-fill:before { content: "\ebe6"; } -.ri-drag-move-line:before { content: "\ebe7"; } -.ri-dribbble-fill:before { content: "\ebe8"; } -.ri-dribbble-line:before { content: "\ebe9"; } -.ri-drive-fill:before { content: "\ebea"; } -.ri-drive-line:before { content: "\ebeb"; } -.ri-drizzle-fill:before { content: "\ebec"; } -.ri-drizzle-line:before { content: "\ebed"; } -.ri-drop-fill:before { content: "\ebee"; } -.ri-drop-line:before { content: "\ebef"; } -.ri-dropbox-fill:before { content: "\ebf0"; } -.ri-dropbox-line:before { content: "\ebf1"; } -.ri-dv-fill:before { content: "\ebf2"; } -.ri-dv-line:before { content: "\ebf3"; } -.ri-dvd-fill:before { content: "\ebf4"; } -.ri-dvd-line:before { content: "\ebf5"; } -.ri-e-bike-2-fill:before { content: "\ebf6"; } -.ri-e-bike-2-line:before { content: "\ebf7"; } -.ri-e-bike-fill:before { content: "\ebf8"; } -.ri-e-bike-line:before { content: "\ebf9"; } -.ri-earth-fill:before { content: "\ebfa"; } -.ri-earth-line:before { content: "\ebfb"; } -.ri-edge-fill:before { content: "\ebfc"; } -.ri-edge-line:before { content: "\ebfd"; } -.ri-edit-2-fill:before { content: "\ebfe"; } -.ri-edit-2-line:before { content: "\ebff"; } -.ri-edit-box-fill:before { content: "\ec00"; } -.ri-edit-box-line:before { content: "\ec01"; } -.ri-edit-circle-fill:before { content: "\ec02"; } -.ri-edit-circle-line:before { content: "\ec03"; } -.ri-edit-fill:before { content: "\ec04"; } -.ri-edit-line:before { content: "\ec05"; } -.ri-eject-fill:before { content: "\ec06"; } -.ri-eject-line:before { content: "\ec07"; } -.ri-emotion-2-fill:before { content: "\ec08"; } -.ri-emotion-2-line:before { content: "\ec09"; } -.ri-emotion-fill:before { content: "\ec0a"; } -.ri-emotion-happy-fill:before { content: "\ec0b"; } -.ri-emotion-happy-line:before { content: "\ec0c"; } -.ri-emotion-line:before { content: "\ec0d"; } -.ri-emotion-normal-fill:before { content: "\ec0e"; } -.ri-emotion-normal-line:before { content: "\ec0f"; } -.ri-emotion-unhappy-fill:before { content: "\ec10"; } -.ri-emotion-unhappy-line:before { content: "\ec11"; } -.ri-emphasis:before { content: "\ec12"; } -.ri-equalizer-fill:before { content: "\ec13"; } -.ri-equalizer-line:before { content: "\ec14"; } -.ri-eraser-fill:before { content: "\ec15"; } -.ri-eraser-line:before { content: "\ec16"; } -.ri-error-warning-fill:before { content: "\ec17"; } -.ri-error-warning-line:before { content: "\ec18"; } -.ri-evernote-fill:before { content: "\ec19"; } -.ri-evernote-line:before { content: "\ec1a"; } -.ri-exchange-box-fill:before { content: "\ec1b"; } -.ri-exchange-box-line:before { content: "\ec1c"; } -.ri-exchange-cny-fill:before { content: "\ec1d"; } -.ri-exchange-cny-line:before { content: "\ec1e"; } -.ri-exchange-dollar-fill:before { content: "\ec1f"; } -.ri-exchange-dollar-line:before { content: "\ec20"; } -.ri-exchange-fill:before { content: "\ec21"; } -.ri-exchange-funds-fill:before { content: "\ec22"; } -.ri-exchange-funds-line:before { content: "\ec23"; } -.ri-exchange-line:before { content: "\ec24"; } -.ri-external-link-fill:before { content: "\ec25"; } -.ri-external-link-line:before { content: "\ec26"; } -.ri-eye-close-fill:before { content: "\ec27"; } -.ri-eye-close-line:before { content: "\ec28"; } -.ri-eye-fill:before { content: "\ec29"; } -.ri-eye-line:before { content: "\ec2a"; } -.ri-eye-off-fill:before { content: "\ec2b"; } -.ri-eye-off-line:before { content: "\ec2c"; } -.ri-facebook-box-fill:before { content: "\ec2d"; } -.ri-facebook-box-line:before { content: "\ec2e"; } -.ri-facebook-circle-fill:before { content: "\ec2f"; } -.ri-facebook-circle-line:before { content: "\ec30"; } -.ri-facebook-fill:before { content: "\ec31"; } -.ri-facebook-line:before { content: "\ec32"; } -.ri-fahrenheit-fill:before { content: "\ec33"; } -.ri-fahrenheit-line:before { content: "\ec34"; } -.ri-feedback-fill:before { content: "\ec35"; } -.ri-feedback-line:before { content: "\ec36"; } -.ri-file-2-fill:before { content: "\ec37"; } -.ri-file-2-line:before { content: "\ec38"; } -.ri-file-3-fill:before { content: "\ec39"; } -.ri-file-3-line:before { content: "\ec3a"; } -.ri-file-4-fill:before { content: "\ec3b"; } -.ri-file-4-line:before { content: "\ec3c"; } -.ri-file-add-fill:before { content: "\ec3d"; } -.ri-file-add-line:before { content: "\ec3e"; } -.ri-file-chart-2-fill:before { content: "\ec3f"; } -.ri-file-chart-2-line:before { content: "\ec40"; } -.ri-file-chart-fill:before { content: "\ec41"; } -.ri-file-chart-line:before { content: "\ec42"; } -.ri-file-code-fill:before { content: "\ec43"; } -.ri-file-code-line:before { content: "\ec44"; } -.ri-file-copy-2-fill:before { content: "\ec45"; } -.ri-file-copy-2-line:before { content: "\ec46"; } -.ri-file-copy-fill:before { content: "\ec47"; } -.ri-file-copy-line:before { content: "\ec48"; } -.ri-file-damage-fill:before { content: "\ec49"; } -.ri-file-damage-line:before { content: "\ec4a"; } -.ri-file-download-fill:before { content: "\ec4b"; } -.ri-file-download-line:before { content: "\ec4c"; } -.ri-file-edit-fill:before { content: "\ec4d"; } -.ri-file-edit-line:before { content: "\ec4e"; } -.ri-file-excel-2-fill:before { content: "\ec4f"; } -.ri-file-excel-2-line:before { content: "\ec50"; } -.ri-file-excel-fill:before { content: "\ec51"; } -.ri-file-excel-line:before { content: "\ec52"; } -.ri-file-fill:before { content: "\ec53"; } -.ri-file-forbid-fill:before { content: "\ec54"; } -.ri-file-forbid-line:before { content: "\ec55"; } -.ri-file-info-fill:before { content: "\ec56"; } -.ri-file-info-line:before { content: "\ec57"; } -.ri-file-line:before { content: "\ec58"; } -.ri-file-list-2-fill:before { content: "\ec59"; } -.ri-file-list-2-line:before { content: "\ec5a"; } -.ri-file-list-3-fill:before { content: "\ec5b"; } -.ri-file-list-3-line:before { content: "\ec5c"; } -.ri-file-list-fill:before { content: "\ec5d"; } -.ri-file-list-line:before { content: "\ec5e"; } -.ri-file-lock-fill:before { content: "\ec5f"; } -.ri-file-lock-line:before { content: "\ec60"; } -.ri-file-mark-fill:before { content: "\ec61"; } -.ri-file-mark-line:before { content: "\ec62"; } -.ri-file-music-fill:before { content: "\ec63"; } -.ri-file-music-line:before { content: "\ec64"; } -.ri-file-paper-fill:before { content: "\ec65"; } -.ri-file-paper-line:before { content: "\ec66"; } -.ri-file-pdf-fill:before { content: "\ec67"; } -.ri-file-pdf-line:before { content: "\ec68"; } -.ri-file-ppt-2-fill:before { content: "\ec69"; } -.ri-file-ppt-2-line:before { content: "\ec6a"; } -.ri-file-ppt-fill:before { content: "\ec6b"; } -.ri-file-ppt-line:before { content: "\ec6c"; } -.ri-file-reduce-fill:before { content: "\ec6d"; } -.ri-file-reduce-line:before { content: "\ec6e"; } -.ri-file-search-fill:before { content: "\ec6f"; } -.ri-file-search-line:before { content: "\ec70"; } -.ri-file-settings-fill:before { content: "\ec71"; } -.ri-file-settings-line:before { content: "\ec72"; } -.ri-file-shield-2-fill:before { content: "\ec73"; } -.ri-file-shield-2-line:before { content: "\ec74"; } -.ri-file-shield-fill:before { content: "\ec75"; } -.ri-file-shield-line:before { content: "\ec76"; } -.ri-file-shred-fill:before { content: "\ec77"; } -.ri-file-shred-line:before { content: "\ec78"; } -.ri-file-text-fill:before { content: "\ec79"; } -.ri-file-text-line:before { content: "\ec7a"; } -.ri-file-transfer-fill:before { content: "\ec7b"; } -.ri-file-transfer-line:before { content: "\ec7c"; } -.ri-file-unknow-fill:before { content: "\ec7d"; } -.ri-file-unknow-line:before { content: "\ec7e"; } -.ri-file-upload-fill:before { content: "\ec7f"; } -.ri-file-upload-line:before { content: "\ec80"; } -.ri-file-user-fill:before { content: "\ec81"; } -.ri-file-user-line:before { content: "\ec82"; } -.ri-file-warning-fill:before { content: "\ec83"; } -.ri-file-warning-line:before { content: "\ec84"; } -.ri-file-word-2-fill:before { content: "\ec85"; } -.ri-file-word-2-line:before { content: "\ec86"; } -.ri-file-word-fill:before { content: "\ec87"; } -.ri-file-word-line:before { content: "\ec88"; } -.ri-file-zip-fill:before { content: "\ec89"; } -.ri-file-zip-line:before { content: "\ec8a"; } -.ri-film-fill:before { content: "\ec8b"; } -.ri-film-line:before { content: "\ec8c"; } -.ri-filter-2-fill:before { content: "\ec8d"; } -.ri-filter-2-line:before { content: "\ec8e"; } -.ri-filter-3-fill:before { content: "\ec8f"; } -.ri-filter-3-line:before { content: "\ec90"; } -.ri-filter-fill:before { content: "\ec91"; } -.ri-filter-line:before { content: "\ec92"; } -.ri-find-replace-fill:before { content: "\ec93"; } -.ri-find-replace-line:before { content: "\ec94"; } -.ri-fingerprint-2-fill:before { content: "\ec95"; } -.ri-fingerprint-2-line:before { content: "\ec96"; } -.ri-fingerprint-fill:before { content: "\ec97"; } -.ri-fingerprint-line:before { content: "\ec98"; } -.ri-fire-fill:before { content: "\ec99"; } -.ri-fire-line:before { content: "\ec9a"; } -.ri-firefox-fill:before { content: "\ec9b"; } -.ri-firefox-line:before { content: "\ec9c"; } -.ri-flag-2-fill:before { content: "\ec9d"; } -.ri-flag-2-line:before { content: "\ec9e"; } -.ri-flag-fill:before { content: "\ec9f"; } -.ri-flag-line:before { content: "\eca0"; } -.ri-flashlight-fill:before { content: "\eca1"; } -.ri-flashlight-line:before { content: "\eca2"; } -.ri-flight-land-fill:before { content: "\eca3"; } -.ri-flight-land-line:before { content: "\eca4"; } -.ri-flight-takeoff-fill:before { content: "\eca5"; } -.ri-flight-takeoff-line:before { content: "\eca6"; } -.ri-focus-2-fill:before { content: "\eca7"; } -.ri-focus-2-line:before { content: "\eca8"; } -.ri-focus-fill:before { content: "\eca9"; } -.ri-focus-line:before { content: "\ecaa"; } -.ri-foggy-fill:before { content: "\ecab"; } -.ri-foggy-line:before { content: "\ecac"; } -.ri-folder-2-fill:before { content: "\ecad"; } -.ri-folder-2-line:before { content: "\ecae"; } -.ri-folder-3-fill:before { content: "\ecaf"; } -.ri-folder-3-line:before { content: "\ecb0"; } -.ri-folder-4-fill:before { content: "\ecb1"; } -.ri-folder-4-line:before { content: "\ecb2"; } -.ri-folder-5-fill:before { content: "\ecb3"; } -.ri-folder-5-line:before { content: "\ecb4"; } -.ri-folder-add-fill:before { content: "\ecb5"; } -.ri-folder-add-line:before { content: "\ecb6"; } -.ri-folder-chart-2-fill:before { content: "\ecb7"; } -.ri-folder-chart-2-line:before { content: "\ecb8"; } -.ri-folder-chart-fill:before { content: "\ecb9"; } -.ri-folder-chart-line:before { content: "\ecba"; } -.ri-folder-download-fill:before { content: "\ecbb"; } -.ri-folder-download-line:before { content: "\ecbc"; } -.ri-folder-fill:before { content: "\ecbd"; } -.ri-folder-forbid-fill:before { content: "\ecbe"; } -.ri-folder-forbid-line:before { content: "\ecbf"; } -.ri-folder-info-fill:before { content: "\ecc0"; } -.ri-folder-info-line:before { content: "\ecc1"; } -.ri-folder-line:before { content: "\ecc2"; } -.ri-folder-lock-fill:before { content: "\ecc3"; } -.ri-folder-lock-line:before { content: "\ecc4"; } -.ri-folder-music-fill:before { content: "\ecc5"; } -.ri-folder-music-line:before { content: "\ecc6"; } -.ri-folder-open-fill:before { content: "\ecc7"; } -.ri-folder-open-line:before { content: "\ecc8"; } -.ri-folder-received-fill:before { content: "\ecc9"; } -.ri-folder-received-line:before { content: "\ecca"; } -.ri-folder-reduce-fill:before { content: "\eccb"; } -.ri-folder-reduce-line:before { content: "\eccc"; } -.ri-folder-settings-fill:before { content: "\eccd"; } -.ri-folder-settings-line:before { content: "\ecce"; } -.ri-folder-shared-fill:before { content: "\eccf"; } -.ri-folder-shared-line:before { content: "\ecd0"; } -.ri-folder-shield-2-fill:before { content: "\ecd1"; } -.ri-folder-shield-2-line:before { content: "\ecd2"; } -.ri-folder-shield-fill:before { content: "\ecd3"; } -.ri-folder-shield-line:before { content: "\ecd4"; } -.ri-folder-transfer-fill:before { content: "\ecd5"; } -.ri-folder-transfer-line:before { content: "\ecd6"; } -.ri-folder-unknow-fill:before { content: "\ecd7"; } -.ri-folder-unknow-line:before { content: "\ecd8"; } -.ri-folder-upload-fill:before { content: "\ecd9"; } -.ri-folder-upload-line:before { content: "\ecda"; } -.ri-folder-user-fill:before { content: "\ecdb"; } -.ri-folder-user-line:before { content: "\ecdc"; } -.ri-folder-warning-fill:before { content: "\ecdd"; } -.ri-folder-warning-line:before { content: "\ecde"; } -.ri-folders-fill:before { content: "\ecdf"; } -.ri-folders-line:before { content: "\ece0"; } -.ri-font-color:before { content: "\ece1"; } -.ri-font-size-2:before { content: "\ece2"; } -.ri-font-size:before { content: "\ece3"; } -.ri-footprint-fill:before { content: "\ece4"; } -.ri-footprint-line:before { content: "\ece5"; } -.ri-forbid-2-fill:before { content: "\ece6"; } -.ri-forbid-2-line:before { content: "\ece7"; } -.ri-forbid-fill:before { content: "\ece8"; } -.ri-forbid-line:before { content: "\ece9"; } -.ri-format-clear:before { content: "\ecea"; } -.ri-fullscreen-exit-fill:before { content: "\eceb"; } -.ri-fullscreen-exit-line:before { content: "\ecec"; } -.ri-fullscreen-fill:before { content: "\eced"; } -.ri-fullscreen-line:before { content: "\ecee"; } -.ri-function-fill:before { content: "\ecef"; } -.ri-function-line:before { content: "\ecf0"; } -.ri-functions:before { content: "\ecf1"; } -.ri-funds-box-fill:before { content: "\ecf2"; } -.ri-funds-box-line:before { content: "\ecf3"; } -.ri-funds-fill:before { content: "\ecf4"; } -.ri-funds-line:before { content: "\ecf5"; } -.ri-gallery-fill:before { content: "\ecf6"; } -.ri-gallery-line:before { content: "\ecf7"; } -.ri-gas-station-fill:before { content: "\ecf8"; } -.ri-gas-station-line:before { content: "\ecf9"; } -.ri-genderless-fill:before { content: "\ecfa"; } -.ri-genderless-line:before { content: "\ecfb"; } -.ri-git-branch-fill:before { content: "\ecfc"; } -.ri-git-branch-line:before { content: "\ecfd"; } -.ri-git-commit-fill:before { content: "\ecfe"; } -.ri-git-commit-line:before { content: "\ecff"; } -.ri-git-merge-fill:before { content: "\ed00"; } -.ri-git-merge-line:before { content: "\ed01"; } -.ri-git-pull-request-fill:before { content: "\ed02"; } -.ri-git-pull-request-line:before { content: "\ed03"; } -.ri-git-repository-commits-fill:before { content: "\ed04"; } -.ri-git-repository-commits-line:before { content: "\ed05"; } -.ri-git-repository-fill:before { content: "\ed06"; } -.ri-git-repository-line:before { content: "\ed07"; } -.ri-git-repository-private-fill:before { content: "\ed08"; } -.ri-git-repository-private-line:before { content: "\ed09"; } -.ri-github-fill:before { content: "\ed0a"; } -.ri-github-line:before { content: "\ed0b"; } -.ri-gitlab-fill:before { content: "\ed0c"; } -.ri-gitlab-line:before { content: "\ed0d"; } -.ri-global-fill:before { content: "\ed0e"; } -.ri-global-line:before { content: "\ed0f"; } -.ri-globe-fill:before { content: "\ed10"; } -.ri-globe-line:before { content: "\ed11"; } -.ri-goblet-fill:before { content: "\ed12"; } -.ri-goblet-line:before { content: "\ed13"; } -.ri-google-fill:before { content: "\ed14"; } -.ri-google-line:before { content: "\ed15"; } -.ri-government-fill:before { content: "\ed16"; } -.ri-government-line:before { content: "\ed17"; } -.ri-gps-fill:before { content: "\ed18"; } -.ri-gps-line:before { content: "\ed19"; } -.ri-gradienter-fill:before { content: "\ed1a"; } -.ri-gradienter-line:before { content: "\ed1b"; } -.ri-grid-fill:before { content: "\ed1c"; } -.ri-grid-line:before { content: "\ed1d"; } -.ri-group-2-fill:before { content: "\ed1e"; } -.ri-group-2-line:before { content: "\ed1f"; } -.ri-group-fill:before { content: "\ed20"; } -.ri-group-line:before { content: "\ed21"; } -.ri-guide-fill:before { content: "\ed22"; } -.ri-guide-line:before { content: "\ed23"; } -.ri-hail-fill:before { content: "\ed24"; } -.ri-hail-line:before { content: "\ed25"; } -.ri-hammer-fill:before { content: "\ed26"; } -.ri-hammer-line:before { content: "\ed27"; } -.ri-hard-drive-2-fill:before { content: "\ed28"; } -.ri-hard-drive-2-line:before { content: "\ed29"; } -.ri-hard-drive-fill:before { content: "\ed2a"; } -.ri-hard-drive-line:before { content: "\ed2b"; } -.ri-hashtag:before { content: "\ed2c"; } -.ri-haze-fill:before { content: "\ed2d"; } -.ri-haze-line:before { content: "\ed2e"; } -.ri-hd-fill:before { content: "\ed2f"; } -.ri-hd-line:before { content: "\ed30"; } -.ri-heading:before { content: "\ed31"; } -.ri-headphone-fill:before { content: "\ed32"; } -.ri-headphone-line:before { content: "\ed33"; } -.ri-heart-2-fill:before { content: "\ed34"; } -.ri-heart-2-line:before { content: "\ed35"; } -.ri-heart-fill:before { content: "\ed36"; } -.ri-heart-line:before { content: "\ed37"; } -.ri-heavy-showers-fill:before { content: "\ed38"; } -.ri-heavy-showers-line:before { content: "\ed39"; } -.ri-home-2-fill:before { content: "\ed3a"; } -.ri-home-2-line:before { content: "\ed3b"; } -.ri-home-3-fill:before { content: "\ed3c"; } -.ri-home-3-line:before { content: "\ed3d"; } -.ri-home-4-fill:before { content: "\ed3e"; } -.ri-home-4-line:before { content: "\ed3f"; } -.ri-home-5-fill:before { content: "\ed40"; } -.ri-home-5-line:before { content: "\ed41"; } -.ri-home-6-fill:before { content: "\ed42"; } -.ri-home-6-line:before { content: "\ed43"; } -.ri-home-7-fill:before { content: "\ed44"; } -.ri-home-7-line:before { content: "\ed45"; } -.ri-home-8-fill:before { content: "\ed46"; } -.ri-home-8-line:before { content: "\ed47"; } -.ri-home-fill:before { content: "\ed48"; } -.ri-home-gear-fill:before { content: "\ed49"; } -.ri-home-gear-line:before { content: "\ed4a"; } -.ri-home-heart-fill:before { content: "\ed4b"; } -.ri-home-heart-line:before { content: "\ed4c"; } -.ri-home-line:before { content: "\ed4d"; } -.ri-home-smile-2-fill:before { content: "\ed4e"; } -.ri-home-smile-2-line:before { content: "\ed4f"; } -.ri-home-smile-fill:before { content: "\ed50"; } -.ri-home-smile-line:before { content: "\ed51"; } -.ri-home-wifi-fill:before { content: "\ed52"; } -.ri-home-wifi-line:before { content: "\ed53"; } -.ri-honour-fill:before { content: "\ed54"; } -.ri-honour-line:before { content: "\ed55"; } -.ri-hospital-fill:before { content: "\ed56"; } -.ri-hospital-line:before { content: "\ed57"; } -.ri-hotel-bed-fill:before { content: "\ed58"; } -.ri-hotel-bed-line:before { content: "\ed59"; } -.ri-hotel-fill:before { content: "\ed5a"; } -.ri-hotel-line:before { content: "\ed5b"; } -.ri-hq-fill:before { content: "\ed5c"; } -.ri-hq-line:before { content: "\ed5d"; } -.ri-html5-fill:before { content: "\ed5e"; } -.ri-html5-line:before { content: "\ed5f"; } -.ri-ie-fill:before { content: "\ed60"; } -.ri-ie-line:before { content: "\ed61"; } -.ri-image-2-fill:before { content: "\ed62"; } -.ri-image-2-line:before { content: "\ed63"; } -.ri-image-fill:before { content: "\ed64"; } -.ri-image-line:before { content: "\ed65"; } -.ri-inbox-archive-fill:before { content: "\ed66"; } -.ri-inbox-archive-line:before { content: "\ed67"; } -.ri-inbox-fill:before { content: "\ed68"; } -.ri-inbox-line:before { content: "\ed69"; } -.ri-increase-decrease-fill:before { content: "\ed6a"; } -.ri-increase-decrease-line:before { content: "\ed6b"; } -.ri-indent-decrease:before { content: "\ed6c"; } -.ri-indent-increase:before { content: "\ed6d"; } -.ri-indeterminate-circle-fill:before { content: "\ed6e"; } -.ri-indeterminate-circle-line:before { content: "\ed6f"; } -.ri-information-fill:before { content: "\ed70"; } -.ri-information-line:before { content: "\ed71"; } -.ri-input-method-fill:before { content: "\ed72"; } -.ri-input-method-line:before { content: "\ed73"; } -.ri-instagram-fill:before { content: "\ed74"; } -.ri-instagram-line:before { content: "\ed75"; } -.ri-invision-fill:before { content: "\ed76"; } -.ri-invision-line:before { content: "\ed77"; } -.ri-italic:before { content: "\ed78"; } -.ri-kakao-talk-fill:before { content: "\ed79"; } -.ri-kakao-talk-line:before { content: "\ed7a"; } -.ri-key-2-fill:before { content: "\ed7b"; } -.ri-key-2-line:before { content: "\ed7c"; } -.ri-key-fill:before { content: "\ed7d"; } -.ri-key-line:before { content: "\ed7e"; } -.ri-keyboard-box-fill:before { content: "\ed7f"; } -.ri-keyboard-box-line:before { content: "\ed80"; } -.ri-keyboard-fill:before { content: "\ed81"; } -.ri-keyboard-line:before { content: "\ed82"; } -.ri-keynote-fill:before { content: "\ed83"; } -.ri-keynote-line:before { content: "\ed84"; } -.ri-landscape-fill:before { content: "\ed85"; } -.ri-landscape-line:before { content: "\ed86"; } -.ri-layout-column-fill:before { content: "\ed87"; } -.ri-layout-column-line:before { content: "\ed88"; } -.ri-layout-fill:before { content: "\ed89"; } -.ri-layout-line:before { content: "\ed8a"; } -.ri-layout-row-fill:before { content: "\ed8b"; } -.ri-layout-row-line:before { content: "\ed8c"; } -.ri-lightbulb-fill:before { content: "\ed8d"; } -.ri-lightbulb-flash-fill:before { content: "\ed8e"; } -.ri-lightbulb-flash-line:before { content: "\ed8f"; } -.ri-lightbulb-line:before { content: "\ed90"; } -.ri-line-fill:before { content: "\ed91"; } -.ri-line-height:before { content: "\ed92"; } -.ri-line-line:before { content: "\ed93"; } -.ri-link-m:before { content: "\ed94"; } -.ri-link-unlink-m:before { content: "\ed95"; } -.ri-link-unlink:before { content: "\ed96"; } -.ri-link:before { content: "\ed97"; } -.ri-linkedin-box-fill:before { content: "\ed98"; } -.ri-linkedin-box-line:before { content: "\ed99"; } -.ri-linkedin-fill:before { content: "\ed9a"; } -.ri-linkedin-line:before { content: "\ed9b"; } -.ri-links-fill:before { content: "\ed9c"; } -.ri-links-line:before { content: "\ed9d"; } -.ri-list-check-2:before { content: "\ed9e"; } -.ri-list-check:before { content: "\ed9f"; } -.ri-list-ordered:before { content: "\eda0"; } -.ri-list-settings-fill:before { content: "\eda1"; } -.ri-list-settings-line:before { content: "\eda2"; } -.ri-list-unordered:before { content: "\eda3"; } -.ri-loader-2-fill:before { content: "\eda4"; } -.ri-loader-2-line:before { content: "\eda5"; } -.ri-loader-3-fill:before { content: "\eda6"; } -.ri-loader-3-line:before { content: "\eda7"; } -.ri-loader-4-fill:before { content: "\eda8"; } -.ri-loader-4-line:before { content: "\eda9"; } -.ri-loader-5-fill:before { content: "\edaa"; } -.ri-loader-5-line:before { content: "\edab"; } -.ri-loader-fill:before { content: "\edac"; } -.ri-loader-line:before { content: "\edad"; } -.ri-lock-2-fill:before { content: "\edae"; } -.ri-lock-2-line:before { content: "\edaf"; } -.ri-lock-fill:before { content: "\edb0"; } -.ri-lock-line:before { content: "\edb1"; } -.ri-lock-password-fill:before { content: "\edb2"; } -.ri-lock-password-line:before { content: "\edb3"; } -.ri-lock-unlock-fill:before { content: "\edb4"; } -.ri-lock-unlock-line:before { content: "\edb5"; } -.ri-login-box-fill:before { content: "\edb6"; } -.ri-login-box-line:before { content: "\edb7"; } -.ri-login-circle-fill:before { content: "\edb8"; } -.ri-login-circle-line:before { content: "\edb9"; } -.ri-logout-box-fill:before { content: "\edba"; } -.ri-logout-box-line:before { content: "\edbb"; } -.ri-logout-box-r-fill:before { content: "\edbc"; } -.ri-logout-box-r-line:before { content: "\edbd"; } -.ri-logout-circle-fill:before { content: "\edbe"; } -.ri-logout-circle-line:before { content: "\edbf"; } -.ri-logout-circle-r-fill:before { content: "\edc0"; } -.ri-logout-circle-r-line:before { content: "\edc1"; } -.ri-mac-fill:before { content: "\edc2"; } -.ri-mac-line:before { content: "\edc3"; } -.ri-macbook-fill:before { content: "\edc4"; } -.ri-macbook-line:before { content: "\edc5"; } -.ri-magic-fill:before { content: "\edc6"; } -.ri-magic-line:before { content: "\edc7"; } -.ri-mail-add-fill:before { content: "\edc8"; } -.ri-mail-add-line:before { content: "\edc9"; } -.ri-mail-check-fill:before { content: "\edca"; } -.ri-mail-check-line:before { content: "\edcb"; } -.ri-mail-close-fill:before { content: "\edcc"; } -.ri-mail-close-line:before { content: "\edcd"; } -.ri-mail-download-fill:before { content: "\edce"; } -.ri-mail-download-line:before { content: "\edcf"; } -.ri-mail-fill:before { content: "\edd0"; } -.ri-mail-forbid-fill:before { content: "\edd1"; } -.ri-mail-forbid-line:before { content: "\edd2"; } -.ri-mail-line:before { content: "\edd3"; } -.ri-mail-lock-fill:before { content: "\edd4"; } -.ri-mail-lock-line:before { content: "\edd5"; } -.ri-mail-open-fill:before { content: "\edd6"; } -.ri-mail-open-line:before { content: "\edd7"; } -.ri-mail-send-fill:before { content: "\edd8"; } -.ri-mail-send-line:before { content: "\edd9"; } -.ri-mail-settings-fill:before { content: "\edda"; } -.ri-mail-settings-line:before { content: "\eddb"; } -.ri-mail-star-fill:before { content: "\eddc"; } -.ri-mail-star-line:before { content: "\eddd"; } -.ri-mail-unread-fill:before { content: "\edde"; } -.ri-mail-unread-line:before { content: "\eddf"; } -.ri-map-2-fill:before { content: "\ede0"; } -.ri-map-2-line:before { content: "\ede1"; } -.ri-map-fill:before { content: "\ede2"; } -.ri-map-line:before { content: "\ede3"; } -.ri-map-pin-2-fill:before { content: "\ede4"; } -.ri-map-pin-2-line:before { content: "\ede5"; } -.ri-map-pin-3-fill:before { content: "\ede6"; } -.ri-map-pin-3-line:before { content: "\ede7"; } -.ri-map-pin-4-fill:before { content: "\ede8"; } -.ri-map-pin-4-line:before { content: "\ede9"; } -.ri-map-pin-5-fill:before { content: "\edea"; } -.ri-map-pin-5-line:before { content: "\edeb"; } -.ri-map-pin-add-fill:before { content: "\edec"; } -.ri-map-pin-add-line:before { content: "\eded"; } -.ri-map-pin-fill:before { content: "\edee"; } -.ri-map-pin-line:before { content: "\edef"; } -.ri-map-pin-range-fill:before { content: "\edf0"; } -.ri-map-pin-range-line:before { content: "\edf1"; } -.ri-map-pin-time-fill:before { content: "\edf2"; } -.ri-map-pin-time-line:before { content: "\edf3"; } -.ri-map-pin-user-fill:before { content: "\edf4"; } -.ri-map-pin-user-line:before { content: "\edf5"; } -.ri-mark-pen-fill:before { content: "\edf6"; } -.ri-mark-pen-line:before { content: "\edf7"; } -.ri-markdown-fill:before { content: "\edf8"; } -.ri-markdown-line:before { content: "\edf9"; } -.ri-markup-fill:before { content: "\edfa"; } -.ri-markup-line:before { content: "\edfb"; } -.ri-mastercard-fill:before { content: "\edfc"; } -.ri-mastercard-line:before { content: "\edfd"; } -.ri-mastodon-fill:before { content: "\edfe"; } -.ri-mastodon-line:before { content: "\edff"; } -.ri-medium-fill:before { content: "\ee00"; } -.ri-medium-line:before { content: "\ee01"; } -.ri-men-fill:before { content: "\ee02"; } -.ri-men-line:before { content: "\ee03"; } -.ri-menu-2-fill:before { content: "\ee04"; } -.ri-menu-2-line:before { content: "\ee05"; } -.ri-menu-3-fill:before { content: "\ee06"; } -.ri-menu-3-line:before { content: "\ee07"; } -.ri-menu-fill:before { content: "\ee08"; } -.ri-menu-line:before { content: "\ee09"; } -.ri-message-2-fill:before { content: "\ee0a"; } -.ri-message-2-line:before { content: "\ee0b"; } -.ri-message-3-fill:before { content: "\ee0c"; } -.ri-message-3-line:before { content: "\ee0d"; } -.ri-message-fill:before { content: "\ee0e"; } -.ri-message-line:before { content: "\ee0f"; } -.ri-messenger-fill:before { content: "\ee10"; } -.ri-messenger-line:before { content: "\ee11"; } -.ri-mic-2-fill:before { content: "\ee12"; } -.ri-mic-2-line:before { content: "\ee13"; } -.ri-mic-fill:before { content: "\ee14"; } -.ri-mic-line:before { content: "\ee15"; } -.ri-mic-off-fill:before { content: "\ee16"; } -.ri-mic-off-line:before { content: "\ee17"; } -.ri-mini-program-fill:before { content: "\ee18"; } -.ri-mini-program-line:before { content: "\ee19"; } -.ri-mist-fill:before { content: "\ee1a"; } -.ri-mist-line:before { content: "\ee1b"; } -.ri-money-cny-box-fill:before { content: "\ee1c"; } -.ri-money-cny-box-line:before { content: "\ee1d"; } -.ri-money-cny-circle-fill:before { content: "\ee1e"; } -.ri-money-cny-circle-line:before { content: "\ee1f"; } -.ri-money-dollar-box-fill:before { content: "\ee20"; } -.ri-money-dollar-box-line:before { content: "\ee21"; } -.ri-money-dollar-circle-fill:before { content: "\ee22"; } -.ri-money-dollar-circle-line:before { content: "\ee23"; } -.ri-money-euro-box-fill:before { content: "\ee24"; } -.ri-money-euro-box-line:before { content: "\ee25"; } -.ri-money-euro-circle-fill:before { content: "\ee26"; } -.ri-money-euro-circle-line:before { content: "\ee27"; } -.ri-money-pound-box-fill:before { content: "\ee28"; } -.ri-money-pound-box-line:before { content: "\ee29"; } -.ri-money-pound-circle-fill:before { content: "\ee2a"; } -.ri-money-pound-circle-line:before { content: "\ee2b"; } -.ri-moon-clear-fill:before { content: "\ee2c"; } -.ri-moon-clear-line:before { content: "\ee2d"; } -.ri-moon-cloudy-fill:before { content: "\ee2e"; } -.ri-moon-cloudy-line:before { content: "\ee2f"; } -.ri-moon-fill:before { content: "\ee30"; } -.ri-moon-foggy-fill:before { content: "\ee31"; } -.ri-moon-foggy-line:before { content: "\ee32"; } -.ri-moon-line:before { content: "\ee33"; } -.ri-more-2-fill:before { content: "\ee34"; } -.ri-more-2-line:before { content: "\ee35"; } -.ri-more-fill:before { content: "\ee36"; } -.ri-more-line:before { content: "\ee37"; } -.ri-motorbike-fill:before { content: "\ee38"; } -.ri-motorbike-line:before { content: "\ee39"; } -.ri-mouse-fill:before { content: "\ee3a"; } -.ri-mouse-line:before { content: "\ee3b"; } -.ri-movie-2-fill:before { content: "\ee3c"; } -.ri-movie-2-line:before { content: "\ee3d"; } -.ri-movie-fill:before { content: "\ee3e"; } -.ri-movie-line:before { content: "\ee3f"; } -.ri-music-2-fill:before { content: "\ee40"; } -.ri-music-2-line:before { content: "\ee41"; } -.ri-music-fill:before { content: "\ee42"; } -.ri-music-line:before { content: "\ee43"; } -.ri-mv-fill:before { content: "\ee44"; } -.ri-mv-line:before { content: "\ee45"; } -.ri-navigation-fill:before { content: "\ee46"; } -.ri-navigation-line:before { content: "\ee47"; } -.ri-netease-cloud-music-fill:before { content: "\ee48"; } -.ri-netease-cloud-music-line:before { content: "\ee49"; } -.ri-netflix-fill:before { content: "\ee4a"; } -.ri-netflix-line:before { content: "\ee4b"; } -.ri-newspaper-fill:before { content: "\ee4c"; } -.ri-newspaper-line:before { content: "\ee4d"; } -.ri-notification-2-fill:before { content: "\ee4e"; } -.ri-notification-2-line:before { content: "\ee4f"; } -.ri-notification-3-fill:before { content: "\ee50"; } -.ri-notification-3-line:before { content: "\ee51"; } -.ri-notification-4-fill:before { content: "\ee52"; } -.ri-notification-4-line:before { content: "\ee53"; } -.ri-notification-badge-fill:before { content: "\ee54"; } -.ri-notification-badge-line:before { content: "\ee55"; } -.ri-notification-fill:before { content: "\ee56"; } -.ri-notification-line:before { content: "\ee57"; } -.ri-notification-off-fill:before { content: "\ee58"; } -.ri-notification-off-line:before { content: "\ee59"; } -.ri-number-0:before { content: "\ee5a"; } -.ri-number-1:before { content: "\ee5b"; } -.ri-number-2:before { content: "\ee5c"; } -.ri-number-3:before { content: "\ee5d"; } -.ri-number-4:before { content: "\ee5e"; } -.ri-number-5:before { content: "\ee5f"; } -.ri-number-6:before { content: "\ee60"; } -.ri-number-7:before { content: "\ee61"; } -.ri-number-8:before { content: "\ee62"; } -.ri-number-9:before { content: "\ee63"; } -.ri-numbers-fill:before { content: "\ee64"; } -.ri-numbers-line:before { content: "\ee65"; } -.ri-oil-fill:before { content: "\ee66"; } -.ri-oil-line:before { content: "\ee67"; } -.ri-omega:before { content: "\ee68"; } -.ri-open-arm-fill:before { content: "\ee69"; } -.ri-open-arm-line:before { content: "\ee6a"; } -.ri-opera-fill:before { content: "\ee6b"; } -.ri-opera-line:before { content: "\ee6c"; } -.ri-order-play-fill:before { content: "\ee6d"; } -.ri-order-play-line:before { content: "\ee6e"; } -.ri-outlet-2-fill:before { content: "\ee6f"; } -.ri-outlet-2-line:before { content: "\ee70"; } -.ri-outlet-fill:before { content: "\ee71"; } -.ri-outlet-line:before { content: "\ee72"; } -.ri-page-separator:before { content: "\ee73"; } -.ri-pages-fill:before { content: "\ee74"; } -.ri-pages-line:before { content: "\ee75"; } -.ri-paint-brush-fill:before { content: "\ee76"; } -.ri-paint-brush-line:before { content: "\ee77"; } -.ri-paint-fill:before { content: "\ee78"; } -.ri-paint-line:before { content: "\ee79"; } -.ri-palette-fill:before { content: "\ee7a"; } -.ri-palette-line:before { content: "\ee7b"; } -.ri-pantone-fill:before { content: "\ee7c"; } -.ri-pantone-line:before { content: "\ee7d"; } -.ri-paragraph:before { content: "\ee7e"; } -.ri-parent-fill:before { content: "\ee7f"; } -.ri-parent-line:before { content: "\ee80"; } -.ri-parentheses-fill:before { content: "\ee81"; } -.ri-parentheses-line:before { content: "\ee82"; } -.ri-parking-box-fill:before { content: "\ee83"; } -.ri-parking-box-line:before { content: "\ee84"; } -.ri-parking-fill:before { content: "\ee85"; } -.ri-parking-line:before { content: "\ee86"; } -.ri-patreon-fill:before { content: "\ee87"; } -.ri-patreon-line:before { content: "\ee88"; } -.ri-pause-circle-fill:before { content: "\ee89"; } -.ri-pause-circle-line:before { content: "\ee8a"; } -.ri-pause-fill:before { content: "\ee8b"; } -.ri-pause-line:before { content: "\ee8c"; } -.ri-pause-mini-fill:before { content: "\ee8d"; } -.ri-pause-mini-line:before { content: "\ee8e"; } -.ri-paypal-fill:before { content: "\ee8f"; } -.ri-paypal-line:before { content: "\ee90"; } -.ri-pen-nib-fill:before { content: "\ee91"; } -.ri-pen-nib-line:before { content: "\ee92"; } -.ri-pencil-fill:before { content: "\ee93"; } -.ri-pencil-line:before { content: "\ee94"; } -.ri-pencil-ruler-2-fill:before { content: "\ee95"; } -.ri-pencil-ruler-2-line:before { content: "\ee96"; } -.ri-pencil-ruler-fill:before { content: "\ee97"; } -.ri-pencil-ruler-line:before { content: "\ee98"; } -.ri-percent-fill:before { content: "\ee99"; } -.ri-percent-line:before { content: "\ee9a"; } -.ri-phone-camera-fill:before { content: "\ee9b"; } -.ri-phone-camera-line:before { content: "\ee9c"; } -.ri-phone-fill:before { content: "\ee9d"; } -.ri-phone-line:before { content: "\ee9e"; } -.ri-pie-chart-2-fill:before { content: "\ee9f"; } -.ri-pie-chart-2-line:before { content: "\eea0"; } -.ri-pie-chart-box-fill:before { content: "\eea1"; } -.ri-pie-chart-box-line:before { content: "\eea2"; } -.ri-pie-chart-fill:before { content: "\eea3"; } -.ri-pie-chart-line:before { content: "\eea4"; } -.ri-pin-distance-fill:before { content: "\eea5"; } -.ri-pin-distance-line:before { content: "\eea6"; } -.ri-pinterest-fill:before { content: "\eea7"; } -.ri-pinterest-line:before { content: "\eea8"; } -.ri-plane-fill:before { content: "\eea9"; } -.ri-plane-line:before { content: "\eeaa"; } -.ri-play-circle-fill:before { content: "\eeab"; } -.ri-play-circle-line:before { content: "\eeac"; } -.ri-play-fill:before { content: "\eead"; } -.ri-play-line:before { content: "\eeae"; } -.ri-play-list-add-fill:before { content: "\eeaf"; } -.ri-play-list-add-line:before { content: "\eeb0"; } -.ri-play-list-fill:before { content: "\eeb1"; } -.ri-play-list-line:before { content: "\eeb2"; } -.ri-play-mini-fill:before { content: "\eeb3"; } -.ri-play-mini-line:before { content: "\eeb4"; } -.ri-playstation-fill:before { content: "\eeb5"; } -.ri-playstation-line:before { content: "\eeb6"; } -.ri-plug-2-fill:before { content: "\eeb7"; } -.ri-plug-2-line:before { content: "\eeb8"; } -.ri-plug-fill:before { content: "\eeb9"; } -.ri-plug-line:before { content: "\eeba"; } -.ri-polaroid-2-fill:before { content: "\eebb"; } -.ri-polaroid-2-line:before { content: "\eebc"; } -.ri-polaroid-fill:before { content: "\eebd"; } -.ri-polaroid-line:before { content: "\eebe"; } -.ri-police-car-fill:before { content: "\eebf"; } -.ri-police-car-line:before { content: "\eec0"; } -.ri-price-tag-2-fill:before { content: "\eec1"; } -.ri-price-tag-2-line:before { content: "\eec2"; } -.ri-price-tag-3-fill:before { content: "\eec3"; } -.ri-price-tag-3-line:before { content: "\eec4"; } -.ri-price-tag-fill:before { content: "\eec5"; } -.ri-price-tag-line:before { content: "\eec6"; } -.ri-printer-fill:before { content: "\eec7"; } -.ri-printer-line:before { content: "\eec8"; } -.ri-product-hunt-fill:before { content: "\eec9"; } -.ri-product-hunt-line:before { content: "\eeca"; } -.ri-profile-fill:before { content: "\eecb"; } -.ri-profile-line:before { content: "\eecc"; } -.ri-projector-2-fill:before { content: "\eecd"; } -.ri-projector-2-line:before { content: "\eece"; } -.ri-projector-fill:before { content: "\eecf"; } -.ri-projector-line:before { content: "\eed0"; } -.ri-push-pin-2-fill:before { content: "\eed1"; } -.ri-push-pin-2-line:before { content: "\eed2"; } -.ri-push-pin-fill:before { content: "\eed3"; } -.ri-push-pin-line:before { content: "\eed4"; } -.ri-qq-fill:before { content: "\eed5"; } -.ri-qq-line:before { content: "\eed6"; } -.ri-qr-code-fill:before { content: "\eed7"; } -.ri-qr-code-line:before { content: "\eed8"; } -.ri-qr-scan-2-fill:before { content: "\eed9"; } -.ri-qr-scan-2-line:before { content: "\eeda"; } -.ri-qr-scan-fill:before { content: "\eedb"; } -.ri-qr-scan-line:before { content: "\eedc"; } -.ri-question-answer-fill:before { content: "\eedd"; } -.ri-question-answer-line:before { content: "\eede"; } -.ri-question-fill:before { content: "\eedf"; } -.ri-question-line:before { content: "\eee0"; } -.ri-questionnaire-fill:before { content: "\eee1"; } -.ri-questionnaire-line:before { content: "\eee2"; } -.ri-quill-pen-fill:before { content: "\eee3"; } -.ri-quill-pen-line:before { content: "\eee4"; } -.ri-radar-fill:before { content: "\eee5"; } -.ri-radar-line:before { content: "\eee6"; } -.ri-radio-2-fill:before { content: "\eee7"; } -.ri-radio-2-line:before { content: "\eee8"; } -.ri-radio-button-fill:before { content: "\eee9"; } -.ri-radio-button-line:before { content: "\eeea"; } -.ri-radio-fill:before { content: "\eeeb"; } -.ri-radio-line:before { content: "\eeec"; } -.ri-rainy-fill:before { content: "\eeed"; } -.ri-rainy-line:before { content: "\eeee"; } -.ri-reactjs-fill:before { content: "\eeef"; } -.ri-reactjs-line:before { content: "\eef0"; } -.ri-record-circle-fill:before { content: "\eef1"; } -.ri-record-circle-line:before { content: "\eef2"; } -.ri-record-mail-fill:before { content: "\eef3"; } -.ri-record-mail-line:before { content: "\eef4"; } -.ri-red-packet-fill:before { content: "\eef5"; } -.ri-red-packet-line:before { content: "\eef6"; } -.ri-reddit-fill:before { content: "\eef7"; } -.ri-reddit-line:before { content: "\eef8"; } -.ri-refresh-fill:before { content: "\eef9"; } -.ri-refresh-line:before { content: "\eefa"; } -.ri-refund-fill:before { content: "\eefb"; } -.ri-refund-line:before { content: "\eefc"; } -.ri-remixicon-fill:before { content: "\eefd"; } -.ri-remixicon-line:before { content: "\eefe"; } -.ri-repeat-2-fill:before { content: "\eeff"; } -.ri-repeat-2-line:before { content: "\ef00"; } -.ri-repeat-fill:before { content: "\ef01"; } -.ri-repeat-line:before { content: "\ef02"; } -.ri-repeat-one-fill:before { content: "\ef03"; } -.ri-repeat-one-line:before { content: "\ef04"; } -.ri-reply-fill:before { content: "\ef05"; } -.ri-reply-line:before { content: "\ef06"; } -.ri-reserved-fill:before { content: "\ef07"; } -.ri-reserved-line:before { content: "\ef08"; } -.ri-restart-fill:before { content: "\ef09"; } -.ri-restart-line:before { content: "\ef0a"; } -.ri-restaurant-2-fill:before { content: "\ef0b"; } -.ri-restaurant-2-line:before { content: "\ef0c"; } -.ri-restaurant-fill:before { content: "\ef0d"; } -.ri-restaurant-line:before { content: "\ef0e"; } -.ri-rewind-fill:before { content: "\ef0f"; } -.ri-rewind-line:before { content: "\ef10"; } -.ri-rewind-mini-fill:before { content: "\ef11"; } -.ri-rewind-mini-line:before { content: "\ef12"; } -.ri-rhythm-fill:before { content: "\ef13"; } -.ri-rhythm-line:before { content: "\ef14"; } -.ri-riding-fill:before { content: "\ef15"; } -.ri-riding-line:before { content: "\ef16"; } -.ri-road-map-fill:before { content: "\ef17"; } -.ri-road-map-line:before { content: "\ef18"; } -.ri-roadster-fill:before { content: "\ef19"; } -.ri-roadster-line:before { content: "\ef1a"; } -.ri-robot-fill:before { content: "\ef1b"; } -.ri-robot-line:before { content: "\ef1c"; } -.ri-rocket-2-fill:before { content: "\ef1d"; } -.ri-rocket-2-line:before { content: "\ef1e"; } -.ri-rocket-fill:before { content: "\ef1f"; } -.ri-rocket-line:before { content: "\ef20"; } -.ri-route-fill:before { content: "\ef21"; } -.ri-route-line:before { content: "\ef22"; } -.ri-router-fill:before { content: "\ef23"; } -.ri-router-line:before { content: "\ef24"; } -.ri-rss-fill:before { content: "\ef25"; } -.ri-rss-line:before { content: "\ef26"; } -.ri-ruler-2-fill:before { content: "\ef27"; } -.ri-ruler-2-line:before { content: "\ef28"; } -.ri-ruler-fill:before { content: "\ef29"; } -.ri-ruler-line:before { content: "\ef2a"; } -.ri-run-fill:before { content: "\ef2b"; } -.ri-run-line:before { content: "\ef2c"; } -.ri-safari-fill:before { content: "\ef2d"; } -.ri-safari-line:before { content: "\ef2e"; } -.ri-safe-2-fill:before { content: "\ef2f"; } -.ri-safe-2-line:before { content: "\ef30"; } -.ri-safe-fill:before { content: "\ef31"; } -.ri-safe-line:before { content: "\ef32"; } -.ri-sailboat-fill:before { content: "\ef33"; } -.ri-sailboat-line:before { content: "\ef34"; } -.ri-save-2-fill:before { content: "\ef35"; } -.ri-save-2-line:before { content: "\ef36"; } -.ri-save-3-fill:before { content: "\ef37"; } -.ri-save-3-line:before { content: "\ef38"; } -.ri-save-fill:before { content: "\ef39"; } -.ri-save-line:before { content: "\ef3a"; } -.ri-scan-2-fill:before { content: "\ef3b"; } -.ri-scan-2-line:before { content: "\ef3c"; } -.ri-scan-fill:before { content: "\ef3d"; } -.ri-scan-line:before { content: "\ef3e"; } -.ri-scissors-2-fill:before { content: "\ef3f"; } -.ri-scissors-2-line:before { content: "\ef40"; } -.ri-scissors-cut-fill:before { content: "\ef41"; } -.ri-scissors-cut-line:before { content: "\ef42"; } -.ri-scissors-fill:before { content: "\ef43"; } -.ri-scissors-line:before { content: "\ef44"; } -.ri-screenshot-2-fill:before { content: "\ef45"; } -.ri-screenshot-2-line:before { content: "\ef46"; } -.ri-screenshot-fill:before { content: "\ef47"; } -.ri-screenshot-line:before { content: "\ef48"; } -.ri-sd-card-fill:before { content: "\ef49"; } -.ri-sd-card-line:before { content: "\ef4a"; } -.ri-sd-card-mini-fill:before { content: "\ef4b"; } -.ri-sd-card-mini-line:before { content: "\ef4c"; } -.ri-search-2-fill:before { content: "\ef4d"; } -.ri-search-2-line:before { content: "\ef4e"; } -.ri-search-eye-fill:before { content: "\ef4f"; } -.ri-search-eye-line:before { content: "\ef50"; } -.ri-search-fill:before { content: "\ef51"; } -.ri-search-line:before { content: "\ef52"; } -.ri-send-plane-2-fill:before { content: "\ef53"; } -.ri-send-plane-2-line:before { content: "\ef54"; } -.ri-send-plane-fill:before { content: "\ef55"; } -.ri-send-plane-line:before { content: "\ef56"; } -.ri-sensor-fill:before { content: "\ef57"; } -.ri-sensor-line:before { content: "\ef58"; } -.ri-separator:before { content: "\ef59"; } -.ri-server-fill:before { content: "\ef5a"; } -.ri-server-line:before { content: "\ef5b"; } -.ri-settings-2-fill:before { content: "\ef5c"; } -.ri-settings-2-line:before { content: "\ef5d"; } -.ri-settings-3-fill:before { content: "\ef5e"; } -.ri-settings-3-line:before { content: "\ef5f"; } -.ri-settings-4-fill:before { content: "\ef60"; } -.ri-settings-4-line:before { content: "\ef61"; } -.ri-settings-5-fill:before { content: "\ef62"; } -.ri-settings-5-line:before { content: "\ef63"; } -.ri-settings-6-fill:before { content: "\ef64"; } -.ri-settings-6-line:before { content: "\ef65"; } -.ri-settings-fill:before { content: "\ef66"; } -.ri-settings-line:before { content: "\ef67"; } -.ri-shape-2-fill:before { content: "\ef68"; } -.ri-shape-2-line:before { content: "\ef69"; } -.ri-shape-fill:before { content: "\ef6a"; } -.ri-shape-line:before { content: "\ef6b"; } -.ri-share-box-fill:before { content: "\ef6c"; } -.ri-share-box-line:before { content: "\ef6d"; } -.ri-share-circle-fill:before { content: "\ef6e"; } -.ri-share-circle-line:before { content: "\ef6f"; } -.ri-share-fill:before { content: "\ef70"; } -.ri-share-forward-2-fill:before { content: "\ef71"; } -.ri-share-forward-2-line:before { content: "\ef72"; } -.ri-share-forward-box-fill:before { content: "\ef73"; } -.ri-share-forward-box-line:before { content: "\ef74"; } -.ri-share-forward-fill:before { content: "\ef75"; } -.ri-share-forward-line:before { content: "\ef76"; } -.ri-share-line:before { content: "\ef77"; } -.ri-share-stack-fill:before { content: "\ef78"; } -.ri-share-stack-line:before { content: "\ef79"; } -.ri-shield-cross-fill:before { content: "\ef7a"; } -.ri-shield-cross-line:before { content: "\ef7b"; } -.ri-shield-fill:before { content: "\ef7c"; } -.ri-shield-flash-fill:before { content: "\ef7d"; } -.ri-shield-flash-line:before { content: "\ef7e"; } -.ri-shield-keyhole-fill:before { content: "\ef7f"; } -.ri-shield-keyhole-line:before { content: "\ef80"; } -.ri-shield-line:before { content: "\ef81"; } -.ri-shield-star-fill:before { content: "\ef82"; } -.ri-shield-star-line:before { content: "\ef83"; } -.ri-shield-user-fill:before { content: "\ef84"; } -.ri-shield-user-line:before { content: "\ef85"; } -.ri-ship-2-fill:before { content: "\ef86"; } -.ri-ship-2-line:before { content: "\ef87"; } -.ri-ship-fill:before { content: "\ef88"; } -.ri-ship-line:before { content: "\ef89"; } -.ri-shirt-fill:before { content: "\ef8a"; } -.ri-shirt-line:before { content: "\ef8b"; } -.ri-shopping-bag-2-fill:before { content: "\ef8c"; } -.ri-shopping-bag-2-line:before { content: "\ef8d"; } -.ri-shopping-bag-3-fill:before { content: "\ef8e"; } -.ri-shopping-bag-3-line:before { content: "\ef8f"; } -.ri-shopping-bag-fill:before { content: "\ef90"; } -.ri-shopping-bag-line:before { content: "\ef91"; } -.ri-shopping-cart-2-fill:before { content: "\ef92"; } -.ri-shopping-cart-2-line:before { content: "\ef93"; } -.ri-shopping-cart-fill:before { content: "\ef94"; } -.ri-shopping-cart-line:before { content: "\ef95"; } -.ri-showers-fill:before { content: "\ef96"; } -.ri-showers-line:before { content: "\ef97"; } -.ri-shuffle-fill:before { content: "\ef98"; } -.ri-shuffle-line:before { content: "\ef99"; } -.ri-shut-down-fill:before { content: "\ef9a"; } -.ri-shut-down-line:before { content: "\ef9b"; } -.ri-side-bar-fill:before { content: "\ef9c"; } -.ri-side-bar-line:before { content: "\ef9d"; } -.ri-signal-tower-fill:before { content: "\ef9e"; } -.ri-signal-tower-line:before { content: "\ef9f"; } -.ri-sim-card-2-fill:before { content: "\efa0"; } -.ri-sim-card-2-line:before { content: "\efa1"; } -.ri-sim-card-fill:before { content: "\efa2"; } -.ri-sim-card-line:before { content: "\efa3"; } -.ri-single-quotes-l:before { content: "\efa4"; } -.ri-single-quotes-r:before { content: "\efa5"; } -.ri-sip-fill:before { content: "\efa6"; } -.ri-sip-line:before { content: "\efa7"; } -.ri-skip-back-fill:before { content: "\efa8"; } -.ri-skip-back-line:before { content: "\efa9"; } -.ri-skip-back-mini-fill:before { content: "\efaa"; } -.ri-skip-back-mini-line:before { content: "\efab"; } -.ri-skip-forward-fill:before { content: "\efac"; } -.ri-skip-forward-line:before { content: "\efad"; } -.ri-skip-forward-mini-fill:before { content: "\efae"; } -.ri-skip-forward-mini-line:before { content: "\efaf"; } -.ri-skull-fill:before { content: "\efb0"; } -.ri-skull-line:before { content: "\efb1"; } -.ri-skype-fill:before { content: "\efb2"; } -.ri-skype-line:before { content: "\efb3"; } -.ri-slack-fill:before { content: "\efb4"; } -.ri-slack-line:before { content: "\efb5"; } -.ri-slice-fill:before { content: "\efb6"; } -.ri-slice-line:before { content: "\efb7"; } -.ri-slideshow-2-fill:before { content: "\efb8"; } -.ri-slideshow-2-line:before { content: "\efb9"; } -.ri-slideshow-3-fill:before { content: "\efba"; } -.ri-slideshow-3-line:before { content: "\efbb"; } -.ri-slideshow-4-fill:before { content: "\efbc"; } -.ri-slideshow-4-line:before { content: "\efbd"; } -.ri-slideshow-fill:before { content: "\efbe"; } -.ri-slideshow-line:before { content: "\efbf"; } -.ri-smartphone-fill:before { content: "\efc0"; } -.ri-smartphone-line:before { content: "\efc1"; } -.ri-snapchat-fill:before { content: "\efc2"; } -.ri-snapchat-line:before { content: "\efc3"; } -.ri-snowy-fill:before { content: "\efc4"; } -.ri-snowy-line:before { content: "\efc5"; } -.ri-sound-module-fill:before { content: "\efc6"; } -.ri-sound-module-line:before { content: "\efc7"; } -.ri-space-ship-fill:before { content: "\efc8"; } -.ri-space-ship-line:before { content: "\efc9"; } -.ri-space:before { content: "\efca"; } -.ri-spam-2-fill:before { content: "\efcb"; } -.ri-spam-2-line:before { content: "\efcc"; } -.ri-spam-3-fill:before { content: "\efcd"; } -.ri-spam-3-line:before { content: "\efce"; } -.ri-spam-fill:before { content: "\efcf"; } -.ri-spam-line:before { content: "\efd0"; } -.ri-speaker-2-fill:before { content: "\efd1"; } -.ri-speaker-2-line:before { content: "\efd2"; } -.ri-speaker-3-fill:before { content: "\efd3"; } -.ri-speaker-3-line:before { content: "\efd4"; } -.ri-speaker-fill:before { content: "\efd5"; } -.ri-speaker-line:before { content: "\efd6"; } -.ri-speed-fill:before { content: "\efd7"; } -.ri-speed-line:before { content: "\efd8"; } -.ri-speed-mini-fill:before { content: "\efd9"; } -.ri-speed-mini-line:before { content: "\efda"; } -.ri-spotify-fill:before { content: "\efdb"; } -.ri-spotify-line:before { content: "\efdc"; } -.ri-stack-fill:before { content: "\efdd"; } -.ri-stack-line:before { content: "\efde"; } -.ri-stack-overflow-fill:before { content: "\efdf"; } -.ri-stack-overflow-line:before { content: "\efe0"; } -.ri-star-fill:before { content: "\efe1"; } -.ri-star-half-fill:before { content: "\efe2"; } -.ri-star-half-line:before { content: "\efe3"; } -.ri-star-half-s-fill:before { content: "\efe4"; } -.ri-star-half-s-line:before { content: "\efe5"; } -.ri-star-line:before { content: "\efe6"; } -.ri-star-s-fill:before { content: "\efe7"; } -.ri-star-s-line:before { content: "\efe8"; } -.ri-steering-2-fill:before { content: "\efe9"; } -.ri-steering-2-line:before { content: "\efea"; } -.ri-steering-fill:before { content: "\efeb"; } -.ri-steering-line:before { content: "\efec"; } -.ri-sticky-note-2-fill:before { content: "\efed"; } -.ri-sticky-note-2-line:before { content: "\efee"; } -.ri-sticky-note-fill:before { content: "\efef"; } -.ri-sticky-note-line:before { content: "\eff0"; } -.ri-stock-fill:before { content: "\eff1"; } -.ri-stock-line:before { content: "\eff2"; } -.ri-stop-circle-fill:before { content: "\eff3"; } -.ri-stop-circle-line:before { content: "\eff4"; } -.ri-stop-fill:before { content: "\eff5"; } -.ri-stop-line:before { content: "\eff6"; } -.ri-stop-mini-fill:before { content: "\eff7"; } -.ri-stop-mini-line:before { content: "\eff8"; } -.ri-store-2-fill:before { content: "\eff9"; } -.ri-store-2-line:before { content: "\effa"; } -.ri-store-3-fill:before { content: "\effb"; } -.ri-store-3-line:before { content: "\effc"; } -.ri-store-fill:before { content: "\effd"; } -.ri-store-line:before { content: "\effe"; } -.ri-strikethrough-2:before { content: "\efff"; } -.ri-strikethrough:before { content: "\f000"; } -.ri-subscript-2:before { content: "\f001"; } -.ri-subscript:before { content: "\f002"; } -.ri-subtract-fill:before { content: "\f003"; } -.ri-subtract-line:before { content: "\f004"; } -.ri-subway-fill:before { content: "\f005"; } -.ri-subway-line:before { content: "\f006"; } -.ri-sun-cloudy-fill:before { content: "\f007"; } -.ri-sun-cloudy-line:before { content: "\f008"; } -.ri-sun-fill:before { content: "\f009"; } -.ri-sun-foggy-fill:before { content: "\f00a"; } -.ri-sun-foggy-line:before { content: "\f00b"; } -.ri-sun-line:before { content: "\f00c"; } -.ri-superscript-2:before { content: "\f00d"; } -.ri-superscript:before { content: "\f00e"; } -.ri-surround-sound-fill:before { content: "\f00f"; } -.ri-surround-sound-line:before { content: "\f010"; } -.ri-swap-box-fill:before { content: "\f011"; } -.ri-swap-box-line:before { content: "\f012"; } -.ri-swap-fill:before { content: "\f013"; } -.ri-swap-line:before { content: "\f014"; } -.ri-switch-fill:before { content: "\f015"; } -.ri-switch-line:before { content: "\f016"; } -.ri-t-box-fill:before { content: "\f017"; } -.ri-t-box-line:before { content: "\f018"; } -.ri-t-shirt-fill:before { content: "\f019"; } -.ri-t-shirt-line:before { content: "\f01a"; } -.ri-table-2:before { content: "\f01b"; } -.ri-table-fill:before { content: "\f01c"; } -.ri-table-line:before { content: "\f01d"; } -.ri-tablet-fill:before { content: "\f01e"; } -.ri-tablet-line:before { content: "\f01f"; } -.ri-taobao-fill:before { content: "\f020"; } -.ri-taobao-line:before { content: "\f021"; } -.ri-tape-fill:before { content: "\f022"; } -.ri-tape-line:before { content: "\f023"; } -.ri-task-fill:before { content: "\f024"; } -.ri-task-line:before { content: "\f025"; } -.ri-taxi-fill:before { content: "\f026"; } -.ri-taxi-line:before { content: "\f027"; } -.ri-telegram-fill:before { content: "\f028"; } -.ri-telegram-line:before { content: "\f029"; } -.ri-temp-cold-fill:before { content: "\f02a"; } -.ri-temp-cold-line:before { content: "\f02b"; } -.ri-temp-hot-fill:before { content: "\f02c"; } -.ri-temp-hot-line:before { content: "\f02d"; } -.ri-terminal-box-fill:before { content: "\f02e"; } -.ri-terminal-box-line:before { content: "\f02f"; } -.ri-terminal-fill:before { content: "\f030"; } -.ri-terminal-line:before { content: "\f031"; } -.ri-terminal-window-fill:before { content: "\f032"; } -.ri-terminal-window-line:before { content: "\f033"; } -.ri-text-direction-l:before { content: "\f034"; } -.ri-text-direction-r:before { content: "\f035"; } -.ri-text-spacing:before { content: "\f036"; } -.ri-text-wrap:before { content: "\f037"; } -.ri-text:before { content: "\f038"; } -.ri-thumb-down-fill:before { content: "\f039"; } -.ri-thumb-down-line:before { content: "\f03a"; } -.ri-thumb-up-fill:before { content: "\f03b"; } -.ri-thumb-up-line:before { content: "\f03c"; } -.ri-thunderstorms-fill:before { content: "\f03d"; } -.ri-thunderstorms-line:before { content: "\f03e"; } -.ri-time-fill:before { content: "\f03f"; } -.ri-time-line:before { content: "\f040"; } -.ri-timer-2-fill:before { content: "\f041"; } -.ri-timer-2-line:before { content: "\f042"; } -.ri-timer-fill:before { content: "\f043"; } -.ri-timer-flash-fill:before { content: "\f044"; } -.ri-timer-flash-line:before { content: "\f045"; } -.ri-timer-line:before { content: "\f046"; } -.ri-todo-fill:before { content: "\f047"; } -.ri-todo-line:before { content: "\f048"; } -.ri-toggle-fill:before { content: "\f049"; } -.ri-toggle-line:before { content: "\f04a"; } -.ri-tools-fill:before { content: "\f04b"; } -.ri-tools-line:before { content: "\f04c"; } -.ri-tornado-fill:before { content: "\f04d"; } -.ri-tornado-line:before { content: "\f04e"; } -.ri-traffic-light-fill:before { content: "\f04f"; } -.ri-traffic-light-line:before { content: "\f050"; } -.ri-train-fill:before { content: "\f051"; } -.ri-train-line:before { content: "\f052"; } -.ri-translate-2:before { content: "\f053"; } -.ri-translate:before { content: "\f054"; } -.ri-travesti-fill:before { content: "\f055"; } -.ri-travesti-line:before { content: "\f056"; } -.ri-treasure-map-fill:before { content: "\f057"; } -.ri-treasure-map-line:before { content: "\f058"; } -.ri-trello-fill:before { content: "\f059"; } -.ri-trello-line:before { content: "\f05a"; } -.ri-trophy-fill:before { content: "\f05b"; } -.ri-trophy-line:before { content: "\f05c"; } -.ri-truck-fill:before { content: "\f05d"; } -.ri-truck-line:before { content: "\f05e"; } -.ri-tumblr-fill:before { content: "\f05f"; } -.ri-tumblr-line:before { content: "\f060"; } -.ri-tv-2-fill:before { content: "\f061"; } -.ri-tv-2-line:before { content: "\f062"; } -.ri-tv-fill:before { content: "\f063"; } -.ri-tv-line:before { content: "\f064"; } -.ri-twitch-fill:before { content: "\f065"; } -.ri-twitch-line:before { content: "\f066"; } -.ri-twitter-fill:before { content: "\f067"; } -.ri-twitter-line:before { content: "\f068"; } -.ri-u-disk-fill:before { content: "\f069"; } -.ri-u-disk-line:before { content: "\f06a"; } -.ri-ubuntu-fill:before { content: "\f06b"; } -.ri-ubuntu-line:before { content: "\f06c"; } -.ri-umbrella-fill:before { content: "\f06d"; } -.ri-umbrella-line:before { content: "\f06e"; } -.ri-underline:before { content: "\f06f"; } -.ri-upload-2-fill:before { content: "\f070"; } -.ri-upload-2-line:before { content: "\f071"; } -.ri-upload-cloud-2-fill:before { content: "\f072"; } -.ri-upload-cloud-2-line:before { content: "\f073"; } -.ri-upload-cloud-fill:before { content: "\f074"; } -.ri-upload-cloud-line:before { content: "\f075"; } -.ri-upload-fill:before { content: "\f076"; } -.ri-upload-line:before { content: "\f077"; } -.ri-user-2-fill:before { content: "\f078"; } -.ri-user-2-line:before { content: "\f079"; } -.ri-user-3-fill:before { content: "\f07a"; } -.ri-user-3-line:before { content: "\f07b"; } -.ri-user-4-fill:before { content: "\f07c"; } -.ri-user-4-line:before { content: "\f07d"; } -.ri-user-5-fill:before { content: "\f07e"; } -.ri-user-5-line:before { content: "\f07f"; } -.ri-user-add-fill:before { content: "\f080"; } -.ri-user-add-line:before { content: "\f081"; } -.ri-user-fill:before { content: "\f082"; } -.ri-user-follow-fill:before { content: "\f083"; } -.ri-user-follow-line:before { content: "\f084"; } -.ri-user-line:before { content: "\f085"; } -.ri-user-location-fill:before { content: "\f086"; } -.ri-user-location-line:before { content: "\f087"; } -.ri-user-received-2-fill:before { content: "\f088"; } -.ri-user-received-2-line:before { content: "\f089"; } -.ri-user-received-fill:before { content: "\f08a"; } -.ri-user-received-line:before { content: "\f08b"; } -.ri-user-search-fill:before { content: "\f08c"; } -.ri-user-search-line:before { content: "\f08d"; } -.ri-user-settings-fill:before { content: "\f08e"; } -.ri-user-settings-line:before { content: "\f08f"; } -.ri-user-shared-2-fill:before { content: "\f090"; } -.ri-user-shared-2-line:before { content: "\f091"; } -.ri-user-shared-fill:before { content: "\f092"; } -.ri-user-shared-line:before { content: "\f093"; } -.ri-user-smile-fill:before { content: "\f094"; } -.ri-user-smile-line:before { content: "\f095"; } -.ri-user-star-fill:before { content: "\f096"; } -.ri-user-star-line:before { content: "\f097"; } -.ri-user-unfollow-fill:before { content: "\f098"; } -.ri-user-unfollow-line:before { content: "\f099"; } -.ri-user-voice-fill:before { content: "\f09a"; } -.ri-user-voice-line:before { content: "\f09b"; } -.ri-video-chat-fill:before { content: "\f09c"; } -.ri-video-chat-line:before { content: "\f09d"; } -.ri-video-fill:before { content: "\f09e"; } -.ri-video-line:before { content: "\f09f"; } -.ri-vidicon-2-fill:before { content: "\f0a0"; } -.ri-vidicon-2-line:before { content: "\f0a1"; } -.ri-vidicon-fill:before { content: "\f0a2"; } -.ri-vidicon-line:before { content: "\f0a3"; } -.ri-vip-crown-2-fill:before { content: "\f0a4"; } -.ri-vip-crown-2-line:before { content: "\f0a5"; } -.ri-vip-crown-fill:before { content: "\f0a6"; } -.ri-vip-crown-line:before { content: "\f0a7"; } -.ri-vip-diamond-fill:before { content: "\f0a8"; } -.ri-vip-diamond-line:before { content: "\f0a9"; } -.ri-vip-fill:before { content: "\f0aa"; } -.ri-vip-line:before { content: "\f0ab"; } -.ri-visa-fill:before { content: "\f0ac"; } -.ri-visa-line:before { content: "\f0ad"; } -.ri-voiceprint-fill:before { content: "\f0ae"; } -.ri-voiceprint-line:before { content: "\f0af"; } -.ri-volume-down-fill:before { content: "\f0b0"; } -.ri-volume-down-line:before { content: "\f0b1"; } -.ri-volume-mute-fill:before { content: "\f0b2"; } -.ri-volume-mute-line:before { content: "\f0b3"; } -.ri-volume-up-fill:before { content: "\f0b4"; } -.ri-volume-up-line:before { content: "\f0b5"; } -.ri-vuejs-fill:before { content: "\f0b6"; } -.ri-vuejs-line:before { content: "\f0b7"; } -.ri-walk-fill:before { content: "\f0b8"; } -.ri-walk-line:before { content: "\f0b9"; } -.ri-wallet-2-fill:before { content: "\f0ba"; } -.ri-wallet-2-line:before { content: "\f0bb"; } -.ri-wallet-3-fill:before { content: "\f0bc"; } -.ri-wallet-3-line:before { content: "\f0bd"; } -.ri-wallet-fill:before { content: "\f0be"; } -.ri-wallet-line:before { content: "\f0bf"; } -.ri-water-flash-fill:before { content: "\f0c0"; } -.ri-water-flash-line:before { content: "\f0c1"; } -.ri-webcam-fill:before { content: "\f0c2"; } -.ri-webcam-line:before { content: "\f0c3"; } -.ri-wechat-2-fill:before { content: "\f0c4"; } -.ri-wechat-2-line:before { content: "\f0c5"; } -.ri-wechat-fill:before { content: "\f0c6"; } -.ri-wechat-line:before { content: "\f0c7"; } -.ri-wechat-pay-fill:before { content: "\f0c8"; } -.ri-wechat-pay-line:before { content: "\f0c9"; } -.ri-weibo-fill:before { content: "\f0ca"; } -.ri-weibo-line:before { content: "\f0cb"; } -.ri-whatsapp-fill:before { content: "\f0cc"; } -.ri-whatsapp-line:before { content: "\f0cd"; } -.ri-wifi-fill:before { content: "\f0ce"; } -.ri-wifi-line:before { content: "\f0cf"; } -.ri-wifi-off-fill:before { content: "\f0d0"; } -.ri-wifi-off-line:before { content: "\f0d1"; } -.ri-window-2-fill:before { content: "\f0d2"; } -.ri-window-2-line:before { content: "\f0d3"; } -.ri-window-fill:before { content: "\f0d4"; } -.ri-window-line:before { content: "\f0d5"; } -.ri-windows-fill:before { content: "\f0d6"; } -.ri-windows-line:before { content: "\f0d7"; } -.ri-windy-fill:before { content: "\f0d8"; } -.ri-windy-line:before { content: "\f0d9"; } -.ri-women-fill:before { content: "\f0da"; } -.ri-women-line:before { content: "\f0db"; } -.ri-xbox-fill:before { content: "\f0dc"; } -.ri-xbox-line:before { content: "\f0dd"; } -.ri-xing-fill:before { content: "\f0de"; } -.ri-xing-line:before { content: "\f0df"; } -.ri-youtube-fill:before { content: "\f0e0"; } -.ri-youtube-line:before { content: "\f0e1"; } -.ri-zcool-fill:before { content: "\f0e2"; } -.ri-zcool-line:before { content: "\f0e3"; } -.ri-zhihu-fill:before { content: "\f0e4"; } -.ri-zhihu-line:before { content: "\f0e5"; } -.ri-zoom-in-fill:before { content: "\f0e6"; } -.ri-zoom-in-line:before { content: "\f0e7"; } -.ri-zoom-out-fill:before { content: "\f0e8"; } -.ri-zoom-out-line:before { content: "\f0e9"; } - diff --git a/source/404.html b/source/404.html index 0ea610e..2fa4dbe 100644 --- a/source/404.html +++ b/source/404.html @@ -1,62 +1,68 @@ - - - 404 - - - - + - @media screen and (max-width: 768px) { - .forrestgump img { - width: 100%; - } - - - -
- - - -
-
-

404
Not Found!

-

Life was like a journey on the sea, you never know what you're going to get.

-

亲,获取不到该路径的页面呢,请检查一下哦,可能你还需要仔细阅读 HexoAyer 的说明文档~

-
- -
-
- - + +
+ + + +
+
+

404
Not Found!

+

Life was like a journey on the sea, you never know what you're going to get.

+

亲,获取不到该路径的页面呢,请检查一下哦,可能你还需要仔细阅读 HexoAyer 的说明文档~

+
+ +
+
+ + + \ No newline at end of file diff --git a/source/dist/main.css b/source/dist/main.css index aedb9ed..faa660a 100644 --- a/source/dist/main.css +++ b/source/dist/main.css @@ -1 +1 @@ -@font-face{font-family:remixicon;src:url(https://cdn.jsdelivr.net/npm/remixicon@2.1.0/fonts/remixicon.eot?t=1572787439022);src:url(https://cdn.jsdelivr.net/npm/remixicon@2.1.0/fonts/remixicon.eot?t=1572787439022#iefix) format("embedded-opentype"),url(https://cdn.jsdelivr.net/npm/remixicon@2.1.0/fonts/remixicon.woff2?t=1572787439022) format("woff2"),url(https://cdn.jsdelivr.net/npm/remixicon@2.1.0/fonts/remixicon.woff?t=1572787439022) format("woff"),url(https://cdn.jsdelivr.net/npm/remixicon@2.1.0/fonts/remixicon.ttf?t=1572787439022) format("truetype"),url(https://cdn.jsdelivr.net/npm/remixicon@2.1.0/fonts/remixicon.svg?t=1572787439022#remixicon) format("svg");font-display:swap}[class*=" ri-"],[class^=ri-]{display:inline-block;font-family:remixicon!important;font-style:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.ri-lg{font-size:1.3333em;line-height:.75em;vertical-align:-.0667em}.ri-xl{font-size:1.5em;line-height:.6666em;vertical-align:-.075em}.ri-xxs{font-size:.5em}.ri-xs{font-size:.75em}.ri-sm{font-size:.875em}.ri-1x{font-size:1em}.ri-2x{font-size:2em}.ri-3x{font-size:3em}.ri-4x{font-size:4em}.ri-5x{font-size:5em}.ri-6x{font-size:6em}.ri-7x{font-size:7em}.ri-8x{font-size:8em}.ri-9x{font-size:9em}.ri-10x{font-size:10em}.ri-fw{text-align:center;width:1.25em}.ri-4k-fill:before{content:"\ea01"}.ri-4k-line:before{content:"\ea02"}.ri-account-box-fill:before{content:"\ea03"}.ri-account-box-line:before{content:"\ea04"}.ri-account-circle-fill:before{content:"\ea05"}.ri-account-circle-line:before{content:"\ea06"}.ri-account-pin-box-fill:before{content:"\ea07"}.ri-account-pin-box-line:before{content:"\ea08"}.ri-account-pin-circle-fill:before{content:"\ea09"}.ri-account-pin-circle-line:before{content:"\ea0a"}.ri-add-box-fill:before{content:"\ea0b"}.ri-add-box-line:before{content:"\ea0c"}.ri-add-circle-fill:before{content:"\ea0d"}.ri-add-circle-line:before{content:"\ea0e"}.ri-add-fill:before{content:"\ea0f"}.ri-add-line:before{content:"\ea10"}.ri-admin-fill:before{content:"\ea11"}.ri-admin-line:before{content:"\ea12"}.ri-airplay-fill:before{content:"\ea13"}.ri-airplay-line:before{content:"\ea14"}.ri-alarm-fill:before{content:"\ea15"}.ri-alarm-line:before{content:"\ea16"}.ri-alarm-warning-fill:before{content:"\ea17"}.ri-alarm-warning-line:before{content:"\ea18"}.ri-album-fill:before{content:"\ea19"}.ri-album-line:before{content:"\ea1a"}.ri-alert-fill:before{content:"\ea1b"}.ri-alert-line:before{content:"\ea1c"}.ri-align-bottom:before{content:"\ea1d"}.ri-align-center:before{content:"\ea1e"}.ri-align-justify:before{content:"\ea1f"}.ri-align-left:before{content:"\ea20"}.ri-align-right:before{content:"\ea21"}.ri-align-top:before{content:"\ea22"}.ri-align-vertically:before{content:"\ea23"}.ri-alipay-fill:before{content:"\ea24"}.ri-alipay-line:before{content:"\ea25"}.ri-amazon-fill:before{content:"\ea26"}.ri-amazon-line:before{content:"\ea27"}.ri-anchor-fill:before{content:"\ea28"}.ri-anchor-line:before{content:"\ea29"}.ri-android-fill:before{content:"\ea2a"}.ri-android-line:before{content:"\ea2b"}.ri-angularjs-fill:before{content:"\ea2c"}.ri-angularjs-line:before{content:"\ea2d"}.ri-anticlockwise-2-fill:before{content:"\ea2e"}.ri-anticlockwise-2-line:before{content:"\ea2f"}.ri-anticlockwise-fill:before{content:"\ea30"}.ri-anticlockwise-line:before{content:"\ea31"}.ri-apple-fill:before{content:"\ea32"}.ri-apple-line:before{content:"\ea33"}.ri-apps-2-fill:before{content:"\ea34"}.ri-apps-2-line:before{content:"\ea35"}.ri-apps-fill:before{content:"\ea36"}.ri-apps-line:before{content:"\ea37"}.ri-archive-drawer-fill:before{content:"\ea38"}.ri-archive-drawer-line:before{content:"\ea39"}.ri-archive-fill:before{content:"\ea3a"}.ri-archive-line:before{content:"\ea3b"}.ri-arrow-down-circle-fill:before{content:"\ea3c"}.ri-arrow-down-circle-line:before{content:"\ea3d"}.ri-arrow-down-fill:before{content:"\ea3e"}.ri-arrow-down-line:before{content:"\ea3f"}.ri-arrow-down-s-fill:before{content:"\ea40"}.ri-arrow-down-s-line:before{content:"\ea41"}.ri-arrow-drop-down-fill:before{content:"\ea42"}.ri-arrow-drop-down-line:before{content:"\ea43"}.ri-arrow-drop-left-fill:before{content:"\ea44"}.ri-arrow-drop-left-line:before{content:"\ea45"}.ri-arrow-drop-right-fill:before{content:"\ea46"}.ri-arrow-drop-right-line:before{content:"\ea47"}.ri-arrow-drop-up-fill:before{content:"\ea48"}.ri-arrow-drop-up-line:before{content:"\ea49"}.ri-arrow-go-back-fill:before{content:"\ea4a"}.ri-arrow-go-back-line:before{content:"\ea4b"}.ri-arrow-go-forward-fill:before{content:"\ea4c"}.ri-arrow-go-forward-line:before{content:"\ea4d"}.ri-arrow-left-circle-fill:before{content:"\ea4e"}.ri-arrow-left-circle-line:before{content:"\ea4f"}.ri-arrow-left-down-fill:before{content:"\ea50"}.ri-arrow-left-down-line:before{content:"\ea51"}.ri-arrow-left-fill:before{content:"\ea52"}.ri-arrow-left-line:before{content:"\ea53"}.ri-arrow-left-s-fill:before{content:"\ea54"}.ri-arrow-left-s-line:before{content:"\ea55"}.ri-arrow-left-up-fill:before{content:"\ea56"}.ri-arrow-left-up-line:before{content:"\ea57"}.ri-arrow-right-circle-fill:before{content:"\ea58"}.ri-arrow-right-circle-line:before{content:"\ea59"}.ri-arrow-right-down-fill:before{content:"\ea5a"}.ri-arrow-right-down-line:before{content:"\ea5b"}.ri-arrow-right-fill:before{content:"\ea5c"}.ri-arrow-right-line:before{content:"\ea5d"}.ri-arrow-right-s-fill:before{content:"\ea5e"}.ri-arrow-right-s-line:before{content:"\ea5f"}.ri-arrow-right-up-fill:before{content:"\ea60"}.ri-arrow-right-up-line:before{content:"\ea61"}.ri-arrow-up-circle-fill:before{content:"\ea62"}.ri-arrow-up-circle-line:before{content:"\ea63"}.ri-arrow-up-fill:before{content:"\ea64"}.ri-arrow-up-line:before{content:"\ea65"}.ri-arrow-up-s-fill:before{content:"\ea66"}.ri-arrow-up-s-line:before{content:"\ea67"}.ri-artboard-2-fill:before{content:"\ea68"}.ri-artboard-2-line:before{content:"\ea69"}.ri-artboard-fill:before{content:"\ea6a"}.ri-artboard-line:before{content:"\ea6b"}.ri-article-fill:before{content:"\ea6c"}.ri-article-line:before{content:"\ea6d"}.ri-asterisk:before{content:"\ea6e"}.ri-at-fill:before{content:"\ea6f"}.ri-at-line:before{content:"\ea70"}.ri-attachment-2:before{content:"\ea71"}.ri-attachment-fill:before{content:"\ea72"}.ri-attachment-line:before{content:"\ea73"}.ri-auction-fill:before{content:"\ea74"}.ri-auction-line:before{content:"\ea75"}.ri-award-fill:before{content:"\ea76"}.ri-award-line:before{content:"\ea77"}.ri-baidu-fill:before{content:"\ea78"}.ri-baidu-line:before{content:"\ea79"}.ri-ball-pen-fill:before{content:"\ea7a"}.ri-ball-pen-line:before{content:"\ea7b"}.ri-bank-card-2-fill:before{content:"\ea7c"}.ri-bank-card-2-line:before{content:"\ea7d"}.ri-bank-card-fill:before{content:"\ea7e"}.ri-bank-card-line:before{content:"\ea7f"}.ri-bank-fill:before{content:"\ea80"}.ri-bank-line:before{content:"\ea81"}.ri-bar-chart-2-fill:before{content:"\ea82"}.ri-bar-chart-2-line:before{content:"\ea83"}.ri-bar-chart-box-fill:before{content:"\ea84"}.ri-bar-chart-box-line:before{content:"\ea85"}.ri-bar-chart-fill:before{content:"\ea86"}.ri-bar-chart-grouped-fill:before{content:"\ea87"}.ri-bar-chart-grouped-line:before{content:"\ea88"}.ri-bar-chart-horizontal-fill:before{content:"\ea89"}.ri-bar-chart-horizontal-line:before{content:"\ea8a"}.ri-bar-chart-line:before{content:"\ea8b"}.ri-barcode-box-fill:before{content:"\ea8c"}.ri-barcode-box-line:before{content:"\ea8d"}.ri-barcode-fill:before{content:"\ea8e"}.ri-barcode-line:before{content:"\ea8f"}.ri-barricade-fill:before{content:"\ea90"}.ri-barricade-line:before{content:"\ea91"}.ri-base-station-fill:before{content:"\ea92"}.ri-base-station-line:before{content:"\ea93"}.ri-battery-2-charge-fill:before{content:"\ea94"}.ri-battery-2-charge-line:before{content:"\ea95"}.ri-battery-2-fill:before{content:"\ea96"}.ri-battery-2-line:before{content:"\ea97"}.ri-battery-charge-fill:before{content:"\ea98"}.ri-battery-charge-line:before{content:"\ea99"}.ri-battery-fill:before{content:"\ea9a"}.ri-battery-line:before{content:"\ea9b"}.ri-battery-low-fill:before{content:"\ea9c"}.ri-battery-low-line:before{content:"\ea9d"}.ri-behance-fill:before{content:"\ea9e"}.ri-behance-line:before{content:"\ea9f"}.ri-bike-fill:before{content:"\eaa0"}.ri-bike-line:before{content:"\eaa1"}.ri-bilibili-fill:before{content:"\eaa2"}.ri-bilibili-line:before{content:"\eaa3"}.ri-bill-fill:before{content:"\eaa4"}.ri-bill-line:before{content:"\eaa5"}.ri-bit-coin-fill:before{content:"\eaa6"}.ri-bit-coin-line:before{content:"\eaa7"}.ri-bluetooth-connect-fill:before{content:"\eaa8"}.ri-bluetooth-connect-line:before{content:"\eaa9"}.ri-bluetooth-fill:before{content:"\eaaa"}.ri-bluetooth-line:before{content:"\eaab"}.ri-blur-off-fill:before{content:"\eaac"}.ri-blur-off-line:before{content:"\eaad"}.ri-bold:before{content:"\eaae"}.ri-book-2-fill:before{content:"\eaaf"}.ri-book-2-line:before{content:"\eab0"}.ri-book-3-fill:before{content:"\eab1"}.ri-book-3-line:before{content:"\eab2"}.ri-book-fill:before{content:"\eab3"}.ri-book-line:before{content:"\eab4"}.ri-book-mark-fill:before{content:"\eab5"}.ri-book-mark-line:before{content:"\eab6"}.ri-book-open-fill:before{content:"\eab7"}.ri-book-open-line:before{content:"\eab8"}.ri-book-read-fill:before{content:"\eab9"}.ri-book-read-line:before{content:"\eaba"}.ri-bookmark-2-fill:before{content:"\eabb"}.ri-bookmark-2-line:before{content:"\eabc"}.ri-bookmark-3-fill:before{content:"\eabd"}.ri-bookmark-3-line:before{content:"\eabe"}.ri-bookmark-fill:before{content:"\eabf"}.ri-bookmark-line:before{content:"\eac0"}.ri-braces-fill:before{content:"\eac1"}.ri-braces-line:before{content:"\eac2"}.ri-brackets-fill:before{content:"\eac3"}.ri-brackets-line:before{content:"\eac4"}.ri-briefcase-2-fill:before{content:"\eac5"}.ri-briefcase-2-line:before{content:"\eac6"}.ri-briefcase-3-fill:before{content:"\eac7"}.ri-briefcase-3-line:before{content:"\eac8"}.ri-briefcase-4-fill:before{content:"\eac9"}.ri-briefcase-4-line:before{content:"\eaca"}.ri-briefcase-5-fill:before{content:"\eacb"}.ri-briefcase-5-line:before{content:"\eacc"}.ri-briefcase-fill:before{content:"\eacd"}.ri-briefcase-line:before{content:"\eace"}.ri-broadcast-fill:before{content:"\eacf"}.ri-broadcast-line:before{content:"\ead0"}.ri-brush-2-fill:before{content:"\ead1"}.ri-brush-2-line:before{content:"\ead2"}.ri-brush-3-fill:before{content:"\ead3"}.ri-brush-3-line:before{content:"\ead4"}.ri-brush-4-fill:before{content:"\ead5"}.ri-brush-4-line:before{content:"\ead6"}.ri-brush-fill:before{content:"\ead7"}.ri-brush-line:before{content:"\ead8"}.ri-bug-2-fill:before{content:"\ead9"}.ri-bug-2-line:before{content:"\eada"}.ri-bug-fill:before{content:"\eadb"}.ri-bug-line:before{content:"\eadc"}.ri-building-2-fill:before{content:"\eadd"}.ri-building-2-line:before{content:"\eade"}.ri-building-3-fill:before{content:"\eadf"}.ri-building-3-line:before{content:"\eae0"}.ri-building-4-fill:before{content:"\eae1"}.ri-building-4-line:before{content:"\eae2"}.ri-building-fill:before{content:"\eae3"}.ri-building-line:before{content:"\eae4"}.ri-bus-2-fill:before{content:"\eae5"}.ri-bus-2-line:before{content:"\eae6"}.ri-bus-fill:before{content:"\eae7"}.ri-bus-line:before{content:"\eae8"}.ri-calculator-fill:before{content:"\eae9"}.ri-calculator-line:before{content:"\eaea"}.ri-calendar-2-fill:before{content:"\eaeb"}.ri-calendar-2-line:before{content:"\eaec"}.ri-calendar-check-fill:before{content:"\eaed"}.ri-calendar-check-line:before{content:"\eaee"}.ri-calendar-event-fill:before{content:"\eaef"}.ri-calendar-event-line:before{content:"\eaf0"}.ri-calendar-fill:before{content:"\eaf1"}.ri-calendar-line:before{content:"\eaf2"}.ri-calendar-todo-fill:before{content:"\eaf3"}.ri-calendar-todo-line:before{content:"\eaf4"}.ri-camera-2-fill:before{content:"\eaf5"}.ri-camera-2-line:before{content:"\eaf6"}.ri-camera-3-fill:before{content:"\eaf7"}.ri-camera-3-line:before{content:"\eaf8"}.ri-camera-fill:before{content:"\eaf9"}.ri-camera-lens-fill:before{content:"\eafa"}.ri-camera-lens-line:before{content:"\eafb"}.ri-camera-line:before{content:"\eafc"}.ri-camera-off-fill:before{content:"\eafd"}.ri-camera-off-line:before{content:"\eafe"}.ri-camera-switch-fill:before{content:"\eaff"}.ri-camera-switch-line:before{content:"\eb00"}.ri-car-fill:before{content:"\eb01"}.ri-car-line:before{content:"\eb02"}.ri-car-washing-fill:before{content:"\eb03"}.ri-car-washing-line:before{content:"\eb04"}.ri-cast-fill:before{content:"\eb05"}.ri-cast-line:before{content:"\eb06"}.ri-cellphone-fill:before{content:"\eb07"}.ri-cellphone-line:before{content:"\eb08"}.ri-celsius-fill:before{content:"\eb09"}.ri-celsius-line:before{content:"\eb0a"}.ri-charging-pile-2-fill:before{content:"\eb0b"}.ri-charging-pile-2-line:before{content:"\eb0c"}.ri-charging-pile-fill:before{content:"\eb0d"}.ri-charging-pile-line:before{content:"\eb0e"}.ri-chat-1-fill:before{content:"\eb0f"}.ri-chat-1-line:before{content:"\eb10"}.ri-chat-2-fill:before{content:"\eb11"}.ri-chat-2-line:before{content:"\eb12"}.ri-chat-3-fill:before{content:"\eb13"}.ri-chat-3-line:before{content:"\eb14"}.ri-chat-4-fill:before{content:"\eb15"}.ri-chat-4-line:before{content:"\eb16"}.ri-chat-check-fill:before{content:"\eb17"}.ri-chat-check-line:before{content:"\eb18"}.ri-chat-delete-fill:before{content:"\eb19"}.ri-chat-delete-line:before{content:"\eb1a"}.ri-chat-download-fill:before{content:"\eb1b"}.ri-chat-download-line:before{content:"\eb1c"}.ri-chat-forward-fill:before{content:"\eb1d"}.ri-chat-forward-line:before{content:"\eb1e"}.ri-chat-heart-fill:before{content:"\eb1f"}.ri-chat-heart-line:before{content:"\eb20"}.ri-chat-new-fill:before{content:"\eb21"}.ri-chat-new-line:before{content:"\eb22"}.ri-chat-off-fill:before{content:"\eb23"}.ri-chat-off-line:before{content:"\eb24"}.ri-chat-settings-fill:before{content:"\eb25"}.ri-chat-settings-line:before{content:"\eb26"}.ri-chat-smile-2-fill:before{content:"\eb27"}.ri-chat-smile-2-line:before{content:"\eb28"}.ri-chat-smile-3-fill:before{content:"\eb29"}.ri-chat-smile-3-line:before{content:"\eb2a"}.ri-chat-smile-fill:before{content:"\eb2b"}.ri-chat-smile-line:before{content:"\eb2c"}.ri-chat-upload-fill:before{content:"\eb2d"}.ri-chat-upload-line:before{content:"\eb2e"}.ri-chat-voice-fill:before{content:"\eb2f"}.ri-chat-voice-line:before{content:"\eb30"}.ri-check-double-fill:before{content:"\eb31"}.ri-check-double-line:before{content:"\eb32"}.ri-check-fill:before{content:"\eb33"}.ri-check-line:before{content:"\eb34"}.ri-checkbox-blank-circle-fill:before{content:"\eb35"}.ri-checkbox-blank-circle-line:before{content:"\eb36"}.ri-checkbox-blank-fill:before{content:"\eb37"}.ri-checkbox-blank-line:before{content:"\eb38"}.ri-checkbox-circle-fill:before{content:"\eb39"}.ri-checkbox-circle-line:before{content:"\eb3a"}.ri-checkbox-fill:before{content:"\eb3b"}.ri-checkbox-indeterminate-fill:before{content:"\eb3c"}.ri-checkbox-indeterminate-line:before{content:"\eb3d"}.ri-checkbox-line:before{content:"\eb3e"}.ri-checkbox-multiple-blank-fill:before{content:"\eb3f"}.ri-checkbox-multiple-blank-line:before{content:"\eb40"}.ri-checkbox-multiple-fill:before{content:"\eb41"}.ri-checkbox-multiple-line:before{content:"\eb42"}.ri-china-railway-fill:before{content:"\eb43"}.ri-china-railway-line:before{content:"\eb44"}.ri-chrome-fill:before{content:"\eb45"}.ri-chrome-line:before{content:"\eb46"}.ri-clapperboard-fill:before{content:"\eb47"}.ri-clapperboard-line:before{content:"\eb48"}.ri-clipboard-fill:before{content:"\eb49"}.ri-clipboard-line:before{content:"\eb4a"}.ri-clockwise-2-fill:before{content:"\eb4b"}.ri-clockwise-2-line:before{content:"\eb4c"}.ri-clockwise-fill:before{content:"\eb4d"}.ri-clockwise-line:before{content:"\eb4e"}.ri-close-circle-fill:before{content:"\eb4f"}.ri-close-circle-line:before{content:"\eb50"}.ri-close-fill:before{content:"\eb51"}.ri-close-line:before{content:"\eb52"}.ri-cloud-fill:before{content:"\eb53"}.ri-cloud-line:before{content:"\eb54"}.ri-cloud-off-fill:before{content:"\eb55"}.ri-cloud-off-line:before{content:"\eb56"}.ri-cloud-windy-fill:before{content:"\eb57"}.ri-cloud-windy-line:before{content:"\eb58"}.ri-cloudy-2-fill:before{content:"\eb59"}.ri-cloudy-2-line:before{content:"\eb5a"}.ri-cloudy-fill:before{content:"\eb5b"}.ri-cloudy-line:before{content:"\eb5c"}.ri-code-box-fill:before{content:"\eb5d"}.ri-code-box-line:before{content:"\eb5e"}.ri-code-fill:before{content:"\eb5f"}.ri-code-line:before{content:"\eb60"}.ri-code-s-fill:before{content:"\eb61"}.ri-code-s-line:before{content:"\eb62"}.ri-code-s-slash-fill:before{content:"\eb63"}.ri-code-s-slash-line:before{content:"\eb64"}.ri-code-view:before{content:"\eb65"}.ri-codepen-fill:before{content:"\eb66"}.ri-codepen-line:before{content:"\eb67"}.ri-command-fill:before{content:"\eb68"}.ri-command-line:before{content:"\eb69"}.ri-community-fill:before{content:"\eb6a"}.ri-community-line:before{content:"\eb6b"}.ri-compass-2-fill:before{content:"\eb6c"}.ri-compass-2-line:before{content:"\eb6d"}.ri-compass-3-fill:before{content:"\eb6e"}.ri-compass-3-line:before{content:"\eb6f"}.ri-compass-4-fill:before{content:"\eb70"}.ri-compass-4-line:before{content:"\eb71"}.ri-compass-discover-fill:before{content:"\eb72"}.ri-compass-discover-line:before{content:"\eb73"}.ri-compass-fill:before{content:"\eb74"}.ri-compass-line:before{content:"\eb75"}.ri-compasses-2-fill:before{content:"\eb76"}.ri-compasses-2-line:before{content:"\eb77"}.ri-compasses-fill:before{content:"\eb78"}.ri-compasses-line:before{content:"\eb79"}.ri-computer-fill:before{content:"\eb7a"}.ri-computer-line:before{content:"\eb7b"}.ri-contacts-book-2-fill:before{content:"\eb7c"}.ri-contacts-book-2-line:before{content:"\eb7d"}.ri-contacts-book-fill:before{content:"\eb7e"}.ri-contacts-book-line:before{content:"\eb7f"}.ri-contacts-fill:before{content:"\eb80"}.ri-contacts-line:before{content:"\eb81"}.ri-contrast-2-fill:before{content:"\eb82"}.ri-contrast-2-line:before{content:"\eb83"}.ri-contrast-drop-2-fill:before{content:"\eb84"}.ri-contrast-drop-2-line:before{content:"\eb85"}.ri-contrast-drop-fill:before{content:"\eb86"}.ri-contrast-drop-line:before{content:"\eb87"}.ri-contrast-fill:before{content:"\eb88"}.ri-contrast-line:before{content:"\eb89"}.ri-copper-coin-fill:before{content:"\eb8a"}.ri-copper-coin-line:before{content:"\eb8b"}.ri-copper-diamond-fill:before{content:"\eb8c"}.ri-copper-diamond-line:before{content:"\eb8d"}.ri-copyright-fill:before{content:"\eb8e"}.ri-copyright-line:before{content:"\eb8f"}.ri-coreos-fill:before{content:"\eb90"}.ri-coreos-line:before{content:"\eb91"}.ri-coupon-2-fill:before{content:"\eb92"}.ri-coupon-2-line:before{content:"\eb93"}.ri-coupon-3-fill:before{content:"\eb94"}.ri-coupon-3-line:before{content:"\eb95"}.ri-coupon-4-fill:before{content:"\eb96"}.ri-coupon-4-line:before{content:"\eb97"}.ri-coupon-5-fill:before{content:"\eb98"}.ri-coupon-5-line:before{content:"\eb99"}.ri-coupon-fill:before{content:"\eb9a"}.ri-coupon-line:before{content:"\eb9b"}.ri-cpu-fill:before{content:"\eb9c"}.ri-cpu-line:before{content:"\eb9d"}.ri-crop-2-fill:before{content:"\eb9e"}.ri-crop-2-line:before{content:"\eb9f"}.ri-crop-fill:before{content:"\eba0"}.ri-crop-line:before{content:"\eba1"}.ri-css3-fill:before{content:"\eba2"}.ri-css3-line:before{content:"\eba3"}.ri-cup-fill:before{content:"\eba4"}.ri-cup-line:before{content:"\eba5"}.ri-currency-fill:before{content:"\eba6"}.ri-currency-line:before{content:"\eba7"}.ri-cursor-fill:before{content:"\eba8"}.ri-cursor-line:before{content:"\eba9"}.ri-customer-service-2-fill:before{content:"\ebaa"}.ri-customer-service-2-line:before{content:"\ebab"}.ri-customer-service-fill:before{content:"\ebac"}.ri-customer-service-line:before{content:"\ebad"}.ri-dashboard-fill:before{content:"\ebae"}.ri-dashboard-line:before{content:"\ebaf"}.ri-database-2-fill:before{content:"\ebb0"}.ri-database-2-line:before{content:"\ebb1"}.ri-database-fill:before{content:"\ebb2"}.ri-database-line:before{content:"\ebb3"}.ri-delete-back-2-fill:before{content:"\ebb4"}.ri-delete-back-2-line:before{content:"\ebb5"}.ri-delete-back-fill:before{content:"\ebb6"}.ri-delete-back-line:before{content:"\ebb7"}.ri-delete-bin-2-fill:before{content:"\ebb8"}.ri-delete-bin-2-line:before{content:"\ebb9"}.ri-delete-bin-3-fill:before{content:"\ebba"}.ri-delete-bin-3-line:before{content:"\ebbb"}.ri-delete-bin-4-fill:before{content:"\ebbc"}.ri-delete-bin-4-line:before{content:"\ebbd"}.ri-delete-bin-5-fill:before{content:"\ebbe"}.ri-delete-bin-5-line:before{content:"\ebbf"}.ri-delete-bin-6-fill:before{content:"\ebc0"}.ri-delete-bin-6-line:before{content:"\ebc1"}.ri-delete-bin-7-fill:before{content:"\ebc2"}.ri-delete-bin-7-line:before{content:"\ebc3"}.ri-delete-bin-fill:before{content:"\ebc4"}.ri-delete-bin-line:before{content:"\ebc5"}.ri-device-fill:before{content:"\ebc6"}.ri-device-line:before{content:"\ebc7"}.ri-dingding-fill:before{content:"\ebc8"}.ri-dingding-line:before{content:"\ebc9"}.ri-direction-fill:before{content:"\ebca"}.ri-direction-line:before{content:"\ebcb"}.ri-disc-fill:before{content:"\ebcc"}.ri-disc-line:before{content:"\ebcd"}.ri-discord-fill:before{content:"\ebce"}.ri-discord-line:before{content:"\ebcf"}.ri-discuss-fill:before{content:"\ebd0"}.ri-discuss-line:before{content:"\ebd1"}.ri-divide-fill:before{content:"\ebd2"}.ri-divide-line:before{content:"\ebd3"}.ri-door-lock-box-fill:before{content:"\ebd4"}.ri-door-lock-box-line:before{content:"\ebd5"}.ri-door-lock-fill:before{content:"\ebd6"}.ri-door-lock-line:before{content:"\ebd7"}.ri-douban-fill:before{content:"\ebd8"}.ri-douban-line:before{content:"\ebd9"}.ri-double-quotes-l:before{content:"\ebda"}.ri-double-quotes-r:before{content:"\ebdb"}.ri-download-2-fill:before{content:"\ebdc"}.ri-download-2-line:before{content:"\ebdd"}.ri-download-cloud-2-fill:before{content:"\ebde"}.ri-download-cloud-2-line:before{content:"\ebdf"}.ri-download-cloud-fill:before{content:"\ebe0"}.ri-download-cloud-line:before{content:"\ebe1"}.ri-download-fill:before{content:"\ebe2"}.ri-download-line:before{content:"\ebe3"}.ri-drag-move-2-fill:before{content:"\ebe4"}.ri-drag-move-2-line:before{content:"\ebe5"}.ri-drag-move-fill:before{content:"\ebe6"}.ri-drag-move-line:before{content:"\ebe7"}.ri-dribbble-fill:before{content:"\ebe8"}.ri-dribbble-line:before{content:"\ebe9"}.ri-drive-fill:before{content:"\ebea"}.ri-drive-line:before{content:"\ebeb"}.ri-drizzle-fill:before{content:"\ebec"}.ri-drizzle-line:before{content:"\ebed"}.ri-drop-fill:before{content:"\ebee"}.ri-drop-line:before{content:"\ebef"}.ri-dropbox-fill:before{content:"\ebf0"}.ri-dropbox-line:before{content:"\ebf1"}.ri-dv-fill:before{content:"\ebf2"}.ri-dv-line:before{content:"\ebf3"}.ri-dvd-fill:before{content:"\ebf4"}.ri-dvd-line:before{content:"\ebf5"}.ri-e-bike-2-fill:before{content:"\ebf6"}.ri-e-bike-2-line:before{content:"\ebf7"}.ri-e-bike-fill:before{content:"\ebf8"}.ri-e-bike-line:before{content:"\ebf9"}.ri-earth-fill:before{content:"\ebfa"}.ri-earth-line:before{content:"\ebfb"}.ri-edge-fill:before{content:"\ebfc"}.ri-edge-line:before{content:"\ebfd"}.ri-edit-2-fill:before{content:"\ebfe"}.ri-edit-2-line:before{content:"\ebff"}.ri-edit-box-fill:before{content:"\ec00"}.ri-edit-box-line:before{content:"\ec01"}.ri-edit-circle-fill:before{content:"\ec02"}.ri-edit-circle-line:before{content:"\ec03"}.ri-edit-fill:before{content:"\ec04"}.ri-edit-line:before{content:"\ec05"}.ri-eject-fill:before{content:"\ec06"}.ri-eject-line:before{content:"\ec07"}.ri-emotion-2-fill:before{content:"\ec08"}.ri-emotion-2-line:before{content:"\ec09"}.ri-emotion-fill:before{content:"\ec0a"}.ri-emotion-happy-fill:before{content:"\ec0b"}.ri-emotion-happy-line:before{content:"\ec0c"}.ri-emotion-line:before{content:"\ec0d"}.ri-emotion-normal-fill:before{content:"\ec0e"}.ri-emotion-normal-line:before{content:"\ec0f"}.ri-emotion-unhappy-fill:before{content:"\ec10"}.ri-emotion-unhappy-line:before{content:"\ec11"}.ri-emphasis:before{content:"\ec12"}.ri-equalizer-fill:before{content:"\ec13"}.ri-equalizer-line:before{content:"\ec14"}.ri-eraser-fill:before{content:"\ec15"}.ri-eraser-line:before{content:"\ec16"}.ri-error-warning-fill:before{content:"\ec17"}.ri-error-warning-line:before{content:"\ec18"}.ri-evernote-fill:before{content:"\ec19"}.ri-evernote-line:before{content:"\ec1a"}.ri-exchange-box-fill:before{content:"\ec1b"}.ri-exchange-box-line:before{content:"\ec1c"}.ri-exchange-cny-fill:before{content:"\ec1d"}.ri-exchange-cny-line:before{content:"\ec1e"}.ri-exchange-dollar-fill:before{content:"\ec1f"}.ri-exchange-dollar-line:before{content:"\ec20"}.ri-exchange-fill:before{content:"\ec21"}.ri-exchange-funds-fill:before{content:"\ec22"}.ri-exchange-funds-line:before{content:"\ec23"}.ri-exchange-line:before{content:"\ec24"}.ri-external-link-fill:before{content:"\ec25"}.ri-external-link-line:before{content:"\ec26"}.ri-eye-close-fill:before{content:"\ec27"}.ri-eye-close-line:before{content:"\ec28"}.ri-eye-fill:before{content:"\ec29"}.ri-eye-line:before{content:"\ec2a"}.ri-eye-off-fill:before{content:"\ec2b"}.ri-eye-off-line:before{content:"\ec2c"}.ri-facebook-box-fill:before{content:"\ec2d"}.ri-facebook-box-line:before{content:"\ec2e"}.ri-facebook-circle-fill:before{content:"\ec2f"}.ri-facebook-circle-line:before{content:"\ec30"}.ri-facebook-fill:before{content:"\ec31"}.ri-facebook-line:before{content:"\ec32"}.ri-fahrenheit-fill:before{content:"\ec33"}.ri-fahrenheit-line:before{content:"\ec34"}.ri-feedback-fill:before{content:"\ec35"}.ri-feedback-line:before{content:"\ec36"}.ri-file-2-fill:before{content:"\ec37"}.ri-file-2-line:before{content:"\ec38"}.ri-file-3-fill:before{content:"\ec39"}.ri-file-3-line:before{content:"\ec3a"}.ri-file-4-fill:before{content:"\ec3b"}.ri-file-4-line:before{content:"\ec3c"}.ri-file-add-fill:before{content:"\ec3d"}.ri-file-add-line:before{content:"\ec3e"}.ri-file-chart-2-fill:before{content:"\ec3f"}.ri-file-chart-2-line:before{content:"\ec40"}.ri-file-chart-fill:before{content:"\ec41"}.ri-file-chart-line:before{content:"\ec42"}.ri-file-code-fill:before{content:"\ec43"}.ri-file-code-line:before{content:"\ec44"}.ri-file-copy-2-fill:before{content:"\ec45"}.ri-file-copy-2-line:before{content:"\ec46"}.ri-file-copy-fill:before{content:"\ec47"}.ri-file-copy-line:before{content:"\ec48"}.ri-file-damage-fill:before{content:"\ec49"}.ri-file-damage-line:before{content:"\ec4a"}.ri-file-download-fill:before{content:"\ec4b"}.ri-file-download-line:before{content:"\ec4c"}.ri-file-edit-fill:before{content:"\ec4d"}.ri-file-edit-line:before{content:"\ec4e"}.ri-file-excel-2-fill:before{content:"\ec4f"}.ri-file-excel-2-line:before{content:"\ec50"}.ri-file-excel-fill:before{content:"\ec51"}.ri-file-excel-line:before{content:"\ec52"}.ri-file-fill:before{content:"\ec53"}.ri-file-forbid-fill:before{content:"\ec54"}.ri-file-forbid-line:before{content:"\ec55"}.ri-file-info-fill:before{content:"\ec56"}.ri-file-info-line:before{content:"\ec57"}.ri-file-line:before{content:"\ec58"}.ri-file-list-2-fill:before{content:"\ec59"}.ri-file-list-2-line:before{content:"\ec5a"}.ri-file-list-3-fill:before{content:"\ec5b"}.ri-file-list-3-line:before{content:"\ec5c"}.ri-file-list-fill:before{content:"\ec5d"}.ri-file-list-line:before{content:"\ec5e"}.ri-file-lock-fill:before{content:"\ec5f"}.ri-file-lock-line:before{content:"\ec60"}.ri-file-mark-fill:before{content:"\ec61"}.ri-file-mark-line:before{content:"\ec62"}.ri-file-music-fill:before{content:"\ec63"}.ri-file-music-line:before{content:"\ec64"}.ri-file-paper-fill:before{content:"\ec65"}.ri-file-paper-line:before{content:"\ec66"}.ri-file-pdf-fill:before{content:"\ec67"}.ri-file-pdf-line:before{content:"\ec68"}.ri-file-ppt-2-fill:before{content:"\ec69"}.ri-file-ppt-2-line:before{content:"\ec6a"}.ri-file-ppt-fill:before{content:"\ec6b"}.ri-file-ppt-line:before{content:"\ec6c"}.ri-file-reduce-fill:before{content:"\ec6d"}.ri-file-reduce-line:before{content:"\ec6e"}.ri-file-search-fill:before{content:"\ec6f"}.ri-file-search-line:before{content:"\ec70"}.ri-file-settings-fill:before{content:"\ec71"}.ri-file-settings-line:before{content:"\ec72"}.ri-file-shield-2-fill:before{content:"\ec73"}.ri-file-shield-2-line:before{content:"\ec74"}.ri-file-shield-fill:before{content:"\ec75"}.ri-file-shield-line:before{content:"\ec76"}.ri-file-shred-fill:before{content:"\ec77"}.ri-file-shred-line:before{content:"\ec78"}.ri-file-text-fill:before{content:"\ec79"}.ri-file-text-line:before{content:"\ec7a"}.ri-file-transfer-fill:before{content:"\ec7b"}.ri-file-transfer-line:before{content:"\ec7c"}.ri-file-unknow-fill:before{content:"\ec7d"}.ri-file-unknow-line:before{content:"\ec7e"}.ri-file-upload-fill:before{content:"\ec7f"}.ri-file-upload-line:before{content:"\ec80"}.ri-file-user-fill:before{content:"\ec81"}.ri-file-user-line:before{content:"\ec82"}.ri-file-warning-fill:before{content:"\ec83"}.ri-file-warning-line:before{content:"\ec84"}.ri-file-word-2-fill:before{content:"\ec85"}.ri-file-word-2-line:before{content:"\ec86"}.ri-file-word-fill:before{content:"\ec87"}.ri-file-word-line:before{content:"\ec88"}.ri-file-zip-fill:before{content:"\ec89"}.ri-file-zip-line:before{content:"\ec8a"}.ri-film-fill:before{content:"\ec8b"}.ri-film-line:before{content:"\ec8c"}.ri-filter-2-fill:before{content:"\ec8d"}.ri-filter-2-line:before{content:"\ec8e"}.ri-filter-3-fill:before{content:"\ec8f"}.ri-filter-3-line:before{content:"\ec90"}.ri-filter-fill:before{content:"\ec91"}.ri-filter-line:before{content:"\ec92"}.ri-find-replace-fill:before{content:"\ec93"}.ri-find-replace-line:before{content:"\ec94"}.ri-fingerprint-2-fill:before{content:"\ec95"}.ri-fingerprint-2-line:before{content:"\ec96"}.ri-fingerprint-fill:before{content:"\ec97"}.ri-fingerprint-line:before{content:"\ec98"}.ri-fire-fill:before{content:"\ec99"}.ri-fire-line:before{content:"\ec9a"}.ri-firefox-fill:before{content:"\ec9b"}.ri-firefox-line:before{content:"\ec9c"}.ri-flag-2-fill:before{content:"\ec9d"}.ri-flag-2-line:before{content:"\ec9e"}.ri-flag-fill:before{content:"\ec9f"}.ri-flag-line:before{content:"\eca0"}.ri-flashlight-fill:before{content:"\eca1"}.ri-flashlight-line:before{content:"\eca2"}.ri-flight-land-fill:before{content:"\eca3"}.ri-flight-land-line:before{content:"\eca4"}.ri-flight-takeoff-fill:before{content:"\eca5"}.ri-flight-takeoff-line:before{content:"\eca6"}.ri-focus-2-fill:before{content:"\eca7"}.ri-focus-2-line:before{content:"\eca8"}.ri-focus-fill:before{content:"\eca9"}.ri-focus-line:before{content:"\ecaa"}.ri-foggy-fill:before{content:"\ecab"}.ri-foggy-line:before{content:"\ecac"}.ri-folder-2-fill:before{content:"\ecad"}.ri-folder-2-line:before{content:"\ecae"}.ri-folder-3-fill:before{content:"\ecaf"}.ri-folder-3-line:before{content:"\ecb0"}.ri-folder-4-fill:before{content:"\ecb1"}.ri-folder-4-line:before{content:"\ecb2"}.ri-folder-5-fill:before{content:"\ecb3"}.ri-folder-5-line:before{content:"\ecb4"}.ri-folder-add-fill:before{content:"\ecb5"}.ri-folder-add-line:before{content:"\ecb6"}.ri-folder-chart-2-fill:before{content:"\ecb7"}.ri-folder-chart-2-line:before{content:"\ecb8"}.ri-folder-chart-fill:before{content:"\ecb9"}.ri-folder-chart-line:before{content:"\ecba"}.ri-folder-download-fill:before{content:"\ecbb"}.ri-folder-download-line:before{content:"\ecbc"}.ri-folder-fill:before{content:"\ecbd"}.ri-folder-forbid-fill:before{content:"\ecbe"}.ri-folder-forbid-line:before{content:"\ecbf"}.ri-folder-info-fill:before{content:"\ecc0"}.ri-folder-info-line:before{content:"\ecc1"}.ri-folder-line:before{content:"\ecc2"}.ri-folder-lock-fill:before{content:"\ecc3"}.ri-folder-lock-line:before{content:"\ecc4"}.ri-folder-music-fill:before{content:"\ecc5"}.ri-folder-music-line:before{content:"\ecc6"}.ri-folder-open-fill:before{content:"\ecc7"}.ri-folder-open-line:before{content:"\ecc8"}.ri-folder-received-fill:before{content:"\ecc9"}.ri-folder-received-line:before{content:"\ecca"}.ri-folder-reduce-fill:before{content:"\eccb"}.ri-folder-reduce-line:before{content:"\eccc"}.ri-folder-settings-fill:before{content:"\eccd"}.ri-folder-settings-line:before{content:"\ecce"}.ri-folder-shared-fill:before{content:"\eccf"}.ri-folder-shared-line:before{content:"\ecd0"}.ri-folder-shield-2-fill:before{content:"\ecd1"}.ri-folder-shield-2-line:before{content:"\ecd2"}.ri-folder-shield-fill:before{content:"\ecd3"}.ri-folder-shield-line:before{content:"\ecd4"}.ri-folder-transfer-fill:before{content:"\ecd5"}.ri-folder-transfer-line:before{content:"\ecd6"}.ri-folder-unknow-fill:before{content:"\ecd7"}.ri-folder-unknow-line:before{content:"\ecd8"}.ri-folder-upload-fill:before{content:"\ecd9"}.ri-folder-upload-line:before{content:"\ecda"}.ri-folder-user-fill:before{content:"\ecdb"}.ri-folder-user-line:before{content:"\ecdc"}.ri-folder-warning-fill:before{content:"\ecdd"}.ri-folder-warning-line:before{content:"\ecde"}.ri-folders-fill:before{content:"\ecdf"}.ri-folders-line:before{content:"\ece0"}.ri-font-color:before{content:"\ece1"}.ri-font-size-2:before{content:"\ece2"}.ri-font-size:before{content:"\ece3"}.ri-footprint-fill:before{content:"\ece4"}.ri-footprint-line:before{content:"\ece5"}.ri-forbid-2-fill:before{content:"\ece6"}.ri-forbid-2-line:before{content:"\ece7"}.ri-forbid-fill:before{content:"\ece8"}.ri-forbid-line:before{content:"\ece9"}.ri-format-clear:before{content:"\ecea"}.ri-fullscreen-exit-fill:before{content:"\eceb"}.ri-fullscreen-exit-line:before{content:"\ecec"}.ri-fullscreen-fill:before{content:"\eced"}.ri-fullscreen-line:before{content:"\ecee"}.ri-function-fill:before{content:"\ecef"}.ri-function-line:before{content:"\ecf0"}.ri-functions:before{content:"\ecf1"}.ri-funds-box-fill:before{content:"\ecf2"}.ri-funds-box-line:before{content:"\ecf3"}.ri-funds-fill:before{content:"\ecf4"}.ri-funds-line:before{content:"\ecf5"}.ri-gallery-fill:before{content:"\ecf6"}.ri-gallery-line:before{content:"\ecf7"}.ri-gas-station-fill:before{content:"\ecf8"}.ri-gas-station-line:before{content:"\ecf9"}.ri-genderless-fill:before{content:"\ecfa"}.ri-genderless-line:before{content:"\ecfb"}.ri-git-branch-fill:before{content:"\ecfc"}.ri-git-branch-line:before{content:"\ecfd"}.ri-git-commit-fill:before{content:"\ecfe"}.ri-git-commit-line:before{content:"\ecff"}.ri-git-merge-fill:before{content:"\ed00"}.ri-git-merge-line:before{content:"\ed01"}.ri-git-pull-request-fill:before{content:"\ed02"}.ri-git-pull-request-line:before{content:"\ed03"}.ri-git-repository-commits-fill:before{content:"\ed04"}.ri-git-repository-commits-line:before{content:"\ed05"}.ri-git-repository-fill:before{content:"\ed06"}.ri-git-repository-line:before{content:"\ed07"}.ri-git-repository-private-fill:before{content:"\ed08"}.ri-git-repository-private-line:before{content:"\ed09"}.ri-github-fill:before{content:"\ed0a"}.ri-github-line:before{content:"\ed0b"}.ri-gitlab-fill:before{content:"\ed0c"}.ri-gitlab-line:before{content:"\ed0d"}.ri-global-fill:before{content:"\ed0e"}.ri-global-line:before{content:"\ed0f"}.ri-globe-fill:before{content:"\ed10"}.ri-globe-line:before{content:"\ed11"}.ri-goblet-fill:before{content:"\ed12"}.ri-goblet-line:before{content:"\ed13"}.ri-google-fill:before{content:"\ed14"}.ri-google-line:before{content:"\ed15"}.ri-government-fill:before{content:"\ed16"}.ri-government-line:before{content:"\ed17"}.ri-gps-fill:before{content:"\ed18"}.ri-gps-line:before{content:"\ed19"}.ri-gradienter-fill:before{content:"\ed1a"}.ri-gradienter-line:before{content:"\ed1b"}.ri-grid-fill:before{content:"\ed1c"}.ri-grid-line:before{content:"\ed1d"}.ri-group-2-fill:before{content:"\ed1e"}.ri-group-2-line:before{content:"\ed1f"}.ri-group-fill:before{content:"\ed20"}.ri-group-line:before{content:"\ed21"}.ri-guide-fill:before{content:"\ed22"}.ri-guide-line:before{content:"\ed23"}.ri-hail-fill:before{content:"\ed24"}.ri-hail-line:before{content:"\ed25"}.ri-hammer-fill:before{content:"\ed26"}.ri-hammer-line:before{content:"\ed27"}.ri-hard-drive-2-fill:before{content:"\ed28"}.ri-hard-drive-2-line:before{content:"\ed29"}.ri-hard-drive-fill:before{content:"\ed2a"}.ri-hard-drive-line:before{content:"\ed2b"}.ri-hashtag:before{content:"\ed2c"}.ri-haze-fill:before{content:"\ed2d"}.ri-haze-line:before{content:"\ed2e"}.ri-hd-fill:before{content:"\ed2f"}.ri-hd-line:before{content:"\ed30"}.ri-heading:before{content:"\ed31"}.ri-headphone-fill:before{content:"\ed32"}.ri-headphone-line:before{content:"\ed33"}.ri-heart-2-fill:before{content:"\ed34"}.ri-heart-2-line:before{content:"\ed35"}.ri-heart-fill:before{content:"\ed36"}.ri-heart-line:before{content:"\ed37"}.ri-heavy-showers-fill:before{content:"\ed38"}.ri-heavy-showers-line:before{content:"\ed39"}.ri-home-2-fill:before{content:"\ed3a"}.ri-home-2-line:before{content:"\ed3b"}.ri-home-3-fill:before{content:"\ed3c"}.ri-home-3-line:before{content:"\ed3d"}.ri-home-4-fill:before{content:"\ed3e"}.ri-home-4-line:before{content:"\ed3f"}.ri-home-5-fill:before{content:"\ed40"}.ri-home-5-line:before{content:"\ed41"}.ri-home-6-fill:before{content:"\ed42"}.ri-home-6-line:before{content:"\ed43"}.ri-home-7-fill:before{content:"\ed44"}.ri-home-7-line:before{content:"\ed45"}.ri-home-8-fill:before{content:"\ed46"}.ri-home-8-line:before{content:"\ed47"}.ri-home-fill:before{content:"\ed48"}.ri-home-gear-fill:before{content:"\ed49"}.ri-home-gear-line:before{content:"\ed4a"}.ri-home-heart-fill:before{content:"\ed4b"}.ri-home-heart-line:before{content:"\ed4c"}.ri-home-line:before{content:"\ed4d"}.ri-home-smile-2-fill:before{content:"\ed4e"}.ri-home-smile-2-line:before{content:"\ed4f"}.ri-home-smile-fill:before{content:"\ed50"}.ri-home-smile-line:before{content:"\ed51"}.ri-home-wifi-fill:before{content:"\ed52"}.ri-home-wifi-line:before{content:"\ed53"}.ri-honour-fill:before{content:"\ed54"}.ri-honour-line:before{content:"\ed55"}.ri-hospital-fill:before{content:"\ed56"}.ri-hospital-line:before{content:"\ed57"}.ri-hotel-bed-fill:before{content:"\ed58"}.ri-hotel-bed-line:before{content:"\ed59"}.ri-hotel-fill:before{content:"\ed5a"}.ri-hotel-line:before{content:"\ed5b"}.ri-hq-fill:before{content:"\ed5c"}.ri-hq-line:before{content:"\ed5d"}.ri-html5-fill:before{content:"\ed5e"}.ri-html5-line:before{content:"\ed5f"}.ri-ie-fill:before{content:"\ed60"}.ri-ie-line:before{content:"\ed61"}.ri-image-2-fill:before{content:"\ed62"}.ri-image-2-line:before{content:"\ed63"}.ri-image-fill:before{content:"\ed64"}.ri-image-line:before{content:"\ed65"}.ri-inbox-archive-fill:before{content:"\ed66"}.ri-inbox-archive-line:before{content:"\ed67"}.ri-inbox-fill:before{content:"\ed68"}.ri-inbox-line:before{content:"\ed69"}.ri-increase-decrease-fill:before{content:"\ed6a"}.ri-increase-decrease-line:before{content:"\ed6b"}.ri-indent-decrease:before{content:"\ed6c"}.ri-indent-increase:before{content:"\ed6d"}.ri-indeterminate-circle-fill:before{content:"\ed6e"}.ri-indeterminate-circle-line:before{content:"\ed6f"}.ri-information-fill:before{content:"\ed70"}.ri-information-line:before{content:"\ed71"}.ri-input-method-fill:before{content:"\ed72"}.ri-input-method-line:before{content:"\ed73"}.ri-instagram-fill:before{content:"\ed74"}.ri-instagram-line:before{content:"\ed75"}.ri-invision-fill:before{content:"\ed76"}.ri-invision-line:before{content:"\ed77"}.ri-italic:before{content:"\ed78"}.ri-kakao-talk-fill:before{content:"\ed79"}.ri-kakao-talk-line:before{content:"\ed7a"}.ri-key-2-fill:before{content:"\ed7b"}.ri-key-2-line:before{content:"\ed7c"}.ri-key-fill:before{content:"\ed7d"}.ri-key-line:before{content:"\ed7e"}.ri-keyboard-box-fill:before{content:"\ed7f"}.ri-keyboard-box-line:before{content:"\ed80"}.ri-keyboard-fill:before{content:"\ed81"}.ri-keyboard-line:before{content:"\ed82"}.ri-keynote-fill:before{content:"\ed83"}.ri-keynote-line:before{content:"\ed84"}.ri-landscape-fill:before{content:"\ed85"}.ri-landscape-line:before{content:"\ed86"}.ri-layout-column-fill:before{content:"\ed87"}.ri-layout-column-line:before{content:"\ed88"}.ri-layout-fill:before{content:"\ed89"}.ri-layout-line:before{content:"\ed8a"}.ri-layout-row-fill:before{content:"\ed8b"}.ri-layout-row-line:before{content:"\ed8c"}.ri-lightbulb-fill:before{content:"\ed8d"}.ri-lightbulb-flash-fill:before{content:"\ed8e"}.ri-lightbulb-flash-line:before{content:"\ed8f"}.ri-lightbulb-line:before{content:"\ed90"}.ri-line-fill:before{content:"\ed91"}.ri-line-height:before{content:"\ed92"}.ri-line-line:before{content:"\ed93"}.ri-link-m:before{content:"\ed94"}.ri-link-unlink-m:before{content:"\ed95"}.ri-link-unlink:before{content:"\ed96"}.ri-link:before{content:"\ed97"}.ri-linkedin-box-fill:before{content:"\ed98"}.ri-linkedin-box-line:before{content:"\ed99"}.ri-linkedin-fill:before{content:"\ed9a"}.ri-linkedin-line:before{content:"\ed9b"}.ri-links-fill:before{content:"\ed9c"}.ri-links-line:before{content:"\ed9d"}.ri-list-check-2:before{content:"\ed9e"}.ri-list-check:before{content:"\ed9f"}.ri-list-ordered:before{content:"\eda0"}.ri-list-settings-fill:before{content:"\eda1"}.ri-list-settings-line:before{content:"\eda2"}.ri-list-unordered:before{content:"\eda3"}.ri-loader-2-fill:before{content:"\eda4"}.ri-loader-2-line:before{content:"\eda5"}.ri-loader-3-fill:before{content:"\eda6"}.ri-loader-3-line:before{content:"\eda7"}.ri-loader-4-fill:before{content:"\eda8"}.ri-loader-4-line:before{content:"\eda9"}.ri-loader-5-fill:before{content:"\edaa"}.ri-loader-5-line:before{content:"\edab"}.ri-loader-fill:before{content:"\edac"}.ri-loader-line:before{content:"\edad"}.ri-lock-2-fill:before{content:"\edae"}.ri-lock-2-line:before{content:"\edaf"}.ri-lock-fill:before{content:"\edb0"}.ri-lock-line:before{content:"\edb1"}.ri-lock-password-fill:before{content:"\edb2"}.ri-lock-password-line:before{content:"\edb3"}.ri-lock-unlock-fill:before{content:"\edb4"}.ri-lock-unlock-line:before{content:"\edb5"}.ri-login-box-fill:before{content:"\edb6"}.ri-login-box-line:before{content:"\edb7"}.ri-login-circle-fill:before{content:"\edb8"}.ri-login-circle-line:before{content:"\edb9"}.ri-logout-box-fill:before{content:"\edba"}.ri-logout-box-line:before{content:"\edbb"}.ri-logout-box-r-fill:before{content:"\edbc"}.ri-logout-box-r-line:before{content:"\edbd"}.ri-logout-circle-fill:before{content:"\edbe"}.ri-logout-circle-line:before{content:"\edbf"}.ri-logout-circle-r-fill:before{content:"\edc0"}.ri-logout-circle-r-line:before{content:"\edc1"}.ri-mac-fill:before{content:"\edc2"}.ri-mac-line:before{content:"\edc3"}.ri-macbook-fill:before{content:"\edc4"}.ri-macbook-line:before{content:"\edc5"}.ri-magic-fill:before{content:"\edc6"}.ri-magic-line:before{content:"\edc7"}.ri-mail-add-fill:before{content:"\edc8"}.ri-mail-add-line:before{content:"\edc9"}.ri-mail-check-fill:before{content:"\edca"}.ri-mail-check-line:before{content:"\edcb"}.ri-mail-close-fill:before{content:"\edcc"}.ri-mail-close-line:before{content:"\edcd"}.ri-mail-download-fill:before{content:"\edce"}.ri-mail-download-line:before{content:"\edcf"}.ri-mail-fill:before{content:"\edd0"}.ri-mail-forbid-fill:before{content:"\edd1"}.ri-mail-forbid-line:before{content:"\edd2"}.ri-mail-line:before{content:"\edd3"}.ri-mail-lock-fill:before{content:"\edd4"}.ri-mail-lock-line:before{content:"\edd5"}.ri-mail-open-fill:before{content:"\edd6"}.ri-mail-open-line:before{content:"\edd7"}.ri-mail-send-fill:before{content:"\edd8"}.ri-mail-send-line:before{content:"\edd9"}.ri-mail-settings-fill:before{content:"\edda"}.ri-mail-settings-line:before{content:"\eddb"}.ri-mail-star-fill:before{content:"\eddc"}.ri-mail-star-line:before{content:"\eddd"}.ri-mail-unread-fill:before{content:"\edde"}.ri-mail-unread-line:before{content:"\eddf"}.ri-map-2-fill:before{content:"\ede0"}.ri-map-2-line:before{content:"\ede1"}.ri-map-fill:before{content:"\ede2"}.ri-map-line:before{content:"\ede3"}.ri-map-pin-2-fill:before{content:"\ede4"}.ri-map-pin-2-line:before{content:"\ede5"}.ri-map-pin-3-fill:before{content:"\ede6"}.ri-map-pin-3-line:before{content:"\ede7"}.ri-map-pin-4-fill:before{content:"\ede8"}.ri-map-pin-4-line:before{content:"\ede9"}.ri-map-pin-5-fill:before{content:"\edea"}.ri-map-pin-5-line:before{content:"\edeb"}.ri-map-pin-add-fill:before{content:"\edec"}.ri-map-pin-add-line:before{content:"\eded"}.ri-map-pin-fill:before{content:"\edee"}.ri-map-pin-line:before{content:"\edef"}.ri-map-pin-range-fill:before{content:"\edf0"}.ri-map-pin-range-line:before{content:"\edf1"}.ri-map-pin-time-fill:before{content:"\edf2"}.ri-map-pin-time-line:before{content:"\edf3"}.ri-map-pin-user-fill:before{content:"\edf4"}.ri-map-pin-user-line:before{content:"\edf5"}.ri-mark-pen-fill:before{content:"\edf6"}.ri-mark-pen-line:before{content:"\edf7"}.ri-markdown-fill:before{content:"\edf8"}.ri-markdown-line:before{content:"\edf9"}.ri-markup-fill:before{content:"\edfa"}.ri-markup-line:before{content:"\edfb"}.ri-mastercard-fill:before{content:"\edfc"}.ri-mastercard-line:before{content:"\edfd"}.ri-mastodon-fill:before{content:"\edfe"}.ri-mastodon-line:before{content:"\edff"}.ri-medium-fill:before{content:"\ee00"}.ri-medium-line:before{content:"\ee01"}.ri-men-fill:before{content:"\ee02"}.ri-men-line:before{content:"\ee03"}.ri-menu-2-fill:before{content:"\ee04"}.ri-menu-2-line:before{content:"\ee05"}.ri-menu-3-fill:before{content:"\ee06"}.ri-menu-3-line:before{content:"\ee07"}.ri-menu-fill:before{content:"\ee08"}.ri-menu-line:before{content:"\ee09"}.ri-message-2-fill:before{content:"\ee0a"}.ri-message-2-line:before{content:"\ee0b"}.ri-message-3-fill:before{content:"\ee0c"}.ri-message-3-line:before{content:"\ee0d"}.ri-message-fill:before{content:"\ee0e"}.ri-message-line:before{content:"\ee0f"}.ri-messenger-fill:before{content:"\ee10"}.ri-messenger-line:before{content:"\ee11"}.ri-mic-2-fill:before{content:"\ee12"}.ri-mic-2-line:before{content:"\ee13"}.ri-mic-fill:before{content:"\ee14"}.ri-mic-line:before{content:"\ee15"}.ri-mic-off-fill:before{content:"\ee16"}.ri-mic-off-line:before{content:"\ee17"}.ri-mini-program-fill:before{content:"\ee18"}.ri-mini-program-line:before{content:"\ee19"}.ri-mist-fill:before{content:"\ee1a"}.ri-mist-line:before{content:"\ee1b"}.ri-money-cny-box-fill:before{content:"\ee1c"}.ri-money-cny-box-line:before{content:"\ee1d"}.ri-money-cny-circle-fill:before{content:"\ee1e"}.ri-money-cny-circle-line:before{content:"\ee1f"}.ri-money-dollar-box-fill:before{content:"\ee20"}.ri-money-dollar-box-line:before{content:"\ee21"}.ri-money-dollar-circle-fill:before{content:"\ee22"}.ri-money-dollar-circle-line:before{content:"\ee23"}.ri-money-euro-box-fill:before{content:"\ee24"}.ri-money-euro-box-line:before{content:"\ee25"}.ri-money-euro-circle-fill:before{content:"\ee26"}.ri-money-euro-circle-line:before{content:"\ee27"}.ri-money-pound-box-fill:before{content:"\ee28"}.ri-money-pound-box-line:before{content:"\ee29"}.ri-money-pound-circle-fill:before{content:"\ee2a"}.ri-money-pound-circle-line:before{content:"\ee2b"}.ri-moon-clear-fill:before{content:"\ee2c"}.ri-moon-clear-line:before{content:"\ee2d"}.ri-moon-cloudy-fill:before{content:"\ee2e"}.ri-moon-cloudy-line:before{content:"\ee2f"}.ri-moon-fill:before{content:"\ee30"}.ri-moon-foggy-fill:before{content:"\ee31"}.ri-moon-foggy-line:before{content:"\ee32"}.ri-moon-line:before{content:"\ee33"}.ri-more-2-fill:before{content:"\ee34"}.ri-more-2-line:before{content:"\ee35"}.ri-more-fill:before{content:"\ee36"}.ri-more-line:before{content:"\ee37"}.ri-motorbike-fill:before{content:"\ee38"}.ri-motorbike-line:before{content:"\ee39"}.ri-mouse-fill:before{content:"\ee3a"}.ri-mouse-line:before{content:"\ee3b"}.ri-movie-2-fill:before{content:"\ee3c"}.ri-movie-2-line:before{content:"\ee3d"}.ri-movie-fill:before{content:"\ee3e"}.ri-movie-line:before{content:"\ee3f"}.ri-music-2-fill:before{content:"\ee40"}.ri-music-2-line:before{content:"\ee41"}.ri-music-fill:before{content:"\ee42"}.ri-music-line:before{content:"\ee43"}.ri-mv-fill:before{content:"\ee44"}.ri-mv-line:before{content:"\ee45"}.ri-navigation-fill:before{content:"\ee46"}.ri-navigation-line:before{content:"\ee47"}.ri-netease-cloud-music-fill:before{content:"\ee48"}.ri-netease-cloud-music-line:before{content:"\ee49"}.ri-netflix-fill:before{content:"\ee4a"}.ri-netflix-line:before{content:"\ee4b"}.ri-newspaper-fill:before{content:"\ee4c"}.ri-newspaper-line:before{content:"\ee4d"}.ri-notification-2-fill:before{content:"\ee4e"}.ri-notification-2-line:before{content:"\ee4f"}.ri-notification-3-fill:before{content:"\ee50"}.ri-notification-3-line:before{content:"\ee51"}.ri-notification-4-fill:before{content:"\ee52"}.ri-notification-4-line:before{content:"\ee53"}.ri-notification-badge-fill:before{content:"\ee54"}.ri-notification-badge-line:before{content:"\ee55"}.ri-notification-fill:before{content:"\ee56"}.ri-notification-line:before{content:"\ee57"}.ri-notification-off-fill:before{content:"\ee58"}.ri-notification-off-line:before{content:"\ee59"}.ri-number-0:before{content:"\ee5a"}.ri-number-1:before{content:"\ee5b"}.ri-number-2:before{content:"\ee5c"}.ri-number-3:before{content:"\ee5d"}.ri-number-4:before{content:"\ee5e"}.ri-number-5:before{content:"\ee5f"}.ri-number-6:before{content:"\ee60"}.ri-number-7:before{content:"\ee61"}.ri-number-8:before{content:"\ee62"}.ri-number-9:before{content:"\ee63"}.ri-numbers-fill:before{content:"\ee64"}.ri-numbers-line:before{content:"\ee65"}.ri-oil-fill:before{content:"\ee66"}.ri-oil-line:before{content:"\ee67"}.ri-omega:before{content:"\ee68"}.ri-open-arm-fill:before{content:"\ee69"}.ri-open-arm-line:before{content:"\ee6a"}.ri-opera-fill:before{content:"\ee6b"}.ri-opera-line:before{content:"\ee6c"}.ri-order-play-fill:before{content:"\ee6d"}.ri-order-play-line:before{content:"\ee6e"}.ri-outlet-2-fill:before{content:"\ee6f"}.ri-outlet-2-line:before{content:"\ee70"}.ri-outlet-fill:before{content:"\ee71"}.ri-outlet-line:before{content:"\ee72"}.ri-page-separator:before{content:"\ee73"}.ri-pages-fill:before{content:"\ee74"}.ri-pages-line:before{content:"\ee75"}.ri-paint-brush-fill:before{content:"\ee76"}.ri-paint-brush-line:before{content:"\ee77"}.ri-paint-fill:before{content:"\ee78"}.ri-paint-line:before{content:"\ee79"}.ri-palette-fill:before{content:"\ee7a"}.ri-palette-line:before{content:"\ee7b"}.ri-pantone-fill:before{content:"\ee7c"}.ri-pantone-line:before{content:"\ee7d"}.ri-paragraph:before{content:"\ee7e"}.ri-parent-fill:before{content:"\ee7f"}.ri-parent-line:before{content:"\ee80"}.ri-parentheses-fill:before{content:"\ee81"}.ri-parentheses-line:before{content:"\ee82"}.ri-parking-box-fill:before{content:"\ee83"}.ri-parking-box-line:before{content:"\ee84"}.ri-parking-fill:before{content:"\ee85"}.ri-parking-line:before{content:"\ee86"}.ri-patreon-fill:before{content:"\ee87"}.ri-patreon-line:before{content:"\ee88"}.ri-pause-circle-fill:before{content:"\ee89"}.ri-pause-circle-line:before{content:"\ee8a"}.ri-pause-fill:before{content:"\ee8b"}.ri-pause-line:before{content:"\ee8c"}.ri-pause-mini-fill:before{content:"\ee8d"}.ri-pause-mini-line:before{content:"\ee8e"}.ri-paypal-fill:before{content:"\ee8f"}.ri-paypal-line:before{content:"\ee90"}.ri-pen-nib-fill:before{content:"\ee91"}.ri-pen-nib-line:before{content:"\ee92"}.ri-pencil-fill:before{content:"\ee93"}.ri-pencil-line:before{content:"\ee94"}.ri-pencil-ruler-2-fill:before{content:"\ee95"}.ri-pencil-ruler-2-line:before{content:"\ee96"}.ri-pencil-ruler-fill:before{content:"\ee97"}.ri-pencil-ruler-line:before{content:"\ee98"}.ri-percent-fill:before{content:"\ee99"}.ri-percent-line:before{content:"\ee9a"}.ri-phone-camera-fill:before{content:"\ee9b"}.ri-phone-camera-line:before{content:"\ee9c"}.ri-phone-fill:before{content:"\ee9d"}.ri-phone-line:before{content:"\ee9e"}.ri-pie-chart-2-fill:before{content:"\ee9f"}.ri-pie-chart-2-line:before{content:"\eea0"}.ri-pie-chart-box-fill:before{content:"\eea1"}.ri-pie-chart-box-line:before{content:"\eea2"}.ri-pie-chart-fill:before{content:"\eea3"}.ri-pie-chart-line:before{content:"\eea4"}.ri-pin-distance-fill:before{content:"\eea5"}.ri-pin-distance-line:before{content:"\eea6"}.ri-pinterest-fill:before{content:"\eea7"}.ri-pinterest-line:before{content:"\eea8"}.ri-plane-fill:before{content:"\eea9"}.ri-plane-line:before{content:"\eeaa"}.ri-play-circle-fill:before{content:"\eeab"}.ri-play-circle-line:before{content:"\eeac"}.ri-play-fill:before{content:"\eead"}.ri-play-line:before{content:"\eeae"}.ri-play-list-add-fill:before{content:"\eeaf"}.ri-play-list-add-line:before{content:"\eeb0"}.ri-play-list-fill:before{content:"\eeb1"}.ri-play-list-line:before{content:"\eeb2"}.ri-play-mini-fill:before{content:"\eeb3"}.ri-play-mini-line:before{content:"\eeb4"}.ri-playstation-fill:before{content:"\eeb5"}.ri-playstation-line:before{content:"\eeb6"}.ri-plug-2-fill:before{content:"\eeb7"}.ri-plug-2-line:before{content:"\eeb8"}.ri-plug-fill:before{content:"\eeb9"}.ri-plug-line:before{content:"\eeba"}.ri-polaroid-2-fill:before{content:"\eebb"}.ri-polaroid-2-line:before{content:"\eebc"}.ri-polaroid-fill:before{content:"\eebd"}.ri-polaroid-line:before{content:"\eebe"}.ri-police-car-fill:before{content:"\eebf"}.ri-police-car-line:before{content:"\eec0"}.ri-price-tag-2-fill:before{content:"\eec1"}.ri-price-tag-2-line:before{content:"\eec2"}.ri-price-tag-3-fill:before{content:"\eec3"}.ri-price-tag-3-line:before{content:"\eec4"}.ri-price-tag-fill:before{content:"\eec5"}.ri-price-tag-line:before{content:"\eec6"}.ri-printer-fill:before{content:"\eec7"}.ri-printer-line:before{content:"\eec8"}.ri-product-hunt-fill:before{content:"\eec9"}.ri-product-hunt-line:before{content:"\eeca"}.ri-profile-fill:before{content:"\eecb"}.ri-profile-line:before{content:"\eecc"}.ri-projector-2-fill:before{content:"\eecd"}.ri-projector-2-line:before{content:"\eece"}.ri-projector-fill:before{content:"\eecf"}.ri-projector-line:before{content:"\eed0"}.ri-push-pin-2-fill:before{content:"\eed1"}.ri-push-pin-2-line:before{content:"\eed2"}.ri-push-pin-fill:before{content:"\eed3"}.ri-push-pin-line:before{content:"\eed4"}.ri-qq-fill:before{content:"\eed5"}.ri-qq-line:before{content:"\eed6"}.ri-qr-code-fill:before{content:"\eed7"}.ri-qr-code-line:before{content:"\eed8"}.ri-qr-scan-2-fill:before{content:"\eed9"}.ri-qr-scan-2-line:before{content:"\eeda"}.ri-qr-scan-fill:before{content:"\eedb"}.ri-qr-scan-line:before{content:"\eedc"}.ri-question-answer-fill:before{content:"\eedd"}.ri-question-answer-line:before{content:"\eede"}.ri-question-fill:before{content:"\eedf"}.ri-question-line:before{content:"\eee0"}.ri-questionnaire-fill:before{content:"\eee1"}.ri-questionnaire-line:before{content:"\eee2"}.ri-quill-pen-fill:before{content:"\eee3"}.ri-quill-pen-line:before{content:"\eee4"}.ri-radar-fill:before{content:"\eee5"}.ri-radar-line:before{content:"\eee6"}.ri-radio-2-fill:before{content:"\eee7"}.ri-radio-2-line:before{content:"\eee8"}.ri-radio-button-fill:before{content:"\eee9"}.ri-radio-button-line:before{content:"\eeea"}.ri-radio-fill:before{content:"\eeeb"}.ri-radio-line:before{content:"\eeec"}.ri-rainy-fill:before{content:"\eeed"}.ri-rainy-line:before{content:"\eeee"}.ri-reactjs-fill:before{content:"\eeef"}.ri-reactjs-line:before{content:"\eef0"}.ri-record-circle-fill:before{content:"\eef1"}.ri-record-circle-line:before{content:"\eef2"}.ri-record-mail-fill:before{content:"\eef3"}.ri-record-mail-line:before{content:"\eef4"}.ri-red-packet-fill:before{content:"\eef5"}.ri-red-packet-line:before{content:"\eef6"}.ri-reddit-fill:before{content:"\eef7"}.ri-reddit-line:before{content:"\eef8"}.ri-refresh-fill:before{content:"\eef9"}.ri-refresh-line:before{content:"\eefa"}.ri-refund-fill:before{content:"\eefb"}.ri-refund-line:before{content:"\eefc"}.ri-remixicon-fill:before{content:"\eefd"}.ri-remixicon-line:before{content:"\eefe"}.ri-repeat-2-fill:before{content:"\eeff"}.ri-repeat-2-line:before{content:"\ef00"}.ri-repeat-fill:before{content:"\ef01"}.ri-repeat-line:before{content:"\ef02"}.ri-repeat-one-fill:before{content:"\ef03"}.ri-repeat-one-line:before{content:"\ef04"}.ri-reply-fill:before{content:"\ef05"}.ri-reply-line:before{content:"\ef06"}.ri-reserved-fill:before{content:"\ef07"}.ri-reserved-line:before{content:"\ef08"}.ri-restart-fill:before{content:"\ef09"}.ri-restart-line:before{content:"\ef0a"}.ri-restaurant-2-fill:before{content:"\ef0b"}.ri-restaurant-2-line:before{content:"\ef0c"}.ri-restaurant-fill:before{content:"\ef0d"}.ri-restaurant-line:before{content:"\ef0e"}.ri-rewind-fill:before{content:"\ef0f"}.ri-rewind-line:before{content:"\ef10"}.ri-rewind-mini-fill:before{content:"\ef11"}.ri-rewind-mini-line:before{content:"\ef12"}.ri-rhythm-fill:before{content:"\ef13"}.ri-rhythm-line:before{content:"\ef14"}.ri-riding-fill:before{content:"\ef15"}.ri-riding-line:before{content:"\ef16"}.ri-road-map-fill:before{content:"\ef17"}.ri-road-map-line:before{content:"\ef18"}.ri-roadster-fill:before{content:"\ef19"}.ri-roadster-line:before{content:"\ef1a"}.ri-robot-fill:before{content:"\ef1b"}.ri-robot-line:before{content:"\ef1c"}.ri-rocket-2-fill:before{content:"\ef1d"}.ri-rocket-2-line:before{content:"\ef1e"}.ri-rocket-fill:before{content:"\ef1f"}.ri-rocket-line:before{content:"\ef20"}.ri-route-fill:before{content:"\ef21"}.ri-route-line:before{content:"\ef22"}.ri-router-fill:before{content:"\ef23"}.ri-router-line:before{content:"\ef24"}.ri-rss-fill:before{content:"\ef25"}.ri-rss-line:before{content:"\ef26"}.ri-ruler-2-fill:before{content:"\ef27"}.ri-ruler-2-line:before{content:"\ef28"}.ri-ruler-fill:before{content:"\ef29"}.ri-ruler-line:before{content:"\ef2a"}.ri-run-fill:before{content:"\ef2b"}.ri-run-line:before{content:"\ef2c"}.ri-safari-fill:before{content:"\ef2d"}.ri-safari-line:before{content:"\ef2e"}.ri-safe-2-fill:before{content:"\ef2f"}.ri-safe-2-line:before{content:"\ef30"}.ri-safe-fill:before{content:"\ef31"}.ri-safe-line:before{content:"\ef32"}.ri-sailboat-fill:before{content:"\ef33"}.ri-sailboat-line:before{content:"\ef34"}.ri-save-2-fill:before{content:"\ef35"}.ri-save-2-line:before{content:"\ef36"}.ri-save-3-fill:before{content:"\ef37"}.ri-save-3-line:before{content:"\ef38"}.ri-save-fill:before{content:"\ef39"}.ri-save-line:before{content:"\ef3a"}.ri-scan-2-fill:before{content:"\ef3b"}.ri-scan-2-line:before{content:"\ef3c"}.ri-scan-fill:before{content:"\ef3d"}.ri-scan-line:before{content:"\ef3e"}.ri-scissors-2-fill:before{content:"\ef3f"}.ri-scissors-2-line:before{content:"\ef40"}.ri-scissors-cut-fill:before{content:"\ef41"}.ri-scissors-cut-line:before{content:"\ef42"}.ri-scissors-fill:before{content:"\ef43"}.ri-scissors-line:before{content:"\ef44"}.ri-screenshot-2-fill:before{content:"\ef45"}.ri-screenshot-2-line:before{content:"\ef46"}.ri-screenshot-fill:before{content:"\ef47"}.ri-screenshot-line:before{content:"\ef48"}.ri-sd-card-fill:before{content:"\ef49"}.ri-sd-card-line:before{content:"\ef4a"}.ri-sd-card-mini-fill:before{content:"\ef4b"}.ri-sd-card-mini-line:before{content:"\ef4c"}.ri-search-2-fill:before{content:"\ef4d"}.ri-search-2-line:before{content:"\ef4e"}.ri-search-eye-fill:before{content:"\ef4f"}.ri-search-eye-line:before{content:"\ef50"}.ri-search-fill:before{content:"\ef51"}.ri-search-line:before{content:"\ef52"}.ri-send-plane-2-fill:before{content:"\ef53"}.ri-send-plane-2-line:before{content:"\ef54"}.ri-send-plane-fill:before{content:"\ef55"}.ri-send-plane-line:before{content:"\ef56"}.ri-sensor-fill:before{content:"\ef57"}.ri-sensor-line:before{content:"\ef58"}.ri-separator:before{content:"\ef59"}.ri-server-fill:before{content:"\ef5a"}.ri-server-line:before{content:"\ef5b"}.ri-settings-2-fill:before{content:"\ef5c"}.ri-settings-2-line:before{content:"\ef5d"}.ri-settings-3-fill:before{content:"\ef5e"}.ri-settings-3-line:before{content:"\ef5f"}.ri-settings-4-fill:before{content:"\ef60"}.ri-settings-4-line:before{content:"\ef61"}.ri-settings-5-fill:before{content:"\ef62"}.ri-settings-5-line:before{content:"\ef63"}.ri-settings-6-fill:before{content:"\ef64"}.ri-settings-6-line:before{content:"\ef65"}.ri-settings-fill:before{content:"\ef66"}.ri-settings-line:before{content:"\ef67"}.ri-shape-2-fill:before{content:"\ef68"}.ri-shape-2-line:before{content:"\ef69"}.ri-shape-fill:before{content:"\ef6a"}.ri-shape-line:before{content:"\ef6b"}.ri-share-box-fill:before{content:"\ef6c"}.ri-share-box-line:before{content:"\ef6d"}.ri-share-circle-fill:before{content:"\ef6e"}.ri-share-circle-line:before{content:"\ef6f"}.ri-share-fill:before{content:"\ef70"}.ri-share-forward-2-fill:before{content:"\ef71"}.ri-share-forward-2-line:before{content:"\ef72"}.ri-share-forward-box-fill:before{content:"\ef73"}.ri-share-forward-box-line:before{content:"\ef74"}.ri-share-forward-fill:before{content:"\ef75"}.ri-share-forward-line:before{content:"\ef76"}.ri-share-line:before{content:"\ef77"}.ri-share-stack-fill:before{content:"\ef78"}.ri-share-stack-line:before{content:"\ef79"}.ri-shield-cross-fill:before{content:"\ef7a"}.ri-shield-cross-line:before{content:"\ef7b"}.ri-shield-fill:before{content:"\ef7c"}.ri-shield-flash-fill:before{content:"\ef7d"}.ri-shield-flash-line:before{content:"\ef7e"}.ri-shield-keyhole-fill:before{content:"\ef7f"}.ri-shield-keyhole-line:before{content:"\ef80"}.ri-shield-line:before{content:"\ef81"}.ri-shield-star-fill:before{content:"\ef82"}.ri-shield-star-line:before{content:"\ef83"}.ri-shield-user-fill:before{content:"\ef84"}.ri-shield-user-line:before{content:"\ef85"}.ri-ship-2-fill:before{content:"\ef86"}.ri-ship-2-line:before{content:"\ef87"}.ri-ship-fill:before{content:"\ef88"}.ri-ship-line:before{content:"\ef89"}.ri-shirt-fill:before{content:"\ef8a"}.ri-shirt-line:before{content:"\ef8b"}.ri-shopping-bag-2-fill:before{content:"\ef8c"}.ri-shopping-bag-2-line:before{content:"\ef8d"}.ri-shopping-bag-3-fill:before{content:"\ef8e"}.ri-shopping-bag-3-line:before{content:"\ef8f"}.ri-shopping-bag-fill:before{content:"\ef90"}.ri-shopping-bag-line:before{content:"\ef91"}.ri-shopping-cart-2-fill:before{content:"\ef92"}.ri-shopping-cart-2-line:before{content:"\ef93"}.ri-shopping-cart-fill:before{content:"\ef94"}.ri-shopping-cart-line:before{content:"\ef95"}.ri-showers-fill:before{content:"\ef96"}.ri-showers-line:before{content:"\ef97"}.ri-shuffle-fill:before{content:"\ef98"}.ri-shuffle-line:before{content:"\ef99"}.ri-shut-down-fill:before{content:"\ef9a"}.ri-shut-down-line:before{content:"\ef9b"}.ri-side-bar-fill:before{content:"\ef9c"}.ri-side-bar-line:before{content:"\ef9d"}.ri-signal-tower-fill:before{content:"\ef9e"}.ri-signal-tower-line:before{content:"\ef9f"}.ri-sim-card-2-fill:before{content:"\efa0"}.ri-sim-card-2-line:before{content:"\efa1"}.ri-sim-card-fill:before{content:"\efa2"}.ri-sim-card-line:before{content:"\efa3"}.ri-single-quotes-l:before{content:"\efa4"}.ri-single-quotes-r:before{content:"\efa5"}.ri-sip-fill:before{content:"\efa6"}.ri-sip-line:before{content:"\efa7"}.ri-skip-back-fill:before{content:"\efa8"}.ri-skip-back-line:before{content:"\efa9"}.ri-skip-back-mini-fill:before{content:"\efaa"}.ri-skip-back-mini-line:before{content:"\efab"}.ri-skip-forward-fill:before{content:"\efac"}.ri-skip-forward-line:before{content:"\efad"}.ri-skip-forward-mini-fill:before{content:"\efae"}.ri-skip-forward-mini-line:before{content:"\efaf"}.ri-skull-fill:before{content:"\efb0"}.ri-skull-line:before{content:"\efb1"}.ri-skype-fill:before{content:"\efb2"}.ri-skype-line:before{content:"\efb3"}.ri-slack-fill:before{content:"\efb4"}.ri-slack-line:before{content:"\efb5"}.ri-slice-fill:before{content:"\efb6"}.ri-slice-line:before{content:"\efb7"}.ri-slideshow-2-fill:before{content:"\efb8"}.ri-slideshow-2-line:before{content:"\efb9"}.ri-slideshow-3-fill:before{content:"\efba"}.ri-slideshow-3-line:before{content:"\efbb"}.ri-slideshow-4-fill:before{content:"\efbc"}.ri-slideshow-4-line:before{content:"\efbd"}.ri-slideshow-fill:before{content:"\efbe"}.ri-slideshow-line:before{content:"\efbf"}.ri-smartphone-fill:before{content:"\efc0"}.ri-smartphone-line:before{content:"\efc1"}.ri-snapchat-fill:before{content:"\efc2"}.ri-snapchat-line:before{content:"\efc3"}.ri-snowy-fill:before{content:"\efc4"}.ri-snowy-line:before{content:"\efc5"}.ri-sound-module-fill:before{content:"\efc6"}.ri-sound-module-line:before{content:"\efc7"}.ri-space-ship-fill:before{content:"\efc8"}.ri-space-ship-line:before{content:"\efc9"}.ri-space:before{content:"\efca"}.ri-spam-2-fill:before{content:"\efcb"}.ri-spam-2-line:before{content:"\efcc"}.ri-spam-3-fill:before{content:"\efcd"}.ri-spam-3-line:before{content:"\efce"}.ri-spam-fill:before{content:"\efcf"}.ri-spam-line:before{content:"\efd0"}.ri-speaker-2-fill:before{content:"\efd1"}.ri-speaker-2-line:before{content:"\efd2"}.ri-speaker-3-fill:before{content:"\efd3"}.ri-speaker-3-line:before{content:"\efd4"}.ri-speaker-fill:before{content:"\efd5"}.ri-speaker-line:before{content:"\efd6"}.ri-speed-fill:before{content:"\efd7"}.ri-speed-line:before{content:"\efd8"}.ri-speed-mini-fill:before{content:"\efd9"}.ri-speed-mini-line:before{content:"\efda"}.ri-spotify-fill:before{content:"\efdb"}.ri-spotify-line:before{content:"\efdc"}.ri-stack-fill:before{content:"\efdd"}.ri-stack-line:before{content:"\efde"}.ri-stack-overflow-fill:before{content:"\efdf"}.ri-stack-overflow-line:before{content:"\efe0"}.ri-star-fill:before{content:"\efe1"}.ri-star-half-fill:before{content:"\efe2"}.ri-star-half-line:before{content:"\efe3"}.ri-star-half-s-fill:before{content:"\efe4"}.ri-star-half-s-line:before{content:"\efe5"}.ri-star-line:before{content:"\efe6"}.ri-star-s-fill:before{content:"\efe7"}.ri-star-s-line:before{content:"\efe8"}.ri-steering-2-fill:before{content:"\efe9"}.ri-steering-2-line:before{content:"\efea"}.ri-steering-fill:before{content:"\efeb"}.ri-steering-line:before{content:"\efec"}.ri-sticky-note-2-fill:before{content:"\efed"}.ri-sticky-note-2-line:before{content:"\efee"}.ri-sticky-note-fill:before{content:"\efef"}.ri-sticky-note-line:before{content:"\eff0"}.ri-stock-fill:before{content:"\eff1"}.ri-stock-line:before{content:"\eff2"}.ri-stop-circle-fill:before{content:"\eff3"}.ri-stop-circle-line:before{content:"\eff4"}.ri-stop-fill:before{content:"\eff5"}.ri-stop-line:before{content:"\eff6"}.ri-stop-mini-fill:before{content:"\eff7"}.ri-stop-mini-line:before{content:"\eff8"}.ri-store-2-fill:before{content:"\eff9"}.ri-store-2-line:before{content:"\effa"}.ri-store-3-fill:before{content:"\effb"}.ri-store-3-line:before{content:"\effc"}.ri-store-fill:before{content:"\effd"}.ri-store-line:before{content:"\effe"}.ri-strikethrough-2:before{content:"\efff"}.ri-strikethrough:before{content:"\f000"}.ri-subscript-2:before{content:"\f001"}.ri-subscript:before{content:"\f002"}.ri-subtract-fill:before{content:"\f003"}.ri-subtract-line:before{content:"\f004"}.ri-subway-fill:before{content:"\f005"}.ri-subway-line:before{content:"\f006"}.ri-sun-cloudy-fill:before{content:"\f007"}.ri-sun-cloudy-line:before{content:"\f008"}.ri-sun-fill:before{content:"\f009"}.ri-sun-foggy-fill:before{content:"\f00a"}.ri-sun-foggy-line:before{content:"\f00b"}.ri-sun-line:before{content:"\f00c"}.ri-superscript-2:before{content:"\f00d"}.ri-superscript:before{content:"\f00e"}.ri-surround-sound-fill:before{content:"\f00f"}.ri-surround-sound-line:before{content:"\f010"}.ri-swap-box-fill:before{content:"\f011"}.ri-swap-box-line:before{content:"\f012"}.ri-swap-fill:before{content:"\f013"}.ri-swap-line:before{content:"\f014"}.ri-switch-fill:before{content:"\f015"}.ri-switch-line:before{content:"\f016"}.ri-t-box-fill:before{content:"\f017"}.ri-t-box-line:before{content:"\f018"}.ri-t-shirt-fill:before{content:"\f019"}.ri-t-shirt-line:before{content:"\f01a"}.ri-table-2:before{content:"\f01b"}.ri-table-fill:before{content:"\f01c"}.ri-table-line:before{content:"\f01d"}.ri-tablet-fill:before{content:"\f01e"}.ri-tablet-line:before{content:"\f01f"}.ri-taobao-fill:before{content:"\f020"}.ri-taobao-line:before{content:"\f021"}.ri-tape-fill:before{content:"\f022"}.ri-tape-line:before{content:"\f023"}.ri-task-fill:before{content:"\f024"}.ri-task-line:before{content:"\f025"}.ri-taxi-fill:before{content:"\f026"}.ri-taxi-line:before{content:"\f027"}.ri-telegram-fill:before{content:"\f028"}.ri-telegram-line:before{content:"\f029"}.ri-temp-cold-fill:before{content:"\f02a"}.ri-temp-cold-line:before{content:"\f02b"}.ri-temp-hot-fill:before{content:"\f02c"}.ri-temp-hot-line:before{content:"\f02d"}.ri-terminal-box-fill:before{content:"\f02e"}.ri-terminal-box-line:before{content:"\f02f"}.ri-terminal-fill:before{content:"\f030"}.ri-terminal-line:before{content:"\f031"}.ri-terminal-window-fill:before{content:"\f032"}.ri-terminal-window-line:before{content:"\f033"}.ri-text-direction-l:before{content:"\f034"}.ri-text-direction-r:before{content:"\f035"}.ri-text-spacing:before{content:"\f036"}.ri-text-wrap:before{content:"\f037"}.ri-text:before{content:"\f038"}.ri-thumb-down-fill:before{content:"\f039"}.ri-thumb-down-line:before{content:"\f03a"}.ri-thumb-up-fill:before{content:"\f03b"}.ri-thumb-up-line:before{content:"\f03c"}.ri-thunderstorms-fill:before{content:"\f03d"}.ri-thunderstorms-line:before{content:"\f03e"}.ri-time-fill:before{content:"\f03f"}.ri-time-line:before{content:"\f040"}.ri-timer-2-fill:before{content:"\f041"}.ri-timer-2-line:before{content:"\f042"}.ri-timer-fill:before{content:"\f043"}.ri-timer-flash-fill:before{content:"\f044"}.ri-timer-flash-line:before{content:"\f045"}.ri-timer-line:before{content:"\f046"}.ri-todo-fill:before{content:"\f047"}.ri-todo-line:before{content:"\f048"}.ri-toggle-fill:before{content:"\f049"}.ri-toggle-line:before{content:"\f04a"}.ri-tools-fill:before{content:"\f04b"}.ri-tools-line:before{content:"\f04c"}.ri-tornado-fill:before{content:"\f04d"}.ri-tornado-line:before{content:"\f04e"}.ri-traffic-light-fill:before{content:"\f04f"}.ri-traffic-light-line:before{content:"\f050"}.ri-train-fill:before{content:"\f051"}.ri-train-line:before{content:"\f052"}.ri-translate-2:before{content:"\f053"}.ri-translate:before{content:"\f054"}.ri-travesti-fill:before{content:"\f055"}.ri-travesti-line:before{content:"\f056"}.ri-treasure-map-fill:before{content:"\f057"}.ri-treasure-map-line:before{content:"\f058"}.ri-trello-fill:before{content:"\f059"}.ri-trello-line:before{content:"\f05a"}.ri-trophy-fill:before{content:"\f05b"}.ri-trophy-line:before{content:"\f05c"}.ri-truck-fill:before{content:"\f05d"}.ri-truck-line:before{content:"\f05e"}.ri-tumblr-fill:before{content:"\f05f"}.ri-tumblr-line:before{content:"\f060"}.ri-tv-2-fill:before{content:"\f061"}.ri-tv-2-line:before{content:"\f062"}.ri-tv-fill:before{content:"\f063"}.ri-tv-line:before{content:"\f064"}.ri-twitch-fill:before{content:"\f065"}.ri-twitch-line:before{content:"\f066"}.ri-twitter-fill:before{content:"\f067"}.ri-twitter-line:before{content:"\f068"}.ri-u-disk-fill:before{content:"\f069"}.ri-u-disk-line:before{content:"\f06a"}.ri-ubuntu-fill:before{content:"\f06b"}.ri-ubuntu-line:before{content:"\f06c"}.ri-umbrella-fill:before{content:"\f06d"}.ri-umbrella-line:before{content:"\f06e"}.ri-underline:before{content:"\f06f"}.ri-upload-2-fill:before{content:"\f070"}.ri-upload-2-line:before{content:"\f071"}.ri-upload-cloud-2-fill:before{content:"\f072"}.ri-upload-cloud-2-line:before{content:"\f073"}.ri-upload-cloud-fill:before{content:"\f074"}.ri-upload-cloud-line:before{content:"\f075"}.ri-upload-fill:before{content:"\f076"}.ri-upload-line:before{content:"\f077"}.ri-user-2-fill:before{content:"\f078"}.ri-user-2-line:before{content:"\f079"}.ri-user-3-fill:before{content:"\f07a"}.ri-user-3-line:before{content:"\f07b"}.ri-user-4-fill:before{content:"\f07c"}.ri-user-4-line:before{content:"\f07d"}.ri-user-5-fill:before{content:"\f07e"}.ri-user-5-line:before{content:"\f07f"}.ri-user-add-fill:before{content:"\f080"}.ri-user-add-line:before{content:"\f081"}.ri-user-fill:before{content:"\f082"}.ri-user-follow-fill:before{content:"\f083"}.ri-user-follow-line:before{content:"\f084"}.ri-user-line:before{content:"\f085"}.ri-user-location-fill:before{content:"\f086"}.ri-user-location-line:before{content:"\f087"}.ri-user-received-2-fill:before{content:"\f088"}.ri-user-received-2-line:before{content:"\f089"}.ri-user-received-fill:before{content:"\f08a"}.ri-user-received-line:before{content:"\f08b"}.ri-user-search-fill:before{content:"\f08c"}.ri-user-search-line:before{content:"\f08d"}.ri-user-settings-fill:before{content:"\f08e"}.ri-user-settings-line:before{content:"\f08f"}.ri-user-shared-2-fill:before{content:"\f090"}.ri-user-shared-2-line:before{content:"\f091"}.ri-user-shared-fill:before{content:"\f092"}.ri-user-shared-line:before{content:"\f093"}.ri-user-smile-fill:before{content:"\f094"}.ri-user-smile-line:before{content:"\f095"}.ri-user-star-fill:before{content:"\f096"}.ri-user-star-line:before{content:"\f097"}.ri-user-unfollow-fill:before{content:"\f098"}.ri-user-unfollow-line:before{content:"\f099"}.ri-user-voice-fill:before{content:"\f09a"}.ri-user-voice-line:before{content:"\f09b"}.ri-video-chat-fill:before{content:"\f09c"}.ri-video-chat-line:before{content:"\f09d"}.ri-video-fill:before{content:"\f09e"}.ri-video-line:before{content:"\f09f"}.ri-vidicon-2-fill:before{content:"\f0a0"}.ri-vidicon-2-line:before{content:"\f0a1"}.ri-vidicon-fill:before{content:"\f0a2"}.ri-vidicon-line:before{content:"\f0a3"}.ri-vip-crown-2-fill:before{content:"\f0a4"}.ri-vip-crown-2-line:before{content:"\f0a5"}.ri-vip-crown-fill:before{content:"\f0a6"}.ri-vip-crown-line:before{content:"\f0a7"}.ri-vip-diamond-fill:before{content:"\f0a8"}.ri-vip-diamond-line:before{content:"\f0a9"}.ri-vip-fill:before{content:"\f0aa"}.ri-vip-line:before{content:"\f0ab"}.ri-visa-fill:before{content:"\f0ac"}.ri-visa-line:before{content:"\f0ad"}.ri-voiceprint-fill:before{content:"\f0ae"}.ri-voiceprint-line:before{content:"\f0af"}.ri-volume-down-fill:before{content:"\f0b0"}.ri-volume-down-line:before{content:"\f0b1"}.ri-volume-mute-fill:before{content:"\f0b2"}.ri-volume-mute-line:before{content:"\f0b3"}.ri-volume-up-fill:before{content:"\f0b4"}.ri-volume-up-line:before{content:"\f0b5"}.ri-vuejs-fill:before{content:"\f0b6"}.ri-vuejs-line:before{content:"\f0b7"}.ri-walk-fill:before{content:"\f0b8"}.ri-walk-line:before{content:"\f0b9"}.ri-wallet-2-fill:before{content:"\f0ba"}.ri-wallet-2-line:before{content:"\f0bb"}.ri-wallet-3-fill:before{content:"\f0bc"}.ri-wallet-3-line:before{content:"\f0bd"}.ri-wallet-fill:before{content:"\f0be"}.ri-wallet-line:before{content:"\f0bf"}.ri-water-flash-fill:before{content:"\f0c0"}.ri-water-flash-line:before{content:"\f0c1"}.ri-webcam-fill:before{content:"\f0c2"}.ri-webcam-line:before{content:"\f0c3"}.ri-wechat-2-fill:before{content:"\f0c4"}.ri-wechat-2-line:before{content:"\f0c5"}.ri-wechat-fill:before{content:"\f0c6"}.ri-wechat-line:before{content:"\f0c7"}.ri-wechat-pay-fill:before{content:"\f0c8"}.ri-wechat-pay-line:before{content:"\f0c9"}.ri-weibo-fill:before{content:"\f0ca"}.ri-weibo-line:before{content:"\f0cb"}.ri-whatsapp-fill:before{content:"\f0cc"}.ri-whatsapp-line:before{content:"\f0cd"}.ri-wifi-fill:before{content:"\f0ce"}.ri-wifi-line:before{content:"\f0cf"}.ri-wifi-off-fill:before{content:"\f0d0"}.ri-wifi-off-line:before{content:"\f0d1"}.ri-window-2-fill:before{content:"\f0d2"}.ri-window-2-line:before{content:"\f0d3"}.ri-window-fill:before{content:"\f0d4"}.ri-window-line:before{content:"\f0d5"}.ri-windows-fill:before{content:"\f0d6"}.ri-windows-line:before{content:"\f0d7"}.ri-windy-fill:before{content:"\f0d8"}.ri-windy-line:before{content:"\f0d9"}.ri-women-fill:before{content:"\f0da"}.ri-women-line:before{content:"\f0db"}.ri-xbox-fill:before{content:"\f0dc"}.ri-xbox-line:before{content:"\f0dd"}.ri-xing-fill:before{content:"\f0de"}.ri-xing-line:before{content:"\f0df"}.ri-youtube-fill:before{content:"\f0e0"}.ri-youtube-line:before{content:"\f0e1"}.ri-zcool-fill:before{content:"\f0e2"}.ri-zcool-line:before{content:"\f0e3"}.ri-zhihu-fill:before{content:"\f0e4"}.ri-zhihu-line:before{content:"\f0e5"}.ri-zoom-in-fill:before{content:"\f0e6"}.ri-zoom-in-line:before{content:"\f0e7"}.ri-zoom-out-fill:before{content:"\f0e8"}.ri-zoom-out-line:before{content:"\f0e9"}html{line-height:1.15}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;-webkit-text-decoration:underline;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]-moz-focusring,[type=reset]-moz-focusring,[type=submit]-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}*,:after,:before{box-sizing:border-box}body,html{height:100%}html{font-size:62.5%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:transparent}body,html{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{position:relative;background-color:#fff;font-family:Helvetica Neue,Helvetica,PingFang SC,Hiragino Sans GB,Microsoft YaHei,微软雅黑,Arial,sans-serif;font-size:1.4rem;line-height:1.7;color:#403e3e;padding:0;margin:0;overflow-x:hidden;-moz-text-size-adjust:100%;text-size-adjust:100%}body.darkmode{background:rgba(0,0,0,.6)}body.darkmode *{color:#f2f2f2}body.darkmode .article-entry code{background:#c7c7c7!important;color:#c7254e!important}body.darkmode .archive-article-date,body.darkmode .archive-year-wrap .archive-year,body.darkmode .article-category .article-category-link,body.darkmode .article-date,body.darkmode .article-header .article-title,body.darkmode .article-tag-list:before,body.darkmode .category-list .category-list-item i,body.darkmode .category-list a:hover .category-list-item,body.darkmode .share-outer i,body.darkmode .tag-list>.tag-list-item:before,body.darkmode a.toc-link{color:#e6e6e6!important}body.darkmode #reward .reward-p,body.darkmode #reward .reward-p i,body.darkmode .float_btns i,body.darkmode .local-search-input,body.darkmode .share-icons a i{color:#7a7a7a!important}body.darkmode .v *{color:#555!important}body.darkmode .article-tag-list .article-tag-list-link,body.darkmode .tag-list>.tag-list-item .tag-list-link{background:#e6e6e6!important;color:#555!important}body.darkmode #vcomments-box #vcomments{background-color:hsla(0,0%,100%,.1)!important}body.darkmode #vcomments-box #vcomments *{color:#f1f1f1!important}body.darkmode .v .vbtn{background-color:transparent!important}body.darkmode .v .vlist .vcard .vhead .vsys{border:1px solid #f1f1f1!important;background-color:transparent!important}body.darkmode input::-webkit-input-placeholder{color:#ccc}body.darkmode input::-moz-input-placeholder{color:#ccc}body.darkmode input::-ms-input-placeholder{color:#ccc}a{color:#0681d0}a:hover{color:#19a1f8}a:active{color:#067bc6}a.disabled{color:#adb5bd}dir,menu,ul{margin:0;padding:0}img{max-width:100%}button{outline:none;cursor:pointer}.archive-article-date,.archive-year-wrap .archive-year,.article-category .article-category-link,.article-date{text-decoration:none;color:#5c6b72}.archive-article-date:hover,.archive-year-wrap .archive-year:hover,.article-category .article-category-link:hover,.article-date:hover{color:#5c6b72}.archive-article-inner{border-radius:4px}.article-entry h1,.article-entry h2,.article-entry h3,.article-entry h4,.article-entry h5,.article-entry h6{margin:2.5rem 0 1.5rem}.article-entry hr{height:.1rem;background-color:#999;border:none;padding:0;margin:1.5rem 0}.article-entry strong{font-weight:700}.article-entry cite,.article-entry em{font-style:italic}.article-entry sub,.article-entry sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}.article-entry sup{top:-.5rem}.article-entry sub{bottom:-.25rem}.article-entry small{font-size:85%}.article-entry abbr,.article-entry acronym{border-bottom:.1rem dotted #999}.article-entry dl,.article-entry ol,.article-entry ul{margin:1.5rem 0 1.5rem 2rem}.article-entry blockquote,.article-entry p,.article-entry table{margin:1.5rem 0}.article-entry img,.article-entry video{max-width:100%;height:auto;display:block;margin:auto}.article-entry iframe{border:none}.article-entry table{width:100%;max-width:70rem;border:1px solid #dedede;margin:15px auto;border-collapse:collapse;empty-cells:show}.article-entry table td,.article-entry table th{border:1px solid #dedede;padding:5px 10px}.article-entry table th{font-weight:700;text-align:center!important;background:rgba(158,188,226,.2);white-space:nowrap}.article-entry table td:first-child{white-space:nowrap}.article-entry table td:nth-child(2){text-align:left!important}.article-entry blockquote{display:block;padding:0 1.5rem;width:100%;overflow:auto;border-left:.3rem solid #cce5ff;color:#5c6b72}.article-entry blockquote>:first-child{margin-top:0}.article-entry blockquote>:last-child{margin-bottom:0}.article-entry blockquote footer cite:before{content:"—";padding:0 .5rem}#app{height:100%;width:100%;overflow:hidden}#app,.cover{position:relative}.cover{padding:0;margin-bottom:3rem;text-align:center}.cover .forkMe{position:absolute;z-index:999;top:0;right:0}.content.anim,.sidebar.anim{transition:all .3s ease-in-out}.content{position:relative;z-index:1;margin-left:0;height:100%;width:100%;overflow-y:scroll;overflow-x:hidden;-webkit-overflow-scrolling:touch}.content.on{margin-left:0!important}.sidebar{position:fixed;z-index:9;left:-8rem;bottom:0;width:8rem;height:100%;background-color:rgba(0,0,0,.8)}.sidebar.on{left:0}.navbar-toggle{position:absolute;top:1.5rem;left:9.5rem;border:none;height:4rem;width:4rem;border-radius:50%;background-color:rgba(0,0,0,.5);color:#fff;transition:all .3s ease-in-out;opacity:.5}.navbar-toggle:hover{opacity:1}.navbar-toggle:before{content:"\ee09";font-family:remixicon;font-size:larger}.outer,.wrap{position:relative;width:100%;padding-right:1.5rem;padding-left:1.5rem;margin:auto;min-height:calc(100% - 157px)}.outer:after,.outer:before,.wrap:after,.wrap:before{content:"";display:table;clear:both}.local-search{width:100%}@media (min-width:768px){.cover{margin-bottom:0;height:100%}.outer,.wrap{width:70rem;padding-right:0;padding-left:0}.local-search{width:70rem}.content.on{transform:none}}@media (max-width:768px){.cover .forkMe{display:none}.content.on{margin-left:-1px!important}.sidebar{background-color:#403e3e}.navbar-toggle{transform:scale(1.1)}}.list-unstyled{margin-left:0}.category-list,.list-unstyled{list-style:none;padding-left:0}.category-list{margin-right:-.5rem;margin-left:-.5rem}.category-list .category-list-item{margin:10px;padding:0 14px;display:inline-block;text-align:center;height:38px;min-width:80px;line-height:38px;font-size:1.5rem;font-weight:500;border-radius:5px;word-wrap:break-word;cursor:pointer;box-shadow:0 3px 5px rgba(0,0,0,.08);border:1px solid #e7e7eb}.category-list .category-list-item:before{content:"\efde";font-family:remixicon;margin-right:.5rem;display:inline-block;vertical-align:middle}.category-list .category-list-item i{font-style:normal;margin-left:10px;color:#007cfc}.category-list a{display:inline-block;vertical-align:middle;text-decoration:none;color:#403e3e}.category-list a:hover .category-list-item{border:1px solid #70b6ff;box-shadow:0 3px 5px #cce5ff;color:#0070e6}.category-list a:hover:before{color:#0070e6}.tag-list{list-style:none;padding-left:0;margin-right:-.5rem;margin-left:-.5rem}.tag-list>.tag-list-item{display:inline-block;padding:.5rem 1rem;font-size:120%}.tag-list>.tag-list-item:before{content:"\eec3";font-family:remixicon;margin-right:.5rem;display:inline-block;vertical-align:middle;color:#5d5a5a}.tag-list>.tag-list-item .tag-list-link{display:inline-block;vertical-align:middle;text-decoration:none;height:30px;line-height:30px;padding:0 15px;font-size:1.5rem;border-radius:15px;background-color:#5d5a5a;color:#fff;box-shadow:0 3px 5px rgba(0,0,0,.12);transition:.2s}.tag-list>.tag-list-item .tag-list-link:hover{transform:scale(1.1)}.cover-frame{position:relative;min-width:100%;height:100vh}.cover-frame .bg-box{width:100%;height:100%}.cover-frame .bg-box>img{display:block;width:100vw;height:100vh;-o-object-fit:cover;object-fit:cover;-o-object-position:center center;object-position:center center}.cover-inner{position:absolute;top:50%;left:50%;transform:translate(-50%,-100%)}.cover-inner h1{font-size:7rem;margin:0;opacity:.95}.cover-inner #subtitle-box,.cover-inner h1{font-family:Titillium Web,PingFang SC,Hiragino Sans GB,Microsoft JhengHei,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif}.cover-inner #subtitle-box{font-size:3rem;margin:.5rem 0 1.5rem}.cover-inner,.cover-inner a{color:#fff;text-decoration:none}.cover-inner img,.cover-inner video{position:relative}.cover-inner .cover-logo{width:6rem}.cover-learn-more{position:absolute;z-index:1;bottom:10px;left:0;width:100%}.cover-learn-more a>i{font-size:3rem;color:#fff;-webkit-animation:down 1s linear infinite;animation:down 1s linear infinite}.cover-learn-more a>i:hover{color:#1e3e3f}.float_btns{position:fixed;bottom:10rem;right:50px;z-index:9996;text-align:center;transform:scale(1.2)}#mask{position:fixed;left:0;top:0;width:100%;height:100%;background-color:rgba(0,0,0,.8);z-index:9998;display:none}.word_count{margin-top:5px;color:#717f8c;padding-bottom:1rem;border-bottom:1px solid #efefef}@media (max-width:768px){.cover-inner{transform:translate(-50%,-70%);width:100%}.cover-inner h1{font-size:4.5rem}.cover-inner #subtitle-box{font-size:2rem}.float_btns{right:10px}}@-webkit-keyframes down{0%{margin-bottom:0;opacity:1}to{margin-bottom:-15px;opacity:.1}}@keyframes down{0%{margin-bottom:0;opacity:1}to{margin-bottom:-15px;opacity:.1}}.search-form-wrap{width:100%;position:fixed;top:-100%;right:8rem;left:0;opacity:0;transition:.3s}.search-form-wrap.on{top:0;opacity:1}.local-search{position:relative;margin:0 auto;padding:1rem 3rem;background-color:rgba(64,62,62,.9);box-shadow:0 1rem 3rem rgba(30,62,63,.05);max-height:100vh;overflow-y:auto}.local-search-input{font-size:120%;border:0;border-radius:.4rem;width:100%;padding:1rem 1.5rem;outline:none}.local-search-input::-webkit-search-cancel-button,.local-search-input::-webkit-search-results-decoration{-webkit-appearance:none}.local-search-close{position:absolute;top:1.85rem;right:4.25rem;display:block;height:2rem;width:2rem;padding:0;border:none;border-radius:50%;color:#fff;text-align:center;cursor:pointer}.local-search-close:before{font-size:150%;content:"\eb52";font-family:remixicon}.local-search-result{text-align:left}.search-result-list{list-style:none;padding-left:0;margin-left:0}.search-result-list li{padding:1.5rem 0}.search-result-list li:not(:last-child){border-bottom:.1rem solid #999}.search-result-list li .search-result-title{font-size:1.6rem;font-weight:700}.search-result-list li .search-result{color:#fff;padding-top:.5rem;margin:0;max-height:12rem;overflow:hidden}.search-result-list li em.search-keyword{font-style:normal;color:#0681d0}.search-result-empty{padding:2.6rem 0 0;color:#fff}.search-result-empty p{text-align:center}.article{padding:5rem 0 3rem;font-size:110%}.article .sea-center{text-align:center;color:#000}.article .sea-center:after{border-bottom:2px dashed #cce5ff;content:"";width:100px;display:block;margin:.2em auto 0;height:2px}.article-topping{display:inline-block;margin-left:10px;padding:0 10px;border-radius:4px;font-style:normal;font-size:10px;background-color:#ea434a;color:#fff;height:20px;line-height:22px;transform:translateY(-8px)}.article-meta:after,.article-meta:before{content:"";display:table;clear:both}.article-date:before{content:"\eaf2";margin-right:.15rem;font-family:remixicon;opacity:.5}.article-category{display:inline-block;margin-left:1.5rem}.article-category:before{content:"\efde";font-family:remixicon;margin-right:.15rem;opacity:.6}.archive-article-header+.article-category{margin-left:0}.article-entry{font-size:100%;margin-top:.5rem;line-height:1.6;color:#403e3e}.article-entry:after,.article-entry:before{content:"";display:table;clear:both}.article-entry .pullquote{text-align:left;width:45%;margin:0}.article-entry .pullquote.left{margin-left:.5em;margin-right:1em}.article-entry .pullquote.right{margin-right:.5em;margin-left:1em}.article-entry .caption{color:color-grey;display:block;font-size:.9em;margin-top:.5em;position:relative;text-align:center}.article-entry .video-container{position:relative;padding-top:56.25%;height:0;overflow:hidden}.article-entry .video-container embed,.article-entry .video-container iframe,.article-entry .video-container object{position:absolute;top:0;left:0;width:100%;height:100%;margin-top:0}.article-header{position:relative}.article-header h1,.article-header h2{margin:0}.article-header .article-title{display:block;font-size:1.5em;font-weight:700;margin-bottom:3rem;text-decoration:none;color:#403e3e;padding-left:2rem;border-left:4px solid #403e3e}.article-footer:after,.article-footer:before{content:"";display:table;clear:both}.declare{margin:0 0 1rem;padding-bottom:1rem;color:#999;border-bottom:1px solid #f6f6f6}.declare ul,.declare ul li{list-style:none}.article-tag-list{list-style:none;padding-left:0;margin:0}.article-tag-list:before{color:#5d5a5a;content:"\eec3";font-family:remixicon;margin-right:.5rem}.article-tag-list .article-tag-list-item{display:inline-block;padding-right:1rem}.article-tag-list .article-tag-list-link{font-size:11px;text-decoration:none;display:block;color:#fff;float:left;height:18px;line-height:18px;padding:0 8px;position:relative;border-radius:9px;background-color:#5d5a5a}.article-comment-link{float:right}.article-comment-link:before{content:"\ee0d";font-family:remixicon;padding-right:8px}.article-share-link{cursor:pointer;float:right;margin-left:20px}.article-share-link:before{content:"\ef76";font-family:remixicon;padding-right:6px}.article-nav{position:relative;padding-top:1.5rem;margin:1rem 0 2rem;border-top:.1rem solid #eee}.article-nav:after,.article-nav:before{content:"";display:table;clear:both}.article-nav-link{display:block;text-decoration:none}.article-nav-link:first-child{float:left}.article-nav-link:last-child{float:right;text-align:right}.article-nav-caption{color:#5c6b72}.article-nav-title{font-size:inherit}.article-share-box{position:absolute;display:none;background:#fff;border-radius:.4rem;box-shadow:1px 2px 10px rgba(0,0,0,.2);border-radius:3px;margin-left:-145px;overflow:hidden;z-index:1}.article-share-box.on{display:block}.article-share-input{width:100%;background:none;box-sizing:border-box;padding:0 1.5rem;outline:none;border:none;border-bottom:.1rem solid #999;height:3.6rem;line-height:3.6rem}.article-share-links:after,.article-share-links:before{content:"";display:table;clear:both}.article-share-facebook,.article-share-google,.article-share-pinterest,.article-share-twitter{position:relative;display:block;float:left;width:5rem;height:3.6rem;color:#403e3e;text-align:center;text-decoration:none}.article-share-facebook:before,.article-share-google:before,.article-share-pinterest:before,.article-share-twitter:before{font-size:20px;font-family:remixicon}.article-share-facebook:hover,.article-share-google:hover,.article-share-pinterest:hover,.article-share-twitter:hover{color:#fff}.article-share-twitter:before{content:"\f068"}.article-share-twitter:hover{background:#00aced;text-shadow:0 1px #008abe}.article-share-facebook:before{content:"\ec30"}.article-share-facebook:hover{background:#3b5998;text-shadow:0 1px #2f477a}.article-share-pinterest:before{content:"\eea8"}.article-share-pinterest:hover{background:#cb2027;text-shadow:0 1px #a21a1f}.article-share-google:before{content:"\ed15"}.article-share-google:hover{background:#dd4b39;text-shadow:0 1px #be3221}.tocbot{position:absolute;right:-28rem;top:14rem;font-size:80%;opacity:.95;max-width:230px;border-radius:8px}.tocbot>.toc-list{position:relative;overflow:hidden}.toc-list{list-style:none;margin-left:0;padding-left:1rem}a.toc-link{height:100%;color:#172d3e;text-decoration:none;font-size:115%}.is-collapsible{max-height:1000px;overflow:hidden;transition:all}.is-collapsed{max-height:0}.is-position-fixed{position:fixed!important;top:0;right:6rem;background-color:#fff}.toc-link:before{background-color:#cce5ff;content:" ";display:inline-block;height:inherit;left:0;margin-top:-1px;position:absolute;width:2px}.is-active-link:before{background-color:#3d85c6}.is-active-link{font-weight:700}.article-gallery{position:relative}.article-gallery-photos{position:relative;overflow:hidden}.article-gallery-img{display:none;max-width:100%}.article-gallery-img:first-child{display:block}.article-gallery-img.loaded{position:absolute;display:block}.article-gallery-img img{display:block;max-width:100%;margin:0 auto}.article-albums{position:relative}.article-albums-photos{position:relative;display:flex;flex-wrap:wrap;list-style:none;padding-left:0;margin-left:0}.article-albums-photos:after,.article-albums-photos:before{content:"";display:table;clear:both}.article-albums-photos:after{content:"";flex-grow:999999999}.article-albums-photos .article-albums-item{position:relative;flex-grow:1;margin:.5rem;overflow:hidden}.article-albums-photos .article-albums-item img{-o-object-fit:cover;object-fit:cover;max-width:100%;min-width:100%;vertical-align:center}.article-albums-photos .article-albums-item .article-albums-caption{display:block;width:100%;padding:1rem 0;text-align:center}@media (min-width:576px){.article-albums-item img{height:32rem}.article-albums-item .article-albums-caption{position:absolute;bottom:0;left:0;width:100%;background-color:rgba(0,0,0,.5);background:linear-gradient(0deg,rgba(0,0,0,.5),transparent);color:#fff;padding:1rem;opacity:0;transform:translateY(100%);transition:all .3s ease-in-out}.article-albums-item:hover .article-albums-caption{opacity:1;transform:translateY(0)}}@media (min-width:768px){.article-albums-item img{height:20rem}}.justified-gallery{width:100%;position:relative;overflow:hidden}.justified-gallery>a,.justified-gallery>div,.justified-gallery>figure{position:absolute;display:inline-block;overflow:hidden;background:#adb5bd;opacity:1;margin:0;padding:0}.justified-gallery>a>a>img,.justified-gallery>a>a>svg,.justified-gallery>a>img,.justified-gallery>a>svg,.justified-gallery>div>a>img,.justified-gallery>div>a>svg,.justified-gallery>div>img,.justified-gallery>div>svg,.justified-gallery>figure>a>img,.justified-gallery>figure>a>svg,.justified-gallery>figure>img,.justified-gallery>figure>svg{position:absolute;top:50%;left:50%;margin:0;padding:0;border:none;opacity:1}.justified-gallery>a>.caption,.justified-gallery>div>.caption,.justified-gallery>figure>.caption{display:none;position:absolute;right:0;bottom:0;left:0;padding:1rem;background-color:rgba(0,0,0,.5);background:linear-gradient(0deg,rgba(0,0,0,.5),transparent);color:#fff}.justified-gallery>a>.caption.caption-visible,.justified-gallery>div>.caption.caption-visible,.justified-gallery>figure>.caption.caption-visible{display:initial}.justified-gallery>.jg-entry-visible{opacity:1;background:none}.justified-gallery>.jg-entry-visible>a>img,.justified-gallery>.jg-entry-visible>a>svg,.justified-gallery>.jg-entry-visible>img,.justified-gallery>.jg-entry-visible>svg{opacity:1;transition:opacity}.justified-gallery>.jg-filtered{display:none}.justified-gallery>.jg-filtered>.spinner{position:absolute;bottom:0;margin-left:-24px;padding:10px 0;left:50%;opacity:1;overflow:initial}.justified-gallery>.jg-filtered>span{display:inline-block;opacity:1;width:8px;height:8px;margin:0 4px;background-color:#000;border-radius:6px}.articles .article{padding:4.5rem 0}.articles .article:not(:last-child){border-bottom:.1rem solid #ddd}.articles .article-entry{margin-top:1rem;padding:0 2rem 2rem;border:1px dashed #dfdede}.articles .article-entry .article-more-link{display:inline-block;float:right;background-color:#403e3e;padding:.5rem 1rem;border-radius:4px;color:#fff!important;text-decoration:none}.articles .article-entry .article-gallery{margin-top:1.5rem}.articles .article-footer{margin-top:1rem}.archives-wrap{position:relative}.archives-wrap:after,.archives-wrap:before{content:"";display:table;clear:both}.archives-wrap:first-child{margin-top:3rem}.archives-wrap:last-child{margin-bottom:3rem}.archive-year-wrap{position:absolute;top:0;left:0;width:6rem}.archive-year-wrap .archive-year{position:relative;display:inline-block}.archive-year-wrap .archive-year:after{content:"";position:absolute;left:0;bottom:0;height:.15rem;background-color:#5c6b72;width:100%}.archives{margin-left:6rem;border-left:.1rem dashed #999;padding-left:3rem}.archives:after,.archives:before{content:"";display:table;clear:both}.archive-article-inner{margin-bottom:1.5rem}.archive-article-header{display:table-row}.archive-article-header>a,.archive-article-header>h2{display:table-cell}.archive-article-header h2{margin:0;padding-left:3rem}.archive-article-header h2 .archive-article-title{text-decoration:none;font-size:1.8rem}.archive-article-footer{margin-top:1.5rem}.archive-article-date{position:relative;display:block}.archive-article-date:before{content:"";position:absolute;top:50%;left:-3.5rem;margin-top:-.5rem;width:1rem;height:1rem;border-radius:1rem;background-color:#999}.page-type-title{margin:0;padding:3rem 0}.page-nav{margin:3rem auto;text-align:center;overflow:hidden}.page-nav:after,.page-nav:before{content:"";display:table;clear:both}.page-nav a,.page-nav span{padding:1rem 1.5rem;line-height:1}.page-nav a{text-decoration:none}.page-nav .prev{float:left}.page-nav .next{float:right}.page-nav .page-number{display:inline-block}@media mq-mobile{.page-nav .page-number{display:none}}.page-nav .current{font-weight:700}.page-nav .space{color:#999}.footer{border-top:2px solid #f6f6f6;padding:3rem 0}.footer .outer>ul{position:relative;display:flex;justify-content:space-between}.footer .outer>ul:first-child{border-bottom:.1rem solid #f1f1f1}.footer .outer>ul li{display:inline-block;padding:.5rem 0}.footer .outer>ul li a{text-decoration:none}.footer .outer>ul span{margin-right:6px}.float-left{float:left!important}.float-right{float:right!important}.float-none{float:none!important}.article-entry .highlight,.article-entry pre{background:#2d2d2d;margin:10px 0;padding:10px;overflow:hidden;overflow-x:auto;color:#dedede;font-size:.9em;line-height:1.5}.article-entry .highlight::-webkit-scrollbar,.article-entry pre::-webkit-scrollbar{height:10px;width:7px;background:rgba(0,0,0,.1)}.article-entry .highlight::-webkit-scrollbar:hover,.article-entry pre::-webkit-scrollbar:hover{background:rgba(0,0,0,.2)}.article-entry .highlight::-webkit-scrollbar-thumb,.article-entry pre::-webkit-scrollbar-thumb{background:rgba(0,0,0,.3);border-radius:6px}.article-entry .highlight::-webkit-scrollbar-thumb:hover,.article-entry pre::-webkit-scrollbar-thumb:hover{-ms-box-shadow:inset 1px 1px 1px rgba(0,0,0,.25);-o-box-shadow:inset 1px 1px 1px rgba(0,0,0,.25);box-shadow:inset 1px 1px 1px rgba(0,0,0,.25);background-color:rgba(0,0,0,.4)}.article-entry .highlight::-webkit-scrollbar-track,.article-entry pre::-webkit-scrollbar-track{background:#ededed;border-radius:10px}.article-entry .gist .gist-file .gist-data .line-numbers,.article-entry .highlight .gutter pre,.article-entry .highlight .gutter pre .line{color:grey}.article-entry code,.article-entry pre{font-family:Consolas,Monaco,Andale Mono,Ubuntu Mono,monospace}.article-entry code{background:#eee;color:#c7254e;padding:0 .3em;border:none}.article-entry pre code{background:none;text-shadow:none;padding:0;color:#dedede}.article-entry .highlight{border-radius:4px}.article-entry .highlight pre{border:none;margin:0;padding:0}.article-entry .highlight table{margin:0;width:auto;border:none}.article-entry .highlight td{border:none;padding:0}.article-entry .highlight figcaption{color:#8e908c;line-height:1em;margin-bottom:1em}.article-entry .highlight figcaption:after,.article-entry .highlight figcaption:before{content:"";display:table}.article-entry .highlight figcaption:after{clear:both}.article-entry .highlight figcaption a{float:right}.article-entry .highlight .gutter pre{text-align:right;padding-right:20px}.article-entry .highlight .gutter pre .line{text-shadow:none}.article-entry .highlight .line{color:#dedede;min-height:19px}.article-entry .gist{margin:0 -20px;border-color:#ddd;border-style:solid;border-width:1px 0;background:#272822;padding:15px 20px 15px 0}.article-entry .gist .gist-file{border:none;font-family:Source Code Pro,Consolas,Monaco,Menlo,monospace;margin:0}.article-entry .gist .gist-file .gist-data{background:none;border:none}.article-entry .gist .gist-file .gist-data .line-numbers{background:none;border:none;padding:0 20px 0 0}.article-entry .gist .gist-file .gist-data .line-data{padding:0!important}.article-entry .gist .gist-file .highlight{margin:0;padding:0;border:none}.article-entry .gist .gist-file .gist-meta{background:#272822;color:#8e908c;font:.85em Helvetica Neue,Helvetica,Arial,sans-serif;text-shadow:0 0;padding:0;margin-top:1em;margin-left:20px}.article-entry .gist .gist-file .gist-meta a{color:#258fb8;font-weight:400}.article-entry .gist .gist-file .gist-meta a:hover{text-decoration:underline}pre .comment{color:#9c9}pre .class .params,pre .function .keyword,pre .keyword{color:#66d9ef}pre .css .value,pre .doctype,pre .function,pre .params,pre .tag{color:#dedede}pre .at_rule,pre .at_rule .keyword,pre .css~* .tag,pre .preprocessor,pre .preprocessor .keyword,pre .title{color:#f92672}pre .attribute,pre .built_in,pre .class,pre .css~* .class,pre .function .title{color:#a6e22e}pre .string,pre .value{color:#dedede}pre .number{color:#c9c}pre .css~* .id,pre .id{color:#fd971f}.pace{-webkit-pointer-events:none;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.pace .pace-progress{position:fixed;z-index:2000;top:0;right:100%;width:100%;height:.2rem;background-color:#3d85c6}.pace-inactive{display:none}@media (max-width:768px){.pace{display:none}}.gitalk,.markdown-body{font-size:1.4rem!important}.gt-container .gt-avatar.gt-comment-avatar img{border-radius:50%}.macbook{position:relative}.macbook .macbook-screen{position:relative;background-color:transparent;border-radius:1rem;border:1.25rem solid #fff;box-shadow:0 1rem 3rem rgba(0,0,0,.15),inset 0 0 .5rem rgba(0,0,0,.15)}.macbook .macbook-keyboard{display:none;position:relative;box-sizing:content-box;background-color:#fff;border-bottom:.75rem solid #f2f2f2;border-bottom-left-radius:50%;border-bottom-right-radius:50%;margin:-.5rem -5rem 0;height:.5rem;box-shadow:0 .5rem 3rem rgba(0,0,0,.15)}.macbook .macbook-keyboard:before{content:"";position:absolute;left:50%;transform:translateX(-50%);background:linear-gradient(90deg,#f2f2f2,#fff,#f2f2f2);box-shadow:inset 0 0 .1rem rgba(0,0,0,.05);width:20%;height:.3rem;border-radius:.125rem}@media (min-width:768px){.macbook .macbook-screen{border-width:2rem 1.25rem 1.25rem}.macbook .macbook-keyboard{display:block}}.macbook-wrap{padding:1rem 9rem}.scrolling-wrap{min-height:30rem;overflow:hidden}.scrolling{position:absolute;top:30rem;width:100%;-webkit-animation:scrolling-animation 10s ease-in-out 1s infinite;animation:scrolling-animation 10s ease-in-out 1s infinite}@-webkit-keyframes scrolling-animation{0%{top:0}10%{top:0;transform:translateY(0)}30%{transform:translateY(-35%)}60%{transform:translateY(-75%)}90%{transform:translateY(-100%)}to{transform:translateY(-100%)}}@keyframes scrolling-animation{0%{top:0}10%{top:0;transform:translateY(0)}30%{transform:translateY(-35%)}60%{transform:translateY(-75%)}90%{transform:translateY(-100%)}to{transform:translateY(-100%)}}#reward-btn{position:relative;display:inline-block;height:36px;line-height:36px;padding:0 20px;font-size:18px;color:#fff;background:#403e3e;text-decoration:none;border-radius:4px;margin:60px 0 60px 50%;transform:translateX(-50%);box-shadow:0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);transition:.4s ease-in-out;cursor:pointer}#reward-btn:active,#reward-btn:hover{box-shadow:0 6px 12px rgba(0,0,0,.2),0 4px 15px rgba(0,0,0,.2)}#reward{position:absolute;z-index:9999;left:50%;top:20%;transform:translateX(-50%);margin:60px 0;padding:0 20px 20px;background-color:#dbedff;display:none}#reward.ready{visibility:hidden;display:block;transform:translate(-50%,-100%);transition:.3s}#reward.in{visibility:visible;opacity:1;transform:translate(-50%)}#reward .close{height:28px;line-height:28px;width:28px;display:block;text-align:center;position:absolute;right:-12px;top:-10px;border-radius:50%;background-color:#403e3e;cursor:pointer}#reward .close i{font-size:20px;color:#fff}#reward .reward-p{color:#403e3e;font-weight:700;font-size:20px;text-align:center;text-shadow:1px 1px 1px #70b6ff}#reward .reward-p i{margin:0 10px;transform:translateY(2px)}#reward .reward-box{display:flex;justify-content:space-between;width:100%}#reward .reward-box .reward-item{text-align:center;margin:0 10px}#reward .reward-type{font-size:16px;display:block;color:#000;margin-top:10px}#reward .reward-img{display:block;width:12rem;height:12rem;border-radius:3px}@media (max-width:768px){#reward{padding:0 10px 10px}#reward .reward-img{max-width:10rem;max-height:10rem;margin:0 5px}}.share-wrap{min-height:20px;display:none;position:relative;z-index:1;right:0;bottom:0;width:250px;background-color:#f5f5f5;border-radius:2px}.share-wrap .arrow{position:absolute;z-index:-1;top:-3px;right:20px;display:block;width:10px;height:10px;transform:rotate(45deg);background-color:#f5f5f5}.share-btn{float:right;position:relative}.share-outer{display:flex;justify-content:flex-end;border:none;text-shadow:none;text-decoration:none;width:auto;color:#0681d0;height:28px;line-height:26px}.share-outer i{font-size:18px;margin-right:5px;color:#36adf9}.share-outer:hover{transform:none;cursor:pointer}.share-icons{display:flex;justify-content:flex-end;align-items:center;flex-wrap:wrap}.share-icons a{border-radius:50%;display:inline-block;vertical-align:middle;zoom:1;margin:3px;transition:.3s;text-align:center;color:#70b6ff;width:28px;height:28px;line-height:26px;font-size:13px}.share-icons a i{font-size:24px}.share-icons a.weibo{color:#d81e06}.share-icons a.weixin{color:#51c332}.share-icons a.qq{color:#4cafe9}.share-icons a.douban{color:#05b711}.share-icons a.twitter{color:#00aced}.share-icons a.facebook{color:#3b5998}.share-icons a.google{color:#dd4b39}.share-icons a:active{color:ocean}.share-icons a:hover{transform:scale(1.2)}.wx-share-modal{position:fixed;top:24%;left:50%;z-index:9999;padding:20px;text-align:center;color:#727272;background:#fff;border-radius:4px;box-shadow:0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);opacity:0;transform:translate(-50%,-200%)}.wx-share-modal p{margin-bottom:10px}.wx-share-modal.ready{visibility:0;display:block;transform:translate(-50%,-100%);transition:.3s}.wx-share-modal.in{display:block;visibility:visible;opacity:1;transform:translate(-50%)}.wx-share-modal .modal-close{position:absolute;right:15px;top:15px;color:rgba(0,0,0,.2);font-size:16px;line-height:20px}.wx-share-modal .modal-close i{font-size:24px}.wx-share-modal .modal-close:active,.wx-share-modal .modal-close:hover{color:rgba(0,0,0,.4)}#share-mask{position:fixed;width:100%;height:100%;left:0;top:0;background-color:rgba(0,0,0,.6);z-index:999;display:none}.navbar{position:relative;padding-top:3rem;text-align:center}.navbar .nav{list-style:none;padding-left:0;margin-left:0}.navbar .nav .nav-item-link{display:block;padding:1rem;color:#bbb;text-decoration:none;cursor:pointer}.navbar .nav .nav-item-link:hover{opacity:.8;background-color:#403e3e}.navbar .nav.nav-main .nav-item-link i{font-size:1rem;display:block;line-height:1}.navbar-bottom{position:absolute;bottom:0;width:100%;font-size:2rem}.logo{text-align:center;margin-bottom:2rem}.logo img{width:4.2rem}.todark,.totop{position:relative;display:block;overflow:hidden;cursor:pointer;width:3.2rem;height:3.2rem;border-radius:3.2rem;background-color:#efefef;line-height:3rem;opacity:.6;transition:opacity 1s ease}.todark:hover,.totop:hover{opacity:1}.totop{margin-bottom:.8rem}.totop:hover>i{-webkit-animation:rocket .3s ease-in-out;animation:rocket .3s ease-in-out}@-webkit-keyframes rocket{0%{transform:translateY(0);opacity:1}45%{transform:translateY(-3.2rem);opacity:0}55%{transform:translateY(3.2rem);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes rocket{0%{transform:translateY(0);opacity:1}45%{transform:translateY(-3.2rem);opacity:0}55%{transform:translateY(3.2rem);opacity:0}to{transform:translateY(0);opacity:1}}@media (max-width:768px){html{font-size:60%}} \ No newline at end of file +@font-face{font-family:remixicon;src:url(https://cdn.jsdelivr.net/npm/remixicon@2.1.0/fonts/remixicon.eot);src:url(https://cdn.jsdelivr.net/npm/remixicon@2.1.0/fonts/remixicon.eot#iefix) format("embedded-opentype"),url(https://cdn.jsdelivr.net/npm/remixicon@2.1.0/fonts/remixicon.woff2) format("woff2"),url(https://cdn.jsdelivr.net/npm/remixicon@2.1.0/fonts/remixicon.woff) format("woff"),url(https://cdn.jsdelivr.net/npm/remixicon@2.1.0/fonts/remixicon.ttf) format("truetype"),url(https://cdn.jsdelivr.net/npm/remixicon@2.1.0/fonts/remixicon.svg#remixicon) format("svg");font-display:swap}[class*=" ri-"],[class^=ri-]{display:inline-block;font-family:remixicon!important;font-style:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html{line-height:1.15}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;-webkit-text-decoration:underline;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]-moz-focusring,[type=reset]-moz-focusring,[type=submit]-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}*,:after,:before{box-sizing:border-box}body,html{height:100%}html{font-size:62.5%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:transparent}body,html{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{position:relative;background-color:#fff;font-family:Helvetica Neue,Helvetica,PingFang SC,Hiragino Sans GB,Microsoft YaHei,微软雅黑,Arial,sans-serif;font-size:1.4rem;line-height:1.7;color:#403e3e;padding:0;margin:0;overflow-x:hidden;-moz-text-size-adjust:100%;text-size-adjust:100%}body.darkmode{background:rgba(0,0,0,.6)}body.darkmode *{color:#f2f2f2}body.darkmode .article-entry code{background:#c7c7c7!important;color:#c7254e!important}body.darkmode .archive-article-date,body.darkmode .archive-year-wrap .archive-year,body.darkmode .article-category .article-category-link,body.darkmode .article-date,body.darkmode .article-header .article-title,body.darkmode .article-tag-list:before,body.darkmode .category-list .category-list-item i,body.darkmode .category-list a:hover .category-list-item,body.darkmode .share-outer i,body.darkmode .tag-list>.tag-list-item:before,body.darkmode a.toc-link{color:#e6e6e6!important}body.darkmode #reward .reward-p,body.darkmode #reward .reward-p i,body.darkmode .float_btns i,body.darkmode .local-search-input,body.darkmode .share-icons a i{color:#7a7a7a!important}body.darkmode .v *{color:#555!important}body.darkmode .article-tag-list .article-tag-list-link,body.darkmode .tag-list>.tag-list-item .tag-list-link{background:#e6e6e6!important;color:#555!important}body.darkmode #vcomments-box #vcomments{background-color:hsla(0,0%,100%,.1)!important}body.darkmode #vcomments-box #vcomments *{color:#f1f1f1!important}body.darkmode .v .vbtn{background-color:transparent!important}body.darkmode .v .vlist .vcard .vhead .vsys{border:1px solid #f1f1f1!important;background-color:transparent!important}body.darkmode input::-webkit-input-placeholder{color:#ccc}body.darkmode input::-moz-input-placeholder{color:#ccc}body.darkmode input::-ms-input-placeholder{color:#ccc}a{color:#0681d0}a:hover{color:#19a1f8}a:active{color:#067bc6}a.disabled{color:#adb5bd}dir,menu,ul{margin:0;padding:0}img{max-width:100%}button{outline:none;cursor:pointer}.archive-article-date,.archive-year-wrap .archive-year,.article-category .article-category-link,.article-date{text-decoration:none;color:#5c6b72}.archive-article-date:hover,.archive-year-wrap .archive-year:hover,.article-category .article-category-link:hover,.article-date:hover{color:#5c6b72}.archive-article-inner{border-radius:4px}.article-entry h1,.article-entry h2,.article-entry h3,.article-entry h4,.article-entry h5,.article-entry h6{margin:2.5rem 0 1.5rem}.article-entry hr{height:.1rem;background-color:#999;border:none;padding:0;margin:1.5rem 0}.article-entry strong{font-weight:700}.article-entry cite,.article-entry em{font-style:italic}.article-entry sub,.article-entry sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}.article-entry sup{top:-.5rem}.article-entry sub{bottom:-.25rem}.article-entry small{font-size:85%}.article-entry abbr,.article-entry acronym{border-bottom:.1rem dotted #999}.article-entry dl,.article-entry ol,.article-entry ul{margin:1.5rem 0 1.5rem 2rem}.article-entry blockquote,.article-entry p,.article-entry table{margin:1.5rem 0}.article-entry img,.article-entry video{max-width:100%;height:auto;display:block;margin:auto}.article-entry iframe{border:none}.article-entry table{width:100%;max-width:70rem;border:1px solid #dedede;margin:15px auto;border-collapse:collapse;empty-cells:show}.article-entry table td,.article-entry table th{border:1px solid #dedede;padding:5px 10px}.article-entry table th{font-weight:700;text-align:center!important;background:rgba(158,188,226,.2);white-space:nowrap}.article-entry table td:first-child{white-space:nowrap}.article-entry table td:nth-child(2){text-align:left!important}.article-entry blockquote{display:block;padding:0 1.5rem;width:100%;overflow:auto;border-left:.3rem solid #cce5ff;color:#5c6b72}.article-entry blockquote>:first-child{margin-top:0}.article-entry blockquote>:last-child{margin-bottom:0}.article-entry blockquote footer cite:before{content:"—";padding:0 .5rem}#app{height:100%;width:100%;overflow:hidden}#app,.cover{position:relative}.cover{padding:0;margin-bottom:3rem;text-align:center}.cover .forkMe{position:absolute;z-index:999;top:0;right:0}.content.anim,.sidebar.anim{transition:all .3s ease-in-out}.content{position:relative;z-index:1;margin-left:0;height:100%;width:100%;overflow-y:scroll;overflow-x:hidden;-webkit-overflow-scrolling:touch}.content.on{margin-left:0!important}.sidebar{position:fixed;z-index:9;left:-8rem;bottom:0;width:8rem;height:100%;background-color:rgba(0,0,0,.8)}.sidebar.on{left:0}.navbar-toggle{position:absolute;top:1.5rem;left:9.5rem;border:none;height:4rem;width:4rem;border-radius:50%;background-color:rgba(0,0,0,.5);color:#fff;transition:all .3s ease-in-out;opacity:.5}.navbar-toggle:hover{opacity:1}.navbar-toggle:before{content:"\ee09";font-family:remixicon;font-size:larger}.outer,.wrap{position:relative;width:100%;padding-right:1.5rem;padding-left:1.5rem;margin:auto;min-height:calc(100% - 157px)}.outer:after,.outer:before,.wrap:after,.wrap:before{content:"";display:table;clear:both}.local-search{width:100%}@media (min-width:768px){.cover{margin-bottom:0;height:100%}.outer,.wrap{width:70rem;padding-right:0;padding-left:0}.local-search{width:70rem}.content.on{transform:none}}@media (max-width:768px){.cover .forkMe{display:none}.content.on{margin-left:-1px!important}.sidebar{background-color:#403e3e}.navbar-toggle{transform:scale(1.1)}}.list-unstyled{margin-left:0}.category-list,.list-unstyled{list-style:none;padding-left:0}.category-list{margin-right:-.5rem;margin-left:-.5rem}.category-list .category-list-item{margin:10px;padding:0 14px;display:inline-block;text-align:center;height:38px;min-width:80px;line-height:38px;font-size:1.5rem;font-weight:500;border-radius:5px;word-wrap:break-word;cursor:pointer;box-shadow:0 3px 5px rgba(0,0,0,.08);border:1px solid #e7e7eb}.category-list .category-list-item:before{content:"\efde";font-family:remixicon;margin-right:.5rem;display:inline-block;vertical-align:middle}.category-list .category-list-item i{font-style:normal;margin-left:10px;color:#007cfc}.category-list a{display:inline-block;vertical-align:middle;text-decoration:none;color:#403e3e}.category-list a:hover .category-list-item{border:1px solid #70b6ff;box-shadow:0 3px 5px #cce5ff;color:#0070e6}.category-list a:hover:before{color:#0070e6}.tag-list{list-style:none;padding-left:0;margin-right:-.5rem;margin-left:-.5rem}.tag-list>.tag-list-item{display:inline-block;padding:.5rem 1rem;font-size:120%}.tag-list>.tag-list-item:before{content:"\eec3";font-family:remixicon;margin-right:.5rem;display:inline-block;vertical-align:middle;color:#5d5a5a}.tag-list>.tag-list-item .tag-list-link{display:inline-block;vertical-align:middle;text-decoration:none;height:30px;line-height:30px;padding:0 15px;font-size:1.5rem;border-radius:15px;background-color:#5d5a5a;color:#fff;box-shadow:0 3px 5px rgba(0,0,0,.12);transition:.2s}.tag-list>.tag-list-item .tag-list-link:hover{transform:scale(1.1)}.cover-frame{position:relative;min-width:100%;height:100vh}.cover-frame .bg-box{width:100%;height:100%}.cover-frame .bg-box>img{display:block;width:100vw;height:100vh;-o-object-fit:cover;object-fit:cover;-o-object-position:center center;object-position:center center}.cover-inner{position:absolute;top:50%;left:50%;transform:translate(-50%,-100%)}.cover-inner h1{font-size:7rem;margin:0;opacity:.95}.cover-inner #subtitle-box,.cover-inner h1{font-family:Titillium Web,PingFang SC,Hiragino Sans GB,Microsoft JhengHei,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif}.cover-inner #subtitle-box{font-size:3rem;margin:.5rem 0 1.5rem}.cover-inner,.cover-inner a{color:#fff;text-decoration:none}.cover-inner img,.cover-inner video{position:relative}.cover-inner .cover-logo{width:6rem}.cover-learn-more{position:absolute;z-index:1;bottom:10px;left:0;width:100%}.cover-learn-more a>i{font-size:3rem;color:#fff;-webkit-animation:down 1s linear infinite;animation:down 1s linear infinite}.cover-learn-more a>i:hover{color:#1e3e3f}.float_btns{position:fixed;bottom:10rem;right:50px;z-index:9996;text-align:center;transform:scale(1.2)}#mask{position:fixed;left:0;top:0;width:100%;height:100%;background-color:rgba(0,0,0,.8);z-index:9998;display:none}.word_count{margin-top:5px;color:#717f8c;padding-bottom:1rem;border-bottom:1px solid #efefef}@media (max-width:768px){.cover-inner{transform:translate(-50%,-70%);width:100%}.cover-inner h1{font-size:4.5rem}.cover-inner #subtitle-box{font-size:2rem}.float_btns{right:10px}}@-webkit-keyframes down{0%{margin-bottom:0;opacity:1}to{margin-bottom:-15px;opacity:.1}}@keyframes down{0%{margin-bottom:0;opacity:1}to{margin-bottom:-15px;opacity:.1}}.search-form-wrap{width:100%;position:fixed;top:-100%;right:8rem;left:0;opacity:0;transition:.3s}.search-form-wrap.on{top:0;opacity:1}.local-search{position:relative;margin:0 auto;padding:1rem 3rem;background-color:rgba(64,62,62,.9);box-shadow:0 1rem 3rem rgba(30,62,63,.05);max-height:100vh;overflow-y:auto}.local-search-input{font-size:120%;border:0;border-radius:.4rem;width:100%;padding:1rem 1.5rem;outline:none}.local-search-input::-webkit-search-cancel-button,.local-search-input::-webkit-search-results-decoration{-webkit-appearance:none}.local-search-close{position:absolute;top:1.85rem;right:4.25rem;display:block;height:2rem;width:2rem;padding:0;border:none;border-radius:50%;color:#fff;text-align:center;cursor:pointer}.local-search-close:before{font-size:150%;content:"\eb52";font-family:remixicon}.local-search-result{text-align:left}.search-result-list{list-style:none;padding-left:0;margin-left:0}.search-result-list li{padding:1.5rem 0}.search-result-list li:not(:last-child){border-bottom:.1rem solid #999}.search-result-list li .search-result-title{font-size:1.6rem;font-weight:700}.search-result-list li .search-result{color:#fff;padding-top:.5rem;margin:0;max-height:12rem;overflow:hidden}.search-result-list li em.search-keyword{font-style:normal;color:#0681d0}.search-result-empty{padding:2.6rem 0 0;color:#fff}.search-result-empty p{text-align:center}.article{padding:5rem 0 3rem;font-size:110%}.article .sea-center{text-align:center;color:#000}.article .sea-center:after{border-bottom:2px dashed #cce5ff;content:"";width:100px;display:block;margin:.2em auto 0;height:2px}.article-topping{display:inline-block;margin-left:10px;padding:0 10px;border-radius:4px;font-style:normal;font-size:10px;background-color:#ea434a;color:#fff;height:20px;line-height:22px;transform:translateY(-8px)}.article-meta:after,.article-meta:before{content:"";display:table;clear:both}.article-date:before{content:"\eaf2";margin-right:.15rem;font-family:remixicon;opacity:.5}.article-category{display:inline-block;margin-left:1.5rem}.article-category:before{content:"\efde";font-family:remixicon;margin-right:.15rem;opacity:.6}.archive-article-header+.article-category{margin-left:0}.article-entry{font-size:100%;margin-top:.5rem;line-height:1.6;color:#403e3e}.article-entry:after,.article-entry:before{content:"";display:table;clear:both}.article-entry .pullquote{text-align:left;width:45%;margin:0}.article-entry .pullquote.left{margin-left:.5em;margin-right:1em}.article-entry .pullquote.right{margin-right:.5em;margin-left:1em}.article-entry .caption{color:color-grey;display:block;font-size:.9em;margin-top:.5em;position:relative;text-align:center}.article-entry .video-container{position:relative;padding-top:56.25%;height:0;overflow:hidden}.article-entry .video-container embed,.article-entry .video-container iframe,.article-entry .video-container object{position:absolute;top:0;left:0;width:100%;height:100%;margin-top:0}.article-header{position:relative}.article-header h1,.article-header h2{margin:0}.article-header .article-title{display:block;font-size:1.5em;font-weight:700;margin-bottom:3rem;text-decoration:none;color:#403e3e;padding-left:2rem;border-left:4px solid #403e3e}.article-footer:after,.article-footer:before{content:"";display:table;clear:both}.declare{margin:0 0 1rem;padding-bottom:1rem;color:#999;border-bottom:1px solid #f6f6f6}.declare ul,.declare ul li{list-style:none}.article-tag-list{list-style:none;padding-left:0;margin:0}.article-tag-list:before{color:#5d5a5a;content:"\eec3";font-family:remixicon;margin-right:.5rem}.article-tag-list .article-tag-list-item{display:inline-block;padding-right:1rem}.article-tag-list .article-tag-list-link{font-size:11px;text-decoration:none;display:block;color:#fff;float:left;height:18px;line-height:18px;padding:0 8px;position:relative;border-radius:9px;background-color:#5d5a5a}.article-comment-link{float:right}.article-comment-link:before{content:"\ee0d";font-family:remixicon;padding-right:8px}.article-share-link{cursor:pointer;float:right;margin-left:20px}.article-share-link:before{content:"\ef76";font-family:remixicon;padding-right:6px}.article-nav{position:relative;padding-top:1.5rem;margin:1rem 0 2rem;border-top:.1rem solid #eee}.article-nav:after,.article-nav:before{content:"";display:table;clear:both}.article-nav-link{display:block;text-decoration:none}.article-nav-link:first-child{float:left}.article-nav-link:last-child{float:right;text-align:right}.article-nav-caption{color:#5c6b72}.article-nav-title{font-size:inherit}.article-share-box{position:absolute;display:none;background:#fff;border-radius:.4rem;box-shadow:1px 2px 10px rgba(0,0,0,.2);border-radius:3px;margin-left:-145px;overflow:hidden;z-index:1}.article-share-box.on{display:block}.article-share-input{width:100%;background:none;box-sizing:border-box;padding:0 1.5rem;outline:none;border:none;border-bottom:.1rem solid #999;height:3.6rem;line-height:3.6rem}.article-share-links:after,.article-share-links:before{content:"";display:table;clear:both}.article-share-facebook,.article-share-google,.article-share-pinterest,.article-share-twitter{position:relative;display:block;float:left;width:5rem;height:3.6rem;color:#403e3e;text-align:center;text-decoration:none}.article-share-facebook:before,.article-share-google:before,.article-share-pinterest:before,.article-share-twitter:before{font-size:20px;font-family:remixicon}.article-share-facebook:hover,.article-share-google:hover,.article-share-pinterest:hover,.article-share-twitter:hover{color:#fff}.article-share-twitter:before{content:"\f068"}.article-share-twitter:hover{background:#00aced;text-shadow:0 1px #008abe}.article-share-facebook:before{content:"\ec30"}.article-share-facebook:hover{background:#3b5998;text-shadow:0 1px #2f477a}.article-share-pinterest:before{content:"\eea8"}.article-share-pinterest:hover{background:#cb2027;text-shadow:0 1px #a21a1f}.article-share-google:before{content:"\ed15"}.article-share-google:hover{background:#dd4b39;text-shadow:0 1px #be3221}.tocbot{position:absolute;right:-28rem;top:14rem;font-size:80%;opacity:.95;max-width:230px;border-radius:8px}.tocbot>.toc-list{position:relative;overflow:hidden}.toc-list{list-style:none;margin-left:0;padding-left:1rem}a.toc-link{height:100%;color:#172d3e;text-decoration:none;font-size:115%}.is-collapsible{max-height:1000px;overflow:hidden;transition:all}.is-collapsed{max-height:0}.is-position-fixed{position:fixed!important;top:0;right:6rem;background-color:#fff}.toc-link:before{background-color:#cce5ff;content:" ";display:inline-block;height:inherit;left:0;margin-top:-1px;position:absolute;width:2px}.is-active-link:before{background-color:#3d85c6}.is-active-link{font-weight:700}.article-gallery{position:relative}.article-gallery-photos{position:relative;overflow:hidden}.article-gallery-img{display:none;max-width:100%}.article-gallery-img:first-child{display:block}.article-gallery-img.loaded{position:absolute;display:block}.article-gallery-img img{display:block;max-width:100%;margin:0 auto}.article-albums{position:relative}.article-albums-photos{position:relative;display:flex;flex-wrap:wrap;list-style:none;padding-left:0;margin-left:0}.article-albums-photos:after,.article-albums-photos:before{content:"";display:table;clear:both}.article-albums-photos:after{content:"";flex-grow:999999999}.article-albums-photos .article-albums-item{position:relative;flex-grow:1;margin:.5rem;overflow:hidden}.article-albums-photos .article-albums-item img{-o-object-fit:cover;object-fit:cover;max-width:100%;min-width:100%;vertical-align:center}.article-albums-photos .article-albums-item .article-albums-caption{display:block;width:100%;padding:1rem 0;text-align:center}@media (min-width:576px){.article-albums-item img{height:32rem}.article-albums-item .article-albums-caption{position:absolute;bottom:0;left:0;width:100%;background-color:rgba(0,0,0,.5);background:linear-gradient(0deg,rgba(0,0,0,.5),transparent);color:#fff;padding:1rem;opacity:0;transform:translateY(100%);transition:all .3s ease-in-out}.article-albums-item:hover .article-albums-caption{opacity:1;transform:translateY(0)}}@media (min-width:768px){.article-albums-item img{height:20rem}}.justified-gallery{width:100%;position:relative;overflow:hidden}.justified-gallery>a,.justified-gallery>div,.justified-gallery>figure{position:absolute;display:inline-block;overflow:hidden;background:#adb5bd;opacity:1;margin:0;padding:0}.justified-gallery>a>a>img,.justified-gallery>a>a>svg,.justified-gallery>a>img,.justified-gallery>a>svg,.justified-gallery>div>a>img,.justified-gallery>div>a>svg,.justified-gallery>div>img,.justified-gallery>div>svg,.justified-gallery>figure>a>img,.justified-gallery>figure>a>svg,.justified-gallery>figure>img,.justified-gallery>figure>svg{position:absolute;top:50%;left:50%;margin:0;padding:0;border:none;opacity:1}.justified-gallery>a>.caption,.justified-gallery>div>.caption,.justified-gallery>figure>.caption{display:none;position:absolute;right:0;bottom:0;left:0;padding:1rem;background-color:rgba(0,0,0,.5);background:linear-gradient(0deg,rgba(0,0,0,.5),transparent);color:#fff}.justified-gallery>a>.caption.caption-visible,.justified-gallery>div>.caption.caption-visible,.justified-gallery>figure>.caption.caption-visible{display:initial}.justified-gallery>.jg-entry-visible{opacity:1;background:none}.justified-gallery>.jg-entry-visible>a>img,.justified-gallery>.jg-entry-visible>a>svg,.justified-gallery>.jg-entry-visible>img,.justified-gallery>.jg-entry-visible>svg{opacity:1;transition:opacity}.justified-gallery>.jg-filtered{display:none}.justified-gallery>.jg-filtered>.spinner{position:absolute;bottom:0;margin-left:-24px;padding:10px 0;left:50%;opacity:1;overflow:initial}.justified-gallery>.jg-filtered>span{display:inline-block;opacity:1;width:8px;height:8px;margin:0 4px;background-color:#000;border-radius:6px}.articles .article{padding:4.5rem 0}.articles .article:not(:last-child){border-bottom:.1rem solid #ddd}.articles .article-entry{margin-top:1rem;padding:0 2rem 2rem;border:1px dashed #dfdede}.articles .article-entry .article-more-link{display:inline-block;float:right;background-color:#403e3e;padding:.5rem 1rem;border-radius:4px;color:#fff!important;text-decoration:none}.articles .article-entry .article-gallery{margin-top:1.5rem}.articles .article-footer{margin-top:1rem}.archives-wrap{position:relative}.archives-wrap:after,.archives-wrap:before{content:"";display:table;clear:both}.archives-wrap:first-child{margin-top:3rem}.archives-wrap:last-child{margin-bottom:3rem}.archive-year-wrap{position:absolute;top:0;left:0;width:6rem}.archive-year-wrap .archive-year{position:relative;display:inline-block}.archive-year-wrap .archive-year:after{content:"";position:absolute;left:0;bottom:0;height:.15rem;background-color:#5c6b72;width:100%}.archives{margin-left:6rem;border-left:.1rem dashed #999;padding-left:3rem}.archives:after,.archives:before{content:"";display:table;clear:both}.archive-article-inner{margin-bottom:1.5rem}.archive-article-header{display:table-row}.archive-article-header>a,.archive-article-header>h2{display:table-cell}.archive-article-header h2{margin:0;padding-left:3rem}.archive-article-header h2 .archive-article-title{text-decoration:none;font-size:1.8rem}.archive-article-footer{margin-top:1.5rem}.archive-article-date{position:relative;display:block}.archive-article-date:before{content:"";position:absolute;top:50%;left:-3.5rem;margin-top:-.5rem;width:1rem;height:1rem;border-radius:1rem;background-color:#999}.page-type-title{margin:0;padding:3rem 0}.page-nav{margin:3rem auto;text-align:center;overflow:hidden}.page-nav:after,.page-nav:before{content:"";display:table;clear:both}.page-nav a,.page-nav span{padding:1rem 1.5rem;line-height:1}.page-nav a{text-decoration:none}.page-nav .prev{float:left}.page-nav .next{float:right}.page-nav .page-number{display:inline-block}@media mq-mobile{.page-nav .page-number{display:none}}.page-nav .current{font-weight:700}.page-nav .space{color:#999}.footer{border-top:2px solid #f6f6f6;padding:3rem 0}.footer .outer>ul{position:relative;display:flex;justify-content:space-between}.footer .outer>ul:first-child{border-bottom:.1rem solid #f1f1f1}.footer .outer>ul li{display:inline-block;padding:.5rem 0}.footer .outer>ul li a{text-decoration:none}.footer .outer>ul span{margin-right:6px}.float-left{float:left!important}.float-right{float:right!important}.float-none{float:none!important}.article-entry .highlight,.article-entry pre{background:#2d2d2d;margin:10px 0;padding:10px;overflow:hidden;overflow-x:auto;color:#dedede;font-size:.9em;line-height:1.5}.article-entry .highlight::-webkit-scrollbar,.article-entry pre::-webkit-scrollbar{height:10px;width:7px;background:rgba(0,0,0,.1)}.article-entry .highlight::-webkit-scrollbar:hover,.article-entry pre::-webkit-scrollbar:hover{background:rgba(0,0,0,.2)}.article-entry .highlight::-webkit-scrollbar-thumb,.article-entry pre::-webkit-scrollbar-thumb{background:rgba(0,0,0,.3);border-radius:6px}.article-entry .highlight::-webkit-scrollbar-thumb:hover,.article-entry pre::-webkit-scrollbar-thumb:hover{-ms-box-shadow:inset 1px 1px 1px rgba(0,0,0,.25);-o-box-shadow:inset 1px 1px 1px rgba(0,0,0,.25);box-shadow:inset 1px 1px 1px rgba(0,0,0,.25);background-color:rgba(0,0,0,.4)}.article-entry .highlight::-webkit-scrollbar-track,.article-entry pre::-webkit-scrollbar-track{background:#ededed;border-radius:10px}.article-entry .gist .gist-file .gist-data .line-numbers,.article-entry .highlight .gutter pre,.article-entry .highlight .gutter pre .line{color:grey}.article-entry code,.article-entry pre{font-family:Consolas,Monaco,Andale Mono,Ubuntu Mono,monospace}.article-entry code{background:#eee;color:#c7254e;padding:0 .3em;border:none}.article-entry pre code{background:none;text-shadow:none;padding:0;color:#dedede}.article-entry .highlight{border-radius:4px}.article-entry .highlight pre{border:none;margin:0;padding:0}.article-entry .highlight table{margin:0;width:auto;border:none}.article-entry .highlight td{border:none;padding:0}.article-entry .highlight figcaption{color:#8e908c;line-height:1em;margin-bottom:1em}.article-entry .highlight figcaption:after,.article-entry .highlight figcaption:before{content:"";display:table}.article-entry .highlight figcaption:after{clear:both}.article-entry .highlight figcaption a{float:right}.article-entry .highlight .gutter pre{text-align:right;padding-right:20px}.article-entry .highlight .gutter pre .line{text-shadow:none}.article-entry .highlight .line{color:#dedede;min-height:19px}.article-entry .gist{margin:0 -20px;border-color:#ddd;border-style:solid;border-width:1px 0;background:#272822;padding:15px 20px 15px 0}.article-entry .gist .gist-file{border:none;font-family:Source Code Pro,Consolas,Monaco,Menlo,monospace;margin:0}.article-entry .gist .gist-file .gist-data{background:none;border:none}.article-entry .gist .gist-file .gist-data .line-numbers{background:none;border:none;padding:0 20px 0 0}.article-entry .gist .gist-file .gist-data .line-data{padding:0!important}.article-entry .gist .gist-file .highlight{margin:0;padding:0;border:none}.article-entry .gist .gist-file .gist-meta{background:#272822;color:#8e908c;font:.85em Helvetica Neue,Helvetica,Arial,sans-serif;text-shadow:0 0;padding:0;margin-top:1em;margin-left:20px}.article-entry .gist .gist-file .gist-meta a{color:#258fb8;font-weight:400}.article-entry .gist .gist-file .gist-meta a:hover{text-decoration:underline}pre .comment{color:#9c9}pre .class .params,pre .function .keyword,pre .keyword{color:#66d9ef}pre .css .value,pre .doctype,pre .function,pre .params,pre .tag{color:#dedede}pre .at_rule,pre .at_rule .keyword,pre .css~* .tag,pre .preprocessor,pre .preprocessor .keyword,pre .title{color:#f92672}pre .attribute,pre .built_in,pre .class,pre .css~* .class,pre .function .title{color:#a6e22e}pre .string,pre .value{color:#dedede}pre .number{color:#c9c}pre .css~* .id,pre .id{color:#fd971f}.pace{-webkit-pointer-events:none;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.pace .pace-progress{position:fixed;z-index:2000;top:0;right:100%;width:100%;height:.2rem;background-color:#3d85c6}.pace-inactive{display:none}@media (max-width:768px){.pace{display:none}}.gitalk,.markdown-body{font-size:1.4rem!important}.gt-container .gt-avatar.gt-comment-avatar img{border-radius:50%}.macbook{position:relative}.macbook .macbook-screen{position:relative;background-color:transparent;border-radius:1rem;border:1.25rem solid #fff;box-shadow:0 1rem 3rem rgba(0,0,0,.15),inset 0 0 .5rem rgba(0,0,0,.15)}.macbook .macbook-keyboard{display:none;position:relative;box-sizing:content-box;background-color:#fff;border-bottom:.75rem solid #f2f2f2;border-bottom-left-radius:50%;border-bottom-right-radius:50%;margin:-.5rem -5rem 0;height:.5rem;box-shadow:0 .5rem 3rem rgba(0,0,0,.15)}.macbook .macbook-keyboard:before{content:"";position:absolute;left:50%;transform:translateX(-50%);background:linear-gradient(90deg,#f2f2f2,#fff,#f2f2f2);box-shadow:inset 0 0 .1rem rgba(0,0,0,.05);width:20%;height:.3rem;border-radius:.125rem}@media (min-width:768px){.macbook .macbook-screen{border-width:2rem 1.25rem 1.25rem}.macbook .macbook-keyboard{display:block}}.macbook-wrap{padding:1rem 9rem}.scrolling-wrap{min-height:30rem;overflow:hidden}.scrolling{position:absolute;top:30rem;width:100%;-webkit-animation:scrolling-animation 10s ease-in-out 1s infinite;animation:scrolling-animation 10s ease-in-out 1s infinite}@-webkit-keyframes scrolling-animation{0%{top:0}10%{top:0;transform:translateY(0)}30%{transform:translateY(-35%)}60%{transform:translateY(-75%)}90%{transform:translateY(-100%)}to{transform:translateY(-100%)}}@keyframes scrolling-animation{0%{top:0}10%{top:0;transform:translateY(0)}30%{transform:translateY(-35%)}60%{transform:translateY(-75%)}90%{transform:translateY(-100%)}to{transform:translateY(-100%)}}#reward-btn{position:relative;display:inline-block;height:36px;line-height:36px;padding:0 20px;font-size:18px;color:#fff;background:#403e3e;text-decoration:none;border-radius:4px;margin:60px 0 60px 50%;transform:translateX(-50%);box-shadow:0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);transition:.4s ease-in-out;cursor:pointer}#reward-btn:active,#reward-btn:hover{box-shadow:0 6px 12px rgba(0,0,0,.2),0 4px 15px rgba(0,0,0,.2)}#reward{position:absolute;z-index:9999;left:50%;top:20%;transform:translateX(-50%);margin:60px 0;padding:0 20px 20px;background-color:#dbedff;display:none}#reward.ready{visibility:hidden;display:block;transform:translate(-50%,-100%);transition:.3s}#reward.in{visibility:visible;opacity:1;transform:translate(-50%)}#reward .close{height:28px;line-height:28px;width:28px;display:block;text-align:center;position:absolute;right:-12px;top:-10px;border-radius:50%;background-color:#403e3e;cursor:pointer}#reward .close i{font-size:20px;color:#fff}#reward .reward-p{color:#403e3e;font-weight:700;font-size:20px;text-align:center;text-shadow:1px 1px 1px #70b6ff}#reward .reward-p i{margin:0 10px;transform:translateY(2px)}#reward .reward-box{display:flex;justify-content:space-between;width:100%}#reward .reward-box .reward-item{text-align:center;margin:0 10px}#reward .reward-type{font-size:16px;display:block;color:#000;margin-top:10px}#reward .reward-img{display:block;width:12rem;height:12rem;border-radius:3px}@media (max-width:768px){#reward{padding:0 10px 10px}#reward .reward-img{max-width:10rem;max-height:10rem;margin:0 5px}}.share-wrap{min-height:20px;display:none;position:relative;z-index:1;right:0;bottom:0;width:250px;background-color:#f5f5f5;border-radius:2px}.share-wrap .arrow{position:absolute;z-index:-1;top:-3px;right:20px;display:block;width:10px;height:10px;transform:rotate(45deg);background-color:#f5f5f5}.share-btn{float:right;position:relative}.share-outer{display:flex;justify-content:flex-end;border:none;text-shadow:none;text-decoration:none;width:auto;color:#0681d0;height:28px;line-height:26px}.share-outer i{font-size:18px;margin-right:5px;color:#36adf9}.share-outer:hover{transform:none;cursor:pointer}.share-icons{display:flex;justify-content:flex-end;align-items:center;flex-wrap:wrap}.share-icons a{border-radius:50%;display:inline-block;vertical-align:middle;zoom:1;margin:3px;transition:.3s;text-align:center;color:#70b6ff;width:28px;height:28px;line-height:26px;font-size:13px}.share-icons a i{font-size:24px}.share-icons a.weibo{color:#d81e06}.share-icons a.weixin{color:#51c332}.share-icons a.qq{color:#4cafe9}.share-icons a.douban{color:#05b711}.share-icons a.twitter{color:#00aced}.share-icons a.facebook{color:#3b5998}.share-icons a.google{color:#dd4b39}.share-icons a:active{color:ocean}.share-icons a:hover{transform:scale(1.2)}.wx-share-modal{position:fixed;top:24%;left:50%;z-index:9999;padding:20px;text-align:center;color:#727272;background:#fff;border-radius:4px;box-shadow:0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);opacity:0;transform:translate(-50%,-200%)}.wx-share-modal p{margin-bottom:10px}.wx-share-modal.ready{visibility:0;display:block;transform:translate(-50%,-100%);transition:.3s}.wx-share-modal.in{display:block;visibility:visible;opacity:1;transform:translate(-50%)}.wx-share-modal .modal-close{position:absolute;right:15px;top:15px;color:rgba(0,0,0,.2);font-size:16px;line-height:20px}.wx-share-modal .modal-close i{font-size:24px}.wx-share-modal .modal-close:active,.wx-share-modal .modal-close:hover{color:rgba(0,0,0,.4)}#share-mask{position:fixed;width:100%;height:100%;left:0;top:0;background-color:rgba(0,0,0,.6);z-index:999;display:none}.navbar{position:relative;padding-top:3rem;text-align:center}.navbar .nav{list-style:none;padding-left:0;margin-left:0}.navbar .nav .nav-item-link{display:block;padding:1rem;color:#bbb;text-decoration:none;cursor:pointer}.navbar .nav .nav-item-link:hover{opacity:.8;background-color:#403e3e}.navbar .nav.nav-main .nav-item-link i{font-size:1rem;display:block;line-height:1}.navbar-bottom{position:absolute;bottom:0;width:100%;font-size:2rem}.logo{text-align:center;margin-bottom:2rem}.logo img{width:4.2rem}.todark,.totop{position:relative;display:block;overflow:hidden;cursor:pointer;width:3.2rem;height:3.2rem;border-radius:3.2rem;background-color:#efefef;line-height:3rem;opacity:.6;transition:opacity 1s ease}.todark:hover,.totop:hover{opacity:1}.totop{margin-bottom:.8rem}.totop:hover>i{-webkit-animation:rocket .3s ease-in-out;animation:rocket .3s ease-in-out}@-webkit-keyframes rocket{0%{transform:translateY(0);opacity:1}45%{transform:translateY(-3.2rem);opacity:0}55%{transform:translateY(3.2rem);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes rocket{0%{transform:translateY(0);opacity:1}45%{transform:translateY(-3.2rem);opacity:0}55%{transform:translateY(3.2rem);opacity:0}to{transform:translateY(0);opacity:1}}@media (max-width:768px){html{font-size:60%}} \ No newline at end of file diff --git a/source/images/sponsor.jpg b/source/images/sponsor.jpg index 2bf151fdc96c81586629c93ec76adf4ea6f76632..20d8fa6489d48fa5be5443fd2374b5f3af32d594 100644 GIT binary patch literal 36799 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ήB+=AU8@CisQ;pEF3b`u1tqt?&hO;`-L*Mfd4{d`^CrNk<5g zDbFXx6{r5#Hp#x!TmwFSjrV!WVdWil$OVdl5IsQQd+VsOeX051`BIQR5uUM=Jg6zW zFP#mGIq7r0u-VskoO1L2ACG4L)DVRzzGvfHP&#h6zLr;|EdX}`SApEeZgj%U#=haw zO=V%%%0ct&QaA9STKTum;NVN=Pv_Z=t_?GQaVVqT3Wp!B?0q)7`1h@2G2Mvpur`#2 zy1yATC2?0{Vu4y1P<|=i03iVgh2ccz#sQizXFiR!az|j3bLPH7C`UfJWY+~Fe{2m* zZOF+7CS3d7X`JA1;iMhFc15GrrTDNhTY{wDe_uznrJ6+j!pafVj z`G>-qz(ySVANTR3Ztm}Zb7?D+(q9cvE6MFAHQcCHM@k~SJLr$l#QRql3wQoE7`%GM zr^&3+vDdUE3Fi0=It~Nk%;dSR^RYVL9?2s-2_sBdL`EC*=W9ut#yg&itP#(Iu*}u7 z5M0X^EW$I4Z#3dM@kEsPa@Ftgirkow+J}WON?Q%AshEOjZWY2k}!gzegFK>mbi!$hyH9|_ATb^gkI3ioUU(@^C>vM z;@NuvyI2M^=GgLJ_-pZ$Vtg^(q2c`_-@S3&y|W_yO%F9@iC=v#%*P@m0C(oLJ?D3D z=9=JtoV7Y?X3gUWv9=ria{lQvGSF&~5sJ@tlp~8SsuGDSmFhiJ=2XpNZg=u+n$Wts zpkn|~evYjCiQ7>iL<(jvtnBXHDZLaW?Q~!B-eLZWPm7cV>-#S8hj*}OJD#S+_c>N7 zdt8j!8Ml|Rz<`a(S*fg=Lu?64PV<79eJ05pPdE>7tXavj=-WQiUu%mbB|HE>oo3L`Hrh|u-hfwoG+ZcHf5A0cz&sK)r07k#)ZulhK38t3`Jo9Hz%PQ~6*P?E}czscBVTEWA+3DD~1yJ$Qq5HW-EijQ9ne;UJcJm-ZCN z7M)&ydwh9(;=urMDM5c!XbYjBeuR?d%jJ!if3!-brLu?f5s*9LR?jm@g@wneO zLGIn1S@f9SZBx!Er!F4JN80LXpp>f&I?0sU6*XMAwSQ&Xg#zns z|G`jMv>hH^M-(hLP6Nmi06Q8*-#v%PLHxYS@P2KTQ{MW} z-*%9dh>g4}LKv0OJAbO|EImk&ef|hZj3dNTIc+r~qCl5|Qq;iMo%m)vVk&Wp9G_7Q zybd0ptL%OhsiXP%+>?3@1aV8uKLns%xMaLAra{T;^^nT&_OB+3rS22$Wpa#`r(;$aLdh+ggcy14jd z&3G=&)gBd)ST(Y0{$+$Q_+&aEZU72tQ_Bzk7kL#z`QADnO-hUY!7o4!5Ym4_EjwCK zkfYZVrLb8IKS|MV=8(};_C>XYjVB?LA|g{~Nvk>=6RuSW8~uM1Fvgm~391uw((9b; zq+dKyQjhp$5aP!G+6cU-X4T1&Fw;|;y56L8Sa3?PGbha*AR8uX=UcfTilNL}e7ol5bw+u0EE zA}0(FaUuI+YTRN9gnX0o8d}i0 zBRkuz^39KQL{fj}_emj4CH>v9aW>+(_Xu|LW(()A6aq_jpvu))P!U5s^OiUutv@T@ z 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 in this&&this[b]===a)return b;return-1};for(u={catchupTime:100,initialRate:.03,minTime:250,ghostTime:100,maxProgressPerFrame:20,easeFactor:1.25,startOnPageLoad:!0,restartOnPushState:!0,restartOnRequestAfter:500,target:"body",elements:{checkInterval:100,selectors:["body"]},eventLag:{minSamples:10,sampleCount:3,lagThreshold:3},ajax:{trackMethods:["GET"],trackWebSockets:!0,ignoreURLs:[]}},C=function(){var a;return null!=(a="undefined"!=typeof performance&&null!==performance&&"function"==typeof performance.now?performance.now():void 0)?a:+new Date},E=window.requestAnimationFrame||window.mozRequestAnimationFrame||window.webkitRequestAnimationFrame||window.msRequestAnimationFrame,t=window.cancelAnimationFrame||window.mozCancelAnimationFrame,null==E&&(E=function(a){return setTimeout(a,50)},t=function(a){return clearTimeout(a)}),G=function(a){var b,c;return b=C(),(c=function(){var d;return d=C()-b,d>=33?(b=C(),a(d,function(){return E(c)})):setTimeout(c,33-d)})()},F=function(){var a,b,c;return c=arguments[0],b=arguments[1],a=3<=arguments.length?X.call(arguments,2):[],"function"==typeof c[b]?c[b].apply(c,a):c[b]},v=function(){var a,b,c,d,e,f,g;for(b=arguments[0],d=2<=arguments.length?X.call(arguments,1):[],f=0,g=d.length;g>f;f++)if(c=d[f])for(a in c)Y.call(c,a)&&(e=c[a],null!=b[a]&&"object"==typeof b[a]&&null!=e&&"object"==typeof e?v(b[a],e):b[a]=e);return b},q=function(a){var b,c,d,e,f;for(c=b=0,e=0,f=a.length;f>e;e++)d=a[e],c+=Math.abs(d),b++;return c/b},x=function(a,b){var c,d,e;if(null==a&&(a="options"),null==b&&(b=!0),e=document.querySelector("[data-pace-"+a+"]")){if(c=e.getAttribute("data-pace-"+a),!b)return c;try{return JSON.parse(c)}catch(f){return d=f,"undefined"!=typeof console&&null!==console?console.error("Error parsing inline pace options",d):void 0}}},g=function(){function a(){}return a.prototype.on=function(a,b,c,d){var e;return null==d&&(d=!1),null==this.bindings&&(this.bindings={}),null==(e=this.bindings)[a]&&(e[a]=[]),this.bindings[a].push({handler:b,ctx:c,once:d})},a.prototype.once=function(a,b,c){return this.on(a,b,c,!0)},a.prototype.off=function(a,b){var c,d,e;if(null!=(null!=(d=this.bindings)?d[a]:void 0)){if(null==b)return delete this.bindings[a];for(c=0,e=[];cQ;Q++)K=U[Q],D[K]===!0&&(D[K]=u[K]);i=function(a){function b(){return V=b.__super__.constructor.apply(this,arguments)}return Z(b,a),b}(Error),b=function(){function a(){this.progress=0}return a.prototype.getElement=function(){var a;if(null==this.el){if(a=document.querySelector(D.target),!a)throw new i;this.el=document.createElement("div"),this.el.className="pace pace-active",document.body.className=document.body.className.replace(/pace-done/g,""),document.body.className+=" pace-running",this.el.innerHTML='
\n
\n
\n
',null!=a.firstChild?a.insertBefore(this.el,a.firstChild):a.appendChild(this.el)}return this.el},a.prototype.finish=function(){var a;return a=this.getElement(),a.className=a.className.replace("pace-active",""),a.className+=" pace-inactive",document.body.className=document.body.className.replace("pace-running",""),document.body.className+=" pace-done"},a.prototype.update=function(a){return this.progress=a,this.render()},a.prototype.destroy=function(){try{this.getElement().parentNode.removeChild(this.getElement())}catch(a){i=a}return this.el=void 0},a.prototype.render=function(){var a,b,c,d,e,f,g;if(null==document.querySelector(D.target))return!1;for(a=this.getElement(),d="translate3d("+this.progress+"%, 0, 0)",g=["webkitTransform","msTransform","transform"],e=0,f=g.length;f>e;e++)b=g[e],a.children[0].style[b]=d;return(!this.lastRenderedProgress||this.lastRenderedProgress|0!==this.progress|0)&&(a.children[0].setAttribute("data-progress-text",""+(0|this.progress)+"%"),this.progress>=100?c="99":(c=this.progress<10?"0":"",c+=0|this.progress),a.children[0].setAttribute("data-progress",""+c)),this.lastRenderedProgress=this.progress},a.prototype.done=function(){return this.progress>=100},a}(),h=function(){function a(){this.bindings={}}return a.prototype.trigger=function(a,b){var c,d,e,f,g;if(null!=this.bindings[a]){for(f=this.bindings[a],g=[],d=0,e=f.length;e>d;d++)c=f[d],g.push(c.call(this,b));return g}},a.prototype.on=function(a,b){var c;return null==(c=this.bindings)[a]&&(c[a]=[]),this.bindings[a].push(b)},a}(),P=window.XMLHttpRequest,O=window.XDomainRequest,N=window.WebSocket,w=function(a,b){var c,d,e;e=[];for(d in b.prototype)try{null==a[d]&&"function"!=typeof b[d]?"function"==typeof Object.defineProperty?e.push(Object.defineProperty(a,d,{get:function(){return b.prototype[d]},configurable:!0,enumerable:!0})):e.push(a[d]=b.prototype[d]):e.push(void 0)}catch(f){c=f}return e},A=[],j.ignore=function(){var a,b,c;return b=arguments[0],a=2<=arguments.length?X.call(arguments,1):[],A.unshift("ignore"),c=b.apply(null,a),A.shift(),c},j.track=function(){var a,b,c;return b=arguments[0],a=2<=arguments.length?X.call(arguments,1):[],A.unshift("track"),c=b.apply(null,a),A.shift(),c},J=function(a){var b;if(null==a&&(a="GET"),"track"===A[0])return"force";if(!A.length&&D.ajax){if("socket"===a&&D.ajax.trackWebSockets)return!0;if(b=a.toUpperCase(),$.call(D.ajax.trackMethods,b)>=0)return!0}return!1},k=function(a){function b(){var a,c=this;b.__super__.constructor.apply(this,arguments),a=function(a){var b;return b=a.open,a.open=function(d,e,f){return J(d)&&c.trigger("request",{type:d,url:e,request:a}),b.apply(a,arguments)}},window.XMLHttpRequest=function(b){var c;return c=new P(b),a(c),c};try{w(window.XMLHttpRequest,P)}catch(d){}if(null!=O){window.XDomainRequest=function(){var b;return b=new O,a(b),b};try{w(window.XDomainRequest,O)}catch(d){}}if(null!=N&&D.ajax.trackWebSockets){window.WebSocket=function(a,b){var d;return d=null!=b?new N(a,b):new N(a),J("socket")&&c.trigger("request",{type:"socket",url:a,protocols:b,request:d}),d};try{w(window.WebSocket,N)}catch(d){}}}return Z(b,a),b}(h),R=null,y=function(){return null==R&&(R=new k),R},I=function(a){var b,c,d,e;for(e=D.ajax.ignoreURLs,c=0,d=e.length;d>c;c++)if(b=e[c],"string"==typeof b){if(-1!==a.indexOf(b))return!0}else if(b.test(a))return!0;return!1},y().on("request",function(b){var c,d,e,f,g;return f=b.type,e=b.request,g=b.url,I(g)?void 0:j.running||D.restartOnRequestAfter===!1&&"force"!==J(f)?void 0:(d=arguments,c=D.restartOnRequestAfter||0,"boolean"==typeof c&&(c=0),setTimeout(function(){var b,c,g,h,i,k;if(b="socket"===f?e.readyState<2:0<(h=e.readyState)&&4>h){for(j.restart(),i=j.sources,k=[],c=0,g=i.length;g>c;c++){if(K=i[c],K instanceof a){K.watch.apply(K,d);break}k.push(void 0)}return k}},c))}),a=function(){function a(){var a=this;this.elements=[],y().on("request",function(){return a.watch.apply(a,arguments)})}return a.prototype.watch=function(a){var b,c,d,e;return d=a.type,b=a.request,e=a.url,I(e)?void 0:(c="socket"===d?new n(b):new o(b),this.elements.push(c))},a}(),o=function(){function a(a){var b,c,d,e,f,g,h=this;if(this.progress=0,null!=window.ProgressEvent)for(c=null,a.addEventListener("progress",function(a){return a.lengthComputable?h.progress=100*a.loaded/a.total:h.progress=h.progress+(100-h.progress)/2},!1),g=["load","abort","timeout","error"],d=0,e=g.length;e>d;d++)b=g[d],a.addEventListener(b,function(){return h.progress=100},!1);else f=a.onreadystatechange,a.onreadystatechange=function(){var b;return 0===(b=a.readyState)||4===b?h.progress=100:3===a.readyState&&(h.progress=50),"function"==typeof f?f.apply(null,arguments):void 0}}return a}(),n=function(){function a(a){var b,c,d,e,f=this;for(this.progress=0,e=["error","open"],c=0,d=e.length;d>c;c++)b=e[c],a.addEventListener(b,function(){return f.progress=100},!1)}return a}(),d=function(){function a(a){var b,c,d,f;for(null==a&&(a={}),this.elements=[],null==a.selectors&&(a.selectors=[]),f=a.selectors,c=0,d=f.length;d>c;c++)b=f[c],this.elements.push(new e(b))}return a}(),e=function(){function a(a){this.selector=a,this.progress=0,this.check()}return a.prototype.check=function(){var a=this;return document.querySelector(this.selector)?this.done():setTimeout(function(){return a.check()},D.elements.checkInterval)},a.prototype.done=function(){return this.progress=100},a}(),c=function(){function a(){var a,b,c=this;this.progress=null!=(b=this.states[document.readyState])?b:100,a=document.onreadystatechange,document.onreadystatechange=function(){return null!=c.states[document.readyState]&&(c.progress=c.states[document.readyState]),"function"==typeof a?a.apply(null,arguments):void 0}}return a.prototype.states={loading:0,interactive:50,complete:100},a}(),f=function(){function a(){var a,b,c,d,e,f=this;this.progress=0,a=0,e=[],d=0,c=C(),b=setInterval(function(){var g;return g=C()-c-50,c=C(),e.push(g),e.length>D.eventLag.sampleCount&&e.shift(),a=q(e),++d>=D.eventLag.minSamples&&a=100&&(this.done=!0),b===this.last?this.sinceLastUpdate+=a:(this.sinceLastUpdate&&(this.rate=(b-this.last)/this.sinceLastUpdate),this.catchup=(b-this.progress)/D.catchupTime,this.sinceLastUpdate=0,this.last=b),b>this.progress&&(this.progress+=this.catchup*a),c=1-Math.pow(this.progress/100,D.easeFactor),this.progress+=c*this.rate*a,this.progress=Math.min(this.lastProgress+D.maxProgressPerFrame,this.progress),this.progress=Math.max(0,this.progress),this.progress=Math.min(100,this.progress),this.lastProgress=this.progress,this.progress},a}(),L=null,H=null,r=null,M=null,p=null,s=null,j.running=!1,z=function(){return D.restartOnPushState?j.restart():void 0},null!=window.history.pushState&&(T=window.history.pushState,window.history.pushState=function(){return z(),T.apply(window.history,arguments)}),null!=window.history.replaceState&&(W=window.history.replaceState,window.history.replaceState=function(){return z(),W.apply(window.history,arguments)}),l={ajax:a,elements:d,document:c,eventLag:f},(B=function(){var a,c,d,e,f,g,h,i;for(j.sources=L=[],g=["ajax","elements","document","eventLag"],c=0,e=g.length;e>c;c++)a=g[c],D[a]!==!1&&L.push(new l[a](D[a]));for(i=null!=(h=D.extraSources)?h:[],d=0,f=i.length;f>d;d++)K=i[d],L.push(new K(D));return j.bar=r=new b,H=[],M=new m})(),j.stop=function(){return j.trigger("stop"),j.running=!1,r.destroy(),s=!0,null!=p&&("function"==typeof t&&t(p),p=null),B()},j.restart=function(){return j.trigger("restart"),j.stop(),j.start()},j.go=function(){var a;return j.running=!0,r.render(),a=C(),s=!1,p=G(function(b,c){var d,e,f,g,h,i,k,l,n,o,p,q,t,u,v,w;for(l=100-r.progress,e=p=0,f=!0,i=q=0,u=L.length;u>q;i=++q)for(K=L[i],o=null!=H[i]?H[i]:H[i]=[],h=null!=(w=K.elements)?w:[K],k=t=0,v=h.length;v>t;k=++t)g=h[k],n=null!=o[k]?o[k]:o[k]=new m(g),f&=n.done,n.done||(e++,p+=n.tick(b));return d=p/e,r.update(M.tick(b,d)),r.done()||f||s?(r.update(100),j.trigger("done"),setTimeout(function(){return r.finish(),j.running=!1,j.trigger("hide")},Math.max(D.ghostTime,Math.max(D.minTime-(C()-a),0)))):c()})},j.start=function(a){v(D,a),j.running=!0;try{r.render()}catch(b){i=b}return document.querySelector(".pace")?(j.trigger("start"),j.go()):setTimeout(j.start,50)},"function"==typeof define&&define.amd?define(["pace"],function(){return j}):"object"==typeof exports?module.exports=j:D.startOnPageLoad&&j.start()}).call(this); \ No newline at end of file