<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">    .raw-html-embed {
        width: 800px;
        height: 640px;
        overflow: hidden;
        position: relative;
        z-index: 1;
        background: #EDEDED;
    }

    .raw-html-embed .my-map {
        width: 800px;
        height: 640px;
        position: relative;
        left: 50%;
        top: 50%;
        margin-left: -400px;
        margin-top: -320px;
    }

    @media (max-width: 640px) {
        .raw-html-embed {
            height: 300px;
        }
    }

    /* 琛ㄥ崟鐣欒█ */
    form {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    form input,
    form textarea {
        background: #fff;
        border: 1px solid #BDBDBD;

    }

    form .input1 {
        width: 48%;
        border-bottom: 1px solid #ccc;
        margin-bottom: 20px;
        height: 60px;
        padding: 0 15px;
    }

    form textarea {
        width: 100%;
        border-bottom: 1px solid #ccc;
        margin-bottom: 20px !important;
        height: 175px;
        padding: 10px 15px;
        outline: none;
    }

    .codeBox {
        width: 50%;
        display: flex;
        justify-content: space-between;
    }

    .codeBox .input3 {
        width: calc(100% - 150px);
        border-bottom: 1px solid #ccc;
        margin: 0;
        height: 45px;
        padding: 0 15px;
    }

    .codeBox img {
        width: 120px;
        height: 45px;
        object-fit: cover;
    }

    .input4 {
        margin-top: 30px;
        width: 100%;
        height: 45px;
        background: #ccc;
        color: #333;
        border: 0px;
        font-size: 18px;
    }

    @media (max-width:1200px) {
        form .input1 {
            width: 48%;
            margin-bottom: 10px;
            height: 45px;
        }
    }

    @media (max-width:720px) {
        .codeBox .input3 {
            width: calc(100% - 140px);
        }

        .codeBox {
            width: 100%;
        }

        form .input1 {
            width: 100%;
        }

        form textarea {
            height: 100px;
        }
    }</pre></body></html>