.recommend {

  .scrollBox {
    width: 100%;

    .firstClassify {
      padding: 24rpx 0rpx 20rpx;
      width: 100%;
      white-space: nowrap;
      background-color: white;


      .firstBox {
        text-align: center;
        display: inline-block;
        width: 98rpx;
        padding: 0rpx 20rpx;

        .icon {
          width: 60rpx;
          height: 58rpx;
        }

        .name {
          margin-top: 6rpx;
          font-weight: bold;
          font-size: 24rpx;
        }
      }
    }
  }

  .selectType {
    padding: 30rpx 15rpx 30rpx 26rpx;
    display: flex;
    align-items: center;
    justify-content: space-between;

    .type {
      padding: 14rpx 0rpx;
      width: 200rpx;
      box-sizing: border-box;
      text-align: center;
      border: 1rpx solid #9f9f9fa4;
      border-radius: 50rpx;
      color: #1A1A1A;
      font-size: 24rpx;
    }

    .currentType {
      border: none;
      box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
      background-color: white;
      font-weight: bold;
    }

    .search {
      padding: 8rpx 20rpx;
      text-align: center;
      border: 1rpx solid #9f9f9fa4;
      border-radius: 50rpx;

      .searchImg {
        width: 26rpx;
        height: 26rpx;
      }
    }
  }
}