.ifstore-list {
    width: 1170px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding-top: 10px;
    padding-bottom: 30px;
}
.ifstore-list-item {
    width: 262px;
    margin-top: 20px;
    background: #F5F5F7;
    transition: all .5s;
    margin-right: 40px;
}
.ifstore-list .ifstore-list-item:nth-child(4n+4) {
    margin-right: 0;
}
.ifstore-list-item:hover {
    box-shadow: 0 20px 80px -20px rgba(0,0,0,.16);
    transform: translateY(-5px);
    background: #F5F5F7;
}
.ifstore-list-img-d {
    width:262px;
    height:175px;
}
.ifstore-list-img {
    width:100%;
    height: 100%;
    object-fit:cover;
}
.main-product .ifstore-info {
    height: 70px;
    width: 262px;
    background: #FFFFFF;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 0 0 5px 5px;
}
.main-product .ifstore-info-title {
    font-size: 14px;
    font-family: PingFang SC, PingFang SC-Medium;
    font-weight: 500;
    text-align: left;
    color: #000000;
    padding: 5px 5px 5px 10px;
}
.main-product .ifstore-info-body {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0 10px 10px;
}
.ifstore-info-name {
    font-size: 13px;
    font-family: PingFang SC, PingFang SC-Medium;
    font-weight: 500;
    text-align: left;
    color: #bfbfbf;
}
.ifstore-info-price {
    font-size: 13px;
    font-family: PingFang SC, PingFang SC-Medium;
    font-weight: 500;
    text-align: left;
    color: #bfbfbf;
}
.ifstore-list-sort {
    width: 1170px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-top: 30px;
}
.ifstore-list-sort-items {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.ifstore-list-sort-item {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    font-family: PingFang SC, PingFang SC-Medium;
    font-weight: 500;
    text-align: left;
    color: #4d4d4d;
    padding: 0 15px;
    cursor: pointer;
}
.sort-selected {
    height: 30px;
    line-height: 30px;
    background: #4456a2;
    border-radius: 2px;
    color: #FFFFFF;
    text-align: center;
}
.search-quote-unselected, .search-quote-price-unselected {
    cursor: pointer;
}
.main-product .search-quote .search-quote-item-body .search-selected {
    color: #5781FF;
}
.main-product .search-quote .search-quote-item-body .search-selected2 {
    color: #5781FF;
}
.ifstore-keywords-search {
    width: 180px;
    height: 40px;
    background: #ffffff;
    border-radius: 5px;
    border: none;
    padding-left: 10px;
    overflow: hidden;
}
.ifstore-keywords-input {
    border: none;
    padding: 0 10px;
    overflow: hidden;
}
.ifstore-door {
    color: #5781FF;
}
@media screen and (max-width: 768px) {
    .ifstore-list {
        width: 100%;
        justify-content: center;
    }
    .ifstore-list-item {
        margin-right: 0;
    }
}