<!DOCTYPE html>
<html lang="en">

<head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>HK CULTURE PLUS TECHNOLOGY LIMITED</title>
    <style>
        * {
            padding: 0;
            margin: 0;
        }

        html,
        body {
            position: relative;
            min-height: 100vh;
            overflow: hidden;
        }

        .header {
            width: 100%;
            height: 66px;
            background: rgb(197 76 31);
        }

        .head {
            width: 1000px;
            margin: 0 auto;
        }

        .head h1 {
            font-size: 24px;
            line-height: 66px;
            color: #fff;
        }

        .section {
            width: 1000px;
            margin: 0 auto;
            min-height: 500px;
        }

        .section h2 {
            text-align: center;
            line-height: 86px;
            font-size: 28px;
            font-weight: normal;
        }

        .section p {
            font-size: 22px;
            margin-bottom: 20px;
        }

        .section h3 {
            font-size: 22px;
            margin-bottom: 20px;
            color: #2b78ff;
            font-weight: normal;
        }

        .group {
            font-size: 26px !important;
        }

        .footer {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 120px;
            background: #301f1f;
        }

        .foot {
            width: 1000px;
            margin: 0 auto;
            display: flex;
        }

        .left {
            width: 250px;
            height: 120px;
        }

        .left h1 {
            font-size: 24px;
            color: #fff;
            line-height: 110px;
        }

        .right {
            flex: 1;
        }

        .right ul li {
            display: inline-block;
            width: 80px;
            margin-top: 30px;
            vertical-align: super;
        }

        .right ul li:last-child {
            width: 180px;
            color: #fff;
            font-size: 16px;
            line-height: 60px;
            vertical-align: super;
        }
    </style>
</head>

<body>
    <div class="header">
        <div class="head">
            <h1>HK CULTURE PLUS TECHNOLOGY LIMITED</h1>
        </div>

    </div>
    <div class="section">
        <h2>Contact Us</h2>
        <p class="group">HK CULTURE PLUS TECHNOLOGY LIMITED</p>
        <p>Business mail:</p>
        <h3>dev@cultureplus.mobi</h3>
        <p>Customer service email:</p>
        <h3>dev@cultureplus.mobi</h3>
    </div>
    <div class="footer">
        <div class="foot">
            <div class="left">
                <h1>HK CULTURE PLUS TECHNOLOGY LIMITED</h1>
            </div>
            <div class="right">
                <ul>
                    <li>
                        <img src="https://h5cdn.dmw11.com/images/facebook_icon.png" alt="">
                    </li>
                    <li>
                        <img src="https://h5cdn.dmw11.com/images/twiter_icon.png" alt="">
                    </li>
                    <li>
                        <img src="https://h5cdn.dmw11.com/images/youtube_icon.png" alt="">
                    </li>
                    <li>
                        <img src="https://h5cdn.dmw11.com/images/titok_icon.png" alt="">
                    </li>
                    <li style="width: 300px;
                    line-height: 23px;">
                        @ 2023 HK CULTURE PLUS TECHNOLOGY LIMITED
                    </li>
                </ul>
            </div>
        </div>
    </div>
</body>

</html>