<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>展示页面</title>
    <link rel="stylesheet" href="./css/index.css?20200422">
    <style>
        html {
            color: #000
        }

        body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
            margin: 0;
            padding: 0;
            word-break:break-all;
            font-family: "PingFang SC", "Microsoft YaHei", "HanHei SC", "Helvetica Neue", "Open Sans", Arial, "Hiragino Sans GB",  微软雅黑, STHeiti,  "WenQuanYi Micro Hei", SimSun, sans-serif;
        }

        body {
            max-width: 1920px;
        }
        button{outline: none;}

        *{
            text-decoration: none;
        }

        table {
            border-collapse: collapse;
            border-spacing: 0
        }

        fieldset, img {
            border: 0
        }

        address, caption, cite, code, dfn, em, strong, th, var {
            font-style: normal;
            font-weight: normal
        }

        ol, ul {
            list-style: none
        }

        caption, th {
            text-align: left
        }

        h1, h2, h3, h4, h5, h6 {
            font-size: 100%;
            font-weight: normal
        }

        abbr, acronym {
            border: 0;
            font-variant: normal
        }

        sup {
            vertical-align: text-top
        }

        sub {
            vertical-align: text-bottom
        }

        input, textarea, select {
            font-family: inherit;
            font-size: inherit;
            font-weight: inherit;
            *font-size: 100%
        }
        .content {
            max-width: 1920px;
        }
        .content .footer div {
            width: 1200px;
            margin: 0 auto;
            text-align: center;
            font-size: 12px;
        }
        .content .footer {
            padding: 10px 0;
            background: #3d3e4a;
            color: #666B76;
        }
        .content .footer a {
            margin: 0.5em auto;
            font-size: 12px;
            color: #666B76;
        }
        .content .footer a:hover {
            color: #ffff;
        }

    </style>
</head>
<body>
    <div class="content">
        <div class="page">
            <img src="/images/1.png" alt="" style="width: 100%">
            <div class="footer">
                <div>
                    <a href="http://www.beian.gov.cn/portal/registerSystemInfo?recordcode=11010502048015" target="_blank">京公网安备 11010502048015号</a>
                    <a href="/wp-content/uploads/2022/11/certificate.jpg" target="_blank">增值电信业务经营许可证</a>
                    <a href="https://beian.miit.gov.cn/" target="_blank">京ICP备17003386号</a>
                    北京螳螂科技有限公司 2022 © All Rights Reserved.
                </div>
            </div>
        </div>
    </div>
</body>
</html>
