.success-case-container {
    height: auto;
    margin: 0;
    padding: 0;
    background: #F7F8FA;
}

.banner-container {
    height: 56rem;
    background: rgba(0, 0, 0, 0.85);
    position: relative;
}

.banner-container .banner-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-desc {
    height: auto;
    position: absolute;
    top: 17.4rem;
    left: 24.3rem;
}

.banner-desc p a {
    display: inline-block;
    font-family: "SourceHanSansCN-Regular";
    font-size: 1.4rem;
    line-height: 2.2rem;
    color: #86909C;
    padding-right: 2.4rem;
    position: relative;

}

.banner-desc p a:hover {
    color: #1D2129;
    transition: all 0.3s;
    text-decoration: underline;
}

.banner-desc p a:last-child {
    color: #1D2129;
}

.banner-desc p a::after {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -0.8rem;
    right: 0.3rem;
    width: 1.6rem;
    height: 1.6rem;
    background: url('../../images/product/arrow.png') no-repeat center center;
    background-size: 100% 100%;
}

.banner-desc p a:last-child::after {
    content: none;
}
.banner-desc p a:last-child:hover{
    text-decoration: none;
}

.banner-title h1 {
    font-family: "SourceHanSansCN-Medium";
    font-size: 6rem;
    color: #1D2129;
    line-height: 9rem;
    margin-top: 3.6rem;
}

.banner-title p {
    font-family: "SourceHanSansCN-Medium";
    font-size: 2.4rem;
    line-height: 2.8rem;
    margin-top: 1.6rem;
    margin-bottom: 3.6rem;
    color: #4E5969;
}

.banner-btn {
    display: flex;
    flex-direction: row;
}

.banner-btn .banner-link {
    width: auto;
    height: 4.3rem;
    line-height: 4.3rem;
    border-radius: 2.1rem;
    color: #1D2129;
    border: 1px solid #1D2129;
    font-family: "SourceHanSansCN-Regular";
    font-size: 1.9rem;
    padding: 0rem 2.1rem;
    margin-right: 2.4rem;
    transition: all 0.3s;
}

.banner-btn .banner-link:hover {
    background-color: var(--red-primary);
    border-color: var(--red-primary);
    color: var(--white-primary);
}

.content {
    width: 100%;
    background-color: #ffffff;
}

.case-filter-wrap {
    width: 100%;
    padding: 0rem 24rem 0rem 24rem;
    position: relative;
    background-color: #F7F8FA;
}

/* 搜索项 */
.search-bar {
    position: absolute;
    z-index: 100;
    width: 143.9rem;
    height: 7.2rem;
    display: flex;
    align-items: center;
    top: -3.6rem;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 2.4rem;
    background: #ffffff;
    box-shadow: 2px 2px 4px 0px #92929240;
    padding: 0rem 2rem;
}

.search-bar .search-input {
    flex: 1;
    height: 3.6rem;
    border-radius: 3.2rem;
    position: relative;
}

.search-input::placeholder {
    font-family: "SourceHanSansCN-Regular";
    font-size: 1.4rem;
    line-height: 2.2rem;
    color: #86909C;
}

.el-input__inner {
    height: 3.6rem !important;
    line-height: 3.6rem !important;
    border-radius: 1.8rem !important;
    border: none !important;
    border: 1px solid #E5E6EB !important;
    padding-left: 3.6rem !important;
    color: #86909C !important;
    font-size: 1.4rem !important;
}

.el-input__icon {
    font-size: 1.6rem !important;
    width: 1.6rem !important;
    height: 1.6rem !important;
    line-height: 1.6rem !important;
}

.el-input__prefix,
.el-input__suffix {
    display: flex !important;
    align-items: center !important;
    position: absolute !important;
    height: 1.6rem !important;
    color: #86909C !important;
    top: 50% !important;
    margin-top: -0.8rem !important;
    left: 1.3rem !important;
}


.search-bar .btn-group {
    display: flex;
    align-items: center;
    gap: 8px;
}

.refresh-icon {
    width: 1.6rem;
    height: 1.6rem;
    margin: 0rem 2.4rem;
    cursor: pointer;
}

.filter-btn {
    width: 10.6rem;
    height: 3.6rem;
    border-radius: 1.8rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0.5px solid #DD0515;
    background: #F9DEDF;
    color: #DD0515;
    font-family: "SourceHanSansCN-Regular";
    font-size: 1.4rem;
}

.el-icon-arrow-up,
.el-icon-arrow-down {
    display: inline-block;
    font-size: 1.6rem;
    color: #DD0515;
    margin-left: .7rem;
}

.filter-panel-wrap {
    padding-top: 5.6rem;
}

.filter-all {
    display: flex;
    align-items: center;
    margin-bottom: 1.6rem;
}

.filter-all .label-name {
    display: inline-block;
    font-family: "SourceHanSansCN-Regular";
    font-size: 1.4rem;
    color: #86909C;
    position: relative;
    margin-right: 3.2rem;
}

.filter-all .label-name::after {
    display: inline-block;
    content: "";
    position: absolute;
    width: 1px;
    height: 2.2rem;
    background: #E5E6EB;
    top: 50%;
    margin-top: -1.1rem;
    right: -1.6rem;
}

.filter-panel {
    /* margin-top: 2rem; */
    padding: 0rem 2rem;
    background: #fff;
    border: 1px solid #E5E6EB;
    border-radius: 2.4rem;
    margin-top: 1.6rem;
}

.product-type {
    border-bottom: 1px solid #E5E6EB;
    padding-bottom: 2.4rem;
}

.filter-item {
    display: flex;
    padding: 2rem 0;
    border-bottom: 1px solid #E5E6EB;
}

.filter-item:first-child {
    border-bottom: none;
    padding-bottom: 0rem;
}

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

.filter-item .filter-label {
    width: 17.2rem;
    flex-shrink: 0;
    line-height: 3.2rem;
    font-family: "SourceHanSansCN-Regular";
    font-size: 1.4rem;
    color: #4E5969;
}

.filter-item .filter-content .el-checkbox {
    margin-bottom: 0 !important;
}

.el-checkbox {
    display: flex;
    align-items: center;
    margin-right: 3.2rem !important;
}

.el-checkbox__inner {
    width: 1.4rem !important;
    height: 1.4rem !important;
    border-radius: 0.2rem;
}

.el-checkbox__inner::after {
    content: none !important;
    border: none !important;
}

.el-checkbox__inner:hover {
    border-color: #DD0515 !important;
}

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

.el-checkbox__input.is-checked .el-checkbox__inner,
.el-checkbox__input.is-indeterminate .el-checkbox__inner {
    background-color: #ffff !important;
    border-color: #DD0515 !important;
    border-radius: 0.2rem !important;
    width: 1.4rem !important;
    height: 1.4rem !important;
    background: url('../../images/product/checkbox.png') no-repeat center center;
    background-size: 100% 100%;
}

.el-checkbox__input.is-checked+.el-checkbox__label {
    color: #4E5969 !important;
    font-family: "SourceHanSansCN-Medium" !important;
    font-size: 1.4rem !important
}

.filter-item {
    flex: 1;
    display: flex;
    align-items: center;
}

.filter-top-tabs {
    display: flex;
    flex-wrap: wrap;
}

/* 产品一级菜单 */
.tab-item {
    cursor: pointer;
    display: flex;
    align-items: center;
    margin-right: 3.2rem;
    font-family: "SourceHanSansCN-Regular";
    font-size: 1.4rem;
    color: #4E5969;
}

.tab-item .el-checkbox{
    margin-right: 0rem!important;
}
.tab-item.active {
    font-family: "SourceHanSansCN-Medium";
    color: #DD0515;
}

/* ========== 以下全部为新增样式，原有样式未改动 ========== */
/* 1. 隐藏一级菜单内部的复选框，DOM节点保留仅视觉隐藏 */
.hide-checkbox .el-checkbox__input {
    display: none !important;
}

/* 去除复选框隐藏后多余间距 */
.hide-checkbox .el-checkbox__label {
    padding-left: 0 !important;
}

/* 2. 右侧三角箭头样式+旋转动画 */
.arrow {
     transition: all 0.35s ease-in-out;
    display: inline-block;
    margin-left: 0.4rem;
    width: 1.6rem;
    height: 1.6rem;
    background: url('../../images/product/icon-jiantou-open.png') no-repeat center center;
    background-size: 100% 100%;
}

/* 展开状态：旋转180度变为倒三角 */
.arrow.arrowDown {
    background: url('../../images/product/icon-jiantou-down.png') no-repeat center center;
    background-size: 100% 100%;
    transform: rotate(360deg) translate(0);
}


.filter-item .filter-content .el-checkbox {
    margin-right: 18px;
    margin-bottom: 8px;
}

.sub-checkbox-wrap {
    background: #F7F8FA;
    display: flex;
    flex-direction: row;
    padding: 1rem 0rem 0rem 2rem;
    transition: all 0.35s ease-in-out;
}

.sub-checkbox-wrap:first-child {
    margin-top: 1.6rem;
}

/* .sub-checkbox-wrap .label {
    display: inline-block;
    width: 17rem;
    margin-right: 2.2rem;
    font-family: "SourceHanSansCN-Medium";
    font-size: 1.4rem;
    color: #4E5969;
} */

.sub-checkbox-wrap .el-checkbox-group {
    flex: 1;
    padding-left: 19rem;
}

.sub-checkbox-wrap .el-checkbox {
    margin-bottom: 1rem;
}

.filter-tag-bar {
    margin-top: 1.6rem;
    display: flex;
    gap: 0.8rem;
    align-items: center;
    flex-wrap: wrap;
    padding-bottom: 2.8rem;
}

.filter-tag-bar .filter-tab-label {
    font-family: "SourceHanSansCN-Regular";
    font-size: 1.4rem;
    margin-right: 0.8rem;
    color: #86909C;
}

.filter-tag-bar .el-tag {
    height: 2.4rem !important;
    margin-right: 0.8rem !important;
    padding: 0rem 0.8rem !important;
    background-color: #F2F3F5 !important;
    border: none !important;
    border: 1px solid #E5E6EB !important;
    line-height: 2.4rem !important;
    font-family: "SourceHanSansCN-Regular";
    font-size: 1.2rem !important;
    border-radius: 1.2rem !important;
    box-sizing: border-box;
    white-space: nowrap;
    color: #86909C !important;
}

.el-tag .el-tag__close:hover {
    background-color: #F2F3F5 !important;
}

.el-tag .el-tag__close {
    color: #303133 !important;
}

.icon-delete {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.icon-delete img {
    width: 1.4rem;
    height: 1.4rem;
    margin-right: 0.5rem;
}

.icon-delete span {
    font-family: "SourceHanSansCN-Regular";
    font-size: 1.4rem;
    color: #4E5969;
}

/* 搜索结果展示 */
.result-container {
    position: relative;
    width: 100%;
    background-color: #ffffff;
    padding: 8.2rem 24rem 7.2rem 24rem;
    transition: padding-top 0.3 ease;
    /* 平滑动画 */
}

/* 筛选收起时，减少上间距 */
.result-container.filter-collapse {
    padding-top: 3.2rem !important;
}

.result-num {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 1.6rem;
    border-bottom: 1px solid #E5E6EB;
}

.result-num p {
    font-family: "SourceHanSansCN-Regular";
    font-size: 1.4rem;
    color: #86909C;
}

.result-num p span {
    font-family: "SourceHanSansCN-Medium";
    font-size: 1.6rem;
    color: #1D2129;
}

.result-num .switch-cont {
    box-sizing: border-box;
    width: 5.6rem;
    height: 2.8rem;
    background-color: #F2F3F5;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.3rem 0.4rem;
    border-radius: 2.4rem;
}

.switch-img {
    width: 2.2rem;
    height: 2.2rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    gap: 0.8rem;
    justify-content: center;
}

.switch-img img {
    width: 1.6rem;
    height: 1.6rem;
}

.switch-list {
    width: 2.2rem;
    height: 2.2rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.switch-list img {
    width: 1.6rem;
    height: 1.6rem;
}

.item-img-active {
    width: 2.2rem;
    height: 2.2rem;
    background: #fff;
    border-radius: 50%;
}

/* 卡片形式展示 */
.result-card-cont {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin: 4rem auto 0rem;
}

.result-card-cont .result-list-item {
    display: flex;
    flex-direction: column;
    /* 垂直从上到下排布 */
    height: 100%;
    border-radius: 2.4rem;
}

.result-card-cont .result-list-item:hover {
    box-shadow: 2px 3px 8px 0px #E3E3E38A, 10px 11px 15px 0px #E3E3E378, 22px 25px 20px 0px #E3E3E347, 39px 45px 24px 0px #E3E3E314, 61px 70px 26px 0px #E3E3E303;
    cursor: pointer;
    transition: all 0.3s;
}

.result-card-cont .item-img {
    flex-shrink: 0;
    position: relative;
    height: 26rem
}

.result-card-cont .item-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(102, 102, 102, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    border-top-left-radius: 2.4rem;
    border-top-right-radius: 2.4rem;
    z-index: 0;
}

.result-card-cont .item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-top-left-radius: 2.4rem;
    border-top-right-radius: 2.4rem;
}

.result-card-cont .item-tag {
    width: 4rem;
    height: 2.4rem;
    text-align: center;
    line-height: 2.4rem;
    position: absolute;
    top: 2rem;
    left: 2rem;
    background: #4E5969;
    border: 1px solid #86909C;
    font-family: "SourceHanSansCN-Regular";
    font-size: 1.2rem;
    color: #fff;
    border-radius: .4rem;
    z-index: 1;
}

.result-card-cont .item-name {
    position: absolute;
    bottom: 2rem;
    left: 2rem;
    font-family: "SourceHanSansCN-Medium";
    font-size: 2.4rem;
    color: rgba(255, 255, 255, 0.95);
    z-index: 1;
}

.result-card-cont .item-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 0rem 2rem 2rem;
    border: 1px solid #E5E6EB;
    background-color: #fff;
    border-bottom-left-radius: 2.4rem;
    border-bottom-right-radius: 2.4rem;
}

.result-card-cont .item-label-cont {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    margin-top: 2rem;
}

.result-card-cont .item-label {
    width: auto;
    height: 2.4rem;
    border-radius: 1.2rem;
    padding: 0rem .8rem;
    background: #F2F3F5;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.result-card-cont .item-label:hover span{
    text-decoration: underline;
}

.result-card-cont .item-label span {
    font-family: "SourceHanSansCN-Regular";
    font-size: 1.2rem;
    color: #4E5969;
}

.result-card-cont .item-label img {
    width: 1.2rem;
    height: 1.2rem;
    margin-left: 0.5rem;
}

.result-card-cont .item-label span {
    font-family: "SourceHanSansCN-Regular";
    font-size: 1.2rem;
    color: #4E5969;
}

.result-card-cont .item-lable img {
    width: 1.2rem;
    height: 1.2rem;
    margin-left: 0.5rem;
}

.result-card-cont .item-content {
    font-family: "SourceHanSansCN-Regular";
    font-size: 1.4rem;
    color: #4E5969;
    line-height: 2.2rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    /* 控制行数：4行 */
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 2.4rem;
    flex-grow: 1;
    margin-bottom: 3.2rem;
    max-height: 6.6rem;
}

.result-card-cont .item-link {
    margin-top: auto;
    border-top: 1px solid #E5E6EB;
}

.result-card-cont .item-link a {
    display: inline-block;
    font-family: "SourceHanSansCN-Regular";
    font-size: 1.4rem;
    color: #4E5969;
    margin-top: 2.4rem;
    display: flex;
    align-items: center;
}

.result-card-cont .item-link a:hover {
    text-decoration: underline;
}

.result-card-cont .item-link a img {
    width: 1.6rem;
    height: 1.6rem;
}


/* 列表形式展示 
*
*\\\\\\
*/
.result-list-cont {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 0rem;
    margin: 0rem auto 0rem;
}

.result-list-cont .result-list-item {
    display: flex;
    flex-direction: row;
    border-radius: 0rem;
    margin-top: 2.8rem;
    border-bottom: 1px solid #E5E6EB;
    padding: 4.8rem 2rem;
}

.result-list-cont .result-list-item:first-child {
    padding-top: 3.6rem;
}

.result-list-cont .result-list-item:hover {
    border-radius: 2.4rem;
    box-shadow: 2px 3px 8px 0px #E3E3E38A, 10px 11px 15px 0px #E3E3E378, 22px 25px 20px 0px #E3E3E347, 39px 45px 24px 0px #E3E3E314, 61px 70px 26px 0px #E3E3E303;
    cursor: pointer;
    transition: all 0.3s;
}

.result-list-cont .item-img {
    flex-shrink: 0;
    position: relative;
    width: 31.4rem;
    height: 21.4rem;
    margin-right: 4rem;
}

.result-list-cont .item-img .item-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(102, 102, 102, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    border-radius: 1.2rem;
    z-index: 0;
}

.result-list-cont .item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 1.2rem;
}

.result-list-cont .item-tag {
    width: 4rem;
    height: 2.4rem;
    text-align: center;
    line-height: 2.4rem;
    position: absolute;
    top: 2rem;
    left: 2rem;
    background: #4E5969;
    border: 1px solid #86909C;
    font-family: "SourceHanSansCN-Regular";
    font-size: 1.2rem;
    color: #fff;
    border-radius: .4rem;
    z-index: 1;
}

.result-list-cont .item-info {
    flex: 1;
}

.result-list-cont .item-info .item-name {
    font-family: "SourceHanSansCN-Medium";
    font-size: 2.4rem;
    line-height: 3.2rem;
    margin-top: 0.8rem;
    color: rgba(29, 29, 31, 0.95);
}

.result-list-cont .item-info .item-author {
    margin-top: 0.8rem;
    height: 2.2rem;
    line-height: 2.2rem;
}

.result-list-cont .item-info .item-author span {
    display: inline-block;
    font-family: "SourceHanSansCN-Regular";
    font-size: 1.4rem;
    line-height: 2.2rem;
    margin-right: 3.2rem;
    color: #86909C;
}

.result-list-cont .item-label-cont {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    margin-top: 1.8rem
}

.result-list-cont .item-label {
    width: auto;
    height: 2.4rem;
    border-radius: 1.2rem;
    padding: 0rem .8rem;
    background: #F2F3F5;
    display: flex;
    align-items: center;
    cursor: pointer;
    margin-right: 2.4rem;
    font-size: 1.2rem;
    color: #4E5969;
}
.result-list-cont .item-label:hover span{
    text-decoration: underline;
}   

.result-list-cont .item-label img {
    width: 1.2rem;
    height: 1.2rem;
    margin-left: 0.5rem;
}

.result-list-cont .item-lable span {
    font-family: "SourceHanSansCN-Regular";
    font-size: 1.2rem;
    color: #4E5969;
}

.result-list-cont .item-lable img {
    width: 1.2rem;
    height: 1.2rem;
    margin-left: 0.5rem;
}

.result-list-cont .item-content {
    font-family: "SourceHanSansCN-Regular";
    font-size: 1.4rem;
    color: #4E5969;
    line-height: 2.2rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    /* 控制行数：4行 */
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 1.6rem;
    flex-grow: 1;
    max-height: 6.6rem;
}


/* 分页 */
.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;
}




/* ipad端适配 */
@media screen and (max-width: 1280px) { 
    .banner-desc{
        left: 12rem;
    }
    .search-bar{
        width: 105rem;
    }
    .case-filter-wrap{
        padding: 0rem 12rem 0rem 12rem;
    }
    .result-container{
        padding-right: 12rem;
        padding-left: 12rem;
    }
    .filter-item .filter-label {
        width: 6rem;
    }
    .sub-checkbox-wrap .el-checkbox-group {
        padding-left: 7rem;
    }
}

/* 移动端适配 */
@media screen and (max-width: 767px) {
    .banner-container {
        height: 14rem !important;
    }
    .filter-top-tabs {
        flex-direction: column;
    }
    .sub-checkbox-wrap .el-checkbox-group {
        padding-left: 10px;
    }
    .banner-desc {
        height: 100%;
        left: 1rem;
        top: 3.4rem;
    }

    .banner-desc p {
        font-size: 0.6rem;
        line-height: 0rem;
    }

    .banner-desc p a {
        padding-left: 0rem;
        font-size: 0.55rem;
        padding-right: 1.2rem;
    }

    .banner-desc p a::after {
        margin-top: -0.4rem;
        right: 0.1rem;
        width: 0.8rem;
        height: 0.8rem;
    }

    .banner-title h1 {
        font-size: 1rem;
        line-height: 1rem;
        margin-top: 1rem;
    }

    .banner-title p {
        font-size: 0.6rem;
        line-height: 1rem;
        margin-top: 0.5rem;
        margin-bottom: 1rem;
    }

    .banner-btn .banner-link {
        height: 1.2rem;
        line-height: 1.2rem;
        border-radius: 0.6rem;
        font-size: 0.6rem;
        padding: 0rem 0.5rem;
        margin-right: 1rem;
    }

    .case-filter-wrap {
        padding: 0rem 1rem 0rem 1rem;
    }

    /* 搜索项 */
    .search-bar {
        width: 17rem;
        height: 2.2rem;
        top: -1.1rem;
        border-radius: 1.1rem;
        padding: 0rem 0.5rem;
    }

    .search-bar .search-input {
        flex: 1;
        height: 1.4rem;
        border-radius: 0.7rem;
    }

    .search-input::placeholder {
        font-family: "SourceHanSansCN-Regular";
        font-size: 0.5rem;
        line-height: 2.2rem;
        color: #86909C;
    }

    .search-input .el-input__inner {
        height: 1.4rem !important;
        line-height: 1.4rem !important;
        border-radius: 0.7rem !important;
        padding-left: 1.3rem !important;
        font-size: 0.5rem !important;
    }

    .search-input .el-input__icon {
        font-size: 0.6rem !important;
        width: 0.6rem !important;
        height: 0.6rem !important;
        line-height: 0.6rem !important;
    }

    .search-input .el-input__prefix,
    .el-input__suffix {
        height: 0.6rem !important;
        margin-top: -0.25rem !important;
        left: 0.5rem !important;
    }

    .refresh-icon {
        width: 0.6rem;
        height: 0.6rem;
        margin: 0rem 0.5rem;
    }

    .filter-btn {
        width: 3.6rem;
        height: 1.4rem;
        border-radius: 0.8rem;
        font-size: 0.5rem;
    }

    .el-icon-arrow-up,
    .el-icon-arrow-down {
        font-size: 0.5rem;
        margin-left: 0.3rem;
    }

    .filter-panel-wrap {
        padding-top: 1.6rem;
    }

    .filter-all {
        margin-bottom: 0.5rem;
    }

    .filter-all .label-name {
        font-size: 0.5rem;
        margin-right: 1rem;
    }

    .filter-all .label-name::after {
        height: 0.8rem;
        margin-top: -0.4rem;
        right: -0.5rem;
    }

    .filter-panel {
        /* margin-top: 2rem; */
        padding: 0rem 0.6rem;
        border-radius: 1.2rem;
        margin-top: 0rem;
    }

    .product-type {
        padding-bottom: 0.5rem;
    }

    .filter-item {
        padding: 0.5rem 0;
    }

    .filter-item:first-child {
        border-bottom: none;
        padding-bottom: 0rem;
    }

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

    .filter-item .filter-label {
        width: 3.2rem;
        line-height: 1.2rem;
        font-size: 0.55rem;
    }

    .filter-item .filter-content .el-checkbox {
        margin-bottom: 0.2rem !important;
    }
    
    .tab-item{
        font-size: 0.5rem;
        margin-right: 1.2rem;
    }
    .tab-item .arrow{
        width: 0.8rem;
        height: 0.8rem;
    }


    .el-checkbox {
        margin-right: 0.3rem !important;
    }

    .el-checkbox__inner {
        width: 0.7rem !important;
        height: 0.7rem !important;
        border-radius: 0.2rem !important;
    }

    .el-checkbox__label {
        font-size: 0.5rem !important;
    }

    .el-checkbox__input.is-checked .el-checkbox__inner,
    .el-checkbox__input.is-indeterminate .el-checkbox__inner {
        border-radius: 0.2rem !important;
        width: 0.7rem !important;
        height: 0.7rem !important;
    }

    .el-checkbox__input.is-checked+.el-checkbox__label {
        font-size: 0.5rem !important
    }

    .filter-item .filter-content .el-checkbox {
        margin-right: 18px;
        margin-bottom: 8px;
    }

    .sub-checkbox-wrap {
        padding: 0.5rem 0rem 0rem 0.5rem;
    }

    .sub-checkbox-wrap:first-child {
        margin-top: 0.5rem;
    }

    .sub-checkbox-wrap .label {
        width: 5rem;
        margin-right: 0.6rem;
        font-size: 0.5rem;
    }

    .sub-checkbox-wrap .el-checkbox {
        margin-bottom: 0.2rem;
    }

    .filter-tag-bar {
        margin-top: 0.5rem;
        padding-bottom: 2.2rem;
        gap: 0.3rem;
    }

    .filter-tag-bar .filter-tab-label {
        font-size: 0.5rem;
        margin-right: 0.8rem;
        color: #86909C;
    }

    .filter-tag-bar .el-tag {
        height: 1rem !important;
        margin-right: 0.2rem !important;
        padding: 0rem 0.5rem !important;
        line-height: 1rem !important;
        font-size: 0.5rem !important;
        border-radius: 0.5rem !important;
    }

    .icon-delete img {
        width: 0.5rem;
        height: 0.5rem;
        margin-right: 0.2rem;
    }

    .icon-delete span {
        font-size: 0.5rem;
    }

    /* 搜索结果展示 */
    .result-container {
        padding: 2rem 1rem 2.2rem 1rem;
    }

    /* 筛选收起时，减少上间距 */
    .result-container.filter-collapse {
        padding-top: 1rem !important;
    }

    .result-num {
        padding-bottom: 0.5rem;
    }

    .result-num p {
        font-size: 0.55rem;
    }

    .result-num p span {
        font-size: 0.6rem;
    }

    .result-num .switch-cont {
        width: 2.6rem;
        height: 1.4rem;
        padding: 0.1rem;
        border-radius: 0.7rem;
    }

    .switch-img,
    .switch-list {
        width: 1.1rem;
        height: 1.1rem;
    }

    .switch-img img{
        width: 0.87rem;
        height: 0.8rem;
    }
    .switch-list img {
        width: 0.87rem;
        height: 0.8rem;
    }

    .item-img-active {
        width: 1.1rem;
        height: 1.1rem;
    }

    /* 卡片形式展示 */
    .result-card-cont {
        grid-template-columns: repeat(1, 1fr);
        gap: 0.5rem;
        margin: 1rem auto 0rem;
    }

    .result-card-cont .result-list-item {
        border-radius: 1.2rem;
    }

    .result-card-cont .item-img {
        height: 8rem
    }

    .result-card-cont .item-img img {
        border-top-left-radius: 0.8rem;
        border-top-right-radius: 0.8rem;
    }

    .result-card-cont .item-tag {
        width: 2rem;
        height: 1.2rem;
        line-height: 1.2rem;
        top: 0.5rem;
        left: 0.5rem;
        font-size: 0.6rem;
        border-radius: .2rem;
    }

    .result-card-cont .item-name {
        bottom: 1rem;
        left: 0.5rem;
        font-size: 0.8rem;
    }

    .result-card-cont .item-info {
        padding: 0rem 0.5rem 0.5rem;
        border-bottom-left-radius: 0.8rem;
        border-bottom-right-radius: 0.8rem;
    }

    .result-card-cont .item-label-cont {
        gap: 0.3rem;
        margin-top: 1rem;
    }

    .result-card-cont .item-label {
        height: 1.2rem;
        border-radius: 1.2rem;
        padding: 0rem .5rem;
    }

    .result-card-cont .item-label span {
        font-size: 0.5rem;
    }

    .result-card-cont .item-label img {
        width: 0.6rem;
        height: 0.6rem;
        margin-left: 0.1rem;
    }

    .result-card-cont .item-content {
        font-size: 0.55rem;
        line-height: 1.2rem;
        margin-top: 1.4rem;
        margin-bottom: 1.4rem;
    }

    .result-card-cont .item-link {
        margin-top: auto;
        border-top: 1px solid #E5E6EB;
    }

    .result-card-cont .item-link a {
        font-size: 0.55rem;
        margin-top: 1rem;
    }

    .result-card-cont .item-link a img {
        width: 0.8rem;
        height: 0.8rem;
    }


    /* 列表形式展示 
    *
    *\\\\\\
    */
    .result-list-cont .result-list-item {
        display: flex;
        flex-direction: row;
        border-radius: 0rem;
        margin-top: 1rem;
        border-bottom: 1px solid #E5E6EB;
        padding: 0.5rem;
        padding-bottom: 1rem;
    }

    .result-list-cont .item-img {
        width: 5.5rem;
        height: 8.5rem;
        margin-right: 0.5rem;
    }

    .result-list-cont .item-img .item-mask {
        border-radius: 0.4rem;
    }

    .result-list-cont .item-img img {
        border-radius: 0.4rem;
    }

    .result-list-cont .item-tag {
        width: 2rem;
        height: 1rem;
        line-height: 1rem;
        top: 0.5rem;
        left: 0.5rem;
        font-size: 0.5rem;
        border-radius: .2rem;
    }

    .result-list-cont .item-info .item-name {
        font-size: 0.6rem;
        line-height: 1.2rem;
        margin-top: 0.2rem;
    }

    .result-list-cont .item-info .item-author {
        margin-top: 0.2rem;
        height: 1.2rem;
        line-height: 1.2rem;
    }

    .result-list-cont .item-info .item-author span {
        font-size: 0.5rem;
        line-height: 1.2rem;
        margin-right: 0.2rem;
    }

    .result-list-cont .item-label-cont {
        gap: 0.3rem;
        margin-top: 0.3rem
    }

    .result-list-cont .item-label {
        height: 1.2rem;
        border-radius: 1.2rem;
        padding: 0rem .5rem;
        margin-right: 0;
    }

    .result-list-cont .item-label img {
        width: 0.6rem;
        height: 0.6rem;
        margin-left: 0.2rem;
    }

    .result-list-cont .item-label span {
        font-size: 0.5rem;
    }

    .result-list-cont .item-content {
        font-size: 0.55rem;
        line-height: 1.2rem;
        margin-top: 1rem;
        margin-bottom: 1rem;
    }


    /* 分页 */
    .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;
    }
}