.models-seachBox ul{
    display: flex;
    justify-content: flex-start !important;
}
.models-seach-contenBox{
    display: grid;
    grid-template-columns: 190px 190px 190px 190px 190px 190px;
    grid-row-gap: 10px;
    grid-column-gap: 10px;
}
.models-hot-chose-top .show-more {
    display: block;
    position: absolute;
    width:100%;
    top: 65px;
    cursor: pointer;
    text-align: center;
    background: #f4f6fb;
    height: 40px;
    line-height: 40px;
}
.show ul{
    height: 100%!important;
}
.show-mores{
    display: none;
    width:100%;
    cursor: pointer;
    text-align: center;
    background: #f4f6fb;
    height: 40px;
    line-height: 40px;
}
.models-hot .models-hot-chose-top ul{
    width:100%;
}
.models-hot .models-hot-chose-top ul li a{
    text-align: center;
}
.models-seachBox ul .Tabactive {
    font-weight: 600;
    font-size: 16px;
    color: #0a1a12;
    position: relative;
}
.models-seachBox ul .Tabactive::after {
    content: "";
    display: block;
    width: 34px;
    height: 4px;
    background: #2df098;
    position: absolute;
    left: 50%;
    bottom: 5px; /* 位于tab下方，可以调整这个值来改变垂直位置 */
    transform: translateX(-50%);
    opacity: 0.8;
}
.brandAtive a{
    color: #2df098!important;
}
.search-wrapper .search-wrapper-search{
    align-items: center;
}
.search-wrapper-button{
    margin-top: 0;
}
.product-name{
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    height: 63px;
    display: -webkit-box;
    overflow: hidden;
}
.models-hot .models-hot-chose ul img {
    width: 97px;
    height: 30px;
}
.logo {
    margin-top: 10px;
    margin-right: 22px;
}