.demand_wrap {
    position: relative;
    background-color: #fff;
    padding-bottom: 30px;
    font-family: PingFang SC, PingFang SC;
}

.demand_bx {
    margin-top: 70px;
}

.supply_content_wrap {
  position: relative;
    display: flex;
}


.demand_header {
  background-image: url('https://res.mucaihome.com/oss_mucai/home/demand_header_bg.png');
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.demand_header_text {
  font-family: MiSans, MiSans;
  font-weight: 700;
  font-size: 48px;
  line-height: 68px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  background: linear-gradient(180deg, #ffffff 46%, #aad8ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.supply_content {
    width: 100%;
}

.demand_aside {
    /* width: 320px;
    margin-left: 30px; */
}

.supply_content_top {
    padding: 12px 24px;
    background: #F8F8F8;
    border-radius: 4px;
    margin-bottom: 20px;
}

.supply_content_top_cell {
    display: flex;
}


.supply_content_top_cell_label {
    width: 56px;
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    line-height: 30px;
}

.supply_content_top_cell_list_wrap {
    display: flex;
    align-items: flex-start;
    flex: 1;
}

.supply_content_top_cell_list {
    display: flex;
    flex-wrap: wrap;
    flex: 1;
    height: auto;
}

.supply_content_top_cell_list.hideH {
    overflow: hidden;
    height: 30px;
}

.supply_content_top_cell_list_item {
    margin-left: 30px;
    font-weight: 400;
    font-size: 14px;
    color: #000000;
    line-height: 30px;
    cursor: pointer;
}

.supply_content_top_cell_list_item.active,
.supply_content_top_cell_list_item:hover {
    color: #00A378;
}

.supply_content_top_cell_btn {
    display: flex;
    align-items: center;
    width: 46px;
    margin-left: 30px;
    line-height: 30px;
    cursor: pointer;
}

.supply_content_top_cell_btn:hover {
    color: #00A378;
}



.supply_content_top_cell_btn img {
    width: 14px;
    height: 14px;
}

.supply_content_search_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}

.supply_content_search_type_wrap {
    display: flex;
    align-items: center;
    border-radius: 2px;
    overflow: hidden;
}

a.supply_content_search_type_item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 32px;
    background: #FFFFFF;
    border: 1px solid #EBEBEB;
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    line-height: 22px;
    border: 1px solid #EBEBEB;
    cursor: pointer;
}

.supply_content_search_type_item.active {
    color: #FFFFFF;
    background: #00A378;
    border-color: #00A378;
}

.supply_content_search_type_item.comp {
    border-right: 0;
}

.supply_content_search_type_item.new {
    border-left: 0;
}

.supply_content_search_input_wrap {
    display: flex;
    align-items: center;
    width: 354px;
    height: 40px;
    background: #F8F8F8;
    border-radius: 4px;
    border: 1px solid #F0F0F0;
    padding: 9px 16px;
}

.supply_content_search_input {
    width: 246px;
    height: 22px;
    font-size: 14px;
    line-height: 22px;
    color: #000000;
    outline: none;
    border: none;
}

.supply_content_search_input::placeholder {
    color: #999999;
}

.supply_content_search_input_line {
    width: 1px;
    height: 19px;
    margin: 0 12px;
    background: #E5E7EB;
}

.supply_content_search_btn {
    font-family: PingFang SC, PingFang SC;
    flex: 1;
    min-width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    line-height: 22px;
    cursor: pointer;
}

.supply_content_search_btn .search_btn_icon {
    width: 17px;
    height: 17px;
    margin-right: 4px;
}

.supply_content_list {
    display: flex;
    flex-wrap: wrap;
}

a.supply_content_list_item {
    display: block;
    width: 588px;
    border-radius: 4px;
    border: 1px solid #E6E6E6;
    cursor: pointer;
    margin-top: 24px;
    margin-right: 24px;
}

.supply_content_list_item:nth-child(-n+2) {
    margin-top: 0;
}

a.supply_content_list_item:nth-child(2n) {
    margin-right: 0;
}

a.supply_content_list_item:hover {
    border-color: #00A378;
}

.supply_content_list_item_top {
    display: flex;
    align-items: center;
    padding: 8px 20px;
    border-radius: 4px 4px 0 0;
    background: #F8F8F8;
}

.supply_content_list_item_avatar {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    overflow: hidden;
    object-fit: cover;
    /* border: 1px solid #F0F0F0; */
}


.supply_content_list_item_name{
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    line-height: 22px;
    margin-left: 8px;
}

.list_item_top_title_wrap {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.list_item_top_tag {
    padding: 4px;
    color: #00A378;
    font-size: 12px;
    line-height: 12px;
    border: 1px solid #00A378;
    border-radius: 2px;
    margin-right: 10px;
}

.list_item_top_title {
    font-weight: 500;
    font-size: 18px;
    color: #333333;
    line-height: 26px;
}

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

.item_detail_li {
    display: flex;
    align-items: center;
    line-height: 22px;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
}

.item_detail_li_label {
    margin-right: 6px;
}

.item_detail_li_val.f_black {
    color: #000000;
}

.item_detail_line {
    width: 1px;
    height: 16px;
    margin: 0 16px;
    background: #D8D8D8;
}

.supply_content_list_item_bottom {
    padding: 12px 20px;
    border-radius: 0 0 4px 4px;
    background: #FFFFFF;
}

.supply_content_list_item_info{
    margin-bottom: 24px;
}

.item_info_title_wrap{
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.item_info_tag{
    padding: 4px;
    font-weight: 400;
    font-size: 12px;
    color: #00A378;
    line-height: 12px;
    border-radius: 2px;
    border: 1px solid #00A378;
    margin-right: 4px;
}

.item_info_title{
    flex: 1;
    font-weight: 500;
    font-size: 18px;
    color: #333333;
    line-height: 26px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.item_info_cell{
    margin-bottom: 4px;
    display: flex;
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    line-height: 22px;

}

.item_info_cell_label{
    margin-right: 6px;
}

.item_info_cell_value{
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.item_info_cell:nth-child{
    margin-bottom: 0;
}

.supply_content_list_item_btn_wrap{
  display: flex;
  align-items: center;
  justify-content: space-between;

}

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

.supply_content_list_item_price{
    font-weight: 500;
    font-size: 14px;
    color: #FF7119;
    line-height: 22px;
}
.supply_content_list_item_price span{
    font-size: 22px;
}

.supply_content_list_item_view_num{
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    line-height: 22px;
    margin-left: 24px;
}

.item_bottom_btn{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 34px;
  background: #00A378;
  border-radius: 2px;
  font-weight: 500;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 22px;
  cursor: pointer;
}

.item_bottom_btn:hover{
  background: #00C28E;
}

.supply_content_load_more_wrap {
    margin-top: 40px;
}

.demand_aside_banner {
    width: 100%;
    height: 176px;
    margin-bottom: 16px;
    border-radius: 4px;
}

.demand_aside_send_wrap {
    position: absolute;
    right: -212px;
    top: 0;
    width: 192px;
    height: 210px;
    overflow: hidden;
    background-image: url('../image_v2/demand/bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.demand_aside_send_top {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 8px;
}

.demand_aside_send_icon {
  width: 22px;
  height: 22px;
  margin-bottom: 8px;
}

.demand_aside_send_title {
  font-weight: 500;
  font-size: 18px;
  color: #000000;
  line-height: 26px;
  margin-bottom: 2px;
}

.demand_aside_send_desc {
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 22px;
}

.demand_aside_send_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 30px;
  font-weight: 500;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 22px;
  cursor: pointer;
  border-radius: 4px;
  background: #00A378;
  margin-top: 20px;
}


.supply_content_top_cell_btn_img {
    width: 14px;
    height: 14px;
    background-image: url('../image_v2/arrow_down.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.supply_content_top_cell_btn_img.hide {
    transform: rotate(180deg);
}

.supply_content_top_cell_btn:hover .supply_content_top_cell_btn_img {
    background-image: url('../image_v2/arrow_green.png');
    transform: rotate(90deg);
}

.supply_content_top_cell_btn:hover .supply_content_top_cell_btn_img.hide {
    transform: rotate(-90deg);
}

.supply_content_no_data {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #666666;
    font-size: 14px;
    padding-top: 30px;
}

.supply_content_no_data img {
    width: 160px;
    height: 104px;
}

.demand_submit_wrap {
    display: none;
    position: fixed;
    width: 100%;
    min-height: 100vh;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(30, 32, 35, 0.4);
    z-index: 200;
    overflow: auto;
    font-size: 14px;
    font-family: PingFang SC, PingFang SC;
}

.demand_submit_dialog {
    position: relative;
    margin: 40px auto;
    width: 912px;
    background: #FFFFFF;
    border-radius: 8px;
    padding: 24px 40px 36px;
}

.dialog_close_icon_row {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    height: 18px;
}

.dialog_close_icon {
    width: 18px;
    height: 18px;
    cursor: pointer;
}

.submit_dialog_title {
    text-align: center;
    font-weight: 500;
    font-size: 18px;
    color: #000000;
    line-height: 26px;
    margin-bottom: 20px;
}

.submit_dialog_cell {
    margin-bottom: 20px;
}

.submit_dialog_subtitle {
    font-weight: 500;
    font-size: 16px;
    color: #000000;
    line-height: 24px;
    margin-bottom: 12px;
}

.submit_dialog_item {
    margin-bottom: 24px;
}

.submit_dialog_item.short {
    width: 400px;
    margin-right: 32px;
}

.submit_dialog_item.short:last-child {
    margin-right: 0;
}

.submit_dialog_item_label {
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    line-height: 22px;
    margin-bottom: 8px;
}

.submit_dialog_item_val {
    position: relative;
}

.submit_dialog_item_val.num {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.submit_dialog_item_val.flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.submit_dialog_item_val_select {
    width: 196px;
}

.submit_dialog_item_val_l {
    position: relative;
    height: 34px;
    display: flex;
    align-items: center;
    border-radius: 4px;
    border: 1px solid #D1D5DB;
    transition: background .2s ease-in-out;
}

.submit_dialog_item_val_l.disabled {
    background: #F3F4F6;
}

.submit_dialog_item_val_l.disabled .layui-form-select .layui-input {
    background: #F3F4F6;
    color: #999999;
}

.submit_dialog_item_val_l.disabled .submit_dialog_item_val_input_num {
    color: #666666;
}

.submit_dialog_item_val_disabled {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}




.submit_dialog_item_label.require::after {
    position: relative;
    content: '*';
    margin-left: 2px;
    color: #F40C0C;
    top: 4px;

}


.submit_dialog_item_val_input {
    width: 100%;
    height: 34px;
    line-height: 22px;
    font-size: 14px;
    font-weight: 400;
    padding: 0 28px 0 12px;
    border-radius: 4px;
    color: #000000;
    border: 1px solid #D1D5DB;
}

.submit_dialog_item_val_input_num {
    width: 258px;
    height: 32px;
    padding: 0 12px;
    outline: none;
    border: none;
}

.submit_dialog_item_val_input_num.number{
  width: 232px;
}

.submit_dialog_item_val_input_pirce_unit{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 82px;
  height: 100%;
  background: #F3F4F6;
  border-left: 1px solid #D1D5DB;
  color: #999999;
}

.submit_dialog_item_val_input_num::placeholder,
.submit_dialog_item_val_input::placeholder {
    color: #999999;
}

.submit_dialog_item_val_err {
    position: absolute;
    bottom: -20px;
    font-size: 12px;
    color: #F40C0C;
}


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

.layui-form-select .layui-input {
    border-radius: 4px;
    border: 1px solid #D1D5DB;
}


.layui-form-item-select-item .layui-form-select .layui-input::placeholder {
    color: #999999;
}

.layui-form-select .layui-edge {
    display: none;
}

.layui-form-select .lay_select_arrow {
    position: absolute;
    width: 16px;
    height: 16px;
    top: 50%;
    transform: translateY(-50%);
    right: 12px;
    cursor: pointer;
    background-image: url('/image_v2/home/select_arrow.png');
    background-size: 100%;
    transition: transform 0.3s;
}

.submit_dialog_item_val_l.disabled .layui-form-select .lay_select_arrow {
    background-image: url('/image_v2/arrow_disabled.png');
}

.layui-form-select.layui-form-selected .lay_select_arrow {
    transform: translateY(-50%) rotate(180deg);
}

.layui-form-select dl dd.layui-this {
    background-color: #00a378;
}

.submit_dialog_item_val_l .layui-form-select .layui-input {
    padding: 0;
    width: 83px;
    border-radius: 0px 4px 4px 0;
    border: 0;
    border-left: 1px solid #D1D5DB;
    padding-left: 12px;
}

.submit_dialog_item_val_r {
    /* flex: 1; */
    display: flex;
    align-items: center;

}

.check_is_face {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.check_is_face_icon {
    width: 14px;
    height: 14px;
    border-radius: 2px;
    margin-right: 4px;
    border: 1px solid #D1D5DB;
}

.check_is_face_icon_img {
    width: 14px;
    height: 14px;
    margin-right: 4px;
}

.check_is_face_text {
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    line-height: 22px;
}

.submit_dialog_item_val_textarea {
    padding: 6px 12px;
    border: 1px solid #D1D5DB;
    border-radius: 4px;
}

.submit_dialog_item_val_textarea_input {
    width: 100%;
    min-height: 66px;
    outline: none;
    border: none;
    font-weight: 400;
    font-size: 14px;
    color: #000;
    line-height: 22px;
}

.submit_dialog_item_val_textarea_input::placeholder {
    color: #999999;
}

.font_num {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-weight: 400;
    font-size: 14px;
    color: #999999;
    line-height: 22px;
}



.submit_dialog_item_img_tips {
    font-weight: 400;
    font-size: 14px;
    color: #999999;
    line-height: 22px;
}

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

.submit_dialog_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 36px;
    background: #00A378;
    border-radius: 2px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 24px;
    cursor: pointer;
}

.submit_dialog_item_img_list_wrap {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 12px;
}

.submit_dialog_item_add_img {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 157px;
    height: 88px;
    background: #F8F8F8;
    border-radius: 4px;
    border: 1px dashed #D1D5DB;
    cursor: pointer;
}

.submit_dialog_item_file {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    cursor: pointer;
}


.submit_dialog_item_add {
    width: 14px;
    height: 14px;
    margin-bottom: 4px;
}

.submit_dialog_item_add_text {
    font-weight: 400;
    font-size: 13px;
    color: #999999;
    line-height: 22px;
}

.submit_dialog_item_img {
    position: relative;
    width: 157px;
    height: 88px;
    border-radius: 4px;
    overflow: hidden;
    margin-right: 11px;
    cursor: pointer;
    /* margin-top: 12px; */
}

.submit_dialog_item_img:nth-child(5n) {
    margin-right: 0;
}

.submit_dialog_item_img_list_wrap>div {
    margin-top: 12px;
}

.submit_dialog_item_img_list_wrap>div:nth-child(-n+5) {
    margin-top: 0;
}

.submit_dialog_item_img .submit_dialog_item_img_preview {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.submit_dialog_item_img .submit_dialog_item_img_del {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
    height: 20px;
}

.submit_dialog_item_img:hover .submit_dialog_item_img_del {
    display: block;
}

.submit_dialog_cell .layui-form-select .layui-input {
    height: 34px;
}

.submit_dialog_cell .layui-form-select .layui-input.no_val {
    color: #999999;
}

.submit_dialog_item_val_l .layui-form-select .layui-input {
    height: 32px;
}

/* .news_wrap {
  background-color: #fff;
  padding-bottom: 40px;
}

.news_bx {
  padding-top: 30px;
}

.news_top_msk {
  width: 100%;
  height: 40px;
  background-color: #fff;
}

.news_top {
  display: flex;
  justify-content: center;
  font-family: PingFang SC, Microsoft YaHei;
  background-color: #fff;
  z-index: 5;
  margin: 30px 0 16px;
}

.news_top_type {
  display: flex;
  align-items: center;
  margin-right: 30px;
  background-color: #fff;
}

a.news_top_type_item {
  width: 324px;
  height: 56px;
  background: #f8f8f8;
  font-weight: 500;
  font-size: 20px;
  color: #999999;
  line-height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

a.news_top_type_item.curr {
  background: #ecfaf5;
  color: #00a378;
}

.news_top_type_item_line {
  width: 1px;
  height: 18px;
  background: #ebebeb;
  margin: 0 16px;
}

.news_top_search {
  position: sticky;
  top: 76px;
  display: flex;
  align-items: center;
  width: 354px;
  height: 42px;
  background: #f9f9f9;
  border-radius: 4px;
  border: 1px solid #f0f0f0;
  padding-left: 16px;
}

.news_top_search input {
  width: 243px;
  border: 0;
  outline: none;
}

.news_top_search_line {
  width: 1px;
  height: 19px;
  background: #e5e7eb;
  margin-left: 12px;
}

.news_top_search_btn {
  flex: 1;
  display: flex;
  align-items: center;
  height: 100%;
  cursor: pointer;
  padding-left: 12px;
}

.news_top_search_btn img {
  width: 19px;
  height: 19px;
  margin-right: 4px;
}

.news_left {
  width: 100%;
}

.news_left .news_top_type {
  position: sticky;
  top: 76px;
}

.news_right {
  width: 354px;
  padding-top: 30px;
  margin-left: 30px;
}

.news_right_aside {
  width: 354px;
}

.news_woods_recommend {
  margin-bottom: 30px;
}

.news_woods_recommend_title {
  margin-bottom: 16px;
}

.news_woods_recommend_box {
  width: 100%;
  padding: 24px;
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #f0f0f0;
}

.news_woods_recommend_content {
  width: 306px;
  height: 167px;
  background-image: url('https://res.mucaihome.com/oss_mucai/home/woods_recommend_bg.png');
  background-size: 100% 100%;
  padding: 20px;
  margin-bottom: 16px;
}

.news_woods_recommend_content_info_wrap {
  display: flex;
  margin-bottom: 17px;
}

.news_woods_recommend_content_img {
  width: 80px;
  height: 80px;
  border-radius: 2px;
  border: 5px solid #ffffff;
  margin-right: 12px;
}

.news_woods_recommend_content_img img {
  width: 100%;
  height: 100%;
}

.news_woods_recommend_content_info {
  width: 174px;
}

.news_woods_recommend_content_title {
  font-weight: 500;
  font-size: 18px;
  color: #ffffff;
  line-height: 26px;
  font-family: PingFang SC, Microsoft YaHei;
  margin-bottom: 4px;
}

.news_woods_recommend_content_title_desc {
  width: 100%;
  font-size: 14px;
  color: #ffffff;
  line-height: 22px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.news_woods_recommend_content_info_btn_wrap {
  display: flex;
  justify-content: flex-end;
}

.news_woods_recommend_content_info_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 84px;
  height: 30px;
  background: #f7f9fc;
  border-radius: 4px;
  color: #333333;
  cursor: pointer;
}

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

.news_woods_recommend_list_item {
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 2px;
  border: 2px solid transparent;
  margin-right: 12px;
  cursor: pointer;
}

.news_woods_recommend_list_item:last-child {
  margin-right: 0;
}

.news_woods_recommend_list_item.curr::after {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 2px;
  border: 2px solid #49d198;
}

.news_woods_recommend_list_item img {
  width: 40px;
  height: 40px;
  border-radius: 2px;
}

.news_hot_tags_top {
  margin-bottom: 16px;
}

.news_hot_tags_box {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 24px 24px 12px;
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #f0f0f0;
}

.news_hot_tags_item {
  display: flex;
  align-items: center;
  padding: 0 7px;
  height: 44px;
  background: #f9f9f9;
  color: #333333;
  font-size: 16px;
  margin-right: 12px;
  margin-bottom: 12px;
  cursor: pointer;
}

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

.news_info_item {
  width: 49%;
  box-shadow: 3px 2px 10px 0 rgba(99, 99, 99, 0.16);
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #f0f0f0;
  overflow: hidden;
  margin-top: 24px;
  padding-bottom: 20px;
}

.news_info_item .news_info_item_top {
  background-color: #f8f8f8;
  display: flex;
  align-items: center;
  height: 46px;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 22px;
  width: 100%;
  padding: 0 20px;
}

.news_info_item .news_info_item_top img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-right: 8px;
}

.news_info_item .news_info_item_center {
  padding: 12px 20px;
}

.news_info_item .news_info_item_center .news_info_item_center_top {
  font-weight: 500;
  font-size: 18px;
  color: #333333;
  line-height: 26px;
}

.news_info_item .news_info_item_center .news_info_item_center_top_box {
  padding: 4px 5px;
  background: #ffffff;
  border-radius: 2px 2px 2px 2px;
  border: 1px solid #00a378;
  font-weight: 400;
  font-size: 12px;
  color: #00a378;
  line-height: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
.news_info_item_center_top_box_title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  flex: 1;
}

.news_info_item .news_info_item_center .news_info_item_center_box {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 12px;
  margin-top: 12px;
}

.news_info_item .news_info_item_center .news_info_item_center_box_item {
  width: 50%;
  margin-top: 8px;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cneter_box_item_color {
  color: #ff7119;
}

.news_info_item .news_info_item_footer {
  display: flex;
  justify-content: space-between;
  padding: 0 20px 0;
}

.news_info_item .news_info_item_footer .news_info_item_footer_left {
  display: flex;
  align-items: center;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 22px;
}

.news_info_item .news_info_item_footer .news_info_item_footer_right {
  width: 100px;
  height: 34px;
  background: #00a378;
  border-radius: 2px 2px 2px 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 14px;
  color: #ffffff;
  line-height: 22px;
  cursor: pointer;
}
.news_info_item:hover {
  border: 1px solid #00a378;
}
.news_info_item .news_info_item_footer_right:hover {
  background: #00c28e;
}

.news_info_item .news_info_item_footer .footer_left_line {
  width: 1px;
  height: 16px;
  background: #ebebeb;
  margin: 0 12px;
}

.news_info_imgs_box {
  display: flex;
  flex-wrap: wrap;
}

.news_laypage_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 30px;
}

.news_laypage_wrap .layui-laypage {
  margin: 0;
}

.layui-laypage a,
.layui-laypage span {
  margin: 0;
}

#news_laypage .layui-laypage a,
#news_laypage .layui-laypage .layui-laypage-curr,
#news_laypage .layui-laypage .layui-laypage-spr {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #ffffff;
  border-radius: 5px;
  border: 1px solid #ebebeb;
  margin-right: 8px;
  padding: 0;
  overflow: hidden;
}
#news_laypage .layui-laypage .layui-laypage-prev,
#news_laypage .layui-laypage .layui-laypage-next {
  width: auto;
  padding: 0 12px;
}

#news_laypage .layui-laypage .layui-laypage-prev .layui-icon,
#news_laypage .layui-laypage .layui-laypage-next .layui-icon {
  font-size: 14px;
}

.news_laypage_total {
  font-weight: 400;
  font-size: 12px;
  color: #666666;
  line-height: 20px;
  font-family: PingFang SC, Microsoft YaHei;
  margin-left: 20px;
}

.inquire_form {
  background-color: #f8f8f8;
  padding: 20px 24px 4px;
}

.inquire_form_item {
  display: flex;
  margin-bottom: 16px;
}

.inquire_form_item .inquire_form_item_title {
  min-width: 72px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 30px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.inquire_form_item .attract-join-our-select {
  width: 181px;
  height: 40px;
  background: #ffffff;
  border-radius: 2px 2px 2px 2px;
  border: 1px solid #f0f0f0;
  padding: 0 16px;
  margin-right: 10px;
}

.inquire_form_item .news_top_search_input {
  width: 372px;
  height: 40px;
  background: #ffffff;
  border-radius: 2px 2px 2px 2px;
  border: 1px solid #f0f0f0;
  padding: 0 16px;
  margin-right: 10px;
}

.inquire_form_item select {
  appearance: none;
  color: #999999;
}

.inquire_form_item input::placeholder {
  color: #999999;
}

.inquire_form_item .inquire_select_box {
  position: relative;
}

.inquire_form_item .inquire_form_item_type {
  display: flex;
  flex-wrap: wrap;
}

.inquire_form_item a.inquire_form_item_type_icon {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #000000;
  line-height: 30px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-right: 30px;
  cursor: pointer;
}

.inquire_form_item a.inquire_form_item_type_icon:hover {
  color: #00a378;
}

.inquire_form_item a.type_icon_color {
  color: #00a378;
}

.inquire_form_item .inquire_select_box .select-icon {
  position: absolute;
  right: 20px;
  width: 14px;
  height: 14px;
  top: 50%;
  transform: translateY(-50%);
}

.news_content_line {
  width: 1px;
  height: 14px;
  background: #ebebeb;
  margin: 0 12px;
}

.demand_header {
  background-image: url('https://res.mucaihome.com/oss_mucai/home/demand_header_bg.png');
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.demand_header_text {
  font-family: MiSans, MiSans;
  font-weight: 700;
  font-size: 48px;
  line-height: 68px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  background: linear-gradient(180deg, #ffffff 46%, #aad8ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.demand_tabs {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  align-items: center;
}

.demand_tabs .demand_tabs_box {
  display: flex;
}

.demand_tabs .demand_tabs_box a.demand_tabs_tag {
  width: 80px;
  height: 32px;
  background: #ffffff;
  border-radius: 0 2px 2px 0;
  border: 1px solid #ebebeb;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 22px;
  font-style: normal;
  text-transform: none;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.demand_tabs .demand_tabs_box a.tabs_tag_active {
  background-color: #00a378;
  color: #ffffff;

  border-color: #00a378;
}

.news_info_item_center_top_img {
  width: 180px;
  height: 120px;
  margin-right: 16px;
  border-radius: 4px;
  border: 1px solid #f0f0f0;
}

.news_info_item_center_top_title {
  font-weight: 500;
  font-size: 20px;
  color: #333333;
  line-height: 28px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.news_info_item_center_top_specification {
  width: 320px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #000000;
  line-height: 28px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.news_info_item_center_top_cneter {
  display: flex;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 28px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.news_info_item_center_top_cneter_item {
  width: 50%;
}

.inquire_form_item_off {
  min-width: 60px;
  line-height: 30px;
  cursor: pointer;
  position: relative;
  height: 30px;
}

.inquire_form_item_type_one {
  height: 35px;
  overflow: hidden;
}

.inquire_form_item_type_open {
  max-height: 500px;
}

.text_color {
  color: #00a378;
}
.inquire_form_unfold {
  position: absolute;
  top: 8px;
  left: 30px;
  display: inline-block;
  width: 14px;
  height: 14px;
}
.inquire_form_unfold_off {
  background-image: url('/image_v2/select-icon.png');
}
.inquire_form_unfold_on {
  background-image: url('/image_v2/select-icon-on.png');
}
.inquire_form_up_off {
  background-image: url('/image_v2/select-icon-clone-off.png');
}
.inquire_form_up_on {
  background-image: url('/image_v2/select-icon-clone.png');
}

.mczj_dialog {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}

.mczj_dialog_msk {
  width: 100vw;
  height: 100vh;
  background: rgba(30, 32, 35, 0.4);
}

.supply_demand_dialog {
  display: none;
}

.supply_demand_dialog_content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 400px;
  height: 360px;
  background: #ffffff;
  border-radius: 8px;
  padding: 64px 0;
  text-align: center;
  font-family: PingFang SC, Microsoft YaHei;
}

.supply_demand_close {
  position: absolute;
  right: 24px;
  top: 24px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.supply_demand_close img {
  width: 100%;
  height: 100%;
}

.qr_code {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 158px;
  height: 158px;
  box-shadow: 0px 4px 32px 0px rgba(0, 0, 0, 0.09);
  border-radius: 8px;
  margin: 0 auto;
  margin-bottom: 20px;
}

.qr_code img {
  width: 140px;
  height: 140px;
}

.supply_demand_dialog .scan_title {
  font-weight: 500;
  font-size: 18px;
  color: #333333;
  line-height: 26px;
  text-align: center;
  margin-bottom: 4px;
}

.supply_demand_dialog .scan_desc {
  font-weight: 400;
  font-size: 14px;
  color: #666;
  line-height: 22px;
}

.floating-navigation-wrap {
  display: none;
  position: fixed;
  top: 50%;
  right: 30px;
  transform: translate(0, -50%);
  width: 192px;
  height: 246px;
  background-image: url('https://res.mucaihome.com/oss_mucai/home/mp_scan_box.png');
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 22px;
  text-align: center;
  padding-top: 30px;
}

.floating-navigation-wrap img {
  width: 132px;
  height: 130px;
  margin: 0 auto;
  margin-bottom: 12px;
}

.news_info_no_data {
  text-align: center;
  margin-top: 100px;
  margin: 0 auto;
}

.news_info_no_data img {
  width: 160px;
  height: 104px;
}

.news_info_no_data .no_data_text {
  color: #666666;
  font-size: 14px;
} */