@charset "utf-8";
.rank {
    background-color: #394553;
}
@media screen and (max-width: 767px) {
    .rank > .container {
        overflow-y: scroll;
    }
}
.rank .mainOp {
    margin-top: 275px;
}
.rank .charts-head {
    padding: 97px 40px 73px;
    text-align: center;
    background: url("../img/ranks/rank-bg.png") no-repeat center;
    position: absolute;
    width: 100%;
    left: 0;
}
.rank .charts-head p {
    font-size: 14px;
    margin-bottom: 0px;
    line-height: 22px;
    color: #d8dfe8;
}
@media screen and (max-width: 767px) {
    .rank .charts-head {
        padding: 97px 0 73px;
    }
}
.rank .charts-head-tit h2 {
    display: inline-block;
    font-size: 42px;
    font-weight: bold;
    padding-bottom: 15px;
    padding-left: 47px;
    background: url("../img/ranks/rank-logo.png") no-repeat left 9px;
    color: #fff;
}
.rank .pu_page {
    padding: 30px 0;
}
.rank .chart-nav {
    background-color: #f8f6f6;
    line-height: 52px;
    display: flex;
    overflow: auto;
}
.rank .chart-nav li {
    font-size: 14px;
    color: #333;
    float: left;
    padding: 1px 20px 0;
    border-right: 1px solid #eeeded;
    cursor: pointer;
    min-width: 134px;
    text-align: center;
}
.rank .chart-nav li.on {
    color: #226dd4;
    background-color: #fff;
    -webkit-box-shadow: -1px 0 15px rgba(0, 0, 0, 0.2);
    /* Safari 和 Chrome */
    -moz-box-shadow: -1px 0 15px rgba(0, 0, 0, 0.2);
    /* Firefox 4 */
    -ms-box-shadow: -1px 0 15px rgba(0, 0, 0, 0.2);
    /* IE */
    -o-box-shadow: -1px 0 15px rgba(0, 0, 0, 0.2);
    /* Opera */
    box-shadow: -1px 0 15px rgba(0, 0, 0, 0.2);
}
.rank .chart-nav li.on:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    border-color: transparent transparent transparent #226dd4;
    float: left;
    margin-top: 20px;
}
.rank .chart-nav li:last-child {
    border-right: 0;
}
@media screen and (min-width: 768px) {
    .rank .chart-nav li {
        padding: 1px 35px 0 30px;
    }
}
.rank .chart-nav:after {
    clear: both;
    content: "";
    display: table;
    visibility: hidden;
    height: 0;
}
.rank .chart-time {
    margin: 31px 34px;
    color: #666;
    line-height: 24px;
    position: relative;
}
.rank .chart-time strong {
    color: #e9bb2a;
    font-weight: bold;
}
.rank .chart-time:after {
    clear: both;
    content: "";
    display: table;
    visibility: hidden;
    height: 0;
}
.rank .update-time {
    float: left;
    position: relative;
}
.rank .update-time h3 {
    font-size: 24px;
    line-height: 46px;
}
.rank .update-time span {
    color: #888;
}
@media screen and (min-width: 768px) {
    .rank .update-time {
        padding-right: 23px;
    }
}
.rank .explain {
    float: left;
    padding: 8px 0;
}
.rank .list-num{
    padding-left: 20px;
    font-size: 12px;
    color: #9a9a9a;
    line-height: 40px;
}
@media screen and (min-width: 768px) {
    .rank .explain {
        padding: 0 0 0 19px;
    }
}
.rank .qurey {
    float: left;
}
.rank .qurey > span {
    color: #000;
    margin-right: 17px;
}
.rank .qurey .qurey-module {
    border: 1px solid #cccccc;
    width: 187px;
    height: 30px;
    padding: 2px 10px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    cursor: pointer;
}
.rank .qurey .qurey-result {
    margin-right: 6px;
}
.rank .qurey .qurey-btn {
    background: url("../img/ranks/rank123.png") no-repeat -95px 0;
    width: 15px;
    height: 13px;
    cursor: pointer;
    position: relative;
    float: right;
    top: 6px;
}
@media screen and (min-width: 992px) {
    .rank .qurey > span,
    .rank .qurey .qurey-module {
        display: inline-block;
    }
}
@media screen and (min-width: 768px) {
    .rank .qurey {
        position: absolute;
        right: 0;
        bottom: 0;
    }
}
.rank .charts-member {
    padding: 16px 32px 50px;
    font-size: 14px;
    overflow: hidden;
    box-sizing: border-box;
}
.rank .member-list li {
    border-bottom: 1px solid #f5f5f5;
    position: relative;
}
.rank .member-list li:nth-child(1) > div:first-child,
.rank .member-list li:nth-child(2) > div:first-child,
.rank .member-list li:nth-child(3) > div:first-child {
    font-size: 16px;
    color: transparent;
}
.rank .member-list li:nth-child(1) > div:first-child:after,
.rank .member-list li:nth-child(2) > div:first-child:after,
.rank .member-list li:nth-child(3) > div:first-child:after {
    background: url("../img/ranks/rank123.png") no-repeat;
    clear: both;
    content: '';
    position: relative;
    padding: 0 12px;
    left: -14px;
}
.rank .member-list li:nth-child(1) > div:first-child:after {
    background-position: 0 0;
}
.rank .member-list li:nth-child(2) > div:first-child:after {
    background-position: -24px 0;
}
.rank .member-list li:nth-child(3) > div:first-child:after {
    background-position: -48px 0;
}
.rank .member-list li:after {
    clear: both;
    content: "";
    display: table;
    visibility: hidden;
    height: 0;
}
@media screen and (min-width: 768px) {
    .rank .member-list li {
        padding-left: 158px;
    }
}
.rank .member-list div {
    font-weight: normal;
    padding: 6px 8px;
    line-height: 30px;
    overflow: hidden;
    white-space: nowrap;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    float: left;
}
.rank .member-list div:nth-child(1) {
    position: absolute;
    padding: 12px 0 12px 57px;
    width: 158px;
    left: 0;
    top: 0;
}
@media screen and (max-width: 767px) {
    .rank .member-list div:nth-child(1) {
        left: -40px;
        top: -6px;
    }
    .rank .member-list div:nth-child(1) + div {
        margin-left: 40px;
    }
}
.rank .member-list div:nth-child(2) {
    width: 180px;
}
.rank .member-list div:nth-child(3) {
    max-width: 100%;
}
@media screen and (min-width: 768px) {
    .rank .member-list div:nth-child(3) {
        width: 160px;
        margin-right: 22px;
    }
}
.rank .member-list div:nth-child(4),
.rank .member-list div:nth-child(5) {
    width: 170px;
}
.rank .member-list div:nth-child(6) {
    width: 173px;
}
@media screen and (min-width: 1200px) {
    .rank .member-list div {
        padding: 12px 8px;
    }
}
.rank .member-list b {
    font-weight: normal;
    color: #fbc10f;
}
.rank .member-name a {
    color: #226dd4;
    display: inline-block;
}
.rank .member-name a:last-child {
    max-width: 70%;
    display: inline;
    overflow: hidden;
    white-space: nowrap;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.rank .img-circle {
    width: 25px;
    height: 25px;
    margin-right: 10px;
    vertical-align: middle;
    -webkit-border-radius: 100%;
    /* Safari 和 Chrome */
    -moz-border-radius: 100%;
    /* Firefox 4 */
    -ms-border-radius: 100%;
    /* IE */
    -o-border-radius: 100%;
    /* Opera */
    border-radius: 100%;
}
.rank .charts-op {
    padding-left: 30px;
}
.rank .charts-op a {
    padding-right: 5px;
    color: #000;
}
.rank .charts-op i {
    padding-right: 5px;
    color: #ff950b;
}
.rank .btn-fund {
    padding: 3px 6px;
    font-size: 12px;
    -webkit-border-radius: 3px;
    /* Safari 和 Chrome */
    -moz-border-radius: 3px;
    /* Firefox 4 */
    -ms-border-radius: 3px;
    /* IE */
    -o-border-radius: 3px;
    /* Opera */
    border-radius: 3px;
}
.rank .rule-shade {
    position: relative;
}
.rank .rule-shade:after {
    content: "";
    height: 100%;
    width: 1px;
    position: absolute;
    right: 0;
    bottom: 0;
    background-image: -webkit-linear-gradient(top, #fff, #d1d1d1, #fff);
    background-image: -moz-linear-gradient(top, #fff, #d1d1d1, #fff);
    background-image: -ms-linear-gradient(top, #fff, #d1d1d1, #fff);
    background-image: -o-linear-gradient(top, #fff, #d1d1d1, #fff);
    background-image:  linear-gradient(top, #fff, #d1d1d1, #fff);
}
@media screen and (max-width: 767px) {
    .rank .rule-shade:after {
        width: 0;
    }
}
.rank .digital {
    min-width: 90px;
}
.rank .digital:before {
    background: url("../img/ranks/rank123.png") no-repeat;
    clear: both;
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 25px;
    margin: auto;
}
.rank .digital.new:before {
    background-position: -72px 0;
    width: 12px;
    height: 18px;
}
.rank .digital.up:before {
    background-position: -84px 0;
    width: 11px;
    height: 14px;
}
.rank .digital.down:before {
    background-position: -84px 0;
    width: 11px;
    height: 14px;
}
.rank .tab-nav01 {
    float: right;
}
.rank .tab-nav01 li {
    float: left;
    padding: 0 4px;
}
.rank .tab-nav01 li a {
    padding: 4px 10px;
}
.rank .top-10 {
    color: #f89900;
}
.rank .top-50 {
    color: #ccc;
}
.rank .top-100 {
    color: #d5b38e;
}
.rank .top-10,
.rank .top-50,
.rank .top-100 {
    padding-left: 31px !important;
    position: relative;
}
.rank .top-10 i,
.rank .top-50 i,
.rank .top-100 i {
    width: 26px;
    height: 26px;
    background-size: cover !important;
    margin-right: 5px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}
.rank .top-50 i{
    background: url("../img/ranks/top_50.png") no-repeat;
}
.rank .top-100 i{
    background: url("../img/ranks/top_100.png") no-repeat;
}
.rank .month {
    margin: 60px 50px 30px;
    position: relative;
    height: 40px;
    background: url("../img/ranks/timeline_bg.png") no-repeat right bottom;
    overflow: hidden;
}
.rank .month:after {
    clear: both;
    content: "";
    display: table;
    visibility: hidden;
    height: 0;
}
@media screen and (max-width: 767px) {
    .rank .month {
        margin: 60px 32px 30px;
    }
}
.rank .month-list {
    height: 40px;
    position: absolute;
    top: 0;
    width: 100%;
}
.rank .month-list li {
    text-align: center;
    color: #226dd4;
    height: 40px;
    cursor: pointer;
    background: url("../img/ranks/timeline_bg_no.png") no-repeat center bottom;
    padding: 0;
    float: left;
}
.rank .month-list li:first-child {
    margin-left: 0;
}
@media screen and (min-width: 1200px) {
    .rank .month-list li {
        width: 113.8px;
    }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
    .rank .month-list li {
        width: 103.3px;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .rank .month-list li {
        width: 100.5px;
    }
}
@media screen and (max-width: 767px) {
    .rank .month-list li {
        width: 72px;
    }
}
.rank .month-list .on {
    background: url("../img/ranks/timeline_bg_sel.png") no-repeat center bottom;
}
.crown-gold > i {
    background: url("../img/ranks/top_10.png") no-repeat;
    width: 11px;
    height: 15px;
    top: 3px;
    display: inline-block;
    position: relative;
}
.crown-silver > i {
    background: url("../img/ranks/top_50.png") no-repeat;
    width: 11px;
    height: 15px;
    top: 3px;
    display: inline-block;
    position: relative;
}
.crown-bronze > i {
    background: url("../img/ranks/top_100.png") no-repeat;
    width: 11px;
    height: 15px;
    top: 3px;
    display: inline-block;
    position: relative;
}

@media screen and (max-width: 767px) {
    .rank .charts-member {
        padding: 16px 10px 50px 25px;
        font-size: 12px;
    }
    .rank .member-list li {
        display: flex;
    }
    .rank .member-list div:nth-child(3) {
        width: 110px;
    }
    .rank .member-list div:nth-child(4), .rank .member-list div:nth-child(5) {
        display: none;
    }
}