.page-product #banner {
    background: #edf0f6;
    padding-bottom: 200px;
}
.page-product #list{
    margin-top: -240px;
}
.right-sidebar{padding: 80px 0px;}
.right-sidebar .sidebar-sticky {
    position: sticky;
    top: 100px;
    right: 0;
}
.filter-list{
    display: flex;
    flex-wrap: wrap;
    gap: 10px
}

.filter-list li,.filter-list.is-center{
    justify-content: center
}

.filter-list li{
    align-items: center;
    background: rgb(218 232 247);
    border: 1px solid rgb(130 193 250);
    border-radius: 20px;
    cursor: pointer;
    display: flex;
    padding: 5px 24px;
    white-space: nowrap;
}

.filter-list li.is-active{
    background: var(--unnamed,#0089ff);
    color: #fff;
    font-weight: 600
}
.filter-list li.is-active a{  
    color: #fff;
}
#search-input{
    margin: 0 auto;
    min-width: 200px
}



.page-product-details #banner {
    background: linear-gradient(135deg,#f8f8fa 4.69%,#e8ecf8 96.66%);
    padding: 10px 0;
}
.content {
    color: #343741;
    font-size: 1.125rem;
    overflow: hidden;
}
.button.is-taobao {   
    color: #fff;
    background:linear-gradient(90deg, rgb(255, 119, 0), rgb(255, 73, 0));
    background-size: 300% 100%;
}

.contact-change:hover .contact-menu {
    display: block;
}

.contact-change .contact-menu{
    bottom: 260px;
    display: none;
    position: absolute;
    white-space: nowrap;
}