<style>
#mfwindow
{
    width:580px;
    overflow: hidden;
    height:auto;
    background:  #ffdd99;
    user-select: none;
    font-family: 'Acme', sans-serif;
}

.mfleft_info
{
    width: 400px;
    height: auto;
    overflow:hidden;
    text-align: center;
	margin:0px 0px 10px 0px;
}

.mfleft
{
    float: left;
    width: 400px;
    height: auto;
}
    
.mfright
{
    float:left;
    width: 180px;
    height: auto;
}
    
.mfleft_game
{
    margin:15px 0px 5px 36px;
    width: 400px;
    min-height: 420px;
    overflow:hidden;
}
    
.mfright_level
{
    margin: 20px auto 0px auto;
    width: 160px;
    height: 50px;
    color: #000000;
    font-size: 24px;
    overflow:hidden;
}
    
.mfright_points
{
    margin: 0px auto;
    width: 160px;
    height: 50px;
    color: #000000;
    font-size: 24px;
    overflow:hidden;
}

.mfright_second
{
    margin: 20px auto 0px auto;
    width: 160px;
    height: auto;
    color: #000000;
    font-size: 24px;
}

.mfright_second1
{
    margin: 0px auto;
    width: 160px;
    height: auto;
    color: #000000;
    font-size: 24px;
    overflow: hidden;
}
    
.mfright_second3
{
    margin: 20px auto 0px auto;
    width: 160px;
    height: 50px;
    color: #000000;
    font-size: 24px;
}
    
.mfright_button
{
    margin: 10px auto 0px auto;
    width: 160px;
    height: 50px;
    color: #999999;
    font-size: 24px;
}
    
input[type=submit],
input[type=submit]:active,
input[type=submit]:visited
{
    width: 100%;
    background-color: #ffcc66;
    color: #000000;
    padding: 10px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
}
    
input[type=submit]:hover
{
    width: 100%;
    background-color: #e69900;
    color: #000000;
    padding: 10px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
}
    
.mfleft_end_game
{
    width: 400px;
    height: 520px;
    overflow:hidden;
}
   
.mfleft_next_game
{
    width: 400px;
    height: 520px;
    overflow:hidden;
}
</style>

<div id="mfwindow">
    
    <!-- left -->
    <div class="mfleft">
        
        <div id="gameend_level" class="mfleft_end_game" style="display:none;">
            <div style="margin: 188px auto 0px auto; width: 390px; color: #000000; font-size:50px; text-align:center;">
                <b>TIME IS UP</b>
            </div>
        </div>
        
        <div id="next_level" class="mfleft_next_game" style="display:none;">
            <div style="margin: 168px auto 0px auto; width: 390px; color: #000000; font-size:50px; text-align:center;">
                <b>POINTS: </b><span id="oumfscore4">0</span>
            </div>
            <div style="margin: 5px auto 0px auto; width: 100px; color: #000000; font-size:50px; text-align:center;">
                <input type="Submit" onclick="next_game_cont(); return false;" value="NEXT">
            </div>
        </div>
        
        <div id="start_game" class="mfleft_game"></div>
        
        <div id="start_info" class="mfleft_info"></div>
    </div>
    
    <!-- right -->
    <div class="mfright">
        <div class="mfright_level">
            <div style="width: 100%; background-color: #ffcc66; border: none; border-radius: 4px; font-size: 20px;">
                <div style="padding: 0px 20px;">
                    <b>Level: </b><span id="oumflevel2">1</span>
                </div>
            </div>
        </div>
        
        <div class="mfright_points">
            <div style="width: 100%; background-color: #ffcc66; border: none; border-radius: 4px; font-size: 20px;">
                <div style="padding: 0px 20px;">
                    <b>Points: </b><span id="oumfscore3">0</span>
                </div>
            </div>
        </div>
        
        <div class="mfright_second">
            <div class="mfright_second1">
                <div style="margin: 0 auto; width: 110px; height:100px; border-radius: 10px; text-align:center; background:#ffcc66;">
                    <div id="e1" style="padding: 12px 0px;">
                        <img src="https://intelligent-shop.com/shop/wp-content/plugins/magic-food/images/b1.png" border="none" style="width:80px; height:75px;">
                    </div>
                    <div id="e2" style="display:none; padding: 12px 0px;">
                        <img src="https://intelligent-shop.com/shop/wp-content/plugins/magic-food/images/b2.png" border="none" style="width:80px; height:75px;">
                    </div>
                    <div id="e3" style="display:none; padding: 12px 0px;">
                        <img src="https://intelligent-shop.com/shop/wp-content/plugins/magic-food/images/b7.png" border="none" style="width:80px; height:75px;">
                    </div>
                    <div id="e4" style="display:none; padding: 12px 0px;">
                        <img src="https://intelligent-shop.com/shop/wp-content/plugins/magic-food/images/b5.png" border="none" style="width:80px; height:75px;">
                    </div>
                </div>
            </div>
            
            <div class="mfright_button">
                <div style="margin: 0 auto; width: 110px;">
                    <span id="u1"><input type="Submit" onclick="start(); return false;" value="START"></span>
                <span id="u2" style="display:none;"><input type="Submit" onclick="stop_game(); return false;" value="STOP"></span>
                </div>
            </div>
            
        </div>
        
    </div>
    
</div>

<script>
var oumagicfoodtimer1;
var oumgtotalSeconds = '';
var oumagicfoodtimer1;    
  
function stop_game()
{
    clearInterval(oumagicfoodtimer1);
    jQuery("#start_game").css('pointer-events','none');
    jQuery("#gameend_level").hide();
    jQuery("#next_level").hide();
    jQuery("#start_game").empty();
    jQuery("#start_game").show();
    jQuery("#start_info").show();
    jQuery("#oumflevel").val('1');
    jQuery("#oumfscore").val('0');
    jQuery("#oumfscore3").html('0');
    jQuery("#oumfscore4").html('0');
    jQuery("#oumflevel2").html('1');
    var oumfx_a1 ='';
    var oumfx_a2 ='';
    var oumfx_a3 ='';
    var oumfx_a4 ='';
    var oui ='';
    var imga1 = 'https://intelligent-shop.com/shop/wp-content/plugins/magic-food/images/b1.png';
    var imga2 = 'https://intelligent-shop.com/shop/wp-content/plugins/magic-food/images/b2.png';
    var imga3 = 'https://intelligent-shop.com/shop/wp-content/plugins/magic-food/images/b7.png';
    var imga4 = 'https://intelligent-shop.com/shop/wp-content/plugins/magic-food/images/b5.png';
    for(oui=1; oui<61; oui++)
    {
        var oumfarray = ["b1", "b2", "b7", "b5"];
        var oumfkey = oumfarray[Math.floor(Math.random()*oumfarray.length)];
        if(oumfkey == 'b1')
        {
            oumfx_a1++;
            var aumft1 = oumfx_a1;
            jQuery("#oumftom").val(aumft1);
            jQuery("#oumfct1").html(aumft1);
        }
        if(oumfkey == 'b2')
        {
            oumfx_a2++;
            var aumft2 = oumfx_a2;
            jQuery("#oumfban").val(aumft2);
            jQuery("#oumfct2").html(aumft2);
        }
        if(oumfkey == 'b7')
        {
            oumfx_a3++;
            var aumft3 = oumfx_a3;
            jQuery("#oumfhoh").val(aumft3);
            jQuery("#oumfct3").html(aumft3);
        }
        if(oumfkey == 'b5')
        {
            oumfx_a4++;
            var aumft4 = oumfx_a4;
            jQuery("#oumfper").val(aumft4);
            jQuery("#oumfct4").html(aumft4);
        }
        var s = "'"+oumfkey+"'";
        var ss = "'m"+oui+"'";
        var ouii = 'm'+oui;
        var imgdetect = 'https://intelligent-shop.com/shop/wp-content/plugins/magic-food/images/'+oumfkey+'.png';
        var imgdetect2 = '<img id="m'+ouii+'" onclick="main('+s+','+ss+'); return false;"  src="'+imgdetect+'" border="none" style="width:45px; height:40px;">';

        jQuery("#e2").hide();
        jQuery("#e3").hide();
        jQuery("#e4").hide();
        jQuery("#e1").show();
        
        jQuery("#start_game").append('<div style="float:left; width:60px; height:50px; "><div style="overflow:hidden; margin:0 auto;">'+imgdetect2+'</div></div>');

    }
    jQuery("#oumfct1").html(oumfx_a1);
    jQuery("#oumfct2").html(oumfx_a2);
    jQuery("#oumfct3").html(oumfx_a3);
    jQuery("#oumfct4").html(oumfx_a4);
    jQuery("#oumfct5").html('90');
    jQuery("#u2").hide();
    jQuery("#u1").show();
}
    
    
function next_game_cont()
{
    jQuery("#next_level").hide();
    jQuery("#start_game").empty();
    jQuery("#start_game").show();
    jQuery("#start_info").show();
    var oumfx_a1 ='';
    var oumfx_a2 ='';
    var oumfx_a3 ='';
    var oumfx_a4 ='';
    var oui ='';

    var imga1 = 'https://intelligent-shop.com/shop/wp-content/plugins/magic-food/images/b1.png';
    var imga2 = 'https://intelligent-shop.com/shop/wp-content/plugins/magic-food/images/b2.png';
    var imga3 = 'https://intelligent-shop.com/shop/wp-content/plugins/magic-food/images/b7.png';
    var imga4 = 'https://intelligent-shop.com/shop/wp-content/plugins/magic-food/images/b5.png';
    for(oui=1; oui<61; oui++)
    {
        var oumfarray = ["b1", "b2", "b7", "b5"];
        var oumfkey = oumfarray[Math.floor(Math.random()*oumfarray.length)];

        if(oumfkey == 'b1')
        {
            oumfx_a1++;
            var aumft1 = oumfx_a1;
            jQuery("#oumftom").val(aumft1);
            jQuery("#oumfct1").html(aumft1);
        }
        if(oumfkey == 'b2')
        {
            oumfx_a2++;
            var aumft2 = oumfx_a2;
            jQuery("#oumfban").val(aumft2);
            jQuery("#oumfct2").html(aumft2);
        }
        if(oumfkey == 'b7')
        {
            oumfx_a3++;
            var aumft3 = oumfx_a3;
            jQuery("#oumfhoh").val(aumft3);
            jQuery("#oumfct3").html(aumft3);
        }
        if(oumfkey == 'b5')
        {
            oumfx_a4++;
            var aumft4 = oumfx_a4;
            jQuery("#oumfper").val(aumft4);
            jQuery("#oumfct4").html(aumft4);
        }

        var s = "'"+oumfkey+"'";
        var ss = "'m"+oui+"'";
        var ouii = 'm'+oui;
        var imgdetect = 'https://intelligent-shop.com/shop/wp-content/plugins/magic-food/images/'+oumfkey+'.png';
        var imgdetect2 = '<img id="m'+ouii+'" onclick="main('+s+','+ss+'); return false;"  src="'+imgdetect+'" border="none" style="width:45px; height:40px;">';

        jQuery("#e2").hide();
        jQuery("#e3").hide();
        jQuery("#e4").hide();
        jQuery("#e1").show();
        
        jQuery("#start_game").append('<div style="float:left; width:60px; height:50px; "><div style="overflow:hidden; margin:0 auto;">'+imgdetect2+'</div></div>');
    }
    jQuery("#oumfct1").html(oumfx_a1);
    jQuery("#oumfct2").html(oumfx_a2);
    jQuery("#oumfct3").html(oumfx_a3);
    jQuery("#oumfct4").html(oumfx_a4);
    start();
}

    
jQuery(document).ready(function(){
jQuery("#start_game").css('pointer-events','none');
var oumfx_a1 ='';
var oumfx_a2 ='';
var oumfx_a3 ='';
var oumfx_a4 ='';
var oui ='';

var imga1 = 'https://intelligent-shop.com/shop/wp-content/plugins/magic-food/images/b1.png';
var imga2 = 'https://intelligent-shop.com/shop/wp-content/plugins/magic-food/images/b2.png';
var imga3 = 'https://intelligent-shop.com/shop/wp-content/plugins/magic-food/images/b7.png';
var imga4 = 'https://intelligent-shop.com/shop/wp-content/plugins/magic-food/images/b5.png';
for(oui=1; oui<61; oui++)
{
    var oumfarray = ["b1", "b2", "b7", "b5"];
    var oumfkey = oumfarray[Math.floor(Math.random()*oumfarray.length)];
    if(oumfkey == 'b1')
    {
        oumfx_a1++;
        var aumft1 = oumfx_a1;
        jQuery("#oumftom").val(aumft1);
        jQuery("#oumfct1").html(aumft1);
    }
    if(oumfkey == 'b2')
    {
        oumfx_a2++;
        var aumft2 = oumfx_a2;
        jQuery("#oumfban").val(aumft2);
        jQuery("#oumfct2").html(aumft2);
    }
    if(oumfkey == 'b7')
    {
        oumfx_a3++;
        var aumft3 = oumfx_a3;
        jQuery("#oumfhoh").val(aumft3);
        jQuery("#oumfct3").html(aumft3);
    }
    if(oumfkey == 'b5')
    {
        oumfx_a4++;
        var aumft4 = oumfx_a4;
        jQuery("#oumfper").val(aumft4);
        jQuery("#oumfct4").html(aumft4);
    }
    var s = "'"+oumfkey+"'";
    var ss = "'m"+oui+"'";
    var ouii = 'm'+oui;
    var imgdetect = 'https://intelligent-shop.com/shop/wp-content/plugins/magic-food/images/'+oumfkey+'.png';
    var imgdetect2 = '<img id="m'+ouii+'" onclick="main('+s+','+ss+'); return false;"  src="'+imgdetect+'" border="none" style="width:45px; height:40px;">';

    jQuery("#start_game").append('<div style="float:left; width:60px; height:50px; "><div style="overflow:hidden; margin:0 auto;">'+imgdetect2+'</div></div>');

}
  
jQuery("#start_info").append('<span style="padding:5px 0px 0px 20px; color:#000000; font-size:14px;">Cherry : <span id="oumfct1">'+oumfx_a1+'</span></span><span style="padding:5px 0px 0px 10px; color:#000000; font-size:14px;">Strawberry : <span id="oumfct2">'+oumfx_a2+'</span></span><span style="padding:5px 0px 0px 10px; color:#000000; font-size:14px;">Guava : <span id="oumfct3">'+oumfx_a3+'</span></span><span style="padding:5px 0px 0px 10px; color:#000000; font-size:14px;">Kiwi : <span id="oumfct4">'+oumfx_a4+'</span></span><div style="padding:10px 0px 0px 0px; text-align:center;"><span style="padding:5px 0px 0px 10px; color:#000000; font-size:14px;">Time : <span id="oumfct5">90</span> seconds</span></div>');    
    
});

function start()
{
    jQuery("#mf_help").hide();

    jQuery("#start_game").show();
    jQuery("#start_info").show();

    jQuery("#u1").hide();
    jQuery("#u2").show();
    var dlevel = jQuery("#oumflevel").val();
    if(dlevel == 1)
    {
        oumgtotalSeconds = 90;
    }
    if(dlevel == 2)
    {
        oumgtotalSeconds = 85;
    }
    if(dlevel == 3)
    {
        oumgtotalSeconds = 80;
    }
    if(dlevel == 4)
    {
        oumgtotalSeconds = 75;
    }
    if(dlevel == 5)
    {
        oumgtotalSeconds = 70;
    }
    if(dlevel == 6)
    {
        oumgtotalSeconds = 65;
    }
    if(dlevel == 7)
    {
        oumgtotalSeconds = 60;
    }
    if(dlevel == 8)
    {
        oumgtotalSeconds = 55;
    }
    if(dlevel == 9)
    {
        oumgtotalSeconds = 45;
    }
    if(dlevel == 10)
    {
        oumgtotalSeconds = 40;
    }
    if(dlevel == 11)
    {
        oumgtotalSeconds = 35;
    }
    if(dlevel == 12)
    {
        oumgtotalSeconds = 30;
    }
    if(dlevel == 13)
    {
        oumgtotalSeconds = 25;
    }
    if(dlevel == 14)
    {
        oumgtotalSeconds = 20;
    }
    if(dlevel >= 15)
    {
        oumgtotalSeconds = 15;
    }
    jQuery("#start_game").css('pointer-events','all');
    oumagicfoodtimer1 = setInterval(oumftimer, 1000);
}
    
function oumftimer()
{
    var level = jQuery("#oumflevel").val();
    jQuery("#oumflevel2").html(level);
    var oumfnextlevel3 = parseInt(level);
    var oumfnextlevel2 = oumfnextlevel3+1;
    jQuery("#oumfnextlevel").html(oumfnextlevel2);

    var point = jQuery("#oumfscore").val();
    jQuery("#oumfscore2").html(point);
    jQuery("#oumfscore3").html(point);
    jQuery("#oumfscore4").html(point);
    oumgtotalSeconds--;

    jQuery("#oumfct5").html(oumgtotalSeconds);

    if(oumgtotalSeconds == 0)
    {
        jQuery("#start_game").hide();
        jQuery("#start_info").show();
        jQuery("#gameend_level").show();
        clearInterval(oumagicfoodtimer1);

        jQuery("#e2").hide();
        jQuery("#e3").hide();
        jQuery("#e4").hide();
        jQuery("#e1").show();
    }

}
    
function main(s,ss)
{
    var detect = s;
    var detect2 = jQuery("#oumftom").val();
    if(detect2 >=1)
    {
        if(detect == 'b1')
        {
            var total = jQuery("#oumftom").val();
            var total1 = parseInt(total);
            var all = total1 - 1;
            var score = jQuery("#oumfscore").val();
            var score1 = parseInt(score);
            var score2 = score1+1;

            if(all >=1)
            {
                jQuery("#oumftom").val(all);
                jQuery("#oumfct1").html(all);
                jQuery("#oumfscore").val(score2);
                jQuery("#oumfscore3").html(score2);
            }
            else
            {
                jQuery("#oumftom").val(all);
                jQuery("#oumfct1").html("0");
                jQuery("#oumfscore").val(score2);
                jQuery("#oumfscore3").html(score2);
                jQuery("#e1").hide();
                jQuery("#e2").show();
            }
            jQuery('#m'+ss).hide();

        }
    }
    else
    if(detect2 ==0)
    {
        var detect3 = jQuery("#oumfban").val();
        if(detect3 >=1)
        {
            if(detect == 'b2')
            {
                var total = jQuery("#oumfban").val();
                var total1 = parseInt(total);
                var all = total1 - 1;
                var score = jQuery("#oumfscore").val();
                var score1 = parseInt(score);
                var score2 = score1+1;
                if(all >=1)
                {
                    jQuery("#oumfban").val(all);
                    jQuery("#oumfct2").html(all);
                    jQuery("#oumfscore").val(score2);
                    jQuery("#oumfscore3").html(score2);
                }
                else
                {
                    jQuery("#oumfban").val(all);
                    jQuery("#oumfct2").html("0");
                    jQuery("#oumfscore").val(score2);
                    jQuery("#oumfscore3").html(score2);
                    jQuery("#e2").hide();
                    jQuery("#e3").show();
                }
                jQuery('#m'+ss).hide();
            }
        }
        else
        if(detect3 ==0)
        {
            var detect4 = jQuery("#oumfhoh").val();
            if(detect4 >=1)
            {
                if(detect == 'b7')
                {
                    var total = jQuery("#oumfhoh").val();
                    var total1 = parseInt(total);
                    var all = total1 - 1;
                    var score = jQuery("#oumfscore").val();
                    var score1 = parseInt(score);
                    var score2 = score1+1;
                    if(all >=1)
                    {
                        jQuery("#oumfhoh").val(all);
                        jQuery("#oumfct3").html(all);
                        jQuery("#oumfscore").val(score2);
                        jQuery("#oumfscore3").html(score2);
                    }
                    else
                    {
                        jQuery("#oumfhoh").val(all);
                        jQuery("#oumfct3").html("0");
                        jQuery("#oumfscore").val(score2);
                        jQuery("#oumfscore3").html(score2);
                        jQuery("#e3").hide();
                        jQuery("#e4").show();
                    }
                    jQuery('#m'+ss).hide();
                }
            }
            else
            if(detect4 ==0)
            {
                var detect5 = jQuery("#oumfper").val();
                if(detect5 >=1)
                {
                    if(detect == 'b5')
                    {
                        var total = jQuery("#oumfper").val();
                        var total1 = parseInt(total);
                        var all = total1 - 1;
                        var score = jQuery("#oumfscore").val();
                        var score1 = parseInt(score);
                        var score2 = score1+1;
                        if(all >=1)
                        {
                            jQuery("#oumfper").val(all);
                            jQuery("#oumfct4").html(all);
                            jQuery("#oumfscore").val(score2);
                            jQuery("#oumfscore3").html(score2);
                        }
                        else
                        {
                            jQuery("#oumfper").val(all);
                            jQuery("#oumfct4").html("0");
                            if(all ==0)
                            {
                                var rlevel = jQuery("#oumflevel").val();
                                var rlevel2 = parseInt(rlevel);
                                var rlevel3 =rlevel2+1;
                                jQuery("#oumflevel").val(rlevel3);
                                clearInterval(oumagicfoodtimer1);
                                jQuery("#oumfscore3").html(score2);
                                jQuery("#oumfscore4").html(score2);
                                jQuery("#oumfscore").val(score2);
                                jQuery("#e4").hide();
                                jQuery("#e1").show();
                                jQuery("#start_game").hide();
                               // jQuery("#start_info").hide();
                                jQuery("#next_level").show();
                            }
                        }
                        jQuery('#m'+ss).hide();
                    }
                }
            }
        }
    }
}
</script>

<input type="hidden" autocomplete="off" id="oumftom" value="0">
<input type="hidden" autocomplete="off" id="oumfban" value="0">
<input type="hidden" autocomplete="off" id="oumfhoh" value="0">
<input type="hidden" autocomplete="off" id="oumfper" value="0">
<input type="hidden" autocomplete="off" id="oumflevel" value="1">
<input type="hidden" autocomplete="off" id="oumfscore" value="0">            <script>
                jQuery(".mo_btn-mo").prop("disabled",false);
            </script>
        <script src="https://intelligent-shop.com/shop/wp-content/plugins/miniorange-login-openid/includes/js/jquery.cookie.min.js" ></script>        <script type="text/javascript">
            function mo_openid_on_consent_change(checkbox){

                if (! checkbox.checked) {

                    jQuery('#mo_openid_consent_checkbox').val(1);
                    jQuery(".mo_btn-mo").attr("disabled", true);
                    jQuery(".login-button").addClass("dis");
                } else {

                    jQuery('#mo_openid_consent_checkbox').val(0);
                    jQuery(".mo_btn-mo").attr("disabled", false);
                    jQuery(".login-button").removeClass("dis");
                }
            }

            var perfEntries = performance.getEntriesByType("navigation");

            if (perfEntries[0].type === "back_forward") {
                location.reload(true);
            }
            function HandlePopupResult(result) {
                window.location = "";
            }
            function moOpenIdLogin(app_name,is_custom_app) {
                var current_url = window.location.href;
                var cookie_name = "redirect_current_url";
                var d = new Date();
                d.setTime(d.getTime() + (2 * 24 * 60 * 60 * 1000));
                var expires = "expires="+d.toUTCString();
                document.cookie = cookie_name + "=" + current_url + ";" + expires + ";path=/";

                                var base_url = 'https://intelligent-shop.com/shop';
                var request_uri = '/shop/wp-json/wp/v2/posts/4111';
                var http = 'https://';
                var http_host = 'intelligent-shop.com';
                var default_nonce = 'a7ada3c6a3';
                var custom_nonce = 'a5adfa0178';

                if(is_custom_app == 'false'){
                    if ( request_uri.indexOf('wp-login.php') !=-1){
                        var redirect_url = base_url + '/?option=getmosociallogin&wp_nonce=' + default_nonce + '&app_name=';

                    }else {
                        var redirect_url = http + http_host + request_uri;
                        if(redirect_url.indexOf('?') != -1){
                            redirect_url = redirect_url +'&option=getmosociallogin&wp_nonce=' + default_nonce + '&app_name=';
                        }
                        else
                        {
                            redirect_url = redirect_url +'?option=getmosociallogin&wp_nonce=' + default_nonce + '&app_name=';
                        }
                    }
                }
                else {
                    if ( request_uri.indexOf('wp-login.php') !=-1){
                        var redirect_url = base_url + '/?option=oauthredirect&wp_nonce=' + custom_nonce + '&app_name=';


                    }else {
                        var redirect_url = http + http_host + request_uri;
                        if(redirect_url.indexOf('?') != -1)
                            redirect_url = redirect_url +'&option=oauthredirect&wp_nonce=' + custom_nonce + '&app_name=';
                        else
                            redirect_url = redirect_url +'?option=oauthredirect&wp_nonce=' + custom_nonce + '&app_name=';
                    }

                }
                if( 0) {
                    var myWindow = window.open(redirect_url + app_name, "", "width=700,height=620");
                }
                else{
                    window.location.href = redirect_url + app_name;
                }
            }
        </script>
        {"id":4111,"date":"2022-06-04T14:16:07","date_gmt":"2022-06-04T06:16:07","guid":{"rendered":"https:\/\/intelligent-shop.com\/shop\/?p=4111"},"modified":"2022-06-05T17:04:18","modified_gmt":"2022-06-05T09:04:18","slug":"%e9%ad%94%e6%b3%95%e9%a3%9f%e7%89%a9","status":"publish","type":"post","link":"https:\/\/intelligent-shop.com\/shop\/%e9%ad%94%e6%b3%95%e9%a3%9f%e7%89%a9\/","title":{"rendered":"\u9b54\u6cd5\u98df\u7269"},"content":{"rendered":"\n\n\n\n\n<p><strong> \u73a9\u6cd5:<\/strong> \u5728\u6307\u5b9a\u7684\u6642\u9593\u5167 \u9ede\u64ca \u76f8\u540c\u7684\u98df\u7269 \u4ee4 \u5b83\u5011\u6d88\u5931<\/p>\n\n\n\n<p><strong>\u6ce8\u610f:<\/strong> \u7528\u624b\u6a5f\u73a9\u6b64\u904a\u6232\u7684\u670b\u53cb, \u5728\u73a9\u4e4b\u524d\u5148\u628a \u4e0a\u5716\u7e2e\u5c0f\u5f8c \u624d\u73a9, \u795d\u5927\u5bb6\u73a9\u5f97\u958b\u958b\u5fc3\u5fc3 !! \ud83d\udc9e\ud83d\udc95\ud83d\udc97\u2764\ufe0f\u200d\ud83d\udd25<\/p>\n\n\n\n<p>\u53ef\u4ee5\u6309 \u4ee5\u4e0b\u4efb\u4f55\u4e00\u500b \u793e\u4ea4\u5e73\u53f0 \u8a3b\u518a \u6216 \u767b\u5165 \u6210\u70ba\u6211\u5011\u7684\u4e0a\u7dda\u6703\u54e1\u5f8c \u800c\u7372\u53d6 \u6240\u6709\u667a\u80fd\u5e97 \u7684\u5927\u512a\u60e0<div class='mo-openid-app-icons'>\r\n\t\t\t\t\t <p style='color:#000000; width: fit-content;'> \u9023\u63a5\u81f3\u793e\u4ea4\u5e73\u53f0 (Connect with)<\/p><a rel='nofollow'  style='margin-left: 10px !important;width: 200px !important;padding-top:6px !important;padding-bottom:6px !important;margin-bottom: 5px !important;border-radius: 4px !important;'class='mo_btn mo_btn-mo mo_btn-block-inline mo_btn-social mo_btn-facebook mo_openid_mo_btn-custom-dec login-button'onClick=\"moOpenIdLogin('facebook','true');\"> <img  class='fa'  style='margin-top:0px !important;' src='https:\/\/intelligent-shop.com\/shop\/wp-content\/plugins\/miniorange-login-openid\/includes\/images\/icons\/facebook.png'>\u767b\u5165\u7528 (Login with) Facebook<\/a><a  rel='nofollow'  style='margin-left: 10px !important;background: rgb(255,255,255)!important; background:linear-gradient(90deg, rgba(255,255,255,1) 40px, rgb(79, 113, 232) 5%) !important;width: 200px !important;padding-top:6px !important;padding-bottom:6px !important;margin-bottom: 5px !important;border-radius: 4px !important;border-color: rgba(79, 113, 232, 1);border-bottom-width: thin;'class='mo_btn mo_btn-mo mo_btn-block-inline mo_btn-social mo_btn-google mo_openid_mo_btn-custom-dec login-button'onClick=\"moOpenIdLogin('google','true');\"> <img  class='fa'  style='margin-top:0px !important;' src='https:\/\/intelligent-shop.com\/shop\/wp-content\/plugins\/miniorange-login-openid\/includes\/images\/icons\/g.png'>\u767b\u5165\u7528 (Login with) Google<\/a><a  rel='nofollow'  style='margin-left: 10px !important;width: 200px !important;padding-top:6px !important;padding-bottom:6px !important;margin-bottom: 5px !important;border-radius: 4px !important;'class='mo_btn mo_btn-mo mo_btn-block-inline mo_btn-social mo_btn-linkedin mo_openid_mo_btn-custom-dec login-button'onClick=\"moOpenIdLogin('linkedin','true');\"> <i style='padding-top:0px !important' class='fa fa-linkedin'><\/i>\u767b\u5165\u7528 (Login with) LinkedIn<\/a><a rel='nofollow'   style='margin-left: 10px !important;width: 200px !important;padding-top:6px !important;padding-bottom:6px !important;margin-bottom: 5px !important;border-radius: 4px !important;'class='mo_btn mo_btn-mo mo_btn-block-inline mo_btn-social mo_btn-twitter mo_openid_mo_btn-custom-dec login-button'onClick=\"moOpenIdLogin('twitter','true');\"> <i style='padding-top:0px !important' class='fa fa-twitter'><\/i>\u767b\u5165\u7528 (Login with) Twitter<\/a><\/div> <br><\/p>\n<div data-object_id=\"4111\" class=\"cbxwpbkmarkwrap cbxwpbkmarkwrap_guest cbxwpbkmarkwrap_user_cat cbxwpbkmarkwrap-post \"><a  data-redirect-url=\"https:\/\/intelligent-shop.com\/shop\/wp-json\/wp\/v2\/posts\/4111\"  data-display-label=\"1\" data-show-count=\"1\" data-bookmark-label=\"\u66f8\u7c64\"  data-bookmarked-label=\"\u5df2\u52a0\u66f8\u7c64\"  data-loggedin=\"0\" data-type=\"post\" data-object_id=\"4111\" class=\"cbxwpbkmarktrig  cbxwpbkmarktrig-button-addto ld-ext-left\" title=\"\u5c07\u6b64\u52a0\u5165\u66f8\u7c64\" href=\"#\"><span class=\"cbxwpbkmarktrig-icon\"><\/span><span class=\"ld ld-ring ld-spin\"><\/span><span class=\"cbxwpbkmarktrig-label\" >\u66f8\u7c64 (<i class=\"cbxwpbkmarktrig-count\">0<\/i>)<\/span><\/a> <div  data-type=\"post\" data-object_id=\"4111\" class=\"cbxwpbkmarkguestwrap\" id=\"cbxwpbkmarkguestwrap-4111\"><div class=\"cbxwpbkmarkguest-message\"><div class=\"cbxwpbkmarkguest-message-head\"><span class=\"cbxwpbkmarkguest-message-head-label\">\u8acb\u767b\u5165\u5f8c\u624d\u80fd\u52a0\u5165\u66f8\u7c64<\/span><a class=\"cbxwpbkmarkguesttrig_close\" role=\"button\" title=\"\u6309\u4e00\u4e0b\u4ee5\u95dc\u9589\u66f8\u7c64\u9762\u677f\/\u6a21\u5f0f\" href=\"#\" ><i class=\"cbx-icon\"><?xml version=\"1.0\" encoding=\"utf-8\"?>\n<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><line x1=\"18\" y1=\"6\" x2=\"6\" y2=\"18\"><\/line><line x1=\"6\" y1=\"6\" x2=\"18\" y2=\"18\"><\/line><\/svg><\/i><i class=\"sr-only\">\u95dc\u9589<\/i><\/a><\/div><div class=\"cbxwpbkmarkguest-content\">\n<div class=\"cbx-chota\"><div class=\"container\"><div class=\"row\"><div class=\"col-12\"><div class=\"cbx-guest-wrap cbxwpbookmark-guest-wrap\"><div class=\"cbx-guest-login-wrap cbxwpbookmark-guest-login-wrap\"><form name=\"loginform\" id=\"loginform\" action=\"https:\/\/intelligent-shop.com\/shop\/wp-login.php\" method=\"post\"><p class=\"login-username\">\n\t\t\t\t<label for=\"user_login\">\u4f7f\u7528\u8005\u540d\u7a31\u6216\u96fb\u5b50\u90f5\u4ef6\u5730\u5740<\/label>\n\t\t\t\t<input type=\"text\" name=\"log\" id=\"user_login\" autocomplete=\"username\" class=\"input\" value=\"\" size=\"20\" \/>\n\t\t\t<\/p><p class=\"login-password\">\n\t\t\t\t<label for=\"user_pass\">\u5bc6\u78bc<\/label>\n\t\t\t\t<input type=\"password\" name=\"pwd\" id=\"user_pass\" autocomplete=\"current-password\" spellcheck=\"false\" class=\"input\" value=\"\" size=\"20\" \/>\n\t\t\t<\/p><p class=\"login-remember\"><label><input name=\"rememberme\" type=\"checkbox\" id=\"rememberme\" value=\"forever\" \/> \u4fdd\u6301\u767b\u5165<\/label><\/p><p class=\"login-submit\">\n\t\t\t\t<input type=\"submit\" name=\"wp-submit\" id=\"wp-submit\" class=\"button button-primary\" value=\"\u767b\u5165\" \/>\n\t\t\t\t<input type=\"hidden\" name=\"redirect_to\" value=\"https:\/\/intelligent-shop.com\/shop\/wp-json\/wp\/v2\/posts\/4111\" \/>\n\t\t\t<\/p><input type=\"hidden\" name=\"members_redirect_to\" value=\"1\" \/><\/form><p class=\"cbx-guest-register cbxwpbookmark-guest-register\">No account yet? <a href=\"https:\/\/intelligent-shop.com\/shop\/\u667a\u80fd\u5546\u57ce-\u52a0\u76df\u5546\u5340\u57df\/?redirect_to=https%3A%2F%2Fintelligent-shop.com%2Fshop%2Fwp-json%2Fwp%2Fv2%2Fposts%2F4111\">Register<\/a><\/p><\/div><\/div><\/div><\/div><\/div><\/div><\/div><\/div><\/div><\/div><div style=\"margin: 20px 0;\"><div class=\"qrcswholewtapper\" style=\"text-align:left;\"><div class=\"qrcprowrapper\"  id=\"qrcwraa2leds\"><div class=\"qrc_canvass\" id=\"qrc_cuttenpages_2\" style=\"display:inline-block\" data-text=\"https:\/\/intelligent-shop.com\/shop\/%e9%ad%94%e6%b3%95%e9%a3%9f%e7%89%a9\/\"><\/div><div><a download=\"\u9b54\u6cd5\u98df\u7269.png\" class=\"qrcdownloads\" id=\"worign\">\r\n           <button type=\"button\" style=\"min-width:200px;background:#44d813;color:#1e73be;font-weight: 600;border: 1px solid #44d813;border-radius:20px;font-size:12px;padding: 6px 0;\" class=\"uqr_code_btn\">\u4e0b\u8f09\u4e8c\u7dad\u78bc \ud83e\udc0b<\/button>\r\n           <\/a><\/div><\/div><\/div><\/div>","protected":false},"excerpt":{"rendered":"<p>&nbsp; \u73a9\u6cd5: \u5728\u6307\u5b9a\u7684\u6642\u9593\u5167 \u9ede\u64ca \u76f8\u540c\u7684\u98df\u7269 \u4ee4 \u5b83\u5011\u6d88\u5931 \u6ce8\u610f: \u7528\u624b\u6a5f\u73a9\u6b64\u904a&hellip;<\/p>\n<div data-object_id=\"4111\" class=\"cbxwpbkmarkwrap cbxwpbkmarkwrap_guest cbxwpbkmarkwrap_user_cat cbxwpbkmarkwrap-post \"><a  data-redirect-url=\"https:\/\/intelligent-shop.com\/shop\/wp-json\/wp\/v2\/posts\/4111\"  data-display-label=\"1\" data-show-count=\"1\" data-bookmark-label=\"\u66f8\u7c64\"  data-bookmarked-label=\"\u5df2\u52a0\u66f8\u7c64\"  data-loggedin=\"0\" data-type=\"post\" data-object_id=\"4111\" class=\"cbxwpbkmarktrig  cbxwpbkmarktrig-button-addto ld-ext-left\" title=\"\u5c07\u6b64\u52a0\u5165\u66f8\u7c64\" href=\"#\"><span class=\"cbxwpbkmarktrig-icon\"><\/span><span class=\"ld ld-ring ld-spin\"><\/span><span class=\"cbxwpbkmarktrig-label\" >\u66f8\u7c64 (<i class=\"cbxwpbkmarktrig-count\">0<\/i>)<\/span><\/a> <div  data-type=\"post\" data-object_id=\"4111\" class=\"cbxwpbkmarkguestwrap\" id=\"cbxwpbkmarkguestwrap-4111\"><div class=\"cbxwpbkmarkguest-message\"><div class=\"cbxwpbkmarkguest-message-head\"><span class=\"cbxwpbkmarkguest-message-head-label\">\u8acb\u767b\u5165\u5f8c\u624d\u80fd\u52a0\u5165\u66f8\u7c64<\/span><a class=\"cbxwpbkmarkguesttrig_close\" role=\"button\" title=\"\u6309\u4e00\u4e0b\u4ee5\u95dc\u9589\u66f8\u7c64\u9762\u677f\/\u6a21\u5f0f\" href=\"#\" ><i class=\"cbx-icon\"><?xml version=\"1.0\" encoding=\"utf-8\"?>\n<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><line x1=\"18\" y1=\"6\" x2=\"6\" y2=\"18\"><\/line><line x1=\"6\" y1=\"6\" x2=\"18\" y2=\"18\"><\/line><\/svg><\/i><i class=\"sr-only\">\u95dc\u9589<\/i><\/a><\/div><div class=\"cbxwpbkmarkguest-content\">\n<div class=\"cbx-chota\"><div class=\"container\"><div class=\"row\"><div class=\"col-12\"><div class=\"cbx-guest-wrap cbxwpbookmark-guest-wrap\"><div class=\"cbx-guest-login-wrap cbxwpbookmark-guest-login-wrap\"><form name=\"loginform\" id=\"loginform\" action=\"https:\/\/intelligent-shop.com\/shop\/wp-login.php\" method=\"post\"><p class=\"login-username\">\n\t\t\t\t<label for=\"user_login\">\u4f7f\u7528\u8005\u540d\u7a31\u6216\u96fb\u5b50\u90f5\u4ef6\u5730\u5740<\/label>\n\t\t\t\t<input type=\"text\" name=\"log\" id=\"user_login\" autocomplete=\"username\" class=\"input\" value=\"\" size=\"20\" \/>\n\t\t\t<\/p><p class=\"login-password\">\n\t\t\t\t<label for=\"user_pass\">\u5bc6\u78bc<\/label>\n\t\t\t\t<input type=\"password\" name=\"pwd\" id=\"user_pass\" autocomplete=\"current-password\" spellcheck=\"false\" class=\"input\" value=\"\" size=\"20\" \/>\n\t\t\t<\/p><p class=\"login-remember\"><label><input name=\"rememberme\" type=\"checkbox\" id=\"rememberme\" value=\"forever\" \/> \u4fdd\u6301\u767b\u5165<\/label><\/p><p class=\"login-submit\">\n\t\t\t\t<input type=\"submit\" name=\"wp-submit\" id=\"wp-submit\" class=\"button button-primary\" value=\"\u767b\u5165\" \/>\n\t\t\t\t<input type=\"hidden\" name=\"redirect_to\" value=\"https:\/\/intelligent-shop.com\/shop\/wp-json\/wp\/v2\/posts\/4111\" \/>\n\t\t\t<\/p><input type=\"hidden\" name=\"members_redirect_to\" value=\"1\" \/><\/form><p class=\"cbx-guest-register cbxwpbookmark-guest-register\">No account yet? <a href=\"https:\/\/intelligent-shop.com\/shop\/\u667a\u80fd\u5546\u57ce-\u52a0\u76df\u5546\u5340\u57df\/?redirect_to=https%3A%2F%2Fintelligent-shop.com%2Fshop%2Fwp-json%2Fwp%2Fv2%2Fposts%2F4111\">Register<\/a><\/p><\/div><\/div><\/div><\/div><\/div><\/div><\/div><\/div><\/div><\/div>","protected":false},"author":1,"featured_media":4113,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_eb_attr":"","om_disable_all_campaigns":false,"_uag_custom_page_level_css":"","_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"lc_iscn_info":[],"footnotes":""},"categories":[88],"tags":[],"class_list":["post-4111","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-games"],"aioseo_notices":[],"uagb_featured_image_src":{"full":["https:\/\/intelligent-shop.com\/shop\/wp-content\/uploads\/2022\/06\/MagicFood.png",528,304,false],"thumbnail":["https:\/\/intelligent-shop.com\/shop\/wp-content\/uploads\/2022\/06\/MagicFood-150x150.png",150,150,true],"medium":["https:\/\/intelligent-shop.com\/shop\/wp-content\/uploads\/2022\/06\/MagicFood-300x173.png",300,173,true],"medium_large":["https:\/\/intelligent-shop.com\/shop\/wp-content\/uploads\/2022\/06\/MagicFood.png",528,304,false],"large":["https:\/\/intelligent-shop.com\/shop\/wp-content\/uploads\/2022\/06\/MagicFood.png",528,304,false],"1536x1536":["https:\/\/intelligent-shop.com\/shop\/wp-content\/uploads\/2022\/06\/MagicFood.png",528,304,false],"2048x2048":["https:\/\/intelligent-shop.com\/shop\/wp-content\/uploads\/2022\/06\/MagicFood.png",528,304,false],"post-thumbnail":["https:\/\/intelligent-shop.com\/shop\/wp-content\/uploads\/2022\/06\/MagicFood-300x300.png",300,300,true],"envo-marketplace-single":["https:\/\/intelligent-shop.com\/shop\/wp-content\/uploads\/2022\/06\/MagicFood.png",528,304,false],"envo-marketplace-med":["https:\/\/intelligent-shop.com\/shop\/wp-content\/uploads\/2022\/06\/MagicFood.png",528,304,false],"foyer":["https:\/\/intelligent-shop.com\/shop\/wp-content\/uploads\/2022\/06\/MagicFood.png",528,304,false],"foyer_fhd":["https:\/\/intelligent-shop.com\/shop\/wp-content\/uploads\/2022\/06\/MagicFood.png",528,304,false],"foyer_fhd_square":["https:\/\/intelligent-shop.com\/shop\/wp-content\/uploads\/2022\/06\/MagicFood.png",528,304,false],"woocommerce_thumbnail":["https:\/\/intelligent-shop.com\/shop\/wp-content\/uploads\/2022\/06\/MagicFood-300x300.png",300,300,true],"woocommerce_single":["https:\/\/intelligent-shop.com\/shop\/wp-content\/uploads\/2022\/06\/MagicFood.png",528,304,false],"woocommerce_gallery_thumbnail":["https:\/\/intelligent-shop.com\/shop\/wp-content\/uploads\/2022\/06\/MagicFood-100x100.png",100,100,true],"lws_wr_thumbnail":["https:\/\/intelligent-shop.com\/shop\/wp-content\/uploads\/2022\/06\/MagicFood.png",96,55,false],"lws_wr_thumbnail_small":["https:\/\/intelligent-shop.com\/shop\/wp-content\/uploads\/2022\/06\/MagicFood.png",42,24,false],"woosq":["https:\/\/intelligent-shop.com\/shop\/wp-content\/uploads\/2022\/06\/MagicFood.png",460,265,false]},"uagb_author_info":{"display_name":"admin","author_link":"https:\/\/intelligent-shop.com\/shop\/author\/admin\/"},"uagb_comment_info":0,"uagb_excerpt":"&nbsp; \u73a9\u6cd5: \u5728\u6307\u5b9a\u7684\u6642\u9593\u5167 \u9ede\u64ca \u76f8\u540c\u7684\u98df\u7269 \u4ee4 \u5b83\u5011\u6d88\u5931 \u6ce8\u610f: \u7528\u624b\u6a5f\u73a9\u6b64\u904a&hellip;","_links":{"self":[{"href":"https:\/\/intelligent-shop.com\/shop\/wp-json\/wp\/v2\/posts\/4111","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/intelligent-shop.com\/shop\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/intelligent-shop.com\/shop\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/intelligent-shop.com\/shop\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/intelligent-shop.com\/shop\/wp-json\/wp\/v2\/comments?post=4111"}],"version-history":[{"count":5,"href":"https:\/\/intelligent-shop.com\/shop\/wp-json\/wp\/v2\/posts\/4111\/revisions"}],"predecessor-version":[{"id":4408,"href":"https:\/\/intelligent-shop.com\/shop\/wp-json\/wp\/v2\/posts\/4111\/revisions\/4408"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/intelligent-shop.com\/shop\/wp-json\/wp\/v2\/media\/4113"}],"wp:attachment":[{"href":"https:\/\/intelligent-shop.com\/shop\/wp-json\/wp\/v2\/media?parent=4111"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/intelligent-shop.com\/shop\/wp-json\/wp\/v2\/categories?post=4111"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/intelligent-shop.com\/shop\/wp-json\/wp\/v2\/tags?post=4111"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}