diff --git a/assets/css/search.css b/assets/css/search.css new file mode 100644 index 000000000..37c18723a --- /dev/null +++ b/assets/css/search.css @@ -0,0 +1,331 @@ + +* { + margin: 0; + padding: 0; + -webkit-box-sizing: border-box; + -moz-box-sizing: border-box; + box-sizing: border-box +} + +#search form { + position: relative +} + +#search { + max-width: 919px; + /* margin: 5px auto 14px */ + margin: -10px auto -10px; +} + + + +.bg-blue { + background-color: #0179a8!important; +} + +.bg-teal { + background-color: #00a28a!important; +} + +.bg-pink { + background-color: #b76ba3!important; +} + +.bg-yl { + background-color: #ff8209!important; +} + +.bg-gj { + background-color: #0d4fff!important; +} + +.bg-tp { + background-color: #68b828!important; +} + +.bg-red { + background-color: #ea6759!important; +} + +.bg-sq { + background-color: #4e5154!important; +} + +.bg-sc { + background-color: #de0088!important; +} +.fa-2x { + padding-top: 15px; + font-size: 1.5em; +} + +#search button i { + color: #ffffff; + font-size: 18px +} + + + + +.search-group { + display: none; + padding-left: 75px +} + + +.s-current .search-type { + display: block +} + +.s-current { + display: block +} + +#search-list { + position: relative +} + + +.s-type { + position: absolute; + top: 0; + left: 0; + z-index: 13; + width: 75px +} + +.s-type:hover { + height: auto +} + +.s-type>span { + display: block; + height: 31px; + width: 75px +} + +.s-type-list { + display: none; + position: absolute; + top: 31px; + padding: 9pt 0; + width: 20pc; + color: #000; + background: #fff; + border-radius: 4px; + box-shadow: 0 0 6px rgba(0,0,0,.16); +} + +.s-type-list:before { + position: absolute; + top: -16px; + left: 10px; + content: ' '; + display: block; + width: 0; + height: 0; + border: 10px solid transparent; + /* border-bottom-color: #fff */ +} + +.s-type-list label { + display: block; + font-size: 1pc; + line-height: 2pc; + text-align: center; + width: 33%; + float: left; +} + +.s-type-list label:hover { + color: #2d6bc2 +} + +.s-type:hover .s-type-list { + display: block; + padding-top: 22px; +} + +.type-text { + position: absolute; + left: 0; + width: 75px; + padding-left: 12px; + font-size: 16px; + line-height: 31px +} + +.type-text:after { + content: ''; + font-family: FontAwesome; + margin: 0 0 0 15px +} + +.search-type { + white-space: nowrap +} + +.search-type li { + display: inline-block +} + +.search-type li label { + display: inline-block; + padding: 0 9px; + font-size: 15px; + line-height: 31px; + border-radius: 3px 3px 0 0; + cursor: pointer +} + +.search-type input:checked+label { + background-color: #fff; + +} + +::-webkit-input-placeholder { /* WebKit, Blink, Edge */ + color: #888; +} + + +.set-check { + margin-top: 25px; + font-size: 12px +} + +.set-check label { + margin-left: 3px +} + +.set-check input,.set-check label { + opacity: 0; + transition: all .3s ease +} + +/* .set-check:hover input,.set-check:hover label { */ + /* opacity: .2 */ +/* } */ + +/* .set-check:hover label:hover { */ + /* opacity: 1 */ +/* } */ + +.search-type li { + list-style: none; + display: inline-block +} + + +@media screen and (max-width:767px) { + #search { + /* margin: 20px auto 30px */ + margin: 0px auto 30px; + } + + .search-type { + overflow: scroll + } + + .search-list { + height: 30px; + overflow-y: hidden; + overflow-x: scroll; + white-space: nowrap + } +} + + +.rollbar { + position: fixed; + right: 0px; + bottom: 20px; + z-index: 999; + display: none; +} +.rollbar ul{ + margin: 0; + padding: 0; + list-style: none; + width: 25px; +} +.rollbar li{ + position: relative; + margin-top: -30px; + text-align: center; + opacity: .6; + filter: alpha(opacity=40); +} +.rollbar a { + position: relative; + z-index: 2; + display: block; + height: 25px; + border-radius: 3px; + background-color: #f7f7f7; + color: #000000; +} +.rollbar a:hover{ + color: #000; +} +.rollbar .fa{ + line-height: 25px; + font-size: 14px; +} +.rollbar .fa-comments{font-size: 24px;} + +.rollbar li:hover, .rollbar li:hover h6 { + opacity: .9; + filter: alpha(opacity=90) +} +.rollbar li:hover h6{ + right: 100%; +} +.rollbar h6{ + position: absolute; + z-index: 1; + top: 23%; + right: -15%; + margin: -13px 10px 0 0; + line-height: 26px; + font-size: 12px; + background-color: #666; + color: #fff; + width: 53px; + border-radius: 2px; + text-align: center; + opacity: 0; + filter:alpha(opacity=0); +} +.rollbar h6 i{ + position: absolute; + right: -4px; + top: 50%; + margin-top: -4px; + display: inline-block; + width: 0; + height: 0; + vertical-align: middle; + border-left: 4px solid #666; + border-top: 4px solid rgba(0, 0, 0, 0); + border-bottom: 4px solid rgba(0, 0, 0, 0); +} + +#search{max-width:717px;margin:56px auto 14px} +#search form{position:relative} +#search-text{padding:9pt;width:100%;height:50px;font-size:1pc;border:0;border-radius:23px;background-color:#fff} +#search button{position:absolute;top:0;right:0;background:#ff9900;border:0;width:70px;height:36px;margin:8px;line-height:36px;border-radius:30px; outline:none;} +#search button:hover{background:#ff9985;cursor:pointer} +#search button i{color:#fff;font-size:18px}.search-group{display:none;padding-left:75px}.s-current .search-type{padding-left:0;display:block}.s-current{display:block}#search-list{position:relative}.s-type{position:absolute;top:0;left:0;z-index:13;width:75px}.s-type:hover{height:auto}.s-type>span{display:block;height:31px;width:75px}.s-type-list{display:none;position:absolute;top:31px;padding:9pt 0;width:20pc;background:#fff;border-radius:13.56px;box-shadow:0 0 6px rgba(0,0,0,.16)}.s-type-list:before{position:absolute;top:-1pc;left:10px;content:' ';display:block;width:0;height:0;border:10px solid transparent;border-bottom-color:#fff}.s-type-list label{display:block;font-size:1pc;line-height:2pc;text-align:center;width:33%;float:left}.s-type-list .tile-lg{color:#fff;width:3pc;height:3pc;font-size:1.25rem;line-height:3rem;border-radius:.3rem;display:block;margin:auto} + +.bg-blue{background-color:#0179a8!important}.bg-purple{background-color:#5f4b8b!important}.bg-pink{background-color:#b76ba3!important}.bg-red{background-color:#ea6759!important}.bg-orange{background-color:#ec935e!important}.bg-yellow{background-color:#f7c46c!important}.bg-green{background-color:#a7c796!important}.bg-teal{background-color:#00a28a!important}.bg-cyan{background-color:#3686a0!important}.bg-gray{background-color:#686f76!important}.s-type-list label:hover{color:#000}.s-type:hover .s-type-list{display:block;padding-top:22px}.type-text{position:absolute;left:0;width:75px;padding-left:9pt;font-size:1pc;line-height:31px}.type-text:after{content:"\f105";font-family:FontAwesome;margin:0 0 0 15px}.search-type{white-space:nowrap;margin:0}.search-type label{margin:0}.search-type li{display:inline-block}.search-type li label{display:inline-block;padding:0 11px;font-size:14px;line-height:31px;border-radius:3px 3px 0 0;cursor:pointer}.search-type input:checked+label,.search-type input:hover+label{background-color:#fff}.set-check{margin-top:3px;font-size:9pt}.set-check label{margin-left:3px}.set-check input,.set-check label{opacity:0;transition:all .3s ease}.search-type li{list-style:none;display:inline-block}@media screen and (max-width:767px){#search{margin:25px auto 15px}.search-type{overflow:scroll}.search-list{height:30px;overflow-y:hidden;overflow-x:scroll;white-space:nowrap}}@media screen and (max-width:768px){#search{margin:25px auto 15px}.search-type{overflow:scroll}.search-list{height:30px;overflow-y:hidden;overflow-x:scroll;white-space:nowrap}}.fa-2x{padding-top: 15px;font-size: 1.5em;} + +.s-type-list .tile-lg { + color: #ffffff; + width: 3pc; + height: 3pc; + font-size: 1.25rem; + line-height: 3rem; + border-radius: 12rem; + display: block; + margin: auto; +} diff --git a/assets/images/loading.png b/assets/images/loading.png new file mode 100644 index 000000000..a7455614b Binary files /dev/null and b/assets/images/loading.png differ diff --git a/assets/js/jquery.lazyload.js b/assets/js/jquery.lazyload.js new file mode 100644 index 000000000..1e6843316 --- /dev/null +++ b/assets/js/jquery.lazyload.js @@ -0,0 +1,242 @@ +/*! + * Lazy Load - jQuery plugin for lazy loading images + * + * Copyright (c) 2007-2015 Mika Tuupola + * + * Licensed under the MIT license: + * http://www.opensource.org/licenses/mit-license.php + * + * Project home: + * http://www.appelsiini.net/projects/lazyload + * + * Version: 1.9.7 + * + */ + +(function(,ドル window, document, undefined) { + var $window = $(window); + + $.fn.lazyload = function(options) { + var elements = this; + var $container; + var settings = { + threshold : 0, + failure_limit : 0, + event : "scroll", + effect : "show", + container : window, + data_attribute : "original", + skip_invisible : false, + appear : null, + load : null, + placeholder : "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsQAAA7EAZUrDhsAAAANSURBVBhXYzh8+PB/AAffA0nNPuCLAAAAAElFTkSuQmCC" + }; + + function update() { + var counter = 0; + + elements.each(function() { + var $this = $(this); + if (settings.skip_invisible && !$this.is(":visible")) { + return; + } + if ($.abovethetop(this, settings) || + $.leftofbegin(this, settings)) { + /* Nothing. */ + } else if (!$.belowthefold(this, settings) && + !$.rightoffold(this, settings)) { + $this.trigger("appear"); + /* if we found an image we'll load, reset the counter */ + counter = 0; + } else { + if (++counter> settings.failure_limit) { + return false; + } + } + }); + + } + + if(options) { + /* Maintain BC for a couple of versions. */ + if (undefined !== options.failurelimit) { + options.failure_limit = options.failurelimit; + delete options.failurelimit; + } + if (undefined !== options.effectspeed) { + options.effect_speed = options.effectspeed; + delete options.effectspeed; + } + + $.extend(settings, options); + } + + /* Cache container as jQuery as object. */ + $container = (settings.container === undefined || + settings.container === window) ? $window : $(settings.container); + + /* Fire one scroll event per scroll. Not one scroll event per image. */ + if (0 === settings.event.indexOf("scroll")) { + $container.bind(settings.event, function() { + return update(); + }); + } + + this.each(function() { + var self = this; + var $self = $(self); + + self.loaded = false; + + /* If no src attribute given use data:uri. */ + if ($self.attr("src") === undefined || $self.attr("src") === false) { + if ($self.is("img")) { + $self.attr("src", settings.placeholder); + } + } + + /* When appear is triggered load original image. */ + $self.one("appear", function() { + if (!this.loaded) { + if (settings.appear) { + var elements_left = elements.length; + settings.appear.call(self, elements_left, settings); + } + $("") + .bind("load", function() { + + var original = $self.attr("data-" + settings.data_attribute); + $self.hide(); + if ($self.is("img")) { + $self.attr("src", original); + } else { + $self.css("background-image", "url('" + original + "')"); + } + $self[settings.effect](settings.effect_speed); + + self.loaded = true; + + /* Remove image from array so it is not looped next time. */ + var temp = $.grep(elements, function(element) { + return !element.loaded; + }); + elements = $(temp); + + if (settings.load) { + var elements_left = elements.length; + settings.load.call(self, elements_left, settings); + } + }) + .attr("src", $self.attr("data-" + settings.data_attribute)); + } + }); + + /* When wanted event is triggered load original image */ + /* by triggering appear. */ + if (0 !== settings.event.indexOf("scroll")) { + $self.bind(settings.event, function() { + if (!self.loaded) { + $self.trigger("appear"); + } + }); + } + }); + + /* Check if something appears when window is resized. */ + $window.bind("resize", function() { + update(); + }); + + /* With IOS5 force loading images when navigating with back button. */ + /* Non optimal workaround. */ + if ((/(?:iphone|ipod|ipad).*os 5/gi).test(navigator.appVersion)) { + $window.bind("pageshow", function(event) { + if (event.originalEvent && event.originalEvent.persisted) { + elements.each(function() { + $(this).trigger("appear"); + }); + } + }); + } + + /* Force initial check if images should appear. */ + $(document).ready(function() { + update(); + }); + + return this; + }; + + /* Convenience methods in jQuery namespace. */ + /* Use as $.belowthefold(element, {threshold : 100, container : window}) */ + + $.belowthefold = function(element, settings) { + var fold; + + if (settings.container === undefined || settings.container === window) { + fold = (window.innerHeight ? window.innerHeight : $window.height()) + $window.scrollTop(); + } else { + fold = $(settings.container).offset().top + $(settings.container).height(); + } + + return fold <= $(element).offset().top - settings.threshold; + }; + + $.rightoffold = function(element, settings) { + var fold; + + if (settings.container === undefined || settings.container === window) { + fold = $window.width() + $window.scrollLeft(); + } else { + fold = $(settings.container).offset().left + $(settings.container).width(); + } + + return fold <= $(element).offset().left - settings.threshold; + }; + + $.abovethetop = function(element, settings) { + var fold; + + if (settings.container === undefined || settings.container === window) { + fold = $window.scrollTop(); + } else { + fold = $(settings.container).offset().top; + } + + return fold>= $(element).offset().top + settings.threshold + $(element).height(); + }; + + $.leftofbegin = function(element, settings) { + var fold; + + if (settings.container === undefined || settings.container === window) { + fold = $window.scrollLeft(); + } else { + fold = $(settings.container).offset().left; + } + + return fold>= $(element).offset().left + settings.threshold + $(element).width(); + }; + + $.inviewport = function(element, settings) { + return !$.rightoffold(element, settings) && !$.leftofbegin(element, settings) && + !$.belowthefold(element, settings) && !$.abovethetop(element, settings); + }; + + /* Custom selectors for your convenience. */ + /* Use as $("img:below-the-fold").something() or */ + /* $("img").filter(":below-the-fold").something() which is faster */ + + $.extend($.expr[":"], { + "below-the-fold" : function(a) { return $.belowthefold(a, {threshold : 0}); }, + "above-the-top" : function(a) { return !$.belowthefold(a, {threshold : 0}); }, + "right-of-screen": function(a) { return $.rightoffold(a, {threshold : 0}); }, + "left-of-screen" : function(a) { return !$.rightoffold(a, {threshold : 0}); }, + "in-viewport" : function(a) { return $.inviewport(a, {threshold : 0}); }, + /* Maintain BC for couple of versions. */ + "above-the-fold" : function(a) { return !$.belowthefold(a, {threshold : 0}); }, + "right-of-fold" : function(a) { return $.rightoffold(a, {threshold : 0}); }, + "left-of-fold" : function(a) { return !$.rightoffold(a, {threshold : 0}); } + }); + +})(jQuery, window, document); diff --git a/assets/js/search.js b/assets/js/search.js new file mode 100644 index 000000000..54188b943 --- /dev/null +++ b/assets/js/search.js @@ -0,0 +1,164 @@ +document.writeln(""); +document.writeln("
"); +document.writeln(" [フレーム]"); +document.writeln("
"); +document.writeln("
"); +document.writeln(" "); +document.writeln("
"); +document.writeln(" "); +document.writeln(" "); +document.writeln(" "); +document.writeln("
"); +document.writeln("
"); + +document.writeln("
"); + +document.writeln(" 默认"); +document.writeln("
    "); + +document.writeln("
  • "); +document.writeln(""); +document.writeln("");document.writeln("
  • "); +document.writeln(""); + +document.writeln("");document.writeln("
  • "); +document.writeln(""); + + +document.writeln("
  • "); + + +document.writeln("
  • "); +document.writeln(""); +document.writeln(""); +document.writeln("
  • "); +document.writeln(""); +document.writeln("
  • "); +document.writeln(""); +document.writeln(""); +document.writeln("
  • "); +document.writeln("
  • "); +document.writeln("
  • "); + + +document.writeln("
"); +document.writeln("
"); + + + +document.writeln("
"); +document.writeln(" 学术"); +document.writeln("
    "); +document.writeln("
  • "); +document.writeln("
  • "); +document.writeln("
  • "); +document.writeln("
  • "); +document.writeln("
  • "); +document.writeln("
  • "); +document.writeln("
  • "); +document.writeln(""); +document.writeln("
"); +document.writeln("
"); + + +document.writeln("
"); +document.writeln(" 影视"); +document.writeln("
    "); +document.writeln("
  • "); +document.writeln(" "); +document.writeln("
  • "); +document.writeln(" "); +document.writeln("
  • "); +document.writeln(" "); +document.writeln("
  • "); +document.writeln(""); +document.writeln("
  • "); +document.writeln("
"); +document.writeln("
"); +document.writeln(""); +document.writeln(""); +document.writeln("
"); +document.writeln(" 音乐"); +document.writeln("
    "); +document.writeln("
  • "); +document.writeln("
  • "); +document.writeln("
  • "); +document.writeln("
  • "); +document.writeln("
  • "); +document.writeln("
  • "); +document.writeln("
"); +document.writeln("
"); +document.writeln("
"); +document.writeln(" 工具"); +document.writeln("
    "); +document.writeln("
  • "); +document.writeln("
  • "); +document.writeln("
  • "); +document.writeln("
  • "); +document.writeln("
  • "); +document.writeln("
  • "); +document.writeln("
"); +document.writeln("
"); +document.writeln("
"); +document.writeln(" 图片"); +document.writeln("
    "); +document.writeln("
  • "); +document.writeln("
  • "); +document.writeln("
  • "); +document.writeln("
  • "); +document.writeln("
"); +document.writeln("
"); +document.writeln("
"); +document.writeln(" 社区"); +document.writeln("
    "); +document.writeln("
  • "); +document.writeln("
  • "); +document.writeln("
  • "); +document.writeln("
  • "); +document.writeln("
  • "); +document.writeln("
"); +document.writeln("
"); +document.writeln("
"); +document.writeln(" 素材"); +document.writeln("
    "); +document.writeln("
  • "); +document.writeln("
  • "); +document.writeln("
  • "); +document.writeln("
  • "); +document.writeln("
  • "); +document.writeln("
  • "); +document.writeln("
  • "); +document.writeln("
"); +document.writeln("
"); +document.writeln("
"); +document.writeln(" 生活"); +document.writeln("
    "); +document.writeln("
  • "); +document.writeln("
  • "); +document.writeln("
  • "); +document.writeln("
  • "); +document.writeln("
  • "); +document.writeln("
  • "); +document.writeln("
  • "); +document.writeln(""); +document.writeln("
"); +document.writeln("
"); +document.writeln("
"); +document.writeln("
"); +document.writeln("
"); +document.writeln("
"); +document.writeln(" "); +document.writeln("
"); +document.writeln("
"); +document.writeln(""); + var __search ='www.open356.com',__develop ='seogo.me', __Ox1467e = ["checked", "input[name=\"type\"][value=\"", "\"]", "querySelector", "length", "s-current", + "remove", "classList", "add", "parentNode", "superSearch", "setItem", "localStorage", "getItem", "target", "value", + "type", "focus", "newWindow", "preventDefault", "", "action", "open", "href", "input[name=\"type\"]:checked", + "data-placeholder", "getAttribute", "placeholder", "setAttribute", "_blank", "removeAttribute", + "input[name=\"type\"]", "querySelectorAll", "#super-search-fm", "#search-text", "#set-search-blank", + ".search-group", "change", "addEventListener", "submit" + ]; + !function(){function _0x3bccx1(){_0x3bccx2(),_0x3bccx3(),_0x3bccx5(),_0x3bccx6()}function _0x3bccx2(){_0x3bccx17[__Ox1467e[0]]= _0x3bccxf()}function _0x3bccx3(){var _0x3bccx4=document[__Ox1467e[3]](__Ox1467e[1]+ _0x3bccxc()+ __Ox1467e[2]);_0x3bccx4&& (_0x3bccx4[__Ox1467e[0]]= !0,_0x3bccx7(_0x3bccx4))}function _0x3bccx5(){_0x3bccx12(_0x3bccx11())}function _0x3bccx6(){_0x3bccx13(_0x3bccx10())}function _0x3bccx7(_0x3bccx4){for(var _0x3bccx8=0;_0x3bccx8< _0x3bccx18[__Ox1467e[4]];_0x3bccx8++){_0x3bccx18[_0x3bccx8][__Ox1467e[7]][__Ox1467e[6]](__Ox1467e[5])};_0x3bccx4[__Ox1467e[9]][__Ox1467e[9]][__Ox1467e[9]][__Ox1467e[7]][__Ox1467e[8]](__Ox1467e[5])}function _0x3bccx9(_0x3bccx4,_0x3bccx8){window[__Ox1467e[12]][__Ox1467e[11]](__Ox1467e[10]+ _0x3bccx4,_0x3bccx8)}function _0x3bccxa(_0x3bccx4){return window[__Ox1467e[12]][__Ox1467e[13]](__Ox1467e[10]+ _0x3bccx4)}function _0x3bccxb(_0x3bccx4){_0x3bccx19= _0x3bccx4[__Ox1467e[14]],_0x3bccx12(_0x3bccx11()),_0x3bccx13(_0x3bccx4[__Ox1467e[14]][__Ox1467e[15]]),_0x3bccx9(__Ox1467e[16],_0x3bccx4[__Ox1467e[14]][__Ox1467e[15]]),_0x3bccx16[__Ox1467e[17]](),_0x3bccx7(_0x3bccx4[__Ox1467e[14]])}function _0x3bccxc(){var _0x3bccx8=_0x3bccxa(__Ox1467e[16]);return _0x3bccx8|| _0x3bccx4[0][__Ox1467e[15]]}function _0x3bccxd(_0x3bccx4){_0x3bccx9(__Ox1467e[18],_0x3bccx4[__Ox1467e[14]][__Ox1467e[0]]?1:-1),_0x3bccx14(_0x3bccx4[__Ox1467e[14]][__Ox1467e[0]])}function _0x3bccxe(_0x3bccx4){return _0x3bccx4[__Ox1467e[19]](),__Ox1467e[20]== _0x3bccx16[__Ox1467e[15]]?(_0x3bccx16[__Ox1467e[17]](),!1):(_0x3bccx13(_0x3bccx10()+ _0x3bccx16[__Ox1467e[15]]),_0x3bccx14(_0x3bccxf()),_0x3bccxf()?window[__Ox1467e[22]](_0x3bccx8[__Ox1467e[21]],+ new Date):location[__Ox1467e[23]]= _0x3bccx8[__Ox1467e[21]],void(0))}function _0x3bccxf(){var _0x3bccx4=_0x3bccxa(__Ox1467e[18]);return _0x3bccx4?1== _0x3bccx4:!0}function _0x3bccx10(){return document[__Ox1467e[3]](__Ox1467e[24])[__Ox1467e[15]]}function _0x3bccx11(){return document[__Ox1467e[3]](__Ox1467e[24])[__Ox1467e[26]](__Ox1467e[25])}function _0x3bccx12(_0x3bccx4){_0x3bccx16[__Ox1467e[28]](__Ox1467e[27],_0x3bccx4)}function _0x3bccx13(_0x3bccx4){_0x3bccx8[__Ox1467e[21]]= _0x3bccx4}function _0x3bccx14(_0x3bccx4){_0x3bccx4?_0x3bccx8[__Ox1467e[14]]= __Ox1467e[29]:_0x3bccx8[__Ox1467e[30]](__Ox1467e[14])}var _0x3bccx15,_0x3bccx4=document[__Ox1467e[32]](__Ox1467e[31]),_0x3bccx8=document[__Ox1467e[3]](__Ox1467e[33]),_0x3bccx16=document[__Ox1467e[3]](__Ox1467e[34]),_0x3bccx17=document[__Ox1467e[3]](__Ox1467e[35]),_0x3bccx18=document[__Ox1467e[32]](__Ox1467e[36]),_0x3bccx19=_0x3bccx4[0];for(_0x3bccx1(),_0x3bccx15= 0;_0x3bccx15< _0x3bccx4[__Ox1467e[4]];_0x3bccx15++){_0x3bccx4[_0x3bccx15][__Ox1467e[38]](__Ox1467e[37],_0x3bccxb)};_0x3bccx17[__Ox1467e[38]](__Ox1467e[37],_0x3bccxd),_0x3bccx8[__Ox1467e[38]](__Ox1467e[39],_0x3bccxe)}() + + diff --git a/cn/index.html b/cn/index.html index 578c15642..f55673f90 100644 --- a/cn/index.html +++ b/cn/index.html @@ -26,7 +26,9 @@ + +
- + - +
@@ -280,17 +282,17 @@
  • - flag-cn Chinese + flag-cn Chinese @@ -298,6 +300,16 @@ Fork me on GitHub + + +

    常用推荐

    @@ -305,7 +317,7 @@

    - +
    @@ -320,7 +332,7 @@

    - +
    @@ -335,7 +347,7 @@

    - +
    @@ -350,7 +362,7 @@

    - +
    @@ -367,7 +379,7 @@

    - +
    @@ -383,7 +395,7 @@

    - +
    @@ -399,7 +411,7 @@

    - +
    @@ -415,7 +427,7 @@

    - +
    @@ -433,7 +445,7 @@

    - +
    @@ -449,7 +461,7 @@

    - +
    @@ -465,7 +477,7 @@

    - +
    @@ -487,7 +499,7 @@

    - +
    @@ -502,7 +514,7 @@

    - +
    @@ -517,7 +529,7 @@

    - +
    @@ -538,7 +550,7 @@

    - +
    @@ -553,7 +565,7 @@

    - +
    @@ -568,7 +580,7 @@

    - +
    @@ -583,7 +595,7 @@

    - +
    @@ -600,7 +612,7 @@

    - +
    @@ -615,7 +627,7 @@

    - +
    @@ -630,7 +642,7 @@

    - +
    @@ -645,7 +657,7 @@

    - +
    @@ -662,7 +674,7 @@

    - +
    @@ -677,7 +689,7 @@

    - +
    @@ -692,7 +704,7 @@

    - +
    @@ -707,7 +719,7 @@

    - +
    @@ -728,7 +740,7 @@

    - +
    @@ -744,7 +756,7 @@

    - +
    @@ -759,7 +771,7 @@

    - +
    @@ -774,7 +786,7 @@

    - +
    @@ -791,7 +803,7 @@

    - +
    @@ -806,7 +818,7 @@

    - +
    @@ -827,7 +839,7 @@

    - +
    @@ -842,7 +854,7 @@

    - +
    @@ -857,7 +869,7 @@

    - +
    @@ -872,7 +884,7 @@

    - +
    @@ -893,7 +905,7 @@

    - +
    @@ -908,7 +920,7 @@

    - +
    @@ -923,7 +935,7 @@

    - +
    @@ -938,7 +950,7 @@

    - +
    @@ -955,7 +967,7 @@

    - +
    @@ -970,7 +982,7 @@

    - +
    @@ -985,7 +997,7 @@

    - +
    @@ -1000,7 +1012,7 @@

    - +
    @@ -1017,7 +1029,7 @@

    - +
    @@ -1032,7 +1044,7 @@

    - +
    @@ -1047,7 +1059,7 @@

    - +
    @@ -1062,7 +1074,7 @@

    - +
    @@ -1079,7 +1091,7 @@

    - +
    @@ -1094,7 +1106,7 @@

    - +
    @@ -1117,7 +1129,7 @@

    - +
    @@ -1132,7 +1144,7 @@

    - +
    @@ -1147,7 +1159,7 @@

    - +
    @@ -1162,7 +1174,7 @@

    - +
    @@ -1179,7 +1191,7 @@

    - +
    @@ -1194,7 +1206,7 @@

    - +
    @@ -1209,7 +1221,7 @@

    - +
    @@ -1224,7 +1236,7 @@

    - +
    @@ -1241,7 +1253,7 @@

    - +
    @@ -1256,7 +1268,7 @@

    - +
    @@ -1271,7 +1283,7 @@

    - +
    @@ -1286,7 +1298,7 @@

    - +
    @@ -1303,7 +1315,7 @@

    - +
    @@ -1324,7 +1336,7 @@

    - +
    @@ -1339,7 +1351,7 @@

    - +
    @@ -1354,7 +1366,7 @@

    - +
    @@ -1369,7 +1381,7 @@

    - +
    @@ -1390,7 +1402,7 @@

    - +
    @@ -1405,7 +1417,7 @@

    - +
    @@ -1420,7 +1432,7 @@

    - +
    @@ -1435,7 +1447,7 @@

    - +
    @@ -1452,7 +1464,7 @@

    - +
    @@ -1467,7 +1479,7 @@

    - +
    @@ -1482,7 +1494,7 @@

    - +
    @@ -1497,7 +1509,7 @@

    - +
    @@ -1514,7 +1526,7 @@

    - +
    @@ -1529,7 +1541,7 @@

    - +
    @@ -1544,7 +1556,7 @@

    - +
    @@ -1559,7 +1571,7 @@

    - +
    @@ -1576,7 +1588,7 @@

    - +
    @@ -1597,7 +1609,7 @@

    - +
    @@ -1612,7 +1624,7 @@

    - +
    @@ -1627,7 +1639,7 @@

    - +
    @@ -1642,7 +1654,7 @@

    - +
    @@ -1659,7 +1671,7 @@

    - +
    @@ -1674,7 +1686,7 @@

    - +
    @@ -1689,7 +1701,7 @@

    - +
    @@ -1704,7 +1716,7 @@

    - +
    @@ -1721,7 +1733,7 @@

    - +
    @@ -1736,7 +1748,7 @@

    - +
    @@ -1757,7 +1769,7 @@

    - +
    @@ -1772,7 +1784,7 @@

    - +
    @@ -1787,7 +1799,7 @@

    - +
    @@ -1802,7 +1814,7 @@

    - +
    @@ -1819,7 +1831,7 @@

    - +
    @@ -1834,7 +1846,7 @@

    - +
    @@ -1849,7 +1861,7 @@

    - +
    @@ -1864,7 +1876,7 @@

    - +
    @@ -1885,7 +1897,7 @@

    - +
    @@ -1900,7 +1912,7 @@

    - +
    @@ -1915,7 +1927,7 @@

    - +
    @@ -1930,7 +1942,7 @@

    - +
    @@ -1947,7 +1959,7 @@

    - +
    @@ -1962,7 +1974,7 @@

    - +
    @@ -1977,7 +1989,7 @@

    - +
    @@ -1992,7 +2004,7 @@

    - +
    @@ -2009,7 +2021,7 @@

    - +
    @@ -2024,7 +2036,7 @@

    - +
    @@ -2039,7 +2051,7 @@

    - +
    @@ -2054,7 +2066,7 @@

    - +
    @@ -2071,7 +2083,7 @@

    - +
    @@ -2086,7 +2098,7 @@

    - +
    @@ -2101,7 +2113,7 @@

    - +
    @@ -2122,7 +2134,7 @@

    - +
    @@ -2137,7 +2149,7 @@

    - +
    @@ -2152,7 +2164,7 @@

    - +
    @@ -2167,7 +2179,7 @@

    - +
    @@ -2184,7 +2196,7 @@

    - +
    @@ -2199,7 +2211,7 @@

    - +
    @@ -2214,7 +2226,7 @@

    - +
    @@ -2229,7 +2241,7 @@

    - +
    @@ -2250,7 +2262,7 @@

    - +
    @@ -2265,7 +2277,7 @@

    - +
    @@ -2280,7 +2292,7 @@

    - +
    @@ -2295,7 +2307,7 @@

    - +
    @@ -2312,7 +2324,7 @@

    - +
    @@ -2327,7 +2339,7 @@

    - +
    @@ -2342,7 +2354,7 @@

    - +
    @@ -2357,7 +2369,7 @@

    - +
    @@ -2374,7 +2386,7 @@

    - +
    @@ -2389,7 +2401,7 @@

    - +
    @@ -2404,7 +2416,7 @@

    - +
    @@ -2419,7 +2431,7 @@

    - +
    @@ -2436,7 +2448,7 @@

    - +
    @@ -2451,7 +2463,7 @@

    - +
    @@ -2466,7 +2478,7 @@

    - +
    @@ -2481,7 +2493,7 @@

    - +
    @@ -2498,7 +2510,7 @@

    - +
    @@ -2513,7 +2525,7 @@

    - +
    @@ -2528,7 +2540,7 @@

    - +
    @@ -2543,7 +2555,7 @@

    - +
    @@ -2560,7 +2572,7 @@

    - +
    @@ -2575,7 +2587,7 @@

    - +
    @@ -2590,7 +2602,7 @@

    - +
    @@ -2605,7 +2617,7 @@

    - +
    @@ -2622,7 +2634,7 @@

    - +
    @@ -2643,7 +2655,7 @@

    - +
    @@ -2658,7 +2670,7 @@

    - +
    @@ -2673,7 +2685,7 @@

    - +
    @@ -2688,7 +2700,7 @@

    - +
    @@ -2705,7 +2717,7 @@

    - +
    @@ -2720,7 +2732,7 @@

    - +
    @@ -2741,7 +2753,7 @@

    - +
    @@ -2756,7 +2768,7 @@

    - +
    @@ -2771,7 +2783,7 @@

    - +
    @@ -2786,7 +2798,7 @@

    - +
    @@ -2803,7 +2815,7 @@

    - +
    @@ -2818,7 +2830,7 @@

    - +
    @@ -2833,7 +2845,7 @@

    - +
    @@ -2854,7 +2866,7 @@

    - +
    @@ -2869,7 +2881,7 @@

    - +
    @@ -2884,7 +2896,7 @@

    - +
    @@ -2899,7 +2911,7 @@

    - +
    @@ -2916,7 +2928,7 @@

    - +
    @@ -2931,7 +2943,7 @@

    - +
    @@ -2952,7 +2964,7 @@

    - +
    @@ -2967,7 +2979,7 @@

    - +
    @@ -2982,7 +2994,7 @@

    - +
    @@ -2997,7 +3009,7 @@

    - +
    @@ -3014,7 +3026,7 @@

    - +
    @@ -3035,7 +3047,7 @@

    - +
    @@ -3050,7 +3062,7 @@

    - +
    @@ -3065,7 +3077,7 @@

    - +
    @@ -3080,7 +3092,7 @@

    - +
    @@ -3097,7 +3109,7 @@

    - +
    @@ -3112,7 +3124,7 @@

    - +
    @@ -3127,7 +3139,7 @@

    - +
    @@ -3142,7 +3154,7 @@

    - +
    @@ -3159,7 +3171,7 @@

    - +
    @@ -3174,7 +3186,7 @@

    - +
    @@ -3189,7 +3201,7 @@

    - +
    @@ -3204,7 +3216,7 @@

    - +
    @@ -3221,7 +3233,7 @@

    - +
    @@ -3236,7 +3248,7 @@

    - +
    @@ -3251,7 +3263,7 @@

    - +
    @@ -3272,7 +3284,7 @@

    - +
    @@ -3287,7 +3299,7 @@

    - +
    @@ -3302,7 +3314,7 @@

    - +
    @@ -3317,7 +3329,7 @@

    - +
    @@ -3334,7 +3346,7 @@

    - +
    @@ -3349,7 +3361,7 @@

    - +
    @@ -3364,7 +3376,7 @@

    - +
    @@ -3385,7 +3397,7 @@

    - +
    @@ -3400,7 +3412,7 @@

    - +
    @@ -3415,7 +3427,7 @@

    - +
    @@ -3430,7 +3442,7 @@

    - +
    @@ -3447,7 +3459,7 @@

    - +
    @@ -3462,7 +3474,7 @@

    - +
    @@ -3483,7 +3495,7 @@

    - +
    @@ -3498,7 +3510,7 @@

    - +
    @@ -3513,7 +3525,7 @@

    - +
    @@ -3528,7 +3540,7 @@

    - +
    @@ -3545,7 +3557,7 @@

    - +
    @@ -3566,7 +3578,7 @@

    - +
    @@ -3581,7 +3593,7 @@

    - +
    @@ -3596,7 +3608,7 @@

    - +
    @@ -3611,7 +3623,7 @@

    - +
    @@ -3632,7 +3644,7 @@

    - +
    @@ -3647,7 +3659,7 @@

    - +
    @@ -3662,7 +3674,7 @@

    - +
    @@ -3683,7 +3695,7 @@

    - +
    @@ -3698,7 +3710,7 @@

    - +
    @@ -3713,7 +3725,7 @@

    - +
    @@ -3734,7 +3746,7 @@

    - +
    @@ -3749,7 +3761,7 @@

    - +
    @@ -3764,7 +3776,7 @@

    - +
    @@ -3779,7 +3791,7 @@

    - +
    @@ -3796,7 +3808,7 @@

    - +
    @@ -3811,7 +3823,7 @@

    - +
    @@ -3832,7 +3844,7 @@

    - +
    @@ -3847,7 +3859,7 @@

    - +
    @@ -3862,7 +3874,7 @@

    - +
    @@ -3877,7 +3889,7 @@

    - +
    @@ -3894,7 +3906,7 @@

    - +
    @@ -3909,7 +3921,7 @@

    - +
    @@ -3924,7 +3936,7 @@

    - +
    @@ -3939,7 +3951,7 @@

    - +
    @@ -3956,7 +3968,7 @@

    - +
    @@ -3971,7 +3983,7 @@

    - +
    @@ -3986,7 +3998,7 @@

    - +
    @@ -4001,7 +4013,7 @@

    - +
    @@ -4018,7 +4030,7 @@

    - +
    @@ -4033,7 +4045,7 @@

    - +
    @@ -4048,7 +4060,7 @@

    - +
    @@ -4063,7 +4075,7 @@

    - +
    @@ -4167,6 +4179,13 @@

    AltStyle によって変換されたページ (->オリジナル) /

    diff --git a/en/index.html b/en/index.html index 9e6a132cd..4ea5d73a0 100644 --- a/en/index.html +++ b/en/index.html @@ -24,7 +24,9 @@ + +

    Recommended

    @@ -364,7 +376,7 @@

    - +
    @@ -379,7 +391,7 @@

    - +
    @@ -394,7 +406,7 @@

    - +
    @@ -409,7 +421,7 @@

    - +
    @@ -426,7 +438,7 @@

    - +
    @@ -442,7 +454,7 @@

    - +
    @@ -458,7 +470,7 @@

    - +
    @@ -474,7 +486,7 @@

    - +
    @@ -492,7 +504,7 @@

    - +
    @@ -508,7 +520,7 @@

    - +
    @@ -525,7 +537,7 @@

    - +
    @@ -547,7 +559,7 @@

    - +
    @@ -562,7 +574,7 @@

    - +
    @@ -577,7 +589,7 @@

    - +
    @@ -598,7 +610,7 @@

    - +
    @@ -613,7 +625,7 @@

    - +
    @@ -628,7 +640,7 @@

    - +
    @@ -643,7 +655,7 @@

    - +
    @@ -660,7 +672,7 @@

    - +
    @@ -675,7 +687,7 @@

    - +
    @@ -690,7 +702,7 @@

    - +
    @@ -705,7 +717,7 @@

    - +
    @@ -722,7 +734,7 @@

    - +
    @@ -737,7 +749,7 @@

    - +
    @@ -752,7 +764,7 @@

    - +
    @@ -767,7 +779,7 @@

    - +
    @@ -788,7 +800,7 @@

    - +
    @@ -804,7 +816,7 @@

    - +
    @@ -819,7 +831,7 @@

    - +
    @@ -834,7 +846,7 @@

    - +
    @@ -851,7 +863,7 @@

    - +
    @@ -866,7 +878,7 @@

    - +
    @@ -887,7 +899,7 @@

    - +
    @@ -902,7 +914,7 @@

    - +
    @@ -917,7 +929,7 @@

    - +
    @@ -932,7 +944,7 @@

    - +
    @@ -953,7 +965,7 @@

    - +
    @@ -968,7 +980,7 @@

    - +
    @@ -983,7 +995,7 @@

    - +
    @@ -998,7 +1010,7 @@

    - +
    @@ -1015,7 +1027,7 @@

    - +
    @@ -1030,7 +1042,7 @@

    - +
    @@ -1045,7 +1057,7 @@

    - +
    @@ -1060,7 +1072,7 @@

    - +
    @@ -1077,7 +1089,7 @@

    - +
    @@ -1092,7 +1104,7 @@

    - +
    @@ -1107,7 +1119,7 @@

    - +
    @@ -1122,7 +1134,7 @@

    - +
    @@ -1139,7 +1151,7 @@

    - +
    @@ -1154,7 +1166,7 @@

    - +
    @@ -1177,7 +1189,7 @@

    - +
    @@ -1192,7 +1204,7 @@

    - +
    @@ -1207,7 +1219,7 @@

    - +
    @@ -1222,7 +1234,7 @@

    - +
    @@ -1239,7 +1251,7 @@

    - +
    @@ -1254,7 +1266,7 @@

    - +
    @@ -1269,7 +1281,7 @@

    - +
    @@ -1284,7 +1296,7 @@

    - +
    @@ -1301,7 +1313,7 @@

    - +
    @@ -1316,7 +1328,7 @@

    - +
    @@ -1331,7 +1343,7 @@

    - +
    @@ -1346,7 +1358,7 @@

    - +
    @@ -1363,7 +1375,7 @@

    - +
    @@ -1384,7 +1396,7 @@

    - +
    @@ -1399,7 +1411,7 @@

    - +
    @@ -1414,7 +1426,7 @@

    - +
    @@ -1429,7 +1441,7 @@

    - +
    @@ -1450,7 +1462,7 @@

    - +
    @@ -1465,7 +1477,7 @@

    - +
    @@ -1480,7 +1492,7 @@

    - +
    @@ -1495,7 +1507,7 @@

    - +
    @@ -1512,7 +1524,7 @@

    - +
    @@ -1527,7 +1539,7 @@

    - +
    @@ -1542,7 +1554,7 @@

    - +
    @@ -1557,7 +1569,7 @@

    - +
    @@ -1574,7 +1586,7 @@

    - +
    @@ -1589,7 +1601,7 @@

    - +
    @@ -1604,7 +1616,7 @@

    - +
    @@ -1619,7 +1631,7 @@

    - +
    @@ -1636,7 +1648,7 @@

    - +
    @@ -1657,7 +1669,7 @@

    - +
    @@ -1672,7 +1684,7 @@

    - +
    @@ -1687,7 +1699,7 @@

    - +
    @@ -1702,7 +1714,7 @@

    - +
    @@ -1719,7 +1731,7 @@

    - +
    @@ -1734,7 +1746,7 @@

    - +
    @@ -1749,7 +1761,7 @@

    - +
    @@ -1764,7 +1776,7 @@

    - +
    @@ -1781,7 +1793,7 @@

    - +
    @@ -1796,7 +1808,7 @@

    - +
    @@ -1817,7 +1829,7 @@

    - +
    @@ -1832,7 +1844,7 @@

    - +
    @@ -1847,7 +1859,7 @@

    - +
    @@ -1862,7 +1874,7 @@

    - +
    @@ -1879,7 +1891,7 @@

    - +
    @@ -1894,7 +1906,7 @@

    - +
    @@ -1909,7 +1921,7 @@

    - +
    @@ -1924,7 +1936,7 @@

    - +
    @@ -1945,7 +1957,7 @@

    - +
    @@ -1960,7 +1972,7 @@

    - +
    @@ -1975,7 +1987,7 @@

    - +
    @@ -1990,7 +2002,7 @@

    - +
    @@ -2007,7 +2019,7 @@

    - +
    @@ -2022,7 +2034,7 @@

    - +
    @@ -2037,7 +2049,7 @@

    - +
    @@ -2052,7 +2064,7 @@

    - +
    @@ -2069,7 +2081,7 @@

    - +
    @@ -2084,7 +2096,7 @@

    - +
    @@ -2099,7 +2111,7 @@

    - +
    @@ -2114,7 +2126,7 @@

    - +
    @@ -2131,7 +2143,7 @@

    - +
    @@ -2146,7 +2158,7 @@

    - +
    @@ -2161,7 +2173,7 @@

    - +
    @@ -2182,7 +2194,7 @@

    - +
    @@ -2197,7 +2209,7 @@

    - +
    @@ -2212,7 +2224,7 @@

    - +
    @@ -2227,7 +2239,7 @@

    - +
    @@ -2244,7 +2256,7 @@

    - +
    @@ -2259,7 +2271,7 @@

    - +
    @@ -2274,7 +2286,7 @@

    - +
    @@ -2289,7 +2301,7 @@

    - +
    @@ -2310,7 +2322,7 @@

    - +
    @@ -2325,7 +2337,7 @@

    - +
    @@ -2340,7 +2352,7 @@

    - +
    @@ -2355,7 +2367,7 @@

    - +
    @@ -2372,7 +2384,7 @@

    - +
    @@ -2387,7 +2399,7 @@

    - +
    @@ -2402,7 +2414,7 @@

    - +
    @@ -2417,7 +2429,7 @@

    - +
    @@ -2434,7 +2446,7 @@

    - +
    @@ -2449,7 +2461,7 @@

    - +
    @@ -2464,7 +2476,7 @@

    - +
    @@ -2479,7 +2491,7 @@

    - +
    @@ -2496,7 +2508,7 @@

    - +
    @@ -2511,7 +2523,7 @@

    - +
    @@ -2526,7 +2538,7 @@

    - +
    @@ -2541,7 +2553,7 @@

    - +
    @@ -2558,7 +2570,7 @@

    - +
    @@ -2573,7 +2585,7 @@

    - +
    @@ -2588,7 +2600,7 @@

    - +
    @@ -2603,7 +2615,7 @@

    - +
    @@ -2620,7 +2632,7 @@

    - +
    @@ -2635,7 +2647,7 @@

    - +
    @@ -2650,7 +2662,7 @@

    - +
    @@ -2665,7 +2677,7 @@

    - +
    @@ -2682,7 +2694,7 @@

    - +
    @@ -2703,7 +2715,7 @@

    - +
    @@ -2718,7 +2730,7 @@

    - +
    @@ -2733,7 +2745,7 @@

    - +
    @@ -2748,7 +2760,7 @@

    - +
    @@ -2765,7 +2777,7 @@

    - +
    @@ -2780,7 +2792,7 @@

    - +
    @@ -2801,7 +2813,7 @@

    - +
    @@ -2816,7 +2828,7 @@

    - +
    @@ -2831,7 +2843,7 @@

    - +
    @@ -2846,7 +2858,7 @@

    - +
    @@ -2863,7 +2875,7 @@

    - +
    @@ -2878,7 +2890,7 @@

    - +
    @@ -2893,7 +2905,7 @@

    - +
    @@ -2914,7 +2926,7 @@

    - +
    @@ -2929,7 +2941,7 @@

    - +
    @@ -2944,7 +2956,7 @@

    - +
    @@ -2959,7 +2971,7 @@

    - +
    @@ -2976,7 +2988,7 @@

    - +
    @@ -2991,7 +3003,7 @@

    - +
    @@ -3012,7 +3024,7 @@

    - +
    @@ -3027,7 +3039,7 @@

    - +
    @@ -3042,7 +3054,7 @@

    - +
    @@ -3057,7 +3069,7 @@

    - +
    @@ -3074,7 +3086,7 @@

    - +
    @@ -3095,7 +3107,7 @@

    - +
    @@ -3110,7 +3122,7 @@

    - +
    @@ -3125,7 +3137,7 @@

    - +
    @@ -3140,7 +3152,7 @@

    - +
    @@ -3157,7 +3169,7 @@

    - +
    @@ -3172,7 +3184,7 @@

    - +
    @@ -3187,7 +3199,7 @@

    - +
    @@ -3202,7 +3214,7 @@

    - +
    @@ -3219,7 +3231,7 @@

    - +
    @@ -3234,7 +3246,7 @@

    - +
    @@ -3249,7 +3261,7 @@

    - +
    @@ -3264,7 +3276,7 @@

    - +
    @@ -3281,7 +3293,7 @@

    - +
    @@ -3296,7 +3308,7 @@

    - +
    @@ -3311,7 +3323,7 @@

    - +
    @@ -3332,7 +3344,7 @@

    - +
    @@ -3347,7 +3359,7 @@

    - +
    @@ -3362,7 +3374,7 @@

    - +
    @@ -3377,7 +3389,7 @@

    - +
    @@ -3394,7 +3406,7 @@

    - +
    @@ -3409,7 +3421,7 @@

    - +
    @@ -3424,7 +3436,7 @@

    - +
    @@ -3445,7 +3457,7 @@

    - +
    @@ -3460,7 +3472,7 @@

    - +
    @@ -3475,7 +3487,7 @@

    - +
    @@ -3490,7 +3502,7 @@

    - +
    @@ -3507,7 +3519,7 @@

    - +
    @@ -3522,7 +3534,7 @@

    - +
    @@ -3543,7 +3555,7 @@

    - +
    @@ -3558,7 +3570,7 @@

    - +
    @@ -3573,7 +3585,7 @@

    - +
    @@ -3588,7 +3600,7 @@

    - +
    @@ -3605,7 +3617,7 @@

    - +
    @@ -3626,7 +3638,7 @@

    - +
    @@ -3641,7 +3653,7 @@

    - +
    @@ -3656,7 +3668,7 @@