body .popular a.popular_a {
    color: unset;
	text-decoration: unset;
}

.popular_row .popular_item:hover, .popular_row .popular_item {
    color: unset;
	text-decoration: unset;
}

.popular_row .popular_item .popular_item--circle {
    border-radius: 100%;
    width: 60px;
    height: 60px;
    object-fit: contain;
}
.popular_row .popular_item--author a:hover, .popular_row .popular_item--author a{
    color: unset;
	text-decoration: unset;
}
body .popular a.top_a{
    display: block;
    margin: 80px auto 0;
    width: 247px;
    height: 50px;
    line-height: 48px;
    border: 1px solid #c0d6dd;
    border-radius: 5px;
    font-size: 20px;
    color: #3d4b52;
    text-align: center;
    text-decoration: none;
    -webkit-transition: .4s;
    transition: .4s;
}
body .popular a.top_a:hover, body a.top_a:active {
    color: #3d4b52;
}
