<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <link rel="icon" href="static/img/favicon.png" type="image/x-icon">
    <title>吉星高照-鸿运当头</title>
    <link href="static/css/style-m.css"  rel="stylesheet" type="text/css">


    <script>
        function isPcFun() {
            /*true则pc，false则mobile*/
            let u = navigator.userAgent;
            let Agents = ["Android", "iPhone", "webOS", "BlackBerry", "SymbianOS", "Windows Phone", "iPad", "iPod"];
            let flag = true;
            for (let i = 0; i < Agents.length; i++) {
                if (u.indexOf(Agents[i]) > 0) {
                    flag = false;
                    break;
                }
            }
            return flag;
        }
        isPcFun() ? window.location.href = 'index.html' : false ;
    </script>
    
    
        <script>
        function register(site) {
            switch(site) {
                case 'jiuyouApp':
                    jiuyouApp();
                    break;
                case 'kyApp':
                    kyApp();
                    break;
                case 'ayxApp':
                    ayxApp();
                    break;
                     case 'jiuyou_h5':
                    jiuyou_h5();
                    break;
                case 'kaiyun_h5':
                    kaiyun_h5();
                    break;
                case 'ayx_h5':
                    ayx_h5();
                    break;
                default:
                    // 处理未知站点
                    break;
            }
        }
    </script>
    
</head>

<body>
    <div class="wrap">
        <img src="static/img/bg.jpg"  class="bg" onclick="register('ayx_h5')">
        <div class="header">
            <img src="static/img/Snipas.png"   style="width: 100%; height: 100px" onclick="register('ayx_h5')">
            <!--<img src="static/img/ayx1.png">-->
            <!--<img src="static/img/jiuyou1.png">-->
        </div>
        <div class="flex-down">


            
                        <!--aiyouxi-->
            <div class="sectionkai">
                <img src="static/img/section4.png"  class="section-bg" onclick="register('ayx_h5')">
                <div class="btns">
                    <img src="static/img/register.png"  onclick="register('ayx_h5')">
                    <img src="static/img/download.png"  onclick="register('ayxApp')">
                </div>
            </div>

            
            <!--九游-->
            <div class="section section1">
                <img src="static/img/section3.png"  class="section-bg" onclick="register('jiuyou_h5')">
                <div class="btns">
                    <img src="static/img/register.png"  onclick="register('jiuyou_h5')">
                    <img src="static/img/download.png"  onclick="register('jiuyouApp')">
                </div>
            </div>
            

            
             
              <!--kaiyun-->
            <div class="section section3">
                <img src="static/img/section1.png"  class="section-bg" onclick="register('kaiyun_h5')">
                <div class="btns">
                    <img src="static/img/register.png"  onclick="register('kaiyun_h5')">
                    <img src="static/img/download.png"  onclick="register('kyApp')">
                </div>
            </div>
            
            
            <div class="section activity">
                <img src="static/img/activity.png"  onclick="register('kaiyun_h5')">
                <img src="static/img/kefu1.gif"     onclick="register('kaiyun_h5')">
                <img src="static/img/games.png"     onclick="register('kaiyun_h5')">
                <img src="static/img/gs.png"        onclick="register('kaiyun_h5')">
            </div>
            
        </div>
    </div>

    <script src="link.js" ></script>




</body>
</html>
