@charset "UTF-8";
/*
  ft: font

*/
sub[data-v-16d4c098],
sup[data-v-16d4c098] {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup[data-v-16d4c098] {
  top: -0.5em;
}
sub[data-v-16d4c098] {
  bottom: -0.25em;
}
.shu[data-v-16d4c098] {
  display: inline-block;
  content: '';
  width: 1px;
  height: 14px;
  background: rgba(0, 0, 0, 0.14);
  margin: -2px 10px;
}

/*
	多行省略号
*/
/*
	字体颜色 大小 粗细 默认
*/
/*
	flex 布局
*/
.css1.el-tooltip__popper.is-dark[data-v-16d4c098] {
  background: #ffffff;
  box-shadow: 1px 0px 13px 1px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  font-size: 16px;
  color: #333;
  line-height: 30px;
  padding: 14px 20px;
}
.css1.el-tooltip__popper.is-dark .popper__arrow[data-v-16d4c098] {
    border-top-color: #f5f5f5;
}
.css1.el-tooltip__popper.is-dark .popper__arrow[data-v-16d4c098]::after {
      bottom: 1px;
      margin-left: -5px;
      border-top-color: #fff;
      border-bottom-width: 0;
}
.el-tooltip__popper.is-dark[data-v-16d4c098] {
  max-width: 800px;
}
.wechat-detail .roomBreadcrumb[data-v-16d4c098] {
  display: flex;
  align-items: center;
  padding: 20px;
  background: #f9fafe;
}
.wechat-detail .roomBreadcrumb .roomBack[data-v-16d4c098] {
    font-size: 16px;
    color: #4b4b4b;
    font-weight: 500;
    cursor: pointer;
}
.wechat-detail .roomBreadcrumb .roomBack[data-v-16d4c098]::after {
      content: '|';
      width: 1px;
      height: 4px;
      color: #e4e9ed;
      margin: 20px;
}
.wechat-detail .roomBreadcrumb .breadcrumb .roomPage[data-v-16d4c098] {
    font-size: 16px;
    font-weight: 500;
    color: #8a8a8a;
}
.wechat-detail .roomBreadcrumb .breadcrumb .roomPage[data-v-16d4c098]::after {
      content: '/';
      width: 1px;
      height: 4px;
      color: #8a8a8a;
      margin: 5px;
}
.wechat-detail .roomBreadcrumb .breadcrumb .newRoom[data-v-16d4c098] {
    font-size: 16px;
    font-weight: 500;
    color: #4b4b4b;
}
.wechat-detail .store-detail-content[data-v-16d4c098] {
  background: #f6f9fb;
  padding: 20px;
  min-height: calc(100vh - 100px);
}
.wechat-detail .store-detail-content .store-detail-content-box[data-v-16d4c098] {
    background: #fff;
    padding: 40px;
}
.wechat-detail .store-detail-content .store-detail-content-box .store-detail-content-title[data-v-16d4c098] {
      display: flex;
      align-items: center;
      margin-bottom: 20px;
}
.wechat-detail .store-detail-content .store-detail-content-box .store-detail-content-title .store-detail-content-title-img[data-v-16d4c098] {
        width: 80px;
        height: 80px;
        border-radius: 4px;
}
.wechat-detail .store-detail-content .store-detail-content-box .store-detail-content-title .store-detail-content-title-text[data-v-16d4c098] {
        margin-left: 20px;
}
.wechat-detail .store-detail-content .store-detail-content-box .store-detail-content-title .store-detail-content-title-text .store-detail-content-title-text-name[data-v-16d4c098] {
          font-size: 24px;
          font-weight: 500;
          color: #333333;
          margin-bottom: 16px;
}
.wechat-detail .store-detail-content .store-detail-content-box .store-detail-content-title .store-detail-content-title-text .store-detail-content-title-text-status[data-v-16d4c098] {
          font-size: 16px;
          font-weight: 350;
          color: #4cc09e;
          padding: 5px 17px;
          border: 1px solid #ECFAF8;
}
.wechat-detail .store-detail-content .store-detail-content-box .store-detail-transfer-info-title[data-v-16d4c098] {
      font-size: 16px;
      font-weight: 500;
      color: #202020;
      padding: 17px 20px;
      position: relative;
}
.wechat-detail .store-detail-content .store-detail-content-box .store-detail-transfer-info-title[data-v-16d4c098]::before {
        content: '';
        display: block;
        width: 5px;
        height: 18px;
        background: #2c54d1;
        position: absolute;
        top: 20px;
        left: 0px;
}
.wechat-detail .store-detail-content .store-detail-content-box .store-detail-content-info[data-v-16d4c098] {
      background: #f9fbfe;
      box-sizing: border-box;
      border: 1px solid #eff5fb;
      padding: 16px;
      width: 100%;
      margin-bottom: 10px;
      border-radius: 8px;
}
.wechat-detail .store-detail-content .store-detail-content-box .store-detail-content-info .store-detail-content-info-box[data-v-16d4c098] {
        display: flex;
        justify-content: space-between;
}
.wechat-detail .store-detail-content .store-detail-content-box .store-detail-content-info .store-detail-content-info-box .store-detail-content-info-box-item[data-v-16d4c098] {
          flex: 1;
          position: relative;
          border-right: 1px solid #e4e9ed;
          padding: 0 20px;
}
.wechat-detail .store-detail-content .store-detail-content-box .store-detail-content-info .store-detail-content-info-box .store-detail-content-info-box-item[data-v-16d4c098]:last-child {
            border-right: none;
}
.wechat-detail .store-detail-content .store-detail-content-box .store-detail-content-info .store-detail-content-info-box .store-detail-content-info-box-item .store-detail-content-info-box-item-content-box[data-v-16d4c098] {
            display: flex;
            align-items: flex-start;
            margin-bottom: 16px;
            width: 100%;
}
.wechat-detail .store-detail-content .store-detail-content-box .store-detail-content-info .store-detail-content-info-box .store-detail-content-info-box-item .store-detail-content-info-box-item-content-box .store-detail-content-info-box-item-title[data-v-16d4c098] {
              font-size: 16px;
              font-weight: 350;
              color: #666666;
}
.wechat-detail .store-detail-content .store-detail-content-box .store-detail-content-info .store-detail-content-info-box .store-detail-content-info-box-item .store-detail-content-info-box-item-content-box .store-detail-content-info-box-item-content[data-v-16d4c098] {
              font-size: 16px;
              font-weight: 500;
              line-height: 24px;
              color: #4b4b4b;
}
.wechat-detail .store-detail-content .store-detail-content-box .store-detail-content-info .store-detail-content-info-box .store-detail-content-info-box-item .store-detail-content-info-box-item-content-box .store-detail-content-info-box-item-content-img[data-v-16d4c098] {
              width: 128px;
              height: 128px;
              border: 1px solid #e4e9ed;
              border-radius: 4px;
              margin-left: 16px;
}
.wechat-detail .store-detail-content .store-detail-content-box .store-detail-content-info .store-detail-content-info-introduction-box[data-v-16d4c098] {
        display: flex;
        align-items: center;
        margin-bottom: 16px;
}
.wechat-detail .store-detail-content .store-detail-content-box .store-detail-content-info .store-detail-content-info-introduction-box .store-detail-content-info-introduction-title[data-v-16d4c098] {
          font-size: 16px;
          font-weight: 350;
          color: #666666;
}
.wechat-detail .store-detail-content .store-detail-content-box .store-detail-content-info .store-detail-content-info-introduction-box .store-detail-content-info-introduction[data-v-16d4c098] {
          font-size: 16px;
          font-weight: 500;
          line-height: 24px;
          color: #4b4b4b;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
          width: 1380px;
}
.wechat-detail .store-detail-content .store-detail-content-box .store-detail-content-info .store-detail-content-info-introduction-box .store-detail-content-info-introduction-more[data-v-16d4c098] {
          font-size: 16px;
          font-weight: 500;
          color: #4cc09e;
          width: 50px;
          cursor: pointer;
}

