.product-container {
    width: 100%;
    padding-top: 10rem;
}

.search-cont {
    padding: 4.8rem 24rem 0rem 24rem;
    background: #F7F8FA;
    box-shadow: 0px 4px 8px 0px #A0A0A040;
}

.search-input {
    width: 100%;
    height: 4.4rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    border-radius: 3.2rem;
    border: 1px solid #E5E6EB;
    background: #ffffff;
    padding: 1rem 2.4rem;
}

.search-input img {
    width: 2.4rem;
    height: 2.4rem;
    margin-right: 2.4rem;
}

.search-input input {
    flex: 1;
    border: none;
    outline: none;
    background: transparent;
    font-family: "SourceHanSansCN-Regular";
    font-size: 2rem;
    color: #1D2129;
}

.search-input input::placeholder {
    color: #86909C;
}

.tab-cont {
    display: flex;
    flex-direction: row;
    margin-top: 4.8rem;
}

.tab-item {
    margin-right: 5.6rem;
    font-family: "SourceHanSansCN-Regular";
    font-size: 2rem;
    line-height: 2.8rem;
    color: #86909C;
    position: relative;
    margin-bottom: 0.8rem;
    cursor: pointer;
}

.tab-active {
    font-family: "SourceHanSansCN-Medium";
    color: #1D2129;
}

.tab-active:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: #1D2129;
    bottom: -0.8rem;
    left: 50%;
    transform: translateX(-50%);
}

.content {
    background: #ffffff;
    padding: 3.8rem 24rem 0rem 24rem;
}

.result-num {
    font-family: "SourceHanSansCN-Regular";
    font-size: 1.4rem;
    line-height: 2.2rem;
    padding-bottom: 1.9rem;
    border-bottom: 1px solid #E5E6EB;
}

.result-item-cont {
    padding: 2.4rem 0rem;
    border-bottom: 1px solid #E5E6EB;
}

.result-item-cont:last-child {
    border-bottom: none;
}

.result-item {
    display: block;
    padding: 2rem;
    cursor: pointer;
    border-radius: 2.4rem;
}

.result-product {
    background: #F7F8FA;
    border-radius: 2.4rem;
}

.result-item:hover {
    transition: all 0.3s ease-in-out;
    box-shadow: 0px 4px 8px 0px #A0A0A040;
}

.product-title {
    display: flex;
    align-items: center;
}

.product-title img {
    width: 4rem;
    height: 4rem;
    margin-right: 1.6rem;
}

.product-title h3 {
    font-family: "SourceHanSansCN-Medium";
    font-size: 2.4rem;
    line-height: 3.2rem;
    color: rgba(29, 29, 31, 0.95);
}

.btn-link-cont {
    display: flex;
    align-items: center;
    flex-direction: row;
    margin-top: 1.6rem;
}

.btn-link-cont .btn-link {
    display: block;
    width: 8.8rem;
    height: 3.2rem;
    line-height: 3.2rem;
    text-align: center;
    margin-right: 0.8rem;
    border: 1px solid #1D1D1FF2;
    background: #F7F8FA;
    border-radius: 1.6rem;
    font-family: "SourceHanSansCN-Regular";
    font-size: 1.4rem;
    color: rgba(29, 29, 31, 0.95);
}

.btn-link-cont .btn-link:hover {
    transition: all 0.3s ease-in-out;
    background: #DD0515;
    color: #fff;
    border: 1px solid #DD0515;
}

.result-title {
    font-family: "SourceHanSansCN-Medium";
    font-size: 2.4rem;
    line-height: 3.2rem;
    color: rgba(29, 29, 31, 0.95);
}

.result-content {
    font-family: "SourceHanSansCN-Regular";
    font-size: 1.6rem;
    line-height: 2.4rem;
    color: #4E5969;
    margin-top: 1.6rem;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.result-breadcrumb {
    margin-top: 1.6rem;
}

.result-breadcrumb a {
    font-family: "SourceHanSansCN-Regular";
    font-size: 1.4rem;
    line-height: 2.2rem;
    color: #86909C;
    position: relative;
    margin-right: 2.4rem;
}

.result-breadcrumb a:hover {
    color: #1D2129;
    text-decoration: underline!important;
    transition: all 0.3s;
}

.result-breadcrumb a::after {
    position: absolute;
    content: "";
    width: 1.6rem;
    height: 1.6rem;
    background: url('../../images/product/arrow.png') no-repeat;
    background-size: 100% 100%;
    top: 50%;
    margin-top: -0.7rem;
    right: -2.2rem;
}

.result-breadcrumb span {
    font-family: "SourceHanSansCN-Regular";
    font-size: 1.4rem;
    line-height: 2.2rem;
    color: #1D2129;
}

.search-highlight {
    color: #DD0515;
}

/* 分页 */
.page-wrap {
    margin-top: 9.1rem;
    display: flex;
    justify-content: center;
}

/* 深度修改element分页样式 */
.el-pagination {
    display: flex !important;
    align-items: center !important;
}

.el-pagination button,
.el-pagination span:not([class*=suffix]) {
    /* height: 2.4rem !important; */
}

.el-pagination .el-pagination__sizes {
    display: flex !important;
    align-items: center !important;
}

.el-pagination .el-select .el-input {
    width: 8rem !important;
    height: 2.4rem !important;
    position: relative !important;
    display: flex !important;
    align-items: center !important;
}

.el-pagination__sizes .el-select .el-input__inner {
    width: 9rem !important;
    height: 2.4rem !important;
    border-radius: 0.4rem !important;
    border: 1px solid #C9CDD4 !important;
    padding-left: 0.8rem !important;
    padding-right: 0.8rem !important;
    text-align: left !important;
}

.el-pagination .el-input__suffix {
    width: 1.6rem !important;
    height: 1.6rem !important;
    left: 6.3rem !important;
    top: 50% !important;
    margin-top: -0.8rem !important;
    position: absolute !important;
}

.el-pagination .el-input__suffix .el-input__suffix-inner {
    /* width: 1.16rem!important;
    height: 0.6rem!important; */
    display: flex !important;
}

.el-pagination .el-input--mini .el-input__icon {
    font-size: 2rem !important;
    line-height: 1.6rem !important;
}

/* 页码激活红色 */
.el-pagination.is-background .el-pager li.active {
    background-color: #DD0515 !important;
    color: #fff !important;
    border-color: #DD0515 !important;
}

.el-pagination.is-background .el-pager li {
    font-family: "SourceHanSansCN-Regular" !important;
    font-size: 1.2rem !important;
    width: 2.4rem !important;
    height: 2.4rem !important;
    text-align: center !important;
    line-height: 2.4rem !important;
    vertical-align: middle !important;
    background: #fff !important;
    color: #4E5969 !important;
    border: 1px solid #E5E6EB !important;
    border-radius: 0.4rem !important;
    margin: 0rem 0.6rem !important;
    padding: 0rem 0rem !important;
    min-width: 2.4rem !important;
}

.el-pagination.is-background .el-pager .more::before {
    content: "…" !important;
}

.el-pagination.is-background .el-pager .el-icon-d-arrow-right::before {
    content: "…" !important;
}

/* 上下页按钮 */
.el-pagination .btn-prev,
.el-pagination .btn-next {
    background: none !important;
    border: none !important;
    margin: 0rem 1.2rem !important;
}

.el-pagination .btn-prev:disabled,
.el-pagination .btn-next:disabled {
    color: #ccc;
}

.el-pagination.is-background .el-pager li:not(.disabled):hover {
    color: none !important;
}

/* 下拉选择框 */
/* .el-pagination__sizes .el-select .el-input__inner {
    height: 30px;
    padding: 0 8px;
} */

/* 修改跳转框文字：去掉“前往”改成 跳至 */
.el-pagination__jump {
    margin-left: 2.3rem !important;
    display: flex !important;
    align-items: center !important;
}

.el-pagination__jump .el-pagination__editor {
    width: 4.8rem !important;
    height: 2.4rem !important;
    line-height: 2.4rem !important;
    margin: 0rem 1.8rem 0rem 0.8rem !important;
    padding: 0 !important;
}

.el-pagination__jump {
    font-family: "SourceHanSansCN-Regular" !important;
    font-size: 1.2rem !important;
    color: #4E5969 !important;
}

.el-pagination__jump .el-input__inner {
    width: 4.8rem !important;
    height: 2.4rem !important;
    border-radius: 0.4rem !important;
    font-family: "SourceHanSansCN-Regular" !important;
    font-size: 1.2rem !important;
    padding-left: 0rem !important;
    margin: 0rem 0.8rem !important;
}

.el-pagination__total {
    font-family: "SourceHanSansCN-Regular" !important;
    font-size: 1.4rem !important;
    margin-left: 1.5rem !important;
}
@media screen and (max-width: 1280px) {
    .content, .search-cont {
        padding: 2rem 4rem;
    }
}
/* 适配移动端 */
@media screen and (max-width: 767px) {
    .product-container {
        padding-top: 0rem;
    }

    .search-cont {
        padding: 3.8rem 1rem 0rem 1rem;
    }

    .search-input {
        width: 100%;
        height: 1.4rem;
        border-radius: 0.7rem;
        padding: 1rem 0.5rem;
    }

    .search-input img {
        width: 1.2rem;
        height: 1.2rem;
        margin-right: 0.5rem;
    }

    .search-input input {
        font-size: 0.8rem;
    }

    .tab-cont {
        margin-top: 1.5rem;
    }

    .tab-item {
        margin-right: 0.8rem;
        font-size: 0.6rem;
        line-height: 0.8rem;
        margin-bottom: 0.8rem;
    }

    .tab-active:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 2px;
        background: #1D2129;
        bottom: -0.8rem;
        left: 50%;
        transform: translateX(-50%);
    }

    .content {
        padding: 1.5rem 1rem 0rem 1rem;
    }

    .result-num {
        font-size: 0.6rem;
        line-height: 0.6rem;
        padding-bottom: 0.5rem;
    }

    .result-item-cont {
        padding: 1rem 0rem;
    }

    .result-item {
        padding: 0.5rem;
    }

    .result-product {
        border-radius: 0.8rem;
    }

    .result-item:hover {
        box-shadow: 0px 4px 8px 0px #A0A0A040;
    }

    .product-title img {
        width: 2rem;
        height: 2rem;
        margin-right: 0.8rem;
    }

    .product-title h3 {
        font-size: 0.8rem;
        line-height: 1rem;
    }

    .btn-link-cont {
        margin-top: 0.6rem;
    }

    .btn-link-cont .btn-link {
        width: 5.8rem;
        height: 1.5rem;
        line-height: 1.5rem;
        margin-right: 0.5rem;
        border-radius: 0.9rem;
        font-size: 0.6rem;
    }

    .result-title {
        font-size: 0.8rem;
        line-height: 1rem;
    }

    .result-content {
        font-size: 0.6rem;
        line-height: 1.2rem;
        margin-top: 0.6rem;
    }

    .result-breadcrumb {
        margin-top: 0.6rem;
    }

    .result-breadcrumb a {
        font-size: 0.5rem;
        line-height: 0.8rem;
        margin-right: 1rem;
    }

    .result-breadcrumb a::after {
        width: 0.8rem;
        height: 0.8rem;
        top: 50%;
        margin-top: -0.4rem;
        right: -1rem;
    }

    .result-breadcrumb span {
        font-size: 0.5rem;
        line-height: 0.8rem;
    }

    /* 分页 */
    .page-wrap {
        margin-top: 2rem;
    }

    /* 深度修改element分页样式 */
    .el-pagination {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }

    /* .el-pagination button,
    .el-pagination span:not([class*=suffix]) {
        height: 1.4rem !important;
    } */

    .el-pagination .el-pagination__sizes {
        display: none !important;
    }

    .el-pagination.is-background .el-pager li {
        font-size: 0.6rem !important;
        width: 1rem !important;
        height: 1rem !important;
        line-height: 1rem !important;
        border-radius: 0.2rem !important;
        margin: 0rem 0.3rem !important;
        padding: 0rem 0rem !important;
        min-width: 1rem !important;
    }

    /* 修改跳转框文字：去掉“前往”改成 跳至 */
    .el-pagination__jump {
        display: none !important;
    }

    .el-pagination__total {
        display: none !important;
    }
}