.recommend-swiper .swiper-slide{
    width: fit-content !important;
}
.recommend-item{
    background: #fff;
    border-radius: 12px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 408px;
    ._head{
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-size: 16px;
        color: #3F3F3F;
        font-weight: 600;
        i{
            font-size: 14px;
            cursor: pointer;
        }
    }
    ._card{
        display: flex;
        align-items: center;
        padding: 16px 12px;
        border: 1px solid #F1F1F2;
        img{
            width: 100px;
            height: 48px;
            object-fit: contain;
            margin-right: 8px;
        }
        ._name{
            width: calc(100% - 108px);
            font-weight: 600;
        }
    }
}
.exhi-filter{
    margin-bottom: 28px;
    position: relative;
    gap: 32px;
    display: flex;
    ._box{
        flex: 1;
        display: flex;
        justify-content: space-between;
        height: 40px;
        border-radius: 40px;
        border: 1px solid #D1D1D6;
        ._name{
            cursor: pointer;
            color: #6D6C71;
            display: flex;
            justify-content: space-between;
            height: 100%;
            width: 100%;
            align-items: center;
            padding: 0 16px;
            border-radius: 40px;
            i{
                display: block;
                font-size: 12px;
                transition: all .3s;
            }
        }
        ._name.on{
            background: #E5E5EA;
            border-color: #E5E5EA;
            i{
                transform: rotate(180deg);
            }
        }
        .filter-card{
            display: none;
            position: absolute;
            width: 100%;
            box-shadow: 0px 8px 25px 0px #00000012;
            padding: 32px;
            border-radius: 16px;
            background: #fff;
            z-index: 2;
            left: 0;
            top: 40px;
            overflow-y: auto;
            max-height: 500px;
            ._item{
                padding-bottom: 28px;

                ._head-line{
                    display: flex;
                    justify-content: space-between;
                    align-items: center;
                    font-size: 16px;
                    font-weight: 600;
                    cursor: pointer;
                    .iconfont{
                        color: #EC1F28;
                        cursor: pointer;
                    }
                }
                ._other-line{
                    display: flex;
                    flex-wrap: wrap;
                    padding-left: 24px;
                    gap: 16px 24px;
                    color: #3F3F3F;
                    font-size: 16px;
                    line-height: 21px;
                    transition: all .3s;
                    height: 0;
                    overflow: hidden;
                }
                ._other-line.on{
                    padding-top: 16px;
                    height: auto;
                }
                ._other-line>div{
                    cursor: pointer;
                }
            }
            ._btm-btns{
                position: sticky;
                bottom: 0;
                z-index: 1;
            }
            ._btn{
                width: 160px;
                height: 40px;
            }
        }
        .filter-card.on{
            display: block;
        }
    }
}

.exhi-page{
    padding-top: 40px;
    background: #F4F4F8;
    min-height: calc(100vh - 136px);
    .exhi-shop{
        border-radius: 12px;
        padding: 20px;
        background: #fff;
        ._main-img{
            height: 165px;
            object-fit: contain;
            margin-bottom: 14px;
            width: 100%;
        }
        ._name{
            font-size: 18px;
            padding-bottom: 16px;
            line-height: 24px;
            font-weight: 600;
            border-bottom: 1px solid #EEEEEF;
        }
        ._info{
            display: flex;
            align-items: center;
            justify-content: space-between;
            border-bottom: 1px solid #EEEEEF;
            height: 48px;
            color: #424242;
            .iconfont{
                color: #6D6C71;
            }
            .icon-youjiantou-copy{
                font-size: 14px;
            }
        }
        ._btn{
            height: 40px;
            margin-bottom: 12px;
        }
    }
    ._desc{
        margin-bottom: 4px;
        ._t1{
            margin-bottom: 8px;
            font-size: 16px;
            line-height: 21px;
            font-weight: 600;
        }
        ._t2{
            margin-bottom: 20px;
            color: #424242;
        }
    }
    .detail-title{
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 48px;
        font-size: 16px;
        font-weight: 600;
        ._more{
            font-weight: normal;
            cursor: pointer;
            color: #AEAEB2;
            font-size: 14px;
            i{
                font-size: 12px;
                margin-left: 4px;
            }
        }
    }
    .products-tags{
        display: flex;
        flex-wrap: wrap;
        gap: 16px 10px;
        background: #fff;
        border-radius: 12px;
        padding: 20px;
        div{
            background: #EEEEEF;
            padding: 4px 8px;
            color: #6D6C71;
            line-height: 21px;
        }
    }
}
.selected-line{
    display: none;
    flex-wrap: wrap;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 20px;
    border-top: 1px solid #E5E5E5;
    align-items: center;
    gap: 12px;
}
.selected-line ._name{
    font-size: 14px;
    color: #000000;
}
.selected-line-header{
    width: 100%;
    margin-bottom: 48px;
}
.selected-line-keys{
    overflow-x: auto;
    display: flex;
    gap: 12px;
    position: absolute;
    left: 0;
    margin-top: 38px;
    padding: 0 20px;
    width: 100%;
}
.selected-line-keys::-webkit-scrollbar{
    display: none;
}
.selected-line ._item{
    border-radius: 8px;
    background: #fff;
    padding: 6px 30px 6px 12px;
    font-size: 14px;
    color: #333333;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 100%;
    display: block;
    overflow: hidden;
    position: relative;
}
.selected-line ._item .iconfont{
    margin-left: 6px;
    font-size: 14px;
    cursor: pointer;
    position: absolute;
    right: 10px;
    color: #898989;
}
.selected-line .clear-btn{
    font-size: 14px;
    color: #898989;
    cursor: pointer;
    display: flex;
    align-items: center;
}
.selected-line .clear-btn .iconfont{
    font-size: 16px;
    margin-right: 5px;
}
.filter-cate-box{
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
    position: absolute;
    /*bottom: 0;*/
    /*transform: translateY(100%);*/
    background: #fff;
    margin: 0 20px;
    border-radius:  8px;
    width: calc(100% - 40px);
    z-index: 3;
    top: 120px;
}
.color-check{
    border: 1px solid #013E3F !important;
}
.form-dialog{
    width: 640px;
    padding: 0;
    max-width: calc(100% - 20px);
    ._close{
        font-size: 20px;
        color: #000;
    }
    ._name{
        line-height: 64px;
        font-weight: 600;
        font-size: 20px;
        text-align: center;
    }
    ._form{
        padding: 20px 32px;
        display: flex;
        flex-direction: column;
        gap: 20px;
        ._form-label{
            color: #6D6C71;
            line-height: 14px;
            margin-bottom: 4px;
        }
        ._form-box{
            position: relative;
            flex: 1;
            input{
                border-radius: 40px;
                padding: 0 16px;
                font-size: 16px;
                height: 48px;
                width: 100%;
            }
            textarea{
                border-radius: 12px;
                width: 100%;
                height: 115px;
                font-size: 15px;
                padding: 12px;
            }
            .textarea_num{
                position: absolute;
                color: #6D6C71;
                font-size: 13px;
                right: 8px;
                bottom: 8px;
            }
        }
    }
    ._form-btn{
        display: flex;
        padding: 20px 40px 32px;
        gap: 33px;
        border-top: 1px solid #EEEEEF;
    }
}
.newlist{
    background: #fff;
    margin-top: 30px;
    padding: 30px;
    border-radius: 12px;
}
.vote-btn {
    color: #fff;
    border: none;
    padding: 6px 12px;
    background-color: rgba(255, 157, 101, 1);
    cursor: pointer;
    border-radius: 24px;
    font-weight: bold;
    width: 100px;
}
.voted-btn {
    width: 100px;
    background-color: white;
    color: #FF9D65;
    border: 4px solid #FF9D65;
    padding: 6px 12px;
    cursor: not-allowed;
    border-radius: 24px;
    font-weight: bold;
}
.voted-btn:hover::before {
    content: "Cancel";
}
.voted-btn::before {
    content: "Voted";
}
.cphi-news-card{
    margin-bottom: 19px;
    padding-bottom: 20px;
    border-bottom: 1px solid #bbb;

    .award-tag {
    width: 191px;
    text-align: center;
    border-radius: 40px;
    background: linear-gradient(123.9deg, rgba(218, 165, 32, 1) 7.29%, rgba(249, 227, 157, 1) 55.91%, rgba(218, 165, 32, 1) 94.11%);
    margin-right: 0;
    cursor: pointer;
}
}
.cphi-news-card:nth-last-child(1){
    border-bottom: none;
    /*margin: 0;*/
    padding: 0;
}
.text-md-end{
    text-align: right;
    margin-top: 10px;
}

@media (max-width: 992px) {
    .exhi-filter{
        flex-direction: column;
        gap: 10px;
        ._box{
            flex:unset;
            position: relative;
        }
    }
    .form-dialog{
        ._form{
            padding: 20px;
        }
    }

}
