[v-cloak] {
    display: none;
}
.s_page_back {
    background: url("./search_test.png") no-repeat left top;
    background-size: 100% auto;
    overflow: hidden;
}
.condition {
    padding: 0 18px;
}
.co_raw {
   overflow: hidden;
}
.co_line {
    width: 100%;
    height: 1px;
    background: #ddd;
    margin: 20px 0;
}
.co_title {
    color: #00489D;
    font-size: 18px;
    font-weight: bold;
    padding: 18px;
    border-bottom: 1px dashed #eee;
}
.s_column_name {
    border-bottom: 1px dashed #eee;
    padding: 18px 0;
}
 .s_column_name:last-child {
    border-bottom: none;
}
.s_column_name .i_r_wrap {
    cursor: pointer;
}
.serach_list li {
    padding: 15px 0;
    border-bottom: 1px solid #d6d6d6;
    color: #999;
}
.serach_list li i {
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #00489D;
    margin-right: 10px;
}
.serach_list li a {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #333;
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
}
.serach_list li .des, .serach_list li .time {
    font-size: 14px;
    line-height: 21px;
    margin: 10px 0;
}
.serach_list li a em {
    color: #ee1e2f;
    font-style: normal;
    font-weight: bold;
}
.serach_list li a:hover {
    color: #00489D;
}
.empty_box {
    text-align: center;
    color: #d4d4d4;
}
.empty_box img {
    margin: 20px auto;
}
.loading {
    justify-content: center;
    margin: 20px auto;
    color: #7d7d7d;
}
.load_icon {
    width: 25px;
    margin-right: 5px;
}
.search_nav {
    color: #7d7d7d;
    padding-bottom: 18px;
    border-bottom: 1px solid #eee;
}
.my_page {
    justify-content: center;
    margin-top: 25px;
}
.my_page li {
    width: 35px;
    height: 35px;
    background: #d4d4d4;
    color: #fff;
    border-radius: 3px;
    text-align: center;
    line-height: 35px;
    cursor: pointer;
    margin-right: 10px;
}
.my_page .first_page, .my_page .last_page {
    width: auto;
    padding: 0 10px;
}
.my_page .activePage {
    background: #00489D;
}
.s_page_box {
    width: 780px;
    background-color: #FFFFFF;
    height: 48px;
    margin: 80px auto;
    border-radius: 50px;
}
.s_page_icon {
    font-size: 24px;
    margin-left: 15px;
    color: #7d7d7d;
}
.s_page_btn {
    width: 134px;
    height: 48px;
    background: #00A7EA;
    border-radius: 0px 150px 150px 0px;
    color: #fff;
    text-align: center;
    line-height: 48px;
}
.s_page_box input {
    flex: 1;
    margin: 0 10px;
    height: 100%;
    outline: none;
    background: transparent;
    border: none;
    font-size: 18px;
    color: #7d7d7d;
}
@media screen and (max-width: 769px) {
    .s_page_box {
        width: 96%;
        /* margin: 10px; */
        margin: 10px auto;
        height: 35px;
    }
    .s_page_btn {
        width: 80px;
        height: 35px;
        line-height: 35px;
        font-size: 12px;
    }
    .s_page_box input {
        font-size: 16px;
    }
    .list_wrap {
        flex-wrap: wrap;
    }
    .serach_list li a {
        font-size: 16px;
        line-height: 18px;
    }
    .serach_list li .des, .serach_list li .time {
        font-size: 12px;
        margin: 5px 0;
        line-height: 18px;
    }
    .serach_list li {
        padding: 6px 0;
    }
    .my_page li {
        font-size: 12px;
        margin-right: 4px;
    }
    .my_page .first_page, .my_page .last_page {
        padding: 0 5px;
    }
    .search_box_l {
        display: block;
        width: 100%;
        margin-bottom: 20px;
    }
    .par_title {
        font-size: 16px;
        height: 36px;
        padding-left: 10px;
    }
    .s_column_name {
        font-size: 12px;
        padding: 0;
    }
    .co_raw {
        display: flex;
        align-items: center;
        height: 50px;
    }
    .co_line {
        margin: 2px 0;
    }
    .condition {
        padding: 0 8px;
    }
    .i_r_wrap {
        display: flex;
        align-items: center;
        margin-right: 6px;
    }
}