.main {
    background: #F5F9FC;
    background: var(--bgcolor);
}
.main .main-content {
    width: auto;
    min-width: 1280px;
    max-width: 1728px;
    height: 100%;
}

.main .product-section {
    width: 100%;
    height: 200px;
    background: #3E007D;
    color: #FFF;
    text-align: center;
}

.main .product-section.second {
    background: #E3B5ED;
    color: #3E007D;
}

.main .product-h1 {
    font-size: 40px;
    font-size: var(--page-h1);
    line-height: 56px;
    font-weight: 600;
    padding: 52px 0 8px;
}

.main .product-h2 {
    font-size: 20px;
    font-size: 16px;
    line-height: 36px;
}

.main .product {
    padding: 40px 0 56px;
}

.main .product .product-h2 {
    font-size: 24px;
    font-size: 18px;
    color: #181D23;
    line-height: 40px;
    margin-bottom: 16px;
}

.main .product .line {
    width: 100%;
    height: 0px;
    border: 1px solid #DADEE0;
    margin-bottom: 32px;
}

.main .results a {
    width: 23%;
}
.main .results {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    gap: 2%;
    justify-content: center;
}

.main .product-card .new {
    width: 48px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    background: #E3B5ED;
    border-radius: 12px;
    font-size: 14px;
    color: #3E007D;
    position: absolute;
    top: 16px;
    right: 16px;
}

.main .product-card {
    width: 408px;
    width: 100%;
    /*height: 480px;*/
    background: #FFF;
    border-radius: 8px;
    border-radius: var(--radius);
    display: flex;
    align-items: center;
    flex-direction: column;
    user-select:none;cursor:pointer;
    position: relative;
    padding-bottom: 28px;
}

.main .product-card-image img {
    width: 100%;
}
.main .product-card-image {
    /*width: 344px;*/
    /*height: 344px;*/
    margin: 32px 32px 0;
}

.main .product-name {
    font-size: 20px;
    color: #181D23;
    line-height: 36px;
    margin-top: 16px;
    font-weight: 600;
}

.main .product-val {
    font-size: 16px;
    color: #606266;
    line-height: 24px;
}

.main .product-head {
    padding: 40px 0 32px;
    background: #F5F9FC;
    background: var(--bgcolor);
}

.main .category-page {
    width: 1280px;
    margin: 0 auto;
}
.main .category {
    margin-right: 121px;
}
.main .category h2 {
    font-size: 20px;
    color: #3E007D;
    line-height: 36px;
    margin-bottom: 8px;
    weight: 600;
}

.main .category p {
    font-size: 16px;
    color: #181D23;
    line-height: 32px;
    user-select:none;cursor:pointer;
}
.main .category p.active,.main .category p:hover {
    color: #E3B5ED;
}

.main .new-flex {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}

.main .new-icon {
    width: 24px;
    height: 24px;
    background: url("../imgfolder/new.png");
    margin-right: 8px;
}

.main .new-up h2 {
    font-size: 20px;
    color: #3E007D;
    line-height: 36px;
    weight: 600;
}

.main .new-pro-flex {
    display: flex;
    gap: 64px;
}

.main .new-pro {
    width: 360px;
    user-select:none;cursor:pointer;
}
.main .new-pro img{
    width: 100%;
    height: 240px;
    border-radius: 8px;
    border-radius: var(--radius);
    border: 2px solid #FFF;
    object-fit: cover;
}
.main .new-pro .pro-name{
    font-size: 16px;
    color: #181D23;
    line-height: 24px;
    padding-top: 12px;
}


@media screen and (max-width: 1710px){

    .main .product .product-h2 {
        width: 1280px;
        margin: 0 auto 16px;
    }

}

@media (max-width: 1024px) {

    .main .product-section {
        height: 160px;
    }

    .main .product-section.second {
        margin-top: 32px;
    }

    .main {
        padding-bottom: 48px;
    }


    .main .product-h1 {
        font-size: var(--page-p);
        line-height: 40px;
        padding: 40px 0 8px;
    }


    .main .product-h2 {
        color: #E3B5ED;
    }
    .main .product-section.second .product-h2 {
        color: #3E007D;
    }

    .main .product {
        padding: 20px 0 0;
    }

    .main .results {
        gap: 8px 1%;
        gap: 0;
        justify-content: center;
    }
    .main .results a {
        width: 47%;
        margin: 0 4px 8px;
    }

    .main .product-card {
        padding-bottom: 14px;
    }
    .main .product-card-image {
        margin: 8px 8px 0;
    }

    .main .product-name {
        font-size: var(--title-p);
        line-height: 22px;
        margin-top: 12px;
    }
    .main .product-val {
        font-size: var(--content-p);
        line-height: 20px;
    }

    .main .product .line {
        margin-bottom: 15px;
    }
}
