.store-location {
  background: #fff;
  // margin: 0 38rpx;
  border-radius: 4rpx;
  overflow: hidden;
  line-height: 1;
  .header {
    font-size: 32rpx;
    font-weight: 600;
    color: #333;
    // border-bottom: 1rpx solid #eaeaea;
    padding: 25rpx 36rpx;
  }
  .content {
    display: flex;
    align-items: center;
    padding: 25rpx 36rpx;
    padding-top: 0rpx;
    padding-right: 79rpx;
    color: #333;
    font-size: 28rpx;
    .logo {
      .img {
        width: 120rpx;
        height: 120rpx;
        border-radius: 50%;
        margin-right: 20rpx;
      }
    }
    .store-info {
      // margin-left: 45rpx;
      .store-header {
        display: flex;
        align-items: center;
        margin-bottom: 15rpx;
        .title {
          font-size: 36rpx;
          font-weight: 600;
          color: #333;
          margin-right: 19rpx;
        }
        .tag{
          width: 98rpx;
          flex-shrink: 0;
        }
        .tel {
          width: 24rpx;
          height: 24rpx;
          margin-left: 23rpx;
        }
      }
      .address-box {
        width: 100%;
        margin-bottom: 10rpx;
      }
      .address {
        line-height: 1.3;
      }
      .address,
      .time {
        font-size: 24rpx;
        color: #666666;
      }
    }
  }
}
