.active {
    font-weight: bold;
    border-radius: 20px;
    background: rgb(0, 0, 0);
}
.w-1200 { 
    width: 1200px;
    margin: 0 auto;
}
.screen_list {
    padding: 15px;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
    position: relative;
}
.screen_list li {
    position: static;
}
.screen_list a {
    color: #000000;
}
.screen_list_re li a:hover {
    color: #ffffff !important;
}
.screen_list_re li a {
    color: #000000 !important;
}
li.active .screen_list_re {
    padding-bottom: 15px;
    margin-top: 40px;
}
.list_unfold {
    margin-top: 40px;
}
.screen_list_title {
    width: 100%;
    z-index: 11;
}
.screen_list_title.active {
    border: none;
    background-color: white
}
.screen_list_re {
    width: 1140px;
    left: 0;
    margin: 0;
}
.screen_list_re.new_screen {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
    position: relative;
    z-index: 20;
    width: 100%;
}
.screen_list .dropdown .dropdown {
    position: relative;
    border-bottom: 1px solid #000;
}
.screen_list .dropdown .dropdown-menu .custom-dropdown {
    min-width: 100%;
    width: 100%;
    box-sizing: border-box;
}
.screen_list .dropdown .dropdown button {
    background-color: unset;
    font: menu;
    font-size: 14px;
    padding: 0px 0px 4px 0px;
}
.screen_list .dropdown .dropdown button span {
    padding: 0px 40px 0px 0px;
}
.screen_list .dropdown .dropdown .dropdown-menu {
    display: none;
    border-radius: 0;
    /* border-right: 2px solid rgb(199, 2, 11);
    border-top: 2px solid rgb(199, 2, 11); */
    padding: 0px;
    min-width: 100%;
    transform: translate(0px, 26px) !important;
}
.screen_list .dropdown .dropdown .dropdown-menu .flex-column {
    padding: 0px;
}
.screen_list .dropdown .dropdown .dropdown-menu .d-flex .form-check label {
    padding: 3px;
    width: 100%;
}
.screen_list .dropdown .dropdown .dropdown-menu .d-flex .form-check .active {
    color: rgb(199, 2, 11);
    background: none;
}
.screen_list li {
    margin: 0;
    padding: 3px 0px;
}
.screen_list_re li a:not(.first-a) {
    margin: 0;
    padding: 4px 10px;
    border: 1px solid #000000;
    border-radius: 20px;
}
.screen_list li.active a.active {
    color: white !important;
}
.screen_list li.active::after, .screen_list_re a.active::after {
    display: none;
}
.screen_all {
    margin-bottom: 0;
}
.unfold_icon {
    padding: 20px;
}
.list_unfold { 
    background: #262626;
    padding: 10px 20px;
}
.list_unfold .tit, .list_unfold ul li a {
    color: white;
}
.list_unfold_item {
    display: flex;
    align-items: center;
}
.ch_all a {
    color: rgb(0, 0, 0);
    display: inline-block;
    max-width: 100%;
    /* margin-bottom: 5px; */
    font-weight: 700;
    border: none;
    padding: 0px;
}
.ch_all {
    margin-left: auto;
    float: left;
}
.list_unfold .tit {
    background-color: #C7020B;
    color: #fff;
    box-shadow: 0px 12px 16px 1px rgba(0, 21, 51, 0.03);
    border-radius: 20px;
    padding: 0 15px;
    /* width: auto; */
    text-align: center;
}
.list_unfold ul {
    flex: 1;
}
.list_unfold ul li a:hover, .screen_list_re > li a:not(.first-a):hover {
    color: #ffffff;
    /* font-weight: bold; */
    border-radius: 20px;
    background: rgb(0, 0, 0);
}
.list_unfold ul li a {
    margin: 5px 0;
    padding: 0 15px;
}
.list_unfold_item {
    padding: 7px 0;
    margin: 0;
}
.product_item_box {
    padding: 10px;
}
.product_list p {
    margin-bottom: 0;
}
.product_item .btn {
    margin-bottom: 15px;
    background-color: #8B0000;
    color: #fff;
    box-shadow: 0px 12px 16px 1px rgba(0, 21, 51, 0.03);
    border-radius: 20px;
    padding: 0 15px;
}
.product_item {
    background: linear-gradient(to bottom, #f2f2f2, transparent);
    padding: 10px;
    height: 330px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    /* transition-all duration-500 ease-in-out */
    transition-property: all;
    transition-duration: 500ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    
    /* 默认状态样式 */
    /* box-shadow: 0 40px 80px rgba(0, 0, 0, 0.5), 0 20px 40px rgba(0, 0, 0, 0.3); */
    transform: translateY(0);
}
.product_item:hover {
    background: white;
    /* hover:shadow-hover hover:-translate-y-4 */
    box-shadow: 0 50px 100px rgba(0, 0, 0, 0.6);
    transform: translateY(-1rem); /* -1rem ≈ -16px */
}
.product_item .btn {
    display: none;
}
.product_item:hover .btn {
    display: inline-block;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: none;
    box-shadow: none;
}
.screen_list_filter {
    display: flex;
    flex-wrap: wrap;
    align-items: anchor-center;
    gap: 20px;
    padding: 10px 0;
}
.filter-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background-color: #f3f3f3;
    border: none;
    border-radius: 9999px;
    padding: 4px 12px;
    font-size: 13px;
    color: #333;
    cursor: pointer;
    transition: background-color 0.2s ease;
}
.filter-pill:hover {
    background-color: #e4e4e4;
}
.filter-pill .close-icon {
    font-size: 14px;
    line-height: 1;
    color: #666;
}
.filter-pill .close-icon:hover {
    color: #000;
}
.clear-all-link {
    font-size: 13px;
    color: #333;
    text-decoration: underline;
    margin-left: 8px;
    cursor: pointer;
    white-space: nowrap;
}
.clear-all-link:hover {
    color: #000;
}