.download_software_flag{
    cursor: pointer;
}
.search_body {
    font-family: "Microsoft YaHei UI";
    box-sizing: border-box;
}

.search_banner {
    width: 100%;
    max-width: 1920px;
    height: 320px;
    margin: 0 auto;
    background: url("/static/img/search/search_banner.png") no-repeat center center;
}

.search_banner_content {
    max-width: 1400px;
    height: 100%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.search_banner_left {
    width: 896px;
    height: 68px;
    display: flex;
    align-items: center;
    padding: 0 24px;
    background: url("/static/img/search/search_top_input.png") no-repeat center center;
}

.search_banner_input {
    flex: 1;
    height: 42px;
    line-height: 42px;
    padding: 0 8px;
    border: none;
    color: #999;
    font-size: 16px;
    font-weight: 400;
}


.search_banner_button {
    width: 110px;
    height: 41px;
    margin-left: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: url("/static/img/search/search_top_button_bg.png") no-repeat center center;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
}

.search_banner_button img {
    width: 20px;
    height: 20px;
    margin-right: 4px;
}


.search_banner_right {
    display: block;
    width: 316px;
    height: 180px;
}

/*.search_banner_download{*/
/*display: block;*/
/*width: 198px;*/
/*height: 42px;*/
/*line-height: 42px;*/
/*text-align: center;*/
/*margin: auto;*/
/*color: #333;*/
/*font-size: 16px;*/
/*font-weight: 700;*/
/*border-radius: 6px;*/
/*background: #FFF200;*/
/*}*/


.search_content {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    padding: 24px;
}

.search_content_left {
    max-width: 976px;
    min-width: 316px;
    flex: 1;
}

.search_tab {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    padding-bottom: 4px;
    margin-bottom: 16px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}

.search_tab_item {
    display: flex;
    align-items: center;
    color: #666;
    font-size: 18px;
    font-weight: 400;
    margin-right: 36px;
    padding-bottom: 4px;
}

.search_tab_item:hover {
    color: #005EFF !important;
}

.search_tab_item:hover .search_tab_img_pc img {
    transform: translateX(-24px);
}

.search_tab_item_active {
    color: #005EFF;
    border-bottom: 2px solid #005EFF;
}

.search_tab_item_active .search_tab_img_pc img {
    transform: translateX(-24px);
}

.search_tab_img_pc {
    width: 24px;
    height: 24px;
    overflow: hidden;
    margin-right: 12px;
}

.search_tab_img_mobile {
    display: none;
}

.search_result_text {
    color: #666;
    font-size: 12px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 16px;
}

.search_result_blue {
    color: #0071F1;
}

.search_result_red {
    color: #DB4914;
}

.search_type_card_item {
    display: flex;
}

.search_type_card_title {
    width: 80px;
    color: #666;
    font-size: 12px;
    font-weight: 400;
    line-height: 22px;
}


.search_type_card_label {
    min-height: 32px;
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding-bottom: 8px;
    margin-bottom: 8px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}

.search_type_card_label {
    height: 32px;
    overflow: hidden;
}

.search_type_card_label_active {
    height: auto;
}


.search_type_card_item:last-child .search_type_card_label {
    border-bottom: none;
}

.search_type_card_label_item {
    padding: 0 12px;
    color: #333;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}

.label_item_active {
    color: #005EFF;
    border-radius: 4px;
    border: 1px solid #005EFF;
}

.search_type_card_label_item:hover {
    color: #005EFF;
}

.label_item_active:hover {
    color: #005EFF !important;
}

.search_type_card_more {
    width: 60px;
    display: flex;
    padding-left: 8px;
    color: #666;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    cursor: pointer;
}
.search_type_card_more_img{
    width: 18px;
    height: 18px;
    margin: 2px;
    overflow: hidden;
}


.search_content_list_item {
    width: 100%;
    padding: 16px;
    margin-bottom: 12px;
    display: block;
}

.search_content_list_item:hover {
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.20);
}

.search_content_list_item_top {
    width: 100%;
    display: flex;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}

.search_list_item_img {
    width: 164px;
    height: 94px;
    border-radius: 10px;
    margin-right: 16px;
}
.search_list_item_img img{
   max-width: 100%;
   max-height: 100%;
}

.search_list_item_text {
    flex: 1;
    overflow: hidden;
    padding-top: 8px;
}

.search_list_item_name {
    line-height: 22px;
    overflow: hidden;
    color: #333;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 8px;
}

.search_list_item_label {
    display: inline-block;
    height: 22px;
    line-height: 22px;
    padding: 0 10px;
    border-radius: 4px;
    margin-right: 8px;
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
}

.label_red {
    background: #F25D38;
}

.label_blue {
    background: #0071F2;
}

.label_green {
    background: #009E35;
}

.search_list_item_remark {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #666;
    font-size: 13px;
    font-weight: 400;
    line-height: 22px;
}

.search_content_list_item_bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 8px;
    color: #999;
    font-size: 12px;
    font-weight: 400;
}

.search_content_list_item_bottom_left {
    display: flex;
    align-items: center;
}

.search_content_list_item_bottom_left div {
    display: flex;
    align-items: flex-end;
}

.search_content_list_item_bottom_left img {
    margin-right: 4px;
}

.search_content_list_item_bottom_right {
    display: flex;
    align-items: center;
}

.search_content_list_item_bottom_right img {
    margin-right: 4px;
}

.search_content_download {
    display: inline-block;
    width: 140px;
    height: 38px;
    line-height: 38px;
    border-radius: 8px;
    text-align: center;
    background: linear-gradient(90deg, #008FFF 0.33%, #00CFBE 103.1%);
    color: #FFF;
    font-size: 14px;
    font-weight: 700;
    margin-left: 16px;
}

.search_content_download:hover {
    color: #FFF;
}

.search_no_data {
    text-align: center;
    height: auto;
    min-height: 450px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
}

.search_no_data_text {
    color: #999;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
}

.search_back {
    display: inline-block;
    width: 170px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    border-radius: 32px;
    background: linear-gradient(96deg, #2296F1 13.26%, #00D4C3 104.1%);
    color: #FFF;
    font-size: 16px;
    font-weight: 700;
}

.search_back:hover {
    color: #FFFFFF;
}
.page_list {
    display: flex;
    justify-content: end;
    gap: 8px;
}
.page_list_mobile {
    display: none;
}

.page_list_item {
    min-width: 32px;
    height: 32px;
    line-height: 32px;
    padding: 0 4px;
    text-align: center;
    border-radius: 3px;
    border: 1px solid #DCDCDC;
}

.page_list_item_current {
    color: #FFF;
    background: #0052D9;
}

.page_list_item_current:hover {
    color: #FFF;
}

.page_list_item_disabled {
    color: #BDBDBD;
    border: none;
    cursor: not-allowed;
}

@media (max-width: 780px) {
    .search_banner {
        height: 100px;
    }

    .search_banner_left {
        width: 325px;
        height: 44px;
        padding: 0 12px;
        box-sizing: border-box;
        background: url("/static/img/search/search_top_inputs.png") no-repeat center center;
    }

    .search_banner_button {
        width: 76px;
        min-width: 76px;
        height: 33px;
        margin-left: 12px;
        color: #000;
        font-size: 14px;
        background: url("/static/img/search/search_top_button_bgs.png") no-repeat center center;
    }

    .search_type_card_title {
        width: 60px;
    }

    .search_banner_right {
        display: none;
    }

    .search_tab_item {
        margin-right: 18px;
    }


    .search_tab_img_pc {
        display: none;
    }

    .search_tab_img_mobile {
        width: 16px;
        height: 16px;
        overflow: hidden;
        margin-right: 12px;
        display: block;
    }

    .search_tab_item:hover .search_tab_img_mobile img {
        transform: translateX(-16px);
    }

    .search_tab_item_active .search_tab_img_mobile img {
        transform: translateX(-16px);
    }

    .search_result_text {
        margin-bottom: 8px;
    }

    .search_content {
        padding: 12px;
    }

    .search_content_list_item {
        padding: 12px 0;
    }

    .search_content_list_item:hover {
        border-radius: 0;
        background: none;
        box-shadow: none;
    }

    .search_content_list_item_bottom_left {
        flex-wrap: wrap;
        line-height: 1.5;
    }

    .search_content_download {
        width: 100px;
        height: 32px;
        line-height: 32px;
    }

    .search_content_right {
        margin-top: 24px;
    }

    .page_list_pc {
        display: none;
    }

    .page_list_mobile {
        display: flex;
        justify-content: center;

    }
    .search_list_item_img {
        width: 120px;
        height: 68px;
        border-radius: 10px;
        margin-right: 12px;
    }
    .search_list_item_remark {
        -webkit-line-clamp: 1;
    }
    .search_list_item_label {
        margin-right: 0;
    }
}
