/*收藏分类页*/
.ctaxonomy-breadcrumb, .ctaxonomy-breadcrumb i {
    font-size: 14px!important;
    color: rgba(var(--simple-black-color));
}
.ctaxonomy-breadcrumb {
    background-color: rgba(var(--simple-card-bg-color));
    border-radius: var(--simple-border-radius-s);
}
.ctaxonomy-head {
    background-color: rgba(var(--simple-card-bg-color));
    border-radius: var(--simple-border-radius-s);
    overflow: hidden;
}
.ctaxonomy-head::before {
    content: '';
    position: absolute;
    top: -70px;
    right: -28px;
    width: 180px;
    height: 180px;
    border-radius: 999px;
    background: linear-gradient(135deg, rgba(245, 158, 11, 0.18), rgba(245, 158, 11, 0));
    pointer-events: none;
}
.ctaxonomy-head::after {
    content: '';
    position: absolute;
    top: -50px;
    left: -18px;
    width: 170px;
    height: 170px;
    border-radius: 42px;
    pointer-events: none;
    background: linear-gradient(135deg, rgba(124, 58, 237, 0.14), rgba(124, 58, 237, 0));
    transform: rotate(16deg);
}
.ctaxonomy-head h2 {
    font-size: 24px;
    line-height: 32px;
    color: rgba(var(--simple-black-color));
}
.ctaxonomy-desc{
    color: rgba(var(--simple-black-color), .6);
}

.ctaxonomy-section {
    background-color: rgba(var(--simple-card-bg-color));
    border-radius: var(--simple-border-radius-s);
}
.ctaxonomy-section-lists{
    flex-wrap:wrap;
}
.ctaxonomy-section:last-child {
    margin-bottom: 0!important;
}
.ctaxonomy-section-head h2,.ctaxonomy-section-head h3{
    font-size: 18px;
    line-height: 24px;
    color: rgba(var(--simple-black-color));
}
/*产品分类页*/
.ptaxonomy-breadcrumb, .ptaxonomy-breadcrumb i {
    font-size: 14px!important;
    color: rgba(var(--simple-black-color));
}
.ptaxonomy-breadcrumb {
    background-color: rgba(var(--simple-card-bg-color));
    border-radius: var(--simple-border-radius-s);
}
.ptaxonomy-content{
    background-color: rgba(var(--simple-card-bg-color));
    border-radius: var(--simple-border-radius-m);
}
.ptaxonomy-title {
    border-bottom: 1px dashed rgba(var(--simple-color), .2);
}
.ptaxonomy-title h2 {
    font-size: 24px;
    line-height: 32px;
    color: rgba(var(--simple-black-color));
}
.ptaxonomy-lists>div {
    border-bottom: 1px dashed rgba(var(--simple-color), .2);
    cursor: pointer;
}
.ptaxonomy-lists>div:last-child {
    border-bottom: 0;
}