﻿body {
    background-color: #ffffff;
}

.nav {
    margin-top: 65px;
}

.nav-txt {
    text-align: center;
    border-radius: 7px;
}

.nav-active {
    box-shadow: 0px 0px 10px #06cece;
}

.nav-txt img {
    width: 42px;
    height: 42px;
}

.active {
    font-weight: bold;
    color: #181818;
    position: relative;
}

    .active::after {
        display: inline-block;
        content: "";
        width: 80%;
        height: 3px;
        background: #06cece;
        position: absolute;
        bottom: -5px;
        left: 50%;
        transform: translateX(-50%);
        font-weight: bold;
    }
.ui-panel{
    margin-top:10px;
}
.ui-sort-item{
    margin:5px 0;
}
.item {
    color: #000000;
    font-size: 14px;
    border-radius: 5px;
    margin: 5px 5px;
    padding: 3px 3px;
    background-color: #f1f1f1;
}

    .item a {
        color: #000000;
    }

.list-li {
    width: 100%;
}

.new-list {
    padding-right: 0 !important;
}

.ui-nowrap-txt {
    color: #c5c4c4;
}

.list-nick {
    color: #000000;
    font-size: 16px;
}

.list-tag {
    color: #c60000;
    font-size: 14px;
}
.ranked {
    margin-right: 10px;
    padding-top: 10px;
}
.ui-list > li {
    margin-left:0!important;
}
.ygq {
    float: right;
    margin-right: 20px;
    color: #a7a5a5;
}
.loadingimg{
    height:48px;
}
.zb-active {
    color: #00a5e0!important;
}
.sort-active {
    background-color: #eeeeee;
    padding: 4px 8px;
    border-radius: 5px;
}
footer{
    text-align:center;
}