﻿@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 > 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 > div:not(:first-child) {
        margin-top: 0px;
        padding-bottom: 10px;
    }

        .page__bd > div:not(:first-child):before {
            content: '';
            display: block;
            position: absolute;
            width: 100%;
            background: #f5f5f5;
            height: 10px;
            left: 0;
        }

    .drp_ques_Info > 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;
                }



    .txt-list {
        position: relative;
        margin: 0;
        padding: 0;
    }

        .txt-list ul .nodata {
            margin: 0;
            padding: 0;
            display: block;
            color: #999;
            font-size: 14px;
            text-align: center;
            line-height: 80px;
            background: #fff;
        }

        .txt-list ul li {
            position: relative;
            margin: 0;
            padding: 0;
            background: #fff;
        }

            .txt-list ul li:active {
                background: #ececec;
            }

            .txt-list ul li > a {
                display: block;
                position: relative;
                margin-left: 15px;
                padding: 15px 15px 15px 0;
                font-size: 13px;
                color: #333;
                line-height: 1.1em;
                border-top: 1px solid #ececec;
            }

            .txt-list ul li:first-child > a {
                border-top: none;
            }

            .txt-list ul li > a:after {
                content: ".";
                display: block;
                height: 0;
                clear: both;
                visibility: hidden;
            }

            .txt-list ul li > a > img {
                float: left;
                margin-right: 15px;
                width: 70px;
                height: 70px;
            }

            .txt-list ul li > a > h2 {
                display: block;
                margin: 0;
                padding: 0;
                color: #333;
                font-size: 13px;
                font-weight: 400;
                line-height: 18px;
                white-space: nowrap;
                text-overflow: ellipsis;
                overflow: hidden;
            }

            .txt-list ul li > a .intro {
                padding-top: 6px;
                color: #999;
                font-size: 12px;
                line-height: 1.8em;
                height: 3.6em;
                text-overflow: ellipsis;
                overflow: hidden;
            }

            .txt-list ul li > a .note {
                padding-top: 6px;
            }

                .txt-list ul li > a .note p {
                    color: #999;
                    font-size: 12px;
                    line-height: 1.8em;
                    height: 1.8em;
                    white-space: nowrap;
                    text-overflow: ellipsis;
                    overflow: hidden;
                }

                    .txt-list ul li > a .note p .date {
                        display: inline-block;
                        margin-right: 5px;
                        color: #cecece;
                        font-style: normal;
                    }

                    .txt-list ul li > a .note p .hot {
                        display: block;
                        float: right;
                        padding: 0 2px;
                        color: #cecece;
                        font-style: normal;
                    }

                    .txt-list ul li > a .note p .price {
                        display: inline-block;
                        margin-right: 2px;
                        color: #f00;
                        font-size: 14px;
                        font-weight: 400;
                        font-style: normal;
                    }

            .txt-list ul li > a > .text {
                display: block;
                line-height: 18px;
                white-space: nowrap;
                text-overflow: ellipsis;
                overflow: hidden;
            }

            .txt-list ul li > a > .date {
                display: block;
                float: right;
                margin: 0 0.2em;
                padding: 0;
                color: #cecece;
                font-size: 12px;
                font-style: normal;
                line-height: 18px;
            }

            .txt-list ul li > a > .number {
                display: block;
                float: left;
                margin: 0 5px 0 0;
                padding: 0;
                width: 18px;
                height: 18px;
                line-height: 18px;
                color: #fff;
                font-size: 12px;
                font-style: normal;
                text-align: center;
                background: #333;
                border-radius: 18px;
                vertical-align: middle;
            }
}
