.content{
    width: 100%;
    height: auto;
    background: #f8f9fc;
    padding-bottom: 70px;
}
a{
    text-decoration: none;
}
.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;
    border-radius:  8px 8px 0 0 ;
    overflow: hidden;
    /*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 {
    /*background: #d0e6ff;*/
    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;
}

.companies-content{
    display: flex;
    display: -ms-flexbox;
    height: auto;
    width: 1200px;
    margin: auto;
}
.companies-content .left{
    width: 885px;
    height: auto;
    margin-right: 15px;
}
.companies-content .right{
    width: 300px;
    height: auto;
    position: relative;
}

.container {
    border-top: 6px solid #094bae;
    height: auto;
    box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.09);
    border-radius: 8px;
    background: #fff;
    /*width: 892px;*/
    /*margin-right: 14px;*/
    padding-bottom:20px;
}

.company-card {
    background-color: #ffffff;

    padding: 5px 20px 3px 20px;
}

.company-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 12px;
}

.company-name a{
    font-weight: 600;
    font-size: 24px;
    color: #094BAE;
    line-height: 41px;
}

.more-btn {
    color: #9ca3af;
    background: none;
    border: none;
    cursor: pointer;
}

.more-btn:hover {
    color: #165DFF;
}

/* 标签样式 */
.tags {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.tags .tag {
    margin-right: 6px;
    margin-bottom: 6px;
    /*width: 105px;*/
    height: 30px;
    background: rgba(238, 235, 229, 0.61); /* 替代 opacity */
    border-radius: 2px;
    font-weight: 600;
    font-size: 14px;
    color: #9C7254;
    line-height: 30px;
    text-align: center;
    padding: 0 10px;
}

/* 信息容器样式 */
.info-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    border-bottom: 1px dashed rgba(0, 75, 147, .15);
    padding-bottom: 14px;
}
.container .company-card:last-child .info-container{
    border-bottom: none;
    padding-bottom: 0;
}

.info-row {
    overflow: hidden; /* 清除浮动 */
    display: -ms-flexbox;
    display: flex;
    margin-top: 14px;
}

.info-item {
    float: left;
    /*margin-right: 20px;*/
    white-space: nowrap; /* 防止内容换行，根据需要加 */
    width: 48%;
}

.info-item-footer{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: flex-start;
    padding-right: 24px;
    margin-top: 14px;
}
.info-item {
    display: -ms-flexbox;
    display: flex;
    /*-ms-flex-wrap: wrap;
    flex-wrap: wrap;*/
    align-items: flex-start;
    padding-right: 24px;
}

.info-label {
    min-width: 128px;
    flex-shrink: 0;
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    /*line-height: 25px;*/
}

.info-value {
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    /*line-height: 25px;*/
}

/* 按钮 */
.share-btn,
.favorite-btn {
    padding: 8px 16px;
    border-radius: 8px;
    font-size: 14px;
    display: inline-block;
    cursor: pointer;
    transition: all 0.2s;
    border: none;
}

.share-btn {
    border: 1px solid #d1d5db;
    color: #4b5563;
    background-color: transparent;
}

.share-btn:hover {
    background-color: #f3f4f6;
}

.favorite-btn {
    background-color: #165DFF;
    color: #ffffff;
}

.favorite-btn:hover {
    background-color: #0d47a1;
}

/* 删除 color 无效的 hr 样式，使用 border 替代 */
.company-card hr {
    border: none;
    border-top: 1px solid rgba(198, 198, 198, 0.4);
    margin-top: 13px;
}
.no-company {
	text-align: center;
}

.no-company h2 {
	height: 100px;
	line-height: 100px;
	color: #333;
}
.company-rank{
    width: 100%;
    margin: auto;
}
.company-rank-title{
    width: 100%;
    display: flex;
    display: -ms-flexbox;
    align-items: center;
}
.company-rank-title h2{
    font-weight: bold;
    font-size: 26px;
    color: #000000;
    line-height: 53px;
}
.company-rank-title .icon{
    width: 19px;
    height: 21px;
    margin-right: 5px;
    background: url("../image/icon17.png") no-repeat 100% 100%;
}
