        .pager {
            margin-bottom: 20px;
        }

        #search {
            min-width: 1200px;
        }

        .pager h1 {
            margin-top: 12px;
            font-size: 24px;
            color: #58687F;
            font-weight: bold;
        }

        .otherSelectChoose {
            width: 100%;
            height: 35px;
            line-height: 35px;
            background-color: red;
            color: #fff;
            font-size: 16px;
            text-align: center;
            border: none;
            vertical-align: top;
        }

        /*
                @media only screen and (max-width: 767px) {
                    section.media_search_val {
                        display: none;
                        position: fixed;
                        z-index: 9999;
                        width: 85% !important;
                        right: 0;
                        top: 0;
                        margin-top: 0 !important;
                        padding-left: 10px !important;
                        overflow-y: scroll;
                        height: 100% !important;
                        box-shadow: -10px 0 20px #ccc;
                        box-sizing: border-box;
                    }

                    .closeSelectsDia {
                        width: 97%;
                        text-align: center;
                        background-color: red;
                        color: #fff;
                        padding: 8px 0;
                        box-sizing: border-box;
                    }
                } */

        .media_search_list_detail .active {
            color: #00837e;
        }

        #contents .table_content_val .show_table_res .media_search_list_detail thead th {

            border-bottom: none;
            font-weight: bold;
            color: #000;
            border-bottom: 1px solid #ebeef5;
        }

        .show_table_res a {
            /*color:#2440b3*/
            color: #333;
        }

        .show_table_res a:hover {
            /*text-decoration: underline;*/
            /*color: #315efb;*/
        }

        /*链接开关*/
        .switch-container {
            position: relative;
            display: inline-block;
            width: 40px;
            height: 20px;
        }

        .switch {
            opacity: 0;
            width: 0;
            height: 0;
        }

        .switch-label {
            position: absolute;
            cursor: pointer;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background-color: #00837e;
            transition: .4s;
            border-radius: 10px;
        }

        .switch-label .switch-slider {
            position: absolute;
            height: 16px;
            width: 16px;
            left: 2px;
            bottom: 2px;
            background-color: white;
            transition: .4s;
            border-radius: 50%;
        }

        .switch:checked + .switch-label {
            background-color: #00607f;
        }

        .switch:checked + .switch-label .switch-slider {
            transform: translateX(20px);
        }