.main-content{
    width: 100%;
    height: auto;
    background: #f8f9fc;
    padding-bottom: 70px;
}
.breadcrumb{
    width: 1200px;
    display: flex;
    height: 50px;
    align-items: center;
    margin: 0 auto;
    font-weight: 400;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.72);
    line-height: 36px;
}
.category-card{
    width: 1200px;
    margin:  0 auto 20px auto;
}
/* 总容器：左右并排 *//* 容器结构 */
.filter-wrapper {
    display: table;
    width: 100%;
    /*height: 245px;*/
    table-layout: fixed;
    background: white;
    font-family: "Microsoft YaHei", sans-serif;
    border-radius: 7px;
    /*border-bottom: 1px dashed #E5E5E5;*/
}

/* 左侧 */
.filter-left {
    display: table-cell;
    width: 108px;
    background: #f0f0f0;
    vertical-align: middle;
}

.filter-category {
    font-size: 14px;
    color: #333;
    padding-left: 10px;
    box-sizing: border-box;
    line-height: 36px;
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    justify-content: end;
    justify-content: flex-end;
}

.filter-category:nth-child(1),
.filter-category:nth-child(2) {
    /*height: 90px;*/
}
.filter-category:nth-child(3) {
    /*height: 65px;*/
}
.clear-all {
    display: inline-block;
    margin-left: 10px;
    padding: 2px 8px;
    border-radius: 3px;
    cursor: pointer;
    width: 90px;
    height: 30px;
    background: #E9E9E9;
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    line-height: 25px;
    text-align: center;

}

/* 右侧 */
.filter-right {
    display: table-cell;
    vertical-align: top;
    /*padding-left: 10px;*/
    width: 1092px;
}

.filter-options {
    border-bottom: 1px dashed #E5E5E5;
    text-align: left; /* 确保内容换行后左对齐 */
    min-height: 45px;
    padding: 10px 0 10px 10px;
    white-space: normal; /* 避免 nowrap 或其他意外限制 */
    position: relative;
}
.filter-options::after {
    content: "";
    position: absolute;
    left: 29px;
    bottom: -2px;   /* 控制线与字的间距 */
    width: 90%;
    margin:  auto;
    border-bottom: 1px dashed #E5E5E5;
}
.filter-options:last-child::after {
    border-bottom: none;
}
.filter-options:nth-child(1),
.filter-options:nth-child(2) {
    /*height: 90px;*/
}
.filter-options:nth-child(3) {
    /*height: 65px;*/
}

/* 选项样式 */
.option {
    display: inline-block;
    padding: 4px 10px;
    margin: 4px 5px 0 0;
    border-radius: 3px;
    font-weight: 400;
    line-height: 24px;
    cursor: pointer;
    border: 1px solid transparent;
    /*width: 100px;*/ /* 固定宽度，统一对齐 */
    font-size: 13px;
    color: #333;
    vertical-align: top; /* 保证多行顶对齐 */
    box-sizing: border-box;
    text-align: center; /* 可选：文字居中 */
    white-space: nowrap; /* 可选：防止换行 */
}

.option.selected {
    /*background: #d0e6ff;*/
    color: #0056b3;
    border: 1px dashed #007bff;
}

/* 已选区域 */
.selected-container {
    font-size: 14px;
    width: 1200px;
    display: -ms-flexbox;
    align-items: flex-start;
    /*height: 60px;*/
    background: white;
    display: flex;
    height: 60px;
    border-radius: 0 0 8px 8px;
}

.selected-container-left {
    width: 108px;
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    justify-content: end;
    justify-content: flex-end;
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    height: 60px;
    line-height: 30px;
}

.selected-container-right {
    flex: 1;
    min-height: 30px;
    padding: 10px 0;
}

/* 标签样式 */
.selected-container .tag {
    display: inline-block;
    padding: 2px 10px;
    /* background: #d0e6ff; */
    margin: 4px 6px 0 0;
    border-radius: 4px;
    border: 1px dashed #007bff;
    position: relative;
    font-weight: 400;
    font-size: 14px;
    color: #094BAE;
    line-height: 24px;
    width: auto;
}

.selected-container .tag .close {
    margin-left: 6px;
    cursor: pointer;
    color: #094BAE;
    font-weight: bold;
    font-size: 12px;
}

.collection{
    width: 100%;

}
.collection-content{
    display: flex;
    display: -ms-flexbox;
    height: auto;
    width: 1200px;
    margin: auto;
    /*padding: 20px 0 0 0;*/
}
.collection-content .left{
    width: 885px;
    height: auto;
    margin-right: 15px;
}
.collection-content .right{
    width: 300px;
    height: auto;
}
.card-top{
    width: 100%;
    background: #fff;
    height: auto;
    border-radius: 7px;
}
.card-item{
    width: 100%;
    height: 232px;
    padding: 16px 16px 0 16px;
}
.card-item-header{
    width: 100%;
    height: 120px;
    display: flex;
    display: -ms-flexbox;
}
.card-logo{
    width: 180px;
    height: 120px;
    border: 1px solid #CFCFCF;
}
.card-logo img{
    width: 100%;
    height: 100%;
}
.card-text{
    width: 664px;
    height: 120px;
    margin-left: 16px;
}
.card-text a{
    text-decoration: none;
}
.card-text h2{
    font-weight: bold;
    font-size: 20px;
    color: #094BAE;
    line-height: 35px;
}
.card-secondary{
    width: 100%;
    display: -ms-flexbox;
    display:flex ;
    align-items: center;
    margin: 5px 0;
}
.card-secondary a{
    display: -ms-flexbox;
    display:flex ;
    align-items: center;
}
.card-secondary-icon{
    width: 14px;
    height: 14px;
    margin-right: 4px;
    background: url("../image/icon5.png") no-repeat 100% 100%;
    background-size: contain;
}
.card-secondary span{
    font-weight: 400;
    font-size: 14px;
    color: #FE8C24;
    line-height: 24px;
}
.compatible{
    width: 100%;
    height: 49px;
    overflow: hidden;
    position: relative;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
p.multi-line-ellipsis{
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    line-height: 24px;
    opacity: 0.75;
}
/* 模拟多行省略号 */
p.multi-line-ellipsis:after {
    /*content: '...';*/
    position: absolute;
    right: 0;
    bottom: 0;
    background: #fff; /* 或与背景一致 */
    padding-left: 10px;
}
.card-item-footer{
    /*width: 856px;*/
    margin-top: 8px;
    border-bottom: 1px dashed rgba(0,75,147,.15);
    height: 87px;
}
.card-top .card-item:last-child .card-item-footer{
    border-bottom: none;
}
.card-item-footer-last{
    /*width: 856px;*/
    margin-top: 8px;
}
.card-item-content{
    width: 100%;
    height: 78px;
    padding: 11px 16px;
    background: rgba(207,207,207,.1);

}
.card-item-footer-title{
    display: flex;
    display: -ms-flexbox;
    justify-content: space-between;
}
.footer-title-item{
    font-weight: 400;
    font-size: 16px;
    color: rgba(0,0,0,0.55);
    line-height: 24px;
}

.footer-title-item span:nth-child(2){
    color: #000000;
}
.card-item-footer-text{
    width: 100%;
    margin-top: 13px;
}
.card-item-footer-text p{
    font-weight: 400;
    font-size: 16px;
    color: rgba(0,0,0,0.55);
    line-height: 24px;
    width: 100%;
    height: 24px;

    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.brand-rank{
    width: 100%;
    margin: auto;
}
.brand-rank-title{
    width: 100%;
    display: flex;
    display: -ms-flexbox;
    align-items: center;
}
.brand-rank-title h2{
    font-weight: bold;
    font-size: 26px;
    color: #000000;
    line-height: 53px;
}
.brand-rank-title .icon{
    width: 19px;
    height: 21px;
    margin-right: 5px;
    background: url("../image/icon17.png") no-repeat 100% 100%;
}
.encyclopedia{
    width: 100%;
    margin: auto;
    border-radius: 8px;
}
.encyclopedia-title{
    width: 100%;
    display: flex;
    display: -ms-flexbox;
    align-items: center;
}
.encyclopedia-title h2{
    font-weight: bold;
    font-size: 26px;
    color: #000000;
    line-height: 53px;
}
.encyclopedia-title .icon{
    width: 19px;
    height: 21px;
    margin-right: 5px;
    background: url("../image/icon17.png") no-repeat 100% 100%;
}
.clearfix {
    *zoom: 1;
}
.image-grid {
    /*width: 890px;*/
    /*height: 368px;*/
    margin: 0 auto;
    border-radius: 8px;
    background-color: #fff;
    padding-bottom: 11px;
}
.image-grid.active{
    display: block;
}
.image-card {
    float: left;
    width: 24.5%;
    padding: 11px 1px 0 19px;
    box-sizing: border-box;
}

/* 图片盒子 */
.image-box {
    position: relative;
    overflow: hidden;
    /*background-color: #eee;*/
    width: 203px;
    height: 135px;
}

/*.image-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.05); 
}*/

.image-box img {
    width: 203px;
    height: 135px;
    object-fit: cover;
}

/* 覆盖文字层 */
.overlay-text {
    position: absolute;
    /*bottom: 0;*/
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 203px;
    height: 71px;
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    padding: 10px 0;
    /*border-radius: 0 0 4px 4px;*/
    z-index: 1;
    text-align: center;
    /*display: flex;*/
    /*display: -ms-flexbox;*/
    /*align-items: center;*/
    /*justify-content: center;*/
}
.overlay-text p{
    color: #FEFEFE;
}
.overlay-text p:nth-child(1){
    font-size: 20px;
    color: #FEFEFE;
    font-weight: bold;
    line-height: 40px;
}
.overlay-text p:nth-child(2){
    font-weight: 400;
    font-size: 14px;
    color: #FEFEFE;
    line-height: 14px;
}
.image-caption {
    margin: 10px 0 0;
    text-align: center;
    font-weight: 400;
    font-size: 14px;
    color: #000000;
    line-height: 20px;
}

.no-brand {
	text-align: center;
}

.no-brand h2 {
	height: 100px;
	line-height: 100px;
	color: #333;
}

a{
    text-decoration: none;
}


.encyclopedia-content {
    /*width: 892px;*/
    /*height: 198px;*/
    margin: 10px 0 0 0;
    background: url("../image/background21.png") no-repeat;
    background-size: cover;
    position: relative;
    padding: 24px 16px 0px 16px;
    text-align: center;
}

.content-wrapper {
    /*width: 892px;*/
    margin: 0 auto;
}

/* 单项样式 */
.collection-content-item {
    float: left;
    width: 201px;
    height: 40px;
    margin-right: 16px;   /* 先设置默认右间距 */
    margin-bottom: 24px;
    background: #D1D8E1;
    box-sizing: border-box;
    padding: 7px 13px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

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

.collection-content-item span {
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    line-height: 17px;
}

/* 清除浮动 */
.clearfix::after {
    content: '';
    display: block;
    clear: both;
}

