
  .merchant_detail_wrap {
    background-color: #fff;
    padding-bottom: 70px;
    font-size: 14px;
    font-family: PingFang SC;
  }

  .merchant_detail_breadcrumb {
    padding: 0 30px;
  }

  .merchant_detail {
    margin-top: 20px;
    padding: 0 30px;
  }

  .merchant_detail_info_wrap {
    display: flex;
    margin-bottom: 24px;
  }

  .merchant_detail_img {
    width: 270px;
    height: 160px;
    border-radius: 4px;
    /* border: 1px solid #D1D5DB; */
  }

  .merchant_detail_info {
    max-width: 846px;
    flex: 1;
    margin-left: 24px;
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    line-height: 22px;
  }

  .merchant_detail_info_title {
    font-weight: 500;
    font-size: 24px;
    color: #000000;
    line-height: 32px;
    margin-bottom: 4px;
  }

  .merchant_detail_info_main_business {
    display: flex;
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    line-height: 22px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 16px;
  }

  .info_label {
    margin-right: 4px;
  }

  .merchant_detail_info_market,
  .merchant_detail_info_entry {
    margin-bottom: 4px;
    opacity: 0.8;
  }

  .merchant_detail_info_address{

    opacity: 0.8;
  }

  .info_value {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .merchant_introduction_wrap {
    margin-bottom: 24px;
  }

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

  .merchant_introduction_desc {
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 28px;
  }

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

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

  .product_display_item {
    width: 273px;
    margin-right: 16px;
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    line-height: 22px;
    margin-top: 20px;
  }

   .product_display_item:hover .product_display_item_title{
      color: #00A378;
   }

   .product_display_item:hover .product_display_item_img{
      transform: scale(1.1);
   }

  .product_display_item:nth-child(4n){
    margin-right: 0;
  }

  .product_display_item::nth-child(-n+4) {
    margin-top: 0;
  }

  .product_display_item_img_wrap{
    width: 100%;
    height: 146px;
    overflow: hidden;
    border-radius: 4px 4px 0px 0px;
    margin-bottom: 12px;
  }

  .product_display_item_img {
    width: 100%;
    height: 100%;
    border-radius: 4px 4px 0px 0px;
    display: block;
    transition: all .2s;
  }

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

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

  .product_display_item_level_place_line {
    width: 1px;
    height: 12px;
    background-color: #E5E7EB;
    margin: 5px 12px;
  }

  .product_display_item_level{
    max-width: 50%;
  }

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

  .product_display_specification,
  .product_display_inventory {
    display: flex;
    align-items: center;
    opacity: 0.8;
  }

  .product_display_inventory_val,
  .product_display_specification_val {
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .product_display_specification_label{
    width: 42px;
    margin-right: 2px;
  }
  
  .product_display_inventory_label {
    margin-right: 2px;
  }

  .product_display_empty {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 150px 0 64px;
  }

  .product_display_empty_img {
    width: 220px;
    height: 128px;
    margin-bottom: 16px;
    display: block;
  }

  .product_display_empty_text {
    font-weight: 400;
    font-size: 16px;
    color: #969799;
    line-height: 24px;
  }