﻿@charset "utf-8";
/* CSS Document */

.empty {
    color: #999;
    text-align: center;
    width: 100%;
    padding: 50px;
    box-sizing: border-box;
}
.quick-container {
    margin-bottom: 50px;
}

.quick-list {
    margin-top: 24px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 24px;
}

.quick-item {
    width: 100%;
    height: 253px;
    position: relative;
    cursor: pointer;
}

.quick-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    overflow: hidden;
}

.quick-name {
    width: 100%;
    position: absolute;
    bottom: 0;
    height: 60px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 50.02%, rgba(0, 0, 0, 0.8) 100%);
    border-radius: 0px 0px 10px 10px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 60px;
    text-align: center;
    font-style: normal;
}

.quick-name a {
    color: #FFFFFF;
}

/*二级分类*/
.quick-design-container {
    position: relative;
    /* height: 600px; */
}

.quick-design-title-bar {
    width: 100%;
    height: 82px;
    overflow: hidden;
    position: relative;
    margin-top: 24px;
}

.quick-design-title-bar .title-img {
    width: 100%;
    height: 82px;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.quick-design-title-text {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 82px;
    padding-right: 260px;
    position: relative;
    z-index: 1;
}

.quick-design-title {
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    font-size: 24px;
    color: #000000;
    line-height: 34px;
    text-align: left;
    font-style: normal;
    margin-left: 24px;
}

.quick-design-title-text .more {
    display: flex;
    align-items: center;
    color: #999;
}

.quick-design-title-text .more a {
    color: #999;
}

.quick-design-title-text .more img {
    width: 16px;
    height: 16px;
}

.quick-goods-list {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    padding: 0;
    margin-top: 24px;
    margin-bottom: 50px;
    background: transparent;
}

.quick-goods-item {
    position: relative;
    width: 280px;
    height: 280px;
}

.quick-goods-img {
    width: 280px;
    height: 280px;
    object-fit: cover;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;

}

.quick-goods-name {
    width: 100%;
    position: absolute;
    bottom: 0;
    height: 60px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 50.02%, rgba(0, 0, 0, 0.8) 100%);
    border-radius: 0px 0px 10px 10px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 60px;
    text-align: center;
    font-style: normal;
}

/*详情列表*/
.class-header {
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    font-size: 16px;
    color: #000000;
    line-height: 22px;
    text-align: left;
    font-style: normal;
}

.class-container {
    display: flex;
    justify-content: flex-start;
    gap: 10px;
    margin-top: 24px;
}

.class-item {
    height: 32px;
    background: #F7F8FC;
    border-radius: 6px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    line-height: 32px;
    text-align: center;
    font-style: normal;
    cursor: pointer;
}

.class-item.active {
    background: rgba(255, 0, 0, 0.1);
    color: #f00;
}

.class-item a {
    display: block;
    height: 100%;
    padding: 0 16px;
}

.class-item a:hover {
    text-decoration: none;
}

.class-item.active a {
    color: #f00;
}

.scene-list {
    margin-top: 24px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.scene-item {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 16px;
    padding: 16px;
    align-items: flex-start;
    background: #F7F8FC;
    border-radius: 10px;
    cursor: pointer;
    overflow: hidden;
    border: 1px solid #FFFFFF;
}

.scene-item:hover {
    border-color: #F00;
}

.scene-img {
    width: 160px;
    height: 160px;
    object-fit: cover;
    border-radius: 6px;
    overflow: hidden;
}

.s-info {
    height: 100%;
    display: flex;
    flex: 1;
    width: 0;
    flex-direction: column;
}

.s-name {
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    font-size: 14px;
    color: #333333;
    text-align: left;
    font-style: normal;
    margin: 0;
}

.s-desc {
    display: flex;
    justify-content: flex-start;
    gap: 10px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 12px;
    color: #999999;
    line-height: 18px;
    text-align: left;
    font-style: normal;
    margin-top: 6px;
}

.line-h {
    width: 1px;
    height: 14px;
    background: #000000;
    opacity: 0.1;
}

.s-bottom {
    display: flex;
    justify-content: space-between;
    flex: 1;
    align-items: flex-end;
    width: 100%;
    margin: 0;
    flex-grow: 1;
}

.s-price { 
    color: #F00;
    font-size: 12px;
}

.s-price span { 
    font-size: 16px;
}

.s-min {
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 12px;
    color: #999999;
    line-height: 18px;
    text-align: center;
    font-style: normal;
}

.s-min span {
    color: #333333;
}

.pagination {
    margin-top: 16px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #000000;
    line-height: 32px;
    text-align: center;
    font-style: normal;
}

.pagin-item {
    width: 32px;
    height: 32px;
    background: #F7F8FC;
    border-radius: 2px;
    border: 1px solid #EEEEEE;
    cursor: pointer;
}

.pagin-item.active {
    background: #FF0000;
    color: white;
    border-radius: 1px;
}

.pagination select {
    width: 100px;
    height: 32px;
    background: #F7F8FC;
    border-radius: 2px;
    border: 1px solid #EEEEEE;
    outline: none;
    text-align: center;
}

.pagin-num input {
    width: 40px;
    height: 32px;
    background: #F7F8FC;
    border-radius: 2px;
    border: 1px solid #EEEEEE;
    outline: none;
    text-align: center;
}

.pagination .pre,
.next {
    width: 33px;
    height: 33px;
    cursor: pointer;
}