html,
body {
    height: 100%;
}

body {
    overflow: hidden;
}

.ranking {
    width: 100%;
    height: 100%;
}

.ran-title {
    position: fixed;
    top: 30px;
    width: 100%;
    height: 30px;
    background: #f0f2f5;
    margin-top: 10px;
    z-index: 99999;
    font: 500 14px/14px 'microsoft yahei';
}

.ran-title p {
    margin-top: 20px;
    margin-left: 20px;
}

.cc3 {
    height: 43px;
}

.ran-left {
    width: 110px;
    height: 100%;
}

.ran-left ul {
    width: 100%;
}

.ran-left ul li {
    font: 500 14px/35px 'microsoft yahei';
    text-align: left;
    margin-left: 20px;
    padding-left: 10px;
}

.ran-left ul li a {
    color: black;
}

.ran-right {
    overflow: hidden;
    padding: 10px;
    background-color: #fff;
}

.rank-nati-head {
    margin-top: 10px;
}

.rank-nati-head table {
    border-collapse: collapse;
    background-color: #d5e4f7;
    margin: 0 auto;
    font: 100 15px/28px 'simsun';
    color: #486380;
    border-radius: 10px 10px 0 0;
}

.rank-nati-head table tbody tr th {
    border: 1px solid #fff;
    font-weight: bold;
}

.rank-con {
    height: 591px;
    overflow: scroll;
}

.rank-con table {
    background-color: #f6f6f6;
    border-collapse: collapse;
    font: 100 15px/28px 'microsoft yahei';
    margin: 0 auto;
}

.rank-con table tbody tr th img {
    width: 18px;
    height: 18px;
    margin-top: 4px;
    margin-right: 5px;
    margin-bottom: 3px;
    margin: 4px 5px 4px 0;
    float: left;
}

.rank-con table tbody tr th p {
    float: left;
    width: 112px;
    margin: 3px 0;
}

.rank-con table tbody tr th {
    font-weight: normal;
    border: 1px solid #fff;
}

.rank-con table tbody tr th {
    font: 100 13px/20px 'microsoft yahei';
}

.active {
    background-color: #fff;
    border-left: 4px solid #1769c4;
}

.f_l {
    float: left;
}

.f_r {
    float: right;
}

.clearfix:after {
    content: '.';
    height: 0;
    line-height: 0;
    display: block;
    visibility: hidden;
    clear: both;
}

.clearfix {
    zoom: 1;
}