.tab-href {
    background: #588528;
}

.tab-href a {
    display: inline-block;
    padding: 10px 10px;
    color: #fff;
    font-size: 18px;
}

.tab-href a:hover {
    color: #6eff00;
    transition: .3s;
}

.tab-href .active {
    background: #294e00;
    color: #6eff00;
}

.top-title {
    font-size: 18px;
    color: #333333;
    padding: 10px 0;
    border-bottom: solid 1px #cccccc;
    font-weight: 600;
}

.brand-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 21px 0 8px;
}

.brand-list div {
    width: 134px;
    height: 54px;
    border: solid 1px #588528;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}

.brand-list div:not(:nth-child(7n)) {
    margin-right: 41px;
}

.brand-list img {
    width: 102px;
    height: 36px;
}

.area-part {
    margin-top: 16px;
    display: flex;
    justify-content: space-between;
}

.area-part .left-area {
    padding: 12px 16px;
    border: solid 1px #cccccc;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    max-width: 828px;
}

.area-part .left-area a {
    display: inline-block;
    width: 74px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    background: #588528;
    color: #fff;
    border-radius: 2px;
    margin: 15px 32px;
    font-size: 14px;
}

.other-items {
    width: 300px;
    padding-left: 21px;
    border-left: 1px dashed #b2b2b2;
}

.other-items .other-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: solid 3px #cccccc;
    color: #588528;
    font-size: 18px;
    font-weight: 600;
}

.other-items .other-top span {
    display: inline-block;
    border-bottom: solid 3px #588528;
    padding: 0 32px 10px 14px;
    margin-bottom: -3px;
}

.other-items .other-top a {
    color: #676767;
    font-size: 14px;
}

.other-items .other-top a:hover {
    color: #588528;
    transition: .3s;
}

.other-items .other-list ul {
    margin: 14px 0 29px;
    padding: 0 13px;
}

.other-items .new-company-list ul {
    padding-left: 23px;
}

.other-items .other-list ul li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
}

.other-items .other-list ul li div:first-child {
    max-width: 200px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-wrap: break-word;
    word-break: break-all;
}

.other-items .other-list ul li div:last-child {
    font-size: 14px;
}

.other-items .other-list ul li a:hover {
    color: #588528;
    transition: .3s;
}

.other-items .other-list ul li {
    list-style: none !important;
    height: 16px;
    line-height: 16px;
}

.other-items .new-company-list ul li {
    display: list-item !important;
    list-style: unset !important;
    height: 16px;
    line-height: 16px;
}

.other-items .other-list ul li:nth-child(1) span {
    background: #db1111;
}

.other-items .other-list ul li:nth-child(2) span {
    background: #f88808;
}

.other-items .other-list ul li:nth-child(3) span {
    background: #eed91e;
}

.other-items .other-list ul li:not(:last-child) {
    margin-bottom: 16px;
}

.other-items .other-list ul li span {
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    display: inline-block;
    background: #9a9a9a;
    color: #fff;
    font-size: 14px;
}

.company-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.company-list .company-items:not(:nth-child(6n)) {
    margin-right: 45px !important;
}

.company-list .company-items {
    margin: 13px 0;
}

.company-list .company-items div:first-child {
    width: 160px;
    height: 160px;
    border: 1px solid #588528;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.company-list .company-items div:first-child img {
    width: 140px;
}

.company-list .company-items div:last-child {
    text-align: center;
    margin-top: 12px;
    font-size: 18px;
    color: #343434;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-wrap: break-word;
    word-break: break-all;
    max-width: 160px;
}