.link_recommend .wn_text_link {
    width: calc(100% / 10 - 6px) !important;
    font-size: 14px !important;
    padding: 2px 5px !important;
    color: white !important;
    box-sizing: border-box;
    font-size: 12px !important;
}

@media screen and (max-width:1024px) {
    .link_recommend .wn_text_link {
        width: calc(100% / 8 - 6px) !important;
    }
}

@media screen and (max-width:767px) {
    .link_recommend .wn_text_link {
        width: calc(100% / 6 - 6px) !important;
        font-size: 12px !important;
    }
}

@media screen and (max-width:468px) {
    .link_recommend {
        margin: 5px 3px;
    }

    .link_recommend .wn_text_link {
        width: calc(100% / 4 - 6px) !important;
        font-size: 12px !important;
    }
}

.link_recommend .wn_text_link:nth-of-type(8n+1) {
    background: #727CF5;
}

.link_recommend .wn_text_link:nth-of-type(8n+2) {
    background: #C57BD1;
}

.link_recommend .wn_text_link:nth-of-type(8n+3) {
    background: #FF3F81;
}

.link_recommend .wn_text_link:nth-of-type(8n+4) {
    background: #F44336;
}

.link_recommend .wn_text_link:nth-of-type(8n+5) {
    background: #2296F3;
}

.link_recommend .wn_text_link:nth-of-type(8n+6) {
    background: #4CAF50;
}

.link_recommend .wn_text_link:nth-of-type(8n+7) {
    background: #FF9800;
}

.link_recommend .wn_text_link:nth-of-type(8n+8) {
    background: #424242;
}

.link_recommend .wn_text_link:last-of-type {
    background: rgb(63, 94, 251);
    background: linear-gradient(90deg, rgba(63, 94, 251, 1) 0%, rgba(252, 70, 107, 1) 100%);
}

a.xxxxxxxxxxxxxx {
    background: #C57BD1;
    background: #FF3F81;
    background: #F44336;
    background: #2296F3;
    background: #4CAF50;
    background: #FF9800;
    background: #424242;
    background: #F5F5F5;
    background: #FFEB3C;
    background: #0388D1;
}

.nav-pills .nav-link {
    border: 1px solid #007bff;
}