.header-index {
    position: static;
}

.hot-factory-news {
    text-align: center;
}

.rank-table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
}

.hot-fatory-box {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 50%;
    /* display: inline-block; */
}

.rank-list {
    padding: 0 54px;
    border-bottom: 1px solid #e8e8e8;
    height: 54px;
    line-height: 54px;
    position: relative;
    color: #45556A;
    text-align: center;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}

.rank-list a {
    display: inline-block;
    width: 100%;
    text-align: left;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.rank-list span {
    text-align: left;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    display: block;
    width: 30px;
    height: 30px;
    left: 24px;
    line-height: 20px;
    background-position: center;
    background-size: contain;
}

.rank-list span.no1 {
    left: 0;
    background-image: url('../img/top1.png');
}

.rank-list span.no1+span {
    color: #ED8720;
}

.rank-list span.no2 {
    left: 0;
    background-image: url('../img/top2.png');
}

.rank-list span.no2+span {
    color: #ED8720;
}

.rank-list span.no3 {
    left: 0;
    background-image: url('../img/top3.png');
}

.rank-list span.no3+span {
    color: #FFA800;
}

.showmore {
    text-align: center;
    padding: 24px 0;
}

.showmore a {
    margin: 0 24px;
}

.showmore .line {
    display: inline-block;
    height: 0px;
    width: 20%;
    border-bottom: dashed 1px #e8e8e8;
    vertical-align: middle;
}

.hot-media-table {
    width: 1080px;
    padding: 0;
    overflow: hidden;
}

.hot-media-tab {
    line-height: 1.5;
}

.table-box .el-tabs--border-card {
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 10px
}

.table-box .el-tabs--border-card>.el-tabs__header {
    border-bottom: none;
}

.table-box .el-tabs--border-card>.el-tabs__content {
    padding: 0px;
}

.table-box .el-badge__content.is-fixed {
    -webkit-transform: translateY(-50%) translateX(100%) scale(.8);
    -ms-transform: translateY(-50%) translateX(100%) scale(.8);
    transform: translateY(-50%) translateX(100%) scale(.8);
}

.select_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 28px;
}

.f_gray {
    color: gray;
}

.content_box {
    padding: 0 20px;
}

.company-logo {
    border-radius: 20px;
    overflow: hidden;
    margin-right: 14px;
    width: 35px;
    height: 35px;
}

.company-logo img {
    width: 100%;
}

.tabl-cell {
    display: table;
    white-space: nowrap;
}

.tabl-cell>div {
    display: inline-block;
}

.tabl-cell a:hover {
    cursor: pointer;
    text-decoration: underline;
}

.hot-value {
    color: #FC7821;
}

.top-tag {
    display: inline-block;
    width: 30px;
    height: 30px;
}

.top-tag img {
    width: 100%;
}

.top-icon {
    width: 30px;
    margin-left: -10px;
}

.btn-look {
    cursor: pointer;
}

a {
    cursor: pointer;
}