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

  .market_detail_breadcrumb{
    padding: 0 30px;
  }

  .market_detail {
    display: flex;
    padding: 20px 30px 0;
  }

  .market_detail_main {
    width: 800px;
    margin-right: 20px;
  }

  .market_detail_top {
    margin-bottom: 24px;
  }

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

  .market_detail_business {
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    line-height: 22px;
    margin-bottom: 20px;
  }

  .market_detail_business span {
    width: 70px;
    margin-right: 2px;
  }

  .market_detail_top_info {
    padding: 16px;
    background: #F8F8F8;
    border-radius: 4px;
  }

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

  .market_detail_info_cell:last-child {
    margin-bottom: 0;
  }

  .market_detail_info_cell_item {
    display: flex;
    width: 243px;
    max-width: 243px;
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    line-height: 22px;
    margin-right: 20px;
  }

  .market_detail_info_cell_item.long {
    width: 100%;
    min-width: 100%;
  }

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

  .market_detail_info_cell_item_value {
    flex: 1;
  }

  .real_market_scene_wrap {
    margin-bottom: 24px;
  }

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

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

  .real_market_scene_img {
    width: 188px;
    height: 100px;
    border-radius: 4px;
    border: 1px solid #D1D5DB;
    margin-right: 16px;
    margin-top: 16px;
  }

  .real_market_scene_img.no_data{
    border: none;
  }

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

  /* 前四个去除margin-top */
  .real_market_scene_list .real_market_scene_img:nth-child(-n+4) {
    margin-top: 0;
  }

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

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

  .market_introduction_desc img{
    max-width: 100%;
  }

  .market_introduction_desc_no_data {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;

  }

  .market_introduction_desc_no_data_img {
    width: 220px;
    height: 128px;
    margin-bottom: 16px;
  }

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

  .market_detail_aside {
    width: 320px;
  }


  .resident_merchants_title_wrap {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
  }

  .resident_merchants_title {
    margin-right: 12px;
  }

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

  .resident_merchants_list_no_data_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    border: 1px solid #E6E6E6;
    padding: 172px 0;

  }

  .resident_merchants_list_no_data {
    position: relative;
  }

  .resident_merchants_list_no_data .no_data_img {
    width: 220px;
    height: 168px;
  }

  .resident_merchants_list_no_data .no_data_text {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    font-weight: 400;
    font-size: 16px;
    color: #969799;
    line-height: 24px;
    bottom: 0;
  }

  .resident_merchants_list {
    max-height: 512px;
    border-radius: 4px;
    padding: 16px 20px;
    border: 1px solid #E6E6E6;
    overflow-y: auto;
  }

  .resident_merchants_item {
    display: block;
    cursor: pointer;
    margin-bottom: 16px;
  }

  .resident_merchants_item:last-child {
    margin-bottom: 0;
  }

  .resident_merchants_item_title {
    position: relative;
    font-weight: 400;
    font-size: 14px;
    color: #000000;
    line-height: 22px;
    margin-bottom: 2px;
    padding-left: 12px;
  }

  .resident_merchants_item_title::before {
    content: '';
    position: absolute;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #B5BDD1;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }


  .resident_merchants_item_scope {
    font-weight: 400;
    font-size: 13px;
    color: #666666;
    line-height: 22px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 12px;
  }

  .resident_merchants_item:hover .resident_merchants_item_title {
    color: #00A378;
  }

  .can_preview{
    cursor: pointer;
  }

  .preview_img_wrap{
    display: none;
    position: fixed;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: rgba(0, 0, 0, .5);
  }

  .preview_img{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    max-height: 100vh;

  }