/* 2020-02-03 新增样式 */

        .seat {
            display: none;
            width: 37px;
            height: 10px;
            margin-right: 0;
        }

            .seat.show {
                display: inline-block;
            }

        .filter-container {
            display: none;
        }

        .lxfk_container {
            border: 5px solid #F2F9FF;
        }

            .lxfk_container.second {
                margin-top: 50px;
            }

        .title_container {
            position: relative;
            padding-top: 25px;
            padding-left: 25px;
        }

        .blqk_item {
            margin-left: 120px;
            margin-top: 30px;
            margin-bottom: 30px;
            display: inline-block;
            font-size: 16px;
        }

            .blqk_item.first{
                width:237px;
            }

            .blqk_item img {
                vertical-align: middle;
            }

                .blqk_item img.little_icon {
                    margin-right: 5px;
                }

            .tj_date {
                padding: 10px 25px;
                background-color: #4A90E2;
                color: #fff;
                border-radius: 10px;
                font-weight: bold;
                display: inline-block;
                position: relative;
            }

        .tj_date_selection {
            position: absolute;
            top: 45px;
            left: 0;
            width: 415px;
            height: 400px;
            overflow-y: auto;
            font-size: 0;
            border: 1px solid #eee;
            padding-top: 15px;
            padding-left: 15px;
            z-index: 99;
            display: none;
            background-color: #fff;
        }

            .tj_date_selection.show {
                display: block;
            }

            .tj_date_selection .selectItem {
                display: inline-block;
                margin-bottom: 15px;
                margin-right: 15px;
                padding: 5px;
                border-radius: 5px;
                border: 1px solid #666;
                background-color: #fff;
                color: #333;
                font-size: 16px;
                cursor: pointer;
            }

                .tj_date_selection .selectItem input[type=text] {
                    width: 0;
                    height: 0;
                    font-size: 0;
                }

                .tj_date_selection .selectItem:hover {
                    border: 1px solid #4A90E2;
                    color: #4A90E2;
                }

                .tj_date_selection .selectItem.curr {
                    background-color: #4A90E2;
                    border: 1px solid #4A90E2;
                    color: #fff;
                }

        .tb_col1, .tb_col2, .tb_col3 {
            display: inline-block;
            vertical-align: top;
        }

        .tb_col1 {
            width: 785px;
            padding-left: 17px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        .main.zcjdlb.clear .tb_col1 i {
            display: inline-block;
            width: 5px;
            height: 5px;
            border-radius: 50%;
            background-color: #ccc;
            margin-right: 10px;
            position: relative;
            bottom: 3px;
        }

        .tb_col1 a:hover {
            color: #4A90E2;
        }

        .tb_col2.tb_head_cell{
            padding-left:0;
        }

        .tb_col2 {
            width: 170px;
            text-align: left;
            padding-left: 55px;
        }

        .tb_col3 {
            width: 170px;
            text-align: center;
        }

        .tb_head_cell {
            font-size: 18px;
            color: #fff;
            background-color: #4A90E2;
            text-align: center;
            line-height: 1.5;
            padding-top: 12px;
            padding-bottom: 12px;
            font-weight: bold;
        }

        .tb_head {
            background-color: #4A90E2;
        }

        /*我要写信按钮样式*/
        a.btn_orange, a.btn_orange:visited, a.btn_orange:hover, a.btn_orange:link, a.btn_orange:active {
            font-size: 16px;
            padding-top: 10px;
            padding-bottom: 10px;
            padding-left: 25px;
            padding-right: 25px;
            border-radius: 5px;
            color: #fff;
            background-color: #F5A623;
            line-height: 1;
        }

        .num_count {
            font-size: 22px;
            font-weight: bold;
            color: #4A90E2;
        }

        .title-red {
            border-bottom: 0;
            margin-bottom: 0;
        }

        .table_area {
            margin-left: 23px;
            margin-right: 23px;
            margin-top: 15px;
        }

        .tb_row {
            border-top: 1px dashed #E3E3E3;
            font-size: 16px;
            line-height: 1.5;
            padding-top: 15px;
            padding-bottom: 15px;
        }

            .tb_row img {
                vertical-align: middle;
                margin-right: 10px;
            }

            .tb_row.first {
                border-top: 0;
            }

        #linkWriteLetter {
            position: absolute;
            right: 60px;
            bottom: 10px;
        }

        .main.zcjdlb.clear i, .main.zcjdlb.clear span, .main.zcjdlb.clear label, .main.zcjdlb.clear a {
            display: inline;
        }

        .shadow {
            position: fixed;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            background-color: #000;
            opacity: 0.7;
            z-index: 99;
            display: none;
        }

        /* 2020-02-03 新增样式衰败 */
        @media screen and (max-device-width: 768px) {
            /*箭头占位符*/
            .seat {
                display: none;
                width: 0.45rem;
                height: 0.1rem;
                margin-right: 0;
            }

                .seat.show {
                    display: inline-block;
                }

            .filter-container {
                display: none;
            }

            /*页面两个蓝框区域的样式*/
            .lxfk_container {
                border: 0.1rem solid #F2F9FF;
            }

                /*页面两个蓝框区域的样式*/
                .lxfk_container.second {
                    margin-top: 0.3rem;
                    margin-bottom: 1rem;
                }

                /*办理情况标题容器*/
            .title_container {
                position: relative;
                padding-top: 0.05rem;
                padding-left: 0.25rem;
            }

            /*办理情况内容容器*/
            .blqk_item {
                margin-left: 0.25rem;
                margin-top: 0.3rem;
                margin-bottom: 0.3rem;
                display: inline-block;
                font-size: 0.26rem;
            }

                .blqk_item.first {
                    width: auto;
                }
                /*办理情况时间的图标、两个数量前面的图标*/
                .blqk_item img {
                    vertical-align: middle;
                    /*margin-right: 0.05rem;*/
                    width: 0.4rem;
                    position: relative;
                    top: -0.02rem;
                }

            /*办理情况数字的样式*/
            .num_count {
                font-size: 0.4rem;
                font-weight: bold;
                color: #4A90E2;
            }

            .tj_date {
                padding: 10px 25px;
                background-color: #4A90E2;
                color: #fff;
                border-radius: 10px;
                font-weight: bold;
                display: inline-block;
                position: relative;
            }

            .tj_date_selection {
                position: absolute;
                top: 0.8rem;
                left: 0;
                width: 4.5rem;
                height: 5rem;
                overflow-y: auto;
                font-size: 0;
                border: 1px solid #eee;
                padding-top: 0.25rem;
                padding-left: 0.25rem;
                z-index: 99;
                display: none;
                background-color: #fff;
            }

                .tj_date_selection.show {
                    display: block;
                }

                .tj_date_selection .selectItem {
                    display: inline-block;
                    margin-bottom: 0.15rem;
                    margin-right: 0.15rem;
                    padding: 0.05rem;
                    border-radius: 0.05rem;
                    border: 0.02rem solid #666;
                    background-color: #fff;
                    color: #333;
                    font-size: 0.24rem;
                    cursor: pointer;
                }

                    .tj_date_selection .selectItem input[type=text] {
                        width: 0;
                        height: 0;
                        font-size: 0;
                    }

                    .tj_date_selection .selectItem:hover {
                        border: 0.02rem solid #4A90E2;
                        color: #4A90E2;
                    }

                    .tj_date_selection .selectItem.curr {
                        background-color: #4A90E2;
                        border: 0.02rem solid #4A90E2;
                        color: #fff;
                    }

            /*表格列样式*/
            .tb_col1, .tb_col2, .tb_col3 {
                display: inline-block;
                vertical-align: top;
            }

            /*第一列*/
            .tb_col1 {
                width: 100%;
                padding-left: 0.17rem;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
                margin-bottom:0.2rem;
            }

            .main.zcjdlb.clear .tb_col1 i {
                display: inline-block;
                width: 0.08rem;
                height: 0.08rem;
                border-radius: 50%;
                background-color: #ccc;
                margin-right: 0.1rem;
                position: relative;
                bottom: 0.03rem;
            }

            .tb_col1 a:hover {
                color: #4A90E2;
            }

            .tb_col2 {
                width: 50%;
                text-align: left;
                padding-left:0.25rem;
            }

            .tb_col3 {
                width: auto;
                text-align: left;
            }

            /*.tb_head_cell {
                font-size: 18px;
                color: #fff;
                background-color: #4A90E2;
                text-align: center;
                line-height: 1.5;
                padding-top: 12px;
                padding-bottom: 12px;
                font-weight: bold;
            }*/

            /*列表头部*/
            .tb_head {
                display:none;
                background-color: #4A90E2;
            }

            /*我要写信按钮样式*/
            a.btn_orange, a.btn_orange:visited, a.btn_orange:hover, a.btn_orange:link, a.btn_orange:active {
                font-size: 0.26rem;
                padding-top: 0.2rem;
                padding-bottom: 0.2rem;
                padding-left: 0.3rem;
                padding-right: 0.3rem;
                border-radius: 0.1rem;
                color: #fff;
                background-color: #F5A623;
                line-height: 1;
            }

            .title-red {
                border-bottom: 0;
                margin-bottom: 0;
            }

            /*列表容器样式*/
            .table_area {
                margin-left: 0.23rem;
                margin-right: 0.23rem;
                margin-top: 0.15rem;
            }

            /*列表行样式*/
            .tb_row {
                border-top: 0.02rem dashed #E3E3E3;
                font-size: 0.26rem;
                line-height: 1.5;
                padding-top: 0.2rem;
                padding-bottom: 0.2rem;
            }

                /*列表中图标的样式*/
                .tb_row img {
                    vertical-align: middle;
                    margin-right: 0.1rem;
                    height: 0.3rem;
                    position: relative;
                    top: -0.03rem;
                }

                .tb_row.first {
                    border-top: 0;
                }

                /*我要写信按钮位置*/
            #linkWriteLetter {
                position: absolute;
                right: 0.25rem;
                bottom: 0;
            }

            .main.zcjdlb.clear i, .main.zcjdlb.clear span, .main.zcjdlb.clear label, .main.zcjdlb.clear a {
                display: inline;
            }
        }
   