.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 {
  /* position: sticky;
        top: 76px; */
  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 {
  /* padding-top: 24px; */
  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 {
  display: flex;
  align-items: center;
  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 .news_info_item_center .news_info_item_center_box {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 13px;
  margin-top: 8px;
}

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

.cneter_box_item_color {
  color: #ff7119;
}

.news_info_item .news_info_item_footer {
  display: flex;
  justify-content: space-between;
  padding: 6px 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;
  /* height: 192px; */
  padding: 20px 24px 4px;
}

.inquire_form_item {
  display: flex;
  /* height: 40px; */
  margin-bottom: 16px;
  /* align-items: center; */
}

.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 {
  min-width: 210px;
  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');

  /* padding: 30px; */
  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;
}
