.main-search{
    min-width: 1200px;
    width: 100%;
}
.main-search .main-search-wrap{
    background: url(/Public/static/images/pbuy/bg-search-01.jpg) center center no-repeat rgb(25, 94, 180);
    background-size: cover !important;
    height: 447px;
}
.main-search .main-search-wrap .main-search-content {
    align-items: center;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    width: 1200px;
}
.main-search .main-search-wrap .main-search-content h1 {
    color: #fff;
    font-size: 60px;
    font-weight: 100;
    letter-spacing: -1px;
    line-height: 20px;
    margin-bottom: 30px;
    margin-top: 40px;
}
.common-search-theme-main.common-main-search{
    height: 56px;
    padding-right: 200px;
    width: 916px;
}
.main-search-content .common-search-theme-main.common-main-search .header-search-uploadimg{
    font-size:25px;
}
.common-search-theme-main.common-main-search .text-btn{
    bottom: 0;
    /*box-shadow: 0 10px 16px 0 rgba(0, 35, 100, .24);*/
    font-size: 20px;
    font-weight: 400;
    margin: auto 0;
    padding: 0;
    position: absolute;
    right: 10px;
    top: 0;
    z-index: 2;
    background: #D72951;
    height: 46px;
    width: 170px;
    color: #fff;
}
.main-search-content .search-item{
    margin-top:50px;
}
.main-search-content .feature-list{
    display: flex;
    margin-top: 50px;
}
.main-search-content .feature-list dl{
    margin-right:135px;
    flex: 0 0 auto;
    width: 29%;
}
.main-search-content .feature-list dl:last-child{
    margin-right:0;
}
.main-search-content .feature-list dl dt{
    align-items: center;
    color: #fff;
    display: flex;
    margin-bottom: 8px;
}
.main-search-content .feature-list dl dt span{
    background: #D72951;
    border-radius: 20px;
    font-family: PingFang SC, microsoft yahei, STHeitiSC-Light, simsun, sans-serif;
    height: 20px;
    margin-right: 10px;
    text-align: center;
    width: 20px;
}
.main-search-content .feature-list dl dt h3{
    color: #fff;
    display: flex;
    font-size: 16px;
    line-height: 16px;
    position: relative;
    text-transform: uppercase;
}
.main-search-content .feature-list dl:not(:last-child) dt h3::after{
    border-bottom: 1px dashed #fff;
    bottom: 0;
    content: "";
    height: 1px;
    left: calc(100% + 16px);
    margin: auto 0;
    position: absolute;
    top: 0;
    width: 285px;
}
.main-search-content .feature-list dl:nth-child(2) dt h3::after{
    width: 132px;
}
.main-search-content .feature-list dl dd{
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 24px;
}
.main-search-content .feature-list dl dd::before{
    background: #fff;
    border-radius: 4px;
    content: "";
    height: 4px;
    margin-right: 6px;
    width: 4px;
}
.home-rec-container{
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px 20px 60px;
}
.homepage-recom .section-header {
    text-align: center;
    margin-bottom: 36px;
    padding-top: 10px;
}
.homepage-recom .section-header .main-title {
    font-size: 32px;
    font-weight: 700;
    color: #1a1a1a;
    letter-spacing: 1px;
    margin-bottom: 8px;
    position: relative;
    display: inline-block;
}
.homepage-recom .section-header .main-title::after {
    content: '';
    position: absolute;
    bottom: -6px;
    left: 50%;
    transform: translateX(-50%);
    width: 120px;
    height: 3px;
    background: linear-gradient(90deg, #ff6b6b, #ff8e53);
    border-radius: 2px;
}
.homepage-recom .section-header .sub-title {
    font-size: 15px;
    color: #999;
    letter-spacing: 2px;
    margin-top: 12px;
}
.category-bar {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 28px;
}

.category-tag {
    padding: 5px 16px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 500;
    border: 1px solid #e0e0e0;
    background: #fff;
    color: #666;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
    line-height: 1.4;
}

.category-tag:hover {
    border-color: #ff6b6b;
    color: #ff6b6b;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(255, 107, 107, 0.15);
}

.category-tag.active {
    background: linear-gradient(135deg, #ff6b6b, #ff8e53);
    color: #fff;
    border-color: transparent;
    box-shadow: 0 4px 12px rgba(255, 107, 107, 0.3);
}
.product-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 12px;
    margin-bottom: 40px;
}

.product-card {
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid #f0f0f0;
    position: relative;
}

.product-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.1);
    border-color: #e0e0e0;
}

.product-card:active {
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.product-image-wrap {
    position: relative;
    width: 100%;
    padding-top: 100%;
    background: #fafafa;
    overflow: hidden;
}

.product-image-wrap img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform 0.4s ease;
    background: #fff;
}

.product-card:hover .product-image-wrap img {
    transform: scale(1.06);
}
.product-info {
    padding: 14px 12px 16px;
}

.product-price-row {
    display: flex;
    align-items: baseline;
    gap: 6px;
    margin-bottom: 8px;
}

.product-price {
    font-size: 20px;
    font-weight: 700;
    color: #ff4757;
    letter-spacing: -0.5px;
}

.product-price .symbol {
    font-size: 13px;
    font-weight: 600;
}

.product-name {
    font-size: 13px;
    font-weight: 500;
    color: #2c2c2c;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 38px;
    transition: color 0.2s;
}

.product-card:hover .product-name {
    color: #ff6b6b;
}

.initial-loading,
.load-error {
    text-align: center;
    padding: 60px 0;
    color: #999;
}

.load-more-section {
    text-align: center;
    padding: 20px 0;
}

.load-more-section .count-info {
    font-size: 14px;
    color: #999;
    margin-bottom: 16px;
    letter-spacing: 0.5px;
}

.load-more-section .count-info strong {
    color: #ff6b6b;
    font-weight: 700;
}

.btn-load-more {
    min-width: 200px;
    height: 48px;
    border-radius: 28px !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    letter-spacing: 1px !important;
    transition: all 0.3s ease !important;
}

.btn-load-more:not(.is-disabled):hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(255, 107, 107, 0.35) !important;
}

.no-more-divider {
    margin-top: 10px;
}

.skeleton-cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-bottom: 40px;
}

@media screen and (max-width: 1024px) {
    .product-grid { grid-template-columns: repeat(4, 1fr); gap: 16px; }
    .skeleton-cards { grid-template-columns: repeat(3, 1fr); gap: 16px; }
    .homepage-recom .section-header .main-title { font-size: 26px; }
}
@media screen and (max-width: 768px) {
    .product-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
    .skeleton-cards { grid-template-columns: repeat(2, 1fr); gap: 12px; }
    .home-rec-container { padding: 20px 12px 40px; }
    .homepage-recom .section-header .main-title { font-size: 22px; }
    .product-price { font-size: 18px; }
}
@media screen and (max-width: 480px) {
    .product-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }
    .skeleton-cards { grid-template-columns: repeat(2, 1fr); gap: 10px; }
    .product-info { padding: 10px 8px 14px; }
    .product-name { font-size: 13px; min-height: 36px; }
    .product-price { font-size: 16px; }
}