.container {
    padding-top: 64px;
    width: 100%;
    /*height: 100%;*/
    background: #F7F8FA;
    position: relative;
}

.shop-header {
    width: 100%;
    background: #FFFFFF;
    position: fixed;
    top: 64px;
    left: 0;
    z-index: 99;
}

.shop-header-content {
    width: 100%;
    max-width: 1200px;
    height: 130px;
    box-sizing: border-box;
    padding: 35px 0;
}

.shop-info-logo {
    width: 60px;
    height: 60px;
    object-fit: contain;
    margin-right: 27px;
}

.shop-info-name {
    margin-right: 60px;
}

.shop-info-contact {
    cursor: pointer;
    text-decoration: none;
}

.shop-keyword {
    width: 40%;
    height: 40px;
    background: #FFFFFF;
    border-radius: 4px;
    border: 1px solid #4391fb;
}

.shop-keyword-input {
    width: 90%;
    height: 38px;
    border: none;
    outline: none;
    border-radius: 4px 0 0 4px;
    padding: 0 10px;
    font-size: 18px;
}

.shop-keyword-search {
    display: inline-block;
    width: 68px;
    height: 40px;
    background: #64a6ff;
    border-radius: 0px 4px 4px 0px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
}

.classification {
    width: 100%;
    height: 55px;
    line-height: 55px;
    background: #333333;
    position: fixed;
    top: 194px;
    left: 0;
    z-index: 999;
}

.classification-content {
    width: 100%;
    max-width: 1200px;
    min-width: 900px;
}

.classification-item {
    color: #FFFFFF;
    text-decoration: none;
    cursor: pointer;
    width: auto;
    min-width: 125px;
    text-align: center;
}

.shop-content {
    width: 100%;
    height: auto;
    margin-top: 249px;
}

.shop-content-img {
    display: none;
    width: 100%;
    height: 500px;
}

.shop-content-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.shop-content-list {
    width: 100%;
    max-width: 1200px;
    height: auto;
    flex-wrap: wrap;
    margin: 40px auto;
}

.commodity-item {
    width: 24%;
    height: 479px;
    position: relative;
    background: #FFFFFF;
    border-radius: 8px;
    margin-bottom: 24px;
    /*margin-right: 16px;*/
    margin-left: 1%;
}

.commodity-item:nth-child(4n) {
    margin-right: 0px;
}

.commodity-img {
    width: 100%;
    height: 282px;
    border-radius: 8px 8px 0 0;
}

.commodity-img img {
    object-fit: contain;
    width: 100%;
    height: 100%;
    border-radius: 8px 8px 0 0;
}

.commodity-content {
    width: 100%;
    box-sizing: border-box;
    margin-top: 16px;
    padding: 0 16px;
}

.commodity-title {
    align-items: center;
}

.commodity-title span.title {
    display: inline-block;
    width: 90%;
}

.commodity-title .tag {
    display: inline-block;
    background: #1b6afe;
    border-radius: 2px;
    box-sizing: border-box;
    width: 32px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    margin-right: 6px;
}

.commodity-des {
    width: 100%;
    height: 40px;
    margin: 8px 0 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /*两行文本*/
    -webkit-box-orient: vertical;
}

.commodity-full-container {
    width: 100%;
    overflow-x: hidden;
    margin-bottom: 12px;
}
.commodity-bottom{
    align-items: center;
}

.commodity-full-item {
    width: auto;
    margin-right: 3px;
    height: 18px;
    background: #ffffff;
    border: 1px solid #f32d2d;
    border-radius: 2px;
}

.commodity-full-item span {
    display: block;
}

.commodity-full-item span:first-child {
    width: 20px;
    text-align: center;
    background: #F32D2D;
}

.commodity-full-item span:last-child {
    width: auto;
    box-sizing: border-box;
    padding: 0 5px;
}

.previous, .next {
    display: inline-block;
    width: 72px;
    color: #FFFFFF;
    border: 1px solid #4da0f0;
    border-radius: 4px;
    cursor: pointer;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #4da0f0;
    margin-bottom: 10px;
    margin-right: 10px;
}

@media (max-width: 1200px) {
    .commodity-item {
        width: 48%;
        margin-right: 1%;
    }

    .commodity-item:nth-child(4n) {
        margin-right: 1%;
    }
}
