.select-product {
  padding: 0 10px;
	width: 750rpx;
	&-img{
		width: 130px;
		height: 130px;
		border-radius: 3px;
	}
  &-ul {
  }

  &-list {
    margin-top: 10px;
    padding: 15px 10px;
    background-color: #ffffff;
    border-radius: 5px;
	@include  flexRowCenter;
    position: relative;
    &-show {
		width: 710rpx;
		@include positionAbsolute;
      height: 160px;
      background-color: rgba($color: #000000, $alpha: 0.5);
      border-radius: 5px;

      &-left {
        height: 160px;
        width: 150px;
        justify-content: center;
        align-items: center;
      }

      &-text {
        width: 35px;
        height: 35px;
        background-color: #ffffff;
        border-radius: 50%;
        font-size: 14px;
        font-weight: 600;
        line-height: 35px;
        text-align: center;
        color: rgba($color: #000000, $alpha: 0.5);
      }
    }

    &-left {
        width: 130px;
        height: 130px;
        position: relative;
        border-radius: 3px; 
    }

    &-right {
		flex: 1;
		margin-left: 10rpx;
		width: 390rpx;
      height: 130px;
      justify-content: space-between;

      &-title {
        font-size: 14px;
        font-weight: 600;
		@include moreLineEllipsis;
      }

      &-intro {
		  @include styleFont(#ffffff,10);
        background-color: #fc0719;
        height: 20px;
        width: 70px;
        line-height: 20px;
        text-align: center;
        border-radius: 3px;
      }

      &-bottom {
        &-oldprice {
			@include styleFont(#666666,14);
          text-decoration: line-through;
        }

        &-list {
          @include  flexRowSpace;
        }

        &-right {
          height: 25px;
		  flex-direction: row;
		  align-items: flex-end;

          &-text {
            font-size: 14px;
			line-height: 14px;
          }

          &-price {
			  @include styleFont(#ff0619,14);
			  line-height: 14px;
            margin-left: 3px;
            font-weight: 600;
          }
        }

        &-left {
			@include styleFont(#ffffff,14);
          height: 25px;
          line-height: 25px;
          padding: 0 13px;
          border-radius: 30px;
          background-image: linear-gradient(to right, #f52e16, #fc8603);
        }
      }
    }
  }
}