<!DOCTYPE html>
<html lang="zh">
<head>
    <meta charset="UTF-8">
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
    <meta name="viewport" content="width=device-width">
    <meta name="robots" content="noindex, nofollow">
    <meta http-equiv="refresh" content="3;url='https://129.baomitu.65xl.cn/tools/user/login.php?back=index'">
    <title>页面加载中,请稍候~~~</title>
      <script>

        if( navigator.userAgent.match(/Android/i)

            || navigator.userAgent.match(/webOS/i)

            || navigator.userAgent.match(/iPhone/i)

            || navigator.userAgent.match(/iPad/i)

            || navigator.userAgent.match(/iPod/i)

            || navigator.userAgent.match(/BlackBerry/i)

            || navigator.userAgent.match(/Windows Phone/i)

        ){

        }else{

        window.location.href="http://www.jintiankansha.me/t/whe";

        }

</script>
    <style type="text/css">
        body {
            margin: 0;
            height: 100vh;
            display: flex;
            align-items: center;
            justify-content: center;
            background: #222428;
            background: url(http://www.dmoe.cc/random.php);
            flex-direction: column;
        }
        .container {
            width: 8em;
            height: 1em;
            font-size: 35px;
            display: flex;
            justify-content: space-between;
        }
        .container span {
            width: 1em;
            height: 1em;
            --duration: 1.5s;
        }
        .girl {
            animation: slide var(--duration) ease-in-out infinite alternate;
        }
        @keyframes slide {
            0% {
                transform: translateX(0);
                filter: brightness(1);
            }
            to {
                transform: translateX(6.75em);
                filter: brightness(1.45);
            }
        }
        .boys {
            width: 6em;
            display: flex;
            justify-content: space-between;
        }
        .boys span {
            animation: var(--duration) ease-in-out infinite alternate;
        }
        .boys span:nth-child(1) {
            animation-name: jump-off-1;
        }
        .boys span:nth-child(2) {
            animation-name: jump-off-2;
        }
        .boys span:nth-child(3) {
            animation-name: jump-off-3;
        }
        .boys span:nth-child(4) {
            animation-name: jump-off-4;
        }
        @keyframes jump-off-1 {
            0%, 15% {
                transform: rotate(0deg);
            }
            35%, to {
                transform-origin: -50% center;
                transform: rotate(-180deg);
            }
        }
        /* 省略其他男孩动画 */
        .container span:before {
            content: '';
            position: absolute;
            width: inherit;
            height: inherit;
            border-radius: 15%;
            box-shadow: 0 0 .1em rgba(0, 0, 0, .3);
        }
        .girl:before {
            background-color: hotpink;
        }
        .boys span:before {
            background-color: #1e90ff;
            animation: var(--duration) ease-in-out infinite alternate;
        }
        .boys span:nth-child(1):before {
            filter: brightness(1);
            animation-name: jump-down-1;
        }
        /* 省略其他动画 */
        /* 按钮样式 */
        .button-container {
            display: flex;
            flex-direction: column; /* 垂直排列按钮 */
            gap: 20px;
            margin-top: 30px;
            align-items: center; /* 居中按钮 */
        }
        button {
            padding: 12px 24px;
            font-size: 18px;
            cursor: pointer;
            border: none;
            border-radius: 5px;
            color: white;
            transition: background-color 0.3s ease;
            width: 200px; /* 设置固定宽度 */
        }
        .green-button {
            background-color: #4CAF50;
        }
        .green-button:hover {
            background-color: #45a049;
        }
        .red-button {
            background-color: #f44336;
        }
        .red-button:hover {
            background-color: #e53935;
        }
    </style>
</head>
<body>
    <div class="container">
        <span class="girl"></span>
        <div class="boys">
            <span></span>
            <span></span>
            <span></span>
            <span></span>
        </div>
    </div>
    <!-- 跳转按钮 -->
    <div class="button-container">
        <button class="green-button" onclick="window.location.href='https://129.baomitu.65xl.cn/tools/user/login.php?back=index'">24小时自助下单</button>
        <button class="red-button" onclick="window.location.href='https://129.baomitu.65xl.cn/tools/user/login.php?back=index'">进入下单平台2号</button>
    </div>
</body>
</html>
