/* Js for , Version=1776690202 */
 v.lang = {"confirmDelete":"Do you want to delete it?","deleteing":"Deleting","doing":"Doing","loading":"Loading","updating":"Updating","timeout":"Timeout. Please try it again.","errorThrown":"Error : ","continueShopping":"Continue shopping","required":"Required","back":"Back","continue":"Continue","bindWechatTip":"Posting sets the limit for binding WeChat. Please bind WeChat user first.","importTip":"Old layout data will be replaced","fullImportTip":"Old article, product, layout data will be replaced and import test data"};;v.pageID = 15;;
;v.pageLayout = "object";;$('#block287').insertAfter('#header');;$('#block281').insertBefore('#footer');;$(document).ready(function()
{
    $('.nav-page-' + v.pageID + ':first').addClass('active');
    $('#navbar li.active').parents('li').addClass('active');

    function basename(str)
    {
        var pos = str.lastIndexOf('/');
        return str.substring(pos + 1,str.length);
    }

    $('.article-content img').click(function(){
        var itemSrc  = $(this).attr('src');
        var itemName = basename(itemSrc).split('&')[0];
        if(typeof(itemName) == 'string')
        {
            $('.files-list .' + itemName).click();
        }
    });
});
$('#words').attr('placeholder','搜索');
if(screen.width > 767){
    $(".dropdown").mouseover(function(e){
       	$(this).addClass('open');
    });
    $(".dropdown").mouseout(function(e) {
       	$(this).removeClass('open');
    });
};if(screen.width < 767){
    $('.fuwu .one').insertAfter('.fuwu .two');
}
