.order-buy {
  &-ul {
	  width: 750rpx;
  }
  &-list {
	 @include  flexRowCenter;
    padding: 10px;
    &-left {
      width: 85px;
      height: 85px;
    }
    &-right {
		width: 540rpx;
      height: 85px;
      justify-content: space-around;
      padding-left: 10px;
      &-title {
        font-size: 12px;
		@include moreLineEllipsis;
      }
      &-intro {
        font-size: 12px;
        color: $uni-color-title;
      }
      &-bottom {
		  @include  flexRowCenter;
        &-price {
          color: $gl-brand;
          font-size: 14px;
          font-weight: bold;
        }
        &-count {
          color: $uni-color-title;
          font-size: 13px;
        }
      }
    }
  }
  /* 备注 */
  &-remarks {
    height: 30px;
    padding: 0 15px;
	@include  flexRowCenter;
    &-left {
      font-size: 14px;
    }
    &-right {
		width: 400rpx;
      font-size: 14px;
      margin-left: 5px;
    }
  }
  /*  */
  &-account {
    &-list {
      padding: 5px 15px;
	  @include  flexRowSpace;
      &-right,
      &-left {
        font-size: 13px;
      }
      &-right {
        color: $gl-themeColor;
      }
    }
  }
  /*  */
  &-bottom_placeholder {
    height: 50px;
  }
  &-bottom {
	width: 750rpx;
    position: fixed;
    bottom: 0;
    left: 0;
	@include borderTop(#e5e5e5);
    background-color: #ffffff;
    &-cont{
		height: 50px;
		@include flexRowSpaceBetween;
	}
	&-safe{
		height: 30px;
		width: 750rpx;
	}
	&-left {
      padding-left: 15px;
	  @include  flexRowCenter;
      &-text {
        font-size: 14px;
      }
      &-price {
        margin-left: 5px;
        flex-direction: row;
        &-right,
        &-left {
          font-size: 14px;
          color: $gl-themeColor;
        }
        &-left {
          padding-top: 4px;
        }
        &-right {
          font-size: 18px;
        }
      }
    }
    &-right {
      width: 120px;
      height: 50px;
      background-color: $gl-themeColor;
      text-align: center;
      line-height: 50px;
	  @include styleFont(#ffffff,16);
      &-disabled {
        background-color: #ffffff;
      }
    }
  }
}
