.search-content-bg {
    background-color: #F5F5F5;
}

.bidsearch_title {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: 50px;
    background-color: #fff;
}

.bidsearch_title_banner {
    display: flex;
    flex-direction: column;
    align-items: center;
    /*justify-content: space-evenly;*/
    justify-content: space-around;
    width: 100%;
    height: 96px;
    background: linear-gradient(180deg, #FFF6E5 0%, #F9C59A 100%);
    /*border: 1px solid #FFFFFF;*/
}

.bidsearch_title_banner-backimg {
    display: flex;
    width: 100%;
    height: 96px;
    background: url("../img/bjqy.png");
    border: 1px solid #FFFFFF;
}

.bidsearch_title_banner_1 {
    font-size: 20px;
    font-weight: bold;
    color: #8A291F;
}

.bidsearch_title_banner_2 {
    display: flex;
}

.bidsearch_title_banner_2 div {
    display: flex;
    align-items: center;
}

.bidsearch_title_banner_2 img {
    margin: 0 8px 0 40px;
}

.bidsearch_title_banner_2 span {
    font-size: 14px;
    color: #8A291F;
}

.bidsearch_title a {
    display: flex;
    align-items: center;
    height: 100%;
    font-size: 14px;
    padding: 0 10px;
}

.bidsearch_title_se {
    color: #DB4E3E;
    border-bottom: 2px solid #DB4E3E;
}

.bidsearch_title_no {
    flex: 1;
}

.bidsearch_title_right {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    border-radius: 4px;
    border: 1px solid #F46727;
}

.bidsearch_title_qyft_right {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    border-radius: 4px;
}

.bidsearch_title_right img {
    margin-right: 5px;
}

.bidsearch_title_right_1 {
    width: 164px;
}

.bidsearch_title_right_1 span {
    font-size: 16px;
    color: #F46727;
}

.bidsearch_title_right_2 {
    width: 180px;
    margin: 0 5px 0 10px;
    background: linear-gradient(142deg, #F68F45 0%, #F36626 100%);
}

.bidsearch_title_right_2 span {
    font-size: 16px;
    color: #FFFFFF;
}

.bidsearch_con_yx_box span {
    max-width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bidsearch_con_yx_box img {
    margin-left: 8px;
}

.bidsearch_con_more span {
    margin-right: 2px;
}

.bidsearch_con_title_keyword input {
    width: 122px;
    height: 26px;
    border-radius: 4px;
    border: 1px solid #CCCCCC;
    margin-left: 8px;
    margin-right: 8px;
    padding-left: 2px;
}

/*搜索列表*/
.bidsearch_list {
    width: 100%;
    display: flex;
    margin-top: 12px;
    justify-content: space-between;
}

/*搜索列表-左*/
.bidsearch_list_left {
    width: 895px;
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    margin-bottom: 12px;
}

.bidsearch_list_left_title {
    margin-top: 16px;
    margin-left: 16px;
    font-size: 16px;
    font-weight: bold;
    color: #333333;
}

.bidsearch_list_left_content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    /*justify-content: space-evenly;*/
    align-items: flex-start;
    align-content: flex-start;
    width: 100%;
}

.bidsearch_list_left_div {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    width: 425px;
    height: 185px;
    background: #F5F7FB;
    border-radius: 4px 4px 4px 4px;
    /*padding: 0 16px;*/
    margin-top: 20px;
}

.bidsearch_list_left_div_1 {
    align-self: flex-start;
    font-size: 14px;
    font-weight: bold;
    color: #333333;
    margin-left: 16px;
}

.bidsearch_list_left_div_2 {
    font-size: 14px;
    color: #333333;
    width: 393px;
    height: 109px;
    font-weight: 400;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.bidsearch_list_left_div_3 {
    font-size: 14px;
    color: #2E54E3;
    align-self: flex-end;
    margin-right: 16px;
}


.bidsearch_list_left_div_qyml {
    display: flex;
    flex-direction: column;
    /*justify-content: space-evenly;*/
    justify-content: space-around;
    align-items: center;
    width: 134px;
    height: 134px;
    background: #F5F7FB;
    border-radius: 4px 4px 4px 4px;
    margin-top: 20px;
}

.bidsearch_list_left_div_qyml_1 {
    width: 102px;
    height: 72px;
    background: #FFFFFF;
    border-radius: 4px 4px 4px 4px;
}

.bidsearch_list_left_div_qyml_2 {
    display: flex;
    justify-content: center;
    font-size: 14px;
    font-weight: bold;
    color: #333333;
    width: 102px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.mqft_list_left {
    display: flex;
    flex-direction: column;
    width: 893px;
    background: #FFFFFF;
    /*border: 1px solid #DDDDDD;*/
    margin-bottom: 12px;
    margin-top: 10px;
}

.mqft_list_left_div_big {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    background: #ffffff;
}

.mqft_list_left_div_1_div {
    display: flex;
    justify-content: center;
    width: 282px;
    height: 232px;
    border: 1px solid #DDDDDD;
}

.mqft_list_left_div_1_s_div {
    display: flex;
    flex-direction: column;
    /*justify-content: space-evenly;*/
    justify-content: space-around;
    align-items: flex-start;
    width: 258px;
    height: 100%;
}

.mqft_list_left_div_1_s_div img {
    align-self: center;
}

.mqft_list_left_div_img {
    width: 577px;
}

.mqft_list_left_div_1 {
    display: flex;
    justify-content: space-between;
    margin: 0 10px;
}

.mqft_list_left_div_1_span {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    /*justify-content: space-evenly;*/
    height: 214px;
    margin-left: 10px;
}

.mqft_list_left_title {
    display: flex;
    justify-content: flex-start;
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    margin: 12px 0;
    width: 100%;
}

.mqft_list_left_content {
    display: flex;
    align-items: center;
    width: 100%;
    font-size: 14px;
    color: #333333;
}

.mqft_list_left_content a {
    margin-left: 5px;
    /*display: flex;*/
    flex: 1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.mqft_list_left_mqft_div {
    display: flex;
    width: 269px;
    height: 426px;
    background: #F5F7FB;
    border-radius: 4px 4px 4px 4px;
    margin-top: 10px;
}

.mqft_list_left_mqft {
    display: flex;
    flex-direction: column;
    margin: 10px;
}

.mqft_list_left_bottom {
    width: 100%;
    height: 0px;
    border-bottom: 1px solid #DDDDDD;
    margin-bottom: 15px;
}

.mqft_list_zhhd_left_bottom {
    width: 96%;
    margin-bottom: 7px;
    margin-left: 14px;
    height: 0px;
    border-bottom: 1px solid #DDDDDD;
}

.mqft_list_left_js {
    display: flex;
    flex-direction: column;
    flex: 1;
    font-size: 14px;
    color: #666666;
}

.mqft_list_left_js_1 {
    display: flex;
    margin-bottom: 10px;
}

.mqft_list_left_js_1 span {
    font-size: 14px;
    font-weight: bold;
    color: #333333;
    margin-left: 10px;
}

.mqft_list_left_div_zbgg_div {
    display: flex;
    /*flex-direction: column;*/
    justify-content: space-between;
    width: 100%;
    /*margin-left: 10px;*/
    margin-top: 10px;
}

.mqft_list_left_div_zbgg {
    display: flex;
    flex-direction: column;
    width: 50%;
    height: 218px;
    /*border: 1px solid #DDDDDD;*/
}

.mqft_list_left_div_zbgg_s_div {
    height: 100%;
    display: flex;
    flex-direction: column;
    /*justify-content: space-evenly;*/
    justify-content: space-around;
    margin: 0 10px;
}

.mqft_list_left_title_gd {
    flex: 1;
    display: flex;
    justify-content: end;
    font-size: 14px;
    color: #333333;
    margin-right: 6px;
}

.djzc-banner {
    display: flex;
    width: 1200px;
    height: 40px;
    margin: 10px 0;
}

.mqft_list_jzcg_margin {
    margin: 10px;
}

.mqft_list_jzcg_left_div {
    width: 893px;
    height: 400px;
    background: #FFFFFF;
    margin-bottom: 14px;
}

.mqft_list_jzcg {
    display: flex;
    justify-content: space-between;
    width: 1200px;
}

.mqft_jzcg_div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

.mqft_jzcg_div_s {
    display: flex;
    align-items: center;
    width: 420px;
    height: 92px;
    border-radius: 0px 0px 0px 0px;
    margin-bottom: 12px;
}

.mqft_jzcg_div_span {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 100%;
    margin-left: 8px;
}

.mqft_jzcg_div_span_1 {
    font-size: 14px;
    font-weight: bold;
    color: #333333;
}

.mqft_jzcg_div_span_2 {
    font-size: 14px;
    color: #666666;
}

.mqft_list_hzhb_img_div {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.mqft_list_hzhb_img_div img {
    margin-bottom: 15px;
}

.mqft_list_hzhb_tip {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1168px;
    height: 38px;
    background: #F0F6FF;
    border-radius: 4px 4px 4px 4px;
    font-size: 14px;
    color: #092085;
}

.hzhb_left_div {
    display: flex;
    background-color: #FFFFFF;
    width: 100%;
}

.hzhb_left_div_img {
    width: 160px;
    margin-left: 14px;

}

.hzhb_left_div_text {
    width: 700px;
}

.hzhb_left_div_text_div {
    display: flex;
    flex-direction: column;
    margin-left: 15px;
    justify-content: center;
    height: 44%;
}

.hzhb_left_div_text_div_title {
    font-size: 14px;
    font-weight: bold;
    color: #000000;
    margin-bottom: 5px;
}

.hzhb_left_div_text_div_content {
    font-size: 14px;
    color: #666666;
}

.hzhb_left_right_div {
    width: 100%;
    display: flex;
    background-color: #F5F5F5;
}

.hzhb_right_div {
    width: 48%;
    display: flex;
    justify-content: space-between;
}

.hzhb_right_div_list {
    display: flex;
    flex-direction: column;
    /*justify-content: space-evenly;*/
    justify-content: space-around;
    width: 269px;
    height: 194px;
    border-radius: 0px 0px 0px 0px;
    border: 1px solid #DDDDDD;

    font-size: 14px;
    color: #333333;
}

.hzhb_right_div_list_span_div {
    display: flex;
    justify-content: center;
    align-items: center;
}

.hzhb_right_div_list_span {
    flex: 1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 14px;
    color: #333333;
}

.zhhd_list {
    display: flex;
    justify-content: space-between;
    width: 1200px;
    height: 276px;
    margin-top: 14px;
    background: #F5F5F5;
}

.zhhd_list_left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 893px;
    height: 276px;
    background: #FFFFFF;
}

/*供应商库*/
/*搜索条件*/
.bidsearch_list_left {
    width: 895px;
    margin-bottom: 12px;
}

.bidsearch_con {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 2px;
    background-color: #fff;
    padding-bottom: 32px;
}

.bidsearch_con_row {
    width: 100%;
    display: flex;
    margin-top: 20px;
    margin-left: 20px;
    position: relative;
}

.bidsearch_con_co {
    display: flex;
    flex-direction: column;
}

.bidsearch_con_co_row {
    width: 100%;
    display: flex;
}

.bidsearch_hui_x_line {
    background-image: linear-gradient(to right, #ccc 35%, rgba(255, 255, 255, 0) 0%);
    background-position: bottom;
    background-size: 11px 1px;
    background-repeat: repeat-x;
    height: 2px;
    margin-bottom: 16px;
}

.bidsearch_con_tj_title {
    display: flex;
    height: 30px;
    align-items: center;
}

.bidsearch_con_title {
    display: flex;
    height: 22px;
    align-items: center;
}

.bidsearch_con_title_img {
    display: flex;
    height: 22px;
    width: 12px;
    align-items: center;
    margin-right: 4px;
}

.bidsearch_con_tj_size {
    display: flex;
    width: 828px;
    flex-flow: row wrap;
}

.bidsearch_con_tj_size_sun {
    display: flex;
    flex-flow: row wrap;
}

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

.bidsearch_con_close {
    display: flex;
}

.bidsearch_con_size {
    display: flex;
    max-height: 80px;
    width: 980px;
    flex-flow: row wrap;
    overflow: hidden;
}

.bidsearch_con_yx_box {
    display: flex;
    align-items: center;
    height: 30px;
    background-color: #F5F5F5;
    color: #333;
    border-radius: 16px;
    border: 1px solid #CCCCCC;
    padding-left: 12px;
    padding-right: 12px;
    margin-right: 16px;
    margin-bottom: 16px;
}

.bidsearch_con_yx_box span {
    max-width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bidsearch_con_box {
    height: 22px;
    display: flex;
    align-items: center;
    padding-left: 12px;
    padding-right: 12px;
    margin-right: 16px;
    margin-bottom: 16px;
}

.bidsearch_con_box_se {
    color: #DB4E3E;
    border: 1px solid #DB4E3E;
    border-radius: 4px;
}

.bidsearch_con_yx_box img {
    margin-left: 8px;
}

.bidsearch_con_time {
    width: 117px;
    height: 26px;
    outline: none;
    border-radius: 2px;
    border: 1px solid #CCCCCC;
    margin-left: 14px;
    margin-right: 14px;
    text-align: center;
}

.bidsearch_con_more {
    width: 110px;
    height: 22px;
    display: flex;
    justify-content: center;
}

.bidsearch_con_more span {
    margin-right: 2px;
}

.bidsearch_con_edit {
    display: flex;
    height: 30px;
    align-items: center;
    width: 244px;
    justify-content: space-between;
}

.bidsearch_con_delete {
    display: flex;
    height: 100%;
    align-items: center;
    color: #DB4E3E;
}

.bidsearch_con_save {
    display: flex;
    height: 100%;
    align-items: center;
    color: #001977;
}

.bidsearch_con_title_keyword {
    color: #666;
    height: 26px;
    display: flex;
    align-items: center;
}

.bidsearch_tips_show {
    display: none;
    position: absolute;
    top: 24px;
    z-index: 1;
}

.bidsearch_tips {
    width: 359px;
    background: #000000;
    box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.05);
    border-radius: 4px 4px 4px 4px;
    opacity: 0.7;
    color: #FFFFFF;
    display: flex;
    flex-direction: column;
}

.bidsearch_tips_title {
    font-size: 16px;
    font-weight: bold;
    margin-top: 16px;
    margin-left: 16px;
}

.bidsearch_tips_content {
    width: 313px;
    margin-top: 8px;
    margin-left: 16px;
    margin-right: 16px;
    margin-bottom: 16px;
    line-height: 150%;
}

.bidsearch_con_title_keyword input {
    width: 122px;
    height: 26px;
    border-radius: 4px;
    border: 1px solid #CCCCCC;
    margin-left: 8px;
    margin-right: 8px;
    padding-left: 2px;
}

.bidsearch_con_title_keyword_btn {
    display: inline-block;
    width: 78px;
    height: 26px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 1px #DB4E3E solid;
    border-radius: 2px;
    text-align: center;
    line-height: 22px;
    font-size: 14px;
    text-decoration: none;
    color: #ffffff;
    background: linear-gradient(180deg, #EB6C5E 0%, #CA4637 100%);
}

/*集中采购*/
.jzcg_banner {
    width: 100%;
    height: 100px;
    margin-top: 16px;
}

.jzcg_title {
    width: 100%;
    height: 48px;
    background: #fff;
    font-size: 16px;
    font-weight: 500;
    display: flex;
}

.jzcg_title span {
    margin-left: 20px;
    margin-top: 16px;
}

.jzcg_content {
    width: 100%;
    display: flex;
    flex-direction: column;
    background: #fff;
    margin-top: 2px;
    align-items: center;
}

.jzcg_list {
    height: 112px;
    width: 1160px;
    display: flex;
    margin-top: 22px;
    justify-content: space-between;
}

.jzcg_list_hui {
    width: 1014px;
    height: 100%;
    display: flex;
    border-bottom: 1px solid #DDDDDD;
    justify-content: space-between;
}

.jzcg_list_size {
    width: 860px;
    height: 92px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.jzcg_list_size_title {
    font-weight: bold;
    line-height: 22px;
}

.jzcg_list_zyjy_size {
    line-height: 22px;
}

.jzcg_list_zyjy_size span:nth-child(1) {
    color: #333;
}

.jzcg_list_zyjy_size span:nth-child(2) {
    color: #666;
}

.jzcg_list_btn {
    width: 100px;
    height: 72px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.jzcg_list_btn div:nth-child(1) {
    width: 100px;
    height: 32px;
    background: linear-gradient(180deg, #EB6C5E 0%, #CA4637 100%);
    border-radius: 4px 4px 4px 4px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.jzcg_list_btn div:nth-child(2) {
    width: 100px;
    height: 32px;
    background: linear-gradient(180deg, #5D6890 0%, #354375 100%);
    border-radius: 4px 4px 4px 4px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

/*提交表单*/
.applytogys-space {
    width: 554px;
    height: 608px;
    background: #FFFFFF;
    border-radius: 4px;
    padding: 20px;
    display: flex;
    flex-direction: column;
}

.applytogys-space-title {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.applytogys-space-title span {
    font-size: 18px;
    font-weight: bold;
}

.applytogys-space-title button {
    display: block;
    background: url(../img/close16.png) no-repeat;
    width: 24px;
    height: 24px;
    border: 0px;
    cursor: pointer;
}

.applytogys-space-info {
    flex: 1;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    padding: 35px 0px;
}

.applytogys-space-info-item {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
}

.applytogys-space-info-item-title {
    width: 150px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    line-height: 38px;
}

.applytogys-space-info-item-title .red {
    color: #DB4E3E;
    padding: 0 5px;
}

.applytogys-space-info-item-input {
    flex: 1;
    display: flex;
    flex-direction: row;
    padding-right: 25px;
}

.applytogys-space-info-item-input input {
    flex: 1;
    border: 1px solid #C4C4C4;
    background: #FFFFFF;
    border-radius: 4px;
    height: 38px;
    padding: 0 10px;
}

.applytogys-space-info-item-input textarea {
    flex: 1;
    border: 1px solid #C4C4C4;
    background: #FFFFFF;
    border-radius: 4px;
    height: 80px;
    padding: 10px;
}

.applytogys-space-info-item-input button.submit-btn {
    width: 104px;
    height: 32px;
    background: #DB4E3E;
    border-radius: 4px 4px 4px 4px;
    opacity: 1;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border: 0px;
    color: #FFFFFF;
    margin-right: 10px;
    cursor: pointer;
}

.applytogys-space-info-item-input button.submit-btn:hover {
    opacity: 0.8;
}

.applytogys-space-info-item-input button.close-btn {
    width: 76px;
    height: 32px;
    border-radius: 4px 4px 4px 4px;
    opacity: 1;
    border: 1px solid #D8D8D8;
    background: #FFFFFF;
    color: #999999;
    cursor: pointer;
}

.applytogys-space-info-item-input button.close-btn:hover {
    border: 1px solid #DB4E3E;
    color: #DB4E3E;
}