*{
    margin: 0;
    padding: 0;
    font-family:'Microsoft YaHei';
}
ul li{
    list-style: none;
}
.BorwserLayer{
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 50;
    background:rgb(255, 255, 255,0.8);
    opacity: 0.5;
    width: 100%;
    height: 100%;
}
.RankLayerContent{
    position: absolute;
    width: 512px;
    height: 554px;
    z-index: 52;
    top: 50%;
    left: 50%;
    margin-left: -256px;
    margin-top: -277px;
    background: #fff;
    box-sizing: border-box;
    text-align: center;
    color: #424e67;
    background: url(/site_theme/vlab/ilab/rank/img/Rank_bg-b1ee8e1ff5ace9f183b1abd9cab0cf4b.png) no-repeat;
    padding: 80px 35px 0 35px;
}
.RankLayerList{
    width: 100%;
    min-height: 355px;
}
.RankLayerList thead th{
    color:#97c2ff;
    font-size: 14px;
    padding: 8px 0;
}
.RankLayerList tbody tr{
    background: url(/site_theme/vlab/ilab/rank/img/Rank_line-4ef3d628140112c1f5cf6d51f29522ff.png) no-repeat center bottom;
}
.RankLayerList tbody td{
    padding: 8px 0;
    font-size: 12px;
    color: #ffffff;
}
.RankLayerList tbody tr td.rank_1{
    text-indent: -9999px;
    background: url(/site_theme/vlab/ilab/rank/img/Rank_1-2f7047cbfbb25f15e195a197064509df.png) no-repeat center;
}
.RankLayerList tbody tr td.rank_2{
    text-indent: -9999px;
    background: url(/site_theme/vlab/ilab/rank/img/Rank_2-1cf6f6f0ce28373b4370993fe058a742.png) no-repeat center;
}
.RankLayerList tbody tr td.rank_3{
    text-indent: -9999px;
    background: url(/site_theme/vlab/ilab/rank/img/Rank_3-1ff17ea1f909f216138b4ceb6c2131cf.png) no-repeat center;
}
.Rankpagination{
    height: 36px;
    line-height: 36px;
    margin: 10px 0;
    float: right;
    margin-right: 15px;
}
.Rankpagination ul::after{
    content: '';
    display: table;
    clear: both;
}
.Rankpagination ul li{
    float: left;
}
.Rankpagination ul li a{
    color:#f3f6f7;
    font-size: 12px;
    text-decoration: none;
    margin: 0 5px;
}
.Rankpagination ul li a.prev,
.Rankpagination ul li a.next{
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    border: 1px solid #ddd;
    line-height: 18px;
    border-radius: 4px;
    box-shadow: 0 0 1px #fbfbff;
}
.Rankpagination ul li a.line{
    display: inline-block;
    vertical-align: middle;
    width: 1px;
    height: 8px;
    background: url(/site_theme/vlab/ilab/rank/img/Rank_line_1-7ab260f3e4696a4287d885ac8ef96a9a.png) no-repeat center;
}
.RankLayerListMy{
    width: 100%;
}
.RankLayerListMy tbody td{
    padding: 12px 0;
    font-size: 16px;
    color: #6cffe2;
    vertical-align: middle;
}

.RankLayerListMy tbody td a{
    padding: 12px 0;
    font-size: 14px;
    color: #6cffe2;
    vertical-align: middle;
    font-size: 28px;
    text-decoration: none;
}

.RankLayerListMy tbody td:nth-child(1){
    font-size: 28px;
}

.RankLayerClose{
    position: absolute;
    width: 21px;
    height: 21px;
    background: url(/site_theme/vlab/ilab/rank/img/Rank_close-462557b4c63223469e1daaa990982277.png) no-repeat center;
    top: 35px;
    right: 35PX;
    cursor: pointer;
}