.order-show {
    background-color: #f7f7f7;
    &-title {
        width: 750rpx;
        height: 70px;
        background-color: #ffffff;
		@include  flexRowCenter;

        &-left {
            width: 25px;
            height: 25px;
            margin: 0 15px;

            &-icon {
                height: 25px;
            }
        }

        &-right {
            width: 640rpx;
            height: 45px;
            padding-right: 10px;
            justify-content: space-between;

            &-title {
				@include  flexRowSpace;

                &-left {
                    font-size: 14px;
                }

                &-right {
					@include styleFont(#999999,14);
                }
            }

            &-bottom {
                font-size: 13px;
				@include onlyLineEllipsis;
			}
        }
    }

    &-store {
        padding: 0 10px;
        margin-top: 10px;
        height: 30px;
        background-color: #ffffff;
		@include flexRowSpaceBetween;
        &-left {
            font-size: 14px;
        }

        &-right {
            font-size: 14px;
            color: $gl-themeColor;
        }
    }
    
    
    /* 商品详情 */ 
    &-product {
        height: 100px;
        background-color: #f0f0f0;
		@include flexRowSpaceBetween;
        padding: 0 10px;
        &-left {
            width: 80px;
            height: 80px;
        }

        &-right {
            padding-left: 10px;
            height: 80px;
            &-title {		
				@include  flexRowCenter;
                &-left {
                    width: 365rpx;
                    font-size: 14px;
					@include moreLineEllipsis(2);
                }

                &-right {
                    width: 165rpx;
                }
            }

            &-intro {
				@include styleFont(#999999,12);
                margin-top: 3px;
            }
        }

        &-price {
            font-size: 13px;
            text-align: right;
        }

        &-text {
			@include styleFont(#999999,13);
            text-align: right;
        }
    }

    &-count {
        padding: 5px 15px;
        background-color: #ffffff;

        &-list {
			@include flexRowSpaceBetween;
            height: 25px;

            &-text {
                font-size: 14px;
            }

            &-color {
                color: $gl-themeColor;
            }
        }
    }

    &-detail {
        margin-top: 10px;
        background-color: #ffffff;
        padding: 10px 15px;			
        &-title {
            font-size: 14px;
            height: 14px;
            line-height: 14px;
            border-left-color: $gl-themeColor;
            border-left-width: 2px;
            border-style: solid;
            padding-left: 5px;
        }

        &-list {
            margin-top: 5px;
            height: 25px;
			@include  flexRowCenter;

            &-left {
                width: 90px;
				@include styleFont(#606266,12);
            }

            &-right {
				@include styleFont(#606266,12);
            }
        }
    }

    &-bottom {
        width: 750rpx;
		@include borderTop(#f2f2f2);
        position: fixed;
        bottom: 0;
        left: 0;
        height: 50px;
		@include  flexRowCenter;
        justify-content: flex-end;
        background-color: #ffffff;

        &-left {
            margin: 0 10px;
            font-size: 14px;
            color: $gl-themeColor;
            border-radius: 30px;
            border-width: 1px;
            border-style: solid;
            text-align: center;
            border-color: $gl-themeColor;
            line-height: 28px;
            padding: 0 10px;
        }
    }
}