.line {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.line-two {
  	word-break: break-all;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.bargaining {
    margin-top: 150rpx;
    padding: 5rpx;
    background: #fdfdfd;
    .big {
        width: 680rpx;
        margin: 30rpx auto;
        .big-img {
             position: relative;
             width: 680rpx;
             height: 460rpx;
             border-radius: 20rpx;
            .time-content {
                 position: absolute;
                 bottom: 0;
                 display: flex;
                 align-items: center;
                 justify-content: space-between;
                 width: 100%;
                .secondsKill {
                    margin-left: 40rpx;
                }
                .time {
                    display: flex;
                    flex-direction: column;
                    align-items: center;
                    justify-content: center;
                    margin-right: 20rpx;
                    .countDown {

                    }
                }
            }
        }
        .content {
            padding: 30rpx;
            border-bottom-left-radius: 30rpx;
            border-bottom-right-radius: 30rpx;
            .commodity-content {
                display: flex;
                align-items: center;
                margin-bottom: 10rpx;
                .reduction {
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    width: 160rpx;
                    height: 40rpx;
                    margin-right: 10rpx;
                    border-radius: 30rpx;
                }
                .commodity-name {
                    width: 500rpx;
                }
            }
            .describe {
                margin-bottom: 10rpx;
            }
           .inventory {
               margin-bottom: 20rpx;
           } 
           .price-content {
               display: flex;
               align-items: center;
               justify-content: space-between;
               .price {
                
                    .discount {
                        margin-bottom: 5rpx;
                    }
                    .original-price {
                        text-decoration: line-through;
                    }
               }
               .buy {
                   width: 100rpx;
                   padding: 0 10rpx;
                   border: 1rpx solid red !important; 
                   margin: 0;
               }
           }
        }
    }
} 

.bargaining {
    padding: 5rpx;
    background: #fdfdfd;
    .two-box {
        display: inline-block;
        margin-left: 20rpx;
        .two {
            width: 340rpx;
            margin: 30rpx auto;
            .two-img {
                position: relative;
                width: 340rpx;
                height: 330rpx;
                border-radius: 20rpx;
                .time-content {
                    position: absolute;
                    bottom: 0;
                    display: flex;
                    align-items: center;
                    justify-content: space-between;
                    width: 100%;
                .secondsKill {
                    margin-left: 20rpx;
                }
                .time {
                    display: flex;
                    flex-direction: column;
                    align-items: center;
                    justify-content: center;
                    margin-right: 20rpx;
                }
            }
        }
            .content {
                padding: 20rpx;
                border-bottom-left-radius: 30rpx;
                border-bottom-right-radius: 30rpx;
                .commodity-content {
                    margin-bottom: 10rpx;
                    .reduction {
                        float: left;
                        display: flex;
                        justify-content: center;
                        align-items: center;
                        width: 140rpx;
                        margin-right: 10rpx;
                        border-radius: 30rpx;
                    }
                } 
                .describe {
                    margin-bottom: 10rpx;
                }
                .inventory {
                    margin-bottom: 10rpx;
                } 
                .price-content {
                    display: flex;
                    align-items: center;
                    justify-content: space-between;
                    .price {
                       
                        .discount {

                        }
                        .original-price {
                            text-decoration: line-through;
                        }
                    }
                    .buy {
                        width: 70rpx;
                        padding: 0 6rpx;
                        border: 1rpx solid red !important;
                        margin: 0;
                    }
                }
            }
        }
    }
}

.bargaining {
    padding: 5rpx;
    background: #fdfdfd;
    .three-box {
        display: inline-block;
        margin-left: 20rpx;
        .three {
            width: 220rpx;
            margin: 30rpx auto;
            .three-img {
                width: 220rpx;
                height: 220rpx;
                border-radius: 20rpx;
            }
            .content {
                padding: 15rpx;
                border-bottom-left-radius: 30rpx;
                border-bottom-right-radius: 30rpx;
                .commodity-name {
                    margin-bottom: 15rpx;
                }
                .inventory {
                    margin-bottom: 5rpx;
                }  
                .describe {
                    margin-bottom: 10rpx;
                }
                .discount {
                    margin-bottom: 5rpx;
                }
                .original-price {
                    text-decoration: line-through;
                }
                .buy {
                    width: 100%;
                    margin-top: 10rpx;
                    padding: 0 8rpx;
                }
            }
        }
    }
}

.bargaining {
    background: #fdfdfd;
    .details {
        display: flex;
        width: 680rpx;
        margin: 30rpx auto;
        .details-img {
             position: relative;
             width: 300rpx;
             height: 300rpx;
             border-radius: 20rpx;
             .time-content {
                position: absolute;
                bottom: 0;
                display: flex;
                align-items: center;
                justify-content: space-between;
                width: 100%;
                .secondsKill {
                    margin-left: 20rpx;
                }
                .time {
                    display: flex;
                    flex-direction: column;
                    align-items: center;
                    justify-content: center;
                    margin-right: 20rpx;
                }
            }
        }
        .content {
            width: 340rpx;
            padding: 20rpx;
            border-bottom-left-radius: 30rpx;
            border-bottom-right-radius: 30rpx;
            .commodity-content {
                
                margin-bottom: 20rpx;
                .reduction {
                    float: left;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    width: 130rpx;
                    margin-right: 10rpx;
                    border-radius: 30rpx;
                }
                .commodity-name {
                    margin-bottom: 10rpx;
                } 
                
            }
            .describe {
                    margin-bottom: 15rpx;
            }
           .inventory {
                margin-bottom: 15rpx;
            } 
           .price-content {
               display: flex;
               align-items: center;
               justify-content: space-between;
               .price {
                    .discount {
                        margin-bottom: 10rpx;
                    }
                    .original-price {
                        text-decoration: line-through;
                    }
               }
               .buy {
                   width: 80rpx;
                   padding: 0 8rpx;
                   margin: 0;
                   border: 1rpx solid red !important;
                }
           }
        }
    }
}

.bargaining {
    background: #fdfdfd;
    .scroll-box {
        display: inline-block;
        margin-right: 20rpx;
        .scroll {
            width: 220rpx;
            margin: 30rpx auto;
            .scroll-img {
                width: 220rpx;
                height: 220rpx;
                border-radius: 20rpx;
            }
            .content {
                padding: 15rpx;
                border-bottom-left-radius: 30rpx;
                border-bottom-right-radius: 30rpx;
                .commodity-name {
                    margin-bottom: 10rpx;
                }
                .describe {
                    margin-bottom: 10rpx;
                }
                .inventory {
                    margin-bottom: 10rpx;
                }  
                .discount {
                    margin-bottom: 5rpx;
                }
                .original-price {
                    text-decoration: line-through;
                }
                .buy {
                    width: 100%;
                    padding: 0 8rpx;
                    margin-top: 10rpx;
                }
            }
        }
    }
}