#app {
    display: flex;
    justify-content: center;
}
.seckill-list{
    width: 100%;
    height: 60px;
    background-color: #383838;
    margin-bottom: 20px;
}
.seckill-content{
    margin: 0 auto !important;
    width: 1200px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.seckill-content-left{
    width: 20px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #323232;
    cursor: pointer;
}
.seckill-content-center{
    width: 1160px;
    height: 100%;
    overflow-x: auto;
}
/*::-webkit-scrollbar {
    !*隐藏滚轮*!
    display: none;
}*/
.seckill-content-left img {
    width: 12px;
    height: 12px;
}
.content-center-list{
    display: flex;
    width: 232px;
    height: 60px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}
.content-center-list-active{
    background-color: #E1251B;
}
.content-center-list-left{
    font-size: 20px;
    color: #fff;
}
.content-center-list-right {
    margin-left: 10px;
    font-size: 14px;
    color: #fff;
}
.seckill-item-txt{
    margin-bottom: 5px;
}
.seckill-ul{
    display: flex;
}
.content-center-list-active{
    background-color: #E1251B;
}
.content-center-list-right-two{
    margin-left: 10px;
    width: 76px;
    height: 26px;
    font-size: 14px;
    text-align: center;
    line-height: 26px;
    border: 1px solid #F5F5F5;
    border-radius: 14px;
    color: #FFFFFF;
}

.seckill {
    margin-top: 20px;
    width: 1200px;
    background-color: #ffffff;
}
.six-list {
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #f4f4f4;
}
.six-list .six-list-item {
    position: relative;
    width: 239px;
    height: 343px;
    padding: 20px 20px 40px 20px;
    box-sizing: border-box;
    border-right: 1px solid #f4f4f4;
    border-bottom: 1px solid #f4f4f4;
}
.six-list .six-list-item .seckill-two-img {
    width: 100%;
    height: 199px;
}
.six-list .six-list-item .seckill-two-img .el-image {
    width: 100%;
    height: 100%;
}
.six-list .six-list-item .seckill-two-title {
    margin-top: 5px;
    height: 40px;
    line-height: 22px;
    width: 184px;
    box-sizing: border-box;
    padding: 0px 6px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /* 这里是超出几行省略 */
    overflow: hidden;
    color: #666666;
    font-size: 14px;
}
.six-list .six-list-item .seckill-two-price {
    margin-top: 14px;
    width: 100%;
    display: flex;
    align-items: flex-end;
}
.six-list .six-list-item .seckill-two-price .price-one {
    display: flex;
    color: var(--themeColor);
}
.six-list .six-list-item .seckill-two-price .price-one div:first-child {
    margin-top: 5px;
    font-size: 14px;
}
.six-list .six-list-item .seckill-two-price .price-one div:last-child {
    font-size: 20px;
}
.six-list .six-list-item .seckill-two-price .price-two {
    margin-left: 5px;
    font-size: 14px;
    color: #666666;
    text-decoration: line-through;
}
.six-list .six-list-item .right-now {
    position: absolute;
    bottom: 0px;
    right: 0px;
    margin-top: 10px;
    display: flex;
    width: 100%;
    box-sizing: border-box;
    padding-left: 20px;
    justify-content: space-between;
    align-items: center;
}
.six-list .six-list-item .right-now .right-now-btn {
    width: 80px;
    height: 30px;
    color: #fff;
    background-color: var(--themeColor);
    font-size: 14px;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
}
.six-list .six-list-item .right-now .right-now-btn a {
    font-size: 14px;
    color: #fff;
}
.seckill-list-txt{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 33.33%;
    height: 100%;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
}
.seckill-list-txt img {
    margin-right: 10px;
    width: 14px;
    height: 14px;
}
.select-seckill-list-txt{
    background-color: var(--themeColor);
}
