#productCatalog {
    min-width: 1280px;
    height: auto;
    background-color: #fff;
}

/* 产品大全 */
.pc-content {
    width: 1280px;
    margin: 0 auto;
}

.pc-progress {
    margin: 30px 0 20px;
    font-size: 16px;
    color: #000;
    position: relative;
}

.pc-content-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.pc-content-box-item {
    width: 400px;
    height: 310px;
    margin-bottom: 25px;
    background-color: #dedede;
}

.pc-content-box-item:last-child:nth-child(3n - 1) {
    /* margin-right: calc(400px + 80px / 2); */
    margin-right: 440px;
}

.pc-content-box-item-top {
    width: 400px;
    height: 250px;
    background-color: #fff;
    overflow: hidden;
    background-color: #dedede;
}

.pc-content-box-item-top a {
    width: 400px;
    height: 250px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pc-content-box-item-top a img {
    max-height: 250px;
}

.pc-content-box-item-bot {
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #000;
    box-sizing: border-box;
    padding: 0 19px;
}

.pc-content-box-item-bot-name {
    width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pc-content-box-item-bot-button a {
    display: block;
    width: 120px;
    height: 30px;
    color: #6f6f6f;
    border: 1px solid #6f6f6f;
    box-sizing: border-box;
    text-align: center;
    font-size: 16px;
    line-height: 28px;
    border-radius: 4px;
}

.pc-content-more {
    margin: 80px 0;
}

.pc-content-more p {
    width: 350px;
    height: 50px;
    background-color: #c3122c;
    text-align: center;
    font-size: 16px;
    line-height: 50px;
    border-radius: 6px;
    margin: 0 auto;
    cursor: pointer;
}

.pc-content-more p span {
    margin-left: 5px;
}

.pc-content-more img {
    width: 11px;
    height: 17px;
}

.pc-box-top-search {
    position: absolute;
    right: 0;
    bottom: -5px;
}

.pc-box-top-search div {
    display: flex;
    justify-content: center;
    height: 30px;
}

.pc-box-top-search .home_search-txt {
    width: 174px;
    height: 30px;
    background: url('../static/search-input.png') no-repeat;
    background-position: center;
    background-size: 100% 100%;
    padding-left: 15px;
}

.pc-box-top-search .home_search-btn {
    display: block;
    width: 55px;
    height: 30px;
    background: url('../static/search-btn.png') no-repeat;
    background-position: center;
    background-size: 100% 100%;
    cursor: pointer;
}

.pc-box-top-search p {
    font-size: 14px;
    line-height: 14px;
    color: #333;
}
