.anli-detail-banner-tag span {
    border: 1px solid #444;
    padding: 6px 12px;
    border-radius: 4px;
    color: #444;
    margin-right: 10px;
    font-size: 16px;
    margin-bottom: 5px;
}

.anli-detail-banner-tag span.active {
    border: 1px solid #0089ff;
    color: #0089ff;
}
.anli-detail-btn{
    padding: 0.375rem 30px; 
    text-align: left;
}
.anli-detail-btn.w215{
    width: 215px;
}
.anli-detail-right {
    height: 28px;
    width: 14px;
}

.plan-detail-content .honor_box {
    height: 340px;
    width: auto;
    cursor: pointer;
}

.plan-detail-content .honor_box::-webkit-scrollbar {
    width: 0px;
    height: 1px;
    background-color: #f4f4f4;
}

.plan-detail-content .honor_box::-webkit-scrollbar-thumb {
    width: 0;
    box-shadow: inset 0 0 5px rgb(0 0 0 / 18%);
    background: #8dedf1;
    border-radius: 5px;
}

.plan-detail-content .honor_box .honer_line {
    background-color: #ccc;
    top: 28px;
    left: 24px;
    bottom: 56px;
    z-index: 0;
    width: 1px;
}

.plan-detail-content .honor_box .honor_pot {
    z-index: 1;
}

.plan-detail-content .honor_box .honor_pot:before {
    background-color: #ccc;
}

.plan-detail-content .honor_box .honor_pot.active:before {
    background-color: #0089ff;
}

.plan-detail-content .honor_box .honor:hover .honor_pot:before {
    background-color: #fff;
    border: 6px solid #0089ff;
    width: 10px;
    height: 10px;
}

.anli-detail-honor .honor_name {
    margin-bottom: 20px;
}
.anli-detail-honor .honor_name a{
    color: #333;
}

.plan-detail-content .honor_box .honor:hover .honor_name a {
    color: #0089ff;
    font-weight: normal;
}
.plan-detail-content-left p .biao{width: 14px;height: 28px;}

@media (max-width: 1024px) {
    .anli-detail-banner-tag span{
        padding: 6px 8px;
        font-size: 14px;
    }
    .anli-detail-btn{
        padding:.375rem .75rem!important
    }
    .anli-detail-btn.w215{
        width: auto;
    }
}