<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .search-box {
        margin: 0px;
        padding: 5px 5px;
        background: #fff;
    }

        .search-box .input-box {
            padding: 0px;
        }

    #keywords {
        width: 100%;
        outline: none;
    }

    #mobile_Content {
        display: block;
        min-height: 100%;
        background: #fff;
    }

        #mobile_Content &gt; div:first-child {
            background: #f5f5f5;
        }

        #mobile_Content .weui-panel:after {
            display: none;
        }

    #web_Content {
        display: none;
    }

    #mobile_Content .header1 {
        display: block;
        height: 44px;
        background: #fff;
    }

        #mobile_Content .header1 h3 {
            display: block;
            line-height: 44px;
            color: #333;
            font-size: 16px;
            font-weight: 400;
            padding-left: 20px;
        }

    .page__bd &gt; div:not(:first-child) {
        margin-top: 0px;
        padding-bottom: 10px;
    }

        .page__bd &gt; div:not(:first-child):before {
            content: '';
            display: block;
            position: absolute;
            width: 100%;
            background: #f5f5f5;
            height: 10px;
            left: 0;
        }

    .drp_ques_Info &gt; div {
        padding: 0px 0px;
    }


    .drp_ques_Info .info-title h1 {
        color: #333;
        font-size: 17px;
        font-weight: 700;
        margin: 0 0 5px;
    }

    .drp_ques_Info .info-title {
        padding-top: 0px;
    }

    .drp_ques_Info .info-content {
        padding-top: 20px;
        padding-bottom: 20px;
    }


    .drp_ques_Info_next {
        display: block;
        padding: 15px 15px 20px 15px !important;
    }


    #mobile_Content .weui-panel:after {
        display: none;
    }

    #web_Content {
        display: none;
    }

    .meta {
        margin: 15px;
    }

        .meta .meta-tit {
            color: #333;
            font-size: 17px;
            font-weight: 700;
            margin: 0 0 5px;
        }

        .meta .meta-info {
            font-size: 12px;
            color: #cecece;
            line-height: 1.8em;
        }

            .meta .meta-info span {
                margin-right: 5px;
            }

                .meta .meta-info span i {
                    margin-right: 3px;
                    font-size: 13px;
                }
}
</pre></body></html>