.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;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.top-title div:last-child {
    font-size: 16px;
    color: #343434;
    font-weight: unset;
}

.top-title div:last-child span:first-child {
    color: #f88808;
}

.area-select {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 8px 0;
}

.area-select a {
    display: inline-block;
    width: 74px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    background: #588528;
    border-radius: 2px;
    color: #fff;
    margin: 12px 0;
}

.area-select a:hover {
    color: #fff;
    opacity: .9;
}

.area-select a:not(:nth-child(9n)) {
    margin-right: 66.5px;
}

.agent-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.agent-list .agent-items {
    display: flex;
    align-items: center;
    width: 331px;
    padding: 16px 25px 16px 14px;
    border: solid 1px #d8d8d8;
    margin: 15px 0;
}

.agent-list .agent-items:not(:nth-child(3n)) {
    margin-right: 42px;
}

.agent-list .agent-items img {
    width: 165px;
    height: 124px;
    margin-right: 26px;
}

.agent-list .agent-items .right-part div:first-child {
    font-size: 18px;
    color: #333333;
    margin-bottom: 20px;
    height: 18px;
    line-height: 18px;
}

.agent-list .agent-items .right-part a:nth-child(2) {
    display: block;
    width: 140px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    background: #f88808;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
}

.agent-list .agent-items .right-part a:nth-child(2):hover {
    opacity: .9;
}

.agent-list .agent-items .right-part a:last-child {
    display: block;
    width: 140px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    background: #cbcbcb;
    border-radius: 2px;
    color: #343434;
    margin-top: 14px;
    cursor: pointer;
}

.agent-list .agent-items .right-part a:last-child:hover {
    opacity: .9;
}