.rankList {
    width: 1000px;
    margin: 0 auto;
    padding: 50px 0;
}

.cateList {
    width: 100%;
    background: #fae9cd;
}

.cateList li {
    width: 25%;
    display: table-cell;
    white-space: nowrap;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
    position: relative;
    padding: 30px 20px;
    color: #58090a;
}

.cateList li span {
    position: absolute;
    right: 0;
}

.cateList .activeTab {
    background: #fad26a;
    background: linear-gradient(to bottom, #fef0ae 0%, #fad26a 100%);
    font-weight: 600;
}

.cont {
    /* width: 100%; */
    padding: 20px 15px;
    color: #f4ddb7;
    font-size: 16px;
    background: #58090a;
    margin-top: 20px;
    display: none;
}

.cont li {
    width: 100%;
    padding: 25px 0;
    border-bottom: 1px solid #935455;
    overflow: hidden;
}

.cont li .company {
    width: 100%;
    margin-bottom: 20px;
}

.cont li .company p {
    font-size: 20px;
    font-weight: 600;
    color: #f4ddb7;
}

.contLeft {
    /* width: 160px; */
    float: left;
    text-align: right;
}

.contLeft p {
    margin-top: 15px;
}

.contRight {
    width: 720px;
    float: right;
    padding-right: 40px;
    font-size: 16px;
}

.contRight p strong {
    font-size: 18px;
    color: #c1a44a;
    font-weight: 500;
    display: block;
}

.contRight p {
    line-height: 24px;
    color: #f4ddb7;
}

.contRight p br {
    display: none;
}

.cont.active {
    display: block;
}

.cont1.active1 {
    display: block;
}


/* vue闪烁 */

[v-cloak] {
    display: none;
}


/* 细分领域 */

.xifen {
    width: 25%;
    position: relative;
    font-size: 16px;
    padding: 20px 19px 10px;
}

#xifenList {
    width: 100%;
    position: absolute;
    top: 84px;
    left: 0px;
    z-index: 999;
    display: none;
}

#xifenList li {
    width: 100%;
    height: 40px;
    line-height: 40px;
    display: block;
    font-size: 18px;
    cursor: pointer;
    padding: 3px 0;
    background-color: #fae9cd;
    margin-bottom: 0px;
    text-align: center;
    border-bottom: 1px solid #d2ac92;
}

.xifenCont {
    display: none;
}

.activeXifen {
    display: block;
}

.cont1 {
    /* width: 100%; */
    padding: 20px 15px;
    color: #f4ddb7;
    font-size: 16px;
    background: #58090a;
    margin-top: 20px;
    display: none;
}

.cont1 li {
    width: 100%;
    padding: 25px 0;
    border-bottom: 1px solid #935455;
    overflow: hidden;
}

.cont1 li .company {
    width: 100%;
    margin-bottom: 20px;
}

.cont1 li .company p {
    font-size: 20px;
    font-weight: 600;
    color: #f4ddb7;
}

.contLeft {
    /* width: 160px; */
    float: left;
    text-align: right;
}

.contLeft img {
    width: 185px;
    height: 52px;
}

.contLeft p {
    margin-top: 15px;
}

.contRight {
    width: 720px;
    float: right;
    padding-right: 40px;
    font-size: 16px;
}

.contRight p strong {
    font-size: 18px;
    color: #c1a44a;
    font-weight: 500;
    display: block;
}

.contRight p strong span {
    color: #c1a44a !important;
}

.contRight p {
    line-height: 24px;
    color: #f4ddb7;
}

.contRight p br {
    display: none;
}