.list-1 {
    flex-direction: row;
    padding: 15px 0;
    margin-left: 15px;
    padding-right: 15px;
	@include borderBotton(#f1f1f1);
  
    &-right {
      width: 400rpx;
      margin-left: 10px;
      justify-content: space-between;
      &-top {
        &-title {
			@include styleFont(#202020,14);
		  @include moreLineEllipsis;
        }
        &-wrap {
          flex-direction: row;
        }
        &-tag {
          padding: 0 10px;
          background-color: rgba(255, 224, 225, 1);
          border-radius: 8px;
          text-align: center;
          line-height: 16px;
		  @include styleFont(#f92e2c,11);
		  @include onlyLineEllipsis;
        }
      }
      &-bottom {
        &-wrap {
          flex-direction: row;
        }
        &-oldprice {
          text-decoration: line-through;
		  @include styleFont(#999999,12);
        }
        &-price {
			@include styleFont(#f92e2c,16);
        }
        &-tagbox {
          flex-direction: row;
        }
        &-tag {
          padding: 0 7px;
          border-width: 1px;
          border-color: rgba(249, 46, 44, 1);
          border-radius: 8px;
          text-align: center;
          line-height: 16px;
          margin-left: 10px;
		  @include styleFont(#f92e2c,10);
        }
      }
    }
  }