.zj_main_sear {
    padding: 0 75px;
    padding-bottom: 60px;
    padding-top: 38px;
    background: #FFFFFF;
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.06);
}

.zj_main_box {
    padding-top: 36px;
    padding-bottom: 52px;
}

.sear_input {
    height: 50px;
    background: #F2F2F2;
    border: 1px solid #CCCCCC;
    outline: none;
    flex: 1;
    padding: 0 22px;
    font-weight: 400;
    font-size: 18px;
    color: #414141;
}

.sear_btn {
    width: 184px;
    height: 50px;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    background: #640000;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
}

.sear_top {
    width: 850px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.sear_font {
    width: 850px;
    margin: 0 auto;
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    margin-top: 16px;
    padding-left: 22px;
}

.sear_font1 {
    color: #640000;
}

.sear_font2 {
    color: #BE8C4B;
}

.sear_txt {
    margin-top: 60px;
}

.sear_name {
    font-weight: 400;
    font-size: 18px;
    color: #000000;
}

.sear_time {
    font-weight: 400;
    font-size: 18px;
    color: #969696;
    flex: none;
    margin-left: 16px;
}

.sear_li_top {
    display: flex;
    justify-content: space-between;
}

.sear_li {
    padding-bottom: 24px;
    margin-bottom: 34px;
    border-bottom: 1px solid #E1E1E1;
}

.sear_js {
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    color: #939393;
    margin-top: 8px;

}

.sear_li:last-child {
    border: 0;
    margin-bottom: 0;
}

.hrader_search {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
}

.hrader_search_1 {

    margin: 100px auto;
    width: 1200px;
    height: 300px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) -109.12%, rgba(0, 0, 0, 0) 16.85%), #FFFFFF;
}

.hrader_search_2 {
    width: 850px;
    height: 100%;
    display: flex;
    align-items: center;
    margin: 0 auto;
}

.hrader_search_btn {
    right: 0;
    top: 24px;
    width: 32px;
    height: 32px;
}

.hrader_search_btn svg {
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 1250px) {
    .hrader_search_1 {
        margin-top: 70px;
    }

    .hrader_search_1 {
        width: 950px;
    }

    .sear_top {
        width: 700px;
    }
}

@media screen and (max-width: 1250px) {
    .hrader_search_1 {
        width: 100%;
    }

    .hrader_search_2 {
        width: 100%;
    }

    .hrader_search_1 {
        width: 100%;
        height: 200px;
    }

    .sear_top {
        width: 90%;
    }

    .sear_btn {
        width: 90px;
        height: 40px;
        font-size: 14px;
        margin-left: 10px;
    }

    .sear_input {
        height: 40px;
        padding: 0px 14px;
        font-size: 14px;
    }

    .hrader_search_btn {
        right: 4%;
        top: 24px;
    }

    /* 搜索结果页面 */
    .sear_font {
        width: 90%;
        font-size: 12px;
        margin-top: 10px;
        padding: 0 0px;
    }

    .zj_main {
        padding: 0px 12px;
        padding-bottom: 30px;
        padding-top: 30px;

    }

    .sear_li {
        padding-bottom: 16px;
        margin-bottom: 16px;
    }

    .sear_name,
    .sear_time {
        font-size: 14px;
    }

    .sear_js {
        font-size: 12px;
        line-height: 160%;
        margin-top: 6px;
    }

    .sear_txt {
        margin-top: 30px;
    }
}